@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;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: 48px;height: 48px;line-height: 48px;font-weight: 700; font-size: 16px;color: #abbac7;transition: all .4s ease;border-radius: 50%;margin:0 4px;}
.paging-menu a:first-child, .paging-menu a:last-child{font-weight: 400;}
.paging-menu a:last-child{transform: rotate(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #115fad;background-color: #115fad;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: #115fad;}
.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: #115fad;color: #fff;border-color: #115fad;}
.paging-hint span{color: #115fad;}
@media all and (max-width:1000px) {.paging-menu a{width: 36px;height: 36px;line-height: 36px;font-size: 13px;margin:0 2px;}.paging-skip{width: 100%;margin-left: 0;}}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #115fad;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #115fad;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #115fad !important;}
.search-link:hover h2{color: #115fad;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #115fad;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #115fad;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 680px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}

/* 在强 */
/* 公共 */
.pagesBread a{display: block;position: relative;padding-right: 25px;transition: all .4s ease;}
.pagesBread a::after{content: "\e7e7";font-size: 12px; font-family: "icon";color: #777;display: inline-block;position: absolute;right: 7px;top: 50%;transform: translateY(-50%) rotate(180deg);}
.pagesBread a:last-child::after{display: none;}
.pagesBread a:hover{color: #111;}
.CommonBanner > img{width: 100%;transform: scale(1.3);animation: banBg 2s linear forwards;}
.CommonBanner > video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.CommonBanner .videoPlay{animation: banVideo 1s 1s ease forwards;opacity: 0; z-index: 10; position: absolute;right: 25%;top: 50%;transform: translateY(-50%);transition: all .4s ease;  width: 48px;height: 48px;border-radius: 50%;color: #fff;background: #115fad;padding-left: 2px; font-size: 18px; border-radius: 50%;user-select: none;cursor: pointer;}
.CommonBanner .videoPlay:active{transform: translateY(calc(-50% + 3px));}
@keyframes banVideo {0%{opacity: 0;}100%{opacity: 1;}}
.CommonBanner .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;z-index: 3;}
.CommonBanner .content .name{opacity: 0;animation: banText 1.5s ease forwards;}
.CommonBanner .content .title {display: flex;align-items: flex-end;line-height: 1;opacity: 0;animation: banText 1.5s .2s ease forwards;}
.CommonBanner .content .title span{display: block;border-radius: 2px;background-color: #f37932;width: 10px;height: 10px;margin-left: 15px;}
.CommonBanner .content .text{width: 620px;opacity: 0;animation: banText 1.5s .4s ease forwards;}
.CommonBanner .content .text p{margin-top: 20px;}
.CommonBanner .content .text p span{font-weight: 700;}
@keyframes banText {0%{opacity: 0;transform: translateX(150px) skew(-20deg);}100%{opacity: 1;transform: translateX(0) skew(0);}}
@keyframes banBg {0%{transform: scale(1.3);}100%{transform: scale(1);}}
.CommonNav{position: absolute;left: 0px;bottom: 60px;width: 100%;z-index: 3;}
.CommonNav-list a{margin-right: 80px;opacity: .5;border-bottom: 1px solid rgba(0, 0, 0, 0);padding-bottom: 8px;}
.CommonNav-list a:last-child{margin-right: 0px;}
.CommonNav-list a.active{opacity: 1;border-bottom: 1px solid rgba(255, 255, 255, 1);}
.pagesTitle .title-en{line-height: 1.1;font-size: 140px;color: #ebebeb;}
.pagesTitle .title{margin-top: -20px;line-height: 1;}


/* 新闻详情 */
.newsDet .contain{align-items: flex-start;justify-content: space-between;}
.newsDet-con{width: 72%;}
.newsDet-header .date{padding-left: 20px;color: #b2b2b2;}
.newsDet-header .date::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;border-radius: 1px;background: #dcdcdc;}
.newsDet-file{border-top: 2px solid #e8e8e8;border-bottom: 2px solid #e8e8e8;}
.newsDet-file img{display: block;margin: 0 auto;}
.newsDet-file h1,.newsDet-file h2,.newsDet-file h3,.newsDet-file h5,.newsDet-file h6{font-size: 20px;color: #111;font-weight: 700;}
.newsDet-switch{justify-content: space-between;color: #b2b2b2;}
.newsDet-switch .item{border-radius: 40px;width: 40%; align-items: center;justify-content: space-between;height: 42px;padding: 0 28px;border: 2px solid #e8e8e8;transition: all .4s ease;}
.newsDet-switch .item p{width: 70%;}
.newsDet-switch .item:nth-child(2){flex-direction: row-reverse;}
.newsDet-switch .item:nth-child(2) i{transform: rotate(180deg);}
.newsDet-switch .item:hover{color: #0659a1;border-color: #0659a1;}
.newsDet-hot{width: 20%;position: sticky;top: 110px;}
.newsDet-hot-title{padding-left: 20px;}
.newsDet-hot-title::after{content: "";position: absolute;left: 0;top: 10px;border-radius: 2px;background: #0659a1;width: 10px;height: 10px;}
.newsDet-link{border-top: 2px solid #e8e8e8;color: #b2b2b2;}
.newsDet-link-item{transition: all .4s ease;} 
.newsDet-link-item:hover{color: #0659a1;}
.newsDet-back{width: 166px;height: 54px;transition: all .4s ease;border-radius: 40px;}
.newsDet-back i{display: block;margin-left: 12px;}
.newsDet-back:hover{box-shadow: 0 0 10px #115fad;}

/* 新闻中心 */
.newsShow-slide{border-radius: 20px;overflow: hidden;}
.newsShow-img{width: 50%;}
.newsShow-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 40%;background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.6));}
.newsShow-img img{height: 445px;width: 100%;}
.newsShow-con{width: 50%;background: #f5f6f7;padding: 65px 65px 150px;}
.newsShow-con .title{transition: all .4s ease;}
.newsShow-con .date{color: #777;padding-left: 20px;}
.newsShow-con .date::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;background: #777;border-radius: 2px;}
.newsShow-img:hover  img{transform: scale(1.08);}
.newsShow-con:hover .title{color: #115fad;}
.newsShow-pagination{position: absolute;z-index: 2;right: 52%;bottom: 24px;}
.newsShow-pagination .swiper-pagination-bullet{background: #454647;width: 8px;height: 8px;border-radius: 2px;opacity: 1;margin-left: 24px;}
.newsShow-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.newsShow-pagination .swiper-pagination-bullet-active{background: #fff;}
.newsShow-btn{position: absolute;z-index: 2;left: calc(50% + 65px);bottom: 75px;}
.newsShow-btn .btn{width: 50px;height: 50px;border-radius: 50%;background: #fff;color: #79868f;font-size: 14px;user-select: none;cursor: pointer;}
.newsShow-btn .btn.next{margin-left: 18px;transform: rotate(180deg);}
.newsShow-btn .btn:hover{background: #115fad;color: #fff;}

.news-switch{justify-content: space-between;align-items: flex-start; border-bottom: 1px solid #e8e8e8;}
.newsNav-item{margin-left: 40px;position: relative;}
.newsNav-item:first-child{margin-left: 0;}
.newsNav-item::after{content: "";position: absolute;left: 0;bottom: -1px;width: 0;height: 4px;background: #115fad;transition: all .4s ease;}
.newsNav-item:hover,.newsNav-item.active{color: #111;}
.newsNav-item.active{font-weight: 700;}
.newsNav-item.active::after{width: 100%;}
.newsSearch{border: 1px solid #eaeaea;border-radius: 40px;overflow: hidden;}
.newsSearch input{width: 290px;height: 38px;color: #111;font-size: 14px;padding-left: 15px;}
.newsSearch input::-webkit-input-placeholder{color: #cfcfcf;font-size: 14px;}
.newsSearch button{width: 55px;height: 38px;display: flex;align-items: center;justify-content: center;transition: all .4s ease;user-select: none;cursor: pointer;color: #c6c6c6;}
.newsSearch button:hover{color: #111;}
.newsItem{justify-content: space-between;}
.newsItem-img{width: 320px;border-radius: 5px;overflow: hidden;}
.newsItem-img img{width: 100%;height: 190px;transition: all .4s ease;}
.newsItem-con{width: calc(100% - 350px);padding-right: 100px;border-bottom: 1px solid #e8e8e8;}
.newsItem-con .date{padding-left: 20px;color: #777;}
.newsItem-con .date::after{content: "";position: absolute;left: 0;top: 8px;width: 8px;height: 8px;border-radius: 2px;background: #777;}
.newsItem:hover .newsItem-img img{transform: scale(1.1);}
.newsItem:hover .newsItem-con .title{color: #115fad;}

/* 解决方案中心 */
.faItem{justify-content: space-between;}
.faItem:nth-child(2n){flex-direction: row-reverse;}
.faItem-img{width: 49%;border-radius: 15px;}
.faItem-img img{width: 100%;height: 540px;transition: all .6s ease;}
.faItem-img:hover img{transform: scale(1.08);}
.faItem-con{width: 49%;border-radius: 15px;background: #fff;padding: 65px 65px 0;}
.faItem-con .line{width: 100%;height: 1px;background: #e6eaed;}
.faItem-btn{width: 158px;height: 54px;color: #353b43; border: 2px solid #eaeaea;border-radius: 40px;overflow: hidden;position: relative;}
.faItem-btn span{position: relative;z-index: 2;}
.faItem-btn i{position: relative;z-index: 2;transform: rotate(180deg);margin-left: 10px;font-size: 14px;}
.faItem-btn::after{transition: all .6s ease; content: "";position: absolute;background: #115fad; left: -40px;bottom: -80px;width: 400px;height: 400px;border-radius: 50%;transform-origin: left bottom;transform: scale(0);}
.faItem-btn:hover{color: #fff;border-color: #115fad;}
.faItem-btn:hover::after{transform: scale(1);}

/* 解决方案详情 */
.faDet-title{align-items: flex-end;}
.faDet-title .title-en{margin-left: 20px;color: #e2e5e8;}
.faDetInfo-list{background: #fff;padding: 55px;border-radius: 15px;border: 1px solid #e6eaed;justify-content: space-between;overflow: hidden;}
.faDetInfo-list::after{content: "";width: 28%;}
.faDetInfo-list li{flex-direction: column;width: 28%;justify-content: flex-start;}
.faDetInfo-icon{height: 60px;}
.faDetInfo-icon img{max-height: 100%;}
.faDetCase-header .contain{justify-content: space-between;align-items: center;}
.faDetCase-btn .btn{width: 60px;height: 60px;border-radius: 50%;border: 1px solid #ededed;user-select: none;cursor: pointer;}
.faDetCase-btn .btn.next{transform: rotate(180deg);margin-left: 20px;}
.faDetCase-btn .btn:hover{color: #fff;background: #115fad;border-color: #115fad;}
.faDetCase-swp{padding-left: 260px;}
.faDetCase-slide{border-radius: 15px;}
.faDetCase-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.6) 100%);}
.faDetCase-img img{width: 100%;height: 510px;}
.faDetCase-title{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 30px 30px;text-align: right;}
.faDetCase-title .title{justify-content: flex-end;overflow: hidden;}
.faDetCase-title .title i{display: flex;margin-left: 10px;align-items: center;justify-content: center;}
.faDetCase-title .title i::before{transform: rotate(180deg);}
.faDetCase-title .title span,.faDetCase-title .title i{transform: translateX(26px);transition: all .4s ease;}
.faDetCase-slide:hover .faDetCase-img img{ transform: scale(1.1);}
.faDetCase-slide:hover .faDetCase-title .title span,.faDetCase-slide:hover .faDetCase-title .title i{transform: translateX(0);}
.faDetPro-header{justify-content: space-between;align-items: flex-end;}
.faDetPro-nav-item{margin: 20px 0 0 20px;border-radius: 40px;background: #fff;padding: 7px 15px;}
.faDetPro-nav-item:first-child{margin-left: 0;}
.faDetPro-nav-item:hover{color: #115fad;}
.faDetPro-nav-item.active{background: #115fad;color: #fff;}
.faDetPro-nav-item.active:hover{color: #fff;}

.faDetPro-con{display: none;}
.faDetPro-con:first-child{display: block;}
.faDetPro-flex{background: #fff;border: 1px solid #e6eaed;border-radius: 20px;padding: 85px 70px;justify-content: space-between;}
.faDetPro .thumbs{width: 130px;position: relative;height: 440px;}
.faDetPro .thumbs .swiper-container{height: 100%;}
.faDetPro .thumbs-year{flex-direction: column;padding: 0 10px;height: 100%; border-radius: 20px;border: 2px solid #f5f6f6;transition: all .4s ease;}
.faDetPro .thumbs-year .img{height: 70px;display: flex;align-items: center;justify-content: center;opacity: .36;}
.faDetPro .thumbs-year .img img{max-width: 70%;max-height: 90%;}
.faDetPro .thumbs-year .title{margin-top: 5px;}
.faDetPro .thumbs-year.active{border-color: #115fad;}
.faDetPro .thumbs-year.active .img{opacity: 1;}
.faDetPro .thumbs-year.active .title{color: #115fad;}
.faDetPro .thumbs-prev,.faDetPro .thumbs-next{position: absolute;left: 50%;transform: translateX(-50%);bottom: calc(100% + 15px);color: #dde1e3;user-select: none;cursor: pointer;transition: all .4s ease;}
.faDetPro .thumbs-next{top: calc(100% + 15px);bottom: auto;transform: translate(-50%) rotate(180deg);}
.faDetPro .thumbs-prev:hover,.faDetPro .thumbs-next:hover{color: #115fad;}
.faDetPro .gallery{width: calc(100% - 220px);}
.faDetPro-gallery-img img{max-height: 100%;max-width: 50%;}
.faDetPro-gallery-con{border-top: 1px solid #e3e5e7;justify-content: space-between;}
.faDetPro-gallery-title{width: 40%;padding-right: 10px;}
.faDetPro-gallery-text{width: 60%;}
.faDetDown-list{margin-left: -40px;}
.faDetDown-list li{width: calc(25% - 40px);transition: all .4s ease; margin-left: 40px;flex-direction: column;border-radius: 10px;background: #f5f6f7;border: 1px solid #e6eaed;padding: 60px 60px 0;overflow: hidden;}
.faDetDown-icon{height: 60px;}
.faDetDown-icon img{max-height: 100%;}
.faDetDown-icon .h{position: absolute;left: 0;top: 0;opacity: 0;}
.faDetDown-list .page{line-height: .8;font-size: 200px;transform: translateY(30%);color: #e8edf3;transition: all .4s ease;}
.faDetDown-list .title-en{color: #ccd0d5;transition: all .4s ease;}
.faDetDown-list li:hover{background: #115fad;border-color: #115fad;}
.faDetDown-list li:hover .s{opacity: 0;}
.faDetDown-list li:hover .h{opacity: 1;}
.faDetDown-list li:hover .title{color: #fff;}
.faDetDown-list li:hover .title-en{color: rgba(255, 255, 255, .25);}
.faDetDown-list li:hover .page{color: rgba(255, 255, 255, .04);}



/* 案例 */
.caseHeader{justify-content: space-between;align-items: flex-end;border-bottom: 1px solid #e6eaed;}
.caseNav-item{margin-left: 24px;width: 150px;height: 54px;color: #353b43;border-radius: 40px;border: 1px solid #e7ebee;}
.caseNav-item:first-child{margin-left: 0;}
.caseNav-item:hover{color: #115fad;border-color: #115fad;}
.caseNav-item.active{color: #fff;background: #115fad;border-color: #115fad;}
.caseNav-item.active:hover{color: #fff;}
.caseList{margin-left: -30px;}
.caseItem{margin: 30px 0 0 30px;width: calc(50% - 30px);border-radius: 20px;}
.caseItem-img img{width: 100%;height: 400px;}
.caseItem-con{background: #fff;padding: 40px 50px;}
.caseItem-con .title,.caseItem-con .text,.caseItem-con .more{padding-left: 20px;}
.caseItem-con .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;border-radius: 2px;background: #0659a1;}
.caseItem-con .more{align-items: center;}
.caseItem-con .more i{display: block;margin-left: 10px;transform: rotate(180deg);font-size: 12px;}
.caseItem:hover .caseItem-img img{transform: scale(1.08)}
.caseItem:hover .caseItem-con .title,.caseItem:hover .caseItem-con .more{color: #115fad;}
/* 案例详情 */
.casePopup-box{display: none; position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999;background: rgba(0, 0, 0, .5);}
.casePopup{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 73%;}
.casePopup-slide{border-radius: 20px;}
.casePopup-btn{position: absolute;left: -100px;top: 50%;transform: translateY(-50%);user-select: none;cursor: pointer; width: 60px;height: 60px;border-radius: 50%;background: #fff;}
.casePopup-btn.next{left: auto;right: -100px;transform: translateY(-50%) rotate(180deg);}
.casePopup-btn:hover{color: #fff;background: #115fad;}
.casePopup-img{width: 64%;}
.casePopup-img .img{position: relative;height: 100%;}
.casePopup-img .img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 70%;background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7))}
.casePopup-img img{height: 100%;width: 100%;}
.casePopup-img .swiper-container{height: 100%;}
.casePopup-img-pagination{position: absolute;left: 0;bottom: 35px;width: 100%;z-index: 2;}
.casePopup-img-pagination .swiper-pagination-bullet{width: 10px;height: 10px;border-radius: 2px;opacity: 1;background: #424a50;margin: 0 15px;}
.casePopup-img-pagination .swiper-pagination-bullet-active{background: #fff;}
.casePopup-slide{background: #fff;}
.casePopup-con{width: 36%;padding: 100px 60px;}
.casePopup-text{min-height: 270px;}
.casePopup-link{border-top: 1px solid #e8e8e8;}
.casePopup-link-item{margin-left: 20px; width: 160px;height: 54px;border-radius: 40px;border: 1px solid #f2f2f2;}
.casePopup-link-item:first-child{margin-left: 0;}
.casePopup-link-item i{font-size: 14px;transform: rotate(180deg);margin-left: 12px;}
.casePopup-link-item:hover{border-color: #115fad;background: #115fad;color: #fff;}
.casePopup-close{position: absolute;transition: all .4s ease; width: 30px;height: 30px;right: 20px;top: 20px;z-index: 9;font-size: 20px;color: #eaeaea;cursor: pointer;user-select: none;}
.casePopup-close:hover{color: #111;transform: rotate(180deg);}

/* 产品中心 */
.product .contain{justify-content: space-between;align-items: flex-start;}
.proSite{width: 240px;position: sticky;top: 110px;user-select: none;cursor: pointer;}
.proSite li:first-child{margin-top: 0;}
.proSite-menu{border-bottom: 1px solid #e6eaed;align-items: center;font-weight: 700;}
.proSite-menu span{display: block;flex: 1;padding-right: 5px;}
.proSite-menu i{display: block;position: relative;width: 12px;height: 12px;}
.proSite-menu i::after,.proSite-menu i::before{transition: all .4s ease; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: 2px;background: #111;}
.proSite-menu i::after{height: 100%;width: 2px;}
.proSite-menu.active i::after,.proSite-menu.active i::before{transform:translate(-50%,-50%) rotate(180deg);}
.proSite-menu.active i::after{opacity: 0;}
.proSite-drop{display: none;}
.proSite-link{padding-left: 14px;position: relative;}
.proSite-link::after{content: "";position: absolute;left: 0;top: 50%;width: 6px;height: 1px;background: #777;}
.proSite-link:hover,.proSite-link.active{color: #115fad;}
.proCon{width: calc(100% - 400px);}
.proList {margin-right: -25px;margin-bottom: -25px;}
.proItem{transition: all .4s ease;border-radius: 10px;padding: 0 35px 35px;width: calc(100%/4 - 25px);margin-right: 25px;margin-bottom: 25px;}
.proImg{height: 320px;}
.proImg img{max-height: 100%;transition: all .4s ease;}
.proImg:hover img{transform: scale(1.04);}
.proText .text{margin-top: 4px;}
.proItem{background: #fff;}
.proItem:hover{box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.06);}
.proItem:active .proImg img{transform: translateY(-10px);}
.proText .title{transition: all .4s ease;}
.proItem:hover .proText .title{color: #115fad;}

/* 关于我们 */
.abWH-con{border-radius: 15px;overflow: hidden;}
.abWH-bg{position: relative;}
.abWH-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);}
.abWH-bg img{width: 100%;}
.abWH-list{display: flex;flex-wrap: nowrap;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.abWH-list li{width: 140px;height: 100%;border-left: 1px solid rgba(255, 255, 255, .4); position: relative;overflow: hidden;}
.abWH-list li:first-child{border-color: transparent;}
.abWH-show{width: 100%;transition: all .2s .2s; letter-spacing: 4px; display: flex;align-items: center; height: 100%;writing-mode: vertical-lr;padding-top: 65px;}
.abWH-hide{opacity: 0; transition: all .4s ease;transform: translateX(100px); padding: 65px 50px 40px; position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: space-between;}
.abWH-hide .title{writing-mode: vertical-lr;letter-spacing: 4px; }


.abWH-list li.active{width: calc(100% - (140px*6))}
.abWH-list li.active .abWH-show{opacity: 0;transition-delay: 0s;}
.abWH-list li.active .abWH-hide{opacity: 1;transition-delay: .2s;transform: translateX(0);}

.abWH-img {overflow: hidden;}
.abWH-img img{width: 100%;height: 350px;transition: all .4s ease;}
.abWH-img:hover img {transform: scale(1.04);} 
.abWH-title .title-en{color: #e5e5e5;}
.abWH-icon{position: absolute;right: 0;bottom: 5px;}
.abValue{background: url('../images/pages/abValue-bg.png') no-repeat center bottom/100% auto;}
.abValue-swp .swiper-slide{padding: 7px 10px 13px;}
.abValue-slide{height: 100%; flex-direction: column;justify-content: flex-start; padding: 40px 32px 100px; background: #fff;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);border-radius: 20px;}
.abValue-slide .img{height: 42px;}
.abValue-slide .img img{max-height: 100%;}
.abValue-slide .img .h{position: absolute;left: 0;top: 0;opacity: 0;}
.abValue-slide .title{position: relative;}
.abValue-slide .title::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);background: #005fbe;width: 18px;height: 2px;transition: all .4s ease;}
.abValue-slide .page{color: #c6c9cd;position: absolute;left: 50%;bottom: 30px;transform: translateX(-50%);}
.abValue-slide:hover{background: #005fbe;box-shadow: 0px 3px 20px 0px rgba(0, 95, 190, 0.15);}
.abValue-slide:hover .img .h{opacity: 1;}
.abValue-slide:hover .img .s{opacity: 0;}
.abValue-slide:hover .title,.abValue-slide:hover .text,.abValue-slide:hover .page{color: #fff;}
.abValue-slide:hover .title::after{background: #fff;}



  

.abFZ{background: url('../images/pages/abFZ-bg.jpg') no-repeat center/cover;}
.abFZ .pagesTitle .title-en{opacity: .03;}
.abFZ .gallery-more{justify-content: space-between;}
.abFZ .gallery-img{width: 34%;border-radius: 20px;background: #fff;display: flex;align-items: center;justify-content: center;height: 270px;}
/* .abFZ .gallery-img img{max-width: 80%;} */
.abFZ .gallery-img img{width: 100%;height: 100%;}
.abFZ .gallery-text{width: 47%;display: block;padding: 0 0 60px;}
.abFZ .gallery-text .text{border-top: 1px solid #333a41;}
.abFZ-btn{position: absolute;left: 53%;bottom: 0;z-index: 2;}
.abFZ-btn .btn{width: 50px;height: 50px;border-radius: 50%;user-select: none;cursor: pointer;font-size: 14px;background: #fff;color: #79868f;}
.abFZ-btn .btn.next{transform: rotate(180deg);margin-left: 18px;}
.abFZ-btn .btn:hover{color: #fff;background: #115fad;}

.abFZ .thumbs::after{content: "";top:6px;width: 100%;height: 2px;background: #30373e;position: absolute;left: 0;}
.abFZ .thumbs-year{font-weight: 500;flex-direction: column;align-items: center;text-align: center;z-index: 2;position: relative;color: rgba(255, 255, 255, .25);}
.abFZ .thumbs-year i{background: #30373e; border-radius: 50%;font-style: normal;width: 14px;height: 14px;transition: all .4s ease;position: relative;}
.abFZ .thumbs-year i::after{ content: "";opacity: 0; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: inline-block;background: #115fad;width: 10px;height: 10px;border-radius: 50%;transition: all  .4s ease;}
.abFZ .thumbs-year p{margin-top: 15px;}
.abFZ .thumbs-year.active{color: #fff;}
.abFZ .thumbs-year.active i{background: #ffff;}
.abFZ .thumbs-year.active i::after{opacity: 1;}
.abFZ .thumbs-prev,.abFZ .thumbs-next{z-index: 2;background: #014099;border: 1px solid #014099; width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;border-radius: 50%;position: absolute;left: 0;bottom: -8px; cursor: pointer;user-select: none;transition: all .4s ease;}
.abFZ .thumbs-next{left: auto;transform: rotate(-180deg);right: 0;}
.abFZ .thumbs-prev::after,.abFZ .thumbs-next::after{content: "\e80b";font-family: "icon";font-size: 15px;display: inline-block;}
.abFZ .thumbs-prev:hover,.abFZ .thumbs-next:hover{background: #fff;color: #014099;}
.abPic-header{align-items: flex-end;justify-content: space-between;}
.abPic-btn .btn{width: 50px;height: 50px;border-radius: 50%;border: 1px solid #e9e9e9;user-select: none;cursor: pointer;color: #79868f;}
.abPic-btn .btn.next{transform: rotate(180deg);margin-left: 18px;}
.abPic-btn .btn:hover{color: #fff;border-color: #115fad;background: #115fad;}
.abPic-img{border-radius: 15px;overflow: hidden;}
.abPic-img img{width: 100%;height: 400px;transition: all .4s ease;}
.abPic-img:hover img{transform: scale(1.04);}
.abPic-title{padding-left: 45px;}
.abPic-title::after{content: "";position: absolute;left: 22px;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;border-radius: 2px;background: #115fad;}

/* 资质荣誉 */
.honor-slide{border-radius: 15px;background: #f5f6f7;border: 1px solid #e6eaed;padding: 0 15px 60px;}
.honor-img{height: 340px;position: relative;}
.honor-img img{max-width: 70%;max-height: 70%;}
.honor-img > .btn{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;opacity: 0;transition: all .4s ease;}
.honor-img > .btn > div{width: 50px;height: 50px;border-radius: 100px;display: flex;justify-content: center;align-items: center;background-color: #115fad;}
.honor-img > .btn i{font-size: 18px;color: #fff;}
.honor-slide:hover .honor-img > .btn{opacity: 1;}

/* 产品详情 */
.proDetShow-box{background: url('../images/pages/proShow-bg.jpg') no-repeat center/cover;}
.proDetShow .contain{justify-content: space-between;align-items: center;}
.proDetShow-con{width: 46%;}
.proDetShow-text p{padding-left: 12px;position: relative;}
.proDetShow-text p::after{content: "";position: absolute;left: 0;top: 12px;width: 6px;height: 6px;border-radius: 50%;background: #115fad;}
.proDetShow-down {margin-right: -40px;margin-bottom: 10px;}
.proDetShow-down .item{margin-right: 40px;margin-bottom: 10px;align-items: center;}
.proDetShow-down .item span{display: block;margin-left: 12px;text-decoration: underline;font-size: 14px;}
.proDetShow-more{width: 158px;height: 54px;border-radius: 40px;}
.proDetShow-more i{display: block;margin-left: 12px;transform: rotate(180deg);font-size: 14px;}
.proDetShow-more:hover{box-shadow: 0 0 10px #115fad;}
.proDetShow-right{width: 46%;background: #fff;border-radius: 15px;padding-bottom: 50px;}
.proDetShow-slide{height: 450px;}
.proDetShow-slide img{max-width: 70%;max-height: 90%;}
.proDetShow-nav{justify-content: center;}
.proDetShow-nav li{width: 54px;height: 54px;border-radius: 5px;border: 1px solid transparent;margin-left: 10px;user-select: none;cursor: pointer;}
.proDetShow-nav li img{opacity: .25;max-width: 60%;max-height: 70%;transition: all .4s ease;}
.proDetShow-nav li:first-child{margin-left: 0;}
.proDetShow-nav li:hover img,.proDetShow-nav li.active img{opacity: 1;}
.proDetShow-nav li.active{border-color: #115fad;background: #fff;}
.proDetTitle{align-items: flex-end;line-height: 1;}
.proDetTitle::after{content: "";display: block;width: 10px;height: 10px;border-radius: 2px;background: #014099;margin-left: 13px;}
.proDetText{color: #999;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}
.proDetData-table table{width: 100%;}
.proDetData-table table tr{background: #f5f6f7;border-top: 1px solid #e6eaed;}
/* .proDetData-table table tr:nth-child(2){background: #fff;} */
.proDetData-table table tr:last-child{border-bottom: 1px solid #e6eaed;}
.proDetData-table table td{font-size: 16px;color: #777;padding: 15px;}
.proDetData-table table td:first-child{color: #12171e;padding-left: 55px;font-weight: 700;width: 28%;}
.proDetImg-item .img{background: #fff;border-radius: 25px;padding: 50px 80px;}
.proDetHot-slide{border-radius: 10px;background: #f5f6f7;padding:  0 34px 34px;}
.proDetHot-slide .img{height: 350px;overflow: hidden;}
.proDetHot-slide .img img{max-height: 100%;}
.proDetHot-slide:hover .img img{transform: scale(1.1);}
.proDetHot-slide:hover .title{color: #115fad;}






/* 志鑫 */
.serzc-cont{padding: 100px;background-color: #f5f6f7;border: 1px solid #e6eaed;border-radius: 30px;overflow: hidden;position: relative;}
.serzc-cont .img{width: 55%;border-radius: 24px;overflow: hidden;height: 384px;}
.serzc-cont .img img{width: 100%;height: 100%;}
.serzc-cont .cont{width: 45%;display: flex;align-items: center;}
.serzc-cont .cont li{color: #12171e;padding-left: 25px;position: relative;margin-bottom: 16px;} 
.serzc-cont .cont li:last-child{margin-bottom: 0px;}
.serzc-cont .cont li::before{content: "";position: absolute;width: 10px;height: 10px;border-radius: 2px;background-color: #0659a1;left: 0px;top: 50%;transform: translateY(-50%);}
.serzc-cont img.bg{position: absolute;top: 50%;transform: translateY(-50%);}
.serzc-list .list:nth-child(odd) .serzc-cont img.bg{right: -60px;}
.serzc-list .list:nth-child(even) .serzc-cont img.bg{left: -60px;}
.serzc-list .list:nth-child(odd) .serzc-cont .cont{padding-left: 130px;}
.serzc-list .list:nth-child(even) .serzc-cont .cont{padding-left: 158px;}
.serzc-list .list:nth-child(even) .serzc-cont{flex-direction: row-reverse;}
.serzc-list .list{margin-bottom: 92px;}
.serzc-list .list:last-child{margin-bottom: 0px;}

.serkz-content {color: #7c7c7c;}
.serkz-content span{font-weight: 700;color: #115fad;}
.serlc {background-color: #f5f6f7;}
.serlc-list {margin-right: -40px;margin-bottom: -50px;}
.serlc-list .list{width: calc(100%/3 - 40px);margin-right: 40px;margin-bottom: 50px;}
.serlc-list .list .img{height: 260px;border-radius: 12px;overflow: hidden;}
.serlc-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.serlc-list .list .cont{padding-left: 35px;position: relative;}
.serlc-list .list .cont::before{content: "";position: absolute;left: 12px;top: 50%;transform: translateY(-50%);border-radius: 2px;width: 10px;height: 10px;background-color: #0659a1;}
.serxz-nav-box{overflow-x: auto;}
.serxz-nav-item{margin-left: 50px;padding-bottom: 10px;position: relative;}
.serxz-nav-item:first-child{margin-left: 0;}
.serxz-nav-item::after{content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 1px;background: #115fad;transform: translateX(-50%);transition: all .4s ease;}
.serxz-nav-item:hover,.serxz-nav-item.active{color: #115fad;}
.serxz-nav-item.active::after{width: 100%;}


.serxz-list .list{display: flex;border: 1px solid #eaeaea;height: 90px;background-color: #f5f6f7;border-radius: 12px;overflow: hidden;
align-items: center;padding: 0px 50px;position: relative;margin-bottom: 25px;}
.serxz-list .list:last-child{margin-bottom: 0px;}
.serxz-list .list .li:nth-child(1){width: 50%;transition: all .4s ease;}
.serxz-list .list .li:nth-child(2){width: 20%;}
.serxz-list .list .li:nth-child(3){width: 25%;}
.serxz-list .list .btn{width: 5%;display: flex;justify-content: center;align-items: center;}
.serxz-list .list .btn img:nth-child(1){display: block;}
.serxz-list .list .btn img:nth-child(2){display: none;}
.serxz-list .list:hover .btn img:nth-child(1){display: none;}
.serxz-list .list:hover .btn img:nth-child(2){display: block;animation: serxz .4s ease;}
@keyframes serxz {0%{opacity: 0;}100%{opacity: 1;}}
.serxz-list .list::before{content: "";position: absolute;left: 25px;top: 50%;transform: translateY(-50%);width: 10px;height: 10px;
    background-color: #0659a1;border-radius: 2px;transition: all .4s ease;opacity: 0;}
.serxz-list .list:hover::before{opacity: 1;}
.serxz-list .list:hover .li:nth-child(1){color: #115fad;}
.serxz-search{border-bottom: 1px solid #eaeaea;padding-bottom: 48px;}
.customSelect{display: block;width: 345px;position: relative;user-select: none;}
.customSelect-name{display: flex;align-items: center;height: 55px;position: relative;border-radius: 30px;border: 1px solid #eaeaea;padding: 0 45px;font-size: 16px;color: #353b43;cursor: pointer;}
.customSelect-name::after{content: "";position: absolute;width: 13px;height: 8px;right: 48px;top: 50%;margin-top: -4px;background: url('../images/pages/joinicon2.png') no-repeat;}
.customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 55px;max-height: 200px;border: 1px solid #eaeaea;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #eaf1f5;cursor: pointer;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.customSelect-drop li{padding: 0 14px;height: 40px;position: relative;display: flex;align-items: center;width: 100%;font-size: 16px;color: #353b43;transition: all .4s ease;}
.customSelect-drop li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #f4f8fa;}
.customSelect-drop li:last-child::after{display: none;}
.customSelect-drop li:hover, .customSelect-drop li.active{background: #dadfe5;color: #333;}
.customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.customSelect-name.noRadius{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.customSelect-name.noRadius::after{transform: rotate(180deg);}


.sercj-list .list{border-radius: 12px;overflow: hidden;}
.sercj-list .list:nth-child(odd){background-color: #f5f6f7;}
.sercj-list .list:nth-child(even){background-color: #ffffff;}
.sercj-list .list {transition: all .4s ease;}
.sercj-list .list .show{height: 85px;display: flex;align-items: center;padding: 0px 50px;transition: all .4s ease;}
.sercj-list .list .show .img{width: 50px;}
.sercj-list .list .show .title{width: calc(100% - 65px);color: #12171e;transition: all .4s ease;}
.sercj-list .list .show .btn{width: 15px;display: flex;justify-content: flex-end;}
.sercj-list .list .show .img img:nth-child(1){display: block;}
.sercj-list .list .show .img img:nth-child(2){display: none;}
.sercj-list .list .show .btn img:nth-child(1){display: block;}
.sercj-list .list .show .btn img:nth-child(2){display: none;}
.sercj-list .list .hide{padding: 30px 50px;color: #7c7c7c;display: none;}
.sercj-list .list.active {border: 1px solid #115fad;}
.sercj-list .list.active .show{background-color: #115fad;}
.sercj-list .list.active .show .img img:nth-child(1){display: none;}
.sercj-list .list.active .show .img img:nth-child(2){display: block;animation: sercjBtn .4s ease;}
.sercj-list .list.active .show .btn img:nth-child(1){display: none;}
.sercj-list .list.active .show .btn img:nth-child(2){display: block;animation: sercjBtn .4s ease;}
.sercj-list .list.active .show .title{color: #fff;}
@keyframes sercjBtn {0%{opacity: 0;}100%{opacity: 1;}}

.serjx-lun {width: 100%;}
.serjx-lun .img{position: relative;border-radius: 12px;height: 260px;overflow: hidden;}
.serjx-lun .title {display: flex;align-items: center;padding: 0px 12px;color: #12171e;}
.serjx-lun .title span{width: 10px;height: 10px;border-radius: 2px;display: block;background-color: #0659a1;margin-right: 15px;}
.serjx-lun .img img{width: 100%;height: 100%;}
.serjx-lun .img .btn{position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%) scale(0);transition: all .4s ease;}
.serjx-lun:hover .img .btn{transform: translateX(-50%) translateY(-50%) scale(1);}
.serjx-btn a{width: 60px;height: 60px;display: flex;justify-content: center;align-items: center;border-radius: 100px;border: 1px solid #f0f0f0;
transition: all .4s ease;}
.serjx-btn i{color: #79868f;font-size: 16px;transition: all .4s ease;}
.serjx-btn .swiper-btn.next {margin-left: 22px;}
.serjx-btn .swiper-btn.next a{transform: rotate(180deg);}
.serjx-btn a:hover{background-color: #013b94;border: 1px solid #013b94;}
.serjx-btn a:hover i{color: #fff;}


.seryl{background-color: #f5f6f7;}
.seryl-list .img{width: 320px;border-radius: 8px;overflow: hidden;}
.seryl-list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.seryl-list .list:hover .img img{transform: scale(1.04);}
.seryl-list .cont{width: calc(100% - 320px);padding-left: 30px;position: relative;}
.seryl-list .cont::before{content: "";position: absolute;right: 0px;bottom: 0px;background-color: #e8e8e8;width: calc(100% - 30px);height: 1px;}
.seryl-list .cont .title{color: #12171e;transition: all .4s ease;} 
.seryl-list .cont .text{color: #7c7c7c;} 
.seryl-list .cont .data{color: #999;display: flex;align-items: center;} 
.seryl-list .cont .data span{width: 8px;height: 8px;border-radius: 2px;background-color: #e8e8e8;display: block;margin-right: 12px;}
.seryl-list .list:hover .cont .title{color: #0659a1;}
.seryl-list .list{margin-bottom: 42px;}
.seryl-list .list:last-child{margin-bottom: 0px;}

.sergs-title {border-bottom:1px solid #115fad;padding-bottom: 35px;}
.sergs-title .title{color: #12171e;}
.sergs-list .list{margin-bottom: 120px;}
.sergs-list .list .content{color: #7c7c7c;}
.sergs-cont{background-color: #f5f6f7;border-radius: 24px;overflow: hidden;}
.sergs-cont .img{width: 50%;}
.sergs-cont .img img{width: 100%;height: 100%;}
.sergs-cont .cont{width: 50%;padding: 20px 0px 20px 80px; display: flex;align-items: center;position: relative;}
.sergs-cont .cont li{color: #7c7c7c;margin-bottom: 20px;}
.sergs-cont .cont li:last-child{margin-bottom: 0px;}
.sergs-cont .cont .bg{position: absolute;right: -10px;top: -345px;}

.cotwl-cont{display: flex;justify-content: center;}

.cotfs{background-color: #f5f6f7;}
.cotfs-cont{background-color: #fff;border-radius: 30px;border: 1px solid #e6eaed;overflow: hidden;padding: 0px 0px 80px 80px;}
.cotfs-list::-webkit-scrollbar {width: 2px;}
.cotfs-list::-webkit-scrollbar-thumb {background: #115fad;}
.cotfs-list::-webkit-scrollbar-track {background: #f1f1f1;}
.cotfs-list {height: 610px;overflow-y: auto;padding-right: 80px;}
.cotfs-list .list{padding: 52px 0px 46px 0px;border-bottom: 1px solid #e6eaed;}
.cotfs-list .list .title{color: #12171e;}
.cotfs-list .list li .img{width: 27px;}
.cotfs-list .list li .text{color: #353b43;}
.cotfs-list .list li {margin-right: 80px;}
.cotfs-list .list .addElse {color: #115fad;align-items: center;}
.cotfs-list .list .addElse .img{width: 25px;}
.cotfs-list .list .addElse .text{width: calc(100% - 25px);}

.cotly{background-color: #f5f6f7;}
.cotly-from {margin-right: -20px;margin-bottom: -20px;}
.cotly-from .list{width: calc(100%/2 - 20px);margin-right: 20px;margin-bottom: 20px;}
.cotly-from .list input{width: 100%;height: 66px;padding: 0px 35px;border: 1px solid #ededed;border-radius: 5px;}
.cotly-from .list:nth-child(5){width: calc(100% - 20px);}
.cotly-from .list textarea{width: 100%;height: 240px;border: 1px solid #ededed;border-radius: 5px;padding: 22px 35px;}
.cotly-btn {display: flex;}
.cotly-btn a{border-radius: 33px;overflow: hidden;display: flex;justify-content: center;align-items: center;background-color: #0659a1;width: 300px;height: 66px;transition: all .4s ease;}
.cotly-btn a i{margin-left: 12px;}
.cotly-btn a:hover{background-color: rgba(0, 0, 0, 0);border: 1px solid #0659a1;color: #0659a1;}
  
.cotlx{background-color: #f5f6f7;}
.cotlx-title .title{color: #12171e;}
.cotlx-title .text{color: #353b43;}
.cotlx-btn {display: flex;justify-content: center;}
.cotlx-btn a{border-radius: 5px;overflow: hidden;display: flex;justify-content: center;align-items: center;background-color: #0659a1;width: 440px;height: 66px;transition: all .4s ease;}
.cotlx-btn a i{margin-left: 12px;}
.cotlx-btn a:hover{background-color: rgba(0, 0, 0, 0);border: 1px solid #0659a1;color: #0659a1;}

.cotzm-title {color: #7c7c7c;}
.cotzm-title span{font-weight: 700;color: #115fad;}
.cotzm-list {margin-right: -42px;margin-bottom: -42px;}
.cotzm-list .list{width: calc(100%/3 - 42px);margin-right: 42px;margin-bottom: 42px;border: 1px solid #e6eaed;background-color: #f5f6f7;
border-radius: 12px;overflow: hidden;position: relative;padding: 70px 60px;align-items: center;}
.cotzm-list .list .cont {padding-left: 30px;}
.cotzm-list .list .cont .title{color: #12171e;}
.cotzm-list .list .cont .name{color: #ccd0d5;}
.cotzm-list .list .number{line-height: 1;font-size: 180px;color: #eff0f1;position: absolute;right: -30px;}

.cotzq-muen a{width: 135px;height: 50px;border: 1px solid #eaeaea;border-radius: 25px;display: flex;justify-content: center;align-items: center;color: #353b43;margin-left: 25px;}
.cotzq-muen a.active{background-color: #0659a1;border: 1px solid #0659a1;color: #fff;}

.cotdy{background: url(../images/pages/cotdy_bg.jpg)center no-repeat;background-size: cover;}
.cotdy-list {margin-right: -20px;margin-bottom: -20px;}
.cotdy-list .list{width: calc(100%/2 - 20px);margin-right: 20px;margin-bottom: 20px;border-radius: 20px;overflow: hidden;
    background-color: #fff;transition: all .4s ease;position: relative;padding: 60px 75px;}
.cotdy-list .list .bg{position: absolute;bottom: -38px;right: -15px;}
.cotdy-list .list .title{transition: all .4s ease;color: #12171e;}
.cotdy-list .list .text{transition: all .4s ease;color: #7c7c7c;}
.cotdy-list .list .img{height: 58px;}
.cotdy-list .list .img img{max-height: 100%;}
.cotdy-list .list .img img:nth-child(1){display: block;}
.cotdy-list .list .img img:nth-child(2){display: none;}
.cotdy-list .list:hover{background-color: #0659a1;} 
.cotdy-list .list:hover .title{color: #fff;}
.cotdy-list .list:hover .text{color: #fff;}
.cotdy-list .list:hover .img img:nth-child(1){display: none;}
.cotdy-list .list:hover .img img:nth-child(2){display: block;animation: cotdy .4s ease;}
@keyframes cotdy {0%{opacity: 0;}100%{opacity: 1;}}

.aboutzq-list{border: 1px solid #e6eaed;border-radius: 30px;position: relative;overflow: hidden;}
.aboutzq-list::before{content: "";position: absolute;top: 0px;width: 100%;left: 0px;height: 4px;background-color: #013b94;}
.aboutzq-hader {height: 65px;display: flex;align-items: center;padding: 0px 75px;border-bottom: 1px solid #e6eaed;}
.aboutzq-hader .muen {color: #12171e;}
.aboutzq-hader .muen:nth-child(1){width: 37%;}
.aboutzq-hader .muen:nth-child(2){width: 18%;}
.aboutzq-hader .muen:nth-child(3){width: 15%;}
.aboutzq-hader .muen:nth-child(4){width: 15%;}
.aboutzq-hader .muen:nth-child(5){width: 15%;}
.aboutzq-show {height: 80px;display: flex;align-items: center;padding: 0px 75px;border-bottom: 1px solid #e6eaed;cursor: pointer;}
.aboutzq-show .muen:nth-child(1){width: 37%;color: #12171e;}
.aboutzq-show .muen:nth-child(2){width: 18%;color: #7c7c7c;}
.aboutzq-show .muen:nth-child(3){width: 15%;color: #7c7c7c;}
.aboutzq-show .muen:nth-child(4){width: 15%;color: #7c7c7c;}
.aboutzq-show .muen:nth-child(5){width: 15%;color: #7c7c7c;}
.aboutzq-show.active{background-color: #f5f6f7;}
.aboutzq-hide{display: none;border-bottom: 1px solid #e6eaed;}
.aboutzq-hide {padding: 35px 75px 60px 75px;}
.aboutzq-hide .content {color: #12171e;}
.aboutzq-hide .content h3{color: #013b94;font-style: 16px;}
.aboutzq-btn{width: 168px;height: 54px;display: flex;align-items: center;justify-content: center;border-radius: 30px;background-color: #013b94;transition: all .4s ease;}
.aboutzq-btn img{margin-left: 12px;}
.aboutzq-btn:hover{transform: translateY(-10px);}
.aboutzq-muen:last-child .aboutzq-show{border-bottom: 0px;}

.tanCk{display: none;z-index: 999;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .3);position: fixed;top: 0px;left: 0px;width: 100vw;height: 100vh;}
.tanCk.active{display: flex;}
.tanCk-cont{background-color: #fff;border-radius: 10px;padding: 45px;width: 530px;position: relative;}
.tanCk-cont .pop-input{position: relative;width: 100%;height: 45px;}
.tanCk-cont .pop-input input{width: 66%;border-radius: 5px 0px 0px 5px;height: 100%;box-shadow: inset 0px 6px 4px 0px rgb(148 148 149 / 8%);border: 1px solid #e6e6f1;padding-left: 16px;}
.tanCk-cont .pop-input .btn{width: 34%;height: 100%;background-color: #013b94;position: relative;}
.tanCk-cont .pop-input .btn a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanCk-cont .cont-btn {width: 100%;height: 45px;background-color: #013b94;border-radius: 5px;}
.tanCk-cont .cont-btn a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.tanCk-Closebtn{position: absolute;top: 16px;right: 16px;}
.tanCk-Closebtn i{font-size: 26px;color: #222;}
.tanCk-cont .pop-input .btn input{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;}

.CommonBannerNav_top .CommonBanner .content .contain{margin-top: -125px;}

.FanAnBanner .CommonBanner > img{min-height: auto;}

/* .cotzm-list .list {box-shadow: 0 0 26px rgba(17, 95, 173, .2);} */
.cotzm-list .list .img{width: 75px;}
.cotzm-list .list .cont{width: calc(100% - 75px);}

.progj {background-color: #f5f6f7;}
.progj-title {align-items: flex-end;}
.progj-title .title{color: #12171e;margin-right: 18px;}
.progj-title .name{color: #7c7c7c;margin-right: 48px;}
.progj-title .btn{color: #12171e;border-bottom: 1px solid #12171e;transition: all .4s ease;}
.progj-title .btn:hover{border-bottom: 1px solid #013b94;color: #013b94;}
.progj-list {border: 1px solid #e4eaef;border-radius: 20px;box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.06);background-color: #fff;overflow: hidden;}
.progj-list .list .name{width: 200px;background-color: #f8f8f9;padding: 20px 36px;color: #12171e;}
.progj-list .list .cont{width: calc(100% - 200px);background-color: #fff;padding: 20px 35px;padding-bottom: 40px;}
.progj-list .list .cont ul{margin-bottom: -18px;margin-right: -10px;}
.progj-list .list .cont li{width: calc(100%/5 - 10px);margin-right: 10px;margin-bottom: 18px;display: flex;align-items: center;}
.progj-list .list .cont li a{display: flex;align-items: center;}
.progj-list .list .cont li span{width: 20px;height: 20px;border-radius: 5px;display: flex;border: 1px solid #e4eaef;margin-right: 7px;position: relative;}
.progj-list .list .cont li.active span{background-color: #005fbe;border: 1px solid #005fbe;}
.progj-list .list .cont li.active span::before{content: "\e881";font-family: "icon";font-size: 12px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.progj-list .list {position: relative;}
.progj-list .list::before{content: "";position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);background-color: #e4eaef;height: 1px;width: calc(100% - 70px);}
.progj-list .list:last-child::before{display: none;}
.progj-list .list .cont.notLisy li{width: calc(100%/8 - 10px);}

.proyl{background-color: #f5f6f7;}
.proyl-title {display: flex;align-items: flex-end;line-height: 1;}
.proyl-title .title{color: #12171e;margin-right: 15px;}
.proyl-title .name{color: #e0e2e4;opacity: .75;}

.serxz-search{display: none;}

.aboutzq-hide-muen > div{display: none;}
.aboutzq-hide-muen > div.active{display: block;animation: aboutzq-hide-muen .4s ease;}
@keyframes aboutzq-hide-muen {0%{opacity: 0;}100%{opacity: 1;}}

.proDetHot {background-color: #f5f6f7;}
.proDetHot-slide{background-color: #fff;}
.faDetPro-gallery-img{height: 400px;}

.proDetShow-down .item {width: 235px;background-color: #fff;border-radius: 5px;height: 45px;border: 1px solid #ededed;justify-content: center;}
.proDetShow-down .item .customSelect{display: block;width: 100%;height: 100%;position: relative;user-select: none;}
.proDetShow-down .item .customSelect-name{display: flex;align-items: center;position: relative;height: 100%;padding: 0 15px;font-size: 14px;color: #115fad;cursor: pointer;border: 0px solid #ededed;}
.proDetShow-down .item .customSelect-name::after{content: "\e727";position: absolute;font-family: "icon";font-size: 14px;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 1;right: 14px;top: 0;transform: rotateX(180deg);background: none;margin-top: 0px;}
.proDetShow-down .item .customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 45px;max-height: 200px;border: 2px solid #ededed;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #eaf1f5;cursor: pointer;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.proDetShow-down .item .customSelect-drop>div{padding: 10px 14px;position: relative;display: flex;align-items: center;width: 100%;font-size: 14px;color: #0659a1;transition: all .4s ease;}
.proDetShow-down .item .customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #f4f8fa;}
.proDetShow-down .item .customSelect-drop>div:last-child::after{display: none;}
.proDetShow-down .item .customSelect-drop>div:hover,.proDetShow-down .item .customSelect-drop>div.active{background: #dadfe5;color: #0659a1;}
.proDetShow-down .item .customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.proDetShow-down .item .customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.proDetShow-down .item .customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.proDetShow-down .item .customSelect-name.noRadius{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.proDetShow-down .item .customSelect-name.noRadius::after{transform: rotate(0);}
































/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .pagesTitle .title-en{font-size: 120px;}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .CommonNav-list a{margin-right: 50px;}
    .newsShow-img img{height: 380px;}
    .newsShow-con{padding: 50px 50px 130px;}
    .newsShow-btn{left: calc(50% + 50px);bottom: 50px;}
    .newsShow-slide{border-radius: 15px;}
    .pagesTitle .title-en{font-size: 100px;}
    .faItem-img img{height: 440px;}
    .faItem-con{padding: 50px 50px 0;}
    .caseItem{border-radius: 15px;}
    .caseItem-img img{height: 340px;}
    .caseItem-con{padding: 25px 35px;}
    .caseNav-item{margin-left: 10px;width: 140px;height:50px;}
    
    .casePopup-con{padding: 70px 40px;}
    .casePopup-link-item{width: 130px;height: 50px;margin-left: 14px;}
    .casePopup-link-item i{font-size: 12px;}
    .casePopup-slide{border-radius: 15px;}
    .faDetInfo-list{padding: 40px;}
    .faDetInfo-icon{height: 50px;}
    .faDetCase-swp{padding-left: 145px;}
    .faDetCase-img img{height: 420px;}
    .faDetCase-slide{border-radius: 10px;}
    .faDetCase-title{padding: 0 20px 20px;}
    .faDetPro-flex{padding: 50px;}
    .faDetPro .thumbs-prev{bottom: calc(100% + 5px);}
    .faDetPro .thumbs-next{top: calc(100% + 5px);}
    .faDetDown-list .page{font-size: 150px;}
    .faDetDown-icon{height: 50px;}
    .faDetDown-list li{padding: 40px 40px 0;}
    .proSite{width: 220px;}
    .proCon{width: calc(100% - 320px);}
    .proImg{height: 250px;}
    .abWH-img img{height: 300px;}
    .abValue-icon::after{width: 80%;}
    .abFZ .gallery-img{height: 220px;}
    .abPic-img img{height: 340px;}
    .honor-img{height: 300px;}
    .honor-slide{padding-bottom: 40px;}
    .proDetShow-slide{height: 400px;}
    .proDetImg-item .img{padding: 40px 60px;border-radius: 15px;}
    .proDetHot-slide{padding: 0 25px 25px;}
    .proDetHot-slide .img{height: 300px;}

     /* 志鑫 */
     .serzc-cont {padding: 80px;}
     .serlc-list .list .img{height: 220px;}
     .serjx-lun .img{height: 215px;}
     .sergs-list .list {margin-bottom: 90px;}
     .cotzm-list .list {width: calc(100%/3 - 42px);margin-right: 32px;margin-bottom: 32px;border-radius: 12px;padding: 40px;}

     .aboutBanner > img{height: calc(100vh - 90px);}
     .abWH-show{padding-top: 50px;}
     .abWH-hide{padding: 50px 35px 30px;}
     .abWH-list li{width: 120px;}
     .abWH-list li.active {width: calc(100% - (120px*6));}
}

@media all and (max-width:1430px) {
    /* 1360 */
}

@media all and (max-width:1350px) {
    /* 1280 */
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .caseNav-box{width: 100%;margin-top: 30px;}
    .caseNav{justify-content: flex-end;}
    .faItem-img img{height: 360px;}
    .faItem-con{padding: 40px 40px 0;}
    .caseItem-img img{height: 270px;}
    .casePopup-link-item {width: 100px;height: 42px;margin-left: 10px;font-size: 13px;}
    .casePopup-link-item i{margin-left: 5px;}
    .faDetCase-swp{padding-left: 110px;}

    /* 志鑫 */
    .serlc-list .list .img{height: 170px;}
    .serjx-lun .img{height: 165px;}
    .sergs-list .list {margin-bottom: 50px;}
    .sergs-cont .cont {padding-left: 50px;}
    .cotwl .pagesTitle .text br{display: none;}
    .cotfs-list .list li{margin-bottom: 10px;}
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .pagesBread{display: none;}
    .newsDet-box{padding-top: 0;}
    .pagesTitle .title-en{font-size: 80px;}
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .CommonBanner > img{min-height: 550px;}
    .CommonNav-list a {margin-right: 30px;padding-bottom: 8px;}

     /* 志鑫 */
     .serzc-cont{padding: 20px;border-radius: 5px;}
     .serzc-cont .img{width: 100%;border-radius: 5px;}
     .serzc-cont .cont{width: 100%;padding: 0px !important;margin-top: 25px;}
     .serlc-list .list {width: calc(100%/2 - 40px);}
     .sercj-list .list .show{padding: 0px 30px;}
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .CommonNav {bottom: 10px;}
    .CommonNav .contain{overflow-x: auto;}
    .CommonNav-list a{margin-right: 0px;display: flex;padding: 0px 10px;padding-bottom: 8px;}
    @keyframes banText {0%{opacity: 0;transform: translateX(100px) skew(-15deg);}100%{opacity: 1;transform: translateX(0) skew(0);}}
    
    .newsDet-con{width: 100%;}
    .newsDet-header .date{padding-left: 15px;}
    .newsDet-header .date::after{width: 6px;height: 6px;}
    .newsDet-file h1, .newsDet-file h2, .newsDet-file h3, .newsDet-file h5, .newsDet-file h6{font-size: 16px;}
    .newsDet-switch .item{width: 100%;padding: 0 15px;}
    .newsDet-switch .item:nth-child(2){margin-top: 10px;}
    .newsDet-hot{width: 100%;margin-top: 30px;}
    .newsDet-hot-title::after{width: 6px;height: 6px;top: 10px;}
    .newsDet-hot-title{padding-left: 15px;}
    .newsDet-back{width: 140px;height: 46px;}
    .newsNav-item{margin-left: 20px;}
    .newsNav-item::after{height: 2px;}
    .newsNav{width: 100%;border-bottom: 1px solid #e8e8e8;}
    .news-switch{border: unset;}
    .newsSearch{width: 100%;margin-top: 20px;}
    .newsSearch input{width: calc(100% - 55px);}
    .newsItem-img{width: 100%;}
    .newsItem-img img{height: 200px;}
    .newsItem-con{width: 100%;padding: 20px 15px;}
    .newsItem-con .date{padding-left: 15px;}
    .newsItem-con .date::after{width: 6px;height: 6px;}
    .pagesTitle .title-en{font-size: 40px;}
    .pagesTitle .title{margin-top: 0;}
    .faItem{flex-direction: column !important;}
    .faItem-img{width: 100%;border-radius: 10px;}
    .faItem-img img{height: 260px;}
    .faItem-con{padding: 30px 15px;border-radius: 10px;margin-top: 15px;width: 100%;}
    .faItem-btn{width: 130px;height: 44px;}
    .faItem-btn i{font-size: 12px;margin-left: 6px;}
    .caseNav-box{overflow-x: auto;}
    .caseNav{justify-content: flex-start;flex-wrap: nowrap;white-space: nowrap;}
    .caseNav-item{height: 42px;padding: 0 20px;}
    .caseNav-item:first-child{margin-left: 10px;}
    .caseList{margin-left: 0;}
    .caseItem{border-radius: 10px;width: 100%;margin: 15px 0 0;}
    .caseItem-img img{height: 200px;}
    .caseItem-con{padding: 30px 15px;}
    .caseItem-con .title, .caseItem-con .text, .caseItem-con .more{padding-left: 15px;}
    .caseItem-con .title::after{width: 6px;height: 6px;}
    .caseItem-con .more i{transform: scale(.8) rotate(180deg);margin-left: 5px;}
    .casePopup-btn{display: none;}
    .casePopup-pagination{margin-top: 0;}
    .casePopup-pagination .swiper-pagination-bullet{width: 20px;height: 2px;background: rgba(255, 255, 255, .5);opacity: 1;border-radius: 0;margin: 0 4px;}
    .casePopup-pagination .swiper-pagination-bullet-active{background: #fff;}
    .casePopup-slide{border-radius: 5px;}
    .casePopup-img{width: 100%;}
    .casePopup-img img{height: 180px;}
    .casePopup-con{width: 100%;padding: 30px 15px;}
    .casePopup-text{min-height: unset;height: 180px;overflow-y: auto;}
    .casePopup-link-item i{transform: rotate(180deg) scale(.8);}
    .casePopup-close{font-size: 16px;top: -30px;right: -30px;}
    .casePopup-img-pagination{bottom: 10px;}
    .casePopup-img-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 5px;}
    .casePopup{width: 80%;}
    .faDetInfo-list{padding: 30px 15px;}
    .faDetInfo-list li{width: 100%;margin: 30px 0 0;}
    .faDetInfo-list li:first-child{margin-top: 0;}
    .faDetInfo-list .title{margin-top: 10px;}
    .faDet-title .title-en{margin-left: 10px;font-size: 18px;}
    .faDetCase-btn{width: 100%;justify-content: flex-end;margin-top: 20px;}
    .faDetCase-btn .btn{width: 40px;height: 40px;font-size: 14px;}
    .faDetCase-btn .btn.next{margin-left: 14px;}
    .faDetCase-swp{padding-left: 4%;}
    .faDetCase-img img{height: 320px;}
    .faDetCase-slide{border-radius: 5px;}
    .faDetCase-title{padding: 0 15px 15px;}
    .faDetPro-nav-box{overflow-x: auto;width: 100%;margin-top: 20px;}
    .faDetPro-nav-item{margin:0 0 0 15px !important;}
    .faDetPro-flex{padding: 30px 15px;border-radius: 5px;}
    .faDetPro .gallery{width: 100%;}
    .faDetPro .thumbs{width: 80%;height: auto;margin: 40px auto 0;}
    .faDetPro-gallery-title{width: 100%;}
    .faDetPro-gallery-title .text{margin-top: 0;}
    .faDetPro-gallery-text{width: 100%;margin-top: 20px;}
    .faDetPro .thumbs-prev{bottom: auto;left: -30px;top: 50%;transform: translateY(-50%) rotate(-90deg);}
    .faDetPro .thumbs-next{left: auto; right: -30px;top: 50%;transform: translateY(-50%) rotate(90deg);}
    .faDetPro .thumbs-year{padding: 10px;justify-content: flex-start;}
    .faDetDown-list{margin-left: 0;justify-content: space-between;}
    .faDetDown-list li{width: 48%;margin: 15px 0 0;padding: 40px 15px 0;}
    .faDetDown-list .page{font-size: 100px;}
    .faDetDown-icon{height: 40px;}
    .proSite{width: 100%;position: static;}
    .proSite-link{font-size: 12px;}
    .proCon{width: 100%;margin-top: 30px;}
    .proItem{width: 100%;padding: 0;margin-top: 30px;}
    .proImg{height: 200px;}
    .CommonBanner .content .text{width: 100%;}
    .CommonBanner .content .text p{margin-top: 8px;}
    
    .abWH-list .img{height: 60px;}
    
    .abWH-icon{width: 20px;}
    .abWH-text{width: 100%;margin-top: 10px;}
    .abWH-img img{height: 180px;}
    .abValue-list{justify-content: space-between;margin-left: 0;}
    .abValue-list::after{content: "";width: 30%;}
    .abValue-list li{width: 30%;margin:15px 0 0;}
    .abValue-icon::after{display: none;}
    .abValue-icon{width: 66px;height: 66px;}
    .abFZ .thumbs-year p{margin-top: 10px;}
    .abFZ .thumbs-year i{width: 10px;height: 10px;}
    .abFZ .thumbs-year i::after{width: 6px;height: 6px;}
    .abFZ .thumbs::after{top: 4px;height: 1px;}
    .abFZ .gallery-img{width: 100%;height: 200px;}
    .abFZ .gallery-text{width: 100%;margin-top: 20px;padding-bottom: 80px;}
    .abFZ-btn{left: 50%;transform: translateX(-50%);}
    .abFZ-btn .btn,.abPic-btn .btn{width: 40px;height: 40px;font-size: 13px;}
    .abFZ-btn .btn.next,.abPic-btn .btn.next{margin-left: 10px;}
    .abPic-img{border-radius: 5px;}
    .abPic-img img{height: 200px;}
    .abPic-title{padding-left: 15px;}
    .abPic-title::after{width: 6px;height: 6px;left: 0;}
    .proDetShow{margin-top: 0;}
    .proDetShow-con{width: 100%;margin-top: 40px;}
    .proDetShow-down{margin-right: -12px;}
    .proDetShow-down .item{margin-right: 12px;font-size: 13px;}
    .proDetShow-down .item i{font-size: 12px;}
    .proDetShow-down .item span{margin-left: 5px;}
    .proDetShow-more{width: 120px;height: 42px;}
    .proDetShow-more i{font-size: 12px;margin-left: 5px;}
    .proDetShow-right{width: 100%;}
    .proDetShow .contain{flex-direction: column-reverse;}
    .proDetShow-slide{height: 300px;}
    .proDetShow-nav li{width: 46px;height: 46px;margin-left: 5px;}
    .proDetText{padding-right: 0;}
    .proDetTitle::after{margin-left: 5px;width: 6px;height: 6px;}
    .proDetData-table{overflow-x: auto;}
    .proDetData-table table{width: 200%;}
    .proDetData-table table td{font-size: 13px;padding: 10px !important;}
    .proDetImg-item .img{padding: 25px 15px;border-radius: 5px;}
    .proDetHot-slide{padding: 0 15px 20px;}

    /* 志鑫 */
    .serzc-cont .img{height: 165px;}
    .serzc-cont .cont li {margin-bottom: 5px;}
    .serzc-cont img.bg{display: none;}
    .serzc-list .list {margin-bottom: 20px;}
    .serlc-list {margin-right: 0px;margin-bottom: -20px;}
    .serlc-list .list {width: 100%;margin-right: 0px;margin-bottom: 20px;}
    .serlc-list .list .img{border-radius: 5px;}
    .serxz-list .list {height: 50px;border-radius: 5px;overflow: hidden;padding: 0px 15px;margin-bottom: 10px;}
    .serxz-list .list .li:nth-child(3){display: none;}
    .serxz-list .list .li:nth-child(1){width: 70%;}
    .serxz-list .list .li:nth-child(2){width: 25%;}
    .serxz-list .list::before{display: none;}
    .customSelect{width: 100%;}
    .serxz-search{padding-bottom: 22px;}
    .customSelect-name {padding: 0 25px;}
    .customSelect-name::after {right: 20px;}
    .sercj-list .list .show {padding: 0px 15px;}
    .sercj-list .list{border-radius: 5px;}
    .sercj-list .list .hide {padding: 10px 15px;}
    .serjx-lun .img{height: 195px;border-radius: 5px;}
    .seryl-list .img {width: 100%;border-radius: 5px;}
    .seryl-list .cont {width: 100%;padding-left: 0px;padding-bottom: 15px;margin-top: 10px;}
    .seryl-list .cont::before {width: 100%;}
    .seryl-list .list {margin-bottom: 20px;}
    .sergs-title {padding-bottom: 15px;}
    .sergs-list .list {margin-bottom: 25px;}
    .sergs-cont {border-radius: 5px;}
    .sergs-cont .img {width: 100%;}
    .sergs-cont .cont {width: 100%;padding: 15px;}
    .sergs-cont .cont .bg{display: none;}
    .sergs-cont .cont li {margin-bottom: 10px;}
    .cotfs-cont {border-radius: 5px;padding: 0px 0px 15px 15px;}
    .cotfs-list {height: 310px;padding-right: 15px;}
    .cotfs-list .list {padding: 15px 0px 15px 0px;}
    .cotfs-list .list li{margin-right: 0px;width: 100%;}
    .cotfs-list .list li .text{width: calc(100% - 27px);}
    .cotly-from .list {width: calc(100% - 20px);margin-bottom: 10px;}
    .cotly-from .list input {height: 55px;padding: 0px 20px;}
    .cotly-from .list textarea {height: 160px;padding: 10px 20px;}
    .cotlx-btn a {width: 170px;height: 50px;}
    .cotly-btn a {width: 170px;height: 50px;}
    .cotly-btn{justify-content: center;}
    .cotzm-list {margin-right: 0px;margin-bottom: -15px;}
    .cotzm-list .list {width: 100%;margin-right: 0px;margin-bottom: 15px;border-radius: 5px;padding: 40px;}
    .aboutzq-show {height: 60px;padding: 0px 15px;}
    .aboutzq-hader{padding: 0px 15px;}
    .aboutzq-list{border-radius: 10px;}
    .aboutzq-hader .muen:nth-child(5){display: none;}
    .aboutzq-show .muen:nth-child(5){display: none;}
    .aboutzq-hader .muen:nth-child(2) {width: 25%;}
    .aboutzq-show .muen:nth-child(2){width: 25%;}
    .aboutzq-hader .muen:nth-child(3){display: none;}
    .aboutzq-show .muen:nth-child(3){display: none;}
    .aboutzq-hader .muen:nth-child(4){width: 25%;}
    .aboutzq-show .muen:nth-child(4){width: 25%;}
    .aboutzq-hader .muen:nth-child(1){width: 50%;}
    .aboutzq-show .muen:nth-child(1){width: 50%;}
    .aboutzq-hide{padding: 15px;}
    .aboutzq-btn{width: 150px;height: 50px;}
    .tanCk-cont{padding: 30px;border-radius: 10px;}
    .cotzq-muen{margin-top: 25px;width: 100%;justify-content: center;}
    .cotzq-muen a{margin: 0px 5px;width: 100px;height: 40px;}
    .cotdy-list {margin-right: 0px;margin-bottom: -10px;}
    .cotdy-list .list {width: 100%;margin-right: 0px;margin-bottom: 10px;border-radius: 10px;padding: 20px;}
    .cotdy-list .list .bg{width: 200px;}
    .cotdy-list .list .img {height: 45px;}
    .serjx-btn{width: 100%;justify-content: flex-end;}
    .serjx-btn a {width: 50px;height: 50px;}
    .serjx-lun .img .btn {transform: translateX(-50%) translateY(-50%) scale(1);width: 80px;}       
    .CommonBanner > img{min-height: 200px;}
    .CommonBannerNav_top .CommonBanner .content .contain {margin-top: -40px;}
    .cotzm-list .list{padding: 20px;}
    .newsShow-img{width: 100%;}
    .newsShow-con{width: 100%;padding: 20px;}
    .newsShow-btn{display: none;}
    .newsShow-pagination{position: static;display: flex;justify-content: center;margin-top: 15px;}
    .newsShow-img img{height: 130px;}
    .newsShow-slide{border-radius: 5px;}
    .newsShow-pagination .swiper-pagination-bullet-active {background: #0659a1;}
    .aboutBanner > img{height: 110vh;}
    .progj-list .list .name{width: 100%;padding: 20px;}
    .progj-list .list .cont{width: 100%;padding: 20px;}
    .progj-list .list .cont ul{margin-right: 0px;margin-bottom: 0px;}
    .progj-list .list .cont li{width: auto !important;margin-right: 15px !important;margin-bottom: 10px !important;}
    .progj-list{border-radius: 10px;}
    .progj-list .list::before{display: none;}
    .proItem{margin: 0px;margin-bottom: 15px;padding: 15px;}
    .proList{margin-right: 0px;margin-bottom: -15px;}
    .abWH-con{border-radius: 6px;}
    .abWH-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .abWH-bg img{width: 100%;height: 100%;}
    .abWH-list{position: relative;z-index: 2;flex-wrap: wrap;}
    .abWH-list li,.abWH-list li.active{width: 100%;}
    .abWH-show{display: none;}
    .abWH-hide{position: relative;opacity: 1;transform: unset;padding: 20px 15px;border-left: unset;border-top: 1px solid rgba(255, 255, 255, .4);}
    .abWH-hide .title{writing-mode:horizontal-tb;letter-spacing: 0;}
    .abWH-hide .text{margin-top: 14px;}
    .faDetPro-gallery-img img{max-width: 80%;}
    .faDetPro-gallery-img{height: 250px;}
    .serxz-nav{flex-wrap: nowrap;white-space: nowrap;}
    .serxz-nav-item{margin-left: 20px;padding-bottom: 5px;}
    .CommonBanner .videoPlay{top: 100px;right: auto;left: 140px; width: 36px;height: 36px;font-size: 14px;}
}