@import 'common.css';
@import 'style.css';
#page{padding-top: 0px; overflow: hidden;}
header{width:100%; position: fixed; left: 0; top: 0; z-index:1000;}
header h1{margin:0; padding: 0;font-size: 0;line-height: 80px;}
header h1 img.img1{}
header h1 img.img2{display: none;}
header .container{position: relative;padding: 0 15px;max-width: 1830px;}
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{ height: 80px;transition: 0.5s;background: #fff;border-bottom: 1px solid rgba(0,0,0,0.1);}
.head.on{box-shadow: 0 0 5px rgba(0,0,0,0.15);background: #fff!important;}

.nav {margin-left: 3.64vw; border-left: 1px solid rgba(0,0,0,0.1);}
.nav ul li { float: left; line-height: 80px; border-right: 1px solid rgba(0,0,0,0.1);}
.nav ul li a { padding: 0 2.34vw;display: block; text-transform: uppercase;  color: #000;}
.nav ul li.active a { color: #004ea2;}
.nav ul li:hover a {  color: #fff;  background: #004ea2;}

.headSear{height: 80px;line-height: 80px;}
.headSear a{color: #000;}
.headSear a:hover{color: #004ea2!important;}
.headSear a i{ font-size: 24px;font-weight: bold; }

.language{padding-right: 1.3vw;margin-right: 1.1vw; margin-top: 29px; border-right: 1px solid rgba(0,0,0,0.3); }
.language>*{float: left;line-height: 22px;}
.language .pic{width: 22px;height: 22px;margin-right: 0.52vw;}
.language .pic img{transition: 0.5s;}
.language .pic img.img1{opacity: 1;}
.language .pic img.img2{opacity: 0;}
.language a{color:#000;}
.language a:hover{color: #004ea2!important;}

.headIndex.head{background: none;border-color: rgba(255,255,255,0.2);}
.headIndex.head h1 img.img1{display: none;}
.headIndex.head h1 img.img2{display: inline-block;}
.headIndex.head .nav,
.headIndex.head .nav ul li{border-color: rgba(255,255,255,0.2);}
.headIndex.head .nav ul li a{color: #fff;}
.headIndex.head .headSear a{color: #fff;}
.headIndex.head .language{border-color: rgba(255,255,255,0.3);}
.headIndex.head .language .pic img.img1{opacity: 0;}
.headIndex.head .language .pic img.img2{opacity: 1;}
.headIndex.head .language a{color: #fff;}

.headIndex.head.on h1 img.img1{display: inline-block;}
.headIndex.head.on h1 img.img2{display: none;}
.headIndex.head.on .nav,
.headIndex.head.on .nav ul li{border-color: rgba(0,0,0,0.1);}
.headIndex.head.on .nav ul li a{color: #000;}
.headIndex.head.on .nav ul li:hover a{color: #fff;}
.headIndex.head.on .headSear a{color: #000;}
.headIndex.head.on .language{border-color: rgba(0,0,0,0.3);}
.headIndex.head.on .language .pic img.img1{opacity: 1;}
.headIndex.head.on .language .pic img.img2{opacity: 0;}
.headIndex.head.on .language a{color: #000;}

@media (max-width: 1400px){
    .col-history .swiper-his1 .con p:before{top: 8px;}
}
/*手机版菜单*/
@media screen and (max-width: 991px)  {
    .head{height: 55px;}
    header h1{height: 55px;line-height: 55px;}
    header h1 img{display: inline-block;max-height: 80%;}
    #header a.mm_btn {background: center center no-repeat #004ea2;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){

/*首页关于PP电子仿照器*/
    .about-number ul li{min-width: 200px;margin-top: 25px;}
    .about-number ul li p.p1{margin-bottom:8px;line-height: 25px;}

    .col-index-about{}
    .col-index-about .pic{width:100%;height: auto; position: relative;}
    .col-index-about .pic:after{padding-bottom: 91.66%;}
    .col-index-about .pic img{width: 100%;}
    .col-index-about .content{width: 100%;height: auto;padding: 55px 15px;display: block;}
    .col-index-about .padding{padding-left: 0;}
    .col-index-about .about-number{margin-top: 3vh;}

/*首页关于PP电子仿照器*/

/*首页产品*/
    .col-index-product .f18{font-size: 14px;}
    .col-index-product .list{margin-top: 10vh;}
    .col-index-product .list:before{display: none;}
    .col-index-product .list ul{}
    .col-index-product .list ul li{}
    .col-index-product .list ul li .imgicon{width: 100%;position: absolute;left: 0;bottom:50%; height: 47%;}
    .col-index-product .list ul li .imgicon img{max-width: 70%;max-height:70%;}
    .col-index-product .list ul li .dian{ display: none;}
    .col-index-product .list ul li h5{margin-top: 0;}
/*首页产品*/

/*首页新闻*/
    .news ul li .more span{margin-left: 7px;}

    .col-index-news .container{display: block;}
    .col-index-news .list{width:100%;padding-left:0;margin-top: 4vh; }
    .col-index-news .swiper-news .swiper-button-prev,
    .col-index-news .swiper-news .swiper-button-next{margin-top: 5vh;}
    .col-index-news .swiper-news .swiper-button-prev{margin-right: 15px;}
    .col-index-news .swiper-news .swiper-button-prev i,
    .col-index-news .swiper-news .swiper-button-next i{font-size: 20px;}
    .col-index-newsl{width: 100%;}
    .col-index-newsl .col-more{position: static;margin-top:2vh;}
/*首页新闻*/
/*底部起头*/
    .footer{padding-top: 40px;padding-bottom: 40px;text-align: center;}
    .footLogo{width: 100%;}
    .footMid{width:100%;padding: 0;border:0;margin-top: 15px;}
    .footNav ul li{float: none;display: inline-block; border-right:0;padding: 0 2vw;margin:0;}
    .footNav ul li:last-child{padding: 0 2vw;}
    .copy{margin-top: 5px;}
    .copy p{float: none;}
    .copy .shu{border-right:0;padding-right:0;margin-right:0;}
    .qrcode{width:100%;max-width: none;margin-top:20px;}
/*底部实现*/

/*关于PP电子仿照器*/
    .col-page-about{padding-top: 55px;padding-bottom: 55px;}
    .aboutTop{display: block;}
    .aboutTop .col-title{width: 100%;padding-right: 0;}
    .aboutTop .col-title h3{max-width: 527px;margin-top: 10px;}
    .aboutTop .about-number{width: 100%;}
    .aboutBot{margin-top: 35px;}
    .aboutBot .pic{width: 100%;position: relative;}
    .aboutBot .pic:after{padding-bottom: 103.86%;}
    .aboutBot .content{width: 100%;padding:35px 0;}
    .aboutBot .content p{line-height: 1.8;}
    /*发展过程*/
    .col-history{padding-top:50px;padding-bottom:80px;}
    .col-history .xian{padding: 0 40px;}
    .col-history .xian:before{top:17px;}
    .col-history .swiper-his1{margin-top: 35px;}
    .col-history .swiper-his1 .num{ font-size: 120px;}
    .col-history .swiper-his1 .con{ margin-top: 13px;}
    .col-history .swiper-his1 .con p{padding-left: 16px;}
    .col-history .swiper-his1 .con p:before{top: 7px;}
    .col-history .swiper-his2{margin-top: 50px;padding-top: 10px;}
    .col-history .swiper-his2 .num{margin-top: 10px;}

    .col-history .swiper-his2 .swiper-button-prev i,
    .col-history .swiper-his2 .swiper-button-next i{ width:35px;height:35px;line-height: 35px;font-size:12px; }
    /*企业荣誉*/
    .col-honor{padding-top: 55px;padding-bottom: 55px;}
    .col-honor .swiper-honor{padding-top: 44px;}
    .col-honor .swiper-honor h5{margin-top: 25px;}
    .swiper-honor-button .swiper-button-prev,
    .swiper-honor-button .swiper-button-next{margin:35px 3px 0;}
    .swiper-honor-button .swiper-button-prev i,
    .swiper-honor-button .swiper-button-next i{width: 35px;height: 35px;line-height:35px;font-size: 12px;}
    .col-equipment {padding-top:55px;padding-bottom:55px;}
    .col-equipment .swiper-honor{margin-top: 30px;}
    .col-equipment .swiper-honor h5{margin-top: 10px;}
    /*合作同伴*/
    .col-partner{padding-top: 60px;padding-bottom: 60px;}
    .col-partner .swiper-partner{margin-top: 40px;}
    .col-partner .swiper-partner .swiper-pagination{margin-top: 20px;}
    .col-partner .swiper-partner .swiper-pagination .swiper-pagination-bullet { width:10px;height:10px;border:1px solid #fff; }
/*关于PP电子仿照器*/

/*联系PP电子仿照器*/
    .col-map{width: 100%;margin-top: 50px;}
    #allmap {height: 320px;}

    .col-page-contact{padding-top: 55px;padding-bottom: 55px;}
    .col-page-contact .container{display: block;}
    .col-contact{width: 100%;}
    .col-contact .title2 h3{margin-top: 14px;}
    .col-contact .content{margin-top: 5px;}

    /*在线留言*/
    .col-page-message{padding-top: 55px;padding-bottom: 55px;}
    .message{margin-top: 24px;}
    .message ul li{margin-bottom: 10px;}
    .message ul li input{height: 45px; line-height: 43px;}
    .message ul li textarea{height: 120px;padding:10px 15px;}
    .message ul li.li4{margin-bottom: 30px;}
    .message ul li.li4 input,
    .message ul li.sub input{height: 40px;line-height: 38px;}
    .message ul li.tips{margin-bottom: 20px;}
    .message ul li:last-child{margin:0;}
    .message ul.ul1{width: 100%;}
    .message ul.ul2{width: 100%;padding-left: 0;margin-top: 15px;}
/*联系PP电子仿照器*/

/*招聘*/
    .col-talent{padding-top: 50px;padding-bottom: 50px;}
    .col-talent .desc{margin-top:7px;}
    .col-talent .content{margin-top: 0;}
    .col-talent .content ul li{width: 100%;text-align: center;margin-top: 30px;}
    .col-talent .content ul li h3{margin:15px 0 8px;}

    .col-page-job{padding-top: 50px;padding-bottom: 50px;}
    .col-job ul{margin-top: 30px;}
    .col-job ul li.li1{padding:0 15px;height: 45px;line-height: 45px;}
    .col-job ul li .jobtit{padding:0 15px;height: 45px;line-height: 45px;}
    .col-job ul li .jobcon{ padding:0 15px 30px;}
    .col-job ul li .jobcon .zwms{margin-bottom: 10px;}

    .apply{margin-top: 35px; }
    .apply a{padding: 6px 10px;}

    .col-job-form{padding-bottom: 55px;padding-top: 55px;}
/*招聘*/

/*产品中心*/
    .col-page-product{padding-top: 55px; padding-bottom: 55px;}

    .pro{margin-top: 0;}
    .pro ul{margin:0 -8px;margin-top:-20px;}
    .pro ul li{padding: 0 8px;margin-top:20px;}
    .pro ul li h5{margin-top:10px;}
    .col-prodet{padding-top: 55px;padding-bottom: 55px;}
/*产品中心*/

/*新闻资讯*/
    .col-page-news{padding-top: 55px;padding-bottom: 55px;}
    .col-page-news .news{margin-top: 0;}
    .col-page-news .news ul{margin:0 -15px;margin-top: -60px;}
    .col-page-news .news ul li{padding: 0 15px;margin-top: 60px;}
    .col-page-news .news ul li:after{bottom:-30px;}

    .col-newsdet{padding-top: 55px;padding-bottom: 55px;}
/*新闻资讯*/
}
@media (max-width: 767px){
    /*产品具体页*/
    .pro_show .caseleft{width: 100%;}
    .pro_show .caseright{width: 100%;padding-bottom: 0;margin-top: 30px;}
    .pro_show .prenext{width:100%;position: static;}
    .product-detail-prev,
    .product-detail-next{color: #fff;}

    .col-job ul li .box1{width: 60%;}
    .col-job ul li .box2{width: 40%;}

}
@media (max-width: 400px) {
    .col-page-news .news ul li{width: 100%;}
    .col-honor .swiper-honor .swiper-slide{padding-left: 25px;padding-right: 25px;}
}<!--耗时1784871296.7843秒-->