@import 'style.css';
#page{padding-top: 0px; overflow: hidden;}
header{width:100%; position: fixed; left: 0; top: 0; z-index:1000;}
header h1{margin:0; padding: 0;font-size: 0;line-height: 90px;}
header .container{position: relative;width: 100%;max-width: 1820px;}
nav.mm-menu_offcanvas{display: none;}
 #header a.mm_btn{display: none; width: 55px; height: 55px; position: absolute; right: 0; top:0;  background: #0067b7; transition: .5s all;}

.head{ height: 90px;transition: 0.5s;background: #fff; }
.head h1 img.img1{}
.head h1 img.img2{display: none;}

.nav ul li{display: block; position: relative; float: left; height: 90px;line-height:90px;font-size:18px;margin-left: 3.125vw;}
.nav ul li a{color: #333;}
.nav ul li:hover a{color: #00bf5c;}
.nav ul ul{display: none; width: auto;min-width: 120px; position: absolute;left: 50%;transform: translateX(-50%); background: rgba(255,255,255,0.8);box-shadow: 0 0 5px rgba(0,0,0,0.15);padding: 10px 0;}
.nav li li{font-size: 14px;margin:0;height: auto;width: 100%; line-height:30px;text-align: center;}
.nav li li a{display: block;padding: 0 10px; color: #333;white-space:nowrap; }
.nav ul li:hover li a{color: #333;}
.nav li li:hover a{background: #00bf5c;color: #fff!important;}

.language{ height: 90px;line-height: 84px;font-size: 18px;color: #ccc; }
.language a{color: #ccc;}
.language a:hover,
.language a.on{ color: #333; }
.language a.ser { color: #333;margin-left: 1.56vw; }
.language a.ser i{ font-size: 24px;  }
.language a.ser:hover{ color: #00bf5c; }

@media (min-width: 992px){
    .headIndex .head{ background: none; border: 1px solid rgba(255,255,255,0.3);border-left: 0;border-right: 0;top:30px;position: relative;}
    .headIndex .head h1 img.img1{display: none;}
    .headIndex .head h1 img.img2{display: inline-block;}
    .headIndex .head .nav ul li a{color: #fff;}
    .headIndex .head .nav ul li:hover a{color: #00bf5c; }
    .headIndex .head .language a{ color: rgba(255,255,255,0.36); }
    .headIndex .head .language a:hover,
    .headIndex .head .language a.on{ color: #fff; }

    .head.on{box-shadow: 0 0 5px rgba(0,0,0,0.15);background: #fff;border:0;top:0!important;}
    .headIndex .head.on h1 img.img1{display: inline-block;}
    .headIndex .head.on h1 img.img2{display: none;}
    .headIndex .head.on .nav ul li a{color: #333;}
    .headIndex .head.on .nav ul li:hover a{color: #00bf5c; }
    .headIndex .head.on .language a{ color: #ccc; }
    .headIndex .head.on .language a:hover,
    .headIndex .head.on .language a.on{ color: #333; }
}
@media (max-width: 1200px){
    .nav ul li{font-size: 16px; margin-left:2.5vw;}
    .language{ font-size: 16px; }
}

/*手机版菜单*/
@media screen and (max-width: 991px)  {
    .head{height: 55px;}
    header h1{height: 55px;line-height: 55px;}
    header h1 img{display: inline-block;max-height: 80%;}

  #header a.mm_btn {background: center center no-repeat ;display: block;width: 55px;height: 55px;position: absolute;top: 0px;right: 0; padding: 12.5px; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #00bf5c; position: absolute; left: 0; top: 14px;
      /*transition: transform .2s ease .2s;
      -webkit-transition: -webkit-transform .2s ease .2s;*/
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {
      transform: translateZ(0) rotate(45deg);
      transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
      -webkit-transform: translateZ(0) rotate(45deg);
      -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
  }
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{
      -webkit-transform: translate(-80vw,0)!important;
      -ms-transform: translate(-80vw,0)!important;
      transform: translate(-80vw,0)!important;
      -webkit-transform: translate3d(-80vw,0,0)!important;
      transform: translate3d(-80vw,0,0)!important;
      /*transform: translate3d(80vw,0,0)!important;*/
  }
  .mm-wrapper_opened .mm-menu_fx-menu-slide {
      -webkit-transform: translate(0,0)!important;
      -ms-transform: translate(0,0)!important;
      transform: translate(0,0)!important;
      -webkit-transform: translate3d(0,0,0)!important;
      transform: translate3d(0,0,0)!important;
  }
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);}
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
      -webkit-transform: translate(-440px,0)!important;
      -ms-transform: translate(-440px,0)!important;
      transform: translate(-440px,0)!important;
      -webkit-transform: translate3d(-440px,0,0)!important;
      transform: translate3d(-440px,0,0)!important;
  }
}
@media (max-width: 991px){
    .col-index-title h3{ font-size: 24px; }
    .col-index-title h3 em{ font-size: 22px; }
/*首页产品*/
    .col-index-product{ padding: 55px 0; }
    .col-index-product .list{ margin-top: 30px;}
    .col-index-product .list ul li .pic{min-height: 250px;}
    .col-index-product .list ul li .text{ padding:35px 50px 50px 20px; }
    .col-index-product .list ul li h4{ font-size:16px; }
    .col-index-product .list ul li h4 span{ margin-top:5px; font-size: 14px;  }
    .col-index-product .list ul li p{ padding: 0 12px;line-height:30px; left:20px;bottom:40px;}
    .col-index-product .button-more a{  margin-top: 35px; padding:7px 15px;font-size: 14px; }
    .col-index-product .button-more a img{margin-left:20px; }
/*首页解决方案*/
    .col-index-solution{ padding: 80px 0; }
    .col-index-solution .list{ margin-top:35px; }
    .col-index-solution .list ul li{ padding: 0 7px; }
    .col-index-solution .list ul li .pic{ max-width: 80px; }
    .col-index-solution .list ul li img.xian{position: absolute;left: 100%;top:50%;margin-top: -4.5px;max-width: none; }
    .col-index-solution .list ul li h4{margin-top:15px; font-size:16px; }
/*首页新闻*/
    .col-index-news{ padding: 55px 0; }
    .col-index-newsl{ width: 100%;margin-top:0; }
    .col-index-newsl ul{ padding-top:15px; }
    .col-index-newsl ul li{float: left; font-size: 15px;margin-top: 10px;margin-right:20px; }
    .col-index-newsl ul li a{ padding-right: 35px; }
    .col-index-newsl .button-more a{ padding: 0 12px;font-size:14px; line-height:35px;margin-top:30px; }
    .col-index-newsl .button-more a img{margin-left:20px;}
    .col-index-newsr{ width:100%; margin-top: 30px;}
    .col-index-newsr .swiper-news ul li .text{ padding:20px 13px; }
    .col-index-newsr .swiper-news ul li .text h5{ font-size: 16px;}
    .col-index-newsr .swiper-news ul li .text p{ margin-top:8px; font-size:14px; }
    .col-index-newsr .swiper-news .swiper-pagination{ margin-top:25px; font-size: 20px; }
    .col-index-newsr .swiper-news .swiper-scrollbar{ width: 60%; right:50px;}
/*首页关于我们*/
    .col-index-about{ padding: 65px 0; }
    .col-index-about p{font-size: 14px;}
    .col-index-about p.desc{margin:5px 0 30px; font-size:20px; }
    .col-index-about a{ margin-top:40px; padding:8px 12px; font-size: 14px; }
    .col-index-about a img{margin-left: 20px;}
/*友情链接*/
    .link{ padding: 40px 0; }
    .link .title{top:0;float: none!important; }
    .link .title h3{ font-size: 20px;}
    .link .title h3 span{ font-size:24px;}
    .link .content{ width: 100%;margin-top: 15px; padding-left:0;margin-left: 0; font-size: 14px;  }
    .link .content:before{display: none; }
    .link .content i{ margin:0 1vw; }
/*底部开始*/
    .footer{ padding-top: 45px;  }
    .footerleft{ width: 100%; }
    .footerleft ul li{ width:100%;max-width: none; padding-right: 0;padding-bottom: 10px; }
    .footerleft ul li h4{ font-size: 16px; }
    .footerleft ul li div{ margin-top: 5px; }
    .footerleft ul li div p{ font-size: 14px;margin-right:2vw;float: left; }
    .footerright{ width: 100%;margin-top: 20px; }
    .footerright>*{text-align: center!important;}
    .footerright p{font-size:14px; margin-bottom: 10px;}
    .footerright p span{font-size: 28px;}
    .footerright .img1{margin-bottom:20px;}
    .footerright .img2{padding-top:10px; }
    .footerright .img2 img{margin:0 4px;}
    .copy{padding: 10px 0;text-align: center; }
    .copy p{ width: 100%; font-size:14px;float: none!important;}
    #gotoTop{ float: none!important;display: inline-block; font-size: 14px;}
/*内页开始*/
    .col-page-title h3{ font-size:22px;}
/*关于我们*/
    .col-page-about{ padding-top: 50px; }
    .col-page-about .col-page-title{margin-bottom: 25px;}
    .col-page-about .content{ width:100%; margin-top: 30px;}
    .col-page-about .content p{ font-size: 14px;  }
    .col-page-about .content p img{ margin-bottom:15px; }
    .col-page-about .video{ width: 100%;position:static; }
    .col-page-about .video .pic{ max-width: 600px;margin:0 auto; }
    .col-page-about .video .button span{font-size:18px; margin-top: 15px; }

    #aPlay{ width: 70px;height: 70px;  }
    #aPlay i{width: 44px;height: 44px;line-height: 44px;}
    /*荣誉*/
        .col-about-honor{ padding:70px 0 60px; }
        .col-about-honor .tab{ width: 100%; font-size:15px;margin-top:15px;margin-left: 0; }
        .col-about-honor .tab a{   margin-right: 2vw; }
        .col-about-honor .tab-sildes{ margin-top:35px; }
    /*销售网络*/
        .col-about-network{ padding:55px 0; }
        .col-about-network h3{ font-size: 22px; margin-bottom: 15px; }
        .col-about-network p{ font-size: 14px; }
        .col-about-network img{margin-top: 25px;}
        .col-about-network table tr td{ width: 100%;display: block; }
        .col-about-network table tr td:first-child{ padding-right:0; }
    /*工厂概况*/
        .col-about-gongchang{padding: 60px 0;}
        #certify {  margin:25px auto 0; }
/*服务*/
    .col-page-gylc{ padding: 55px 0; }
    .col-page-gylc .content{ padding-left: 0; }
    .col-page-gylc .content .col-page-title{ position: static;margin-bottom: 20px; }

    .col-page-gzzd{ padding: 55px 0;  }
    .col-page-gzzd .gzzdl{ width: 100%;height: auto; }
    .col-page-gzzd .gzzdl ul{padding:15px;}
    .col-page-gzzd .gzzdl ul li{ margin-bottom: 15px; }
    .col-page-gzzd .gzzdl h5{ font-size: 17px; }
    .col-page-gzzd .gzzdl h5 i{ top:-4px; }
    .col-page-gzzd .gzzdl .item{padding:10px 5px;  }
    .col-page-gzzd .gzzdr{ width: 100%; margin-top: 15px;}
    .col-page-gzzd .gzzdr .pic{ height: auto; }
    .col-page-gzzd .gzzdr .pic:after{padding-bottom: 58%;}
    .col-page-gzzd .gzzdr .pic img.vcenter{width: 100%;}
    .col-page-gzzd .gzzdr .button a.play{width: 60px;height: 60px; }
    .col-page-gzzd .gzzdr .button a.play i{ width: 42px;height: 42px;line-height: 40px; font-size: 18px;}
    .col-page-gzzd .gzzdr .button span{font-size: 14px;margin-top: 10px;}
    /*下载*/
    .col-service-download{padding-top: 55px;}
    .down-tab{ margin-top: 25px; font-size:16px; }
    .down-tab a{  padding: 10px 0;  }
    .down-sildes{padding: 15px; }
    .down-sildes .slides ul.row{ margin:0 -7px; }
    .down-sildes .slides ul li{ padding: 0 7px; }
    /*常见问题*/
    .col-service-problem{padding: 55px 0;}
    .col-service-problem .list{ margin-top: 25px; }
    .col-service-problem .list ul li .title{ padding:12px 15px;}
    .col-service-problem .list ul li .title h5{ font-size: 15px;  }
    .col-service-problem .list ul li .title h5 i{ font-size: 16px; }
    .col-service-problem .list ul li .content{  padding: 15px 0; }
    .col-service-problem .list ul li .con{font-size: 14px;}
    .col-service-problem .list ul li .con a{ width: 120px;height: 35px;line-height: 35px; margin-top: 20px; }
/*服务*/
}
@media (max-width: 767px){
    .col-index-solution .list{ margin-top:5px; }
    .col-index-solution .list ul li{ margin-top: 30px; }
    .down-sildes .slides ul li{width: 25%;}
    .col-service-problem .list ul li .pic{width: 100%;max-width:420px; }
    .col-service-problem .list ul li .con{width: 100%;padding-top: 10px;}
}
@media (max-width: 600px) {
    .down-sildes .slides ul li{width: 33%;}
}
@media (max-width: 500px) {
    .down-sildes .slides ul li{width: 50%;}
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#ccc;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#ccc;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#ccc;}