@import 'style.css';
#page{padding-top:85px; overflow: hidden;}
header{width:100%; height: 85px; background: #fff; position: fixed; left: 0; top: 0; z-index:99;}
header h1{margin:0; padding: 0;font-size: 0;line-height: 85px;}
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);}

.nav { position: relative;  z-index: 2;}
.nav ul li {  float: left;  line-height: 85px;  font-size: 16px;margin-left:2.6vw;  position: relative;}
.nav ul li a {  text-transform: uppercase; display: block; color: #000;}
.nav ul li.li_search a{}
.nav ul li.li_search a i{font-size:20px; }
.nav ul li:hover a,
.nav ul li.active a {  color: #0967a5; }
@media (max-width: 1300px) {
    header h1{width: 35%;}
    .nav ul li{font-size: 14px;margin-left:1.5vw;}
}

/*手机版菜单*/
@media screen and (max-width: 991px)  {
  #page{padding-top: 55px;}
  header{height: 55px;}
  header h1{width: auto; height: 55px;line-height: 55px;}
  header h1 img{display: inline-block;max-height:82%;}
  #header a.mm_btn {background: center center no-repeat #0967a5;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) {
/*底部开始*/
.footerNav ul.row{margin:0 -0.5%;}
.footerNav ul li{padding: 0 0.5%;}
.copy {padding: 20px 0;text-align: center; }
.copy ul li.li1 p.tel a{font-size: 22px;}
.copy ul li.li2{margin-top:0px;}
.copy ul li.li2 p{max-width: none;width: 100%;}

.col-index-notice{padding:15px;padding-right:20px;padding-left:75px; margin-top: -15px;}
.col-index-notice .img{width:50px;  position: absolute;left:15px;top:15px;}
#scrollDiv{width:100%;height:30px; overflow:hidden;border-left:2px solid #54a8e6;padding-left: 18px;}

.col-index-middle ul li img{width: 40px;}
.col-index-middle ul li .pic h4{font-size: 14px;margin-top: 13px;}
/*首页关于我们*/
.col-index-about{ width: 100%; }
.col-index-news{width: 100%;}

/*面包屑导航*/
.col-mbx{ line-height: 30px;padding: 5px 0;margin-top: -40px;text-align:left;font-size: 12px; }
.col-mbx a.home{position: relative;top:-2px;left: 0;}
.col-mbx img{width: 15px;margin-right: 5px;}

.about h2{font-size: 24px;}


.case ul.row{margin:0 -5px;}
.case ul li{padding: 0 5px;margin-top:20px;}
.case ul li h5{ margin-top:15px;}

.contact h2{ font-size: 24px;margin-bottom: 15px;  }
.contact p{margin-bottom: 3px;}
#allmap {
  height: 250px;
}

}
@media (max-width: 767px) {

.contact h2{font-size: 22px;}

  .search_right{padding-left: 0;padding-right: 0;margin-top: 30px;}
  .entry-image{float: none;width: auto;margin:0 0 20px 0;}

.footerNav ul{text-align: center;}
.footerNav ul li{width: auto;float: none;display: inline-block;margin-bottom: 8px;}

.col-index-about .pic{width: 100%; height: auto;}
.col-index-about .pic:after{padding-bottom: 71.71%;}
.col-index-about .pic img{width: 100%;}
.col-index-about .con{width: 100%; height: auto;}
.col-index-about .conn{position: static;transform: none;border-left:1px solid #e4e4e4;padding: 25px 15px;}
.col-index-about .conn .more{margin-top: 15px;}

.link .swiper-link ul li .box{padding: 15px;}

.newshow .newshowtit h1{font-size: 18px;}
}
@media (max-width: 500px) {
    .col-index-middle ul li{width: 50%;}
}