@import 'style.css';
#page{padding-top:84px; overflow: hidden;}
header{width:100%; height: 84px; 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: 1880px;}
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;}
header.on{box-shadow: 0 0 10px rgba(0,0,0,.15);}
footer{}

.headHotline{margin-top: 21px;padding: 0 1.08%; height: 45px;line-height: 45px;background: #c21919;border-radius: 25px;color: #fff;}
.headHotline span{opacity: 0.7;}
.headHotline b{opacity: 1;}

.nav { }
.nav ul li {  float: left;  line-height:84px; font-size: 16px;margin-right: 3.125vw;}
.nav ul li a { text-transform: uppercase; color: #000;}
.nav ul li:hover a {  color: #c21919; }

.language { position: relative; line-height: 22px;margin-top: 30px;margin-right: 10px;}
.language a {  color: #000;  display: block;  padding:1px 10px;}
.language .lang-none {
  position: absolute;
  z-index: 99;
  display: none;
  width: 100%
}
.language .lang-none a{
  color: #000;
  background: #fff;
}
.language:hover .lang-none {
  display: block;
}
.language .lang-none a:hover{
  background: #c21919;
  color: #fff;
}


/*手机版菜单*/
@media screen and (max-width: 991px)  {
  .banner_out{top:55px;}
  #page{padding-top: 55px;}
  header{height: 55px;}
  header h1{line-height: 55px;width: 80%!important;}
  #header a.mm_btn {background: center center no-repeat #c21919;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:1400px) {
  header h1{width: 22%;}
  .nav ul li{font-size: 14px;margin-right: 1vw;}
}
@media screen and (min-width:992px) and (max-width:1200px){
  .syaright .desc{margin-top: 25px;font-size: 3.0rem;}
  .syaright .con{font-size: 1.6rem;}
  .syaright .more{margin-top: 60px;}
}
@media (max-width: 1100px) {
  .sypro ul {}
  .sypro ul li{position: static;}
  .sypro ul li .infor{left:0;margin-left: 0;}
}
@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;}

  .footer{padding-top: 25px;}
  .copy{padding: 10px 0;margin-top: 15px;}
  .link{margin-top: 35px;}
  .footerleft{width: 100%;}
  .footerleft ul li {margin-top: 15px;}
  .footerleft ul li div{margin-top: 15px;}
  .footerleft ul li p{margin-bottom: 0;}
  .footerright{width: 100%;text-align: center;margin-top: 15px;}
  .footerright p{margin-bottom: 5px;font-size: 14px;}
  .footerright p.qrcode{float: none;margin-top: 20px;}

  .banner-in{min-height: auto;}
  .banner-in p.p1{font-size: 16px;margin-bottom: 10px;}
  .banner-in p.p2{font-size: 24px;}
  .banner-in.en p.p2{font-size: 18px;}
  .banner-in .img{margin-top: 20px;}

  .banner-ny h2{font-size: 24px;}
/*首页*/

  .sytit h3{font-size: 30px;}
  .sytit p{font-size: 14px;line-height: 1.5em;}

  .col-index-product{padding-top: 60px;}
  .sypro{margin-top: 30px;}
  .sypro ul li h4{font-size: 14px;}
  .sypro ul li .infor{font-size: 14px;line-height: 1.5em;}
  .sypro ul li .infor a{margin-top: 15px;}
  .sypro .contents{margin-top: 90px;}

  .col-index-about .syaright .pic:after{padding-bottom: 0;}
  .syaright{padding: 50px 0;}
  .syaright .content{position: static;transform: none;}
  .syaright .desc{margin-top: 15px;font-size: 3.7rem;}
  .syaright .con{margin-top: 20px;font-size: 14px;}
  .syaright .more{margin-top: 30px;}
  .syaright .more a{width: auto;height: auto;line-height: 1.8em;padding: 2px 25px;font-size: 14px;}

  .col-index-map{padding-top: 80px;}
  .col-index-map .title h4{font-size: 2rem;text-transform: capitalize;}
  .col-index-map .content{font-size: 1.4rem;margin-top: 20px;}
  .col-earth{margin-top: 20px;}
  .col-earth .yuan .text h5{text-align: center;margin-bottom: 0;font-size:1.5vw;}

  .col-index-news{padding-top: 60px;}
  .col-index-news .news ul li{padding-top: 25px;}
  .col-index-news .more{margin-top:30px;}
  .col-video-join{padding: 55px 0 70px;}
  .col-video-join h3{font-size: 22px;}
  .col-video-join p{font-size: 14px;margin-top: 5px;}
  .col-video-join ul{margin-top: 10px;}
  .col-video-join ul li{font-size: 14px;margin-bottom: 0;}
  .col-video-join a.more{width: 30px;height: 30px;line-height: 30px;}
/*分页*/
  .page li a{ padding: 5px 10px;}

  .nytit h3{font-size: 22px;padding-bottom: 15px;}
 /*新闻*/
 .col-header-search{margin:40px auto 0;}
 .col-header-search input{line-height: 35px;font-size: 14px;}
 .col-header-search a#head_search{line-height: 37px;font-size: 14px;}
  .news ul li{padding-top: 30px;padding-bottom: 20px;}
  .news ul li .txt{margin-top: 15px;height: 130px;}
  .news ul li .tip{font-size: 14px;}
  .news ul li h4{font-size: 16px;margin-top: 2px;}
  .news ul li p{font-size: 14px;margin-top: 5px;}

  .col-page-about{padding: 60px 0 50px;}
  .col-page-about p{font-size: 14px;line-height: 1.5em;}
  .col-page-about .title p{font-size: 20px;}
  .col-page-about .desc {margin-top: 20px;}
  .col-page-about .img{margin-top: 30px;}
  .col-page-about ul{margin-top: 20px;margin-bottom: 30px;}

  .col-page-ldzc{padding: 60px 0 70px;}
  .col-ldzc{margin-top: 35px;}
  .col-ldzc p{font-size: 14px;line-height: 1.4em;}
  .col-ldzc p.p1{font-size: 16px;}
  .col-ldzc img{margin-top: 15px;}

  .col-history{margin-top: 40px;}
  .col-history ul li h5{font-size: 18px;}
  .col-history ul li .con{font-size: 14px;line-height: 1.5em;margin-top: 15px;}
  .col-history ul li .con img{margin-top: 25px;}
  .col-history .owl-theme .owl-nav{margin-top: 35px;}

  .col-page-honor{padding:60px 0 55px;}
  .col-page-honor ul.row{margin-top: 15px;}

  .col-page-team{padding: 60px 0 55px;}
  .col-team{margin-top: 25px;}

    .col-page-zlzs{padding:60px 0 70px; }
    .col-page-zlzs .col-images{margin-top:34px;}
    .col-page-zlzs .col-images .owl-theme .owl-nav.disabled+.owl-dots{margin-top:25px;}

.col-page-equipment{padding: 60px 15px 55px;}
.col-equipment{margin-top: 25px;}
.col-equipment ul li h5{font-size: 14px;}
.col-equipment .owl-theme .owl-nav{margin-top: 30px;}

    .col-page-pzbz{padding: 60px 0;}
    .col-pzbz-infor{margin-top: 50px;}
    .col-pzbz-infor .content{font-size: 14px;line-height: 1.5em;}
    .col-page-pzbz .col-images{margin-top:45px;}
    .col-page-pzbz .col-images .owl-theme .owl-nav.disabled+.owl-dots{margin-top:20px;}

    .col-contactway {width: 100%;padding: 45px 4.615%;height: auto;}
    .col-contactway .con{margin-top: 40px;}
    .col-contactway p.phone{margin-bottom: 15px;}
    .col-contactway p.mail{margin-top: 15px;}

    .col-conmess{width: 100%;padding: 45px 4.615%;height: auto;margin-top:15px;}


    .col-page-job{padding: 60px 0 50px;}
    .col-page-job h3{font-size: 20px;text-transform: uppercase;}
    .col-page-job ul.row{margin-top: 25px;}
    .col-page-job ul li{padding: 25px 2%;}
    .col-page-job ul li h5{font-size: 18px;}
    .col-page-job ul li .con{margin-top: 10px;}
    .col-page-job ul li .address{margin-top: 15px;}

    .proRight{width: 100%;}
    .pro ul li{margin-top: 25px;}
    .pro ul li h5{margin-top: 15px;}


}
@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{padding: 20px 0 0;}
  .pro_show .caseleft{width: 100%;margin-top:0px;}
  .pro_show .caseright{width: 100%;margin-top: 0px;}
  .pro_show .caseright table{margin-top: 15px;}
  .pro_show .caseright h1{font-size: 18px;}
  .pro_show .caseright .detail{margin-top: 30px;}
  .pro_show .caseright h4{font-size: 16px;}

  .proInquiry{padding:30px 15px;}
  .proInquiry h3{font-size: 18px;margin-bottom: 5px;}
  .proInquiry .mess{margin-top: 20px;}

  .footerleft ul li{width: auto;margin-right:30px;}

.banner-in p.p1{font-size: 14px;margin-bottom: 5px;}
.banner-in p.p2{font-size: 18px;}
.banner-in.en p.p2{font-size: 12px;}
.banner-in .img {margin-top: 10px;}
.banner-in .img img{width: 25%;}

  .col-video-join .box{margin-top:15px;}

  .sypro .contents{margin-top: 100px;}
  .syaright .desc{font-size: 2rem;}

  .col-earth .yuan1{min-width:60px; }
  .col-earth .yuan2{min-width: 70px;}
  .col-earth .yuan3{min-width: 50px;}

  /*新闻*/
  .col-header-search{width: 100%;max-width: 300px;}
  .news ul li .txt{height: auto;}

  .col-history ul li .padding{max-width: none;}

  .col-team ul{margin-top:15px;}
  .col-pzbz-infor .pic{width: 41%;}
  .col-pzbz-infor .content{width: 100%;}

  .col-page-job ul li{padding: 25px 15px;}


    .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;}

}
@media (max-width: 400px) {
    .pro ul li{width: 100%;}
}