/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { min-width: 768px; font-family: 'Microsoft YaHei', arial, sans-serif; font-size: 14px; color: #333; background-color: #fff; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: arial; font-size: 14px; color: #666; border: none; }
img, i { border: none; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
i { font-style: normal; }
a {
  color: #333; text-decoration: none; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;
}

/*通用*/
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }

.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.icon { background-image: url(../img/icon.png); background-repeat: no-repeat; }
.icon-address { width: 16px; height: 18px; background-position: -88px 0; }
.icon-phone { width: 16px; height: 18px; background-position: -108px 0; }
.icon-fax { width: 16px; height: 18px; background-position: -74px -37px; }
.icon-wechat { width: 21px; height: 17px; background-position: 0 -62px; }
.icon-weibo { width: 22px; height: 18px; background-position: -25px -62px; }
.icon-qq { width: 15px; height: 17px; background-position: -51px -62px; }
.icon-prev { width: 18px; height: 33px; background-position: 0 0; }
.icon-prev:hover { background-position: -22px 0; }
.icon-next { width: 18px; height: 33px; background-position: -66px 0; }
.icon-next:hover { background-position: -44px 0; }
.icon-arrow { width: 33px; height: 21px; background-position: -37px -37px; }
.icon-play { width: 25px; height: 25px; background-position: -94px -22px; }
.icon-close { width: 28px; height: 28px; background-position: -94px -51px; }
.comwrap { margin: 0 auto; width: 94%; max-width: 1300px; }
/*头部*/
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 9; margin: 0 auto; width: 100%; min-width: 768px; }
.header .logo { margin-left: 1%; padding: 30px 0 20px; }
.header .logo .img { display: block; height: 74px; font-size: 14px; }
.header .top_txt { float:left; margin-left:10px; margin-top:50px; padding-left:10px; border-left:#fff 1px solid; height:50px; line-height:25px; font-size:14px; color:#fff; font-weight:bold;}
.header .nav { margin-top: 40px; font-size: 0; text-align: right; }
.header .nav .col1 {
  /*visibility: hidden;
  opacity: 0;*/
  visibility: visible;
  opacity: 1;
  position: relative;
  margin-right: 30px;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.header .nav .link { display: block; font-size: 14px; line-height: 50px; color: #fff; text-shadow: 0 0 6px #999;position: relative; }
.header .nav .link:after{content: "";width: 0;;position: absolute;bottom: 0;height: 3px;background: #fff;left: 50%;transition: all 0.3s}

.header .nav .link:hover:after,.header .nav .cur .link:after{width: 100%;left: 0}
.header .nav li:nth-last-child(1) .link:after{width: 0%!important;}

.header .nav.on .col1 {
visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .nav.on .col1:nth-child(0){-webkit-transition-delay:0.8s;-moz-transition-delay:0.8s;-ms-transition-delay:0.8s;-o-transition-delay:0.8s;transition-delay:0.8s;}
.header .nav.on .col1:nth-child(1){-webkit-transition-delay:0.7s;-moz-transition-delay:0.7s;-ms-transition-delay:0.7s;-o-transition-delay:0.7s;transition-delay:0.7s;}
.header .nav.on .col1:nth-child(2){-webkit-transition-delay:0.6s;-moz-transition-delay:0.6s;-ms-transition-delay:0.6s;-o-transition-delay:0.6s;transition-delay:0.6s;}
.header .nav.on .col1:nth-child(3){-webkit-transition-delay:0.5s;-moz-transition-delay:0.5s;-ms-transition-delay:0.5s;-o-transition-delay:0.5s;transition-delay:0.5s;}
.header .nav.on .col1:nth-child(4){-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;-ms-transition-delay:0.4s;-o-transition-delay:0.4s;transition-delay:0.4s;}
.header .nav.on .col1:nth-child(5){-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-ms-transition-delay:0.3s;-o-transition-delay:0.6s;transition-delay:0.3s;}
.header .nav.on .col1:nth-child(6){-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;-ms-transition-delay:0.2s;-o-transition-delay:0.2s;transition-delay:0.2s;}
.header .nav.on .col1:nth-child(7){-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;}
.header .nav.on .col1:nth-child(8){-webkit-transition-delay:0.0s;-moz-transition-delay:0.0s;-ms-transition-delay:0.0s;-o-transition-delay:0.0s;transition-delay:0.0s;}

.header .open { padding-top: 40px; margin-right: 4%; cursor: pointer;display: none }
.header .open .line { display: block; margin: 7px auto 0; width: 30px; height: 2px; background-color: #fff; border-radius: 1px; }
.header .open .t { margin-top: 13px; }
.header .open:hover .line { background-color: #f7c103; }
.header .open.on .t {
  -webkit-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  -moz-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  -ms-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  -o-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  transform: translate3d(0, 10px, 0) rotateZ(-45deg);
}
.header .open.on .m { opacity: 0; filter: alpha(opacity=0); }
.header .open.on .b {
  -webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg);
  -moz-transform: translate3d(0, -8px, 0) rotateZ(45deg);
  -ms-transform: translate3d(0, -8px, 0) rotateZ(45deg);
  -o-transform: translate3d(0, -8px, 0) rotateZ(45deg);
  transform: translate3d(0, -8px, 0) rotateZ(45deg);
}
.header.bg { background-color: rgba(0, 0, 0, 0.6); background-color: #000\9; opacity: 0.6\9; filter: alpha(opacity=60); }
.header.bg .logo { padding: 20px 0; }
.header.bg .logo .img { height: 50px; }
.header.bg .top_txt { margin-top:25px;}
.header.bg .nav { margin-top: 20px; }
.header.bg .open { padding-top: 20px; }

/*焦点图*/
.banner_m{display: none}
.banner_m img{width: 100%;}
.banner .swiper-slide .img { display: block; width: 100%; }
.banner .swiper-pagination { bottom: 5%; }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; }
.banner .swiper-pagination-bullet-active { background-color: #f7c103; }
.banner .arrow {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -21px;
    z-index: 99;
    opacity: 1;
	animation: arrow 2s infinite;
}
.banner_m .arrow {
    width:6vw;
    height:6vw;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -3vw;
    z-index: 99;
    opacity: 1;
	animation: arrow 2s infinite;
}

/*页脚*/
/* leftsead */
#leftsead{width:240px;/* height:354px; */position:fixed;right:0;top:25%;/*float:right;*//*margin:50px 0 0 50px;*/z-index:9;}

#leftsead li{width:230px;height:70px; list-style-type:none; display:block; overflow:hidden; margin:0 0 1px 11px; float:right;}
#leftsead li img{float:right;}
#leftsead li a{height:70px;float:right;display:block;width:70px;
}

#leftsead li .shows1{
	 display:block;
  position:relative;
  z-index:10;
  opacity: 1;
  filter:Alpha(opacity=100);
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#leftsead li a:hover .shows1{
	visibility:visible;
	opacity: 0;
  filter:Alpha(opacity=0);
}

#leftsead li .shows2{
	 display:block;
  position:relative;
  z-index:20;
  margin-top:-70px;
  opacity: 0;
  filter:Alpha(opacity=0);
	visibility:visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#leftsead li a:hover .shows2{
	visibility:visible;
	opacity: 1;
  filter:Alpha(opacity=100);
}

#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .2wm{display:none;position:absolute; left:500px; top:300px; z-index:100; width:74px; height:74px;}
/*#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}*/
/*页脚*/


@keyframes arrow{0%,100%{opacity:0;transform:translateY(-10px)}50%{opacity:1;transform:translateY(0)}}
@media screen and (max-width: 1750px) {
  .product .box .ttit { font-size: 40px; }
	/*.header .nav li:nth-last-child(1) .link{display: none}*/
}
@media screen and (max-width: 1440px) {
	.header .nav .col1{margin-right: 10px}
}
@media screen and (max-width: 1300px) {
  .header .nav .top_dh{ display:none;}
}
@media screen and (max-width: 1200px) {
  .about .enwr { width: 10%; }
  .about .imgwr { width: 61%; }
  .performance .imgwr { width: 50%; }
  .product .box .ttit { font-size: 20px; }
  .product .box .tit { margin-top: 4%; font-size: 18px; }
  .product .box .con { line-height: 2; }
  .product .box .btn { margin-top: 14%; }
	
  .header .nav .col1{margin-right: 5px}
  .header .nav .top_dh{ display:none;}
	
}
@media screen and (max-width: 1040px) {
  .header .open, .header.bg .open { display: block;}
}
@media screen and (max-width: 1024px) {
  .header .nav .top_dh{ display:block;}
.header .nav .col1 {
  visibility: hidden;
  opacity: 0;
}
	

  .header { min-width: 320px; }
  .header .logo, .header.bg .logo { padding: 12px 0; }
  .header .logo .img, .header.bg .logo .img { height: 36px; }
  .header .top_txt{ margin-top:27px;}
  .header .open, .header.bg .open { padding-top: 0; display: block;}
  .header .open .t { margin-top: 18px; }
  .header .nav { position: fixed; top: 60px; left: 0; z-index: 9; margin: 0; padding: 10px 0; width: 100%; height: 0; background-color: #fff; visibility: hidden; }
  .header .nav .col1 { display: block; margin: 0 3%; border-bottom: 1px solid #eee; }
  .header .nav .link { color: #333; text-align: center; }
  .header .nav.on { height: calc(100% - 130px); visibility: visible; }
  .header.bg .nav { margin-top: 0; }
  .header.bg .top_txt { margin-top:11px; height:40px; line-height:20px;}
  .header .logo, .header .open { padding-top: 20px; }
  .header .logo .img { height: 50px; }
  .header .nav { margin-top: 20px; }
  .header .nav .col1 { margin-right: 20px; }
  .contact, .footer { padding: 50px 0; }
  .footer .item { margin-left: 3%; }
  .footer .item-1 { margin-left: 0; }
  .footer .item-2 { width: 29%; }
  .footer .item-3 { width: 23%; }
  .footer .item-4 { width: 12%; }
  .footer .cont, .footer .menu .link, .footer .ewm, .copyr { font-size: 12px; }
  .footer .cont .row { padding-left: 25px; }
  .footer .list-p .link { width: 30.33%; }
  .footer .list-p .link-6, .footer .list-p .link-7 { display: none; }
  .copyr { padding: 20px 0; }
  .about .enwr { width: 5%; }
  .about .enwr .img { max-width: 50%; }
  .about .imgwr { position: absolute; right: 0; top: 0; z-index: 1; width: 95%; height: 100%; }
  .about .mask { z-index: 2; width: 95%; opacity: 0.5; filter: alpha(opacity=50); }
  .about .conwr { position: relative; z-index: 3; width: 85%; }
  .performance { margin: 50px auto; }
  .comtit .cn { font-size: 24px; }
  .comtit .en { width: 94%; }
  .performance .main { margin-top: 30px; }
  .performance .imgwr { display: none; }
  .performance .list { display: block; margin: 0 auto; width: 94%; }
  .product .box .con { width: 94%; }
  .product .box .btn { line-height: 40px; }
  .product .box .icon { bottom: 3px; }
  .news { padding: 50px 0; }
  .news .conwr .tit { font-size: 16px; }
}
@media screen and (max-width:640px) {
	 body { min-width: 320px; }
	 /*.header .top_txt{ display:none;}*/
	.banner_m{display: block}

  .mtools { display: block; }
	.banner{display: none!important}

  .banner .swiper-slide { overflow: hidden; }
  .banner .swiper-slide .img { margin-left: -15%; width: 130%; }
}