@import 'style.css';

#page{padding-top: 0px; overflow: hidden;}

header{width:100%; position: fixed; left: 0; top: 0; z-index: 8;}

header h1{margin:0; padding: 0;font-size: 0;line-height: 100px;}

header .container{position: relative;width: 100%;max-width:1840px; }

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;background:rgba(0,0,0,0.33);text-align: center;}

.head.on{box-shadow: 0 0 10px rgba(0,0,0,.15);}



.nav{display: inline-block;}

.nav ul li {  float: left; margin: 0 2.34vw; line-height: 100px;  font-size: 18px;  position: relative;font-family: 'Gilroy Bold';}

.nav ul li a {  text-transform: uppercase;   color: #fff;}

.nav ul li:hover a {  color: #a82308; }

.nav ul li.active a {  }



.language { margin-left: 2.08vw; height: 100px;line-height: 100px;overflow: hidden;font-size: 18px; }

.language i{font-size: 20px;color: #fff;position: relative;top:2px;margin-right: 0.5vw;}

.language span{color: #fff;margin:0 0.9vw;}

.language a { color: #fff;text-transform: uppercase; }


.head_es .nav ul li{font-size:16px;margin:0 1vw;}
.head_es .language{font-size:16px;margin-left:1vw;}


@media (max-width: 1200px) {

    .nav ul li{font-size: 16px;margin: 0 2vw;}

    .language{font-size: 16px;}

}



/*手机版菜单*/

@media screen and (max-width: 991px)  {

    header h1{line-height: 55px;height: 55px;width: auto;}

    header h1 img{max-height: 75%;}

  #header a.mm_btn {background: center center no-repeat #a82308;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) {



.col-index-title h3{ font-size: 14px; }

.col-index-title h3 span{ font-size: 24px; }

/*首页产品*/

.col-index-product{padding: 55px 0; }

.col-index-product ul.row{margin:0 -1vw;}

.col-index-product ul li{padding: 0 1vw;margin-top:25px;}

.col-index-product ul li .bg{padding: 15px;}

.col-index-product ul li .text{margin-top: 15px;}

.col-index-product ul li .text .con{  font-size: 14px; }

.col-index-product ul li .more{padding: 8px 15px; font-size: 12px; }

/*首页关于我们*/

.col-index-about .col-index-title h3 span{ color: #a82308; }

.col-index-about-content{ padding:50px 4.16%;position: static; transform:none; }

.col-index-about-content .con{ line-height:1.8;margin-top: 25px;}

.col-index-about-content a.more{margin-top:35px;}



/*首页荣誉资质*/

.col-index-honor{ padding: 55px 0; }

.col-index-honor .content .con{font-size: 14px; margin-top: 15px;}

.col-index-honor .content ul{ margin-top:30px; }

.col-index-honor .content a.more{ margin-top:35px;}



.col-index-honor .img{margin-top: 40px;}

.col-index-honor .img .padding{background: #fff;padding:20px;}

.col-index-honor .img .pic{max-height: 446px;}

.col-index-honor .img h4{ font-size: 18px;margin-top:15px; }





/*底部开始*/

.footer{padding-top: 50px; }

.footer h4{ font-size: 18px; padding-left: 40px;margin-bottom:20px;}

.footer h4 span{ width: 18px;height: 18px; top:1px;}



.footlLogo{ padding: 0; }

.footlLogo p{margin-top:20px; max-width: none; }

.social{ margin-top:30px; }



.footNav{ width: 100%;padding-left:0;margin-top:40px;  }

.footNav ul li{ margin-bottom: 10px;display: inline-block; }



.footCon{padding: 0;margin-top:30px;}

.footCon .box{width: 100%; max-width: none; }

.footCon .con ul li{ margin-bottom: 25px; }



.footQrcode{ padding: 0;padding-top: 15px; }

.footQrcode .box{width: 100%; max-width: none; }

.footQrcode .desc{font-size: 16px;margin-top:15px;}



.copy{padding: 10px 0;margin-top:40px; }



/*内页开始*/

.col-about-title{  }

.col-about-title h2{ font-size:24px;}

.col-about-title p{ font-size: 12px; margin-top:10px; line-height: 1.3;}



/*关于我们*/

    .col-page-about{padding-top: 40px;}

    .col-about1{ margin-top:35px; }

    .col-about1 .title{padding-right: 0;}

    .col-about1 .title h3{ font-size:24px;  }

    .col-about1 .title h3 span{ font-size: 16px; margin-bottom:10px;}

    .col-about1 .content{margin-top:20px; font-size: 14px;line-height:1.8;}

    .col-about2{ margin-top:20px; }

    .col-about2 .content{padding-right:0;padding-bottom:35px;}

    .col-about2 .content .con{ max-width: none;font-size: 14px;line-height: 1.8;padding-right:15px; }

    .col-about2 .content .con p{}

    .col-about2 .content .con strong{color: #333;font-family: 'Gilroy Bold';}

    .col-about3{padding: 5.2% 0 55px;margin-top: -5.2%; }

    .col-about3 .content{ margin-top: 40px;padding-left: 15px;}

    .col-about3 .content .con{max-width: none;font-size: 14px;line-height: 1.8;}

    .col-about3 .title{  max-width: none;padding: 0 15px; }

    .col-about3 .title h4{max-width: none; font-size: 16px; }

    .about-video{padding: 0;margin-top: 40px;}

    .about-video .pic{ width:100%;margin-top:25px; }

/*荣誉资质*/

    .col-about-honor{padding: 55px 0;}

    .col-about-honor .swiper-honor{ margin-top: 25px; }

    .col-about-honor .swiper-honor .swiper-pagination{ margin-top:25px; }

    .col-about-honor .swiper-honor .swiper-pagination .swiper-pagination-bullet{ width: 8px;height: 8px;  }

    .col-honor-nav a{ font-size: 15px; }

/*企业风貌*/

    .col-about-picture{padding-bottom: 60px;}

    .col-about-picture .title{padding-right: 100px;}

    .col-about-picture .title h3{ font-size:24px; }

    .col-about-picture .title h3 span{margin-bottom: 10px; font-size: 16px;  }

    .col-about-picture .list{ padding-top:25px; }

    .col-about-picture .list .swiper-pic .swiper-button-prev{margin-right: 50px;}

    .col-about-picture .list .swiper-pic .swiper-button-prev i,

    .col-about-picture .list .swiper-pic .swiper-button-next i{ display: block;width: 40px;height: 40px; line-height: 38px; }

/*联系我们*/

    .col-page-contact{ padding:40px 0 55px;}

    .col-page-contact .contact ul li{ margin-top:35px; width:100%!important; font-size: 16px;padding: 0!important;text-align: center; }

    .col-page-contact .contact ul li img{display: block; float: none;margin:0 auto; }

    .col-page-contact .contact ul li h5{ margin-top:10px;margin-bottom: 5px; }

    .col-map{width: 100%;height:350px;}

/*在线留言*/

    .col-page-message{ width:100%;padding: 30px 15px 40px; height: auto;}

    .col-page-message .content{ padding:0 0 20px 0;}

    .col-page-message .content h3{font-size:18px;}

    .col-page-message .content p{ font-size:14px; }

    .col-page-message .message{max-width: none;padding-right: 0; }

    .col-page-message .message ul {padding-left:0;}

    .col-page-message .message ul li{ font-size:14px;}

    .col-page-message .message ul li input{ height: 40px;line-height: 38px; }

    .col-page-message .message ul li textarea{ height:100px;padding:8px 22px; }

    .col-page-message .message ul li.sub input{ height:40px; }

/*下载*/

    .col-page-download{padding:55px 0;}

    .col-page-download .row{ margin-top:30px;}

    #download ul li{padding:8px 0; font-size:16px;  }

    #download ul li span.span4 a{font-size: 14px; }

/*内页end*/

}

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



#download ul li span.span2{width: 70%;}

#download ul li span.span4{float: right;width: auto;}



.col-honor-nav a{width: auto;margin-right: 2%;}



.col-index-product ul li .text h4{ font-size: 18px; }

}