* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  font-size: 14px;
  background: #fff;
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
  font-family: "Microsoft YaHei", "arial";
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1500px) {
  .font18 {
    font-size: 14px!important;
  }
}
.dw {
  top: -150px;
  z-index: -1;
  position: absolute;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1210px) {
  .container {
    max-width: 680px;
  }
}
@media (max-width: 680px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  from {
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes bmove1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes myfirst04 {
  0% {
    opacity: .5;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myfirst04 {
  0% {
    opacity: .5;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}
.header .hmenu {
  display: none;
  width: 40px;
  height: 40px;
  float: right;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 13px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
}
.header .hmenu img {
  vertical-align: middle;
}
.header .logo {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
.header .logo img {
  max-height: 70px;
}
.header .search {
  float: right;
  padding-top: 40px;
  display: inline-block;
}
.header .search .icon {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  fill: #171717!important;
}
.header .language {
  float: right;
  position: relative;
  line-height: 100px;
  padding-left: 40px;
  display: inline-block;
}
.header .language:before {
  content: "";
  width: 1px;
  height: 20px;
  top: 50%;
  left: 20px;
  position: absolute;
  background: #171717;
  opacity: 0.8;
  transform: translateY(-50%);
}
.header .language a {
  color: #171717;
}
.header .language .drop {
  top: 90px;
  left: -20px;
  width: 120px;
  z-index: 9;
  padding: 10px 0;
  background: #fff;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateY(-20px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.header .language .drop span {
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.header .language .drop a {
  padding-left: 30px;
}
.header .language .drop a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.header .language:hover .drop {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 1500px) {
  .header {
    height: 90px;
  }
  .header .search {
    padding-top: 35px;
  }
  .header .language {
    line-height: 90px;
  }
}
@media (max-width: 1210px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
  }
  .header .hmenu {
    display: block;
  }
  .header .logo {
    margin-top: 5px;
  }
  .header .logo img {
    max-height: 46.666px;
  }
  .header .search {
    padding-top: 20px;
  }
  .header .language {
    line-height: 60px;
  }
}
.nav {
  float: right;
  padding-right: 20px;
}
.nav li {
  float: left;
  font-size: 18px;
  position: relative;
  text-align: center;
}
.nav li > a {
  color: #000;
  line-height: 100px;
  display: block;
  padding: 0 30px;
  position: relative;
}
.nav li img {
  margin-right: 5px;
  vertical-align: middle;
  animation: 1.5s bmove1 ease infinite;
}
.nav li .subnav {
  top: 100px;
  left: 0;
  width: 105%;
  z-index: 100;
  left: 50%;
  font-size: 16px;
  display: none;
  padding: 10px 5px;
  background: rgba(239, 239, 239, 0.9);
  font-weight: lighter;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  position: absolute;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #000;
  padding: 5px;
  transition: all 0s ease;
  max-height: 56px;
}
.nav li .subnav a:hover {
  color: #f48300;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a,
.nav .active > a {
  color: #f48300;
}
.nav li:hover .subnav {
  display: block;
}
@media (max-width: 1500px) {
  .nav li > a {
    padding: 0 20px;
    line-height: 90px;
  }
  .nav li .subnav {
    top: 90px;
  }
  .nav li .subnav a {
    font-size: 12px;
  }
}
@media (max-width: 1210px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.bannerbox {
  position: relative;
}
.bannerbox .banniu {
  position: absolute;
  bottom: 65px;
  width: 25px;
  z-index: 99;
  left: 50%;
  margin-left: -12px;
}
.bannerbox .banniu img {
  -webkit-animation: myfirst04 2s linear infinite;
  animation: myfirst04 2s linear infinite;
}
@media (max-width: 1500px) {
  .bannerbox .banniu {
    bottom: 50px;
  }
  .bannerbox .banniu img {
    max-height: 32px;
  }
}
@media (max-width: 1210px) {
  .bannerbox .banniu {
    display: none;
  }
}
.banner {
  overflow: hidden;
  text-align: center;
}
.banner .pic {
  position: relative;
}
.banner .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  /* background: rgba(0, 0, 0, 0.4); */
}
.banner .pic img {
  width: 100%;
}
.banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 4;
  position: absolute;
  text-align: left;
  transform: translateY(-50%);
}
.banner .videoBtn {
  opacity: 0.8;
  text-align: center;
}
.banner .videoBtn img {
  width: auto;
  display: inline-block;
}
.banner .slick-dots {
  bottom: 32%;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  transform: translateX(-50%);
}
.banner .slick-dots li {
  margin: 0 6px;
}
.banner .slick-dots li button {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background: #b4b4b5;
  transition: all 334ms ease;
}
.banner .slick-dots li.slick-active button {
  background: #f48300;
}
.banner .slick-prev,
.banner .slick-next {
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 10px;
  margin-top: -37px;
  z-index: 5;
}
.banner .slick-prev:before,
.banner .slick-next:before {
  content: '';
}
@media (min-width: 1025px) {
  .banner .slick-prev:hover,
  .banner .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.58);
  }
}
.banner .slick-prev {
  left: 50px;
  background: rgba(0, 0, 0, 0.18) url("../images/left.png") no-repeat center center;
}
.banner .slick-next {
  right: 50px;
  background: rgba(0, 0, 0, 0.18) url("../images/right.png") no-repeat center center;
}
.banner .slick-active a img {
  transition: 5s;
  animation: mymove4 5s;
}
@media (max-width: 1500px) {
  .banner .slick-prev,
  .banner .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 12px 18px;
  }
  .banner .slick-prev {
    left: 40px;
  }
  .banner .slick-next {
    right: 40px;
  }
  .banner .videoBtn img {
    max-height: 80px;
  }
}
@media (max-width: 1210px) {
  .banner {
    margin-top: 60px;
  }
  .banner .videoBtn img {
    max-height: 40px;
  }
}
.index-title {
  text-align: center;
}
.index-title .en {
  font-size: 24px;
  font-family: arial;
  color: #6f6f6f;
  text-transform: uppercase;
  position: relative;
}
.index-title .cn {
  z-index: 2;
  font-size: 36px;
  color: #f48300;
  position: relative;
}
@media (max-width: 1200px) {
  .index-title .en {
    font-size: 16px;
  }
  .index-title .cn {
    font-size: 20px;
  }
}
.more a {
  display: block;
  width: 156px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  border-radius: 30px;
  padding: 0 31px;
  position: relative;
  background: #f49425;
}
.more a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff url("../images/more3.png") no-repeat center center;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
  right: 27px;
  top: 10px;
  transition: 0.5s;
}
.more a:hover {
  background: #f48300;
}
@media (max-width: 1500px) {
  .more a {
    width: 117px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    padding-left: 20px;
  }
  .more a:after {
    top: 8px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.more1 a {
  display: block;
  width: 156px;
  height: 42px;
  line-height: 40px;
  color: #f49425;
  border-radius: 30px;
  padding: 0 31px;
  position: relative;
  margin: 0 auto;
  background: none;
  border: 1px solid #aeaeae;
}
.more1 a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #f49425 url("../images/more.png") no-repeat center center;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
  right: 27px;
  top: 10px;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more1 a:hover {
    color: #fff;
    background: #f49425;
    border: 1px solid #f49425;
  }
  .more1 a:hover:after {
    background: #ffffff url("../images/more3.png") no-repeat center center;
    background-size: 20px;
  }
}
@media (max-width: 1500px) {
  .more1 a {
    width: 117px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    padding-left: 20px;
  }
  .more1 a:after {
    top: 6px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.index-product {
  min-height: 500px;
  padding: 60px 0 100px 0;
  background: url(../images/pro-bg.jpg) no-repeat top center;
  background-size: cover;
}
.index-product ul {
  margin: 0 -15px;
}
.index-product li:hover .pic img {
  transform: scale(1.05);
}
.index-product li:hover .tbox {
  border-color: #f48300;
  background: #f48300;
}
.index-product li:hover .tit,
.index-product li:hover .txt {
  color: #fff;
}
.index-product li:hover .tit:after {
  background: url(../images/arrow-2.svg) no-repeat center center #ffffff;
}
.index-product li {
  float: left;
  width: 33.333%;
  padding: 0 15px;
  padding-top: 40px;
}
.index-product li .item {
  padding: 8px;
  background: #fff;
  border: solid 1px #c9caca;
}
.index-product li .pic {
  overflow: hidden;
  border: solid 1px #dcdddd;
  position: relative;
}
.index-product li .pic img {
  /* width: 100%; */
  transition: all 700ms ease;
}
.index-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 81.5%;
}
.index-product li .tbox {
  padding: 10px 30px;
  border: solid 1px #ddd;
  border-top: 0;
}
.index-product li .tit {
	font-size: 20px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-weight: 600;
    padding-right: 25px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-product li .tit:after {
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  top: 4px;
  border-radius: 100%;
  position: absolute;
  background: url(../images/arrow.svg) no-repeat center center #f48300;
}
.index-product li .txt {
  color: #b8b8b8;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.index-product .first {
  position: relative;
}
.index-product .first .item {
  border: 0;
  background: none;
  padding-top: 33%;
}
.index-product .first .en {
  font-size: 86px;
  font-family: arial;
  color: #ebebeb;
  line-height: 70px;
  text-transform: uppercase;
}
.index-product .first .cn {
  color: #f48300;
  font-size: 36px;
  position: relative;
  margin-top: -40px;
}
@media (max-width: 1500px) {
  .index-product .first .en {
    font-size: 60px;
  }
  .index-product .first .cn {
    font-size: 30px;
  }
}
@media (max-width: 1210px) {
  .index-product {
    padding: 20px 0 50px 0;
  }
  .index-product .first {
    margin-top: 0;
    width: 100%;
    float: none;
  }
  .index-product .first .item {
    padding-top: 0;
  }
  .index-product .first .en {
    font-size: 36px;
  }
  .index-product .first .cn {
    font-size: 20px;
  }
  .index-product ul {
    margin: 0 -5px;
  }
  .index-product li {
    width: 50%;
    padding: 0 5px;
    margin-top: 20px;
  }
  .index-product li .tbox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-product li .tit {
    font-size: 16px;
  }
  .index-product li:last-child {
    /* display: none; */
  }
}
.index-soution {
  background: #f5f5f5;
  position: relative;
}
.index-soution:before {
  content: '';
  display: block;
  height: 1px;
  background: #c9caca;
  width: 100%;
  position: absolute;
  top: 168px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1210px) {
  .index-soution:before {
    top: 85px;
  }
}
.index-soution .list {
  font-size: 0;
  padding: 56px 0% 0 0%;
  text-align: center;
  position: relative;
  z-index: 4;
}
.index-soution .list .swiper-wrapper {
  width: auto;
  display: block;
  margin: 0 auto;
}
.index-soution .list ul li {
  width: 230px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.index-soution .list ul li .pic {
  width: 100px;
  margin: 0 auto;
  position: relative;
}
.index-soution .list ul li .pic .ah {
  display: none;
}
.index-soution .list ul li .bt {
  font-size: 20px;
  padding-top: 51px;
  position: relative;
  color: rgba(35, 35, 35, 0.4);
}
.index-soution .list ul li .bt:after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/d.png") no-repeat center center;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -11px;
}
.index-soution .list ul li .bt p {
  overflow: hidden;
  white-space: nowrap;
    text-overflow: ellipsis;
}
.index-soution .list ul .slick-current .pic .a {
  display: none;
}
.index-soution .list ul .slick-current .pic .ah {
  display: block;
}
.index-soution .list ul .slick-current .bt {
  color: #f48300;
}
.index-soution .list ul .slick-current .bt:after {
  background: url("../images/dh.png") no-repeat center center;
}
@media (max-width: 1500px) {
  .index-soution:after {
    top: 145px;
  }
  .index-soution .list {
    padding-top: 30px;
  }
  .index-soution .list ul li .pic {
    width: 70px;
  }
  .index-soution .list ul li .bt {
    font-size: 15px;
    padding-top: 40px;
  }
  .index-soution .list ul .slick-current .bt:after {
    transform: scale(0.7);
  }
}
@media (max-width: 1210px) {
  .index-soution .list {
    padding-top: 10px;
  }
}
#thumbs {
  margin-top: 59px;
}
#thumbs .swiper-slide {
  max-width: 1540px !important;
  width: 100%;
  margin-right: 15px !important;
  position: relative;
}
#thumbs .swiper-slide .pic {
  position: relative;
  overflow: hidden;
}
#thumbs .swiper-slide .pic img {
  transition: all 700ms ease;
}
#thumbs .swiper-slide .pic:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 6;
  content: '';
  display: block;
}
@media (min-width: 1025px) {
  #thumbs .swiper-slide:hover .pic img {
    transform: scale(1.04);
  }
}
#thumbs .swiper-slide .hover {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 13.8%;
  width: 100%;
  color: #fff;
  z-index: 7;
  transform: translateY(-70%);
}
#thumbs .swiper-slide .hover .img {
  width: 150px;
}
#thumbs .swiper-slide .hover .bt {
  font-size: 30px;
  overflow: hidden;
  padding-left: 28px;
  margin-bottom: 14px;
  position: relative;
}
#thumbs .swiper-slide .hover .bt:after {
  content: '';
  display: block;
  width: 51px;
  height: 2px;
  margin-top: 10px;
  background: #f48300;
}
#thumbs .swiper-slide .hover .jsh {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  padding-left: 28px;
  width: 65%;
}
#thumbs .swiper-slide .hover .more3 {
  margin-top: 20px;
  padding-left: 28px;
  font-size: 14px;
}
#thumbs .swiper-slide .hover .more3 img {
  margin-left: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
  display: inline-block;
  max-height: 15px;
}
@media (max-width: 1600px) {
  #thumbs .swiper-slide {
    max-width: 1200px!important;
  }
}
@media (max-width: 1210px) {
  #thumbs .swiper-slide {
    max-width: 640px!important;
  }
  #thumbs .swiper-slide .hover .jsh {
    width: 50%;
    padding: 0;
  }
}
#thumbs .slick-dots {
  bottom: 44px;
  left: 0;
  width: 86%;
}
#thumbs .slick-dots li button {
  width: 28px;
  height: 28px;
  /* background: url("../images/d1.png") no-repeat center center; */
  opacity: 1;
}
#thumbs .slick-dots li button:before {
  content: '';
}
#thumbs .slick-dots li.slick-active button {
  opacity: 1;
  /* background: url("../images/d1h.png") no-repeat center center; */
}
#thumbs .slick-next,
#thumbs .slick-prev {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #eaebed url("../images/j.png") no-repeat center center;
  background-size: 16px;
  z-index: 10;
  top: auto;
  margin: 0;
  bottom: 40px;
  left: 12.5%;
  opacity: 1;
}
#thumbs .slick-next:before,
#thumbs .slick-prev:before {
  content: '';
}
#thumbs .slick-next:after,
#thumbs .slick-prev:after {
  display: none;
}
@media (min-width: 1025px) {
  #thumbs .slick-next:hover,
  #thumbs .slick-prev:hover {
    background: #f48300 url("../images/jh.png") no-repeat center center;
    background-size: 16px;
  }
}
#thumbs .slick-next {
  left: 71.6%;
  transform: rotate(180deg);
}
@media (max-width: 1500px) {
  #thumbs {
    margin-top: 40px;
  }
  #thumbs .swiper-slide .hover {
    padding: 0 12%;
  }
  #thumbs .swiper-slide .hover .bt {
    font-size: 22px;
  }
  #thumbs .swiper-slide .hover .bt:after {
    height: 1px;
    width: 36px;
  }
  #thumbs .swiper-slide .hover .jsh {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  #thumbs .slick-next,
  #thumbs .slick-prev {
    width: 37px;
    height: 37px;
    background-size: 10px!important;
  }
  #thumbs .slick-prev {
    left: 15%;
  }
  #thumbs .slick-dots li button {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
@media (max-width: 1200px) {
  #thumbs {
    margin: 0 20px;
    padding: 20px 0;
  }
  #thumbs .swiper-slide .hover {
    padding: 0 4%;
  }
}
.index-about {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
.index-about .index-title {
  text-align: left;
}
.index-about .index-title .en {
  font-size: 86px;
  font-family: arial;
  color: #ebebeb;
  line-height: 70px;
  text-transform: uppercase;
}
.index-about .index-title .cn {
  color: #f48300;
  font-size: 36px;
  position: relative;
  margin-top: -40px;
}
.index-about .img {
  float: left;
  width: 49.4%;
  position: relative;
}
.index-about .img:before {
  content: '';
  display: block;
  width: 103px;
  height: 104px;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
  background: url("../images/jiantou.png") no-repeat center center;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1500px) {
  .index-about .img:before {
    width: 80px;
    height: 81px;
    right: -40px;
    background-size: 80px 80px;
  }
}
@media (max-width: 1200px) {
  .index-about .img:before {
    /* right: auto; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
	display: none;
  }
}
.index-about .img .slick-prev,
.index-about .img .slick-next {
  width: 20px;
  height: 22px;
  margin-top: -12px;
  z-index: 5;
  border: 0;
  background: url("../images/j1.png") no-repeat center center;
}
.index-about .img .slick-prev:before,
.index-about .img .slick-next:before {
  content: '';
}
@media (max-width: 1500px) {
  .index-about .img .slick-prev,
  .index-about .img .slick-next {
    width: 16px;
    height: 18px;
    margin-top: -8px;
    background-size: 6px 11px!important;
  }
}
@media (min-width: 1025px) {
  .index-about .img .slick-prev:hover,
  .index-about .img .slick-next:hover {
    background: url("../images/j1h.png") no-repeat center center;
  }
}
.index-about .img .slick-prev {
  left: auto;
  right: 2px;
}
@media (max-width: 1500px) {
  .index-about .img .slick-prev {
    right: 6px;
  }
}
@media (max-width: 1200px) {
  .index-about .img .slick-prev {
    left: 45%;
    right: auto;
  }
}
.index-about .img .slick-next {
  right: -26px;
  transform: rotate(180deg);
}
@media (max-width: 1500px) {
  .index-about .img .slick-next {
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .index-about .img .slick-next {
    left: 50%;
    right: auto;
  }
}
.index-about .img .item {
  width: 100%;
}
.index-about .img .item a {
  display: block;
}
.index-about .img .pic {
  position: relative;
}
.index-about .img .pic:after {
  content: "";
  display: block;
  padding-bottom: 87.20112518%;
}
.index-about .text {
  float: right;
  width: 46%;
  padding-top: 80px;
  text-align: justify;
}
.index-about .txt {
  padding-top: 40px;
}
.index-about .t1 {
  color: #232323;
  font-size: 30px;
}
.index-about .t2 {
  font-size: 16px;
  /* text-indent: 2em; */
  line-height: 30px;
  color: #232323;
  padding-top: 10px;
  margin-bottom: 40px;
}
.index-about .list {
  margin-top: 50px;
}
.index-about .list ul {
  width: 120%;
}
.index-about .list li {
  width: 25%;
  float: left;
  font-size: 16px;
}
.index-about .list li .counter {
  font-size: 38px;
  font-family: arial;
  color: #f48300;
  font-weight: 700;
}
.index-about .list li i {
  font-style: normal;
  vertical-align: top;
  display: inline-block;
}
.index-about .list li p:nth-child(2) {
  font-weight: 700;
}
.index-about .list li:first-child i {
  font-size: 38px;
  font-family: arial;
  color: #f48300;
}
@media (max-width: 1210px) {
  .index-about .list {
    margin-top: 30px;
  }
  .index-about .list ul {
    width: 100%;
  }
  .index-about .list li {
    text-align: center;
    font-size: 12px;
  }
  .index-about .list li .counter {
    font-size: 20px;
  }
  .index-about .list li:first-child i {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .index-about .index-title .en {
    font-size: 70px;
  }
  .index-about .index-title .cn {
    font-size: 30px;
  }
  .index-about .text {
    padding-top: 20px;
  }
  .index-about .txt {
    padding-top: 30px;
  }
  .index-about .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1210px) {
  .index-about {
    padding: 20px 0;
  }
  .index-about .img {
    width: 100%;
    float: none;
  }
  .index-about .text {
    width: 100%;
    float: none;
  }
  .index-about .t1 {
    font-size: 18px;
  }
  .index-about .t2 {
    font-size: 14px;
    text-indent: 0em;
    line-height: 24px;
  }
  .index-about .txt {
    padding-top: 20px;
  }
  .index-about .index-title .en {
    font-size: 40px;
  }
  .index-about .index-title .cn {
    font-size: 20px;
  }
}
.index-other {
  padding: 40px 0 0 0;
  height: 200px;
  background: url("../images/bg.jpg") no-repeat top center;
  background-size: cover;
}
.index-other .text {
  float: left;
  width: 35%;
  color: #fff;
}
.index-other .text .bt {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .index-other .text .bt {
    font-size: 20px;
    line-height: 30px;
  }
}
.index-other .text .p {
  margin: 10px 0;
  width: 81%;
  line-height: 22px;
}
.index-other .text .tel .tphone {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 34px;
  background: url(../images/p.png) no-repeat center left;
  background-size: 25px;
}
.index-other .text .tel .zx {
  width: 82px;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  background: #f1ca0f;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  margin-top: 2px;
}
@media (min-width: 1025px) {
  .index-other .text .tel .zx:hover {
    background: #f48300;
    color: #fff;
  }
}
.index-other ul {
  float: right;
  width: 65%;
}
.index-other ul li:first-child:before {
  display: none;
}
.index-other ul li {
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 18px;
}
.index-other ul li:before {
  content: "";
  width: 1px;
  height: 45px;
  left: 0;
  top: 25px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
.index-other ul li .pic {
  width: 90px;
  margin: 0 auto;
  transition: 0.5s;
}
.index-other ul li .bt {
  margin-top: 10px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .index-other ul li:hover .pic {
    transform: rotateY(360deg);
  }
}
@media (max-width: 1500px) {
  .index-other {
    padding-top: 20px;
  }
  .index-other .text .bt {
    font-size: 20px;
  }
  .index-other .text .p {
    margin-top: 0;
  }
  .index-other ul {
    padding-top: 10px;
  }
  .index-other ul li {
    font-size: 14px;
  }
}
@media (max-width: 1210px) {
  .index-other {
    padding: 10px 0;
  }
  .index-other .text {
    width: 100%;
    float: none;
    transform: scale(0.8);
    text-align: center;
  }
  .index-other .text .p {
    width: 100%;
    margin: 0;
    display: none;
  }
  .index-other ul {
    float: none;
    width: 100%;
    padding-top: 0px;
  }
  .index-other ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .index-other ul li:before {
    display: none;
  }
  .index-other ul li .pic {
    width: 45px;
  }
}
.home-news {
  padding: 100px 0;
  overflow: hidden;
  background: #f5f5f5;
}
.home-news .slick-prev,
.home-news .slick-next {
  width: 32px;
  height: 32px;
  margin-top: -108px;
  z-index: 5;
  opacity: 0.5;
  border: 1px solid #d3d4d4;
  border-radius: 50%;
}
.home-news .slick-prev:before,
.home-news .slick-next:before {
  content: '';
}
@media (min-width: 1025px) {
  .home-news .slick-prev:hover,
  .home-news .slick-next:hover {
    opacity: 1;
  }
}
.home-news .slick-prev {
  left: -48px;
  background: url("../images/left3.png") no-repeat center center;
}
@media (min-width: 1025px) {
  .home-news .slick-prev:hover {
    border: 1px solid #f48300;
    background: #f48300 url("../images/left3.png") no-repeat center center;
  }
}
.home-news .slick-next {
  right: -48px;
  background: url("../images/right3.png") no-repeat center center;
}
@media (min-width: 1025px) {
  .home-news .slick-next:hover {
    border: 1px solid #f48300;
    background: #f48300 url("../images/right3.png") no-repeat center center;
  }
}
.home-news .slick-dots {
  z-index: 9;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.home-news .slick-dots li {
  float: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.home-news .slick-dots li {
  margin: 0 4px;
  padding: 0;
}
.home-news .slick-dots li button {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7a7a7a;
  opacity: 1;
}
.home-news .slick-dots .slick-active button {
  background-color: #f48300;
}
.home-news .show .info {
  display: none;
  position: relative;
}
.home-news .show .info .newslist {
  padding-bottom: 45px;
}
@media (max-width: 1210px) {
  .home-news {
    padding: 50px 0;
  }
  .home-news .slick-dots {
    bottom: 0px;
  }
}
.newslist {
  margin: 0 -15px;
}
.newslist li {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.newslist li .pic {
  overflow: hidden;
  position: relative;
}
.newslist li .pic img {
  transition: all 700ms ease;
}
.newslist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.51528384%;
}
.newslist li .text {
  padding: 21px 0 0 0;
  position: relative;
}
.newslist li .text .bt {
  overflow: hidden;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 15px;
  position: relative;
  padding-right: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist li .text .bt span {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.5);
}
.newslist li .text .jsh {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding-right: 40px;
  color: rgba(0, 0, 0, 0.7);
}
.newslist li .text .more {
  width: 20px;
  height: 20px;
  border: 1px solid #f48300;
  border-radius: 50%;
  background: #f48300 url("../images/more1.png") no-repeat center center;
  background-size: 20px;
  position: absolute;
  bottom: 4px;
  right: 6px;
}
@media (min-width: 1025px) {
  .newslist li:hover .pic img {
    transform: scale(1.04);
  }
  .newslist li:hover .text .more {
    background: #ffffff url("../images/more3.png") no-repeat center center;
    background-size: 20px;
    border: 1px solid #fff;
  }
}
@media (max-width: 1500px) {
  .newslist li .text .bt {
    font-size: 16px;
  }
  .newslist li .text .jsh {
    font-size: 14px;
  }
}
.vlist {
  margin-top: 31px;
  margin-bottom: 50px;
}
.vlist ul {
  text-align: center;
}
.vlist ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.vlist ul li a {
  color: rgba(0, 0, 0, 0.5);
  max-width: 190px;
  line-height: 36px;
  border-radius: 30px;
  border: 1px solid #dcdddd;
  display: block;
  padding: 0 30px;
  min-width: 150px;
  text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 1500px) {
  .vlist ul li a {
    max-width: 100px;
    padding: 0 10px;
    min-width: 100px;
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .vlist ul li:hover a {
    background: #f48300;
    color: #fff;
    border: 1px solid #f48300;
  }
}
.vlist ul .active a {
  background: #f48300;
  color: #fff;
  border: 1px solid #f48300;
}
@media (max-width: 1210px) {
  .vlist {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .vlist ul li {
    padding: 0 2px;
  }
  .vlist ul li a {
    min-width: 80px;
    padding: 0 10px;
  }
}
.footer {
  background: url("../images/bg2.jpg") no-repeat top center;
  background-size: cover;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}
.footer .item span,
.footer .item a {
  display: inline-block;
}
.footer .lianjie {
  margin-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1210px) {
  .footer .lianjie {
    display: none;
  }
}
@media (max-width: 1210px) {
  .footer .link {
    display: none;
  }
}
.footer .footer-bottom {
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-top {
  padding: 78px 0 10px 0;
}
.footer-top .footer-contact {
  float: left;
  width: 38%;
  padding-top: 7px;
}
.footer-top .footer-contact .footer-tel {
  color: #fff;
  margin-bottom: 26px;
}
.footer-top .footer-contact .footer-tel h3 {
  font-size: 16px;
}
.footer-top .footer-contact .footer-tel p {
  font-size: 30px;
}
.footer-top .footer-contact .footer-tel p a {
  color: #fff;
}
@media (max-width: 1200px) {
  .footer-top .footer-contact .footer-tel p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .footer-top .footer-contact .footer-tel {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.footer-top .footer-contact .bt {
  color: #fff;
  font-size: 16px;
  margin-bottom: 19px;
}
.footer-top .footer-contact .p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 32px;
}
.footer-top .footer-contact .p p {
  padding-left: 36px;
  margin-bottom: 7px;
}
.footer-top .footer-contact .p p a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-top .footer-contact .p p:nth-child(1) {
  background: url("../images/f1.png") no-repeat 10px center;
}
.footer-top .footer-contact .p p:nth-child(2) {
  background: url("../images/f3.png") no-repeat 9px center;
}
.footer-top .footer-contact .p p:nth-child(3) {
  background: url("../images/f2.png") no-repeat 9px center;
}
@media (max-width: 1210px) {
  .footer-top .footer-contact {
    width: 100%;
    float: none;
  }
  .footer-top .footer-contact .p {
    margin-bottom: 10px;
  }
}
.footer-top .footer-ewm {
  float: right;
  width: 12%;
  padding-top: 15px;
  text-align: center;
}
.footer-top .footer-ewm img {
  padding: 8px;
  background: #fff;
  margin-bottom: 5px;
}
@media (max-width: 1210px) {
  .footer-top .footer-ewm {
    width: 100%;
    float: none;
    display: none;
  }
}
.footer-top .footer-ul {
  float: left;
  width: 47%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 39px;
}
.footer-top .footer-ul ul {
  float: right;
}
.footer-top .footer-ul li {
  float: left;
  max-width: 210px;
  margin-left: 50px;
}
.footer-top .footer-ul li a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
  overflow: hidden;
}
.footer-top .footer-ul li ul {
  float: none;
}
.footer-top .footer-ul li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.footer-top .footer-ul li ul li a {
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .footer-top .footer-ul {
    display: none;
  }
}
@media (max-width: 1210px) {
  .footer-top {
    padding-top: 30px;
  }
}
.inside-banner {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.inside-banner img {
  width: 100%;
  transition: all 1500ms ease;
}
.inside-banner .txtbox {
  top: 50%;
  width: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  position: absolute;
  transform: translateY(-30%);
}
.inside-banner .en {
  font-size: 28px;
  text-transform: uppercase;
}
.inside-banner .cn {
  font-size: 48px;
}
.inside-banner:hover img {
  transform: scale(1.05);
}
@media (max-width: 1210px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .en {
    display: none;
  }
  .inside-banner .cn {
    font-size: 20px;
  }
}
.inside-current {
  height: 70px;
  line-height: 69px;
  overflow: hidden;
  border-bottom: solid 1px #dcdddd;
}
.inside-current h2 {
  color: #3e3a39;
  font-size: 16px;
  font-weight: normal;
}
.inside-current img {
  margin: 0 5px 5px 0;
  vertical-align: middle;
}
.inside-current a {
  color: #3e3a39;
}
.inside-current a:hover {
  color: #f48300;
}
@media (max-width: 1210px) {
  .inside-current {
    height: 40px;
    line-height: 39px;
  }
  .inside-current h2 {
    font-size: 14px;
  }
}
.inside-title {
  font-size: 30px;
  padding-bottom: 20px;
  color: #f48300;
  text-align: center;
  position: relative;
}
.inside-title:after {
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  background: #f48300;
}
@media (max-width: 1500px) {
  .inside-title {
    font-size: 24px;
  }
}
.dw {
  top: -100px;
  z-index: -1;
  height: 1;
  position: absolute;
}
.inside-about-1 {
  position: relative;
  font-size: 16px;
  color: #232323;
  padding: 70px 0;
}
.inside-about-1 .video {
  text-align: center;
  margin-top: 70px;
}
.inside-about-1 .text {
  margin-top: 40px;
}
.inside-about-1 .text p {
  margin-top: 10px;
  text-indent: 2em;
}
@media (max-width: 1210px) {
  .inside-about-1 {
    font-size: 14px;
    padding: 40px 0;
  }
  .inside-about-1 .video {
    margin-top: 30px;
  }
  .inside-about-1 .text {
    margin-top: 20px;
  }
}
.about04 {
  position: relative;
  padding: 80px 0 69px 0;
  background: url("../images/bg5.jpg") no-repeat top center;
  background-size: cover;
}
.about04 .inside-title {
  color: #fff;
}
.about04 .inside-title:after {
  background: #fff;
}
.about04 .about-bottom {
  margin: 69px 50px 0 114px;
  position: relative;
}
.about04 .about-bottom ul {
  padding: 52px 0;
  width: 16%;
  float: left;
  text-align: center;
}
.about04 .about-bottom ul li {
  color: #fff;
  font-size: 28px;
  opacity: 0.6;
  cursor: pointer;
  line-height: 60px;
  margin-bottom: 20px;
}
.about04 .about-bottom ul .slick-current {
  opacity: 1;
  color: #fff;
}
.about04 .about-bottom ul .slick-prev,
.about04 .about-bottom ul .slick-next {
  width: 100%;
  height: 28px;
  margin-top: 0;
  z-index: 5;
  left: auto;
  right: auto;
  top: 0;
  border: 0;
  opacity: 0.5;
}
.about04 .about-bottom ul .slick-prev:before,
.about04 .about-bottom ul .slick-next:before {
  content: '';
}
@media (min-width: 1025px) {
  .about04 .about-bottom ul .slick-prev:hover,
  .about04 .about-bottom ul .slick-next:hover {
    opacity: 1;
  }
}
.about04 .about-bottom ul .slick-prev {
  background: url("../images/left2.png") no-repeat center center;
}
.about04 .about-bottom ul .slick-next {
  top: auto;
  bottom: 0;
  background: url("../images/right2.png") no-repeat center center;
}
.about04 .about-bottom .show {
  width: 76.7%;
  float: right;
}
.about04 .about-bottom .show .info .pic {
  position: relative;
}
.about04 .about-bottom .show .info .pic:after {
  content: "";
  display: block;
  padding-bottom: 34.45807771%;
  background: rgba(0,0,0,0.4);
}
.about04 .about-bottom .show .info .text {
  padding: 23px 0;
}
.about04 .about-bottom .show .info .text .bt {
  font-size: 24px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 6px;
}
.about04 .about-bottom .show .info .text .jsh {
  font-size: 16px;
  color: #fff;
  height: 98px;
  overflow: hidden;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .about04 {
    padding: 60px 0 20px 0;
  }
  .about04 .about-bottom {
    margin-left: 0;
    margin-right: 0;
    margin: 0px 0;
  }
  .about04 .about-bottom ul {
    width: 100%;
    float: none;
    padding: 20px 40px;
  }
  .about04 .about-bottom ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .about04 .about-bottom ul .slick-prev {
    left: 0;
    width: 48px;
    top: 20px;
    transform: rotate(-90deg);
    background-size: 20px 10px;
  }
  .about04 .about-bottom ul .slick-next {
    right: 0;
    left: auto;
    width: 48px;
    top: 20px;
    transform: rotate(-90deg);
    background-size: 20px 10px;
  }
  .about04 .about-bottom .show {
    width: 100%;
    float: none;
  }
  .about04 .about-bottom .show .info .text .jsh {
    font-size: 14px;
    height: auto;
    line-height: 26px;
  }
}
.inside-honor {
  position: relative;
  margin: 80px 0;
}
.inside-honor ul {
  margin: 0 -15px;
  margin-top: 60px;
}
.inside-honor li {
  padding: 0 15px;
}
.inside-honor li span {
  display: block;
  padding: 40px;
  position: relative;
  border: solid 2px #dddddd;
}
.inside-honor li span:after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.inside-honor li .tit {
  color: #000;
  height: 26px;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
.inside-honor .slick-prev,
.inside-honor .slick-next {
  width: 36px;
  height: 36px;
  margin-top: -15px;
  border-radius: 100%;
  background-size: 20px;
  border: solid 1px #dbdcdc;
}
.inside-honor .slick-prev {
  left: -60px;
  background: url(../images/left3.png) no-repeat center center #ffffff;
}
.inside-honor .slick-prev:hover {
  opacity: 1;
  border-color: #f48300;
  background: url(../images/left3-h.png) no-repeat center center #f48300;
}
.inside-honor .slick-next {
  right: -60px;
  background: url(../images/right3.png) no-repeat center center #ffffff;
}
.inside-honor .slick-next:hover {
  opacity: 1;
  border-color: #f48300;
  background: url(../images/right3-h.png) no-repeat center center #f48300;
}
@media (max-width: 640px) {
  .inside-honor {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .inside-honor ul {
    padding: 0 30px;
    margin-top: 30px;
  }
  .inside-honor li span {
    padding: 0;
  }
  .inside-honor li span img {
    padding: 5px;
  }
  .inside-honor li .tit {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-honor .slick-prev {
    left: 0px;
  }
  .inside-honor .slick-next {
    right: 0px;
  }
}
.news {
  padding: 70px 0;
}
.news .vlist {
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 1210px) {
  .news {
    padding: 30px 0;
  }
  .news .vlist {
    margin-bottom: 0;
  }
}
.news-list {
  overflow: hidden;
  padding-bottom: 22px;
}
@media (max-width: 1210px) {
  .news-list {
    padding-bottom: 0;
  }
}
.news-list li {
  overflow: hidden;
  border: solid 1px #fff;
  border-bottom: 1px solid #eeeeee;
}
.news-list li a {
  padding: 35px 45px;
  display: block;
}
.news-list li .box {
  position: relative;
  padding-left: 278px;
  cursor: pointer;
}
.news-list li .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 258px;
}
.news-list li .pic img {
  transition: 0.5s;
}
.news-list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.52713178%;
}
.news-list li .text {
  position: relative;
  padding: 17px 0;
  padding-right: 128px;
}
.news-list li .text .bt {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 14px;
}
.news-list .info span {
  color: #999999;
  font-size: 13px;
  margin-right: 44px;
}
.news-list li .text .jsh {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-list li .text .date {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 106px;
  width: 86px;
}
.news-list li .text .date div {
  font-size: 43px;
  color: #999999;
  text-align: center;
}
.news-list li .text .date p {
  color: #999999;
  text-align: center;
}
.news-list li .text .date .more {
  display: block;
  width: 100%;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  color: #999999;
  font-size: 14px;
  border: 1px solid #999999;
  margin-top: 5px;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .news-list li:hover .date .more {
    background: #f48300;
    color: #ffffff;
    border: 1px solid #f48300;
    transition: 0.3s;
  }
  .news-list li:hover .pic img {
    transform: scale(1.03);
  }
  .news-list li:hover .text .bt {
    color: #f48300;
  }
  .news-list li:hover {
    border-color: #fcefe1;
    background: #fbfbfb;
  }
}
@media (max-width: 1200px) {
  .news-list li {
    width: 33.333%;
    float: left;
    padding: 0 10px;
  }
  .news-list li a {
    padding: 0;
  }
  .news-list li .pic {
    top: auto;
    left: auto;
    position: relative;
	width: 100%;
  }
  .news-list li .pic img {
    /* width: 100%; */
  }
  .news-list li .box {
    padding-left: 0;
  }
  .news-list li .text {
    padding-right: 0;
    height: auto;
    padding-bottom: 20px;
  }
  .news-list li .text .date {
    display: none;
  }
  .news-list li .text .bt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-list li .text .jsh {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .news-list .info span {
    display: none;
  }
}
@media (max-width: 500px) {
  .news-list {
    padding-top: 20px;
  }
  .news-list ul {
    margin: 0 -10px;
  }
  .news-list li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}
.newsshow {
  padding-bottom: 70px;
  line-height: 2;
}
.newsshow .container {
  position: relative;
}
.newsshow h3 {
  color: #333333;
  font-size: 24px;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1500px) {
  .newsshow h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.newsshow .date-title {
  position: relative;
  min-height: 120px;
  padding-bottom: 69px;
  background: #f7f7f7;
}
.newsshow .date-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/news-arrow.png) no-repeat bottom center;
  position: absolute;
  bottom: -8px;
}
.newsshow .title {
  text-align: center;
  font-size: 46px;
  padding: 60px 0 20px 0;
  color: #333333;
  font-weight: normal;
}
.newsshow .info {
  color: #555555;
  font-size: 16px;
  text-align: center;
}
.newsshow .info img {
  margin: 10px 5px 0 0;
}
.newsshow .info .data {
  display: inline-block;
  margin-right: 15px;
  line-height: 23px;
  padding-right: 30px;
  border-right: 1px solid #dcdcdc;
}
.newsshow .nr p {
  font-size: 16px;
}
.newsshow .info .view {
  display: inline-block;
  background: url(../images/eye.png) no-repeat center left;
  padding-left: 30px;
}
.newsshow .share {
  color: #999999;
}
.newsshow .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.newsshow .nr {
  padding: 50px 0;
}
.newsshow .nr p {
  color: #333333;
  margin-top:1.5%
}
.newsshow .p-01 {
  padding: 0 0 0 20px;
  position: relative;
}
.newsshow .p-01:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #115275;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.share {
  padding: 30px 0;
  line-height: 47px;
  border-top: #cdcdcd 1px dashed;
}
.share a {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 1500px) {
  .newsshow .date-title {
    padding: 30px 0;
    min-height: auto;
  }
  .newsshow .title {
    font-size: 30px;
    padding: 0;
    line-height: 40px;
  }
  .newsshow .info {
    font-size: 14px;
  }
  .newsshow .info .data {
    margin-right: 0;
    padding-right: 10px;
  }
  .newsshow .info .view {
    padding-left: 10px;
  }
  .newsshow .nr p {
    font-size: 14px;
    line-height: 24px;
  }
  .newsshow h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1210px) {
  .newsshow .title {
    font-size: 18px;
    line-height: 30px;
  }
}
.prev-next {
  overflow: hidden;
  color: #666;
  font-size: 16px;
}
@media (max-width: 1210px) {
  .prev-next {
    font-size: 14px;
  }
}
.prev-next .return {
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  padding-left: 95px;
  float: left;
  margin-bottom: 0;
  width: 17%;
  margin: 0 0.5%;
  background: #efefef url(../images/mumu.png) no-repeat 50px center;
}
.prev-next .news-prev {
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  padding-left: 85px;
  float: left;
  margin-bottom: 0;
  width: 41%;
  background: #efefef;
  padding-right: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next .news-next {
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  padding-right: 85px;
  float: left;
  margin-bottom: 0;
  width: 41%;
  background: #efefef;
  padding-left: 70px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next .news-prev span {
  position: absolute;
  left: 30px;
  top: 0;
  display: inline-block;
  width: 60px;
  font-family: 宋体;
  text-align: center;
}
.prev-next .news-next span {
  position: absolute;
  right: 30px;
  top: 0;
  display: inline-block;
  width: 60px;
  font-family: 宋体;
  text-align: center;
}
.prev-next li a {
  color: #666;
  display: block;
}
.prev-next li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prev-next li:hover a {
  color: #f48300;
}
@media (max-width: 1210px) {
  .prev-next .news-next,
  .prev-next .news-prev {
    width: 100%;
    float: none;
    height: 50px;
    margin-bottom: 1px;
    padding: 0 20px!important;
    line-height: 50px;
    text-align: left!important;
  }
  .prev-next .news-next span,
  .prev-next .news-prev span {
    display: none;
  }
  .prev-next .return {
    display: none;
  }
}
.pro3_bottom {
  text-align: center;
  padding: 30px 0 0 0;
  color: #666;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
.pro3_bottom a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  font-family: arial;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  text-align: center;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 28px;
  background-color: #fff;
  margin: 0 2px 2px 2px;
}
.pro3_bottom b {
  font-weight: normal;
}
.pro3_bottom a:hover,
.pro3_bottom .active {
  color: #fff;
  background-color: #f48300;
  border: 1px solid #f48300;
}
.pro3_bottom a.cpb {
  display: inline-block;
  color: #fff;
  background-color: #f48300;
  border: 1px solid #f48300;
}
.pro3_bottom span {
  color: #898989;
  font-size: 14px;
}
.pro3_bottom span input {
  color: #666;
  border: 1px solid #d9d9d9;
  text-align: center;
  height: 28px;
  font-family: arial;
  line-height: 28px;
  background-color: #fff;
  margin: 0 10px;
  width: 50px;
}
.pro3_bottom button.zxfokbtn {
  display: inline-block;
  background: #fff;
  color: #282828;
  margin: 0 10px;
  width: 50px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .pro3_bottom a {
    margin: 0;
    padding: 0 3px;
    font-size: 12px;
  }
  .pro3_bottom span {
    display: none;
  }
  .pro3_bottom button.zxfokbtn {
    display: none;
  }
}
.float {
  position: fixed;
  bottom: 200px;
  right: 5px;
  z-index: 200;
}
.float ul li:nth-child(2) .hover {
  padding: 0;
}
.float ul li {
  width: 61px;
  height: 61px;
  padding-top: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  position: relative;
  background: #c9c9c9;
}
.float ul li .bt {
  color: #fff;
  margin-top: 3px;
}
.float ul li .hover {
  position: absolute;
  top: 0;
  right: 71px;
  width: 135px;
  display: none;
  padding: 16px;
  background: #fff;
  border: 1px solid #f48300;
}
.float ul li .hover img {
  padding: 20px;
}
.float ul li .hover1 {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 150px;
  font-family: arial;
  font-size: 16px;
  border: 1px solid #f48300;
  display: none;
  line-height: 58px;
  transform: translateY(-50%);
  background: #fff;
}
.float ul li .hover1 a {
  color: #232323;
}
.float ul li:hover {
  background: #f48300;
}
.float ul li:hover .bt {
  text-decoration: underline;
}
.float ul li:hover .hover {
  display: block;
}
.float ul li:hover .hover1 {
  display: block;
}
@media (max-width: 1200px) {
  .float {
    display: none;
  }
}
.case {
  padding-bottom: 70px;
}
.case .vlist {
  margin-top: 50px;
}
.case .vlist ul li a {
  min-width: 80px;
  font-size: 18px;
}
@media (max-width: 1210px) {
  .case {
    padding-bottom: 40px;
  }
  .case .vlist {
    margin-top: 30px;
  }
  .case .vlist ul {
    text-align: left;
  }
  .case .vlist ul li a {
    font-size: 14px;
    min-width: 100%;
  }
}
.videolist {
  margin: 0 -16px;
}
.videolist li {
  width: 33.33333333%;
  float: left;
  padding: 0 16px;
  margin-bottom: 43px;
}
.videolist li .pic {
  overflow: hidden;
  position: relative;
}
.videolist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.51528384%;
}
.videolist li .pic img {
  transition: all 700ms ease;
}
.videolist li .bt {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  margin-bottom: 7px;
  padding-right: 45px;
}
.videolist li .jsh {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  padding-right: 45px;
}
.videolist li .text {
  padding: 27px 23px;
}
@media (min-width: 1025px) {
  .videolist li:hover .pic img {
    transform: scale(1.04);
  }
  .videolist li:hover .pic:before {
    display: block;
  }
  .videolist li:hover .text {
    background: #ffffff url("../images/re.png") no-repeat 97% center;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1210px) {
  .videolist {
    margin: 0 -5px;
  }
  .videolist li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .videolist li .text {
    padding: 10px 0;
  }
  .videolist li .bt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .videolist li .jsh {
    font-size: 14px;
  }
}
.case-text {
  padding: 34px 0px 51px 0px;
  text-align: justify;
  border-bottom: 1px dotted #cacaca;
}
.case-text .case-title {
  font-size: 20px;
  color: #f48300;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 18px;
}
.case-text .case-title:after {
  width: 4px;
  height: 21px;
  background: #f48300;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  content: '';
  display: block;
}
.case-text .case-jsh {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
}
@media (max-width: 1210px) {
  .case-text {
    padding: 0;
  }
  .case-text .case-jsh {
    font-size: 14px;
  }
}
.share {
  padding: 25px 47px;
}
.share span {
  display: inline-block;
  vertical-align: top;
  line-height: 43px;
  margin-right: 10px;
}
.share ul {
  display: inline-block;
  vertical-align: top;
}
.share ul li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #efefef;
  margin-right: 5px;
}
@media (min-width: 1025px) {
  .share ul li:hover img {
    opacity: 0.5;
  }
}
@media (max-width: 1210px) {
  .share {
    padding-left: 0;
  }
}
.contact {
  padding-top: 70px;
  padding-bottom: 0 !important;
}
@media (max-width: 1210px) {
  .contact {
    padding-top: 30px;
  }
}
.contact-list1 {
  margin-bottom: 40px;
}
.contact-list1 li {
  width: 33.33333333%;
  float: left;
  padding: 0 30px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.contact-list1 li .pic {
  width: 70px;
  margin: 0 auto;
}
.contact-list1 li .bt {
  margin-top: 24px;
}
.contact-list1 li a {
  color: #666666;
}
@media (max-width: 1210px) {
  .contact-list1 li {
    padding: 20px;
    margin-top: 10px;
    font-size: 16px;
    width: 100%;
    background: #f8f8f8;
    float: none;
  }
  .contact-list1 li .pic {
    width: 35px;
  }
  .contact-list1 li .bt {
    margin-top: 0;
  }
  .contact-list1 li:first-child {
    margin-top: 0;
  }
}
.formlist {
  margin: 0 -60px;
  padding-top: 39px;
  position: relative;
}
.formlist li {
  width: 33.33333333%;
  float: left;
  padding: 0 60px;
  margin-bottom: 50px;
}
.formlist li .box {
  position: relative;
}
.formlist li .box .span {
  font-size: 18px;
  color: #666666;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid #f48300;
}
.formlist li .box input {
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  height: 42px;
  padding-left: 90px;
}
.formlist li .box .verify-wrap {
  margin: 0 auto;
}
.formlist .last {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 0;
}
.formlist .last .box input {
  padding-left: 90px;
}
.formlist .send {
  width: 100%;
}
.formlist .send a {
  width: 208px;
  height: 48px;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 46px;
  border: 1px solid #f48300;
  display: block;
  background: #f48300;
}
.formlist .send a:hover {
  background: #de7700;
  color: #fff;
  border: 1px solid #de7700;
}
@media (max-width: 1210px) {
  .formlist {
    margin: 0;
    padding-top: 0;
  }
  .formlist li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .formlist .send a {
    width: 140px;
    font-size: 16px;
  }
}
.list-div {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 1210px) {
  .list-div {
    padding-top: 0;
  }
}
.list-div .jobsub {
  border-top: 0;
  line-height: 30px;
  color: #777;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}
.list-div dl {
  margin: 70px auto 56px auto;
}
.list-div dl dt {
  display: block;
  padding: 0 55px;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 62px;
  transition: width 2s;
  background: #f2f2f2;
}
@media (max-width: 1210px) {
  .list-div dl dt {
    padding: 0 15px;
  }
}
.list-div dl dt span {
  display: block;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  color: #232323;
  font-weight: bold;
  width: 100%;
  padding-right: 20px;
  background: url(../images/more4.png) no-repeat center right;
}
.list-div dl dt span .address {
  padding-left: 28px;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  position: relative;
}
.list-div dl dt span .address:after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background: #555353;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
}
.list-div .list_dt {
  color: #fff;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 3px 7px 1px #ebedf3;
}
.list-div #open {
  margin-bottom: 0;
}
.list-div #open span {
  background: url(../images/more4h.png) no-repeat center right;
}
.list-div .jobsub {
  display: none;
  padding: 30px;
  font-size: 16px;
  color: #232323;
  border-top: 1px solid #e5e5e5;
}
.list-div .jobsub ul {
  overflow: hidden;
  margin-bottom: 10px;
}
.list-div .jobsub ul li {
  width: 33%;
  float: left;
  margin-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 1210px) {
  .list-div .jobsub {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
  }
  .list-div .jobsub ul li {
    width: 50%;
  }
}
.list-div .jobsub p {
  margin-top: 2px;
}
@media (max-width: 768px) {
  .list-div .jobsub {
    padding-bottom: 20px;
  }
  .list-div dl {
    margin: 20px auto 20px auto;
  }
  .list-div dl dt span {
    font-size: 16px;
  }
  .list-div dl dt span .address {
    font-size: 14px;
  }
}
#allmap {
  height: 600px;
  width: 100%;
}
@media (max-width: 1210px) {
  #allmap {
    height: 200px;
    border: solid 20px #fff;
  }
}
.nyleft {
  width: 19.3%;
  float: left;
}
@media (max-width: 1210px) {
  .nyleft {
    display: none;
  }
}
.pro_topone {
  border: 1px solid #e5e5e5;
  border-top: none;
  border-top-right-radius: 30px;
}
.pro_topone .wz_tit {
  padding: 32px 20px 17px 17px;
  font-size: 30px;
  color: #fff;
  background: #f48300;
  border-top-right-radius: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.pro_topone .wz_tit span {
  display: block;
  text-transform: uppercase;
  font-size: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 12px;
  left: 23px;
}
.prolist_zb {
  line-height: 36px;
  padding: 13px 0 0 0;
}
.prolist_zb li {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 11px;
  margin-bottom: 16px;
}
.prolist_zb li:nth-last-child(1) {
  margin: 0;
}
.prolist_zb li a {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 50px;
  overflow: hidden;
  font-size: 18px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 17px;
}
.prolist_zb li.car a,
.prolist_zb li a:hover {
  color: #f48300;
}
.prolist_zb li a i {
  width: 11px;
  height: 9px;
  position: absolute;
  content: "";
  background: url(../images/dot1.png) no-repeat center center;
  transition: .5s;
  top: 13px;
  right: 22px;
}
.prolist_zb li ul {
  display: none;
}
.prolist_zb li ul li {
  border: 0;
  margin: 0;
  padding: 0;
}
.prolist_zb li ul li a {
  font-size: 16px;
  color: rgba(3, 0, 0, 0.7) !important;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .prolist_zb li ul li a:hover {
    color: #f48300 !important;
  }
}
.prolist_zb li.car a i,
.prolist_zb li:hover a i {
  background: url(../images/dot2.png) no-repeat center center;
}
.prolist_zb li.car ul {
  display: block;
}
.left_dibu {
  margin-top: 23px;
  margin-bottom: 22px;
}
.left_news ul {
  margin-top: 8px;
  overflow: hidden;
  border-bottom: 1px solid #f48300;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 12px;
}
.left_news li a {
  display: block;
  color: #3e3a39;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left_news li {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 22px;
  position: relative;
}
.left_news li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  border: 1px solid #8d8d8d;
  top: 38%;
  left: 5px;
}
.left_news li:hover:after {
  border: 1px solid #f48300;
}
.left_news li:hover a {
  color: #f48300;
  
}
.left_lxwm {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #c4c4c5;
  border-bottom: 1px solid #c4c4c5;
  overflow: hidden;
  position: relative;
}
.left_lxwm img {
  display: block;
  float: left;
}
.left_lxwm .text {
  float: left;
  padding-left: 14px;
}
.left_lxwm .text01 {
  color: #3e3a39;
  font-size: 18px;
  margin-bottom: 6px;
}
.left_lxwm .text02 {
  color: #fff;
  font-size: 20px;
  background: #f48300;
  border-radius: 12px;
  line-height: 32px;
  text-align: center;
}
.left_lxwm .text02 a {
  color: #fff;
}
.left_lxwm:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  bottom: 0px;
  left: 0px;
}
.left_biaoti {
  color: #f48300;
  font-size: 21px;
  margin-bottom: 7px;
  overflow: hidden;
}
.left_biaoti p {
  float: left;
  width: 80%;
}
.left_biaoti a {
  display: block;
  float: right;
  margin-top: 7px;
}
.nyzhuyao_right {
  width: 78.6%;
  float: right;
}
.nyzhuyao_right .index-product {
  padding: 0;
  background: none;
}
.nyzhuyao_right .index-product ul {
  margin: 0 -10px;
}
.nyzhuyao_right .index-product li {
  padding-top: 0;
  padding: 0 10px;
  padding-bottom: 20px;
}
.nyzhuyao_right .index-product li .tit {
  font-size: 16px;
}
.nyzhuyao_right .index-product li .txt {
  font-size: 12px;
}
@media (max-width: 1210px) {
  .nyzhuyao_right {
    width: 100%;
    float: none;
  }
  .nyzhuyao_right .index-product li {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .nyzhuyao_right .index-product ul {
    margin: 0 -5px;
  }
  .nyzhuyao_right .index-product li {
    padding: 0 5px;
    padding-bottom: 10px;
  }
}
.product-top {
  padding-bottom: 40px;
  position: relative;
}
.info-pic {
  padding: 50px 0 0px 0;
  overflow: hidden;
}
.info-pic .pro-left {
  float: left;
  width: 52.5%;
  overflow: hidden;
}
.info-pic .pro-left {
  padding-left: 140px;
  position: relative;
}
.info-pic .pro-left .slick-prev:before,
.info-pic .pro-left .slick-next:before {
  display: none;
}
.info-pic .pro-left .slick-prev,
.info-pic .pro-left .slick-next {
  width: 48%;
  height: 20px;
  margin-top: 0;
  z-index: 7;
  top: 0;
}
@media (min-width: 1025px) {
  .info-pic .pro-left .slick-prev:hover,
  .info-pic .pro-left .slick-next:hover {
    background-color: #f48300;
  }
}
.info-pic .pro-left .slick-prev {
  background: #e6e6e6 url(../images/arrow2h.png) no-repeat center center;
  left: 0;
  top: auto;
  bottom: 0;
}
.info-pic .pro-left .slick-next {
  background: #e6e6e6 url(../images/arrow2h.png) no-repeat center center;
  right: 0;
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.info-pic .pro-left .pro-max {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
.info-pic .pro-left .pro-max .item .pic {
  position: relative;
  padding: 40px;
  background: #fff;
}
.info-pic .pro-left .pro-max .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.20754717%;
}
.info-pic .pro-left .pro-min {
  position: absolute;
  top: 0;
  left: 0;
  width: 123px;
  height: 100%;
  padding: 0 0 14px 0;
}
.info-pic .pro-left .pro-min .getIndex {
  padding: 4px 0;
}
.info-pic .pro-left .pro-min .getIndex .item .pic {
  padding: 5px;
  position: relative;
  display: block;
  border: 1px solid #d5d5d5;
  background: #fff;
}
.info-pic .pro-left .pro-min .getIndex .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.20754717%;
}
.info-pic .pro-left .pro-min .slick-current .item .pic {
  border: 1px solid #f48300;
}
.info-pic .pro-text {
  float: right;
  width: 44%;
}
.info-pic .pro-text .span {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.info-pic .pro-text .jsh {
  padding-top: 33px;
  margin-bottom: 46px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
}
.info-pic .pro-text .jsh p {
  position: relative;
}
.info-pic .pro-text .more {
  bottom: 40px;
  position: absolute;
}
.info-pic .list ul {
  margin: 0 -20px;
}
.info-pic .list li {
  width: 50%;
  float: left;
  margin-top: 30px;
  padding: 0 20px;
}
.info-pic .list li span {
  width: 30%;
  float: left;
  font-size: 16px;
}
.info-pic .list li p {
  width: 70%;
  float: left;
}
.info-pic .list li select {
  width: 100%;
  height: 33px;
  border-radius: 0;
  border: 0;
  color: #666;
  font-family: arial;
  font-size: 14px;
  padding-left: 10px;
  background-color: #e5e5e5;
}
@media (max-width: 1210px) {
  .info-pic .pro-left {
    width: 100%;
    float: none;
  }
  .info-pic .pro-left .pro-max .item .pic {
    padding: 0px;
  }
  .info-pic .pro-text {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .info-pic .pro-text .span {
    font-size: 24px;
  }
  .info-pic .pro-text .more {
    bottom: auto;
    margin-top: 30px;
    position: relative;
  }
  .info-pic .list li {
    width: 100%;
    float: none;
    margin-top: 10px;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .info-pic {
    padding-top: 20px;
  }
  .info-pic .pro-left {
    padding-left: 0;
  }
  .info-pic .pro-left .pro-min {
    display: none;
  }
  .info-pic .pro-left .pro-man {
    width: 100%;
    float: none;
  }
}
.product-bottom {
  padding: 55px 0 79px 0;
  overflow: hidden;
  background: #fff;
}
.product-bottom .left {
  float: left;
  width: 60%;
}
.product-bottom .left .item {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 22px;
  margin-bottom: 45px;
  position: relative;
}
.product-bottom .left .item .item-title {
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 7px;
}
.product-bottom .left .item .jsh {
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
}
.product-bottom .left .item .pic {
  margin-top: 20px;
}
.product-bottom .left .item:last-child {
  border: 0;
  margin-bottom: 0;
}
.product-bottom .right {
  float: right;
  width: 22.6%;
  padding-top: 40px;
}
.product-bottom .right .list {
  margin-bottom: 29px;
}
.product-bottom .right .list li a {
  display: block;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-right: 2px solid #fff;
}
@media (min-width: 1025px) {
  .product-bottom .right .list li:hover a {
    background: #efefef;
    border-right: 2px solid #f48300;
  }
}
.product-bottom .right .list .active a {
  background: #efefef;
  border-right: 2px solid #f48300;
}
.product-bottom .right .text {
  padding: 25px 27px;
  background: #efefef;
}
.product-bottom .right .text .bt {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-bottom .right .text .jsh {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 18px;
}
.product-bottom .right .text .jsh p {
  padding-left: 24px;
}
.product-bottom .right .text .jsh p:nth-child(1) {
  background: url(../images/dh1.png) no-repeat 1px 6px;
}
.product-bottom .right .text .jsh p:nth-child(2) {
  background: url(../images/yx.png) no-repeat 1px 9px;
}
.product-bottom .right .text .btn a {
  display: block;
  line-height: 46px;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #f48300;
}
@media (min-width: 1025px) {
  .product-bottom .right .text .btn a:hover {
    background: #de7700;
  }
}
@media (max-width: 1500px) {
  .product-bottom .left {
    width: 70%;
  }
  .product-bottom .left .item .item-title {
    font-size: 20px;
  }
  .product-bottom .right .text .bt {
    font-size: 16px;
  }
}
@media (max-width: 1210px) {
  .product-bottom {
    padding: 30px 0;
  }
  .product-bottom .left {
    width: 100%;
    float: none;
  }
  .product-bottom .right {
    display: none;
  }
}
.related {
  background: #fff;
  padding-bottom: 60px;
}
.related .related-title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.related .index-product {
  background: none;
  padding: 30px 0;
}
@media (max-width: 1210px) {
  .related {
    padding-bottom: 30px;
  }
  .related .index-product {
    padding-top: 0;
  }
  .related .related-title {
    font-size: 20px;
  }
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: rgba(255, 255, 255, 0.5);
}
.phone-nav .list-menu li {
  font-size: 16px;
  position: relative;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li h3 {
  color: #f48300;
  padding-left: 20px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 10px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 14px;
  padding: 10px 0px 0 20px;
}
.inside-map {
  padding: 70px 0;
}
.inside-map li {
  padding: 30px 0;
  font-size: 16px;
  border-bottom: solid 1px #eee;
}
.inside-map li h3 {
  padding-bottom: 10px;
}
.inside-map li a {
  display: inline-block;
  padding-right: 20px;
}
.inside-map li:first-child {
  padding-top: 0;
}
.inside-map li:last-child {
  border-bottom: 0;
}

.prolist_zb li ul .car2 a {
	color: #f48300 !important;
}

.banner video {
	width: 100%;
    display: block;
    max-width: 100%;
	position: absolute;
}

.banner .pic2 span:after {
	content: "";
    display: block;
    /* padding-bottom: 81.5%; */
}

@media (max-width: 1280px){
	.index-about .list li:last-child {
		position: relative;
		right: 10px;
	}
	.pro_topone .wz_tit span {
		font-size: 35px;
	}
	#thumbs .slick-dots {
		display: none !important;
	}
	.danye {
		overflow-x: hidden;
		width: 100%;
	}
}

.ints {
	padding-left: 60px !important;
}

.jieshao {
	padding-bottom: 58px;
}

/* .left_lxwm:before { */
    /* position: absolute; */
    /* content: ""; */
    /* width: 100%; */
    /* height: 1px; */
    /* background: #f0f0f0; */
    /* top: 0px; */
    /* left: 0px; */
/* } */