@charset "utf-8";
/* CSS 鼠标效果 */

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #707070; overflow-x: hidden; font-family:Arial,Verdana,sans-serif; }
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none; font-family:Arial,Verdana,sans-serif; }
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#707070; transition: color 0.56s;}
a:hover{ color: #002878;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1400px; margin: 0 auto;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 8px;  height: 8px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #34495e;}

/*顶部*/
.header{ width: 100%; height: 90px;position: fixed; left: 0; top: 0; z-index: 9999;}
.header .logo{ height: 50px; position: relative; margin-left: 100px;}
.header .nav{ margin-right: 100px;}
.header .nav>ul>li{ margin-left: 70px; position: relative;}
.header .nav>ul>li>a{ color: #fff; text-transform: uppercase; line-height: 30px; display: block;font-weight:bold;}
.header .nav>ul>li a:hover{ color: #fff;}
.header .nav>ul>li.on a{ color: #fff;}
.header .nav>ul>li:hover>a{ color: #fff;}
.header .nav ul li .subnav{ width: 250px; padding:10px;  position: absolute; top: 35px; left: 50%; z-index: 111; margin-left: -125px; display: none;}
.header .nav ul li .subnav ol{ padding:15px 0;  background:#fff;  border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,.2); position: relative; }
.header .nav ul li .subnav ol:after{ content: ""; width: 16px; height: 6px; background:url(../images/icon01.png) no-repeat center; position: absolute; left: 50%; top: -6px; margin-left: -8px; }
.header .nav ul li .subnav a{ font-size: 15px; color: #000; font-weight: normal; line-height:2; text-align: center; white-space:nowrap;display: block;}
.header .nav ul li .subnav a:hover{color: #002878;}

.pro .header{ background: #002878;}
.header.fixed { background:rgba(0,0,0,.3);}

.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper{ width:100%; overflow:hidden;}
.banner .swiper .swiper-slide{ height: 100vh;  background-position: center; background-repeat: no-repeat; background-size: cover; overflow: hidden;}
.banner .swiper .swiper-slide .bannerText{ width: 100%; text-align: center; font-size: 56px; color: #fff; word-wrap: nowrap; word-spacing: 10px; letter-spacing: 2px; position: absolute; left:0; top: 50%; transform:translateY(-50%); z-index: 11;}
.banner video{ width: 100%; height: 100%; object-fit: fill;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:30px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 12px;height: 12px; background:#fff; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #000;}
.banner .swiper-slide-active{opacity:1;}

.banner .scroll-down{ position: absolute; left: 50%; bottom: 80px; margin-left: -6px; z-index: 111; -webkit-animation: bopping 1s infinite alternate; -o-animation: bopping 1s infinite alternate; animation: bopping 1s infinite alternate;}
.banner .scroll-down .caret { width: 12px; height: 12px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.banner .scroll-down img{ width: 20px;}

@-webkit-keyframes bopping {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-o-keyframes bopping {
    0% {
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes bopping {
    0% {
        -webkit-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        -webkit-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.neiBanner{ height: 900px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}

.title{ margin-bottom: 55px;}
.title h2{ color: #000; font-size: 34px; text-align: center; font-weight: normal; line-height: 1; padding-bottom: 34px; position: relative;}
.title h2::before{ content: ""; width: 117px; height: 6px; background: #002878; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}

.ntitle{ color: #252525; text-align: center; margin-bottom: 60px;}
.ntitle h2{ font-size: 30px; font-weight: normal; line-height:1; margin-bottom: 20px;}
.ntitle h3{ font-size: 40px; font-weight: normal; line-height: 1; margin-bottom: 32px;}
.ntitle p{ font-size: 20px; }

.indexTitle h3{ font-size: 38px; font-weight: bold; position: relative; padding-bottom: 18px;}
.indexTitle h3::before{ content: ""; width: 80px; height: 4px; background: #002878; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}

.iabout{ padding: 135px 0 175px;}
.iabout .pic{ width: 420px;}
.iabout .pic img{ border-radius: 60px;}
.iabout .con{ width: calc(100% - 490px);}
.iabout .con .t{ color: #000; font-size: 32px; font-weight: bold; line-height: 1.2; margin-bottom: 54px;}
.iabout .con .c{ line-height: 1.66;}
.iabout .num{ padding:135px 50px 0;}
.iabout .num ul li{ width: 25%; text-align: center; position: relative;}
.iabout .num ul li::before{ content: ""; width: 1px; height: 60px; background: #707070; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.iabout .num ul li:nth-child(1)::before{ display: none;}
.iabout .num ul li dl{ font-size: 50px; font-weight: bold; color: #002878; line-height: 1;}
.iabout .num ul li ol{ font-size: 16px; margin-top: 15px;}

.products{ padding: 138px 0 138px; background: #e6e6e6;}
.products ul{ margin: 0 -39px;}
.products ul li{ width: 25%; padding: 0 39px; margin-bottom: 50px;}
.products ul li a{ background: #fff; display: block; position: relative; border-radius: 60px; overflow: hidden;}
.products ul li dl{ padding-bottom: 108.9%;}
.products ul li dl img{ padding: 30px;}
.products ul li h3{ width: 100%; line-height: 80px; font-size: 25px; color: #fff; text-align: center; font-weight: normal; background: rgba(0,40,120,0.8); position: absolute; left: 0; bottom: 0; opacity: 0; transition: all .4s;}
.products ul li a:hover h3{ opacity: 1;}
.neiPro.products{ padding: 130px 0 150px; background: #fff;}
.neiPro.products .box{ padding-top: 30px;}
.neiPro.products ul li a{ background: #e6e6e6;}

.anchorPoint{padding-top:119px; margin-top:-119px;}

.introduction{ padding-top: 115px;}
.introduction .boxCon{ margin-bottom: 115px;}
.introduction .boxCon .con{ width: 60%; color: #000;}
.introduction .boxCon .con .t{ font-size: 34px; margin-bottom: 30px;}
.introduction .boxCon .con .c{ font-size: 16px; line-height: 1.5;}
.introduction .boxCon .pic{ width: 36.2%;}
.introduction .factory{ background: #f4f4f4; border-radius: 60px; overflow: hidden; transition: all 0.4s ease;}
.introduction .factory:hover{ box-shadow: 0 0 15px rgba(0,0,0,.2);}
.introduction .factory .pic{ width: 50%;}
.introduction .factory .pic img{ border-radius: 60px;}
.introduction .factory .con{ width: 50%; color: #000; padding:20px 50px;}
.introduction .factory .con .t{ font-size: 34px; margin-bottom: 20px;}
.introduction .factory .con .c{ line-height: 1.6;}

.culture{ padding-top: 115px;}
.culture .box{ font-size: 16px; text-align: center; color: #272727; line-height: 2;}
.culture .box h3{ font-size: 45px; font-weight: normal; line-height: 1; margin-bottom: 20px;}

.business{ padding-top: 120px;}

.honor{ padding: 100px 0 0;}
.honor .con{ margin-top: 115px; text-align: center;}
.honor2{ padding: 100px 0 200px;}
.honor2 .con{ text-align: center;}


.proNav{ padding-bottom: 60px;}
.proNav .oneClass{ border-bottom: #002878 solid 2px;}
.proNav .oneClass ul{ justify-content: space-between;}
.proNav .oneClass ul li{ margin-bottom: 40px;}
.proNav .oneClass ul li a{ border: #707070 solid 1px; background: #fff; border-radius: 60px; line-height: 64px; font-size: 20px; color: #363636; text-align: center;  padding:0 55px; display: block; transition: all .4s;}
.proNav .oneClass ul li a:hover,.proNav .oneClass ul li.on a{  border: #002878 solid 1px; background: #002878; color: #fff;}
.proNav .twoClass{ padding-top: 33px;}
.proNav .twoClass ul li{ margin-right: 66px; margin-bottom: 15px;}
.proNav .twoClass ul li a{ min-width: 132px; padding: 0 25px; border: #707070 solid 1px; background: #fff; border-radius: 30px; line-height: 32px; font-size: 20px; color: #363636; text-align: center; display: block; cursor: pointer; transition: all .4s;}
.proNav .twoClass ul li a:hover,.proNav .twoClass ul li.on a{  border: #002878 solid 1px; background: #002878; color: #fff;}
.prolist{ padding: 55px 0 130px;}
.prolist .box{ padding: 0 80px;}
.prolist .box ul{ margin: 0 -60px; display: none;}
.prolist .box ul.on{ display: flex;}
.prolist .box ul li{ width:33.33%; padding: 0 60px; margin-bottom: 80px;}
.prolist .box ul li a{ background: #e6e6e6; display: block; position: relative; border-radius: 60px; overflow: hidden;}
.prolist .box ul li dl{ padding-bottom: 108.9%;}
.prolist .box ul li dl img{ padding: 30px;}
.prolist .box ul li h3{ width: 100%; line-height: 80px; font-size: 25px; color: #fff; text-align: center; font-weight: normal; background: rgba(0,40,120,0.8); position: absolute; left: 0; bottom: 0; opacity: 0; transition: all .4s;}
.prolist .box ul li a:hover h3{ opacity: 1;}

.proview{ padding: 180px 0 150px;}
.proview .bread{ font-size: 16px; color: #444; margin-bottom: 45px;}
.proview .bread a{ color: #444;}
.proview .bread a:hover{ color: #002878;}
.proview .proHead{ margin-bottom: 130px;}
.proview .proHead .pic{ width: 50%; padding-right: 150px;}
.proview .proHead .pic dl{ padding-bottom: 136%;}
.proview .proHead .pic .swiper-button-next, .proview .proHead .pic .swiper-button-prev{  color: #707070; display: none;}
.proview .proHead .pic .swiper-button-next::after, .proview .proHead .pic .swiper-button-prev::after{ font-size: 42px; font-weight: bold;}
.proview .proHead .pic .swiper-button-next.swiper-button-disabled, .proview .proHead .pic .swiper-button-prev.swiper-button-disabled{ display: none;}
.proview .proHead .pic .swiper-initialized .swiper-button-next,.proview .proHead .pic .swiper-initialized .swiper-button-prev{ display: block;}
.proview .proHead .con{ width: 50%; color: #000;}
.proview .proHead .con .tit{ border-top: 1px solid #000; border-bottom:1px solid #000; margin-bottom: 20px; padding: 20px 0;}
.proview .proHead .con .tit h1{ font-size: 22px; font-weight: normal;}
.proview .proHead .con .text{ line-height: 2.1;}
.proview .proHead .con .videoBtn{ width: 250px; background: #002878; border-radius: 50px; line-height: 50px; color: #fff; font-size: 20px; text-align: center; margin-top: 90px; cursor: pointer;}
.proview .proCon{ margin-bottom: 75px;}
.proview .proCon .tit h2{ font-size: 20px; color: #002878; font-weight: normal; border-bottom: #002878 solid 2px; display: inline-block; padding-bottom: 5px;}
.proview .proCon .box{ background: #dedede;}
.proview .message .tit{ width: 270px; line-height: 68px; background: #002878; border-radius: 68px; color: #fff; font-size: 25px; text-align: center; margin: 0 auto; cursor: pointer;}
.proview .message .box{ padding-top: 15px; display: none;}
.proview .message ul{ margin-top: 55px; position: relative;}
.proview .message ul li{ width: 26%; position: relative;}
.proview .message ul li:nth-child(1)::before{ content: ""; width: 50px; height: 70px; background: url(../images/icon02.png) no-repeat center; position: absolute; left: 15px; top: 0;}
.proview .message ul li:nth-child(2)::before{ content: ""; width: 50px; height: 70px; background: url(../images/icon03.png) no-repeat center; position: absolute; left: 15px; top: 0;}
.proview .message ul li:nth-child(3)::before{ content: ""; width: 50px; height: 70px; background: url(../images/icon04.png) no-repeat center; position: absolute; left: 15px; top: 0;}
.proview .message ul:nth-child(2)::before{ content: ""; width: 50px; height: 70px; background: url(../images/icon05.png) no-repeat center; position: absolute; left: 15px; top: 5px;}
.proview .message input{ width: 100%; line-height: 70px; background: #f1f1f1; border-radius: 60px; border: #707070 solid 1px; padding-left: 70px;}
.proview .message textarea{ width: 100%; min-height: 310px; background: #f1f1f1; border-radius:50px; border: #707070 solid 1px; padding: 25px 20px 20px 70px;}
.proview .message button{ width: 200px; line-height: 50px; background: #002878; border: none; border-radius: 50px; color: #fff; cursor: pointer; display: block; margin: 0 auto;}
.proview .message button:hover{ background: #022468;}

.service{ padding: 65px 0 200px;}
.service .customized{ padding-top: 100px;}
.service .design{ padding-top: 130px;}
.service .quality{ padding-top: 130px;}
.service .item{ margin-top: 95px; border-radius: 60px; overflow: hidden; transition: all .4s;}
.service .item:hover{ box-shadow: 0 0 15px rgba(0,0,0,.3);}
.service .item .pic{ width: 36.8%; background: #002878; background-position: center; background-repeat: no-repeat; background-size: cover;}
.service .item .con{ width: 63.2%; background: #f4f4f4; padding: 50px 220px; color: #000;}
.service .item .con .t{ margin-bottom: 30px;}
.service .item .con .t h3{ font-size: 40px; line-height: 1; margin-bottom: 15px;}
.service .item .con .t p{ font-size: 22px; font-weight: bold;}
.service .item .con .c{ line-height: 1.6; background: url(../images/icon06.png) no-repeat left bottom; padding-bottom: 50px;}
.service .iconBox{ margin-top: 110px; padding: 0 207px;}
.service .iconBox ul{ margin: 0 -53px;}
.service .iconBox ul li{ width: 50%; padding: 0 53px;}
.service .iconBox ul li ol{ background: #f4f4f4; border-radius: 60px; padding: 66px 100px 50px; overflow: hidden;}
.service .iconBox ul li ol dl{ padding-bottom: 100%;}
.service .iconBox ul li ol h3{ font-size: 40px; color: #000; text-align: center; font-weight: normal; margin-top: 50px;}

.join{ padding: 65px 0 200px; background: #f5f5f5;}
.join .reason{ padding-top: 100px;}
.join .team{ padding-top: 130px;}
.join .life{ padding-top: 130px;}
.join .contact{ padding-top: 130px;}
.join .iconBox{ margin-top: 80px;}
.join .iconBox ul{ margin: 0 -19px;}
.join .iconBox ul li{ width: 33.33%; padding: 0 19px;}
.join .iconBox ul li ol{ background: #fff; border-radius: 60px; padding: 30px 30px 50px; overflow: hidden;}
.join .iconBox ul li ol dl{ padding-bottom: 75%;}
.join .iconBox ul li ol h3{ font-size: 25px; color: #000; text-align: center; font-weight: normal; margin-top: 30px;}
.join .jobList{ width: 50%;}
.join .jobList ul{ margin-top: -20px; flex-flow:column wrap; height: 465px;}
.join .jobList ul li{ width: 33.33%; padding-right: 20px; margin-top: 20px;}
.join .jobList ul li:nth-child(1){ height: 100%;}
.join .jobList ul li ol{ background: #fff; border-radius: 30px; position: relative; padding-bottom: 100%; cursor: pointer; transition: all .4s;}
.join .jobList ul li:nth-child(1) ol{ height: 100%;}
.join .jobList ul li ol h3{ font-size: 20px; color: #002878; position: absolute; left: 25px; top: 25px;}
.join .jobList ul li ol i{ position: absolute; right: 25px; bottom: 25px; overflow: hidden;}
.join .jobList ul li ol:hover{ background:#ddd;}
.join .jobList ul li.on ol{ background: #002878;}
.join .jobList ul li.on ol h3{ color: #fff;}
.join .jobList ul li.on ol i img{ filter: drop-shadow(#fff 0 150px); transform: translateY(-150px);}
.join .textBox{ width: 50%;  background: #002878; border-radius: 50px; padding: 30px 48px; color: #fff; margin-left: 10px;}
.join .textBox .t{ font-size: 40px; font-weight: bold; line-height: 1; margin-bottom: 30px;}
.join .textBox .c{ line-height: 1.6;}
.join .textBox .c{ line-height: 1.6; margin-bottom: 20px;}
.join .textBox .l{ font-size: 20px; color: #fff; background: url(../images/icon08.png) no-repeat right center; padding-right: 20px;}
.join .textBox .l:hover{ opacity: 0.7;}

.join .contact .box ul li{ padding:35px 45px; margin-bottom: 25px; border-radius: 30px; overflow: hidden; background: #fff; color: #000;  transition: all .4s;} 
.join .contact .box ul li:hover{ background: #002878; color: #fff;}
.join .contact .box ul li:nth-child(1),.join .contact .box ul li:nth-child(3){ width: 42%;}
.join .contact .box ul li:nth-child(2),.join .contact .box ul li:nth-child(4){ width: 56%; }
.join .contact .box ul li .t{ font-size: 30px; margin-bottom: 15px;}
.join .contact .box ul li .c{ font-size: 20px;}


.footer{ padding: 56px 0 80px; background: #002878;}
.footer .wrap{ border-bottom: #778cb7 solid 2px; padding:0 0 40px;}
.footer .logo{ height: 24px;}
.footer .fcontact{ width: 300px; color: #fff; opacity: 0.6;}
.footer .fcontact .t{ font-size: 12px; margin-bottom: 10px;}
.footer .fcontact .t span{ font-size: 20px;}
.footer .fcontact .c{ font-size: 15px; line-height: 1.8;}
.footer .fnav>ul>li{ margin:0 32px;}
.footer .fnav>ul>li>a{ font-size: 22px; color: #fff;}
.footer .fnav>ul>li>ol>a{ display: block; color: #fff; font-size: 15px; line-height: 1; opacity: 0.6; margin-top: 24px;}
.footer .fnav>ul>li>ol>a:hover{  opacity: 1;}
.footer .shareEwm{ text-align: center;}
.footer .share{ margin-bottom: 45px;}
.footer .share ul li{ margin: 0 18px;}

/*===/分页=============================*/
.fenye { padding-top: 25px; text-align:center}
.fenye ul{display:flex; justify-content: center;}
.fenye li {display:inline-block!important; margin: 0 3px; line-height: 38px;}
.fenye a { font-size: 16px; color:#333;padding:0 15px; background: #e2e2e2; display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.fenye .active {pointer-events:none}
.fenye .active,.fenye a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.blank-large{height:38px;clear:both;font-size:0}
.fenye li.active a,.fenye li a:hover{background: #e60012; color: #fff; }

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px; cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}

@media (max-width: 1550px) {
    .wrap{ width: 100%; padding: 0 20px;}
    .header .logo{ margin-left: 20px;}
    .header .nav{ margin-right: 20px;}
    .join .jobList ul{ height: 500px;}
    .footer .wrap{ padding: 0 20px 40px;}
}

@media (max-width: 1480px) {
    body{ font-size: 16px;}

    .banner .swiper .swiper-slide .bannerText{ font-size: 48px;}

    .title h2{ font-size: 30px; padding-bottom: 30px;}
    .title h2::before { width: 90px; height: 2px;}

    .ntitle h2 { font-size: 26px; margin-bottom: 15px;}
    .ntitle h3{ font-size: 40px; margin-bottom: 22px;}
    .ntitle p{ font-size: 18px;}

    .iabout { padding: 110px 0 110px; }
    .iabout .num { padding: 100px 50px 0; }
    .iabout .num ul li dl{ font-size: 40px;}

    .neiPro.products { padding: 100px 0 100px;}
    .products { padding: 120px 0 90px; }
    .products ul li h3{ font-size: 20px;}

    .introduction { padding-top: 80px; }
    .introduction .boxCon .con{ width: 68%;}
    .introduction .boxCon .con .t { font-size: 28px;}
    .introduction .boxCon .con .c { font-size: 16px;}
    .introduction .boxCon .pic { width: 28%; }

    .introduction .factory .con .t{ font-size: 30px;}

    .culture .box{ font-size: 20px;}
    .culture .box h3{ font-size: 26px;}

    .honor { padding: 90px 0 0; }
    .honor .box{ padding: 0 100px;}
    .honor .con { margin-top: 80px; padding: 0 20px;}

    .honor2 { padding: 90px 0 150; }
    .honor2 .con { padding: 0 20px;}

    .proNav .oneClass ul li a {font-size: 20px; line-height: 56px;}
    .proNav .twoClass ul li { margin-right: 40px;}
    .proNav .twoClass ul li a{ font-size: 16px;}

    .prolist .box ul li h3{ font-size: 20px;}

    .proview .bread{ font-size: 16px;}
    .proview .proHead { margin-bottom: 80px; }

    .service { padding: 65px 0 150px; }
    .service .customized { padding-top: 50px; }
    .service .design { padding-top: 80px; }
    .service .quality { padding-top: 80px; }
    .service .item{ margin-top: 50px;}
    .service .item .con{ padding: 50px 120px;}
    .service .item .con .t h3{ font-size: 34px;}
    .service .item .con .t p{ font-size: 18px;}
    .service .iconBox ul li ol h3 { font-size: 24px;}

    .join { padding: 65px 0 150px;}
    .join .reason { padding-top: 50px; }
    .join .team { padding-top: 80px; }
    .join .life { padding-top: 80px; }
    .join .jobList ul { height: 475px; }
    .join .contact { padding-top: 80px; }
    .join .iconBox{ padding: 0 150px;}
    .join .iconBox ul li ol h3 { font-size: 22px;}
    .join .textBox .t{ font-size: 30px;}
    .join .textBox .l{ font-size: 16px;}
    .join .contact .box ul li .t { font-size: 24px; margin-bottom: 10px; }
    .join .contact .box ul li .c{ font-size: 20px;}

    .footer{ padding: 50px 0;}
    .footer .fnav>ul>li { margin: 0 25px; }
    .footer .fnav>ul>li>a{ font-size: 18px;}
    .footer .fnav>ul>li>ol>a{ font-size: 15px;}
}

@media (max-width: 1380px) {
    .header .nav>ul>li { margin-left: 30px;}
    .footer .fnav>ul>li { margin: 0 15px; }
    .footer .fnav>ul>li>ol>a { font-size: 13px; }
}

@media (max-width: 1240px) {

    .products ul li a{ border-radius: 20px;}
    .products ul li h3 { font-size: 16px; line-height: 44px;}

    .proNav .oneClass ul li a{ font-size: 17px;}
    .prolist { padding: 55px 0 70px; }
    .prolist .box { padding: 0; }
    .prolist .box ul { margin: 0 -20px; }
    .prolist .box ul li { width: 25%; padding: 0 20px; margin-bottom: 40px; }
    .prolist .box ul li a{ border-radius: 20px;}
    .prolist .box ul li h3 { font-size: 16px; line-height: 44px;}

    .proview .message .tit { width: 200px;line-height: 58px;  font-size: 22px;}
    .proview .message input{ line-height: 56px;}
    .proview .message textarea { min-height: 220px;}
    .proview .message ul { margin-top: 36px;}
    .proview .message ul li:nth-child(1)::before,.proview .message ul li:nth-child(2)::before,.proview .message ul li:nth-child(3)::before{ height: 56px;}

    .service .iconBox ul li ol{ padding: 40px;}

    .join .jobList ul {height: 395px; }
    .join .jobList ul li:nth-child(1) ol { height: 375px; }

}

@media (max-width: 1200px) {

    .header .logo{ height: 30px;}

    .header .nav>ul>li>a{ font-size: 14px;}
    .header .nav ul li .subnav a { font-size: 14px;}

    .footer .fnav>ul>li { margin: 0 10px; }
    .footer .fnav>ul>li>a{ font-size: 16px;}
    .footer .fnav>ul>li>ol>a { font-size: 12px;}
    .footer .share ul li { margin: 0 10px; }
}

@media (max-width: 1030px) {
    .footer .ewm{ width: 90px;}
    .footer .fcontact { width: 255px;}
    .footer .fcontact .c { font-size: 13px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#002878;  position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 15px 0; }
    .header .nav{position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111;}
    .header .nav>ul>li{ margin-left: 0; border-top: #eee solid 1px; float: none;}
    .header .nav>ul>li>a{ padding: 0 15px; color: #000; font-size: 15px; line-height: 46px; display: block;}
    .header .nav>ul>li .subnav{ width: 100%; position: relative; left: 0; top: 0; margin-left: 0; padding: 15px;}
    .header .nav>ul>li .subnav ol{ margin-top: 0; box-shadow:inherit; padding: 0;}
    .header .nav>ul>li .subnav>ol>a{ font-size: 14px; text-align: left;}
    .header .nav>ul>li:hover>a { color: #000; background: #f2f2f2;}
    .header .nav>ul>li.on>a{ color: #000; background: #f2f2f2;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#fff;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#fff;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#fff;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner { position: relative;}
    .banner .swiper{ width:100%; overflow:hidden;}
    .banner .swiper .swiper-slide{ height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper .swiper-slide a{  display: block; width:100%;}
    .banner .swiper .swiper-slide img{width:100%;}
    .banner .swiper .swiper-slide .bannerText { font-size: 22px; word-spacing:2px; letter-spacing: 1px;}
    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:20px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 8px;height: 8px; background:#fff; margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #000;}
    .banner .swiper-slide-active{opacity:1;}

    .banner .scroll-down{ display: none;}

    .neiBanner{ height: 130px;}

    .title { margin-bottom: 30px; }
    .title h2 { font-size: 22px; padding-bottom: 12px; }
    .title h2::before { width: 50px;}

    .ntitle{ margin-bottom: 35px;}
    .ntitle h2 { font-size: 20px; margin-bottom: 10px; }
    .ntitle h3 { font-size: 26px; margin-bottom: 16px; }
    .ntitle p { font-size: 14px; }

    .iabout{ padding: 50px 0;}
    .iabout .box{ display: block;}
    .iabout .pic{ width: 100%; margin-top: 25px;}
    .iabout .pic img{ border-radius: 10px;}
    .iabout .con{ width: 100%;}
    .iabout .con .t { font-size: 24px; text-align: center; margin-bottom: 25px; }
    .iabout .num { padding: 60px 0 0; }
    .iabout .num ul li dl { font-size: 22px; }
    .iabout .num ul li ol { font-size: 13px; margin-top: 5px; }
    .iabout .num ul li::before { height: 30px; background: #d3d3d3;}

    .products { padding: 45px 0 50px; }
    .products ul { margin: 0 -5px;}
    .products ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; }

    .anchorPoint{padding-top:59px; margin-top:-59px;}

    .introduction { padding-top: 45px; }
    .introduction .boxCon{ display: block; margin-bottom: 40px;}
    .introduction .boxCon .con{ width: 100%; margin-bottom: 25px;}
    .introduction .boxCon .con .t { font-size: 20px; }
    .introduction .boxCon .con .c { font-size: 14px; }
    .introduction .boxCon .pic{ width: 100%;}
    .introduction .factory{ border-radius: 10px; display: block;}
    .introduction .factory .pic { width: 100%; }
    .introduction .factory .pic img { border-radius:0px; }
    .introduction .factory .con{ width:100%; padding: 20px;}
    .introduction .factory .con .t { font-size: 20px; }

    .culture { padding-top: 45px; padding-bottom: 20px;}
    .culture .box h3 { font-size: 18px; }
    .culture .box { font-size: 14px; line-height: 1.6; }

    .business { padding-top: 45px; }

    .honor { padding: 60px 0 0; }
    .honor .box { padding: 0; }
    .honor .box ul li{ padding: 0 5px;}
    .honor .con{ padding: 0 50px; margin-top: 30px;}
    .honor2{ padding: 60px 0 80px;}

    .proNav { padding-bottom: 20px; }
    .proNav .oneClass ul { margin: 0 -5px; padding-bottom: 5px; }
    .proNav .oneClass ul li { width: 50%; padding: 0 5px; margin-bottom: 10px; }
    .proNav .oneClass ul li a{ font-size: 12px; line-height: 38px; padding: 0 10px;}
    .proNav .twoClass {padding-top: 15px;}
    .proNav .twoClass ul{ margin: 0 -5px;}
    .proNav .twoClass ul li { width: 33.33%; margin-right: 0; margin-bottom: 10px; padding: 0 5px;}
    .proNav .twoClass ul li a { width: 100%; min-width: inherit; font-size: 13px;}

    .prolist { padding: 30px 0 50px; }
    .prolist .box ul { margin: 0 -5px;}
    .prolist .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}

    .proview { padding: 20px 0 60px; }
    .proview .bread { font-size: 13px; }
    .proview .proHead{ margin-bottom: 40px;}
    .proview .proHead .wrap{ display: block;}
    .proview .proHead .pic{ width: 100%; padding-right: 0;margin-bottom: 30px;}
    .proview .proHead .pic dl { padding-bottom: 75%; }
    .proview .proHead .pic .swiper-button-next.swiper-button-disabled, .proview .proHead .pic .swiper-button-prev.swiper-button-disabled{ display: block;}
    .proview .proHead .con{ width: 100%;}
    .proview .proHead .con .tit { margin-bottom: 15px; padding: 15px 0; }
    .proview .proHead .con .tit h1{ font-size: 20px;}
    .proview .proHead .con .text { line-height: 1.8; }
    .proview .proHead .con .videoBtn { width: 180px; line-height: 35px; font-size: 14px; margin-top: 30px;}
    .proview .proCon { margin-bottom: 40px; }
    .proview .message .tit { width: 140px; line-height: 42px; font-size: 16px; }
    .proview .message ul{ display: block;  margin-top: 10px;}
    .proview .message ul li{ width: 100%; margin-bottom: 10px;}
    .proview .message input { font-size: 13px; line-height: 40px; border: #d9d9d9 solid 1px; padding-left: 50px; }
    .proview .message textarea{ font-size: 13px; min-height: 150px;  border: #d9d9d9 solid 1px; padding-left: 50px; border-radius: 15px; padding: 14px 20px 14px 50px;}
    .proview .message ul li:nth-child(1)::before, .proview .message ul li:nth-child(2)::before, .proview .message ul li:nth-child(3)::before { width: 30px; height: 40px; }
    .proview .message ul li::before{ background-size: 20px auto !important;}
    .proview .message ul:nth-child(2)::before { content: ""; width: 30px; height: 40px; background-size: 20px auto !important;}
    .proview .message button {width: 150px; line-height: 40px;}

    .service { padding: 45px 0 60px; }
    .service .title{ margin-bottom: 0;}
    .service .customized { padding-top: 45px; }
    .service .design { padding-top: 45px; }
    .service .quality { padding-top: 45px; }
    .service .item{ display: block; border-radius: 20px; margin-top: 15px;}
    .service .item .pic{ width: 100%; height: 200px;}
    .service .item .con { width: 100%; padding: 30px 20px;}
    .service .item .con .t { margin-bottom: 16px; }
    .service .item .con .t h3 { font-size: 22px; margin-bottom: 5px;}
    .service .item .con .t p { font-size: 15px; }
    .service .item .con .c { padding-bottom: 25px; background: url(../images/icon06.png) no-repeat -55px bottom; }
    .service .iconBox { margin-top: 30px; padding: 0; }
    .service .iconBox ul { margin: 0 -5px; }
    .service .iconBox ul li { width: 33.33%; padding: 0 5px; }
    .service .iconBox ul li ol { padding:20px 15px 10px; border-radius: 15px;}
    .service .iconBox ul li ol dl { padding-bottom: 55%; }
    .service .iconBox ul li ol h3 {font-size: 14px; margin-top: 16px; }

    .join { padding: 45px 0 60px; }
    .join .title{ margin-bottom: 0;}
    .join .reason { padding-top: 50px; }
    .join .team { padding-top: 50px; }
    .join .life { padding-top: 50px; }
    .join .contact { padding-top: 50px; }
    .join .iconBox {padding: 0; margin: 0; }
    .join .iconBox ul { margin: 0 -5px;}
    .join .iconBox ul li{ width: 33.33%; padding: 0 5px;}
    .join .iconBox ul li ol{ padding:20px 15px 10px;  border-radius: 15px;}
    .join .iconBox ul li ol dl { padding-bottom: 55%; }
    .join .iconBox ul li ol h3 { height: 40px; font-size: 14px; margin-top: 16px; }

    .join .team .box{ display: block;}
    .join .jobList{ width: 100%;  margin-bottom: 10px;}
    .join .jobList ul { height: 270px; margin-top: -10px;margin-right: -10px;}
    .join .jobList ul li { padding-right: 10px; margin-top: 10px; }
    .join .jobList ul li:nth-child(1) ol { height: 255px; }
    .join .jobList ul li ol{ border-radius: 20px;}
    .join .jobList ul li ol h3{ font-size: 15px;}
    .join .jobList ul li ol i img{ height: 25px;}
    .join .textBox{ width: 100%; border-radius: 20px;padding: 25px 20px;margin-left: 0;}
    .join .textBox .t{ font-size: 22px; margin-bottom: 15px;}
    .join .textBox .l { font-size: 14px; background-size: 6px auto;padding-right: 12px;}

    .join .contact .box ul li{ width: 100% !important;}
    .join .contact .box ul li { padding: 20px 15px; margin-bottom: 10px; border-radius: 15px;}
    .join .contact .box ul li .t { font-size: 17px; margin-bottom: 7px; }
    .join .contact .box ul li .c { font-size: 13px; }

    .footer { padding: 30px 0; }
    .footer .wrap{ padding: 0 15px; border-bottom:none;}
    .footer .logo { height: 20px; margin-bottom: 10px;}
    .footer .fcontact .t span{ font-size: 16px;}
    .footer .fcontact .c{ font-size: 12px; line-height: 1.6;}
    .footer .fnav{display: none;}
    .footer .share { margin-bottom: 20px; }
    .footer .share ul li{ margin: 0 5px;}
    .footer .share ul li img{height: 18px;}
    .footer .ewm{ width: 80px; margin: 0 auto;}

    /*===/分页=============================*/
    .fenye li {display:inline-block!important; line-height: 22px;}
    .fenye a { min-width: 30px; font-size: 13px; color:#333;padding:4px 8px; border:solid 1px #cccccc;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
    .fenye .active {pointer-events:none}
    .fenye .active,.fenye a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .blank-large{height:80px;line-height:80px;clear:both;font-size:0}
    .fenye li.active a,.fenye li a:hover{background: #e60012; color: #fff;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon .off { width: 16px; height: 16px; right: 4px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}