@import 'style.css';
#page{padding-top: 0px; overflow: hidden;}
header{width:100%; height: 100px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); position: fixed; left: 0; top: 0; z-index:99;}
header h1{margin:0; padding: 0;font-size: 0;line-height: 100px;}
header h1 img.img1{}
header h1 img.img2{display: none;}
header .container{position: relative;width: 100%;}
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;}

.nav {  position: relative;  z-index: 2;}
.nav ul li {  float: left; margin-left: 2.34vw; line-height: 100px;  font-size: 18px; position: relative;}
.nav ul li a {  text-transform: uppercase;  color: #151515;}
.nav ul li.headSear i{font-size: 22px;}
.nav ul li:hover a {  color: #1475bf;}
.nav ul li.active a {  color: #1475bf; }

header.headerIndex{ background: none;box-shadow: none;border-bottom: 1px solid rgba(255,255,255,0.5) }
header.headerIndex h1 img.img1{display: none;}
header.headerIndex h1 img.img2{display: inline-block;}
header.headerIndex .nav ul li a{color: #fff;}
header.headerIndex .nav ul li a:hover{color: #1475bf;}
/*手机版菜单*/
@media screen and (max-width: 991px)  {
    header{height: 55px;}
    header h1{height: 55px;line-height: 55px;}
    header h1 img{display: inline-block;max-height: 78%;}
  #header a.mm_btn {background: center center no-repeat #1475bf;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: #fff; 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: 1200px) {
    .nav ul li{font-size: 16px;margin-left: 2vw;}
}
@media (max-width: 991px) {

.footerleft{ width: 100%;height: auto; padding: 50px 0;}
.footerleft .content{ position: static; transform:none; }
.footerleft .title h3{font-size: 20px; }
.footerleft ul{padding-top: 20px;}
.footerleft ul li{margin-top:20px; font-size: 14px; }

.footerleft .link{margin-top: 30px}

.copy { margin-top: 20px;padding-top: 20px; }
.copy p { font-size:14px; }

.footerright {  width: 100%;height: auto;padding: 50px 0;  }
.footmess{width: 100%; position: static; transform:none;margin-top:0; }
.footmess ul{margin-top: 25px;}
.footmess ul li { margin-bottom: 10px; font-size: 14px;}
.footmess ul li input {
  padding: 6px 20px;
  line-height: 35px;
}

.footmess ul li textarea {
  height: 180px;
  padding:15px 20px;
}

.footmess ul li.li5 input {  margin-right: 2.6vw; font-size: 14px; }




/*首页*/
/*#dowebok .section{height: auto!important;}*/

.col-index-title h3{ font-size: 24px; }
.col-index-title span{  margin-top: 15px; }
.col-index-title1 h3{font-size:20px;}

.col-index-more{margin-top: 35px;}
.col-index-more a{ padding: 7px 20px; font-size: 14px; }

/*首页关于我们*/
    .col-index-about{padding-top: 60px;}
    .col-index-about .contents{width: 100%;padding:50px 0; position: relative; }
    .col-index-about .contents .bgtext{width: 59.76%;position: absolute;right:-25px;top:-54px; }
    .col-index-about .content {float: right;width: 100%; max-width: 930px;padding: 0 5.2vw;position: relative; }
    .col-index-about .content .tip span{display: block;font-size: 14px;font-family: 'Arial';}
    .col-index-about .content .con{margin-top: 2.6vw; font-size: 16px;line-height: 1.8em;}

    .col-index-about-num{width: 100%; padding: 0 30px; position: static; }
    .col-index-about-num ul{margin-top: 45px;}
    .col-index-about-num ul li{ font-size: 20px;margin-bottom:40px; }
    .col-index-about-num ul li span{  font-size: 30px; }

/*企业精神*/
    .col-index-spirit{}
    .col-index-spirit .pic{width:100%;height:auto;position: relative;}
    .col-index-spirit .pic:after{padding-bottom:104.95% ;}
    .col-index-spirit .content{ width:100%;max-width: 790px;padding: 50px 5.98%; position: static;margin-top: 0; }
    .col-index-spirit .content .con{margin-top:35px; font-size: 14px; }
/*业务*/
    .col-index-business{  }
    .col-index-business .pic{width: 100%; height:auto; position: relative;}
    .col-index-business .pic img{width: 100%;}
    .col-index-business .pic:after{padding-bottom: 121.21%;}
    .col-index-business .content{ width:100%;max-width:730px;position: static;padding: 50px 5.98%; margin-top:0;}
    .col-index-business .content .con{margin-top:35px; font-size: 14px; }
/*首页产品*/
    .col-index-product{  padding:60px 15px;position: static; transform:none;margin-top:0; }
    .col-index-product .list1{ width: 100%;margin-top: 35px; }
    .col-index-product .list1 .swiper-pro1 ul li h5{margin-top: 15px; font-size: 14px; }
    .col-index-product .list1 .swiper-pro1 .swiper-pagination{ margin-top: 20px;}
    .col-index-product .list1 .swiper-pro1 .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px; margin:0 4px;}

/*首页合作伙伴*/
    .col-index-partner{margin-top:0;}
    .col-index-partner .list{ margin-top: 20px;position: relative; }
    .col-index-partner .list .swiper-partner ul{}
    .col-index-partner .list .swiper-partner ul li{ background: #fff; }
    .col-index-partner .list .swiper-partner ul li .pic:after{padding-bottom:100%;}

    .col-index-partner .list .swiper-partner .swiper-button-next,
    .col-index-partner .list .swiper-partner .swiper-button-prev{width: 32px;height: 58px; margin-top: -29px; }
    .col-index-partner .list .swiper-partner .swiper-button-next i,
    .col-index-partner .list .swiper-partner .swiper-button-prev i{ font-size: 20px; }

/*首页*/


.col-page-banner{margin-top: 55px;}
#search{margin-top: 50px;}


.mbx{padding: 13px 0; font-size: 14px; }
.mbx i{ font-size: 18px;}

/*质量管理*/
.col-quality-top{padding: 60px 0;}
.col-quality-top .content ul li{ width:32%;margin-right: 2%;height:400px;box-shadow: 0 0 10px rgba(0,0,0,.15);padding-left: 1.5%;padding-right: 1.5%; }
.col-quality-top .content ul li span.number{font-size: 40px; }
.col-quality-top .content ul li h4{margin:20px 0 15px; font-size: 20px;  }
.col-quality-top .content ul li p{ font-size:14px;  }
.col-quality-mid{padding: 60px 0;}
.col-quality-mid .content h3{font-size: 20px;}
.col-quality-mid .content hr{margin:10px auto 20px;  }
.col-quality-mid .content p{font-size: 14px;}
.col-quality-bot{padding: 60px 0;}
.col-quality-bot .pic{ height: 27.70vw; }
.col-quality-bot .content h3{font-size: 20px; }
.col-quality-bot .content hr{margin:10px 0 15px; }
.col-quality-bot .content p{font-size: 14px; margin-bottom: 8px;}

/*解决方案*/
.col-solution{padding: 60px 0;}
.col-solution .title h3{ font-size: 20px; }
.col-solution .title p{margin-top: 8px; font-size: 14px;  }
.col-solution .content{  margin-top:35px; }
.col-solution .content ul li{ width: 100%;position: static;margin:20px auto 0; }
.col-solution .content ul li.li3{ transform:none; }

.col-solution-team{padding:45px 0 60px;}
.col-solution-team ul li{ float: none; width: 100%; margin-right:0; height: auto;padding-bottom: 30px;margin-top:15px;  }
.col-solution-team ul li h4{padding:20px 0; overflow:visible; font-size: 20px;  }
.col-solution-team ul li img{margin-top: 25px;margin-bottom: 20px;}
.col-solution-team ul li p{padding: 0 30px; font-size: 14px; }
.col-solution-img{padding: 60px 15px;}
.col-solution-img .swiper-solution ul li .pic h4{ padding: 18px 10px; font-size: 14px; }
.col-solution-img .swiper-solution .swiper-button-next,
.col-solution-img .swiper-solution .swiper-button-prev{width: 30px;height: 54px;margin-top: -27px; }
.col-solution-img .swiper-solution .swiper-button-next i,
.col-solution-img .swiper-solution .swiper-button-prev i{font-size:20px; }


.col-about{padding: 60px 0;}
.col-about .pic{ width: 100%;max-height: 646px; }
.col-about .content{ width: 100%;max-width: none;margin-top: 40px;}
.col-about .content h5{ font-size: 5.2vw; top:-1.82vw; }
.col-about .content h3{font-size: 20px; }
.col-about .content hr{ width: 60px;border-top:2px solid #1475bf;margin:12px 0 0; }
.col-about .content p{ font-size: 14px; margin-top: 18px; }
.col-about .content ul{padding-top: 15px;}
.col-about .content ul li{ margin-top: 20px; }
.col-about .content ul li h4{ font-size: 16px;  }
.col-about .content ul li h4 span{font-size: 20px;}


.col-history{padding: 60px 0;}
.col-history hr{ top:90px;margin:0; }
.col-history .swiper-history .swiper-slide-active h4{font-size: 60px;}
.col-history .swiper-history .swiper-slide-active .con{font-size: 18px; }

.col-about-title h3{ font-size: 20px; }
.col-about-title h3 span{ margin-top: 5px;}

.col-spirit{ padding:60px 0;  }
.col-spirit .pic{ width: 100%;height: auto; max-height: 334px; margin-top: 30px;}
.col-spirit .pic:after{padding-bottom: 64.72%;}
.col-spirit .list{ width: 100%;max-width: 840px;margin-top: 30px;}
.col-spirit .swiper-spirit h4{font-size: 20px; }
.col-spirit .swiper-spirit h4 span{  top:-5px; }
.col-spirit .swiper-spirit .con{margin-top: 15px; font-size: 14px;   }
.col-spirit .swiper-spirit .swiper-button-next,
.col-spirit .swiper-spirit .swiper-button-prev{width: 40px;height: 40px;margin-top:40px; }
.col-spirit .swiper-spirit .swiper-button-next i,
.col-spirit .swiper-spirit .swiper-button-prev i{font-size: 18px; }

.col-about-honor{ padding: 60px 15px; }
.col-about-honor .list{ margin-top:30px; }
.col-about-honor .swiper-honor .swiper-button-next,
.col-about-honor .swiper-honor .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px;}
.col-about-honor .swiper-honor .swiper-button-next i,
.col-about-honor .swiper-honor .swiper-button-prev i{font-size: 18px; }



}
@media (max-width: 767px) {

  .search_right{padding-left: 0;padding-right: 0;margin-top: 30px;}
  .entry-image{float: none;width: auto;margin:0 0 20px 0;}

.col-index-about .content .tip{position: static;margin-bottom: 20px;}


.col-quality-top .content ul li{width: 100%;height: auto;padding: 30px 10px;margin-bottom: 15px;}
.col-quality-bot .pic{width: 100%;height: auto;}
.col-quality-bot .pic:after{padding-bottom: 60.47%;}
.col-quality-bot .pic img{width: 100%;}
.col-quality-bot .content{width: 100%;position: static;transform: none;margin-top: 35px;}


}


@keyframes ProgressC {
    from {
        width: 100%;height: 100%;opacity: 1;
    }
    to {
        width: 170%;height: 170%;opacity: 0;
    }
}
@-webkit-keyframes ProgressC {
    from {
        width: 100%;height: 100%;opacity: 1;
    }
    to {
        width: 170%;height: 170%;opacity: 0;
    }
}
@-moz-keyframes ProgressC {
    from {
        width: 100%;height: 100%;opacity: 1;
    }
    to {
        width: 170%;height: 170%;opacity: 0;
    }
}
@-o-keyframes ProgressC {
    from {
        width: 100%;height: 100%;opacity: 1;
    }
    to {
        width: 170%;height: 170%;opacity: 0;
    }
}



@keyframes ProgressX {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
@-webkit-keyframes ProgressX {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
@-moz-keyframes ProgressX {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
@-o-keyframes ProgressX {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}