@charset "utf-8";
/* =====================内页样式======================== */
/* 视频弹窗 */
.popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;padding: 34px 34px 0;opacity: 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('../fonts/closew.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun {0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;margin-top: 60px;user-select: none;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 38px;height: 38px;line-height: 36px;border: 1px solid #e1e1e1;margin: 4px;font-size: 14px;color: #555;transition: all .4s ease;border-radius: 3px;background-color: #fff;}
.paging-menu a:first-child, .paging-menu a:last-child{width: 68px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #00479d;background-color: #00479d;color: #fff;}
.paging-skip{margin-left: 8px;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #00479d;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #00479d;color: #fff;border-color: #00479d;}
.paging-hint span{color: #00479d;}
@media all and (max-width:1599px) {.paging{margin-top: 50px;}}
@media all and (max-width:1279px) {.paging{margin-top: 44px;}}
@media all and (max-width:1000px) {.paging{margin-top: 36px;}.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #00479d;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border-bottom: 1px solid #f0f0f2;}
.search-link h2{color: #333;line-height: 1.1;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #00479d !important;}
.search-link:hover h2{color: #00479d;}
@media all and (max-width:1000px) {.search-link{padding: 22px 0;}.search-list{margin-top: 10px;}}
/* 关于我们 */
.abBan{position: relative;width: 100%;height: 250vh;}
.abBan-sticky {width: 100%;top: 0;left: 0;position: sticky;overflow: hidden;}
.abBan .banner{height: 100vh;width: 100%;position: relative;}
.abBan-logo{position: absolute;z-index: 2;width: 100%;height: 90vh;top: 0;left: 0;transform: scale(2.4);opacity: 0;}
.abBan-logo::after{content: "";position: absolute;left: 0;bottom: -150px;width: 100%;height: 200px;background: #fff;z-index: -1;}
.abBan-logo img{height: 100%;width: 100%;}
.abBan-logo .mb{display: none;}
.abBan-text{width: 100%;opacity: 0;position: absolute;z-index: 4;justify-content: center;left: 0;top: 50vh;color: #444;transition: all .4s ease;}
.abBan-text:after{content: "";height: 0;clear: both;overflow: hidden;display: block;visibility: hidden;} 
.abBan-text.active{opacity: 1;}
.abBan-text.active .abBan-title,.abBan-text.active .text{opacity: 1; transform: translateY(0);}
.abBan-bg{position: absolute;left: 0;top: 0;width: 600px;z-index: 4;opacity: 0;}
.abBan .contain-1100{position: absolute;z-index: 10;text-align: center;left: 50%;transform: translateX(-50%);top: 60%;}
.abBan-title{font-family: "LTBold"; opacity: 0; position: relative;transition: all .8s ease .2s; transform: translateY(100px);}
.abBan-title .title{ text-transform: uppercase; line-height: 1;color: #232b37;position: relative;z-index: 2; text-align:center;}
.abBan-title .title-bg{font-size: 100px;color: rgba(35, 43, 55, .1);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.abBan-text .text{font-family: "LTM"; opacity: 0; transition: all 1s ease .4s; color: #333;transform: translateY(100px);}
.abBan-text p{line-height: inherit;}
.abDelvelop{overflow: hidden; position: relative; background: url('../images/develop-bg.jpg') no-repeat center/100% 100%;}
.abDel-bg-circle{position: absolute;left: 6%;top: 0;width: 88%;height: 100%;animation: bgRotate 5s linear infinite;}
.abDel-bg-circle img{transition: all .4s ease;position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.abDel-title{color: #fff;text-align: center;text-transform: uppercase;font-family: "LTBold";}
.abDel-det-swp{margin-top: 170px;}
.abDel-det-swp .contain{position: relative;}
.abDel-det-prevNum,.abDel-det-nextNum{color: rgba(255, 255, 255, .5);position: absolute;top: 0;}
.abDel-det-prevNum{left: 0;}
.abDel-det-nextNum{right: 0;}
.abDel-det-slide{width: 80%;min-height: 300px;padding-bottom: 40px; margin: 0 auto;color: #fff;transform: translateY(100%);transition: all .8s ease;}
.swiper-slide-active .abDel-det-slide{transform: translateY(0);}
.abDel-det-slide .title{line-height: 1;font-family: "LTBold";}
.abDel-det-slide .text{padding-left: 40px;flex: 1;}
.abDel-tab-swp{position: relative;}
.abDel-tab-swp .contain-1400{position: relative;}
.abDel-tab-swp .contain-1400::after{content: "";position: absolute;left: 0;top: 12px;background: rgba(255, 255, 255, .2);width: 100%;height: 1px;}
.abDel-tab-slide{text-align: center;position: relative;z-index: 2;cursor: pointer;}
.abDel-tab-text{font-family: "LTBold"; color: rgba(255, 255, 255, .3);margin-top: 15px;transition: all .4s ease;}
.abDel-tab-line{transition: all .6s ease; position: absolute;left: 0;top: 12px;background: #fff;height: 1px;width: calc(100% / 8);}
.abDel-tab-spot{transform: translateX(50%); position: absolute;bottom: 15px;width: 25px;height: 32px;background: url('../images/develop-pagination.png') no-repeat center/100% auto;}
.abDel-tab-prev,.abDel-tab-next{cursor: pointer; position: absolute;top: -3px;width: 20px;height: 30px;}
.abDel-tab-prev{left: -25px;}
.abDel-tab-next{right: -25px;}
.abDel-tab-prev::after,.abDel-tab-next::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 12px;height: 20px;}
.abDel-tab-prev::after{background: url('../images/abdel-tab-prev.png') no-repeat center/100% auto;}
.abDel-tab-next::after{background: url('../images/abdel-tab-next.png') no-repeat center/100% auto;}
.swiper-slide.active .abDel-tab-text{color: #fff;}
.abTitle .title{color: #232b37;text-transform: uppercase;line-height: 64px;width: 90%;font-family: "LTBold";}
.abTitle .text{color: #80888f;width: 90%;font-family: "LTBook";}
.abCulture-list{position: relative;}
.abCulture-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abCulture-bg img{width: 100%;height: 100%;}
.abCulture-list ul{position: relative;z-index: 2;width: 100%;}
.abCulture-list li{position: relative;width: 33.3333%;height: 600px;padding-top: 240px;text-align: center;border-left: 1px solid rgba(255, 255, 255, .2);}
.abCulture-list li:first-child{border: unset;}
.abCulture-list li::after{content: "";position: absolute;left: -1px;bottom: 0;width: 1px;height: 0;background: #fff;transition: all .4s ease 0s;}
.abCulture-list li::before{content: "";position: absolute;right: 0px;top: 0;width: 1px;height: 0;background: #fff;transition: all .4s ease 0s;}
.abCulture-list li:hover::after{bottom: auto;top: 0;height: 100%;transition: all 1s ease ;}
.abCulture-list li:hover::before{top: auto;bottom: 0;height: 100%;transition: all 1s ease;}
.abCulture-list li:hover .abCulture-list-text{opacity: 1;transform: translateY();}
.abCulture-icon{transition: all .6s ease; max-width: 90px;height: 85px;margin: 0 auto;}
.abCulture-list-title{color: #fff;text-align: center;font-family: "LTM";}
.abCulture-list-text{color: #fff;margin: 0 auto;width: 80%;opacity: 0;transition: all .6s ease .1s;transform: translateY(20px);}
.abCulture-list-box{transition: all .6s ease;}
.abCulture-list li:hover .abCulture-list-box{transform: translateY(-50px);}
.abHonor{position: relative;background: #f8f9fa;}
.abHonor-bg{position: absolute;right: 0;bottom: 0;transform: translate(20%,42%);z-index: 11;}
.abHonor-swp,.abHonor .abTitle{position: relative;z-index: 12;}
.abHonor-slide{height: 260px; position: relative; background: #00479d;padding: 40px 0 40px 50px;border-bottom-right-radius: 50px;}
.abHonor-slide::after{transition: all .4s ease; content: "";position: absolute;right: 10px;bottom: 0;width: 180px;height: 160px;background: url('../images/abhonor-slide-bg.png') no-repeat center/100% auto;}
.abHonor-title{font-family: "LTBold"; color: #232b37; color: rgba(255, 255, 255, .2);position: relative;z-index: 5;}
.abHonor-text{font-family: "LTBold"; height: 60px; color: #80888f; color: #fff;position: relative;z-index: 5;width: 95%;}
.abHonor-more{font-family: "LTM"; transition: all .4s ease; border: 2px solid transparent;  border-radius: 20px; display: block;width: 125px;height: 40px;display: flex;align-items: center;justify-content: center; color: #00479d;background: #fff;text-align: center;position: relative;z-index: 5;}
.abHonor-more:hover{background: #00479d;color: #fff;border-color: #fff;}

.abHonor-more2{font-family: "LTM"; transition: all .4s ease; border: 2px solid #00479d;  border-radius: 20px; display: block;width: 125px;height: 40px;display: flex;align-items: center;justify-content: center; color: #00479d;background: #fff;text-align: center;position: relative;z-index: 5;}
.abHonor-more2:hover{background: #00479d;color: #fff;border-color: #fff;}
.abHonor-slide:hover::after{transform: scale(1.1);}
.abHonor-scrollbar{position: absolute;left: 0;bottom: 0px;width: 100%;height: 2px;background: #ededed;}
.abHonor-scrollbar .swiper-scrollbar-drag{cursor: pointer; width: 45px;height: 45px;margin-top: -22px; border-radius: 50%;border: 1px solid #00479d;background: #fff;}
.abHonor-scrollbar .swiper-scrollbar-drag::after{transition: all .4s ease; content: "";border: 10px solid transparent;border-top-color:#00479d;width: 8px;height: 10px;transform:translateY(-50%) rotate(-90deg);position: absolute;right: -25px;top: 50%;}
.abHonor-scrollbar .swiper-scrollbar-drag::before{transition: all .4s ease; content: "";border: 10px solid transparent;border-top-color:#00479d;width: 8px;height: 10px;transform:translateY(-50%) rotate(90deg);position: absolute;left: -25px;top: 50%;}
.abHonor-scrollbar .swiper-scrollbar-drag:hover::after{transform:translate(5px,-50%) rotate(-90deg);}
.abHonor-scrollbar .swiper-scrollbar-drag:hover::before{transform:translate(-5px,-50%) rotate(90deg);}
.abDuty{position: relative;padding-bottom: 250px;}
.abDuty .contain-1400{position: relative;z-index: 2;}
.abDuty-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.abDuty-bg img{width: 100%;height: 100%;}
.abDuty-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);}
.abDuty .abTitle .title,.abDuty .abTitle .text,.abDuty-list{color: #fff;width: 65%;}
.abDuty-list li{padding-left: 30px;color: #fff;position: relative; margin-bottom:20px;}
.abDuty-list li::after{content: "";position: absolute;left: 0; top: 10px;width: 11px;height: 16px;background: url('../images/banner-pagination.png') no-repeat center/100% auto;}

.aboutwh{background: #fff url(../images/valbg.jpg) center;}
.sonTitle{text-align: center; color:#232b37;}
.aboutwh-tabs{width: 100%;user-select: none;max-width: 1200px;margin-left: auto;margin-right: auto;position: relative;height: 674px;display: flex;align-items: center;justify-content: center}
.aboutwh-content{width: 700px;background: #fff;height: 370px;padding: 30px 60px 0;border-radius: 50px;box-shadow: 0 0 20px 4px rgba(0, 0, 0, .15);position: relative;z-index: 2;}
.aboutwh-content .swiper-pagination{display: none;}
.aboutwh-content-mix{width: 100%;}
.aboutwh-content-icon{width: 152px;padding-right: 24px;}
.aboutwh-content-icon img{max-width: 100%;}
.aboutwh-content-cont{width: calc(100% - 152px);padding-top: 20px;}
.aboutwh-content-cont .title{color: #333;line-height: 1.1;}
.aboutwh-content-cont .text{margin-top: 24px;padding-top: 28px;border-top: 1px solid #dcdcdc;color: #333;}
.aboutwh-click{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
.aboutwh-click li{position: absolute;cursor: pointer;color: #fff;align-items: center;justify-content: center;width: 210px;height: 210px;border-radius: 50px;transition: all .6s ease;}
.aboutwh-click li.sm{background: #00479d;left: 90px;top: 0;}
.aboutwh-click li.yj{background: #030303;right: 90px;top: 0;}
.aboutwh-click li.hx{background: #909193;left: 90px;bottom: 0;}
.aboutwh-click li.xc{background: #00b0ec;right: 90px;bottom: 0;}
.aboutwh-block{position: absolute;width: 210px;height: 210px;right: 90px;bottom: 0;transition: all .6s ease;display: none;}
.aboutwh-block img{width: 100%;object-fit: cover;}
.aboutwh-click li.sm.active{left: 0;border-bottom-right-radius: 0px;}
.aboutwh-click li.yj.active{right: 0;border-bottom-left-radius: 0px;}
.aboutwh-click li.hx.active{left: 0;border-top-right-radius: 0px;}
.aboutwh-click li.xc.active{right: 0;border-top-left-radius: 0px;}
.aboutwh-block.active{right: 30%;}

@keyframes bgRotate{100%{transform: rotate(360deg);}}
/* 产品中心 */
.proBan{position: relative;}
.proBan-bg img{width: 100%;height: 600px;}
.proBan-text{color: #fff; position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proBan-text .contain-1400{display: flex;flex-direction: column;justify-content: center;height: 100%;}
.proBan-text .title,.proBan-text .text{width: 50%;}
.proBan-text .title{font-family: "LTBold"; line-height: 1.1;text-transform: uppercase;animation: banText 1.5s ease;}
.proBan-text .title span{transform: translateY(-20px);display: inline-block;}
.proBan-text .text{opacity: 0; animation: banText 1.5s ease .4s forwards;font-family: "LTBook";}
.pro-text{margin: 0 auto;width: 60%;color: #80888f;text-align: center;}
.proDet{padding-right: 160px;position: relative;justify-content: space-between;align-items: flex-end;}
.proDet-img{position: relative;width: 75%;}
.proDet-img img{width: 100%;}
.proDet-text{position: absolute;right: 0;top: 60px;width: 410px;transform: translateX(55%);}
.proDet-title-small{text-transform: uppercase; display: inline-block; position: relative;letter-spacing: 3px;padding-left: 75px;color: #80888f;}
.proDet-title-small::before{content: "";width: 50px;height: 1px;background: #80888f;position: absolute;left: 0;top: 50%;}
.proDet-title-small::after{content: "";width: 11px;height: 15px;position: absolute;right: -25px;top: -10px;background: url('../images/banner-paginationa.png') no-repeat center/100%;}
.proDet-title{font-family: "LTBold"; text-transform: uppercase; line-height: 1.1; color: #232b37;}
.proDet-more{overflow: hidden; position: relative; width: 125px;height: 125px;background: #00479d;display: flex;align-items: center;justify-content: center; cursor: pointer;}
.proDet-more p{ display: block; position: relative;z-index: 2;color: #fff;transition: all .4s ease;}
.proDet-more::after{content: "";position: absolute;transition: all .8s ease; left: 0;top: 0;transform: translateX(-100%); width: 100%;height: 100%;background: #fff;}
.proDet-more p::before{transition: all .4s ease .2s; content: "";position: absolute;left: 4%;bottom: -2px;width: 0;height: 2px;background: #fff;}
.proDet-more:hover::after{transform: translateX(100%);}
.proDet-more:hover p::before{width: 95%;transition: all .4s ease .5s;}
.proItem:nth-child(even) .proDet{flex-direction: row-reverse;padding-right: 0;background: linear-gradient(to right,#59d8f4,#036aff);padding: 120px 0 120px 160px;}
.proItem:nth-child(even) .proDet-text{right: auto;left: 0;transform: translateX(-55%);}
.proItem:nth-child(even) .proDet-title,.proItem:nth-child(even) .proDet-title-small{color: #fff;}
.proItem:nth-child(even) .proDet-title-small::before{background: #fff;}
.proItem:nth-child(even) .proDet-title-small::after{background-image: url('../images/banner-pagination.png');}
.proItem:nth-child(even) .proDet-more::after{background: #4cc8f5;}
/* 弹窗 */
.proPopup{position: fixed;right: 0;top: 0;width: 41%;z-index: 999999;background: #fff;transform: translateX(100%);transition: all .6s ease;}
.proPopup.active{transform: translateX(0);}
.proPopup-header{height: 80px;background: #00479d;padding-left: 50px;align-items: center;}
.proPopup-btn{transition: all .4s ease; cursor: pointer; border-radius: 50%; width: 30px;height: 30px;display: flex;align-items: center;justify-content: center; border: 2px solid #fff;}
.proPopup-btn:hover{transform: scale(.9);}
.proPopup-btn img{width: 40%;margin-right: 3px;}
.proPopup-title{color: #fff;margin-left: 10px;font-family: "LTM";letter-spacing: 1px;}
.proPopup .proDet-text{position: relative;right: auto;top: auto;width:80%;transform: unset;padding-left:50px;;}
.proPopup-table{padding:0 5px 0  50px;margin-right: 50px; height: 67.5vh;overflow-y: auto;}
.proPopup-table::-webkit-scrollbar{width: 5px;height: 6px;cursor: pointer;}
.proPopup-table::-webkit-scrollbar-track {background: #f7f7f7;border-radius: 5px;}
.proPopup-table::-webkit-scrollbar-thumb{background: #00479d;border-radius: 5px;}
.proPopup-table table{width: 100%;}
.proPopup-table tr{height: 40px;background: #ebeef4;color: #80888f;text-align: center;}
.proPopup-table tr:nth-child(even){background: #fff;}
.proPopup-table tr:first-child{color: #232b37;font-size: 16px;font-weight: 700;}
.proPopup-table td:first-child,.proPopup-table td:nth-child(3){text-align: center;width: 110px;}
/* 品质安全管理 */
.quaHouse-con{position: relative;}
.quaHouse-text .title{font-family: "LTBold"; width: 55%;color: #232b37;line-height: 1.1;text-transform: uppercase;}
.quaHouse-text .text{width: 50%;color: #80888f;font-family: "LTBook";}
.quaHouse-img{position: absolute;right: 0;top: 0;width: 45%;height: 140%;}
.quaHouse-img img{width: 100%;height: 100%;}
.quaHouse-list{background: #f8f9fa;}
.quaHouse-list ul{justify-content: space-between;position: relative;z-index: 3;}
.quaHouse-list ul::after{content: "";width: 32%;}
.quaHouse-list li{overflow: hidden;width: 32%;background: #fff;text-align: center;position: relative;padding: 30px 10px 15px;}
.quaHouse-list-bg{width: 65%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); height: 100%;background: url('../images/quahouse-list-bg.png') no-repeat center/100% auto;}
.quaHouse-list-icon{position: relative;z-index: 2;height: 310px;display: flex;align-items: center;justify-content: center;}
.quaHouse-list-icon img{transition: all .6s ease;}
.quaHouse-list li:hover .quaHouse-list-icon img{transform: scale(1.1);}
.quaHouse-list-text{color: #80888f;margin-top: 20px;position: relative;z-index: 2;}
.qua-material{position: relative;}
.qua-material-bg img{width: 100%;min-height: 500px;}
.qua-material-text{position: absolute;left: 0;top: 0;width: 100%;color: #fff; height: 100%;display: flex;flex-direction: column;justify-content: center;}
.qua-material-text .title{line-height: 1.1;text-transform: uppercase;}
.qua-material-text .title{width: 60%;font-family: "LTBold";}
.qua-material-text .text{width: 60%;font-family: "LTBook";}

/* 关于我们 */
.abojs{width: 100%;padding: 80px 0 120px; position:relative;}
.abojs-contain{width: 1240px;margin: 0 auto;}
.abojs .pubTitle i{margin-bottom: 42px;}
.abojs .pubTitle p{margin-top: 20px;text-align: left;font-size: 18px;color: #333;line-height: 32px;}
.abojs-icon{width: 100%;}
.abojs-icon li{width: 25%;float: left;text-align: center;margin-top: 72px;}
.abojs-icon h6, .abojs-icon h1{height: 80px;line-height: 78px;}
.abojs-icon h6 img, .abojs-icon h1 img{max-height: 100%;}
.abojs-icon p{font-size: 16px;color: #333;margin-top: 34px;}
.abolj{width: 100%;overflow: hidden;}
.abolj-wd{width: 50%;float: left;color: #fff;height: 500px;background: #00479d;padding: 110px 128px 0 170px;}
.abolj-wd h6, .abolj-wd h1{font-size: 32px;padding-bottom: 20px;}
.abolj-wd p{font-size: 15px;line-height: 26px;margin-top: 28px;}
.abolj-img{width: 50%;float: left;}
.abolj-img img{width: 100%;height: 500px;object-fit: cover;}
.pubTitle{width: 100%;text-align: center;}
.pubTitle h6, .pubTitle h1{font-size: 40px;color: #333;}
.pubTitle i {width: 80px;height: 4px; margin:0 auto; margin-top:20px; margin-bottom:20px;
    position: relative; display:block; }
.pubTitle i::before, .pubTitle i::after {
    content: '';
    display: block;
    width: 80px;height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.pubTitle i::before{ width:30%; background: #00b0ec; z-index:2;}
.pubTitle i::after{width:100%;background: #00479d;}
.pubTitle p{font-size: 14px;color: #999;line-height: 24px;}
.pubTitle-white h6, .pubTitle-white h1{color: #fff;}
.pubTitle-white i{background: #fff;}
.pubTitle-white p{color: #fff;}
/* 联系我们 */
.contact-con{padding-left: 160px;justify-content: space-between;}
.contact-text{width: 40%;}
.contact-map{width: 55%;}
.contMode-title{color: #232b37;font-family: "LTBold";}
.contMode-list li{width: 100%; border-top: 1px solid #e5e8eb;border-bottom: 1px solid #e5e8eb;align-items: center;}
.contMode-list li:last-child{border-top: unset;}
.contMode-list li:nth-child(-n+4){width: 50%;}
.contMode-icon{width: 42px;height: 42px;align-items: center;justify-content: center;border: 2px solid #00479d;border-radius: 50%;}
.contMode-text{width: calc(100% - 42px); padding-left: 10px;}
.contMode-text .title{color: #80888f;}
.contMode-text .text{color: #232b37;font-family: "LTBold";}
.contTable .title{color: #232b37;font-family: "LTBold";}
.contInput{justify-content: space-between;}
.contInput input,.contInput textarea{padding-left: 15px; width: 49%;height: 50px;border-radius: 5px;border: 1px solid #e5e8eb;background: #f8f9fa;margin-top: 10px;}
.contInput textarea{width: 100%;height: 120px;padding-top: 15px;}
.contInput input::-webkit-input-placeholder,.contInput textarea::-webkit-input-placeholder{font-size: 16px;color: #80888f;display: none;}
.contCode{margin-top: 10px;width: 100%;}
.contCode input{width: 30%;float: left;margin-top: 0;}
.contCode-img{cursor: pointer; width: 20%;height: 50px; float: left;margin-left: 10px;border-radius: 5px;border: 1px solid #e5e8eb;} 
.contCode-img img{height: 100%;width: 100%;}
.contCode button{cursor: pointer;transition: all .4s ease; float: right;width: 25%;height: 50px;border-radius: 40px;align-items: center;justify-content: center;background: #00479d;color: #fff;}
.contCode button:hover{background: #0a4bcd;}
#container {width: 100%;height: 100%;}

.caselb{width: 100%;padding: 16px 0 120px;}
.caselb-list{width: 100%;}
.caselb-list ul{margin-left: -2%;}
.caselb-list li{width: 31.3333%;float: left;margin-left: 2%;margin-top: 48px;}
.caselb-list li a{display: block;width: 100%;}
.caselb-img{width: 100%;overflow: hidden;height: auto !important;}
.caselb-img img{width: 100%;height: 100%;object-fit: cover;transition: all .8s ease-in-out;}
.caselb-wd{width: 100%;padding-top: 34px;}
.caselb-wd span{display: block;font-size: 14px;color: #999;}
.caselb-wd h6, .caselb-wd h1{font-size: 22px;color: #333;line-height: 26px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin: 16px 0 32px;transition: all .4s ease;}
.caselb-list li a:hover .caselb-img img{transform: scale(1.04);}
.caselb-list li a:hover .caselb-wd h6{color: #00479d;}
.caselb-list li a:hover .caselb-wd h1{color: #00479d;}
.caselb-list li a:hover .toLink {color: #00479d;background-image: url('../images/indArrH.png');}
.caselb-list li a:hover .toLink:after {width: 100%;right: auto;left: 0;}

.toLink{display: inline-block;position: relative;font-size: 14px;color: #666;font-family: 'GothamBook';text-transform: uppercase;padding-right: 22px;background: url('../images/indArr.png') no-repeat right top 7px;transition: all .4s ease;}
.toLink:after{content: "";position: absolute;right: 0;bottom: -2px;width: 0;height: 1px;background: #00479d;transition: all .6s ease;}
.toLink:hover:after{width: 100%;right: auto;left: 0;}
.toLink:hover{color: #00479d;background-image: url('../images/indArrH.png');}
.toLink-white{color: #fff !important;background-image: url('../images/indArrW.png') !important;}
.toLink-white:after{background: #fff !important;}

.serfw{width: 100%;padding: 50px 0;overflow: hidden;position:relative;}
.serfw-wdimg{width: 100%;margin-top: 48px;}
.serfw-wd{width: 53.5%;float: left;padding: 0 100px 0 0px;}
.serfw-wd h5, .serfw-wd h2{font-size: 40px;color: #333;margin-top: 60px;}
.serfw-wd h6, .serfw-wd h1{font-size: 20px;color: #333;margin: 24px 0 42px;}
.serfw-wd p{font-size: 15px;color: #333;line-height: 28px;}
.serfw-wd a{display: block;width: 145px;height: 40px;line-height: 40px;margin-top: 64px;background: #00479d;border-radius: 6px;font-size: 16px;color: #fff;text-align: center;}
.serfw-img{width: 46.5%;float: right;}
.serfw-img img{width: 100%;object-fit: cover;}

/*产品详细 模版*/
img {max-width: 100%;max-height:100%;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.opacity0{filter:alpha(Opacity=0);-moz-opacity:0;opacity:0;}
.no-touch { height:100%;}
.no-touch body{ overflow:hidden;height:100%;}
.pcshow { display:block;}
.mbshow { display:none!important;}
.ipshow {display: none!important;}
.relative {position: relative;}
.table {display: table;width: 100%;height: 100%;}
.table-cell {display: table-cell;vertical-align: middle;}
.fullscreen,.fullscreen body {height: 100%;overflow: hidden}
.display-block {display: block!important;}
.height-auto {height: auto!important;}
.hide {display: none;opacity: 0;width: 0px;height: 0px;z-index: -1;overflow: hidden;}
.content {width:75%;margin: auto;}
.dblockw100hauto{display:block;width: 100%;height:auto;}
.mark-nav-bg {width: 100%;height: 100%;position:fixed;left: 0;top: 0;z-index: 100;background: #000;opacity: .5;display: none;}
.mark-nav-bg.cur {display: block;}
.detail-template {position: relative; background:url(../images/ag2.jpg) no-repeat center; height:900px;}
.detail-template.pro2{ background:url(../images/bg2.jpg) no-repeat center;}
.detail-template.pro3{ background:url(../images/bg3.jpg) no-repeat center; height:700px;}
.detail-template.pro4{ background:url(../images/bg4.jpg) no-repeat center top; height:700px;}
.pro2 .baise .text{ line-height:30px;}
.detail-template .img{position: relative;}
.detail-template .img img {display: block;width: 100%;height: auto;}
.detail-template .left{width: 45%;height: 100%;position: relative;left: 10%;z-index: 10;}
.detail-template .center {width: 100%;height: 100%;position: absolute;top: 0;left:0;z-index: 10;text-align: center;}
.detail-template .center.top10 {top: 10%;}
.detail-template .center.top10 .table,.detail-template .center.top10 .table-cell {display: block;}
.detail-template .center .title .line {margin: 25px auto;}
.detail-template .center .title.mtop13 {margin-top: 13%;}
.detail-template .center .title.mtop10 {margin-top: 10%;}
.detail-template .center .title.mtop7 {margin-top: 7%;}
.detail-template .center .title.mtop5 {margin-top: 5%;}
.detail-template .right{width: 35%;height: 100%;position: relative;top: 0;right: 10%;z-index: 10;}
.detail-template .text{position: relative;font-size: 16px;line-height: 28px;color: #666666;}
.detail-template .text.text18 {font-size: 18px;line-height: 32px;}
.detail-template .width-main {width: 800px;margin: auto;}
.detail-template .picmain {margin-top: 30px;}
.detail-template .left .title.mtop13 {margin-top: 70px;}
.detail-template .title h2 {margin: 0;font-size: 60px; color:#000; font-weight:bold;}
.detail-template .title h3 {margin: 0;font-size: 48px;color:#000; font-weight:bold;}
.detail-template .title .line {width: 80px;height: 4px;margin: 25px 0; 
    position: relative; }
.detail-template .title .line::before, .detail-template .title .line::after {
    content: '';
    display: block;
    width: 80px;height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.detail-template .title .line::before{ width:30%; background: #00b0ec; z-index:2;}
.detail-template .title .line::after{width:100%;background: #00479d;}
.detail-template .baise h3,.detail-template .baise h2{color: #fff;}
.detail-template .title h4 {margin: 0;font-size: 24px;color: #00bf86;}
.detail-template .baise .text{color: #b9babc;}

.detail-template .img .product-left-pic1 {position: absolute;bottom:0;left:0;z-index: 9;text-align:left;}
.detail-template .img .product-right-pic1 {width:700px;height:auto;position: absolute;bottom:5%;right: 10%;z-index: 9;text-align: center;}
.product-right-pic1{-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease; }
.product-right-pic1:hover{ transform: scale(1.05) translateY(-10px);}
.detail-template .img .product-right-pic2 {position: absolute;bottom:0;right:0;z-index: 9;text-align: right;}
.detail-template .img .product-right-pic2 img,.detail-template .img .product-left-pic1 img {display: inline-block;width: auto;height: auto;}
.detail-template .img .product-right-img1 {width:650px;height:auto;position: absolute;bottom:10%;right: 10%;z-index: 9;text-align: right;}
.detail-template .img .product-right-img1 img,.detail-template .img .product-right-pic1 img{display: inline-block;width: auto;height: auto;}
.detail-template .img .right-img1 {width:650px;height:auto;position: absolute;top:21%;right: 10%;z-index: 9;text-align: center;}
.detail-template .img .right-img1 img,.detail-template .img .right-img2 img,.detail-template .img .right-ycenter img{display: inline-block;width: auto;height: auto;}
.detail-template .img .right-img2 {width:800px;height:auto;position: absolute;top:19%;right: 10%;z-index: 9;text-align: center;}
.detail-template .img .center-bottom-img1 {width:100%;height:auto;position: absolute;bottom:0;left:0;z-index: 9;text-align: center;}
.detail-template .img .right-ycenter {width:800px;height:100%;position: absolute;top:0;right: 5%;z-index: 9;text-align: center;}
.detail-template .img .t25{top:25%;}
.detail-template .img .b0{bottom:0;}
.detail-template .img .b-5{bottom:-5%;}
.detail-template .img .b-13{bottom:-13%;}
.detail-template .img .b-15{bottom:-15%;}
.detail-template .img .b-20{bottom:-20%;}
.detail-template .img .b-26{bottom:-26%;}
.detail-template .pimg1 {margin-top: 50px;}
.detail-template .datepic {margin-top: 30px;}


.detail-template .product-left {width:40%;height:auto;position: absolute;top:15%;left: 7%;z-index: 9;text-align: center;}
.detail-template .product-left.ycenter {height:100%;top:0;}
.detail-template .product-left .img img{display: inline-block;width: auto;height: auto;}
.detail-template .table-right  {width:34%;height:auto;position: absolute;top:15%;right: 13%;z-index: 9;}
.detail-template .table-right.top10{top:10%;}
.detail-template .table-right.ycenter {height:100%;top:0;}
.detail-template .table-right .biaoti1 {color: #fff;font-size: 30px;font-weight: bold;}
.table-parameter {padding-top: 10px; overflow: hidden;}
.table-parameter-nav {padding: 20px 0;overflow: hidden;}
.table-parameter-nav.num4 a{width:23%;}
.table-parameter-nav.num4 a:nth-child(3),.table-parameter-nav.num4 a:nth-child(6),.table-parameter-nav.num4 a:nth-child(9) {margin:0 1% 1% 0;}
.table-parameter-nav a{font-size: 14px;color: #939393;width:31.88%;border-radius: 100px;border: 1px solid #353434;height: 40px;line-height:40px;text-align: center;display: inline-block;margin:0 1% 1% 0;}
.table-parameter-nav a.cur{color: #fff;border: 1px solid #fff;}
.table-parameter-nav a:hover {color: #fff;}
.table-parameter-nav a:nth-child(3),.table-parameter-nav a:nth-child(6),.table-parameter-nav a:nth-child(9) {margin:0 0px 1% 0;}
.table-parameter-list {border-top: 2px solid #323131;overflow: hidden;}
.parameter-li {overflow: hidden;position: relative;}
.parameter-li li{list-style: none;width: 40%;padding:20px 0;overflow: hidden; font-size: 14px;line-height: 24px; color: #fff;display: block;float: left;border-bottom: 1px solid #323131;margin-right:10%;}
.parameter-li h4 {display: block;margin: 0;color: #fff;border-bottom: 1px solid #323131;padding:20px 0;font-size: 14px;width: 90%;clear: both;overflow: hidden;}
.parameter-li h4:first-child {padding:0px 0 20px 0;}
.scrollh {overflow: auto;height: 550px;margin-top:30px;}
.scrollh::-webkit-scrollbar{height:4px; width:2px;background:rgba(255,255,255,.2)}


.icontxt5 {margin: 20px 0;overflow: hidden;}
.icontxt5 h4{font-size: 18px;padding-bottom: 10px;font-weight:bold; margin:20px 0; color:#000;}
.icontxt5 li{position: relative;list-style: none;text-align: center;float: left;padding:0 2%; margin-bottom:4%;}
.icontxt5 li::after {content: '';display: block;width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #d9dce1;}
.icontxt5 li:last-child::after {display: none;}
.icontxt5 li i{display: block;width:80px;height: 50px;margin: auto; -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease; cursor:pointer;}
.icontxt5 li:hover i{transform: scale(1.02) translateY(-5px);}
.icontxt5 li span{display: block;font-size: 16px;color: #666666;}
.detail-template .left.baise .icontxt5 li::after {opacity: .2;}
.detail-template .left.baise .icontxt5 li span{color: #999;}
.detail-template .center.baise .icontxt5 li {float: none;display: inline-block;padding:0 2%;}
.detail-template .center.baise .icontxt5 li:nth-child(2){padding:0 2% ;}
.detail-template .center.baise .icontxt5 li::after {opacity: .2;}
.detail-template .center.baise .icontxt5 li span{font-size: 14px;color: #98999a;}
.icontxt5.heise li::after {background: #000;opacity: .1;}
.mtb40 {margin: 40px 0;}
.pt10 {padding-top: 10px;}
.pt0 {padding-top: 0px;}
.textimg-swiper-pic .pic.pt0 {padding-top: 0px;}


.datetxt3 {text-align: center;margin-top: 40px;}
.datetxt3 li{position: relative;list-style: none;text-align: center;display: inline-block;padding:0;width:30%;}
.datetxt3 li::after {content: '';display: block;width: 1px;height:92%;position: absolute;right: 0;top: 5px;background: #d9dce1;}
.datetxt3 li:last-child::after {display: none;}
.datetxt3 li h4{margin:0;font-weight: normal;font-size: 30px;color: #00bf86;text-transform: uppercase;}
.datetxt3 li h4 em {font-style: normal;font-size: 14px;}
.datetxt3 li span{font-size: 15px;color: #999999;display: block;padding-top: 10px;overflow: hidden;}
.detail-template .baise .datetxt3 li::after {background: #fff;opacity: .1;}
.detail-template .left .datetxt3,.detail-template .left .datetxt3 li  {text-align: left;vertical-align: top;}
.datetxt3.num2 li {width:40%;padding-left: 5%;}
.datetxt3.num2 li:first-child {padding-left:0;}
.datetxt3.num2 li span{color: #666666;}

.icontxt4 {margin: 50px 0 0 0;overflow: hidden;text-align: left;}
.icontxt4 li{position: relative;list-style: none;float: left;width:40%;margin-bottom: 20px;}
.icontxt4 li i{display: block;width: 50px;height: 50px;margin: 0;position: relative;}
.icontxt4 li span{display: block;font-size: 14px;color: #818386;}
.icontxt4.style2 li{width:auto;padding: 0 15px;text-align: center;}
.icontxt4.style2 li:first-child{padding: 0 15px 0 0px;}
.icontxt4.style2 li i {width:auto;}
.icontxt4.style2 li span {padding-top:10px;}


.icontxt3 {margin: 50px 0 0 0;overflow: hidden;text-align: left;}
.icontxt3 li{position: relative;list-style: none;float: left;margin-bottom:40px;padding:0 5%;}
.icontxt3 li:first-child,.icontxt3 li:last-child{padding:0 5% 0 0;}
.icontxt3 li:last-child{clear: both;}
.icontxt3 li:first-child::after {content: '';display: block;width: 1px;height:92%;position: absolute;right: 0;top: 5px;background: #b8bdca;}
.icontxt3 li i{display: block;width: 50px;height: 50px;margin: 0;}
.icontxt3 li span{display: block;font-size: 14px;color: #666666;}
 
.icontxt2 {margin: 40px 0 0 0;overflow: hidden;text-align: left;}
.icontxt2 li{position: relative;list-style: none;margin:50px 0 0 0;}
.icontxt2 li i{display: block;width: 50px;height: 50px;margin: 0;}
.icontxt2 li h4 {margin:0;font-size:18px;padding-bottom: 10px;}
.icontxt2 li span{display: block;font-size: 16px;line-height: 28px; color: #666666;}

.textimg-swiper-pic {text-align: center;margin-top:50px;height: 500px; overflow: hidden;}
.textimg-swiper-pic img{display: inline-block;}
.textimg-swiper-pic .pic {padding-top: 50px;}
.textimg-swiper-pic .pic img{margin:0 10px;}
.textimg-swiper-nav {text-align: center;margin-top:0px;overflow: hidden;position: absolute;width: 100%;bottom:10%;z-index: 20;}
.textimg-swiper-nav a {display: inline-block;vertical-align: top;min-width:220px;height: 95px;position: relative;margin:10px 20px;}
.textimg-swiper-nav a::after {content: '';display: block;width: 100%;height: 3px;background: #ccc;position: absolute;bottom: 0;left: 0;}
.textimg-swiper-nav a::before {content: '';display: none;width: 100%;height:100%;border: 3px solid #000;position: absolute;bottom: 0;left: 0;z-index: 10;box-sizing: content-box;}
.textimg-swiper-nav a.cur::before{display: block;}
.textimg-swiper-nav a.cur h5 span {color: #000;}
.textimg-swiper-nav a h5 {font-weight: normal;margin: 0;position: absolute;left:0;bottom:20%;width:100%;text-align: center;} 
.textimg-swiper-nav a span{font-size: 16px;color: #666666;line-height: 28px;display:inline-block;text-align: left;}
.textimg-swiper-nav.h45px a {height: 45px;}
.textimg-swiper-nav.h45px a h5 {bottom:27%;} 
.textimg-swiper-pic.hauto {height: auto;}
.textimg-swiper-pic.h100 {height: 100%;}
.textimg-swiper-nav.h45px a::after {background: #000;opacity: .1;}
/* fonts */
.title-style h1,.title-style h3,.title-style h2,.title-style h4,.screen-7 .swiper-right .swiper-text .item .title-1 h3,.swiper-tab-title h4,.screen-7 .swiper-right .swiper-text .item .title-1 h5,.screen-9 .upper-video .title-style h2,.screen-banner-swiper .screen-banner-slide .text h1,.our-project-swiper-3 .text h4,.product-range-list .item-2 .text h3,.screen-3 .upper .bottom .item .text h4,.screen-5 .upper .left .text h4,.screen-5 .upper .bottom .left li h2,.page-banner .text h2,.page-banner .text h5,.interesting-detail-title h1,.interesting-other h2,.Contact-our-team .left .email h3,.contact-bottom .right .name h2,.contact-bottom .right .name h4,.banner-slide .txt h1,.index-products-center .bottom3 a .text h2,.index-about .about-item .left .title h2,.index-interesting .title h2,.index-interesting-list a .text h2,.item-nav .left .ntitle h3,.item-nav .cnav li a h4,.screen-1 .title-style h5,.screen-12 .swiper-right .swiper-text .item .title-1 h3,.cd-nav a,.shownav-c  ul li a,.shownav-c ul li h4,.about-ours .left .text .item h3,.core-competence .absolute .item3 .item h3,.banner-slide .txt h4,.screen-banner-swiper .screen-banner-slide .title h2,.page-banner .text h3,.Contact-our-team .left .item2 h4 a
{font-family: 'Montserrat-Extra-Bold',Microsoft Yahei,Arial;}

.screen-3 .right .text .serial-num,.header .content .right .language .icon,.evcharger-data .item li h2 strong,.evcharger-data .item li h2 span,.screen-1 .upper .item4 li h2,.screen-3 .left .item2 li h2 strong,.screen-3 .img .text *,.screen-7 .screen-7-swiper .spagination7 span,.index-about .about-item .right li h2 strong,.index-about .about-item .right li h2 span,.about-global .top .left .text .num h2 strong,.about-global .top .left .text .num h2 span,.swiper-history .swiper-history-time .year-num,.swiper-history .swiper-history-time .year-num span,.about-date .left .item h2 strong,.about-swiper-pic .swiper-slide .text .itemlist .item h4 strong,.screen-banner-swiper .screen-banner-slide .data5 li h3 strong,.evcharger-solution-banner .item4 a h2,.screen-1-2 .main .item3 li h3,.screen-1-3 .left .item3 a h3,.screen-2-2 .main .item3 li h3,.date3 li h3,.about-ours .left .text .item3 li h3,.date3 li h3 strong,.swiper-history .swiper-history-time .swiper-slide-active .year-num,.swiper-history .swiper-history-time .swiper-slide-active .year-num  span,.swiper-pagination-num #current,.investors-date .left .ld2 span,.investors-date .right li h3 strong,.investors-date .right li h3 i,.service-support .left .text strong,.date3 li span,.jingdutiao8 .item h4 strong,.item-av6 h6,.datetxt3 li h4,.es-yuanquan-img .bgtext
{font-family: 'Barlow-Bold',Microsoft Yahei,Arial;}


.swiper-history .swiper-history-time .year-num,.swiper-history .swiper-history-time .year-num span,.swiper-pagination-num,.datetxt3 li h4 em
{font-family: 'Barlow-Light',Microsoft Yahei,Arial;}



.screen-7 .swiper-right .swiper-text .item .text  strong,.screen-7 .swiper-right .swiper-text .item .text  h2,.swiper-button-bottom .snext8 h6,.swiper-button-bottom .sprev8 h6,.swiper-button-bottom .swiper-pagination.spagination8 span,.swiper-button-bottom .swiper-pagination.spagination8,.contact-section .content .left .content-way li span h5,.popup-window-content .rolling-content .rolling-h h2,.header .content .center .nav li a,input,textarea,.screen-3 .img .text h3 p,.screen-5 .upper .bottom .left li h4,.interesting-detail-turnpage a span,.download-list a .text h3,.Contact-our-team .left .email h1,.screen-12 .swiper-right .swiper-text .item .text strong,.about-date .left .item h3,.about-date .left .item h3 strong,.about-date .right .item h4 strong,.index-products-center .bottom5 .text h4,.evcharger-advantage .item4 a .text h5,.evcharger-solution-banner .item4 a h5,.pic-animation .item h5,.detail-template .title h2,.table-parameter-nav a,.product-range-list .item .text h3,.global-product-certification .gpc-content-btn a,.global-product-certification-iconbtn .gpc-content-btn a,.global-product-certification-iconbtn .content-btn a
{font-family: 'Montserrat-Bold',Microsoft Yahei,Arial;}


.title-style h5,.view-btn h5,.screen-2 .top .right .text,.screen-2 .top .right .faq-btn h6,.screen-3 .left .text,.screen-3 .right .text .txt1,.header .content .right .search .search-input,.footer .content .center .left .subscribe input::-webkit-input-placeholder,.footer .content .center .left .subscribe .subscribe-submit,.page-path a,.download-list a .text h5 span,.download-list-bottom a .text h5 span,.page-banner .text h6,.index-products-center .bottom3 a .text h6 span,.index-about .about-item .left .play span,.index-about .about-item .right li h6,.screen8-swiper-img .section-item .item a h4 strong,.about-date .left .item h4,.battery-advantage .title h4,.amc-item4 .item .text h6
{font-family: 'Montserrat-Light',Microsoft Yahei,Arial;font-weight: normal;}





.global-product-certification-iconbtn{margin-top:50px;overflow: hidden;width: 100%;background: url("../../product/Energystorage/product/30k/bg.png") center top no-repeat;padding:90px 0 50px 0;min-height: 360px;}
.global-product-certification-iconbtn .content-btn{padding-top: 40px;overflow: hidden;width: 890px;margin: auto;}
.global-product-certification-iconbtn .content-btn a{color: #435261;margin: 10px;border: 2px solid #a0b0bf;display: inline-block;vertical-align: middle;font-size: 14px;padding: 10px 30px;border-radius: 100px;}
.global-product-certification-iconbtn .content-btn a:hover {color: #c8e3ef;border: 2px solid #2778c9;background: #2778c9;}


.fcs10-main {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.fcs10-main-bottom {width: 1440px;position: absolute;left: 50%;bottom: 5%;margin-left: -700px;}
.fcs10-main-bottom li {display: block;list-style: none;padding:20px 0;float: left;width: 30%;margin-right:3.3%;margin-bottom: 1%; border-bottom: 2px solid #e5e5e6;}
.fcs10-main-bottom li i{display: inline-block;vertical-align: middle;margin-right:20px;}
.fcs10-main-bottom li h5{display: inline-block;vertical-align: middle;margin: 0;font-weight: normal;font-size: 16px;}
.fcs10-main-bottom li:nth-child(3),.fcs10-main-bottom li:nth-child(6) {margin-right: 0;}

.fcs10-main-top {width: 1440px;margin: auto;position: relative;}
.fcs-img {width: 960px;margin: auto;}
.fcs10-main-top .fcsitem3{width: 650px;height:540px;position: absolute;left: 50%;top: 50%;margin: -270px 0 0 -325px;}
.fcs10-main-top .fcsitem3 .item{position: absolute;display: block;z-index: 15;}
.fcs10-main-top .fcsitem3 .item em{display: block;width: 8px;height: 8px;background: #000;position: absolute;right: 5px;top: 13px;border-radius: 100%;opacity: .5;}

.fcs10-main-top .fcsitem3 .item em::after {content: '';display: block;width: 16px;height: 16px;position: absolute;right: -5px;top: -5px;border-radius: 100%;border: 1px solid #000;}
.fcs10-main-top .fcsitem3 .item h3{margin: 0;margin-bottom: 10px;border: 2px solid #ccc;padding: 7px 20px;;position: relative;font-size: 0;display:inline-block;overflow: hidden;}
.fcs10-main-top .fcsitem3 .item h3 i{display: inline-block;vertical-align: middle;margin-right: 10px;}
.fcs10-main-top .fcsitem3 .item h3 span{display: inline-block;vertical-align: middle;font-size: 17px;}
.fcs10-main-top .fcsitem3 .item h6{color: #666666;font-size: 15px;font-weight: normal;margin: 0;line-height: 26px;}
.fcs10-main-top .fcsitem3 .item:hover h3{border: 2px solid #000;}
.fcs10-main-top .fcsitem3 .item:hover em {opacity: 1;}
.fcs10-main-top .fcsitem3 .item.item1 {left: 0;top: -130px;width: 100%; text-align: center;}
.fcs10-main-top .fcsitem3 .item.item1 em{right: 50%;top: auto;bottom: -23px;margin-right: -10px;}
.fcs10-main-top .fcsitem3 .item.item2 {left: 615px;right: auto;top:300px;width: 250px; padding-left: 40px; text-align: left;}
.fcs10-main-top .fcsitem3 .item.item2 em{left:0;right: auto;}
.fcs10-main-top .fcsitem3 .item.item3 {left:auto;right: 610px;top:300px;width: 450px;text-align: right;padding-right: 40px;}

.iconpic4 {overflow: hidden;margin-top: 40px;}
.iconpic4 img{margin-right: 5%;display: block;float: left;}


/* 加入我们 */
.sonTitle{width: 100%;text-align: center;}
.sonTitle .name{font-size: 40px;color: #010101;line-height: 1.1;font-weight: 500;}
.sonTitle.left{text-align: left;}
.sonTitle.white .name{color: #fff;}
.joinln{width: 100%;overflow: hidden;}
.padding-100-120 {padding: 100px 0 120px;}
.joinln .contain-1400{display: flex;flex-wrap: wrap;justify-content: space-between;}
.joinln-wrap{width: calc(100% - 770px);padding: 88px 200px 0 0;margin-top: 84px;position: relative;}
.joinln-wrap::before{content: "";position: absolute;width: 56px;top: 0;left: 0;height: 40px;background: url('../images/busixqDot.png') no-repeat left top/100% auto;}
.joinln-cont{width: 100%;margin-top: 32px;}
.joinln-cont h6{font-size: 20px;color: #333;line-height: 32px;font-weight: 500;}
.joinln-cont p{font-size: 18px;color: #888;line-height: 32px;}
.joinln-cont p br{display: block;content: "";height: 24px;}
.joinln-img{width: 770px;position: relative;height: 615px;}
.joinln-img img{position: absolute;}
.joinln-img img.img1{height: 49.4%;left: 0;top: 25.4%;}
.joinln-img img.img2{width: 79.87%;right: 0;top: 0;}
.joinln-img img.img3{width: 39.35%;bottom: 0;left: 20.26%;}
.joinln-img img.img4{width: 19.09%;left: 60.65%;bottom: 25.365%;}
.joinln-img .arrow{width: 19.09%;height: 23.9%;border-radius: 8px;position: absolute;}
.joinln-img .arrow.red{background: #00479d url('../images/join1arrR.png') no-repeat top 28px right 28px;right: 0;bottom: 25.365%;}
.joinln-img .arrow.black{background: #3b393a url('../images/join1arrR.png') no-repeat left 28px bottom 28px;left: 60.65%;bottom: 0;}

.joinzp{width: 100%;padding: 100px 0 120px;background: #f7f7f7;}
.joinzp .down-title{margin-top: 68px;}
.joinzp .down-layout li{height: 80px;}
.joinzp .down-link li i{width: 36px;height: 36px;background: url('../images/joinIc.png') no-repeat;}
.joinzp .down-link.ontrue li i{background-image: url('../images/joinIcH.png');}
.joinzp .down-item{background: #fff;}
.joinzp-content{display: none;width: 100%;border: 1px solid #f2f2f2;padding: 34px 42px;}
.joinzp-wd{width: 100%;}
.joinzp-wd h6, .joinzp-wd h1{font-size: 16px;color: #333;line-height: 40px;}
.joinzp-wd p{font-size: 14px;color: #666;line-height: 34px;}
.joinzp-top{margin-top: 0;}
.joinzp-top p br{ height:auto;}
.joinzp-email{width: 100%;}
.joinzp-email p{font-size: 14px;color: #333;line-height: 34px;}
.joinfl{width: 100%;padding: 100px 0 120px; position:relative;}
.joinfl-list{width: 100%;margin-top: 48px;}
.joinfl-list li{width: 25%;float: left;padding: 54px 0 42px;text-align: center;border-right: 1px solid #f5f1f1;border-bottom: 1px solid #f5f1f1;}
.joinfl-list li h6, .joinfl-list li h1{width: 84px;height: 84px;border-radius: 10px;line-height: 84px;text-align: center;background: #1f5dcb;margin: 0 auto;}
.joinfl-list li p{font-size: 18px;color: #333;margin-top: 24px;}
.joinfl-list li:hover h6{transform: rotateY(360deg);transition: all 1s ease-in-out;}
.joinfl-list li:hover h1{transform: rotateY(360deg);transition: all 1s ease-in-out;}
.joinfl-list li:nth-child(4n){border-right: none;}
.joinfl-list li:nth-last-child(-n+4){border-bottom: none;}

.prolist{width: 100%;padding: 54px 0 120px;overflow: hidden;background: url(../images/nbg.jpg) top right no-repeat;}
.prolist li{width: 49%;border: 1px solid #eee;position: relative;margin-top: 46px; -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;background:url(../images/prob.png) no-repeat left bottom;}
.prolist li:nth-child(2n+1){float: left;}
.prolist li:nth-child(2n){float: right;}
.prolist li a{display: block;width: 100%;padding: 44px 22px 0;height: 388px;}
.prolist-img{width: 50%;float: left;}
.prolist-img img{max-width: 100%;transform: scale(.96);transition: all .6s ease-in-out;}
.prolist-wd{width: 46%;float: right;padding-top: 44px;}
.prolist-wdtit{width: 100%;}
.prolist-wdtit h6, .prolist-wdtit h1{font-size: 18px; font-weight:900;color: #1a1a1a;padding-bottom: 12px; transition: all .4s ease;position: relative;}
.prolist-wdtit p{font-size: 14px;color: #666;line-height: 28px;margin-top:10px;}
.prolist-wddes{width: 100%;margin-top: 34px;}
.prolist-wddes p{font-size: 16px;color: #666;line-height: 36px;}
.prolist-wddes p span{color: #333;}
.prolist li a:hover .prolist-img img{transform: scale(.98) translateY(-10px);}
.prolist li a:hover .prolist-wdtit h6{color: #00479d;}
.prolist li a:hover .prolist-wdtit h1{color: #00479d;}
.prolist-wdtit h1::before,.prolist-wdtit h1::after {content: '';display: block;width: 100%;height: 2px;background: #e8e8e8;position: absolute;left: 0;bottom: 0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.prolist-wdtit h1::before {width:60px;background: #00479d;z-index: 3; }
.prolist li a:hover .prolist-wdtit h1::before {width: 60%;background:#00b0ec; border-top-right-radius:5px;border-bottom-right-radius:5px;}
.prolist li a:hover .prolist-wdtit h1::after{background: #00479d;border-bottom-left-radius:5px;}
.prolist li a h6{display: inline-block;clear: both; font-size: 14px;color: #666;font-weight:normal;margin:30px 0 0;padding-right: 25px;background: url("../images/right1.png") right center no-repeat;}
.prolist li:hover{ background:#f3f3f3 url(../images/prob2.png) no-repeat left bottom; box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}

/* 人文 */
.abotd{width: 100%;padding: 100px 0;overflow: hidden;}
.abotd-list{width: 100%;margin-top: 36px;}
.abotd-list ul{margin: -3% 0 0 -3%;display: flex;flex-wrap: wrap;}
.abotd-list li{width: 30.3333%;float: left;margin: 3% 0 0 3%;background: #f3f6f9;overflow: hidden;user-select: none;cursor: pointer;transition: all .4s ease;}
.abotd-tags, .abotd-desc{display: none;}
.abotd-img{width: 160px;float: left;overflow: hidden;}
.abotd-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.abotd-mix{width: calc(100% - 160px);float: right;padding: 28px 26px;}
.abotd-name{width: 100%;font-size: 22px;color: #2470bc;line-height: 1;font-weight: 400;}
.abotd-info{width: 100%;margin-top: 12px;}
.abotd-info p{font-size: 16px;color: #72777c;line-height: 24px;}
.abotd-list li:hover{transform: translateY(-2px);box-shadow: 0 4px 16px 2px rgba(36,112,188,.2);}
.abowh{width: 100%;overflow: hidden;background: #f3f6f9;position: relative;}
.abowh-img{width: 50%;float: right;}
.abowh-img img{width: 100%;object-fit: cover;}
.abowh-mix{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;top: 0;left: 0;z-index: 2;}
.abowh-mix .contain{margin-top: -70px;}
.abowh .proTitle{text-align: left;padding-bottom: 4px;}
.abowh-list{width: 100%;}
.abowh-list li{width: 100%;margin-top: 38px;}
.abowh-list li h4{font-size: 18px;color: #52575b;line-height: 1;margin-bottom: 12px;}
.abowh-list li p{font-size: 14px;color: #94979b;line-height: 24px;}

/* ---- */
.aboPop{position: fixed;z-index: 99999;width: 100%;height: 100%;top: 0;left: 0;display: none;align-items: center;justify-content: center;background: rgba(0,0,0,.4);}
.aboPop-contain{position: relative;overflow: hidden;width: 1200px;background: #fff;padding: 60px 0;}
.aboPop-close{position: absolute;opacity: 0.7;transform: scale(0.92);width: 60px;height: 60px;top: 0;right: 0;background: url('../images/aboClose.svg') no-repeat center/24px auto;cursor: pointer;transition: all .6s ease;}
.aboPop-close:hover{opacity: 1;transform: scale(1);}
.aboPop-img{width: 400px;float: left;}
.aboPop-img img{width: 100%;object-fit: cover;}
.aboPop-mix{width: calc(100% - 400px);float: right;padding: 0 50px;margin-top: 38px;}
.aboPop-mix::-webkit-scrollbar {width: 2px;height: 4px;}
.aboPop-mix::-webkit-scrollbar-thumb {background: #2470bc;}
.aboPop-mix::-webkit-scrollbar-track {background: #fafafa;}
.aboPop-name{width: 100%;font-size: 22px;color: #2470bc;line-height: 1;}
.aboPop-tags{font-size: 18px;color: #72777c;line-height: 30px;margin: 12px 0 40px;}
.aboPop-desc{width: 100%;}
.aboPop-desc p{font-size: 16px;color: #94979b;line-height: 28px;text-align: justify;text-justify: distribute;margin-top: 20px;}
.aboPop-desc p:first-child{margin-top: 0;}
/* ---- */
/* 下载中心 */
.down{width: 100%;padding: 100px 0 120px; position:relative;}
.down-item{width: 100%;margin-top: 20px;background: #f7f7f7;}
.down-layout{display: block;width: 100%;overflow: hidden;padding-left: 42px;}
.down-layout li{float: left;display: flex;position: relative;align-items: center;height: 90px;color: #fff;font-size: 16px;}
.down-layout li:nth-child(1){width: 44%;padding-right: 4%;}
.down-layout li:nth-child(2){width: 23%;}
.down-layout li:nth-child(3){width: 23%;}
.down-layout li:nth-child(4){width: 6%;}
.down-layout li.fs14{ font-size:14px;}
.down-title{background: #00479d;}
.down-link li{color: #666;}
.down-link li:first-child{font-size: 18px;color: #333;transition: all .4s ease;}
.down-link li i{width: 35px;height: 35px;display: block;background: url('../images/downIc.png') no-repeat;transition: all .4s ease;}
.down-link:hover li:first-child{color: #00479d;}
.down-link:hover li i{transform: scale(.9);}
.down .fullpage{margin-top: 100px;}

.benegg{width:100%;padding:100px 0;overflow:hidden; z-index:2; position:relative;}
.benegg-mix{width:100%;margin-top:40px;}
.benegg-head{width:100%;display:flex;align-items:center;justify-content:space-between;user-select: none;}
.benegg-head-menu{display:flex;}
.benegg-head-menu a{height: 28px;display: flex;align-items: center;font-size: 18px;color: #333;margin-left: 64px;transition: all .4s ease;}
.benegg-head-menu a:first-child{margin-left: 0;}
.benegg-head-menu a.active{color: #00479d;}
.benegg-head-search{width: 308px;position: relative;}
.benegg-head-search-li{width: 100%;position: relative;display: none;border-bottom: 2px solid #00479d;}
.benegg-head-search-li input{width: 100%;height: 38px; line-height:38px;font-size: 16px;color: #000;padding-right: 56px;background: transparent;padding-bottom: 2px;}
.benegg-head-search-li input::-webkit-input-placeholder{color: #888;font-size: 16px;}
.benegg-head-search-li input:-moz-placeholder{color: #888;font-size: 16px;}
.benegg-head-search-li input::-moz-placeholder{color: #888;font-size: 16px;}
.benegg-head-search-li input:-ms-input-placeholder{color: #888;font-size: 16px;}
.benegg-head-search-li button{position: absolute;width: 56px;height: 100%;cursor: pointer;z-index: 2;top: 0;right: 0;background:#00479d; color:#fff; font-size:16px; }
.benegg-head-search-li.active{display: block;}
.benegg-list{width: 100%;margin-top: 44px;}
.benegg-list .items{width: 100%;display: none;}
.benegg-list .items.active{display: block;}
.benegg-list-ul{margin: -26px 0 0 -30px;display: flex;flex-wrap: wrap;}
.benegg-list-link{width: calc(50% - 30px);margin: 26px 0 0 30px;height: 120px;display: flex;align-items: center;background: #f6f6f6;}
.benegg-list-link .book, .benegg-list-link .name, .benegg-list-link .arrow{height: 100%;display: flex;align-items: center;position: relative;}
.benegg-list-link .book{width: 110px;justify-content: center;}
.benegg-list-link .book i{width: 60px;height: 60px;border-radius: 50%;border: 2px solid #eee;background: url('../images/benegg1.png') no-repeat center/25px auto;transition: all .4s ease;}
.benegg-list-link .name{width: calc(100% - 110px - 120px);font-size: 20px;color: #333;line-height: 1.24;padding-right: 24px;}
.benegg-list-link .name::after{content: "";position: absolute;width: 1px;height: 42%;background: #e5e5e5;top: 29%;right: 0;transition: all .4s ease;}
.benegg-list-link .arrow{width: 120px;justify-content: center;overflow: hidden;}
.benegg-list-link .arrow i{width: 36px;height: 36px;position: relative;z-index: 2;border-radius: 50%;border: 1px solid #808080;background: url('../images/benegg2.png') no-repeat center/16px auto;transition: all .6s ease;}
.benegg-list-link .arrow::before {content: "";position: absolute;right: -112px;bottom: -112px;width: 0;height: 0;border-bottom: 240px solid #00479d;border-left: 240px solid transparent;transition: all .6s ease;}
.benegg-list-link:hover .book i{border-color: #00479d;background-image: url('../images/benegg1H.png');}
.benegg-list-link:hover .name::after{opacity: 0;}
.benegg-list-link:hover .arrow i{border-color: #fff;background-image: url('../images/benegg2H.png');}
.benegg-list-link:hover .arrow::before{right: 0;bottom: 0;}
@media all and (max-width:1599px) {
    .benegg {padding: 80px 0;}
    .benegg-head-menu a {margin-left: 50px;}
    .benegg-mix {margin-top: 34px;}
    .benegg-list {margin-top: 36px;}
	.abBan-text .contain-1400{ width:92%;}
	
}
@media all and (max-width:1279px) {
    .benegg {padding: 60px 0;}
    .benegg-head-menu a {margin-left: 20px;}
    .benegg-mix {margin-top: 28px;}
    .benegg-list {margin-top: 30px;}
    .benegg-head-search {width: 270px;}
    .benegg-list-ul {margin: -16px 0 0 -16px;}
    .benegg-list-link {width: calc(50% - 16px);margin: 16px 0 0 16px;height: 120px;}
    .benegg-list-link .name {font-size: 18px;}
	.abBan-text .contain-1400{ width:92%;}
	 .aboPop-contain{width: 880px;}
    .aboPop-mix{height: 376px;overflow-y: auto;}
	
}
@media all and (max-width:1000px) {
    .benegg-head{flex-wrap: wrap;}
    .benegg-head-menu{width: 100%;}
    .benegg-head-search{width: 100%;margin-top: 20px;}
    .benegg-list-ul {margin: -16px 0 0;}
    .benegg-list-link {width: 100%;margin: 16px 0 0;height: 120px;}
}
@media all and (max-width:640px) {
    .benegg {padding: 40px 0;}
    .benegg-head-menu a {margin-left: 14px;font-size: 14px;}
    .benegg-mix {margin-top: 18px;}
    .benegg-head-search {margin-top: 8px;}
    .benegg-list-link .arrow{}
    .benegg-list-link .book i {width: 44px;height: 44px;background-size: 18px auto;}
    .benegg-list-link .book{width: 66px;}
    .benegg-list-link .name {width: calc(100% - 66px);font-size: 15px;padding-right: 16px;}
    .benegg-list-link .name::after{display: none;}
    .benegg-list-ul {margin: -12px 0 0;}
    .benegg-list-link {margin: 12px 0 0;height: auto;padding: 12px 0;}
    .benegg-list {margin-top: 24px;}
}

.sonlinkmenu{width: 100%;border-bottom: 1px solid #eee;background: #fff;}
.sonlink{float: left;font-size: 0;}
.sonlink a, .sonmenu a{display: inline-block;vertical-align: middle;height: 70px;line-height: 70px;position: relative;}
.sonlink a{font-size: 14px;color: #666;transition: all .4s ease;padding-right: 24px;}
.sonlink a:after{content: ">";position: absolute;color: #666;height: 100%;width: 24px;text-align: center;font-weight: 700;}
.sonlink a:last-child:after{display: none;}
.sonlink a:last-child{padding-right: 0;}
.sonlink a i{display: inline-block;vertical-align: middle;width: 14px;height: 14px;background: url('../images/sonHome.png') no-repeat;margin-top: -4px;}
.sonimgban-casexqlink a i{background-image: url('../images/sonHomeW.png');}
.sonlink a:hover{color: #00479d;}
.sonmenu{float: right;font-size: 0;}
.sonmenu a{margin: 0 20px;font-size: 16px;color: #333;padding: 0 2px;transition: all .4s ease;}
.sonmenu a:before{content: "";width: 0;right: 0;background: #00b0ec;height: 2px;transition: all .6s ease;position: absolute;bottom: -1px;}
.sonmenu a:after{content: "";width: 0;right: 0;background: #00479d;height: 2px;transition: all .6s ease;position: absolute;bottom: -1px;}
.sonmenu a:last-child{margin-right: 0;}
.sonmenu a:hover:after{width: 100%;right: auto;left: 0;}
.sonmenu a:hover:before{width: 30%;right: auto;left: 0; z-index:2;}
.sonmenu a:hover{color: #00479d;}
.sonmenu a.ontrue{color: #00479d;}
.sonmenu a.ontrue:after{width: 100%;}

.nav3 ul{width: 100%; margin:0 auto; text-align:center; height:40px; line-height:40px; margin-top:50px; position:relative;}
.nav3 ul li{font-size: 16px; color: #333; margin:10px; padding:0 20px; border:1px solid #CCC; border-radius:10px;display: inline-block;transition: all .6s ease;}
.nav3 ul li a{ display:block;}
.nav3 ul li:hover{ background:#00479d; color:#fff; border:1px solid #00479d;}
.nav3 ul li.ontrue{background:#00479d; color:#fff; border:1px solid #00479d;}


/* 分页 */
.fullpage{width: 100%;font-size: 0;text-align: center;margin-top: 68px;user-select: none;}
.fullpage a{display: inline-block;vertical-align: middle;width: 38px;height: 38px;line-height: 38px;border: 1px solid #dcdcdc;margin: 0 8px;font-size: 16px;color: #666;transition: all .4s ease;}
.fullpage a:first-child, .fullpage a:last-child{background: url('../images/fullPageArr.png') no-repeat center;border-color: transparent;}
.fullpage a:last-child{transform: rotate(180deg);}
.fullpage a:hover, .fullpage a.ontrue, .fullpage a.page-num-current{background-color: #00479d;color: #fff;border-color: #00479d;}
.fullpage a:first-child:hover, .fullpage a:last-child:hover{background-image: url('../images/fullPageArrH.png');background-color: #fff;}

.fullpage-num{display: inline-block;vertical-align: middle;}
.fullpage-num a:first-child, .fullpage-num a:last-child{background-image: url('../images/fullPageArr.png');}
.fullpage-num a:first-child:hover, .fullpage-num a:last-child:hover{background-image: url('../images/fullPageArrH.png');background-color: #fff;}
.fullpage b, .fullpage input, .fullpage button{display: inline-block;vertical-align: middle;}
.fullpage b{font-size: 16px;color: #999;font-weight: 300;margin: 0 4px;}
.fullpage input{width: 66px;text-align: center;height: 38px;border: 1px solid #dcdcdc;font-size: 16px;color: #666;}
.fullpage button{color: #666;font-size: 16px;padding: 0 18px;border: 1px solid #dcdcdc;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;}
.fullpage button:hover{background-color: #00479d;color: #fff;}
/* 新闻列表 */
.news{width: 100%;padding: 20px 0 120px; background:url(../images/nbg.jpg) top right no-repeat;}
.news-list{width: 100%;}
.news-list ul{margin-left: -2%;}
.news-list li{width: 31.3333%;float: left;margin-left: 2%;position: relative;margin-top: 80px;}
.news-list li a{display: block;width: 100%;}
.news-img{width: 100%;overflow: hidden;height: 190px; border-radius:10px;}
.news-img img{width: 100%;height: 100%;object-fit: cover;transition: all .6S ease-in-out;}
.news-wd{width: 100%;border: 1px solid #eee;border-top: none;padding: 24px 30px 38px;}
.news-wd span{font-size: 14px;color: #888;display: block;font-family: 'GothamBook';}
.news-wd h6, .news-wd h1{font-size: 22px;color: #333;line-height: 34px;margin: 24px 0 16px;transition: all .4s ease;height: 68px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-wd p{font-size: 14px;color: #999;line-height: 28px;height: 56px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-list li a:hover .news-img img{transform: scale(1.04);}
.news-list li a:hover .news-wd h6{color: #00479d;}
.news-list li a:hover .news-wd h1{color: #00479d;}
/* 新闻-详情 */
.newsxq-body{background-color:#ececec ;}
.newsxq-banner{width: 100%; position: relative;}
.newsxq-banner .text{display: flex;align-items: center;position: absolute;top: 0;left: 0px;height: 100%;width: 100%;}
.newsxq-banner .title div:nth-child(1){font-family: "LTBold"; width: 1030px; color: #fff;animation: bannerText2 1.2s ease both 100ms;text-transform: uppercase;}
@keyframes bannerText2{0%{transform: translatex(90px);opacity: 0;}100%{transform: translateX(0);opacity: 1;}}
.newsxq-banner .title div:nth-child(2){color: #fff;font-family: "LTBook";}
.newsxq-banner .title div:nth-child(2) span{padding-right: 10px;}
.newsxq-banner .xuanfu{position: absolute;top: 0px;right: 0px;}
.newsxq-banner .xuanfu img{animation: bannerimg 1.2s ease both 100ms;}
@keyframes bannerimg {0% {transform: translatey(-90px);opacity: 0;}100% {transform: translatey(0);opacity: 1;}}
/* 新闻详情 */
.newsxq{width: 100%;padding-top: 100px; position:relative;}
.newsxq-bg{position: absolute;left: -50px;top: 0; z-index:-1;}
.newsxq-cont{width: 73.8%;padding-right: 54px;float: left;border-right: 1px solid #eee;}
.newsxq-title{width: 100%;}
.newsxq-title h6, .newsxq-title h1{font-size: 32px;color: #333;line-height: 40px;}
.newsxq-title p{font-size: 0;width: 100%;margin-top: 10px;}
.newsxq-title p span{display: inline-block;vertical-align: middle;position: relative;font-size: 14px;color: #888;line-height: 20px;padding-left: 24px;margin-right: 36px;font-family: "GothamBook";}
.newsxq-title p span:first-child{background: url('../images/newsxqIc1.png') no-repeat left center;}
.newsxq-title p span:last-child{background: url('../images/newsxqIc2.png') no-repeat left center;margin-right: 0;}
.newsxq-desc{width: 100%;padding: 50px 0 44px;font-size: 16px;color: #888;line-height: 32px;}
.newsxq-desc p,.newsxq-desc section{font-size: 16px;color: #333;line-height: 32px; }
.newsxq-desc p img{ padding:10px 0;}
.newsxq-desc a{color:#00479d;}
.newsxq-desc table{border-collapse:collapse; width:100% !important; overflow:hidden;table-layout:fixed;}
.newsxq-desc table td{ border:1px solid #ddd;width:100%;  word-break: break-all;overflow:hidden;text-overflow:ellipsis;}
.newsxq-desc img, .newsxq-desc video, .newsxq-desc canvas{max-width: 100% !important;display: block;margin: 0 auto;height: auto !important;}
.newsxq-desc iframe{max-width: 100%;}
.newsxq-tags{width: 100%;position: relative;padding-left: 78px;}
.newsxq-tags label, .newsxq-tags span{display: inline-block;vertical-align: middle;height: 35px;line-height: 35px;color: #888;}
.newsxq-tags label{position: absolute;top: 0;left: 0;font-size: 16px;}
.newsxq-tags span{font-size: 14px;border: 1px solid #e5e5e5;padding: 0 20px;margin: 0 8px;border-radius: 30px;}
.newsxq-share{width: 100%;position: relative;padding-left: 78px;margin-top: 32px;}
.newsxq-share label{display: inline-block;vertical-align: middle;height: 35px;line-height: 35px;color: #888;}
.newsxq-share label{position: absolute;top: 0;left: 0;font-size: 16px;}
.newsxq-share .bdsharebuttonbox{display: inline-block;vertical-align: middle;font-size: 0;}
.newsxq-share .bdsharebuttonbox a{width: 35px;height: 35px;display: inline-block;border-radius: 50%;vertical-align: middle;margin: 0 8px;padding: 0;background-position: center;background-color: #afafaf;background-repeat: no-repeat;}
.newsxq-share .bdsharebuttonbox a:nth-child(1){background-image: url('../images/newsxqFx1.png');}
.newsxq-share .bdsharebuttonbox a:nth-child(2){background-image: url('../images/newsxqFx2.png');}
.newsxq-share .bdsharebuttonbox a:nth-child(3){background-image: url('../images/newsxqFx3.png');}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.newsxq-list{width: 26.2%;float: right;padding-left: 60px;}
.newsxq-item{display: block;width: 100%;margin-bottom: 0;}
.newsxq-item:last-child{margin-bottom: 0;}
.newsxq-ltimg{width: 100%;overflow: hidden;}
.newsxq-ltimg img{width: 100%;object-fit: cover;transition: all .6s ease-in-out;}
.newsxq-ltwd{width: 100%;padding: 20px 0;}
.newsxq-ltwd span{display: block;font-size: 14px;color: #888;font-family: "GothamBook";}
.newsxq-ltwd p{font-size: 16px;color: #333;transition: all .4s ease-in-out;line-height: 28px;margin-top: 8px;height: 56px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.newsxq-item:hover .newsxq-ltimg img{transform: scale(1.04);}
.newsxq-item:hover .newsxq-ltwd p{color: #00479d;}
.newsxq .casexqpn{margin-top: 120px;}

.casexqpn{width: 100%;border-top: 1px solid #eee;margin-bottom: 20px;}
.casexqpn-prev, .casexqpn-more, .casexqpn-next{display: block;float: left;height: 80px;line-height: 80px;}
.casexqpn-next{float: right;}
.casexqpn-prev, .casexqpn-next{font-size: 16px;color: #333;width: 40%;transition: all .4s ease;position: relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.casexqpn-prev{padding-left: 20px;background: url('../images/caseArrL.png') no-repeat left center;}
.casexqpn-next{padding-right: 20px;background: url('../images/caseArrR.png') no-repeat right center;text-align: right;}
.casexqpn-prev:hover, .casexqpn-next:hover{color: #00479d;}
.casexqpn-prev:hover{background-image: url('../images/caseArrLH.png');}
.casexqpn-next:hover{background-image: url('../images/caseArrRH.png');}
.casexqpn-more{width: 20%;text-align: center;}
.casexqpn-more i, .casexqpn-more span{display: inline-block;vertical-align: middle;margin: 0 6px;}
.casexqpn-more i{width: 14px;height: 14px;background: url('../images/caseMore.png') no-repeat;}
.casexqpn-more span{font-size: 18px;color: #333;font-weight: 700;}
.casexqpn-more:hover span{color: #00479d;}

/* 服务支持 */
.joinyf{width: 100%;overflow: hidden;}
.joinyf-list{width: 100%;}
.joinyf-list li{width: 100%;margin-top: 80px;padding-right: calc((100% - 1400px)/2);}
.joinyf-list li:nth-child(2n){padding-right: 0;padding-left: calc((100% - 1400px)/2);}
.joinyf-list li:first-child{margin-top: 0;}
.joinyf-mix{width: 100%;overflow: hidden;padding-left: calc((100vw - 1400px)/2);flex-direction: row-reverse;box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);transition: all .4s ease;}
.joinyf-list li:nth-child(2n) .joinyf-mix{flex-direction: row;padding-left: 0;padding-right: calc((100vw - 1400px)/2);}
.joinyf-image{width: 50%;overflow: hidden;}
.joinyf-image img{width: 100%;object-fit: cover;transition: all .6s ease;}
.joinyf-cont{width: 50%;position: relative;padding-right: 140px;display: flex;flex-direction: column;justify-content: center;}
.joinyf-list li:nth-child(2n) .joinyf-cont{padding-left: 70px;padding-right: 70px;}
.joinyf-cont .title{color: #333;line-height: 1;border-left: 7px solid #00479d;padding-left: 14px;position: relative;z-index: 4;}
.joinyf-cont .text{color: #666;position: relative;z-index: 4;}
.joinyf-cont .num{position: absolute;font-size: 150px;color: #fff;line-height: 1;top: 30px;right: 50px;font-family: "MB";text-shadow: -1px 1px 0 #e7e7e7, 1px 1px 0 #e7e7e7, 1px -1px 0 #e7e7e7,-1px -1px 0 #e7e7e7;}
.joinyf-mix:hover{box-shadow: 0 0 38px 0 rgba(0, 0, 0, .16);}
/* 研发生产中心 */
.study-banner{position: relative;width: 100%;}
.study-banner img{width: 100%;object-fit: cover;height: 600px;}
.study-banner-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;}
.study-banner-cont .title{text-transform: uppercase; color: #fff;animation: bannerText 1.2s ease both 400ms;opacity: 0;}
.study-innovatop .title,
.study-innovatop{width: 100%;}
.study-innovatop{position: relative;}
.study-innovatop .title{display: flex;justify-content: center;margin-bottom: 75px;}
.study-innovatop .title .text{font-family: "LTBold"; text-transform: uppercase; width: 1015px;text-align: center;line-height: 60px;color: #000; animation: TitleText 1.2s ease both 400ms;opacity: 0;}
@keyframes TitleText{0% {transform: translatey(-90px);opacity: 0;}100% {transform: translatey(0);opacity: 1;}}
.study-innovatop .img{margin-left: 250px;position: relative;}
.study-innovatop .back::before{content: '';background-color: #f8f9fa;width: 100%;height: 100%;position: absolute;top: 635px;left: 0px;z-index: -1;}
.study-innovatop .img>div:nth-child(1) img{animation: TitleImg 1.2s ease both 600ms;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;}
.study-innovatop .img>div:nth-child(2){animation: TitleImg 1.2s ease both 600ms;} 
.study-innovatop .img>div:nth-child(2)>div:nth-child(1){color: #fff;margin-bottom: 35px;text-transform: uppercase;font-family: "LTBold";}
.study-innovatop .img>div:nth-child(2)>div:nth-child(2){color: #fff;font-family: "LTBook";text-align: justify;}
.study-innovatop .img>div:nth-child(2){position: relative;padding: 137px 0px 130px 206px;width: 51%;}
@keyframes TitleImg{0% {transform: translatex(90px);opacity: 0;}100% {transform: translatey(0);opacity: 1;}}
.study-world{position: relative;width: 100%;}
.study-world .img img{position: absolute;width: 100%;height: 100%;left: 0px; top: 0px;}
.study-world .text{position: relative;padding-top: 175px;padding-left: 250px;padding-bottom: 190px;width: 67%;text-align: justify;}
.study-world .text div:nth-child(1){line-height: 64px;text-transform: uppercase;font-family: "LTBold";}
.study-world .text div{margin-bottom: 40px;color: #fff;font-family: "LTBook";}
.study-tion{margin-top: 120px;position: relative;}
.study-tion .text{width: 1050px;}
.study-tion .text div:nth-child(1){color: #232b37;padding-bottom: 30px; text-transform: uppercase;font-family: "LTBold";}
.study-tion .text div{color: #80888f;padding-bottom: 45px;font-family: "LTBook";}
.study-tion .toming{position: absolute;top: 50px;right: 0px;transition: all .4s ease;}
.study-tion .img a{cursor: unset;}
.study-swiper a {cursor: unset;}
.study-swiper{width: 100%;}
.study-swiper .swiper-container{position: relative;}
.study-swiper .swiper-container .img .swiper-slide{position: relative;}
.study-swiper .swiper-container .img .swiper-slide .text{position: absolute;bottom: 50px;left: 70px;width: 640px;color: #fff;}
.study-swiper .swiper-container>.title{font-family: "LTBold"; padding-bottom: 70px; justify-content: space-between;}
.study-swiper .swiper-container>.title .text{color: #000;text-transform: uppercase;}
.study-swiper .swiper-container>.title .btn{width: 130px;}
.study-swiper .swiper-pagination-bullet-active{background-image: url(../images/study-swiper-yanlei1.png)!important;background-repeat: no-repeat;}
.study-swiper .swiper-pagination-bullet{background-image: url(../images/study-swiper-yanlei2.png);background-repeat: no-repeat;margin: 0px 5px;opacity: 1;background-color: white!important;}
.study-swiper .swiper-pagination-bullet-active {opacity: 1;background: white;}
.study-swiper .swiper-pagination-bullet {width: 11px;height: 16px;}
.study-swiper .swiper-pagination-bullets{display: flex; align-items: flex-end;height: 80px;}
.study-swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image: url("../images/study-swiper-zuo.png");left: 87%;right: auto;}
.study-swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {background-image: url("../images/study-swiper-you.png");right: 10px;left: auto;}
.study-swiper .swiper-button-next, .swiper-button-prev {width: 90px;height: 65px;margin-top: -22px;z-index: 10;cursor: pointer;background-size: auto;background-position: center;background-repeat: no-repeat;
}
.study-swiper .swiper-button-next{position: absolute;top: 85%!important;}
.study-swiper .swiper-button-prev{position: absolute;top: 85%!important;}
@keyframes proMore{100%{left: auto;right: 0;width: 100%;}}
@keyframes banText{0%{opacity: 0;transform: translateX(100px);}100%{opacity: 1;transform: translateX(0);}}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
        /* 研发产品中心 */
        .study-banner img {width: 100%;object-fit: cover;height: 600px;}
        .study-tion .toming img{width: 500px;}
        .study-tion .toming{position: absolute;top: 200px;right: -107px;}
		.joinzp, .joinfl{padding: 90px 0 100px;}
        /* -------------------------*/
		 .news-list li{margin-top: 72px;}
	.abojs {padding: 80px 0 100px;}
    .abojs-icon li {margin-top: 68px;}
	.caselb {padding: 16px 0 100px;}
	.down {padding: 90px 0 100px;}
    .down-layout li{height: 82px;}
    .down .fullpage{margin-top: 90px;}
        /* 新闻详细页 */
		.newsxq {padding-top: 90px;}
    .newsxq-desc {padding: 44px 0 42px;}
    .newsxq .casexqpn {margin-top: 100px;}
        .newsxq-banner .xuanfu img {animation: bannerimg 1.2s ease both 100ms;height: 550px;}
        /* .newsxq-fenxiang {position: absolute;top: -80px;padding-left: 30px;} */
}
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .abDel-det-slide{width: 80%;}
    .abCulture-list li{height: 550px;padding-top: 200px;}
    .abTitle .title{line-height: 55px;}
    .abHonor-slide::after{width: 140px;height: 120px;}
    .abHonor-bg{width: 500px;}
    .abBan-bg{width: 500px;}
    .proDet{padding-right: 120px;}
    .proItem:nth-child(even) .proDet{padding: 100px 0 100px 120px;}
    .proDet-title,.proBan-text .title{line-height: 1.1;}
    .proDet-more{width: 100px;height: 100px;}
    .proItem:nth-child(even) .proDet-text{transform: translateX(-45%);}
    .proPopup-table,.proPopup .proDet-text,.proPopup-header{padding-left: 40px;}
    .proPopup-table{margin-right: 40px;height: 71vh;}
    .proPopup-table td:first-child, .proPopup-table td:nth-child(3){width: 90px;}
    .contact-con{padding-left: 120px;}
    .proDet-text{top: 40px;}
	.abojs {padding: 68px 0 80px;}
    .abojs-icon li {margin-top: 54px;}
	.caselb {padding: 10px 0 90px;}
    .caselb-wd h6, .caselb-wd h1 {margin: 12px 0 24px;}
	.caselb-img{height: 240px;}
	.down {padding: 80px 0 88px;}
    .down-layout li{height: 76px;}
    .down .fullpage{margin-top: 80px;}
	.joinzp, .joinfl{padding: 80px 0 88px;}
    .joinzp .down-layout li {height: 74px;}
    .joinzp .down-title {margin-top: 58px;}
	.prolist li a {padding: 68px 32px 0;height: 360px;}
    .prolist-wddes p{line-height: 24px;}
    .prolist-wdtit h6, .prolist-wdtit h1 {font-size: 18px;}
	.prolist-wd{ padding-top:14px;}
    .prolist-wddes {margin-top: 28px;}
    .prolist {padding: 30px 0 80px;}
    .prolist li {margin-top: 40px;}
	
	.aboutwh-click li {width: 180px;height: 180px;border-radius: 40px;}
    .aboutwh-block {width: 180px;height: 180px;right: 90px;}
    .aboutwh-content{width: 660px;border-radius: 40px;}
    .aboutwh-content-cont .text {margin-top: 30px;padding-top: 22px;}
    .aboutwh-tabs {height: 580px;max-width: 1100px;}
    .aboutzr-list li .title, .aboutzr-list li .name{font-size: 22px;}
	.joinln-img {width: 680px;height: 543px;}
    .joinln-wrap {width: calc(100% - 680px);padding: 70px 100px 0 0;margin-top: 70px;}
    .joinln-wrap::before{width: 48px;height: 36px;}
	
	.abotd {padding: 80px 0;}
	.aboPop-contain {padding: 40px 0;width: 1080px;}
    .aboPop-close{width: 40px;height: 40px;background-size: 20px auto;}
    .aboPop-mix {padding: 0 36px;margin-top: 34px;}
    .aboPop-tags {margin: 12px 0 24px;}
    .aboPop-desc p {font-size: 15px;line-height: 26px;margin-top: 6px;}
    .abowh-mix .contain{margin-top: -20px;}
    .abowh-list li {margin-top: 28px;}
    /* 新增 */
        /* 新闻-列表 */
        .news-banner img {height: 500px;}
        .news .fullpage {margin-top: 80px;}
    .news {padding: 20px 0 84px;}
    .news-list li {margin-top: 68px;}
	.fullpage {margin-top: 80px;}
	.news-img{ height:163px;}
	.newsxq {padding-top: 80px;}
    .newsxq-desc {padding: 40px 0 38px;}
    .newsxq .casexqpn {margin-top: 80px;}
    .newsxq-item {margin-bottom: 32px;}
    .newsxq-title h6, .newsxq-title h1 {font-size: 28px;line-height: 38px;}
	
	.joinyf-list li{margin-top: 60px;padding-right: calc((100% - 1200px)/2);}
    .joinyf-list li:nth-child(2n){padding-left: calc((100% - 1200px)/2);}
    .joinyf-mix{padding-left: calc((100vw - 1200px)/2);}
    .joinyf-list li:nth-child(2n) .joinyf-mix{padding-right: calc((100vw - 1200px)/2);}
    .joinyf-cont .num {font-size: 100px;top: 12px;right: 24px;}
    .joinyf-cont {padding-right: 60px;}
    .joinyf-list li:nth-child(2n) .joinyf-cont {padding-left: 40px;padding-right: 40px;}
        /* ------------------------- */
        /* 研发产品中心 */
        .study-banner img {width: 100%;object-fit: cover;height: 550px;}
        .study-tion .toming img{width: 400px;}
        .study-tion .toming{position: absolute;top: 200px;right: -65px;}
        .study-swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image: url("../images/study-swiper-zuo.png");left: 85%;right: auto;}
        .study-innovatop .img {margin-left: 115px;position: relative;}
        .study-world .text {padding-top: 175px;padding-bottom: 125px;width: 80%;padding-right: 150px;padding-left: 120px;}
        .study-innovatop .img>div:nth-child(2){padding: 100px 0px 100px 60px;}
        /* ------------------------- */
        /* 新闻-详情页 */
        .newsxq-xigxig .newsxq-UTC {width: 300px;margin-left: 40px;}
        .newsxq-title .title {width: 860px;background-color: #fff;z-index: 99999;}
        .newsxq-xigxig .newsxq-title .back::before {content: "";width: 860px;height: 60px;position: absolute;top: -60px;z-index: 1;background-color: #fff;}
        .newsxq-title {width: 860px;}
        .newsxq-banner .xuanfu img {animation: bannerimg 1.2s ease both 100ms;height: 474px;}
}
@media all and (max-width:1439px) {
    /* 1360 */
        /* 新闻-列表 */
        .news-banner img {height: 460px;}
        /* ------------------------- */
        /* 研发产品中心 */
        .study-tion .toming img{width: 400px;}
        .study-tion .toming{position: absolute;top: 230px;right: -88px;}
        /* ------------------------- */
        .study-innovatop .img {margin-left: 80px;position: relative;}
        .study-world .text {padding-top: 175px;padding-bottom: 125px;width: 1045px;padding-right: 180px;}
        /* 新闻-详情页 */
        .newsxq-banner .title div:nth-child(2) {color: #fff;padding-top: 20px;}
        .newsxq-banner .xuanfu img {animation: bannerimg 1.2s ease both 100ms;height: 430px;}
}
@media all and (max-width:1359px) {
    /* 1280 */
        /* 新闻-列表 */
        .news-banner img {height: 400px;}
		 .news-list li {margin-top: 54px;}
    .news-wd h6, .news-wd h1 {font-size: 20px;line-height: 30px;margin: 20px 0 12px;height: 58px;}
    .news-wd {padding: 32px 32px 36px;}
    .news .fullpage {margin-top: 62px;}
	.fullpage {margin-top: 58px;}
	.abojs {padding: 60px 0 68px;}
    .abojs-icon li {margin-top: 48px;}
    .abojs-contain{width: 92%;}
	.caselb-wd h6, .caselb-wd h1 {font-size: 20px;line-height: 24px;margin: 10px 0 20px;}
    .caselb-wd {padding-top: 28px;}
    .caselb-list li {margin-top: 40px;}
	.caselb {padding: 10px 0 80px;}
	.caselb-img{height: 200px;}
	.down {padding: 60px 0 68px;}
    .down-layout li{height: 68px;}
    .down-link li:first-child{font-size: 16px;}
    .down .fullpage{margin-top: 68px;}
	.joinzp, .joinfl {padding: 64px 0 68px;}
	.joinzp .down-layout li {height: 64px;}
    .joinzp .down-title {margin-top: 48px;}
    .joinzp-top {margin-top: 24px;}
    .joinfl-list li {padding: 40px 0 38px;}
	.prolist-wd {padding-top: 12px;}
    .prolist {padding: 28px 0 68px;}
    .prolist li a {padding: 38px 20px 0;height: 300px;}
    .prolist-wdtit h6, .prolist-wdtit h1 {font-size: 18px;}
        /* ------------------------- */
        /* 研发产品中心 */
        .study-banner img {width: 100%;object-fit: cover;height: 500px;}
        .study-tion .toming img{width: 400px;}
        .study-tion .toming{position: absolute;top: 230px;right: -128px;}
        .study-innovatop .img>div:nth-child(2) {position: relative;padding: 91px 0px 130px 90px;width: 878px;}
        .study-world .text {padding-top: 50px;padding-bottom: 125px;width: 1045px;padding-left: 55px;padding-right: 0px;}
        /* ------------------------- */
        /* 新闻-详情页 */
        .newsxq-banner .title div:nth-child(1) {width: 1030px;color: #fff;line-height: 30px;animation: bannerText2 1.2s ease both 100ms;}
        /* .newsxq-fenxiang {position: absolute;top: -119px;padding-left: 60px;} */
        .newsxq-xigxig .newsxq-UTC>div:nth-child(1) {color: #232b37;padding-top: 41px;padding-bottom: 20px;border-bottom: 2px solid #dcdcdc;}
        .newsxq-banner .title div:nth-child(1) {width: 957px;color: #fff;line-height: 30px;animation: bannerText2 1.2s ease both 100ms;}
        .newsxq-banner .xuanfu img {animation: bannerimg 1.2s ease both 100ms;height: 373px;}
		.newsxq {padding-top: 64px;}
    .newsxq-list {padding-left: 40px;}
    .newsxq-cont{padding-right: 40px;}
    .newsxq-desc {padding: 28px 0 34px;}
    .newsxq .casexqpn {margin-top: 68px;}
}
@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .abCulture-list li {height: 450px;padding-top: 150px; }
    .abHonor-slide{padding: 20px 0 20px 30px;}
    .proPopup-table td:first-child, .proPopup-table td:nth-child(3){width: 50px;}
    .quaHouse-list-icon{height: 270px;}
    .contInput input,.contCode-img{height: 45px;}
	.prolist-wdtit p{ line-height:25px;}
    /* 新增 */
    .news-banner img {height: 360px;}
   .news-img{ height:130px;}
   .joinzp-content {padding: 34px 32px;}
   .down-layout {padding-left: 32px;}
   .prolist li {margin-top: 32px;}
	
	.aboutwh-click li {width: 160px;height: 160px;border-radius: 24px;}
    .aboutwh-block {width: 160px;height: 160px;right: 90px;}
    .aboutwh-tabs {height: 518px;}
    .aboutwh-content {width: 476px;border-radius: 24px;height: 420px;padding: 30px 30px 0;}
    .aboutwh-content-cont .text {margin-top: 20px;padding-top: 16px;}
    .aboutwh-content-icon {width: 130px;padding-right: 16px;}
    .aboutwh-content-cont {width: calc(100% - 130px);padding-top: 20px;}
	.joinln-img {width: 520px;height: 416px;}
    .joinln-wrap {width: calc(100% - 520px);padding: 50px 40px 0 0;margin-top: 40px;}
    .joinln-wrap::before {width: 38px;height: 30px;}
    .joinln-cont h6 {font-size: 18px;line-height: 30px;}
    .joinln-cont p {font-size: 15px;line-height: 30px;}
    /* ------------------------- */
    /* 研发产品中心 */
    .study-banner img {width: 100%;object-fit: cover;height: 450px;}
    .study-tion .toming img{width: 320px;}
    .study-tion .toming{position: absolute;top: 230px;right: -40px;}
    .study-swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image: url("../images/study-swiper-zuo.png");left: 82%;right: auto;}
    .study-world .text div:nth-child(1) {line-height: 40px;}
    .study-world .text {padding-top: 100px;padding-bottom: 125px;width: 910px;padding-right: 180px;padding-left: 85px;}
    .study-tion .text {width: 962px;}
    .study-world .text div {padding-bottom: 20px;margin-bottom: 20px;color: #fff;}
    /* ------------------------- */
    /* 新闻-详情页 */
    .newsxq-title .title {width: 725px;background-color: #fff;z-index: 99999;}
    .newsxq-title {width: 725px;}
    .newsxq-xigxig .newsxq-title .back::before {content: "";width: 725px;height: 60px;position: absolute;top: -60px;z-index: 1;background-color: #fff;}
    .newsxq-xigxig .newsxq-UTC {width: 195px;margin-left: 40px;}
    /* .newsxq-fenxiang {position: absolute;top: -90px;padding-left: 20px;} */
    .newsxq-banner .title div:nth-child(1) {width: 834px;color: #fff;line-height: 30px;animation: bannerText2 1.2s ease both 100ms;}
    .newsxq-xigxig .newsxq-UTC .time-text {padding-top: 20px;}
    .newsxq-title .title .text {padding: 5px 40px 0px 40px;color: #80888f;}
	.joinyf-list li{margin-top: 40px;padding-right: calc((100% - 900px)/2);}
    .joinyf-list li:nth-child(2n){padding-left: calc((100% - 900px)/2);}
    .joinyf-mix{padding-left: calc((100vw - 900px)/2);}
    .joinyf-list li:nth-child(2n) .joinyf-mix{padding-right: calc((100vw - 900px)/2);}
    .joinyf-cont .text {font-size: 15px;line-height: 26px;}
    .joinyf-image img{height: 400px;}
    .joinyf-cont .num {font-size: 80px;}
    .joinyf-cont {padding-right: 40px;}
    .joinyf-list li:nth-child(2n) .joinyf-cont {padding-right: 0;}
	
	.abotd-img {width: 120px;}
    .abotd-list ul {margin: -2% 0 0 -2%;}
    .abotd-list li {width: 31.3333%;margin: 2% 0 0 2%;}
    .abotd-mix {width: calc(100% - 120px);padding: 10px 10px;}
    .abotd-info p {font-size: 12px;line-height: 16px;}
    .abowh-img img{min-height: 380px;}
    .abowh-list li h4 {margin-bottom: 4px;}
    .abowh-mix .contain{margin-top: 0;}
    .abowh-list li {margin-top: 20px;}
    .abotd {padding: 60px 0;}
    .abolc-cont p {margin-top: 12px;}
    .aboyj-name, .aboyj-cont{height: 128px;}
}
@media all and (max-width:1151px) {
    /* 1024 */
        /* 新闻列表 */
        .news-banner img {height: 300px;}
		.serfw-wd{width: 100%;padding: 0;}
    .serfw-img{width: 100%;margin-top: 40px;}
    .serfw-wd h5, .serfw-wd h2{margin-top: 0;}
	.prolist-img{width: 100%;text-align: center;height: 324px;line-height: 320px;}
    .prolist-img img{max-height: 100%;}
    .prolist li a {padding: 0 20px;height: auto;}
    .prolist-wd{width: 100%;margin-top: 20px;height: 200px;}
	.aboPop-mix {padding: 0 30px;}

        /* ------------------------- */
        /* 研发产品中心 */
    .study-tion .toming img{width: 320px;}
    .study-tion .toming{position: absolute;top: 185px;right: -100px;}
    .study-innovatop .img {margin-left: 30px;position: relative;}
    .study-innovatop .title {padding-top: 0px;}
    .study-world .text div:nth-child(1) {line-height: 40px;}
    .study-world .text div {padding-bottom: 26px;margin-bottom: 11px;color: #fff;}
    .study-world .text {padding-top: 100px;padding-bottom: 125px;width: 855px;padding-right: 180px;}
    .study-innovatop .back::before {content: '';background-color: #f8f9fa;width: 100%;height: 35%;position: absolute;top: 635px;left: 0px;z-index: -1;}
    .study-swiper .swiper-container .img .swiper-slide .text {position: absolute;bottom: 50px;left: 70px;width: 440px;color: #fff;    }
    .study-innovatop{padding-top: 20px;}
    .study-innovatop .title .text {width: 1015px;text-align: center;line-height: 40px;color: #000;animation: TitleText 1.2s ease both 400ms;opacity: 0;}
    .study-innovatop .title {display: flex;justify-content: center;margin-bottom: 30px;}
    .study-tion {margin-top: 50px;position: relative;}
    .study-tion .toming {position: absolute;top: 200px;right: -100px;}
    .newsxq-banner .xuanfu img {animation: bannerimg 1.2s ease both 100ms;height: 295px;}
    /* .newsxq-fenxiang {position: absolute;top: -90px;width: 50px;left: 16px;padding-left: 20px;} */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .abBan .banner{height: 450px;}
    .abBan-title .title-bg{font-size: 100px;line-height: 1;}
    .abTitle .title,.abTitle .text{width: 100%;}
    .abTitle .title {line-height: 45px;}
    .abDuty .abTitle .title, .abDuty .abTitle .text, .abDuty-list{width: 100%;}
    .pro-text{width: 92%;}
    .proDet-text{top: 20px;}
    .proDet{padding-right: 4%;}
    .proItem:nth-child(even) .proDet{padding: 50px 0 50px 4%;}
    .proDet-text{width: 50%;transform: translateX(100px);}
    .proItem:nth-child(even) .proDet-text{width: 50%;transform: translateX(-50px);}
    .proDet-img img{height: 250px;}
    .proPopup{width: 80%;}
    .proPopup-table{height: 75vh;}
    .proBan-text .title, .proBan-text .text{width: 70%;}
    .qua-material-text .title, .qua-material-text .text{width: 80%;}
    .contact-con{padding-left: 4%;padding-right: 4%;padding-bottom: 80px;}
    .contact-text,.contact-map{width: 100%;}
    .contact-map{height: 400px;margin-top: 40px;}
	.aboutwh-click, .aboutwh-block{display: none;}
    .aboutwh-tabs{height: auto;}
    .aboutwh-content{width: 100%;height: auto;padding: 30px;}
    .aboutwh-content .swiper-pagination{display: block;bottom: 0;}
    .aboutwh-content .swiper-container{padding-bottom: 50px;}
    .aboutwh-content .swiper-pagination-bullet {margin: 0 8px !important;}
    .aboutwh-content .swiper-pagination-bullet-active {background: #00479d;}
	.joinln-wrap {width: 100%;padding: 50px 0 0;margin-top: 0;}
    .joinln-img{margin: 40px auto 0;}
	.joinzp-content {padding: 20px 24px 24px;}
    .joinzp-top {margin-top: 18px;}
    .joinzp .down-link li i{background-size: 30px auto;width: 30px;height: 30px;}
    /* .abBan{background: #fff;padding: 100px 0 60px;} */
    .abBan{height: auto;}
    .abBan-sticky{position: relative;}
    .abBan-logo{height: auto;width: 60%;margin: 50px auto 0;position: relative;transform: unset;opacity: 1;}
    .abBan-logo .pc,.abBan-logo::after{display: none;}
    .abBan-logo .mb{display: inline-block;}
    .abBan .contain-1100{position: relative;transform: unset;top: auto;left: auto;}
    .abBan-text{opacity: 1;margin-top: 30px;position: relative;top: auto;margin-bottom: 50px;}
    .abBan-title,.abBan-text .text{opacity: 1;transform: unset;}
	.joinyf-list{padding: 0 4%;}
    .joinyf-list li{padding: 0 !important;}
    .joinyf-mix{flex-direction: row !important;padding: 0 !important;}
    .joinyf-image{width: 100%;}
    .joinyf-image img{height: auto;}
    .joinyf-cont{width: 100%;padding: 36px 20px !important;}
    .joinyf-cont .num {font-size: 68px;}
	.caselb-list li{width: 48%;}
	.down-layout {padding-left: 24px;}
    .down-layout li{font-size: 14px;}
    .down-link li:first-child {font-size: 14px;}
    .down-link li i{background-size: 30px auto;width: 30px;height: 30px;}
	.nav3 ul{ height:auto; margin-top:20px;}
    /* 新增 */
    /* 新闻-列表 */
    .news-list li {width: 48%;margin-top: 44px;}
    .news .fullpage {margin-top: 54px;}
	.fullpage {margin-top: 48px;}
	.news-img{ height:auto;}
	.sonlink a{height: 48px;line-height: 48px;}
    .sonmenu a{height: 50px;line-height: 50px;}
    .sonmenu, .sonlink{width: 100%;}
	.newsxq-cont {padding-right: 0;width: 100%;border-right: none;}
    .newsxq-list {padding-left: 0;width: 100%;margin-top: 40px;}
    /* ------------------------- */
    /* 研发产品中心 */
    .study-tion .toming img{width: 220px;}
    .study-tion .toming{position: absolute;top: 230px;right: -60px;}
    .study-swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image: url("../images/study-swiper-zuo.png");left: 73%;right: auto;}
    .study-banner img {width: 100%;object-fit: cover;height: 350px;}
    .study-innovatop .title .text {width: 1015px;text-align: center;line-height: 45px;color: #000;animation: TitleText 1.2s ease both 400ms;opacity: 0;}
    .study-innovatop{padding-top: 20px;}
    .study-innovatop .title {display: flex;justify-content: center;margin-bottom: 20px;}
    .study-tion {margin-top: 55px;position: relative;}
    .study-tion .text div:nth-child(1) {color: #232b37;padding-bottom: 0px;}
    .study-tion .toming img {width: 200px;}
    .study-tion .toming {display: none;}
    .study-world .text div {padding-bottom: 0px;margin-bottom: 10;color: #fff;}
    .study-innovatop .back::before {content: '';background-color: #f8f9fa;width: 100%;height: 35%;position: absolute;top: 410px;left: 0px;z-index: -1;}
    .study-tion .text div {color: #80888f;padding-bottom: 0px;margin-bottom: 20px;}
    .study-swiper .swiper-container .img .swiper-slide .text {position: absolute;bottom: 10px;left: 25px;width: 90%;color: #fff;
    }.study-world .text div:nth-child(3) {display: none;}
    .study-tion .text {width: 100%;}
    .study-world .text {padding-top: 50px;padding-bottom: 20px;width: 594px;padding-right: 0px;padding-left: 40px;}
    .study-innovatop .img>div:nth-child(2) {position: relative;padding: 37px 0px 30px 48px;width: 646px;}
    /* 新闻详情 */
    .newsxq-banner .img img{}
    .newsxq-banner .xuanfu img {animation: bannerimg 1.2s ease both 100ms;height: 211px;}
    .newsxq-banner .title div:nth-child(1) {width: 786px;color: #fff;line-height: 30px;animation: bannerText2 1.2s ease both 100ms;}
    /* .newsxq-fenxiang {position: absolute;top: -115px;width: 50px;left: 16px;padding-left: 20px;} */
    .newsxq-xigxig .newsxq-UTC {width: 100%;margin-left: 0px;}
    .newsxq-xigxig .newsxq-UTC .time{display: flex;flex-wrap: wrap;}
    .newsxq-xigxig .newsxq-UTC .time div{width: 50%;}
    .newsxq-title {width: 100%;}
    .newsxq-xigxig .newsxq-title .back::before {content: "";width: 706px;height: 43px;position: absolute;top: -42px;z-index: 1;background-color: #fff;}
    .newsxq-title .title {width: 100%;background-color: #fff;z-index: 99999;}
    .newsxq-xigxig .newsxq-UTC .time-text div:nth-child(1) {padding-bottom: 10px;color: #232b37;width: 90%;transition: all .4s ease;}
	.aboPop-contain{width: 92%;}
	.abotd-list li{width: 48%;}
    .aboPop-img {width: 300px;}
    .aboPop-mix{width: calc(100% - 300px);height: 270px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .abHonor-bg{width: 200px;z-index: 1;}
    .abTitle .title{line-height: 1.2;}
    .abBan .banner{height: 450px;}
    .abBan-bg {width: 150px;z-index: 2;opacity: 1;top: 450px;}
    .abBan-title .title{width: 80%;margin: 0 auto; font-size:22px;}
    .abBan-title{padding: 20px;}
    .abBan-text{margin-top: 20px;}
    .abBan-text .text{font-size: 16px;}
    .abDel-det-prevNum,.abDel-det-nextNum{display: none;}
    .abDel-det-slide .text{padding-left: 20px;}
    .abDel-det-slide{width: 100%;}
    .abDel-det-swp{margin-top: 30px;}
    .abDel-title{width: 70%;margin: 0 auto;line-height: 1.2;}
    .abDel-tab-swp{padding: 0 4%;}
    .abCulture-list-text{width: 100%;}
    .abCulture-list li{width: 50%;height: auto;padding-top: 80px;}
	.abCulture-list li:last-child{ width:100%;}
    .abCulture-icon{width: 60px;height: 75px;}
    .abHonor-slide{height: 200px;}
    .abHonor-slide::after{width: 100px;height: 80px;}
    .abHonor-more{width: 100px;height: 35px;font-size: 14px;}
    .abHonor-scrollbar .swiper-scrollbar-drag{height: 30px;}
    .abHonor-scrollbar .swiper-scrollbar-drag::after{right: -20px; border: 7px solid transparent;border-top-color:#00479d;}
    .abHonor-scrollbar .swiper-scrollbar-drag::before{left: -20px; border: 7px solid transparent;border-top-color:#00479d;}
	.aboutwh-content {padding: 20px 15px;border-radius: 12px;}
    .aboutwh-content-icon {width: 90px;padding-right: 16px;}
    .aboutwh-content-cont {width: calc(100% - 90px);padding-top: 0;}
    .aboutwh-content-cont .text {margin-top: 12px;padding-top: 8px;}
	.news-wd{ padding:10px;}
	.news-wd h1{ font-size:16px; height:auto; margin:5px 0;}
    .aboutwh-content .swiper-container {padding-bottom: 40px;}
    .aboutwh-content-mix{min-height: 140px;align-items: center;}
    .proBan-bg img{height: 150px;}
    .proBan-text .title, .proBan-text .text{width: 100%; font-size:22px;}
    .proDet-img{width: 100%;display: flex;flex-direction: column-reverse;}
    .proItem:nth-child(even) .proDet-text, .proDet-text{transform: translateX(0);width: 100%;position: relative;top: auto;right: auto;padding: 0 4%;}
    .proDet-title-small{padding-left: 30px;}
    .proDet-title-small::before{width: 20px;}
    .proDet-title-small::after{width: 9px;height: 13px;right: -10px;top: -5px;}
    .proDet-img img {height: 200px;margin-top: 10px;}
    .proDet-more{width: 60px;height: 60px;margin: 20px 0 0 4%;}
    .proDet{display: block;padding-right: 0;}
    .proItem .indPro-list{padding: 30px 0 80px;}
    .proItem:nth-child(even) .proDet{padding: 30px 0;}
    .proPopup{width: 100%;}
    .proPopup-table, .proPopup .proDet-text, .proPopup-header{padding-left: 4%;}
    .proPopup-table{margin-right: 4%;height: 67vh;}
    .proPopup-header{height: 60px;}
    .proPopup-btn{width: 25px;height: 25px;}
    .proPopup-btn img{margin-right: 2px;}
    .quaHouse-text .title,.quaHouse-text .text,.quaHouse-img{width: 100%;}
    .quaHouse-img{position: relative;right: auto;top: auto;margin-top: 20px;}
    .quaHouse-text,.quaHouse-con{padding: 0;}
    .quaHouse-list li{width: 100%;margin-top: 20px;}
    .quaHouse-list li:first-child{margin-top: 0;}
    .qua-material-text .title, .qua-material-text .text{width: 100%;}
    .contMode-list li:nth-child(-n+4),.contMode-list li:last-child{width: 100%; padding:13px 0;}
    .contMode-text{padding-left: 15px;}
    .contInput input, .contInput textarea{width: 100%;padding-left: 10px;}
    .contCode input{width: 40%;}
    .contCode button{float: left;display: block;width: 40%;height: 45px;margin-top: 20px;}
    .contCode-img{width: 30%;}
    .contact-map{height: 300px;}
	.joinyf .sonTitle{padding: 0 4%;}
    .joinyf-cont {width: 100%;padding: 28px 15px !important;}
    .joinyf-cont .title {border-left: 4px solid #00479d;padding-left: 10px;}
    .joinyf-cont .num {font-size: 48px;top: 10px;right: 10px;}
    .joinyf-list li {margin-top: 24px;}
	.abojs {padding: 36px 0 42px;}
    .abojs .pubTitle i {margin-bottom: 24px;}
    .abojs-icon li {margin-top: 28px;width: 50%;}
    .abojs-icon h6, .abojs-icon h1 {height: 60px;line-height: 58px;}
    .abojs-icon p {margin-top: 18px;}
	.caselb-list ul {margin-left: 0%;}
    .caselb-list li {width: 100%;margin-left: 0;margin-top: 26px;}
    .caselb-wd h6, .caselb-wd h1 {font-size: 18px;line-height: 22px;margin: 8px 0 16px;}
    .caselb-wd {padding-top: 24px;}
	.caselb {padding: 10px 0 42px;}
	.caselb-img{height: auto;}
	.serfw {padding: 10px 0;}
    .serfw-wdimg {margin-top: 36px;}
    .serfw-wd h5, .serfw-wd h2{font-size: 24px;}
    .serfw-wd h6, .serfw-wd h1 {margin: 16px 0 18px;}
	.serfw-wd a{margin-top: 14px;}
	.down {padding: 40px 0 42px;}
    .down-layout {padding-left: 18px;}
    .down-title li:nth-child(1){width: 34%;}
    .down-title li:nth-child(2){width: 28%;}
    .down-title li:nth-child(3){width: 24%;}
    .down-title li:nth-child(4){width: 14%;}
    .down-title li{height: 48px !important;}
    .down-link{padding: 14px 18px;}
    .down-link li{height: auto !important;}
    .down-link li:first-child{width: 100%;font-size: 16px;line-height: 26px;padding-right: 0;padding-bottom: 10px;}
    .down-link li:nth-child(2){width: 43%;height: 30px;}
    .down-link li:nth-child(3){width: 43%;height: 30px;}
    .down-link li:nth-child(4){width: 14%;height: 30px;}
    .down .fullpage {margin-top: 38px;}
    .down-item {margin-top: 16px;}
	.joinln-cont {margin-top: 38px;}
    .joinln-cont p br {height: 12px;}
    .joinln-img {width: 300px;height: 240px;margin-top: 30px;}
    .joinln-img .arrow {border-radius: 3px;}
    .joinln-img .arrow.red {background-size: 16px auto;background-position: top 12px right 12px;}
    .joinln-img .arrow.black {background-size: 16px auto;background-position: left 12px bottom 12px;}
	.joinzp, .joinfl {padding: 38px 0 42px;}
	.joinzp .down-title {margin-top: 34px;}
    .joinzp-content{padding: 20px 18px 24px;}
    .joinfl-list li{width: 50%;padding: 20px 0 24px;border-right: 1px solid #f5f1f1 !important;border-bottom: 1px solid #f5f1f1 !important;}
    .joinfl-list li p{font-size: 16px;margin-top: 18px;}
    .joinfl-list li h6, .joinfl-list li h1{width: 64px;height: 64px;line-height: 64px;}
    .joinfl-list li h6 img, .joinfl-list li h1 img{width: 32px;} 
    .joinfl-list li:nth-child(2n){border-right: none !important;}
    .joinfl-list li:nth-last-child(-n+2){border-bottom: none !important;}
	.prolist li {margin-top: 24px;width: 100%;}
    .prolist-wddes {margin-top: 20px;}
    .prolist-wddes p {line-height: 30px;}
    .prolist-wd{height: auto;padding-bottom: 15px;margin-top: 0;}
	.prolist li a h6{ margin-top:10px;}
    .prolist {padding: 16px 0 42px;}
    .prolist-img {height: auto;line-height: normal;padding: 10px 0 0 0;}
    /* 新增 */
      /* 新闻-列表 */
      .news-banner img {height: 250px;}
     .news-list ul {margin-left: 0;}
    .news-list li {width: 100%;margin-top: 24px; margin-left: 0;}
    .news {padding: 16px 0 40px;}
	.fullpage-num {width: 100%;margin-bottom: 12px;}
    .fullpage input, .fullpage button {height: 36px;}
	.fullpage a{margin: 0 4px;width: 34px;height: 34px;line-height: 34px;}
    .fullpage {margin-top: 36px;}
	.sonmenu a {height: 36px;line-height: 36px;width: 50%;margin: 0;}
    .sonmenu a:after{display: none;}
	.newsxq {padding-top: 36px;}
    .newsxq-title h6, .newsxq-title h1 {font-size: 18px;line-height: 28px;}
    .newsxq-desc {padding: 18px 0 26px;}
    .newsxq-tags span {padding: 0 16px;margin: 2px 4px;}
    .newsxq-tags label{top: 2px;}
    .newsxq-item {margin-bottom: 20px;}
    .newsxq .casexqpn {margin-top: 24px;}
	.newsxq-share{ margin-top:0;}
	.newsxq-ltwd{ padding-bottom:0;}
	.newsxq-ltwd p{ height:auto;}
      /* ------------------------- */
      /* 研发产品中心 */
      .study-banner img {width: 100%;object-fit: cover;height: 180px;}
      .study-tion {margin-top: 20px;position: relative;}
      .study-tion .text {width: 100%;}
      .study-swiper .swiper-container>.title {padding-bottom: 15px;justify-content: space-between;}
      .study-swiper .swiper-pagination-bullets {display: flex;align-items: flex-end;height: 35px;right: 10px;}
      .study-swiper .swiper-container>div:nth-child(3){display: none;}
      .study-world .text div:nth-child(1) {line-height: 30px;font-size: 20px;}
      .study-swiper .swiper-container .img .swiper-slide .text {position: absolute;bottom: 20px;left: 15px;font-size: 20px;line-height: 20px;width: 90%;
      color: #fff;}
      .study-tion .text div {line-height: 1.4; color: #80888f;padding-bottom: 0px;}
      .study-innovatop .back::before {content: '';background-color: #f8f9fa;width: 100%;height: 35%;position: absolute;top: 240px;left: 0px;z-index: -1;}
      .study-innovatop .title .text {width: 1015px;text-align: center;line-height: 20px;color: #000;animation: TitleText 1.2s ease both 400ms;opacity: 0;font-size: 20px;}
      .study-world .text {padding-top: 30px;padding-bottom: 30px;width: 334px;padding-right: 0px;padding-left: 19px;left: 0px;}
      .study-innovatop .img {margin-left: 0px;position: relative;}
      .study-innovatop .img>div:nth-child(2) {position: relative;padding: 40px 4%;width: 100%;}
      .study-swiper{padding-bottom: 80px;}
      .study-swiper .swiper-pagination-bullet{width: 9px;height: 13px;background-size: 100% auto;margin:  0 3px;}
      /* .study-swiper .swiper-slide img{height: 200px;} */
      /* ------------------------- */
      /* 新闻-详情页 */
      .newsxq-xigxig .newsxq-title .back::before {display: none;}
      .newsxq-banner .title div:nth-child(2) {color: #fff;padding-top: 10px;}
      .newsxq-banner .img img{height: 100px;}
      .newsxq-banner .title div:nth-child(1) {width: 300px;color: #fff;line-height: 30px;animation: bannerText2 1.2s ease both 100ms;}
      .newsxq-title .title .text div {padding-bottom: 20px;}
      .newsxq-banner .xuanfu img {animation: bannerimg 1.2s ease both 100ms;height: 150px;}
      .newsxq-title .bot-title {justify-content: space-between;flex-wrap: wrap;}
      .newsxq-title .bot-title .text {width: 100%;border-top: 3px solid #00479d;background-color: #fff;margin-bottom: 10px;}
      .newsxq-xigxig .newsxq-UTC>div:nth-child(1) {color: #232b37;padding-top: 10px;padding-bottom: 10px;border-bottom: 2px solid #dcdcdc;}
      .newsxq-xigxig .newsxq-UTC .time-text div:nth-child(1) {padding-bottom: 10px;color: #232b37;width: 100%;transition: all .4s ease;}
      .newsxq-title {width: 100%;}
      .newsxq-title .title {width: 100%;background-color: #fff;z-index: 99999;}
      .newsxq-title .title .text{padding: 30px 0;}
      .newsxq-title .bot-title .text .wenben {padding: 20px;}
      .newsxq-xigxig .newsxq-UTC .time div{width: 100%;padding-left: 5px;}
      .newsxq-title .title .retu{padding: 0;}
      .newsxq-title .title .retu .yuan{width: 150px;}
      .newsxq-title  .jiantou img{width: 25px;}
      .newsxq-title .title .retu .yuan .jiantou p{margin-top: 5px;font-size: 14px;}
      .newsxq-xigxig{padding-bottom: 80px;}
      .proBan-text .title span{transform: translateY(-10px);}
	 .abotd {padding: 40px 0;}
    .abotd-list {margin-top: 0;}
    .abotd-list ul {margin: -18px 0 0;}
    .abotd-list li{width: 100%;margin: 18px 0 0;}
    .abotd-name {font-size: 20px;}
    .aboPop-img{width: 100%;text-align: center;}
    .aboPop-mix{width: 100%;padding: 0 10px;height: auto;}
    .aboPop-contain {padding: 32px 10px;}
    .aboPop-img img{width: 90%;}
    .aboPop-tags {font-size: 16px;margin: 8px 0 12px;}
    .aboPop-name {font-size: 20px;}
    .aboPop-desc p {font-size: 14px;line-height: 24px;}
    .abowh-img{width: 100%;}
    .abowh-img img{min-height: auto;}
    .abowh-mix{position: static;padding: 40px 0;}
}

.font48 {font-size: 4.8rem;}
.font42 {font-size: 48px;}
.font32 {font-size: 3.2rem;}
.font28 {font-size: 2.8rem;}
.font24 {font-size: 2.4rem;}
.font20 {font-size: 2rem;}
.font18 {font-size: 1.8rem;}
.font16 {font-size: 1.8rem;}
.font14 {font-size: 1.8rem;}
.flh26 {line-height: 2.6rem;}
.flh30 {line-height: 3rem;}
.flh36 {line-height: 3.6rem;}
.flh40 {line-height: 4.2rem;}
.product-detail-specification .img-block {width: 100%;height: auto;display: block;}
.product-detail-specification .img-center {width: auto;height: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;height:-webkit-min-content;height:-moz-min-content;height:min-content;max-width: 100%;max-height: 100%;}
.product-detail-specification .tcenter-2 {text-align: center;}
.product-detail-section {overflow: hidden;position: relative;}
.product-detail-section-content {position: relative;width: 80%;margin: auto;}
.product-detail-section-pic {position: relative;}
.product-detail-section-pic .pic {background-position: center;background-repeat: no-repeat;background-size: cover;}
.product-detail-section-text {position: absolute;width: 32%;left: 10%;top: 50%;transform: translateY(-50%);color: #fff;z-index: 10;}
.product-detail-section-title {position: relative;padding: 5% 0;border-top: 2px solid #fff;border-bottom: 2px solid #fff;overflow: hidden;}
.product-detail-section-title .shtitle-1{font-weight: 900;}
.product-detail-section-title .shentitle-1{font-weight: 900;}
.product-detail-section-txt {margin-top: 5%;}
.product-detail-section-txt .shtext-1 {overflow: hidden;}
.product-detail-section-product {position: absolute;right: 5%;top:0;width: 50%;height: 100%;z-index: 8;}
 

.product-detail-feature {padding: 5% 0;overflow: hidden;background: #f5f5f5;}
.product-detail-feature-title {text-align: center;}
.product-detail-feature-title .shtitle-2 {font-weight: 900;}
.product-detail-feature-title .shentitle-2 {color: #999;}
.product-detail-feature-list {margin-top: 3%;}
.product-detail-feature-item {float: left;width: 48.5%;overflow: hidden;margin-bottom: 3%;margin-right: 3%;}
.product-detail-feature-item.mr0 {margin-right: 0;}
.product-detail-feature-item:nth-child(2),.product-detail-feature-item:nth-child(4),.product-detail-feature-item:nth-child(6),.product-detail-feature-item:nth-child(8),.product-detail-feature-item:nth-child(10) {margin-right: 0;}
.product-detail-feature-item a{display: block;position: relative;background: #fff;}
.product-detail-feature-item a:hover .shicon-2 {opacity: 1;mix-blend-mode: color;}
.product-detail-feature-item a:hover .featurebg,.product-detail-feature-item a:hover .shicon-3 {opacity: 1;}
.product-detail-feature-item a:hover .text,.product-detail-feature-item a:hover .shtitle-1 {color: #fff;}
.product-detail-feature-item .pic {position: relative;}
.product-detail-feature-item .featurebg {opacity: 0;}
.product-detail-feature-item .shicon-2 {position: absolute;right: 0;bottom: 0;width: 45%;z-index: 1;}
.product-detail-feature-item .shicon-3 {position: absolute;right: 0;bottom: 0;width: 45%;z-index: 2;opacity: 0;}
.product-detail-feature-item .text {position: absolute;left: 10%;top: 50%;width: 40%;z-index: 11;color: #333333;transform: translateY(-50%);}
.product-detail-feature-item .shicon-1{position: relative;width: 5rem;height: 5rem;}
.product-detail-feature-item .shtitle-1{color: #333;margin-top: 8%;font-weight: bold;}
.product-detail-feature-item .shtext-1{color: #666666;margin-top: 4%;}

.product-detail-specification {padding: 5% 0;overflow: hidden;background: url('../images/specification.jpg') center no-repeat;background-size: cover;}
.product-detail-specification-left {float: left;width: 48%;}
.product-detail-specification-left .pic {position: relative;}
.product-detail-specification-left .specificationbg {display: block;width: 100%;height: auto;}
.product-detail-specification-left .specification-botton {text-align: center;padding: 3% 0;border-top: 1px solid rgba(255,255,255,.1);border-bottom: 1px solid rgba(255,255,255,.1);}
.product-detail-specification-left .specification-botton a {display: inline-block;vertical-align: middle;margin: 0 1%;padding: 1rem 3rem;border-radius: 50px;}
.product-detail-specification-left .specification-botton a i {display: inline-block;vertical-align: middle;width: 2rem;height: 2rem;position: relative;}
.product-detail-specification-left .specification-botton a span {display: inline-block;vertical-align: middle;color: #fff;margin-left: 1.5rem;}
.product-detail-specification-left .specification-botton a:hover {background: #00bf86;}
.product-detail-specification-right  {float: right;width: 45%;}
.product-detail-specification-right .product-detail-feature-title {color: #fff;text-align: left;}
.product-detail-specification-content {position: relative;}
.product-detail-specification-top {padding: 3% 0;overflow: hidden;}
.product-detail-specification-top a {display: inline-block;vertical-align: middle;padding: 1rem 3rem;text-align: center;border: 2px solid #999;border-radius: 50px;color: #666;font-weight: bold;text-decoration: none;margin-right: 1rem;margin-bottom: 1rem;}
.product-detail-specification-top a.cur {color: #fff;border: 2px solid #fff;}
.product-detail-specification-bottom {border-top: 2px solid rgba(255,255,255,.1);overflow: hidden;padding: 3% 0;}
.product-detail-specification-list {height: 49rem;overflow: hidden;overflow-y: auto;scrollbar-width:thin;}
.product-detail-specification-list::-webkit-scrollbar{height:4px; width:3px;background: #666;}
.product-detail-specification-list::-webkit-scrollbar-button{height:0; width:5px;background: #666;}
.product-detail-specification-list::-webkit-scrollbar-thumb{background-color:#fff;box-shadow:inset 1px 1px 0 #fff,inset 0 -1px 0 #fff;}
.product-detail-specification-item {overflow: hidden;clear: both;padding-right: 2%;}
.product-detail-specification-item li{float: left;width: 43%;border-bottom: 1px solid rgba(255,255,255,.1);color: #fff;list-style: none;margin: 0;padding: 0;padding: 3% 0;overflow: hidden;clear: left;margin-right: 10%;}
.product-detail-specification-item li.mr0 {margin-right: 0;clear: none;}

.product-detail-solution {padding: 5% 0;overflow: hidden;position: relative;background: #f5f5f5;}
.shplay-1 {width: 12rem;height: 12rem;background: url('./images/play.png') center no-repeat;background-size: 100%;margin: auto;}
.product-detail-solution-top {text-align: center;}
.product-detail-solution-bottom {margin-top: 3%;}
.product-detail-solution-item {overflow: hidden;position: relative;}
.product-detail-solution-item .text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;text-align: center;color: #fff;}
.product-detail-solution-item .shtitle-1 {margin-top: 5%;font-weight: 900;}
.product-detail-solution-item a:hover .pic {transform: scale(1.05);}
.product-detail-solution-swiper .shplay-1 {width: 5.5rem;height: 5.5rem;position: absolute;right: 5%;top: 50%;transform: translateY(-50%);}
.product-detail-solution-swiper .text{left: 0;width: 90%;top: auto;transform: none;bottom: 10%;text-align: left;padding: 0 5%;}
.product-detail-solution-swiper .text::before {content: '';width: 4px;height: 100%;position: absolute;left: 0;top: 0;background: #00bf86;}
.product-detail-solution-swiper .shtitle-1 {margin-top: 0;}

.product-detail-application-cases {padding: 5% 0;overflow: hidden;position: relative;}
.product-detail-application-cases-top {text-align: center;}
.product-detail-application-cases-bottom {margin-top: 3%;}
.product-detail-application-cases-item {overflow: hidden;position: relative;}
.product-detail-application-cases-item .img {background-color: #333;}
.product-detail-application-cases-item .pic {background-position: center;background-repeat: no-repeat;background-size: cover;}
.product-detail-application-cases-item .text{position: absolute;left: 5%;bottom:10%;z-index: 11;color: #fff;width: 90%;}
.product-detail-application-cases-item .shtitle-2 {font-weight: 900;}
.product-detail-application-cases-item .shtext-2 {margin-top: 1%;opacity: .7;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product-detail-application-cases-swiper .application-cases-prev,.product-detail-application-cases-swiper .application-cases-next {overflow: hidden;outline: none;}
.product-detail-application-cases-swiper .application-cases-prev::after,.product-detail-application-cases-swiper .application-cases-next::after {color: #fff;}
.product-detail-application-cases-swiper .application-cases-prev {left: 20%;}
.product-detail-application-cases-swiper .application-cases-next {right: 20%;}


.product-detail-section-product div {animation: icons 4s linear infinite;-webkit-animation:icons 4s linear infinite}


.product-detail-section-text.black,.product-detail-section-text.black .product-detail-section-txt {color: #333;}
.product-detail-section-text.black .product-detail-section-title  {border: none;overflow: unset;}
.product-detail-section-text.black .product-detail-section-title::before {content: '';width: 10%;height: 3px;position: absolute;left: 0;bottom: -1px;background: #00bf86;z-index:11;}
.product-detail-section-text.black .product-detail-section-title::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,.1);}


.product-detail-feature.style2 .product-detail-feature-item a:hover .shtitle-1 {color: #333;}
.product-detail-specification.style2 .product-detail-specification-left:first-child  {display:none;}
.product-detail-specification.style2 .product-detail-specification-left,.product-detail-specification.style2 .product-detail-specification-right {float: none;width: 100%;}
.product-detail-specification.style2 .product-detail-specification-right .product-detail-feature-title,.product-detail-specification.style2 .product-detail-specification-top {text-align: center;}
.product-detail-specification.style2 .product-detail-specification-top {padding: 1% 0;}
.product-detail-specification.style2 .product-detail-specification-item li {width: 23%;padding: 1% 0;clear: none;margin-right: 3rem;}
.product-detail-specification.style2 .product-detail-specification-item li.mr0 {clear: none;margin-right: 0;} 
.product-detail-specification.style2 .product-detail-specification-item li span {color: #999;}
.product-detail-specification.style2 .product-detail-specification-item li div {min-height:2.5rem;}
.product-detail-specification.style2 .product-detail-specification-bottom {padding: 0 0 3% 0;border:none;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton {padding: 0 0;border:none;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton a:last-child {background: #00479d;border: 2px solid #00bf86;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton a:first-child {border: 2px solid #fff;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton a:hover {border: 2px solid #00479d;}
.product-detail-specification.style2 .product-detail-specification-list {height: auto;}


.casrd-biaoge table{border-collapse:collapse; width:100% !important; overflow:hidden;table-layout:fixed;}
.casrd-biaoge table td{ border:1px solid #ddd;width:100%;  word-break: break-all;overflow:hidden;text-overflow:ellipsis; padding:3px;}




@-webkit-keyframes icons { 0%{-webkit-transform: translate(0,0);transform: translate(0,0);}50%{-webkit-transform: translate(0,3em);transform: translate(0,3em);}100%{-webkit-transform: translate(0,0);transform: translate(0,0);}}
@keyframes icons {0%{-webkit-transform: translate(0,0);transform: translate(0,0);}50%{-webkit-transform: translate(0,3em);transform: translate(0,3em);}100%{-webkit-transform: translate(0,0);transform: translate(0,0);}} 



@media screen and (max-width: 5120px) { 
	html{font-size: 92.5%;}  
	.img-center {width: auto!important;height: auto!important;} 
	.product-detail-section-product .img-center {width: auto!important;height: auto!important;max-width:80%;max-height:80%;width: 80%!important;}
}
@media screen and (max-width: 3840px) { 
	html{font-size: 82.5%;} 
}
@media screen and (max-width: 2560px) {
	html{font-size: 72.5%;} 
} 
@media screen and (max-width: 1920px) {	
	html{font-size: 62.5%;} 
	.img-center {width: auto!important;height: auto!important;}
}
@media screen and (max-width: 1680px) {
	html{font-size: 52.5%;}  
}
@media screen and (max-width: 1440px) {
	html{font-size: 42.5%;} 
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) { 
}
@media screen and (max-width: 1152px) { 
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 860px) {
	.product-detail-section-text {width: 90%;left: 5%;top: 10%;transform: none;}
	.product-detail-section-product { top: auto;width: 90%;height: 50%;bottom: 5%;right: 5%;}
	.product-detail-feature,.product-detail-specification ,.product-detail-solution,.product-detail-application-cases{padding:0 0 10% 0;}
	.product-detail-section-content {width: 90%;}
	.product-detail-feature-item {float: none;width: 100%;margin-bottom: 5%;margin-right: auto;}
	.product-detail-feature-item .text { left: 5%;width: 50%;}
	.product-detail-specification-left,.product-detail-specification-right {float: none;width: 100%;}
	.product-detail-specification-right {margin-top: 10%;}
	.product-detail-specification-list {height: auto;}
	.product-detail-specification-item li {float: none;width: 100%; margin-right: 0;}
	.shplay-1 {width: 5.5rem;height: 5.5rem;}
	.product-detail-application-cases-swiper .application-cases-prev {left: 1%;}
	.product-detail-application-cases-swiper .application-cases-next {right: 1%;}
	.product-detail-specification.style2 .product-detail-specification-item li {width: 100%;padding: 2% 0;margin-right: 0;}
}
@media all and (max-width:1599px) {
    .padding-80-90,.padding-90-80,.padding-80-100,.padding-100-80,.padding-90-90,.padding-90-100,.padding-100-90,.padding-100-100{padding: 80px 0;}
    .padding-80-110,.padding-90-110,.padding-100-110{padding: 80px 0 90px;}
    .padding-110-80,.padding-110-90,.padding-110-100{padding: 90px 0 80px;}
    .padding-80-120,.padding-90-120,.padding-100-120{padding: 80px 0 100px;}
    .padding-120-80,.padding-120-90,.padding-120-100{padding: 100px 0 80px;}
    .padding-90-0,.padding-100-0{padding-top: 80px;}.padding-0-90,.padding-0-100{padding-bottom: 80px;}
    .padding-110-0{padding-top: 90px;}.padding-0-110{padding-bottom: 90px;}.padding-110-110{padding: 90px 0;}.padding-110-120{padding: 90px 0 100px;}
    .padding-120-110{padding: 100px 0 90px;}.padding-120-0{padding-top: 100px;}.padding-0-120{padding-bottom: 100px;}.padding-120-120{padding: 100px 0;}
    .padding-0-130{padding-bottom: 110px;}.padding-130-0{padding-top: 110px;}
	.sonTitle .name {font-size: 36px;}
	.pubTitle h6, .pubTitle h1{font-size: 36px;}
}
@media all and (max-width:1279px) {
    .padding-80-0,.padding-90-0,.padding-100-0{padding-top: 60px;}
    .padding-0-80,.padding-0-90,.padding-0-100{padding-bottom: 60px;}
    .padding-80-80,.padding-80-90,.padding-90-80,.padding-80-100,.padding-100-80,.padding-90-90,.padding-90-100,.padding-100-90,.padding-100-100{padding: 60px 0;}
    .padding-80-110,.padding-90-110,.padding-100-110{padding: 60px 0 70px;}
    .padding-110-80,.padding-110-90,.padding-110-100{padding: 70px 0 60px;}
    .padding-80-120,.padding-90-120,.padding-100-120{padding: 60px 0 80px;}
    .padding-120-80,.padding-120-90,.padding-120-100{padding: 80px 0 60px;}
    .padding-110-0{padding-top: 70px;}.padding-0-110{padding-bottom: 70px;}
    .padding-110-110{padding: 70px 0;}.padding-110-120{padding: 70px 0 80px;}.padding-120-110{padding: 80px 0 70px;}
    .padding-120-0{padding-top: 80px;}.padding-0-120{padding-bottom: 80px;}.padding-120-120{padding: 80px 0;}
    .padding-0-130{padding-bottom: 90px;}.padding-130-0{padding-top: 90px;}
	.sonTitle .name {font-size: 30px;}
	.pubTitle h6, .pubTitle h1{font-size: 24px;}
}
@media all and (max-width:640px) {
    .padding-80-0,.padding-90-0,.padding-100-0{padding-top: 40px;}
    .padding-0-80,.padding-0-90,.padding-0-100{padding-bottom: 40px;}
    .padding-80-80,.padding-80-90,.padding-90-80,.padding-80-100,.padding-100-80,.padding-90-90,.padding-90-100,.padding-100-90,.padding-100-100{padding: 40px 0;}
    .padding-80-110,.padding-90-110,.padding-100-110{padding: 40px 0 44px;}
    .padding-110-80,.padding-110-90,.padding-110-100{padding: 44px 0 40px;}
    .padding-80-120,.padding-90-120,.padding-100-120{padding: 40px 0 48px;}
    .padding-120-80,.padding-120-90,.padding-120-100{padding: 48px 0 40px;}
    .padding-110-0{padding-top: 44px;}.padding-0-110{padding-bottom: 44px;}
    .padding-110-110{padding: 44px 0;}.padding-110-120{padding: 44px 0 48px;}.padding-120-110{padding: 48px 0 44px;}
    .padding-120-0{padding-top: 48px;}.padding-0-120{padding-bottom: 48px;}.padding-120-120{padding: 48px 0;}
    .padding-0-130{padding-bottom: 50px;}.padding-130-0{padding-top: 50px;}
	.sonTitle .name {font-size: 24px;}
}