/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）(<div class="col-wrap col-product"></div>)
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@import 'style.css';
#page{padding-top: 0; overflow: hidden;}
header{padding-top:30px;}
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;}
/**/
/*.col-index-product{margin: 50px 0;}*//*首页产品模块外层容器样式*/
/*.col-index-product .title-head{text-align: center; font-size: 3rem; margin-bottom: 30px; }
.col-index-product .swiper-slide{height: 200px; line-height: 200px; text-align: center; background:#eee;}*/
.col-index-project{margin: 50px 0;}/*首页案例模块外层容器样式*/
.col-index-project .title-head{text-align: center; font-size: 3rem; margin-bottom: 30px; }
/*.owl-item .item{ height: 200px; line-height: 200px; text-align: center; background: #eee; }*/
.col-page{}/*内页通用页面外层容器样式*/
.col-page-about, .col-page-news, .col-page-product{/*内页页面外层容器样式*/}
.col-wrap{}/*内页模块通用外层容器样式,公用样式*/
.col-about, .col-img, .col-product{}/*内页模块外层容器样式*/
.col-about .title-head{}/*标题头*/
.col-about .content{}/*内容*/
.col-about .content .s-title{}/*终极标题*/
.col-about .content .s-content{}/*终极内容*/
footer{}

/*手机版菜单*/
@media screen and (max-width: 992px)  {
  header{width:100%; height: 55px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); position: fixed; left: 0; top: 0; z-index: 8;padding-top: 0;}
  header h1{margin:0; padding: 0;font-size: 44px;} 
  header h1 img{width:80%;}
  .header-contact,.col-header-nav{display: none;}
  #page{padding-top: 55px;}
  #header a.mm_btn {background: center center no-repeat #23a24a;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;}

  .col-product{padding-left:0;}
  .col-product-left{display: none;}
  .col-product-list ul li h4{padding:8px 0;}
  .pro_show h1{font-size:18px;}
}
@media (max-width: 991px){
  .footer-message ul li{width:32.25%;margin-bottom:5px;}
  .col-news-com .con .pic:after{padding-bottom: 0;}
  .col-news-com .con .cons{position:static;transform:none;padding:20px 15px;}
  .col-news-com .con .cons h3{font-size:18px;height:auto}
  .col-news-com .con .cons p{margin-top: 10px;}
  .col-news-com .con .cons .date{margin-top:15px;}
}
@media (max-width: 767px){
  .col-page-banner-ny{display:none!important;}
  .footer-message h5{font-size: 18px;}
  .footer-message ul li{width:100%;margin-right: 0;}
  .footer-message ul li input,.footer-message ul li textarea { height: 35px; line-height: 35px;}
  .footer-message ul li.li4 img{width:115px;}
  .footer-message ul li.li5{width:120px;}
  .footer-nav-box ul{margin-top:30px;}
  .footer-contact ul{margin-top:0px;}
  .copy{padding:10px 0;}

  .col-index-title h2{font-size: 22px;}
  .col-index-title h3{font-size: 18px;}
  .col-index-title span{margin:10px auto 0;}

  .col-index-product{padding-top:35px;}
  .col-index-product .product-container{padding-bottom:35px;margin-top: 15px;}

  .col-index-about{margin-top:30px;}
  .col-index-about-bg{padding-top:500px; margin-top:35px;}
  .col-index-about-box .content{ padding:30px 4.58%;}
  .col-index-about-box h3{font-size: 18px;color: #000;text-align:center;}
  .col-index-about-box .con{margin-top:15px;overflow: auto;}
  .col-index-about-box a.more{width:150px;height:45px;line-height:45px;margin-left:-75px;bottom:-22.5px;}

  .col-index-case{margin-top:30px;}
  .col-index-case ul.row{margin-top:10px;}
  .col-index-case ul li h4{ margin:8px 0;}

  .col-index-news{padding:30px 0 25px;}
  .col-index-news ul.row{margin-left:-15px;margin-right:-15px;margin-top:20px;}
  .col-index-news ul li{padding-left:15px;padding-right:15px;border-right:0;padding-top:10px;padding-bottom:5px;}
  .col-index-news ul li .date em{margin:0 5px;}
  .col-index-news ul li h4{font-size:16px;margin:5px 0 10px;}
  .col-index-news .more{margin-top:15px;}

  .col-page-title h2{font-size: 20px;}

  .col-page-nav{display: none;}
  .col-page-mbx .mbxwrap{line-height: 35px;}
  .col-page-case{padding-top:25px;}
  .col-picture-list ul.row li{margin-top:5px;}
  .page{margin:10px 0;}

  
  .col-page-about{padding:20px 0 40px;}
  .about{margin-top:15px;}
  .about p{font-size:14px;}
  .owl-carousel-img{margin-top:25px;}
  .owl-carousel-img .owl-theme .owl-nav.disabled+.owl-dots{margin-top:15px;}

  .col-page-develop{padding:40px 0 35px;}
  .col-page-develop hr{margin:35px auto 0;}

  .col-page-about-honor{padding:40px 0;}
  .owl-carousel-honor{margin-top:20px;}
  .owl-carousel-honor .owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px;}

  .col-news-com{margin-top:30px;}
  .col-news-list ul li{margin-top:20px;}
  .col-news-list ul li .content{padding: 10px;}
  .col-news-list ul li h3{font-size: 14px;}  
  .col-news-list ul li .date{margin-top: 10px;}

  .col-page-contact{padding:45px 0 100px;}
  .col-page-contact .contactway{padding-bottom:25px;}
  .col-map{margin-top:-100px;}
  #allmap{height:300px;}

  .col-message{padding:40px 0;}
  .onlineMess .message{margin:20px auto;}
  .onlineMess .messagecon{margin:10px 0 30px;}
  .onlineMess .messagecon ul{padding-top: 30px;padding-bottom:15px;}
  .message .sub{margin-top:25px;}
  .message .sub input{width: 110px;}

}
@media (max-width: 600px){
  .col-product-list ul li{width:50%;}
}
@media (max-width: 555px){
  .col-page-contact .contactway .img{width:100%;}
  .col-page-contact .contactway .con{width:100%;margin-top:10px;}
}
@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: 400px){
      .col-news-list ul li{width:100%;}  
    }