@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 50px;height: 50px;margin: 4px 5px;font-size: 16px;color: #373737;font-family: "fkr";line-height: 1;transition: all .4s ease;border-radius: 50%;background-color: #fff;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 19.6px 0.4px rgba(85, 98, 151, 0.1);}
.paging-menu a:first-child, .paging-menu a:last-child{font-size: 0;}
.paging-menu a:first-child::after, .paging-menu a:last-child::after{content: "\e80b";font-family: "icon";font-size: 12px;font-weight: 700;}
.paging-menu a:last-child::after{transform: rotateY(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #fcdf00;background-color: #fcdf00;}
@media all and (max-width:1590px) {.paging-menu a{width: 44px;height: 44px;box-shadow: 0px 0px 12px 0 rgba(85, 98, 151, 0.1);}}
@media all and (max-width:1000px) {.paging-menu a{width: 34px;height: 34px;margin: 4px 3px;font-size: 14px;box-shadow: 0px 0px 8px 0 rgba(85, 98, 151, 0.1);}}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #fcdf00;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #fcdf00;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: #fcdf00 !important;}
.search-link:hover h2{color: #fcdf00;}
@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: #fcdf00;}
.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: #fcdf00;}
.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: 720px) {
    .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;}
}

.comBan{width: 100%;overflow: hidden;position: relative;}
.comBan .bg{width: 100%;height: 100vh;animation: comBanRun 2.6s ease both;}
@keyframes comBanRun {0%{transform: scale(1.12);}100%{transform: scale(1);}}
.comBan-cont{position: absolute;width: 100%;height: 100%;z-index: 2;top: 0;left: 0;align-items: center;transform: translate3d(0,0,8px);}
.comBan-cont .hint{color: rgba(255, 255, 255, 0.8);opacity: 0;animation: comBanUp 1s ease both .2s;}
.comBan-cont .title{opacity: 0;animation: comBanUp 1s ease both .4s;}
@keyframes comBanUp{0%{opacity: 0;transform: translateY(120px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.comBan-control{position: absolute;width: 100%;left: 0;z-index: 3;bottom: 80px;opacity: 0;animation: comBanUp 1s ease both .5s;transform: translate3d(0,0,10px);}
.comBan-control .contain{align-items: flex-end;justify-content: space-between;}
.comBan-menu{width: auto;align-items: center;}
.comBan-menu a{transition: all .4s ease;color: rgba(255, 255, 255, 0.5);}
.comBan-menu a::before{content: "/";margin: 0 20px;color: rgba(255, 255, 255, 0.5);}
.comBan-menu a:first-child:before{display: none;}
.comBan-menu a:hover, .comBan-menu a.active{color: #fff;}
.comBan-arrow{user-select: none;cursor: pointer;animation: comBanScroll 1s linear infinite alternate;width: 26px;}
.comBan-arrow:hover{animation-play-state: paused;}
@keyframes comBanScroll {0%{transform: translateY(10px);}100%{transform: translateY(-10px);}}

.mbPage.swiper-pagination{bottom: 0;font-size: 0;display:none;position: relative;}
.mbPage .swiper-pagination-bullet{width: 20px;height: 2px;border-radius: 0;background: #ddd;opacity: 1;margin: 0 0 0 6px !important;}
.mbPage .swiper-pagination-bullet:first-child{margin-left: 0 !important;}
.mbPage .swiper-pagination-bullet-active {background: #fcdf00;}

/* 新闻列表 */
.news{background: #fff;width: 100%;overflow: hidden;}
.newsMain{width: 100%;}
.newsMain .swiper-container{overflow: visible;}
.newsMain .swiper-wrapper{flex-wrap: wrap;width: auto;margin: -20px 0 0 -20px;}
.newsMain .swiper-slide{width: calc(100%/3 - 30px);margin: 20px 0 0 20px;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;height: auto;}
.newsMain-link{width: 100%;overflow: hidden;display: block;border: 1px solid #ddd;}
.newsMain-img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;opacity: 0;transition: all .4s ease;}
.newsMain-img img{width: 100%;height: 100%;}
.newsMain-img::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.newsMain-cont, .newsMain-hint{padding: 50px 42px;}
.newsMain-cont{width: 100%;height: 496px;padding-bottom: 0 !important;background: #fff;position: relative;z-index: 4;transition: background .4s ease;}
.newsMain-hint{position: absolute;width: 100%;padding-top: 0 !important;left: 0;bottom: 0;justify-content: space-between;align-items: flex-end;}
.newsMain-hint .time p{line-height: 1;transition: all .4s ease;}
.newsMain-hint .arrow{width: 58px;height: 58px;border-radius: 50%;border: 1px solid #333;transform: rotateY(180deg);font-size: 12px;transition: all .4s ease;color: #333;}
.newsMain-hint .arrow i{font-size: inherit;line-height: 1;}
.newsMain-link:hover .newsMain-img{opacity: 1;}
.newsMain-link:hover .newsMain-cont{background: transparent;}
.newsMain-link:hover .newsMain-cont .title{color: #fff;}
.newsMain-link:hover .newsMain-cont .text{color: #fff;}
.newsMain-link:hover .newsMain-hint .time p{color: #fff;}
.newsMain-link:hover .arrow{color: #fff;border-color: #fff;}
.newsList{width: 100%;}
.newsList-list{width: 100%;}
.newsList-link{width: 100%;transition: all .4s ease;display: block;position: relative;}
.newsList-link .contain{position: relative;}
.newsList-link .contain::after{content: "";position: absolute;width: 100%;height: 1px;background: #ddd;left: 0;bottom: -1px;transition: all .4s ease;}
.newsList-img{width: 346px;overflow: hidden;}
.newsList-img img{width: 100%;height: 250px;transition: all .6s ease;}
.newsList-mix{width: calc(100% - 346px);}
.newsList-time{width: 286px;padding-left: 116px;}
.newsList-time p{line-height: 1;}
.newsList-cont{width: calc(100% - 286px);}
.newsList-cont .arrow{width: 58px;height: 58px;border-radius: 50%;border: 1px solid #333;transform: rotateY(180deg);font-size: 12px;transition: all .4s ease;color: #333;}
.newsList-cont .arrow i{font-size: inherit;line-height: 1;}
.newsList-link:hover{background: #f6f8fa;z-index: 2;}
.newsList-link:hover .contain::after{opacity: 0;}
.newsList-link:hover .newsList-img img{transform: scale(1.04);}
.newsList-link:hover .newsList-cont .arrow{border-color: #fcdf00;background: #fcdf00;}

/* 新闻详情 */
.newsxq{width: 100%;overflow: hidden;}
.newsxqXx{background: #f6f8fa;}
.newsxqXx .contain{max-width: 1200px;}
.newsxqXx-place{width: 100%;align-items: center;}
.newsxqXx-place a{transition: all .4s ease;}
.newsxqXx-place a::before{content: "/";margin: 0 5px;}
.newsxqXx-place a:first-child:before{display: none;}
.newsxqXx-place a:hover{color: #222;}
.newsxqXx-head{width: 100%;}
.newsxqXx-head-img{width: 552px;overflow: hidden;}
.newsxqXx-head-cont{width: calc(100% - 552px);padding: 0 120px 80px 0;position: relative;}
.newsxqXx-head-cont .title{line-height: 1.34;}
.newsxqXx-head-cont .time p{line-height: 1;}
.newsxqXx-head-cont .toShare{position: absolute;bottom: 20px;left: 0;display: flex;flex-wrap: wrap;}
.newsxqXx-head-cont .toShare a{width: 36px;height: 36px;border-radius: 50%;background: #333;display: flex;align-items: center;justify-content: center;margin-left: 36px;font-size: 16px;color: #fff;transition: all .4s ease;}
.newsxqXx-head-cont .toShare a i{font-size: inherit;}
.newsxqXx-head-cont .toShare a:first-child{margin: 0;}
.newsxqXx-head-cont .toShare a:hover{background: #fcdf00;color: #222;}
/* -- */
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #ddd;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 rgba(0, 0, 0, 0.1);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:#f6f8fa; margin:0;padding:0;color: #333; }
#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;}
/* -- */
.newsxqXx-content{border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;width: 100%;}
.newsxqXx-content img, .newsxqXx-content video{height: auto !important;}
.newsxqXx-control{width: 100%;justify-content: space-between;align-items: flex-end;}
.newsxqXx-control-link{width: calc(100% - 260px);}
.newsxqXx-control-link a span{transition: all .4s ease;}
.newsxqXx-control-link a:hover span{color: #000;}
.newsxqXx-control-btn a{width: 152px;height: 50px;border-radius: 25px;background: #fcdf00;transition: all .4s ease;}
.newsxqXx-control-btn a i{margin-right: 10px;}
.newsxqXx-control-btn a:hover{background: #060606;color: #fff;}
.newsxqXg{background: #fff;}
.newsxqXg-loop{width: 100%;}
.newsxqXg-loop .swiper-container{overflow: visible;}
.newsxqXg-loop .swiper-wrapper{flex-wrap: wrap;width: auto;margin: -40px 0 0 -40px;}
.newsxqXg-loop .swiper-slide{width: calc(100%/2 - 40px);margin: 40px 0 0 40px;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;height: auto;}
.newsxqXg-link{display: flex;width: 100%;background: #f6f8fa;flex-wrap: wrap;flex-direction: row-reverse;}
.newsxqXg-img{width: 346px;overflow: hidden;}
.newsxqXg-img img{width: 100%;height: 250px;transition: all .6s ease;}
.newsxqXg-cont{width: calc(100% - 346px);position: relative;padding: 30px;}
.newsxqXg-cont .arrow{width: 58px;height: 58px;border-radius: 50%;border: 1px solid #333;transform: rotateY(180deg);font-size: 12px;transition: all .4s ease;color: #333;position: absolute;left: 30px;bottom: 30px;}
.newsxqXg-cont .arrow i{font-size: inherit;line-height: 1;}
.newsxqXg-link:hover .newsxqXg-img img{transform: scale(1.04);}
.newsxqXg-link:hover .newsxqXg-cont .arrow{border-color: #fcdf00;background: #fcdf00;}

/* 联系我们 */
.rel{width: 100%;overflow: hidden;}
.relMap{background: #fff;}
.relMap-items{width: 100%;user-select: none;position: relative;}
.relMap-items::after{content: "";position: absolute;width: 100%;height: 1px;bottom: 0;left: 0;background: #e8e8e8;}
.relMap-info{width: 100%;}
.relMap-info .contain{cursor: pointer;justify-content: space-between;align-items: center;}
.relMap-data{width: auto;align-items: center;}
.relMap-data>div{width: 340px;padding-right: 60px;}
.relMap-data>div.text{width: 600px;}
.relMap-data>div.text p, .relMap-data>div.hint p{display: flex;}
.relMap-data>div.text p span, .relMap-data>div.hint p span{white-space: nowrap;}
.relMap-arrow{align-items: center;}
.relMap-arrow p{width: 44px;height: 44px;border-radius: 50%;margin-left: 20px;border: 1px solid #eaeaea;transform: rotate(-90deg);font-size: 12px;color: #060606;display: flex;align-items: center;justify-content: center;transition: background .4s ease, border .4s ease;}
.relMap-arrow p i{font-size: inherit;line-height: 1;}
.relMap-map{width: 100%;height: 540px;display: none;}
.relMap-map>div{width: 100%;height: 100%;}
/* .relMap-map .amap-layer img{display:none !important} */
.relMap-map .amap-logo,.relMap-map .amap-copyright{display: none !important;}
.relMap-info .contain:hover .relMap-arrow p, .relMap-items.active .relMap-arrow p{border-color: #fcdf00;background: #fcdf00;}
.relMap-items.active .relMap-arrow p{transform: rotate(90deg);}
.relMap-items.active .relMap-map{display: block;animation: relMapRun 1.4s ease both;}
@keyframes relMapRun{0%{clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);}100%{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}}
.relFw{background: #fff;height: 520px;display: flex;align-items: center;}
.relFw-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.relFw .contain{position: relative;z-index: 4;}
.relFw-list{width: 100%;}
.relFw-list li{max-width: 420px;margin-top: 26px;}
.relFw-list li:first-child{margin: 0;}

/* 加入我们 */
.join{width: 100%;overflow: hidden;}
.joinTz{background: #fff;}
.joinTz-img{width: 720px;overflow: hidden;}
.joinTz-img img{width: 100%;}
.joinTz-cont{width: calc(100% - 720px);padding: 0 120px 54px 0;position: relative;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: flex-end;}
.joinTz-cont::after{content: "";position: absolute;width: calc(100% - 120px);bottom: 0;left: 0;height: 1px;background: #e0e0e0;}
.joinTz-cont .ico{width: 59px;}
.joinTz-cont .title{line-height: 1.28;}
.joinTz-cont .hint{line-height: 1.24;}
.joinQd{background: #fff;height: 676px;display: flex;align-items: center;}
.joinQd-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.joinQd .contain{position: relative;z-index: 4;}
.joinQd-cont{max-width: 580px;}
.joinZp{background: #f3f5f7;}
.joinZp-head{width: 100%;text-align: center;}
.joinZp-list{width: 100%;}
.joinZp-items{width: 100%;margin-top: 12px;background: #fff;}
.joinZp-items:first-child{margin-top: 0;}
.joinZp-menu{width: 100%;user-select: none;cursor: pointer;transition: background .4s ease;}
.joinZp-menu .contain{padding: 26px 46px 26px 0;align-items: center;position: relative;}
.joinZp-menu .arrow{width: 36px;height: 36px;border-radius: 50%;background: #d6d6d6;transform: rotate(180deg);font-size: 12px;color: #fff;display: flex;align-items: center;justify-content: center;transition: background .4s ease, border .4s ease;position: absolute;right: 0;top: 0;bottom: 0;margin: auto 0;}
.joinZp-menu .arrow i{font-size: inherit;}
.joinZp-menu .name, .joinZp-menu .address{width: 32%;padding-right: 24px;}
.joinZp-menu .num, .joinZp-menu .time{width: 18%;padding-right: 24px;}
.joinZp-menu:hover, .joinZp-menu.active{background: #e7e9ea;}
.joinZp-menu.active .arrow{background: #000;transform: rotate(-90deg);}
.joinZp-drop{width: 100%;overflow: hidden;display: none;}
.joinZp-drop .contain{padding: 60px 0;}
.joinZp-drop .contain *{line-height: inherit;}
.joinZp-drop .contain h6{color: #333;font-weight: 700;}

/* 解决方案 */
.caseBan .comBan-cont{align-items: flex-end;padding-bottom: 120px;}
/*.caseBan .comBan-cont .hint{color: #fff;letter-spacing: 8px;}*/
.caseBan .comBan-cont .eng{color: rgba(255, 255, 255, 0.5);opacity: 0;animation: comBanUp 1s ease both .5s;}
/*.caseBan .comBan-cont .title{letter-spacing: 28px;}*/
.case{width: 100%;}
.caseYl{background: #fff;}
.caseYl-head{width: 100%;text-align: center;}
.caseYl-head .title, .caseYl-head .text{max-width: 1160px;margin-left: auto;margin-right: auto;}
.caseYl-menu{width: 100%;position: relative;}
.caseYl-menu img{width: 100%;}
.caseYl-menu-dot{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;transform: translate3d(0,0,10px);}
.caseYl-menu-dot .dot{width: 1px;height: 1px;position: absolute;}
.caseYl-menu-dot .dot i{width: 12px;height: 12px;position: absolute;left: 50%;top: 50%;margin: -6px 0 0 -6px;border-radius: 50%;background: #fcdf00;}
.caseYl-menu-dot .dot i::before,.caseYl-menu-dot .dot i::after {content: "";z-index: -1;display: block;width: 30px;height: 30px;background: rgba(0, 0, 0, .3);border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -15px 0 0 -15px;animation: caseYlRun 1.5s linear infinite;opacity: 0;}
.caseYl-menu-dot .dot i::before {animation-delay: .6s;}
.caseYl-menu-dot .dot i::after {animation-delay: 0s;}
@keyframes caseYlRun{0%{opacity:0;transform:scale(.1)}5%{opacity:1}to{opacity:0;transform:scale(1.6)}}
.caseYl-menu-dot .dot h2{height: 40px;position: absolute;z-index: 1;left: 0;top: 50%;margin-top: -20px;white-space: nowrap;pointer-events: none;padding-left: 30px;display: flex;align-items: center;}
.caseYl-menu-dot .dot h2::before{background: rgba(252, 223, 0, 0.9);content: '';position: absolute;z-index: 10;width: 0;height: 100%;border-radius: 20px;left: 30px;top: 0;}
.caseYl-menu-dot .dot p{font-size: 16px;font-weight: 700;color: #000;padding: 0 16px;opacity: 0;position: relative;z-index: 10;line-height: 1.14;}
.caseYl-menu-dot .dot:hover h2{pointer-events: auto;}
.caseYl-menu-dot .dot:hover h2::before{width: calc(100% - 30px);transition: all .4s ease;}
.caseYl-menu-dot .dot:hover h2 p{opacity: 1;transition: all .4s ease .3s;}
/* --- */
.caseYl.YL .caseYl-menu-dot .dot.dot1{top: 59%;left: 32%;}
.caseYl.YL .caseYl-menu-dot .dot.dot2{top: 43%;left: 45%;}
.caseYl.YL .caseYl-menu-dot .dot.dot3{top: 68%;left: 55.2%;}
.caseYl.YL .caseYl-menu-dot .dot.dot4{top: 20%;left: 69.5%;}
/* - */
.caseYl.LS .caseYl-menu-dot .dot.dot1{top: 36%;left: 76%;}
/* - */
.caseYl.ZZ .caseYl-menu-dot .dot.dot1{top: 75%;left: 15.5%;}
.caseYl.ZZ .caseYl-menu-dot .dot.dot2{top: 40.2%;left: 60.5%;}
/* - */
.caseYl.DS .caseYl-menu-dot .dot.dot1{top: 32.4%;left: 44.7%;}
/* --- */
.caseCp{background: #fff;overflow: visible;}
.caseCp .contain{align-items: flex-start;justify-content: space-between;position: relative;}
.caseCp-mix{width: calc(100% - 840px);padding-right: 120px;position: sticky;top: 120px;left: 0;}
.caseCp-img{width: 840px;}
.caseCp-img li{width: 100%;overflow: hidden;margin-top: 40px;}
.caseCp-img li:first-child{margin-top: 0;}
.caseCp-head{width: 100%;}
.caseCp-box{width: 100%;position: relative;padding: 10px 0 30px 42px;}
.caseCp-line{position: absolute;top: 0;left: 0;height: 100%;width: 3px;background: #eee;overflow: hidden;}
.caseCp-line i{width: 100%;height: 0;position: absolute;top: 0;left: 0;background: #009bda;}
.caseCp-menu{width: 100%;}
.caseCp-menu li{width: 100%;margin-top: 54px;}
.caseCp-menu li:first-child{margin-top: 0;}
.caseCp-menu li .title{transition: all .4s ease;}
.caseCp-menu li .drop{display: none;width: 100%;}
.caseCp-menu li.active .title{color: #000;}
.caseCp-menu li.active .drop{display: block;}
.caseCp-loop{width: 100%;display: none;}
.caseCp-loop-mix{display: block;width: 100%;}
.caseCp-loop-img{width: 100%;overflow: hidden;}
.caseCp-loop-img img{width: 100%;height: 197px;}
.caseCp-loop-cont{width: 100%;margin-top: 16px;}
.caseAl{background: #f6f8fa;}
.caseAl-head{width: 100%;text-align: center;}
.caseAl-loop{width: 100%;position: relative;}
.caseAl-link{display: flex;width: 100%;height: 140px;border: 1px solid #ddd;align-items: center;justify-content: center;padding: 12px;transition: border .4s ease;background:#fff}
.caseAl-link img{max-height: 100%;transition: all .4s ease;}
.caseAl-link:hover{border-color: #fcdf00;}
.caseAl-link:hover img{transform: translateY(-4px);}
.caseAl-prev, .caseAl-next{width: 50px;height: 50px;background: #dfe0e2;position: absolute;top: 50%;margin-top: -25px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 12px;color: #fff;font-weight: 700;cursor: pointer;z-index: 4;transition: all .4s ease;}
.caseAl-prev i, .caseAl-next i{font-size: inherit;}
.caseAl-prev:hover, .caseAl-next:hover{background: #101010;}
.caseAl-prev{left: -88px;}
.caseAl-next{right: -88px;transform: rotateY(180deg);}

/* 关于我们 */
.about{width: 100%;overflow: hidden;}
.abojj{background: #fff;}
.abojj-cont{width: calc(100% - 680px);padding-right: 138px;}
.abojj-cont .text{hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}
.abojj-loop{width: 680px;overflow: hidden;}
.abojj-loop .img{width: 100%;overflow: hidden;}
.abojj-loop .img img{width: 100%;height: 380px;}
.abojj-loop .swiper-pagination{font-size: 0;bottom: 20px;}
.abojj-loop .swiper-pagination-bullet{opacity: .3;margin: 0 0 0 12px !important;background: #000;}
.abojj-loop .swiper-pagination-bullet:first-child{margin: 0 !important;}
.abojj-loop .swiper-pagination-bullet-active{opacity: 1;background: #000;}
.abojj-num{width: 100%;}
.abojj-num ul{margin-left: -25px;}
.abojj-num li{display: flex;align-items: center;justify-content: center;text-align: center; width: calc(25% - 25px);margin-left: 25px;border-radius: 6px;border: 2px solid #f2f2f2;height: 168px;}
.abojj-num-img{margin-right: 20px;}
.abojj-num-con{max-width:calc(100% - 70px)}
.abojj-num-con .num{margin-top: 15px;align-items: flex-end;}
.abojj-num-con .num span{line-height: .8;margin-right: 5px;}
.abojj-num-con .title{text-align: left;}
.abowh{background: #222;}
.abowh-img{width: 100%;height: 796px;position: relative;}
.abowh-img img{width: 100%;position: absolute;height: 100%;top: 0;left: 0;transition: all .4s ease;opacity: 0;}
.abowh-img img.active{opacity: 1;}
.abowh-img::after{content: "";position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .3);}
.abowh-head{position: absolute;z-index: 10;text-align: center;width: 100%;left: 0;top: 0;}
.abowh-list{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 4;}
.abowh-link{flex: 1;height: 100%;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;transition: background .6s ease;}
.abowh-link::before{content: "";position: absolute;width: 1px;height: 100%;top: 0;left: 0;background: rgba(255, 255, 255, 0.3);}
.abowh-link:first-child:before{display: none;}
.abowh-link .num{position: absolute;width: 100%;left: 0;bottom: 58px;text-align: center;}
.abowh-link .ico{width: 66px;height: 62px;display: flex;align-items: flex-end;justify-content: center;transition: all .4s ease;}
.abowh-link .ico img{max-height: 100%;}
.abowh-link:hover{background: rgba(0, 155, 218, 0.9);}
.abowh-link:hover .ico{transform: translateY(-6px);}
.abofz{background: #f3f5f7;height: 920px;}
.abofz-shan{position: absolute;width: 100%;height: auto;z-index: 6;left: 0;bottom: 0;pointer-events: none;}
.abofz-shan img{width: 100%;}
.abofz .contain{height: 100%;}
.abofz-mix{width: calc(100% - 1040px);padding-right: 80px;}
.abofz-head{width: 100%;}
.abofz-menu{width: 100%;position: relative;}
.abofz-menu-link{width: 100%;user-select: none;cursor: pointer;margin-top: 40px;color: #999;transition: all .4s ease;}
.abofz-menu-link:first-child{margin-top: 0;}
.abofz-menu-link:hover, .abofz-menu-link.active{color: #000;}
.abofz-items{width: 1040px;height: 100%;display: flex;}
.abofz-items .items{width: 100%;display: none;height: 100%;}
.abofz-list{width: 100%;height: 100%;}
.abofz-list li{position: relative;height: 100%;width: 204px;padding-top: 218px;transition: all .4s ease;overflow: hidden;}
.abofz-list li::before{content: "";position: absolute;width: 1px;height: 100%;top: 0;left: 0;background: #e2e2e2;}
.abofz-list li:last-child::after{content: "";position: absolute;width: 1px;height: 100%;top: 0;right: 0;background: #e2e2e2;}
.abofz-list li .year, .abofz-list li .text{padding: 0 46px;}
.abofz-list li .year{width: 100%;display: flex;}
.abofz-list li .year p{position: relative;left: 50%;transform: translateX(-50%);line-height: 1.14;color:#999}
.abofz-list li .text{width: 100%;opacity: 0;transform: translateY(40px);filter: blur(6px);}
.abofz-list li.active{width: calc(100% - 204px * 3);}
.abofz-list li.active .year p{transform: translateX(0);left: 0;color: #000;transition: all .4s ease;}
.abofz-list li.active .text{opacity: 1;transform: translateY(0);transition: all .4s ease .3s;filter: blur(0);}
.abofz-items .items.active{display: block;}
.abofz-items .items.active .abofz-list li{animation: abofzRun 0.8s ease both;}
.abofz-items .items.active .abofz-list li:nth-child(1){animation-delay: 0.2s;}
.abofz-items .items.active .abofz-list li:nth-child(2){animation-delay: 0.35s;}
.abofz-items .items.active .abofz-list li:nth-child(3){animation-delay: 0.5s;}
.abofz-items .items.active .abofz-list li:nth-child(4){animation-delay: 0.65s;}
.abofz-items .items.active .abofz-list li:nth-child(5){animation-delay: 0.8s;}
@keyframes abofzRun{0%{opacity: 0;transform: translateX(120px);}100%{opacity: 1;transform: translateX(0);}}
.abory{background: #fff;}
.abory .contain{width: calc(1440px + 20px);}
.abory-head{width: 100%;text-align: center;}
.abory-loop{width: 100%;position: relative;}
.abory-loop .swiper-container{padding: 60px 10px;}
.abory-loop .swiper-slide{height: auto;}
.abory-link{display: flex;width: 100%;height: 100%;align-items: center;text-align: center;flex-direction: column;padding: 58px 20px;position: relative;background: #fff;box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);overflow: hidden;}
.abory-link .img{height: 75px;display: flex;align-items: flex-end;width: 100%;justify-content: center;position: relative;z-index: 2;transition: transform .4s ease;}
.abory-link .img img{max-height: 100%;transition: all .4s ease;}
.abory-link .img img.h{position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;opacity: 0;}
.abory-link .text{position: relative;z-index: 4;line-height: 1.26;transition: all .4s ease;}
.abory-link::before, .abory-link::after{content: "";position: absolute;width: 100%;height: 100%;background: #009bda url("../images/pages/aborySd.png") no-repeat center/cover;top: 0;left: 0;transition: all .6s ease;opacity: 0;}
.abory-link::before{background-color:#fcdf00;opacity:1;background-image: url("../images/pages/aborySdY.png");}
.abory-link:hover .img{transform: translateY(-4px);}
.abory-link:hover .img img.s{opacity: 0;}
.abory-link:hover .img img.h{opacity: 1;}
.abory-link:hover .text{color: #fff;}
.abory-link:hover::before{opacity: 0;}
.abory-link:hover::after{opacity: 1;}
.abory-prev, .abory-next{width: 50px;height: 50px;background: #dfe0e2;position: absolute;top: 50%;margin-top: -25px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 12px;color: #fff;font-weight: 700;cursor: pointer;z-index: 4;transition: all .4s ease;}
.abory-prev i, .abory-next i{font-size: inherit;}
.abory-prev:hover, .abory-next:hover{background: #101010;}
.abory-prev{left: -78px;}
.abory-next{right: -78px;transform: rotateY(180deg);}

/* 产品中心 */
.proBan{width: 100%;overflow: hidden;position: relative;}
.proBan-img{width: 100%;overflow: hidden;position: relative;}
.proBan-img img{width: 100%;height: 100vh;}
.proBan-img::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: rgba(0, 0, 0, 0);}
.proBan-cont{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;display: flex;align-items: center;}
.proBan-cont .title, .proBan-cont .text{opacity: 0;}
.swiper-slide-active .proBan-cont .text{animation: proBanRun 1s ease both .9s;}
.swiper-slide-active .proBan-cont .title{animation: proBanRun 1s ease both 1s;}
.oneSlide .proBan-cont .text{animation: proBanRun 1s ease both .4s;}
.oneSlide .proBan-cont .title{animation: proBanRun 1s ease both .5s;}
@keyframes proBanRun{0%{opacity: 0;transform: translateX(240px);filter: blur(4px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
.proBan-menu{position: absolute;z-index: 2;left: 0;bottom: 8%;width: 100%;}
.proBan-menu .contain{justify-content: space-between;align-items: flex-end;}
.proBan-menu-left{align-items: center;}
.proBan-btn{height: 22px;align-items: center;font-size: 13px;user-select: none;cursor: pointer;color: #fff;font-weight: 700;}
.proBan-btn:hover{color: #fcdf00;}
.proBan-btn.next{transform: rotate(180deg);}
.proBan-page{margin: 0 20px;}
.proBan-line{position: relative; width: 105px;height: 1px;background: #fff;}
.proBan-line .line{animation: proBanLine 4s linear forwards; position: absolute;left: 0;top: 0;width: 0;height: 100%;background: #fcdf00;}
@keyframes proBanLine {0%{width: 0;}100%{width: 100%;}}
.proBan-scroll{user-select: none;cursor: pointer;animation: proBanScroll 1s linear infinite alternate;}
.proBan-scroll:hover{animation-play-state: paused;}
@keyframes proBanScroll {0%{transform: translateY(10px);}100%{transform: translateY(-10px);}}
.pro{width: 100%;overflow: hidden;}
.proMenu{width: 100%;overflow: hidden;}
.proMenu .contain{justify-content: center;}
.proMenu a{height: 48px;align-items: center;padding: 0 38px;margin-left: 10px;display: flex;transition: background .4s ease, color .4s ease;border-radius: 24px;}
.proMenu a:first-child{margin: 0;}
.proMenu a:hover, .proMenu a.active{color: #333;background: #fcdf00;}
.proMenu a.active{font-weight: 700;}
.proList{width: 100%;}
.proList li{width: 100%;overflow: hidden;height: 500px;align-items: center;margin-top: 1px;display: flex;background: linear-gradient(to right,#f6f8fa,#d0d1d2);}
.proList li:first-child{margin-top: 0;}
.proList li .contain{align-items: center;justify-content: space-between;}
.proList-cont{max-width: calc(100% - 700px);}
.proList-cont .title{line-height: 1.3;}
.proList-cont .line{width: 40px;height: 3px;background: #009bda;}
.proList-cont .link:hover .hint, .proList-cont .link:hover .title{color: #009bda;}
.proList-img{max-width: 620px;position: relative;display: block;}
.proList-img img{max-height: 320px;transition: all .4s ease;position: relative;z-index: 4;}
.proList-img:hover img{transform: scale(1.06);}
.proList-img::after{content: "";pointer-events: none;position: absolute;width: 1219px;height: 1021px;margin: -510px 0 0 -700px;background: url("../images/pages/proBg.png") no-repeat center/100% auto;top: 50%;left: 50%;opacity: 0.2;}
.proList li:nth-child(2n){background: linear-gradient(to right,#d0d1d2,#f6f8fa);}
.proList li:nth-child(2n) .contain{flex-direction: row-reverse;}
.proList li:nth-child(2n) .proList-img::after{background-image: url("../images/pages/proBg2.png");margin: -510px 0 0 -530px;}

/* 产品详情 */
.proxqHead{position: fixed;width: 100%;top: 98px;background: rgba(0, 0, 0, .5);z-index: 66;backdrop-filter: saturate(120%) blur(16px);}
.proxqHead .contain{justify-content: space-between;align-items: center;}
.proxqHead-place{align-items: center;}
.proxqHead-menu a, .proxqHead-place a{display: flex;align-items: center;height: 56px;transition: all .4s ease;}
.proxqHead-place a{color: #ccc;}
.proxqHead-place a:last-child{color: #fff;}
.proxqHead-place a:last-child p{max-width: 280px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.proxqHead-place a::before{content: "/";margin: 0 5px;color: #ccc;}
.proxqHead-place a:first-child:before{display: none;}
.proxqHead-place a:hover{color: #fcdf00;}
.proxqHead-menu{width: auto;align-items: center;}
.proxqHead-menu a{color: #fff;margin-left: 44px;}
.proxqHead-menu a:first-child{margin: 0;}
.proxqHead-menu a:hover, .proxqHead-menu a.active{color: #fcdf00;}
.proxq{width: 100%;overflow: hidden;}
.proxqBan{background: #fff;}
.proxqBan-img{width: 100%;overflow: hidden;}
.proxqBan-img img{width: 100%;animation: comBanRun 2.6s ease both;}
.proxqBan-cont{position: absolute;width: 100%;top: 0;left: 0;text-align: center;}
.proxqBan-cont .text{line-height: 1.32;}
.proxqBan-cont .title{opacity: 0;animation: proxqBanL 1s ease both .4s;}
.proxqBan-cont .text{opacity: 0;animation: proxqBanR 1s ease both .4s;}
@keyframes proxqBanL{0%{opacity: 0;transform: translateX(-160px);filter: blur(4px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
@keyframes proxqBanR{0%{opacity: 0;transform: translateX(160px);filter: blur(4px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
.proxqTd{background: #fff;}
.proxqTd .contain{width: calc(1440px + 20px);}
.proxqTd-loop{width: 100%;position: relative;}
.proxqTd-loop .swiper-container{padding: 60px 10px;}
.proxqTd-loop .swiper-slide{height: auto;}
.proxqTd-link{display: flex;width: 100%;height: 100%;align-items: center;text-align: center;flex-direction: column;padding: 42px 20px;position: relative;background: #fff;box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);overflow: hidden;}
.proxqTd-link .img{width: 100px;height: 100px;padding: 14px;display: flex;align-items: center;border-radius: 50%;justify-content: center;position: relative;z-index: 2;border: 1px solid #009bda;transition: transform .4s ease, border .4s ease;}
.proxqTd-link .img img{max-height: 100%;transition: all .4s ease;}
.proxqTd-link .img img.h{position: absolute;bottom: 0;left: 0;right: 0;top: 0;margin: auto;opacity: 0;max-width:calc(100% - 28px);max-height:calc(100% - 28px);}
.proxqTd-link .text{position: relative;z-index: 4;transition: all .4s ease;}
.proxqTd-link::after{content: "";position: absolute;width: 100%;height: 100%;background: #009bda url("../images/pages/aborySd.png") no-repeat center/cover;top: 0;left: 0;transition: all .6s ease;opacity: 0;}
.proxqTd-link:hover .img{transform: translateY(-4px);border-color: #fff;}
.proxqTd-link:hover .img img.s{opacity: 0;}
.proxqTd-link:hover .img img.h{opacity: 1;}
.proxqTd-link:hover .text{color: #fff;}
.proxqTd-link:hover::after{opacity: 1;}
.proxqTd-prev, .proxqTd-next{width: 50px;height: 50px;background: #dfe0e2;position: absolute;top: 50%;margin-top: -25px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 12px;color: #fff;font-weight: 700;cursor: pointer;z-index: 4;transition: all .4s ease;}
.proxqTd-prev i, .proxqTd-next i{font-size: inherit;}
.proxqTd-prev:hover, .proxqTd-next:hover{background: #101010;}
.proxqTd-prev{left: -78px;}
.proxqTd-next{right: -78px;transform: rotateY(180deg);}
.proxqGg{background: #f2f3f4;}
.proxqGg-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.proxqGg .contain{position: relative;z-index: 4;}
.proxqGg-img{width: 100%;text-align:center}
.proxqGg-img img{height:auto !important;max-height:100%;width:auto}
.proxqGg-para{width: 100%;}
.proxqGg-para ul{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.proxqGg-para li{display: flex;flex-wrap: wrap;align-items: center;padding: 20px 50px;width: calc(100%/3);position:relative;}
.proxqGg-para.change li:last-child{width: calc(100% - 100%/3);}
.proxqGg-para li:after{content:"";position:absolute;width:100%;height:1px;left:0;bottom:-1px;background:#ddd;}
.proxqGg-para li .ico{width: 52px;height:52px;display:flex;align-items:center;justify-content:center}
.proxqGg-para li .ico img{max-height: 100%;}
.proxqGg-para li .cont{margin-left: 16px;}
.proxqTj{background: #fff url("../images/pages/proxqTj.jpg") no-repeat center bottom/cover;}
.proxqTj .contain{align-items: center;}
.proxqTj .gallery{width: 73%;}
.proxqTj .gallery .swiper-container{height: 500px;}
.proxqTj-gallery-slide{height: 100%;align-items: center;}
.proxqTj-gallery-con{width: 300px;}
.proxqTj-gallery-img{width: calc(100% - 300px);height: 100%;display: flex;align-items: center;justify-content: center;}
.proxqTj-gallery-img img{max-height: 90%;max-width: 80%;}
.proxqTj .thumbs{width: 27%;}
.proxqTj .thumbs .swiper-container{height: 300px;}
.proxqTj-thumbs-slide{height: 100%;position: relative;padding-right: 90px;margin-right: 60px; align-items: center;user-select: none;cursor: pointer;}
.proxqTj-thumbs-slide .title{text-align: right;width: 100%;}
.proxqTj-thumbs-slide .img-box{transition: all .4s ease; position: absolute;right: 0;top: 50%;transform: translate(50%,-50%);width: 65px;height: 65px;}
.proxqTj-thumbs-slide .img-box::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 133%;height: 133%;border-radius: 50%;border: 1px solid transparent;transition: all .4s ease;}
.proxqTj-thumbs-slide .img{width: 100%;height: 100%;border-radius: 50%;border: 1px solid #e0e9f3;position: relative;z-index: 2;}
.proxqTj-thumbs-slide .img img{max-width: 80% ;max-height: 80% ;}
.swiper-slide-active .proxqTj-thumbs-slide .title{font-weight: 700;color: #000;}
.swiper-slide-active .proxqTj-thumbs-slide .img-box{width: 90px;height: 90px;}
.swiper-slide-active .proxqTj-thumbs-slide .img-box::after{background: #fff;border-color: #e0e9f3;}
.swiper-slide-active .proxqTj-thumbs-slide .img{background: #fcdf00;}

/* 产品详情-4841 */
.prosb{width: 100%;}
.prosbTd{width: 100%;}
.prosbTd-main{width: 100%;overflow: hidden;position: relative;}
.prosbTd-main-img{width: 100%;overflow: hidden;}
.prosbTd-main-img img{width: 100%;min-height: 230px;}
.prosbTd-main .proxqTitle{position: absolute;width: 100%;top: 0;left: 0;z-index: 4;transform: translate3d(0,0,10px);}
.prosbTd-list{width: 100%;overflow: hidden;}
.prosbTd-list li{width: 100%;position: relative;}
.prosbTd-list li .prosbTd-img{width: 100%;overflow:hidden;}
.prosbTd-list li .prosbTd-img img{width: 100%;min-height: 230px;}
.prosbTd-list li .prosbTd-cont{position: absolute;display: flex;align-items: center;width: 100%;height: 100%;top: 0;left: 0;}
.prosbTd-list li .contain{display: flex;}
.prosbTd-list li:nth-child(2n+1) .contain{justify-content: flex-end;}
.prosbTd-list.change li:nth-child(2n) .contain{justify-content: flex-end;}
.prosbTd-list.change li:nth-child(2n+1) .contain{justify-content: flex-start;}
.prosbTj{background: #fff;}
.prosbTj .contain{max-width: 1240px;}
.prosbTj-head{width: 100%;justify-content: space-between;align-items: center;}
.prosbTj-prev, .prosbTj-next{width: 50px;height: 50px;border: 1px solid #101010;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 12px;color: #101010;font-weight: 700;cursor: pointer;z-index: 4;transition: all .4s ease;}
.prosbTj-prev i, .prosbTj-next i{font-size: inherit;}
.prosbTj-prev:hover, .prosbTj-next:hover{background: #101010;color: #fff;}
.prosbTj-next{transform: rotateY(180deg);margin-left: 10px;}
.prosbTj-loop{width: 100%;}
.prosbTj-loop .swiper-slide{height: auto;}
.prosbTj-link{display: block;width: 100%;overflow: hidden;background: #e9ebee;}
.prosbTj-img{width: 100%;height: 380px;padding: 28px 20px;background: #f6f8fa url("../images/pages/prosbTjBg.png") no-repeat center/90% auto;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.prosbTj-img img{max-height: 100%;transition: all .6s ease;}
.prosbTj-cont{width: 100%;padding: 34px 24px;text-align: center;transition: all .4s ease;}
.prosbTj-link:hover .prosbTj-img img{transform: scale(1.06);}
.prosbTj-link:hover .prosbTj-cont{background: #fcdf00;}

/* 产品详情-1450 */
.proys{width: 100%;}
.proysTd{background: #fff;}
.proysTd-list{width: 100%;}
.proysTd-list ul{margin: -62px 0 0 -40px;}
.proysTd-list li{width: calc(50% - 40px);margin: 62px 0 0 40px;}
.proysTd-img{width: 100%;overflow: hidden;}
.proysTd-img img{width: 100%;height: 420px;}
.proysTd-cont{width: 100%;padding: 36px 28px 0;}
.proysTd-cont .title{line-height: 1.32;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .caseAl-prev, .caseAl-next, .abory-prev, .abory-next, .proxqTd-prev, .proxqTd-next{width: 46px;height: 46px;}
    .caseAl-prev{left: -60px;}
    .caseAl-next{right: -60px;}
    .abowh-img{height: 664px;}
    .abofz {height: 860px;}
    .abofz-list li {padding-top: 214px;}
    .abory-prev{left: -50px;}
    .abory-next{right: -50px;}
    .abory-loop .swiper-container {padding: 50px 10px;}
    .proxqTd-prev{left: -50px;}
    .proxqTd-next{right: -50px;}
    .proxqTd-loop .swiper-container {padding: 50px 10px;}
    .prosbTj-prev, .prosbTj-next{width: 46px;height: 46px;}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .comBan-control{bottom: 60px;}
    .comBan-menu a::before {margin: 0 18px;}
    .newsMain-cont {height: 410px;}
    .newsMain-cont, .newsMain-hint {padding: 40px 34px;}
    .newsList-time {width: 230px;padding-left: 86px;}
    .newsList-cont {width: calc(100% - 230px);}
    .newsList-img {width: 300px;}
    .newsList-mix {width: calc(100% - 300px);}
    .newsList-img img{height: 216px;}
    .newsMain-hint .arrow, .newsList-cont .arrow, .newsxqXg-cont .arrow{width: 50px;height: 50px;}
    .newsxqXx-head-img {width: 500px;}
    .newsxqXx-head-cont{width: calc(100% - 500px);padding: 0 100px 80px 0;}
    .newsxqXx-head-cont .toShare a {margin-left: 28px;}
    .newsxqXg-img{width: 300px;}
    .newsxqXg-img img{height: 216px;}
    .newsxqXg-cont {width: calc(100% - 300px);padding: 24px;}
    .newsxqXg-cont .arrow{left: 24px;bottom: 24px;}
    .newsxqXg-loop .swiper-wrapper{margin: -30px 0 0 -30px;}
    .newsxqXg-loop .swiper-slide{width: calc(100%/2 - 30px);margin: 30px 0 0 30px;}
    .newsxqXx-control-btn a {width: 140px;height: 44px;border-radius: 22px;}
    .newsxqXx-control-btn a i {margin-right: 8px;}
    .relMap-data>div {width: 300px;padding-right: 50px;}
    .relMap-data>div.text {width: 480px;}
    .relMap-map{height: 440px;}
    .relFw{height: 420px;}
    .relMap-arrow p {width: 40px;height: 40px;margin-left: 16px;}
    .relFw-list li {margin-top: 20px;}
    .joinTz-img{width: 640px;}
    .joinTz-cont{width: calc(100% - 640px);padding: 0 90px 54px 0;}
    .joinTz-cont::after {width: calc(100% - 90px);}
    .joinQd{height: 508px;}
    .joinQd-cont {max-width: 526px;}
    .joinZp-menu .contain {padding: 24px 46px 24px 0;}
    .joinZp-drop .contain {padding: 50px 0;}
    .caseBan .comBan-cont{padding-bottom: 90px;}
    .caseYl-menu-dot .dot p {font-size: 15px;}
    .caseCp-img {width: 720px;}
    .caseCp-mix {width: calc(100% - 720px);padding-right: 100px;}
    .caseCp-img li {margin-top: 30px;}
    .caseCp-box {padding: 10px 0 24px 36px;}
    .abojj-num li{height: 145px;}
    .abojj-num-img{margin-right: 20px;}
    .abojj-num-img img{height: 40px;}
    .abojj-loop {width: 600px;}
    .abojj-cont {width: calc(100% - 600px);padding-right: 70px;}
    .abojj-loop .img img{height: 336px;}
    .abowh-img{height: 598px;}
    .abowh-link .num {bottom: 40px;}
    .abofz-mix {width: calc(100% - 900px);padding-right: 50px;}
    .abofz-items {width: 900px;}
    .abofz-list li {padding-top: 168px;width: 160px;}
    .abofz {height: 688px;}
    .abofz-list li .year, .abofz-list li .text {padding: 0 30px;}
    .abofz-list li.active {width: calc(100% - 160px * 3);}
    .abory .contain {width: calc(1200px + 20px);}
    .abory-loop .swiper-container {padding: 46px 10px;}
    .abofz-menu-link {margin-top: 30px;}
    .proMenu a {height: 40px;padding: 0 30px;border-radius: 20px;}
    .proList li{height: 440px;}
    .proList-cont {max-width: calc(100% - 610px);}
    .proList-img {max-width: 550px;}
    .proList-img img {max-height: 296px;}
    .proList-img::after {width: 1160px;height: 1000px;margin: -500px 0 0 -660px;}
    .proList li:nth-child(2n) .proList-img::after {margin: -500px 0 0 -510px;}
    .proxqHead{top: 86px;}
    .proxqHead-menu a {margin-left: 30px;}
    .proxqHead-menu a, .proxqHead-place a{height: 50px;}
    .proxqTd .contain {width: calc(1200px + 20px);}
    .proxqTd-loop .swiper-container {padding: 46px 10px;}
    .proxqGg-para li .cont {margin-left: 12px;}
    .proxqGg-para li {padding: 16px 36px;}
    .proxqTj .gallery .swiper-container{height: 440px;}
    .proxqTj .thumbs .swiper-container{height: 246px;}
    .proxqTj-thumbs-slide .img-box{width: 55px;height: 55px;}
    .swiper-slide-active .proxqTj-thumbs-slide .img-box{width: 70px;height: 70px;}
    .proxqTj-thumbs-slide{margin-right: 50px;padding-right: 70px;}
    .prosbTj-cont {padding: 30px 24px;}
    .proysTd-list ul {margin: -42px 0 0 -30px;}
    .proysTd-list li {width: calc(50% - 30px);margin: 42px 0 0 30px;}
    .proysTd-img img{height: 351px;}
    .proysTd-cont {padding: 30px 24px 0;}
     /*.caseBan .comBan-cont .hint{letter-spacing: 6px;}
   .caseBan .comBan-cont .title{letter-spacing: 22px;}*/
}

@media all and (max-width:1430px) {
    /* 1360 */
}

@media all and (max-width:1350px) {
    /* 1280 */
    .caseAl-loop{padding: 0 70px;}
    .caseAl-prev{left: 0;}
    .caseAl-next{right: 0;}
    .abory-loop{padding: 0 70px;}
    .abory-prev{left: 0;}
    .abory-next{right: 0;}
    .proxqTd-loop{padding: 0 70px;}
    .proxqTd-prev{left: 0;}
    .proxqTd-next{right: 0;}
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .comBan-control{bottom: 40px;}
    .comBan-menu a::before {margin: 0 16px;}
    .newsMain-cont {height: 322px;}
    .newsMain-cont, .newsMain-hint {padding: 30px 24px;}
    .newsList-time {width: 180px;padding-left: 64px;}
    .newsList-cont {width: calc(100% - 180px);}
    .newsList-img {width: 260px;}
    .newsList-mix {width: calc(100% - 260px);}
    .newsList-img img{height: 188px;}
    .newsMain-hint .arrow, .newsList-cont .arrow, .newsxqXg-cont .arrow{width: 44px;height: 44px;}
    .newsxqXx-head-img {width: 400px;}
    .newsxqXx-head-cont{width: calc(100% - 400px);padding: 0 80px 80px 0;}
    .newsxqXx-head-cont .toShare a {margin-left: 20px;}
    .newsxqXg-img{width: 260px;}
    .newsxqXg-img img{height: 188px;}
    .newsxqXg-cont {width: calc(100% - 260px);padding: 20px;}
    .newsxqXg-cont .arrow{left: 20px;bottom: 20px;}
    .newsxqXg-loop .swiper-wrapper{margin: -20px 0 0 -20px;}
    .newsxqXg-loop .swiper-slide{width: calc(100%/2 - 20px);margin: 20px 0 0 20px;}
    .relMap-data>div {width: 240px;padding-right: 40px;}
    .relMap-data>div.text {width: 360px;}
    .relMap-map{height: 400px;}
    .relFw{height: 330px;}
    .relFw-list li {margin-top: 16px;}
    .joinTz-img{width: 500px;}
    .joinTz-cont{width: calc(100% - 500px);padding: 0 60px 40px 0;}
    .joinTz-cont::after {width: calc(100% - 60px);}
    .joinTz-cont .ico {width: 50px;}
    .joinQd{height: 406px;}
    .joinQd-cont {max-width: 470px;}
    .joinZp-menu .contain {padding: 20px 40px 20px 0;}
    .joinZp-drop .contain {padding: 40px 0;}
    .joinZp-menu .arrow {width: 30px;height: 30px;}
    .caseBan .comBan-cont{padding-bottom: 70px;}
    .caseYl-menu-dot .dot p {font-size: 14px;}
    .caseCp-img {width: 540px;}
    .caseCp-mix {width: calc(100% - 540px);padding-right: 60px;}
    .caseCp-img li {margin-top: 20px;}
    .caseAl-link {height: 120px;}
    .caseAl-loop{padding: 0 58px;}
    .caseAl-prev, .caseAl-next, .abory-prev, .abory-next, .proxqTd-prev, .proxqTd-next{width: 40px;height: 40px;}
    .caseCp-box {padding: 10px 0 20px 30px;}
    .abojj-cont {width: 100%;padding-right: 0;}
    .abojj-loop{width: 100%;margin-top: 36px;}
    .abojj-loop .img img{height: 536px;}
    .abowh-img {height: 480px;}
    .abofz-mix {width: calc(100% - 750px);padding-right: 40px;}
    .abofz-items {width: 750px;}
    .abofz-list li {padding-top: 140px;width: 120px;}
    .abofz {height: 600px;}
    .abofz-menu-link {margin-top: 20px;}
    .abofz-list li .year, .abofz-list li .text {padding: 0 24px;}
    .abofz-list li.active {width: calc(100% - 120px * 3);}
    .abory .contain {width: calc(960px + 20px);}
    .abory-loop .swiper-container {padding: 38px 10px;}
    .abory-link {padding: 40px 20px;}
    .abory-loop{padding: 0 58px;}
    .proMenu a {height: 36px;padding: 0 24px;border-radius: 18px;}
    .proList li{height: 380px;}
    .proList-cont {max-width: calc(100% - 490px);}
    .proList-img {max-width: 450px;}
    .proList-img img {max-height: 240px;}
    .proList-img::after {width: 1000px;height: 1000px;margin: -500px 0 0 -570px;}
    .proList li:nth-child(2n) .proList-img::after {margin: -500px 0 0 -430px;}
    .proxqHead-menu a {margin-left: 20px;}
    .proxqHead-menu a, .proxqHead-place a{height: 44px;}
    .proxqTd .contain {width: calc(960px + 20px);}
    .proxqTd-loop .swiper-container {padding: 38px 10px;}
    .proxqTd-link {padding: 36px 20px;}
    .proxqTd-loop{padding: 0 58px;}
    .proxqGg-para li .cont {margin-left: 10px;}
    .proxqGg-para li {padding: 14px 12px;}
    .proxqTj .gallery{width: 100%;}
    .proxqTj .gallery .swiper-container,.proxqTj .thumbs .swiper-container{height: auto;}
    .proxqTj .thumbs{width: 100%;margin-top: 40px;}
    .proxqTj-gallery-con{width: 100%;display: flex;flex-direction: column;align-items: center;text-align: center;}
    .proxqTj-gallery-img{width: 100%;height: 250px;margin-top: 20px;}
    .proxqTj-thumbs-slide{padding: 80px 0 0;margin: 0;flex-direction: column-reverse;align-items: center;}
    .proxqTj-thumbs-slide .img-box{transform: translate(50%,-50%);right: 50%;top: 50px;}
    .proxqTj-thumbs-slide .title{text-align: center;margin-top: 30px;}
    .prosbTj-cont {padding: 24px 20px;}
    .prosbTj-prev, .prosbTj-next{width: 40px;height: 40px;}
    .proysTd-list ul {margin: -30px 0 0 -20px;}
    .proysTd-list li {width: calc(50% - 20px);margin: 30px 0 0 20px;}
    .proysTd-img img{height: 282px;}
    .proysTd-cont {padding: 24px 18px 0;}
    .caseBan .comBan-cont .hint{letter-spacing: 4px;}
    .caseBan .comBan-cont .title{letter-spacing: 18px;}
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .comBan .bg{height: 60vh;}
    .comBan-arrow{display: none;}
    .comBan-control{bottom: 24px;}
    .comBan-menu a::before {margin: 0 14px;}
    .caseYl-menu-dot .dot h2{display: none;}
    .abory .contain {width: calc(92% + 20px);}
    .proBan-scroll{display: none;}
    .proBan-img img{height: 50vh;}
    @keyframes proBanRun{0%{opacity: 0;transform: translateY(80px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
    .proxqHead{top: 60px;}
    .proxqBan-img img{min-height: 600px;}
    .proxqTd .contain {width: calc(92% + 20px);}
    .proxqHead-menu a:hover{color: #fff;}
    .proxqHead-menu a.active {color: #fcdf00;}
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .newsMain-cont {height: 260px;}
    .newsMain-cont, .newsMain-hint {padding: 20px 16px;}
    .newsList-time {width: 120px;padding-left: 32px;}
    .newsList-cont {width: calc(100% - 120px);}
    .newsMain-hint .arrow, .newsList-cont .arrow, .newsxqXg-cont .arrow{width: 40px;height: 40px;}
    .newsxqXx-head-img {width: 300px;}
    .newsxqXx-head-cont{width: calc(100% - 300px);padding: 0 40px 80px 0;}
    .newsxqXx-head-cont .toShare a {margin-left: 20px;}
    .newsxqXg-link{flex-direction: row;}
    .newsxqXg-img{width: 100%;}
    .newsxqXg-img img{height: 248px;}
    .newsxqXg-cont {width: 100%;}
    .newsxqXg-cont .arrow{position: static;margin-top: 16px;}
    .relMap-info .contain, .relMap-data{align-items: flex-start;}
    .relMap-data>div{width: 100% !important;padding: 0;}
    .relMap-data>div.text {margin-top: 16px;}
    .relMap-data{position: relative;}
    .relMap-arrow{position: absolute;right: 4%;top: 42px;}
    .relMap-arrow p {width: 36px;height: 36px;margin-left: 10px;}
    .relMap-map{height: 300px;}
    .relFw{height: 280px;}
    .joinTz-img{width: 100%;margin-top: 28px;}
    .joinTz-cont{width: 100%;padding: 0 0 28px;}
    .joinTz-cont::after{width: 100%;}
    .joinQd{height: 280px;}
    .joinZp-menu .name{width: 100%;padding: 0;}
    .joinZp-menu .num, .joinZp-menu .time{padding: 0;width: 20%;}
    .joinZp-menu .address{width: 60%;}
    .caseBan .comBan-cont{padding-bottom: 0;align-items: center;text-align: center;}
    .caseCp-img {width: 380px;}
    .caseCp-mix {width: calc(100% - 380px);padding-right: 40px;}
    .caseCp-box {padding: 10px 0 20px 24px;}
    .abojj-num ul{margin-left: -10px;}
    .abojj-num li{margin: 10px 0 0 10px;width: calc(50% - 10px);border-radius: 3px;height: 100px;border: 1px solid #ddd;}
    .abojj-num-img{margin-right: 12px;width:30px}
    .abojj-num-img img{height: auto;}
    .abojj-num-con .num{margin-top: 10px;}
    .abojj-num-con {max-width: calc(100% - 60px);}
    .abojj-num-con .title{line-height:1.2}
    .abojj-loop .img img{height: 395px;}
    .abowh-img {height: 430px;}
    .abofz-mix {width: calc(100% - 540px);padding-right: 30px;}
    .abofz-items {width: 540px;}
    .abofz-list li {width: 100px;}
    .abofz {height: 540px;}
    .abofz-menu-link {margin-top: 16px;}
    .abofz-list li .year, .abofz-list li .text {padding: 0 16px;}
    .abofz-list li.active {width: calc(100% - 100px * 3);}
    .proBan-page{margin: 0 8px;}
    .proBan-btn{height: 18px;font-size: 12px;}
    .proBan-btn::before{display: block;transform: scale(.8);}
    .proBan-line{width: 50px;}
    .proList li{height: 300px;}
    .proList-cont {max-width: calc(100% - 390px);}
    .proList-img {max-width: 350px;}
    .proList-img img {max-height: 200px;}
    .proList-img::after {width: 800px;height: 900px;margin: -450px 0 0 -454px;}
    .proList li:nth-child(2n) .proList-img::after {margin: -450px 0 0 -350px;}
    .proxqBan-img img{min-height: 500px;}
    .proxqHead-place{display: none;}
    .proxqHead-menu a, .proxqHead-place a{height: 40px;}
    .proxqHead-menu{width: 100%;}
    .proxqHead-menu a{margin: 0;flex: auto;justify-content: center;}
    .proxqGg-para li {width: 100% !important;}
    .proxqGg-para li .cont{margin-left: 16px;}
    .proxqGg-bg{display: none;}
    .prosbTj-img{height: 320px;}
    .proysTd-img img{height: 206px;}
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
    .comBan .bg{height: auto;min-height: 280px;}
    .comBan-control {bottom: 20px;}
    .comBan-menu a::before {margin: 0 8px;}
    @keyframes comBanUp{0%{opacity: 0;transform: translateY(60px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
    .newsMain .swiper-pagination{display:block;margin-top: 20px;}
    .newsMain .swiper-container{overflow: hidden;}
    .newsMain .swiper-wrapper{justify-content: flex-start;margin: 0;width: 100%;flex-wrap: nowrap;}
    .newsMain .swiper-slide{width: 100%;margin: 0;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;flex: none;}
    .newsList-img{width: 100%;}
    .newsList-img img{height: 238px;}
    .newsList-mix{width: 100%;margin-top: 16px;}
    .newsList-time{width: 100%;padding: 0;}
    .newsList-cont{width: 100%;margin-top: 12px;}
    .newsMain-hint .arrow, .newsList-cont .arrow, .newsxqXg-cont .arrow{width: 36px;height: 36px;}
    .newsxqXx-head-cont{width: 100%;padding: 0;}
    .newsxqXx-head-cont .toShare{display: none;}
    .newsxqXx-head-img{width: 100%;margin-top: 20px;}
    .newsxqXx-control-link{width: 100%;}
    .newsxqXx-control-btn{display: flex;justify-content: center;margin-top: 20px;width: 100%;}
    .newsxqXx-control-btn a {width: 130px;height: 40px;border-radius: 20px;}
    .newsxqXx-control-btn a i {margin-right: 6px;}
    .newsxqXg-loop .swiper-pagination{display: block;margin-top: 20px;}
    .newsxqXg-loop .swiper-container{overflow: hidden;}
    .newsxqXg-loop .swiper-wrapper{justify-content: flex-start;margin: 0;width: 100%;flex-wrap: nowrap;}
    .newsxqXg-loop .swiper-slide{width: 100%;margin: 0;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;flex: none;}
    .newsxqXg-img img{height: 238px;}
    .newsxqXg-cont{padding: 16px;}
    .newsxqXg-cont .title{-webkit-line-clamp: 2;height: 48px;}
    .newsxqXg-cont .arrow{margin-top: 12px;}
    .relMap-arrow{top: 26px;}
    .relMap-arrow p {width: 30px;height: 30px;margin-left: 8px;}
    .relMap-map{height: 240px;}
    .relFw{height: 280px;}
    .relFw-list li {margin-top: 8px;}
    .relFw {height: 216px;}
    .relFw-list{margin-top: 14px;}
    .joinTz-cont .ico {width: 36px;}
    .joinTz-cont {padding: 0 0 18px;}
    .joinTz-img {margin-top: 21px;}
    .joinQd {height: 168px;}
    .joinQd-cont {max-width: 240px;}
    .joinQd-cont .text{line-height: 1.4;}
    .joinZp-menu .contain {padding: 14px 40px 14px 0;}
    .joinZp-menu .num, .joinZp-menu .time{display: none;}
    .joinZp-menu .address{width: 100%;margin-top: 2px;}
    .joinZp-items {margin-top: 8px;}
    .joinZp-drop .contain {padding: 24px 0;}
    .caseYl-menu-dot .dot i {width: 8px;height: 8px;margin: -4px 0 0 -4px;}
    .caseYl-menu-dot .dot i::before, .caseYl-menu-dot .dot i::after {width: 20px;height: 20px;margin: -10px 0 0 -10px;}
    .caseCp-box{display: none;}
    .caseCp-img{display: none;}
    .caseCp-mix{width: 100%;padding: 0;}
    .caseAl-loop {padding: 0;}
    .caseAl-prev, .caseAl-next, .abory-prev, .abory-next, .proxqTd-prev, .proxqTd-next{display: none;}
    .caseAl-link {height: 88px;}
    .caseAl-loop .swiper-pagination{display: block;margin-top: 20px;}
    .caseCp-loop{display: block;}
    .caseCp-loop .swiper-pagination{display: block;margin-top: 20px;}
    .abojj-num li{height: 88px;}
    .abojj-num-con .num {margin-top: 4px;}
    .abojj-loop .img img{height: 185px;}
    .abojj-loop {margin-top: 20px;}
    .abojj-loop .swiper-pagination-bullet {width: 6px;height: 6px;margin: 0 0 0 8px !important;}
    .abojj-loop .swiper-pagination {bottom: 14px;}
    .abojj-num{margin-top: 18px;}
    .abowh-link .ico {width: 36px;height: 38px;}
    .abowh-link .num {bottom: 20px;}
    .abowh-img {height: 250px;}
    .abofz-mix{width: 100%;padding: 0;}
    .abofz-menu{display: flex;flex-wrap: wrap;}
    .abofz-menu-link{width: auto;flex: 1;margin: 0;text-align: center;}
    .abofz{height: auto;padding-bottom: 100px;}
    .abofz-items{width: 100%;margin-top: 18px;padding-top: 18px;border-top: 1px solid #e2e2e2;}
    .abofz-list li{width: 100% !important;padding: 0;margin-top: 14px;}
    .abofz-list li:first-child{margin-top: 0;}
    .abofz-list li::before, .abofz-list li::after{display: none !important;}
    .abofz-list li .year, .abofz-list li .text{padding: 0;}
    .abofz-list li .year p {left: 0;transform: translateX(0);}
    .abofz-list li .text {opacity: 1;transform: translateY(0);filter: blur(0);display: block;margin-top: 0;}
    .abory-loop {padding: 0;}
    .abory-loop .swiper-container {padding: 22px 8px;}
    .abory{padding-bottom: 36px;}
    .abory .contain {width: calc(92% + 16px);}
    .abory-link {padding: 30px 16px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);}
    .abory-loop .swiper-pagination{display: block;margin-top: 0;}
    .proBan-img img{height: calc(100vh - 60px);}
    .proBan-cont{text-align: center;align-items:flex-start;padding-top:18%}
    .proBan-menu{bottom:6%;}
    .proBan-menu .contain{justify-content: center;}
    .proMenu a {height: 24px;padding: 0 9px;border-radius: 4px;margin-left: 3px;}
    .proList li{height: auto;padding: 50px 0;background: linear-gradient(to bottom,#f6f8fa,#d0d1d2) !important;}
    .proList-cont{width: 100%;max-width: none;}
    .proList-img {max-width: none;width: 100%;margin-top: 18px;text-align: center;}
    .proList-img img {max-height: 160px;}
    .proList-img::after {width: 700px;height: 800px;margin: -400px 0 0 -400px !important;background-image: url("../images/pages/proBg.png") !important;}
    .proxqBan-cont{padding-top: 80px;}
    .proxqTd-loop {padding: 0;}
    .proxqTd-loop .swiper-container {padding: 22px 8px;}
    .proxqTd{padding-bottom: 36px;}
    .proxqTd .contain {width: calc(92% + 16px);}
    .proxqTd-link {padding: 30px 16px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);}
    .proxqTd-loop .swiper-pagination{display: block;margin-top: 0;}
    .proxqGg-para li {padding: 12px 10px;}
    .proxqGg-para li .ico {width: 38px;height:38px;}
    .proxqGg-para li .ico img {max-height: 36px;}
    .proxqTj .thumbs {margin-top: 24px;}
    .prosbTj-next {margin-left: 6px;}
    .prosbTj-prev, .prosbTj-next{width: 36px;height: 36px;}
    .prosbTj-img {height: 280px;}
    .prosbTj-cont {padding: 20px 16px;}
    .proysTd-list ul {margin: -20px 0 0;}
    .proysTd-list li {width: 100%;margin: 20px 0 0;}
    .proysTd-img img{height: 200px;}
    .proysTd-cont {padding: 16px 10px 0;}
    .caseBan .comBan-cont .hint{letter-spacing: 2px;}
    .caseBan .comBan-cont .title{letter-spacing: 12px;}
    .prosbTd-main .proxqTitle{padding-top: 16%;}
    .prosbTd-list li .prosbTd-cont{height:auto;padding-top:16%;}
    .prosbTd-list li .prosbTd-cont .box{width:100%;text-align:center}
    /*.prosbTd-list li .prosbTd-cont .title, .prosbTd-main .proxqTitle .title{font-size: 16px;}*/
    /*.prosbTd-main .proxqTitle .text{max-width: 270px;margin-left: auto;margin-right: auto;}*/
    /*.prosbTd-list li .prosbTd-cont .text, .prosbTd-main .proxqTitle .text{font-size: 12px;line-height: 18px;margin-top: 6px;}*/
    .prosbTd-list li .prosbTd-cont .title br{display: none;}
}