@import 'style.css';
#page{padding-top:117px; overflow: hidden;}
header{width:100%; background: #fff;  position: fixed; left: 0; top: 0; z-index: 8;}
header h1{margin:0; padding: 0;font-size: 0;line-height: 84px;}
header .container{position: relative;width: 100%;max-width: 1780px;}
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{transition: 0.5s;}
.head.on{box-shadow: 0 0 10px rgba(0,0,0,.15); }

.headTop{ width: 100%;background: #06478c;height: 33px; }
.language {    position: relative;line-height: 33px;border-right:1px solid #5075a9;  }
.language a {    color: #fff;  display: block; padding:0 25px;  }
.language .lang-none { position: absolute;z-index: 99;display: none;text-align: center;width: 100%;box-shadow: 0 0 10px rgba(0,0,0,.15);}
.language .lang-none a{color: #333;background: #fff;  }
.language:hover a{ background: #fff;color: #06478c; }
.language:hover .lang-none { display: block;  }
.language .lang-none a:hover{background: #06478c;color: #fff;  }

.col-head-search{ line-height: 33px;  }
.col-head-search a{display: inline-block;padding: 0 20px; color: #fff }
.col-head-search a i{margin-left: 13px;}
.col-head-search a:hover{background: #fff;color: #06478c;}

.nav { width: 100%;text-align: center; position: absolute;left:50%;top:0;transform: translateX(-50%);  z-index: 2;}
.nav ul li {
  display: inline-block;
  line-height: 84px;
  font-size: 18px;
  position: relative;
  padding: 0 1.04vw;
}
.nav ul li a {
  text-transform: uppercase;
  color: #434343;
}
.nav ul li:hover a,
.nav ul li.active a {
  color: #06478c;
}




footer{}

/*手机版菜单*/
@media screen and (max-width: 991px)  {
  #page{padding-top: 55px;}
  header{ height: 55px;  box-shadow: 0 0 10px rgba(0,0,0,.15); }
  header h1{line-height: 55px;}
  #header a.mm_btn {background: center center no-repeat #06478c;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: 991px) {
  .pro_show .caseright table{margin-top: 25px;}
  .pro_show .caseright table tr td{padding: 8px 15px;}

  .col-job ul{margin-top: 30px;}
  .col-job ul li .jobtit,
  .col-job ul li.li1{height: 45px;line-height: 45px;}
  .apply a{display: inline-block;width: auto;height: auto;line-height: 1.8em;padding: 5px 20px;}

.footerNav{padding: 30px 0 50px;}
.footerNav ul li.li{width: 20%;margin-top: 30px;min-width:96px;min-height: 134px;}
.footerNav ul li.li div{margin-top: 15px;}
.footerNav ul li.footContact{width: 100%;text-align: center!important;margin-top:15px;}
.footerNav ul li.footContact h3{font-size: 18px;}
.footerNav ul li.footContact p{font-size:16px;}
.copy{padding: 12px 0;}

/*首页*/
.col-index-title h3{font-size:24px;}
.col-index-title1 h3{font-size:24px;}

.col-index-product-tab a{font-size: 16px;height: 50px;}
.swiper-product ul li .content{width: 76.27%; min-height: 150px;padding-top: 30px;padding-bottom: 20px;}
.swiper-product ul li h4{font-size: 20px;}
.swiper-product ul li .desc{margin:15px 0; font-size: 14px; }
.swiper-product ul li a i{font-size: 20px;}

.col-index-about .more a{font-size: 14px;}

.col-index-partner-map .group .content{width: 450px;}
/**/
.col-subnav a.main{width: 35px;height: 35px;}
.col-subnav a.main i{font-size: 16px;}
.col-subnav .box h4{line-height: 35px;}
/*内页*/
.col-page-title h3{font-size: 22px;}

.col-page-about{padding: 55px 0;}
.col-page-about ul li.text{padding-right: 2vw;}
.col-page-about ul li.text .content{ font-size:14px;}
.col-page-about ul li.text .content p{margin-top:0vw;}

.col-about-culture{padding-top: 100px;}
.col-about-culture .content{position: relative;z-index: 2;}
.col-about-culture .content ul{margin-top: 35px;}
.col-about-culture .content ul li {min-height: 300px;  }
.col-about-culture .content ul li h4{ font-size:18px;  }
.col-about-culture .content ul li p{ font-size: 14px;  }

.col-about-honor{ margin-top: -150px; padding-top: 150px;}
.col-about-honor .container{ padding-top: 60px;padding-bottom: 60px;}
.col-imageslist3{margin-top: 30px;}
.col-imageslist3 .owl-theme .owl-nav [class*=owl-]{width: 30px;height: 30px;margin-top: -15px;}

.col-about-factory{padding: 60px 0 30px;}
.col-imageslist4{ margin-top:28px;}
.col-imageslist4 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:15px}

.col-equipment{padding: 55px 0 60px;}
.col-imageslist5{margin-top:25px;}
.col-imageslist5 ul li .text{padding: 8%; border:1px solid #e5e5e5;margin-top: -1px; }
.col-imageslist5 ul li h5{ font-size:16px; }
.col-imageslist5 ul li p{margin-top:10px; font-size: 14px;}


.col-page-picture{padding: 55px 0 60px; }
.col-page-picture-nav{ }
.col-page-picture-nav a{  line-height:35px;font-size: 14px; }

.case {}
.case ul.row {margin:0 -5px;margin-top: 22px;}
.case ul li {padding: 0 5px;margin-top: 10px;}

.page{margin-top: 40px;}
.page li a{padding: 2px 8px;}


.col-page-product-nav{padding:30px 0; font-size: 14px; }
.col-page-product-nav a{  margin-right:2%;}

.col-page-product{padding:35px 0 60px; }
.pro ul.row {margin:0 -1%;}
.pro ul li {padding: 0 1%;}

.pro ul li h5 {padding:15px 0; font-size: 14px; }


.col-page-news{padding: 35px 0 25px;}
.col-page-news-nav{ font-size: 16px; }
.col-page-news-nav a{ margin-right:3%;}
.news ul.row{margin:0 -5px;}
.news ul li{padding: 0 5px;margin-top:30px;}
.news ul li p{ margin-top: 8px; }
.news ul li h4{margin-top: 12px; font-size: 14px; }
.news ul li .pic{ margin-top: 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;}
  .pro_show{ }
  .pro_show .caseleft{width: 100%; }
  .pro_show .caseright{width: 100%;margin-top: 30px;}
  .pro_show .caseright table{margin-top: 15px;}
  .pro_show .caseright h1{font-size: 18px;}
  .pro_show .caseright a.button{font-size: 14px;}

.col-subnav .box h4{font-size: 14px;}
/*首页*/

.col-index-product-tab a{width: 50%;}
.swiper-product ul li .content{width: 100%;position: static;max-width: none;}

.col-index-about ul li.li1{padding-right: 0;}
.col-index-about ul li h4{padding: 10px 1.3vw;font-size: 16px;}
.col-index-about ul li h4 span{font-size: 14px;}
.col-index-about ul li.li1 h4{}

.col-index-partner-map .group h5{font-size: 14px;top:33px;}
.col-index-partner-map .group .content{position: fixed;width: 98%;max-width: 586px;left: 50%;top:50%;transform: translate(-50%,-50%);}
.col-index-partner-map .group .content:before,
.col-index-partner-map .group .content:after{display: none;}

/*内页*/
.col-page-about ul li.text{padding-right:0;}
.col-page-about ul li.text .content{margin-top: 30px;}
.col-page-about ul li.img{padding-left:0px;}
.col-page-about ul li.img .pic{max-width: 597px;margin:30px auto 0;}

.col-about-culture .content ul li{padding: 30px 5px;min-height: auto;height: auto;float: none;width: 296px;display: inline-block;}
.col-about-culture .content ul li:nth-child(2n){margin-right:0.45%;}

.col-about-honor{ margin-top: -100px; padding-top: 100px;}


  .proInquiry{padding:30px 0;}
  .proInquiry h3{font-size: 18px; }
  .proInquiry .mess{margin-top: 20px;}
    .mess ul.ul1{width: 100%!important;margin-top: 25px;}
    .mess ul.ul2{width: 100%!important;padding-left: 80px;}
    .mess ul li.sub input{margin-top: 25px;}

.col-page-contact{padding: 55px 0;}
.col-page-contact h3{ font-size: 18px; }
.col-contactway{width: 100%;height: auto;}
.col-contactway .con{margin-top: 40px;}
.col-contactway p.phone{font-size: 20px;}

.col-map{width: 100%;margin-top: 15px;}
#allmap{height: 250px;}
.col-conmess{margin-top: 15px;}

}
@media (max-width: 640px) {

}
@media (max-width: 400px) {}