/*
首页模块命名规范：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
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@import 'style.css';
#page{padding-top:72px; overflow: hidden;}
header{width:100%; height:72px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); position: fixed; left: 0; top: 0; z-index: 8;}
header h1{margin:0; padding: 0;height: 72px;line-height: 70px;}
header .container{position: relative;width: 100%;max-width: 1630px;}
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;}
/**/

footer{}

/*手机版菜单*/
@media screen and (max-width: 992px)  {
  #page{padding-top: 55px;}
  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;}
  header h1{height: 55px;line-height:53px;}
  .nav{display: none;}
  #header a.mm_btn {background: center center no-repeat #0067b7;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: 1230px) and (min-width: 992px){
  .footerright2 .foot-dh {margin-right:10%;}
}
@media (max-width: 1200px){
  .nav ul li{margin-right: 40px;}
}
@media (max-width: 1200px){
  .col-pro-advantage ul.row{margin-left: -30px;margin-right: -30px;}
  .col-pro-advantage ul.circle li{ padding-left: 30px;padding-right: 30px;}  
}
@media (max-width: 991px){
  .col-news-list ul.row{margin-left: -15px;margin-right: -15px;}
  .col-news-list ul li{padding-left: 15px;padding-right: 15px;} 
  .col-news-com .con .pic:after{padding-bottom: 0;}
  .col-news-com .con .cons{position:static;transform:none; padding:40px 0;}

  .col-pro-advantage ul.row{margin-left: -10px;margin-right: -10px;}
  .col-pro-advantage ul.circle li{ padding-left: 10px;padding-right: 10px;} 

  .pro ul li p{margin:30px 0;}
  .pro ul li a.more{width:140px;height: 35px;line-height: 35px;}

  .col-proshow-top .pic{padding-right: 15px;}
  .col-proshow-top .text{padding-left: 15px;padding-right: 15px;}
  .col-proshow-tab1 ul li{min-height: 300px;}

}
@media (max-width: 991px) and (min-width: 768px){
  .col-index-product ul li h3
  .col-index-product ul li p{margin:15px auto;}
  .col-index-product ul li .dh a{margin-bottom: 0;padding: 5px 10px;}



}
@media (max-width: 767px){
  .col-index-about{padding-bottom: 100px;}
  .col-index-about .content{margin-bottom: 60px;}
  .col-index-about a.more{width: 150px;line-height:40px;}

  .col-index-product ul li{margin-bottom: 3px;}
  .col-index-product ul li.li3{margin-bottom:0px;}

  .col-index-tech{padding-bottom: 100px;}
  .col-index-tech-contents{width: 65%;}

  .col-index-news ul li{margin-top: 20px;}
  .col-index-news a.more{margin-top: 50px;width: 150px;line-height: 40px;}

  .footerright1{margin-top: 50px;}
  .footerright1.foot-dh ul li{width: auto;margin-right: 2%;}
  .footerright2 .foot-dh{margin-right: 5%;}
  .footerright2 .foot-dh:nth-child(3n){margin-right: 5%;}
  .footerright2 .foot-dh ul{display: none;}
  .footerright2 .foot-dh h4{margin-bottom: 10px;}

  .col-page-mbx .mbxwrap{float: left!important;}
  .col-page-about .about_four ul li{padding-left: 50px;}

  .about .content{width: 100%;float: none!important;}
  .about .pic{width: 100%;max-width: 440px;float: none!important;margin-left: auto;margin-right: auto;}
  .col-page-about .about_four{margin-top: 70px;}
  .col-about_idea ul li{margin-top: 32px;}
  .col-page-develop-top{padding: 90px 0;}

  .newstop{padding:45px 0;}
  .newstop .content .date,.newstop .content a{display: none;}
  .newstop .content h3 {margin:0 0 5px;}
  .newstop .content h3 a{display:inline-block;font-size:16px;}
  .newstop .content p{margin:0;line-height: 1.5em;height:3em;}

  .col-page-talent{padding: 90px 0 50px;}
  .col-job ul li .jobtit .model{display: none;}

  .col-service-img{padding-top: 75px;}
  .col-manager ul li{width: 100%;margin-right: 0;}

  .col-design{padding: 100px 0 150px;}

  .col-pro-advantage ul.circle li{margin-top: 20px;}
  .col-pro-advantage ul.circle li:nth-child(2n){margin-top: 20px;}

    #allmap{height: 300px;}
    .col-message{padding: 100px 0;}
    .onlineMess .messagecon{margin-top: 25px;}
    .onlineMess .message .sub{margin-top:50px;}

    .onlineMess .messagecon ul.ul1 li{width: 100%;}
    .message .messagecon ul li{margin-bottom: 15px;}
    .message .messagecon ul li input{line-height: 35px;}
    .message .messagecon ul li select{height: 37px;}
    .message .sub input{width: 130px;height: 45px;margin:0 5px;}

    .pro ul li .text{width: 100%;max-width:600px;float: none!important;margin:30px auto 0;padding:0!important}
    .pro ul li .pic{width: 100%;max-width:600px;float: none!important;margin:0 auto ;}

    .col-proshow-tab1 ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;min-height: 250px;}
    .col-proshow-tab1 ul li:nth-child(2n){margin-right: 0;}

    .search_right{padding-left: 0;margin-top: 20px;padding-right: 0;}

}
@media (max-width: 640px){
  .about_four ul li{width: 50%;margin-bottom: 10px;}
  .col-page-about .about_four ul li{padding-left: 55px;min-height:52px;}
  .col-page-about .about_four ul li p{font-size: 1.2rem;}
  .col-page-about .about_four ul li span{font-size: 2.8rem;}

  .entry-image{float: none;width: auto;margin-bottom: 10px;}
}
@media (max-width: 400px){
  .col-index-product ul li .dh a{margin-bottom: 0;}
  .col-news-list ul.row li{width: 100%;}

  .pro ul li .num{width: 70px;height: 70px;padding-top: 11px;margin-right: 10px;}
  .pro ul li h4{padding-top: 7px;}

  .col-proshow-tab1 ul li{width: 100%;margin-right: 0;min-height:auto;padding-left: 20px;padding-right: 20px;}

}