@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, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 32px;height: 32px;margin: 0px 7px;font-size: 14px;color: #555;transition: all .4s ease;border-radius: 100px;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.paging-menu a:first-child, .paging-menu a:last-child{margin: 0px 30px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{background-color: #000;color: #fff;}
.paging-menu a:last-child{transform: rotate(180deg);}
.paging-menu a:first-child i, .paging-menu a:last-child i{font-size: 12px;}
.paging-skip{margin-left: 8px;align-items: center;}
.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: #f48e31;}
.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: #f48e31;color: #fff;border-color: #f48e31;}
.paging-hint span{color: #f48e31;}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #f48e31;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #f48e31;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: #f48e31 !important;}
.search-link:hover h2{color: #f48e31;}
@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: #f48e31;}
.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: #f48e31;}
.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;}
}


/* 联系我们 */
.CommonBanner > img{width: 100%;}
.CommonBanner > video{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 1;}
.CommonBanner .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;z-index: 2;}

.CommonNav {border-bottom: 1px solid #e6e6e6;}
.CommonNav-list .list{height: 60px;display: flex;align-items: center;margin-right: 65px;}
.CommonNav-list .list:last-child{margin-right: 0px;}
.CommonNav-list .list.active{color: #000;font-weight: 700;}

.CommonBtn {display: flex;align-items: center;}
.CommonBtn i{font-size: 14px;transform: rotate(180deg);line-height: 1;margin-left: 12px;transition: all .4s ease;}
.CommonBtn:hover i{transform: rotate(180deg) translateX(-15px);color: #945850;}
.CommonBtn:hover span{color: #945850;font-weight: 700;}

.Propt-cont {display: block;}
.Propt-cont .img{overflow: hidden;}
.Propt-cont .img img{width: 100%;transition: all ease-in-out .5s;}
.Propt-cont:hover .img img{transform: scale(1.04);}
.Propt-cont .cont .CommonBtn{width: fit-content;}

.Propt-list {margin-right: -27px;}
.Propt-list .list{width: calc(100%/2 - 27px);margin-right: 27px;}
.Propt-list .list .img{overflow: hidden;height: 410px;}
.Propt-list .list .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Propt-list .list:hover .img img{transform: scale(1.04);}

.Procp-line {border-bottom: 2px solid #e7e7e7;padding-bottom: 20px;}
.Procp-list {margin-right: -25px;margin-bottom: -25px;}
.Procp-list .list{width: calc(100%/2 - 25px);margin-right: 25px;margin-bottom: 25px;transition: all .4s ease;}
.Procp-list .list .img{background-color: #fafafa;height: 400px;display: flex;justify-content: center;align-items: center;padding: 30px;overflow: hidden;}
.Procp-list .list .img img{max-height: 100%;transition: all ease-in-out .5s;}
.Procp-list .list:hover .img img{transform: scale(1.04);}
.Procp-list .list .title{padding: 25px 0px;}
.Procp-list .list:hover {box-shadow: 0 4px 16px -4px rgba(0,0,0,0.1);}

.Newxw-list .list{padding: 60px 0px;border-bottom: 1px solid #d7d7d7;}
.Newxw-list .list .data{width: 185px;}
.Newxw-list .list .img{width: 200px;height: 112px;overflow: hidden;}
.Newxw-list .list .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Newxw-list .list:hover .img img{transform: scale(1.04);}
.Newxw-list .list .cont{width: calc(100% - 385px);padding-left: 40px;display: flex;flex-direction: column;justify-content: center;}
.Newxw-list .list .cont .title,.Newxw-list .list .cont .text{transition: all .4s ease;}
.Newxw-list .list .cont:hover .title,.Newxw-list .list .cont:hover .text{color: #945850;}


.CommonTitle.center {display: flex;flex-direction: column;align-items: center;}
.CommonTitle.center .text{max-width: 750px;}

.Jiswj-cont .cont-l{width: 50%;padding-left: calc((100% - 1110px) / 2);padding-right: 80px;display: flex;align-items: center;}
.Jiswj-cont .cont-r{width: 50%;}
.Jiswj-cont .cont-r img{width: 100%;height: 100%;}
.Jiswj-list .list{margin-bottom: 60px;}
.Jiswj-list .list:last-child{margin-bottom: 0px;}

.Jisxn-cont .text{max-width: 430px;}

.Jisgy-list .list{margin-bottom: 145px;}
.Jisgy-list .list:last-child{margin-bottom: 0px;}
.Jisgy-list .list > .img{width: 50%;}
.Jisgy-list .list > .img img{width: 100%;height: 100%;}
.Jisgy-list .list > .cont{width: 50%;display: flex;flex-direction: column;justify-content: center;}
.Jisgy-list .list:nth-child(odd) > .cont{padding-right: calc((100% - 1110px) / 2);padding-left: 100px;}
.Jisgy-list .list:nth-child(even) > .cont{padding-left: calc((100% - 1110px) / 2);padding-right: 100px;}
.Jisgy-list .list > .cont ul {margin-bottom: -70px;}
.Jisgy-list .list > .cont ul li{margin-bottom: 70px;width: 100%;}
.Jisgy-list .list > .cont ul li .icon{width: 40px;height: 40px;}
.Jisgy-list .list > .cont ul li .icon img{max-height: 100%;}
.Jisgy-list .list:nth-child(even){flex-direction: row-reverse;}

.Runxg-cont .cont-l{width: 50%;padding-left: calc((100% - 1110px) / 2);padding-right: 100px;display: flex;flex-direction: column;justify-content: center;}
.Runxg-cont .cont-r{width: 50%;}
.Runxg-btn .swiper-btn {margin-right: 20px;}
.Runxg-btn .swiper-btn a{width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;border: 1px solid #aaaaaa;border-radius: 100px;font-size: 18px;color: #aaaaaa;transition: all .4s ease;}
.Runxg-btn .swiper-btn.next a{transform: rotate(180deg);}
.Runxg-btn .swiper-btn a:hover {color: #000;border: 1px solid #000;}
.Runxg-muen .muen{display: none;}
.Runxg-muen .muen.active{display: block;animation: RunxgMuen .4s ease;}
@keyframes RunxgMuen {0%{opacity: 0;}100%{opacity: 1;}}
.Runxg-lun img{width: 100%;height: 100%;}

.Runyd-swiper {position: relative;}
.Runyd-swiper .swiper-container{padding: 0px calc((100% - 1110px) / 2);}
.Runyd-swiper .swiper-btn a{width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;border: 1px solid #aaaaaa;border-radius: 100px;font-size: 18px;color: #aaaaaa;transition: all .4s ease;}
.Runyd-swiper .swiper-btn.next a{transform: rotate(180deg);}
.Runyd-swiper .swiper-btn a:hover {color: #000;border: 1px solid #000;}
.Runyd-swiper .swiper-btn {position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;display: none;}
.Runyd-swiper .swiper-btn.prev{left: calc((100% - 1110px) / 2);}
.Runyd-swiper .swiper-btn.next{right: calc((100% - 1110px) / 2);}
.Runyd-lun .img{height: 275px;overflow: hidden;}
.Runyd-lun .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Runyd-lun:hover .img img{transform: scale(1.04);}

.banner-cont.center {display: flex;flex-direction: column;align-items: center;}

.Chulb-list .list{margin-bottom: 145px;}
.Chulb-list .list:last-child{margin-bottom: 0px;}
.Chulb-list .list .img{width: 50%;transition: all linear .5s;}
.Chulb-list .list .img img{width: 100%;height: 100%;}
.Chulb-list .list .cont{width: 50%;display: flex;flex-direction: column;justify-content: center;transition: all linear .5s;}
.Chulb-list .list:nth-child(odd) .cont{padding-right: calc((100% - 1110px) / 2);padding-left: 80px;}
.Chulb-list .list:nth-child(even) .cont{padding-left: calc((100% - 1110px) / 2);padding-right: 100px;}
.Chulb-list .list:nth-child(even) {flex-direction: row-reverse;}
.Chulb-list .list .cont .title{letter-spacing: 20px;}
.Chulb-list .list:hover .img{transform: translateY(-50px);} 
.Chulb-list .list:hover .cont{transform: translateY(50px);background-color: #fbfbfb;} 

.Chuzy-cont.center{display: flex;flex-direction: column;align-items: center;}
.Chuzy-cont .text{max-width: 720px;}

.CommonNav-list.center{justify-content: center;}

.Tanlb-list .list{margin-bottom: 70px;justify-content: space-between;}
.Tanlb-list .list:last-child{margin-bottom: 0px;}
.Tanlb-list .list .cont-l{width: calc(66% - 12px);display: block;}
.Tanlb-list .list .cont-r{width: calc(34% - 12px);display: block;}
.Tanlb-list .list .img {overflow: hidden;}
.Tanlb-list .list .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Tanlb-list .list .img:hover img{transform: scale(1.04);}
.Tanlb-list .list .cont-l .img{height: 410px;}
.Tanlb-list .list .cont-r .img{height: 200px;}
.Tanlb-list .list span{height: 22px;padding: 0px 5px;display: flex;align-items: center;justify-content: center;background-color: #cccccc;width: fit-content;}
.Tanlb-list .list:nth-child(even) {flex-direction: row-reverse;}

.Tanbt-marks {height: 80px;}
.Tanbt-marks span {height: 100%;padding-right: 20px;}
.Tanbt-marks span:nth-child(1) {display: flex;align-items: flex-start;}
.Tanbt-marks span:nth-child(2) {display: flex;align-items: flex-end;}
.Tanbt-marks span:nth-child(2)::before {content: "";display: block;transform: rotate(50deg);transform-origin: bottom;background: #d8d8d8;height: 80px;width: 1px;position: relative;left: -45px;top: -10px;}
.Tanbt-title .text{max-width: 720px;}
.Tanxq-content .content{padding: 0px calc((100% - 1110px) / 2);}
.Tanxq-content .line {position: relative;}
.Tanxq-content .line::before {content: "";position: absolute;left: 0px;top: 20px;width: 100%;height: 1px;background-color: #d8d8d8;}
.Tanxq-content .line span{background-color: #fff;position: relative;z-index: 2;width: 50px;display: block;color: #d8d8d8;}
.Tanxq-cont .cont-l{width: 26%;}
.Tanxq-cont .cont-r{width: 74%;}
.Tanxq-img {padding-right: calc((100% - 1110px) / 2);}
.Tanxq-img img{width: 100%;height: 100%;}
.Tanxq-muen .cont-l{width: 50%;padding-left: calc((100% - 1110px) / 2);padding-right: 70px;}
.Tanxq-muen .cont-r{width: 50%;}
.Tanxq-muen .cont-r img{width: 100%;height: 100%;}
.Tanxq-btn {padding: 0px calc((100% - 1110px) / 2);justify-content: flex-end;}
.Tanxq-btn .swiper-btn{display: block !important;position: static;margin-left: 20px;transform: translateY(0px);}

.XinBan .content {height: 40%;top: auto;bottom: 0px;background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));align-items: flex-end;padding-bottom: 80px;}

.Houzx .Newxw-list .list .data{width: 250px;}
.Houzx .Newxw-list .list .cont {width: calc(100% - 250px);padding-left: 0px;}

.Keuzx-list .list{padding: 60px 0px;border-bottom: 1px solid #d8d8d8;}
.Keuzx-list .list .img{width: 540px;overflow: hidden;height: 340px;}
.Keuzx-list .list .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Keuzx-list .list:hover .img img{transform: scale(1.04);}
.Keuzx-list .list .cont{width: calc(100% - 540px);padding-left: 50px;}
.Keuzx-list .list .cont .address i{margin-right: 16px;}
.Keuzx-list .list .cont .data{padding-left: 32px;}
.Keuzx-list .list .cont .title{transition: all .4s ease;}
.Keuzx-list .list:hover .cont .title{color: #0599c8;}

.Zonlb-cont {justify-content: space-between;align-items: center;}
.Zonlb-lun .img{height: 304px;overflow: hidden;}
.Zonlb-lun .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Zonlb-lun:hover .img img{transform: scale(1.04);}
.Zonlb-lun .cont .title{transition: all .4s ease;}
.Zonlb-lun:hover .cont .title{color: #0599c8;}
.Zonlb-swiper .swiper-container{padding: 0px calc((100% - 1110px) / 2);}

.Xinxq-cont {position: relative;}
.Xinxq-cont .img img{width: 100%;}
.Xinxq-content h3 {color: #363636;}

.Shelb-cont .cont-l{width: 66%;}
.Shelb-cont .cont-r{width: 34%;padding-left: 70px;}
.Shelb-title {justify-content: space-between;align-items: center;border-bottom: 1px solid #ebebeb;padding: 0px 15px 10px 15px;}
.Shelb-title .share {display: flex;align-items: center;transition: all .4s ease;}
.Shelb-title .share:hover {color: #945850;}
.Shelb-title .share i{margin-right: 5px;}

.Shelb-list .list{border-bottom: 1px solid #ebebeb;}
.Shelb-list .list .show{padding: 28px 15px;cursor: pointer;}
.Shelb-list .list .show .hit{display: flex;justify-content: space-between;align-items: center;}
.Shelb-list .list .show .hit .region {display: flex;align-items: center;}
.Shelb-list .list .show .hit .region i{margin-right: 5px;color: #bfbfbf;}
.Shelb-list .list .hide{background-color: #fafafa;padding: 20px 15px;display: none;}
.Shelb-list-btn {width: 100%;height: 55px;display: none;justify-content: center;align-items: center;}
.Shelb-list-btn i{transform: rotate(90deg);font-size: 12px;}
.Shelb-content p br{content: "";display: block;height: 10px;}
.Shelb-list .list .hide .btn {width: 150px;height: 32px;border-radius: 3px;display: flex;justify-content: center;align-items: center;background-color: #945850;color: #fff;transition: all .4s ease;}
.Shelb-list .list .hide .btn:hover {background-color: #945850;}
.Shelb-list .list.active .Shelb-list-btn {display: flex;}
.Shelb-Sticky {position: sticky;top: 80px;left: 0px;border-radius: 3px 3px 0px 0px;border-top: 4px solid #141414;padding: 0px 12px;}
.Shelb-Sticky > .title{display: flex;align-items: center;border-bottom: 1px solid #ebebeb;padding: 8px 3px 18px 3px;}
.Shelb-Sticky > .title img{margin-right: 10px;}
.Shelb-muen a{padding: 15px 0px;display: block;border-bottom: 1px solid #ebebeb;}
.Shelb-muen a .title{transition: all .4s ease;}
.Shelb-muen a:hover .title{color: #945850;}

.Zhats-list {margin-right: -30px;}
.Zhats-list .list{width: calc(100%/2 - 30px);margin-right: 30px;border-radius: 6px;overflow: hidden;box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);}
.Zhats-list .list .img{height: 220px;overflow: hidden;}
.Zhats-list .list .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Zhats-list .list:hover .img img{transform: scale(1.04);}
.Zhats-list .list .cont{padding: 20px 30px;}

.Zhaxz-list .list{margin-bottom: 70px;}
.Zhaxz-list .list:last-child{margin-bottom: 0px;}
.Zhaxz-list .list .img{width: 50%;}
.Zhaxz-list .list .img img{width: 100%;height: 100%;}
.Zhaxz-list .list .cont{width: 50%;display: flex;flex-direction: column;justify-content: center;}
.Zhaxz-list .list .cont .title,.Zhaxz-list .list .cont .text{transition: all .4s ease;}
.Zhaxz-list .list .cont:hover .title,.Zhaxz-list .list .cont:hover .text{color: #945850;}
.Zhaxz-list .list:nth-child(odd) .cont{padding-left: 60px;padding-right: 60px;}
.Zhaxz-list .list:nth-child(even) .cont{padding-right: 110px;}
.Zhaxz-list .list:nth-child(even) {flex-direction: row-reverse;}

.Xaozw-list {margin-right: -30px;}
.Xaozw-list .list{width: calc(100%/6 - 30px);margin-right: 30px;border-radius: 6px;overflow: hidden;box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);transition: all .4s ease;}
.Xaozw-list .list .img{height: 90px;overflow: hidden;}
.Xaozw-list .list .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Xaozw-list .list:hover .img img{transform: scale(1.04);}
.Xaozw-list .list .cont{padding: 0px 20px 20px 20px;}
.Xaozw-list .list:hover {box-shadow: 0 25px 20px -7px rgba(0,0,0,0.06);}

.Xaosp {background-color: #000;}
.Xaosp-lun {cursor: pointer;opacity: .25;}
.Xaosp-lun .img{height: 144px;overflow: hidden;}
.Xaosp-lun .img img{width: 100%;height: 100%;transition: all ease-in-out .5s;}
.Xaosp-lun:hover .img img{transform: scale(1.04);}
.Xaosp-lun.active {opacity: 1;}
.Xaosp-muen .muen{display: none;}
.Xaosp-muen .muen.active{display: block;animation: XaospMuen .4s ease;}
@keyframes XaospMuen {0%{opacity: 0;}100%{opacity: 1;}}
.Xaosp-muen .video{height: 625px;position: relative;}
.Xaosp-muen .video video{width: 100%;height: 100%;}
.Xaosp-muen .video .showBtn{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, .25);}
.Xaosp-muen .video .showBtn a{width: 100px;height: 100px;border: 2px solid #fff;border-radius: 100px;display: flex;justify-content: center;align-items: center;font-size: 38px;color: #fff;padding-left: 8px;}

.Xaolb-cont .cont-l{width: 33%;}
.Xaolb-cont .cont-r{width: 67%;}
.Xaolb-list .list{width: calc(100%/2);}
.Xaolb-list .list > .title{display: flex;align-items: center;color: #3c8e9f;}
.Xaolb-list .list > .title img{margin-right: 10px;}
.Xaolb-list .list ul {padding-left: 35px;}
.Xaolb-list .list ul li {color: #3c8e9f;margin-bottom: 20px;}
.Xaolb-list .list ul li:last-child {margin-bottom: 0px;}
.Xaolb-list .list ul li.active {font-weight: 700;}
.Xaolb-from {height: 40px;justify-content: space-between;}
.Xaolb-from input{width: 555px;height: 100%;border-radius: 3px;border: 1px solid #3c8e9f;background-color: #f3f6f8;padding: 0px 20px;}
.Xaolb-from .btn{width: 150px;height: 100%;display: flex;justify-content: center;align-items: center;border-radius: 3px;background-color: #3c8e9f;}
.Xaolb-muen {border-radius: 3px;padding: 35px 40px;border: 1px solid #3c8e9f;}
.Xaolb-muen .list{margin-bottom: 15px;}
.Xaolb-muen .list:last-child{margin-bottom: 0px;}
.Xaolb-muen .list .show{border-bottom: 1px solid #3c8e9f;display: flex;justify-content: space-between;align-items: center;padding-bottom: 5px;cursor: pointer;}
.Xaolb-muen .list .show .title{color: #3c8e9f;}
.Xaolb-muen .list .show .btn{width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;border: 1px solid #3c8e9f;border-radius: 100px;}
.Xaolb-muen .list .show .btn i{color: #3c8e9f;font-size: 12px;}
.Xaolb-muen .list .show .btn i:nth-child(1){display: block;}
.Xaolb-muen .list .show .btn i:nth-child(2){display: none;}
.Xaolb-muen .list.active .show .btn i:nth-child(1){display: none;}
.Xaolb-muen .list.active .show .btn i:nth-child(2){display: block;}
.Xaolb-muen .list .hide {padding-left: 40px;display: none;}
.Xaolb-muen .list .hide .title{display: flex;align-items: center;color: #3c8e9f;}
.Xaolb-muen .list .hide .title img{margin-right: 10px;}
.Xaolb-muen .list .hide .btn{display: flex;justify-content: flex-end;}
.Xaolb-muen .list .hide .btn span{width: 175px;height: 40px;display: flex;justify-content: center;align-items: center;background-color: #3c8e9f;border-radius: 20px;cursor: pointer;}
.Xaolb-official {justify-content: space-between;}
.Xaolb-official .muen {width: 300px;border-radius: 3px;border: 1px solid #3c8e9f;}
.Xaolb-official .muen > div{width: 50%;display: flex;align-items: center;justify-content: center;padding: 15px;}
.Xaolb-official .muen > div:nth-child(1){border-right: 1px dashed #3c8e9f;}

.TanCk {position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5);display: none;justify-content: center;align-items: center;z-index: 9999999;}
.TanCk.active {display: flex;animation: TanCk .4s ease;}
@keyframes TanCk {0%{opacity: 0;}100%{opacity: 1;}}
.TanCk-cont {width: 1110px;height: 885px;background-color: #fff;position: relative;padding-top: 60px;}
.TanCk-close {position: absolute;top: 20px;right: 20px;color: #000;font-size: 20px;line-height: 20px;}
.TanCk-Overflow {height: calc(100% - 60px);overflow-y: auto;}
.NeTuList-list {padding: 0px 330px;}
.NeTuList-list .list{align-items: center;margin-bottom: 60px;}
.NeTuList-list .list:last-child{margin-bottom: 0px;}
.NeTuList-list .list .number{width: 50px;}
.NeTuList-list .list .img{width: 70px;}
.NeTuList-list .list .cont{width: calc(100% - 120px);}
.NeTuList-list .list:nth-child(odd) .cont{padding-left: 40px;}
.NeTuList-list .list:nth-child(even) .cont{padding-right: 40px;}
.NeTuList-list .list:nth-child(even) {flex-direction: row-reverse;}
.NeTuList-list .list:nth-child(even) .number {text-align: right;}
.NeTuList-list .list:nth-child(even) .cont {text-align: right;}
.LiuChe-cont {padding: 0px 110px;}
.LiuChe-cont .cont-l{width: 195px;}
.LiuChe-cont .cont-r{width: calc(100% - 195px);}
.LiuChe-muen {border-left: 1px solid #d7d7d7;}
.LiuChe-muen a {padding: 15px;width: 100%;display: block;transition: all .4s ease;position: relative;}
.LiuChe-muen a.active {font-weight: 700;color: #000;}
.LiuChe-muen a::before {content: "";position: absolute;left: -1px;top: 50%;transform: translateY(-50%);width: 1px;height: 0%;transition: all .4s ease;background-color: #000;}
.LiuChe-muen a.active::before {height: 100%;}
.LiuChe-hide .muen{display: none;background-color: #f8f9fa;padding: 45px 35px;}
.LiuChe-hide .muen.active{display: block;animation: LiuCheHide .4s ease;}
@keyframes LiuCheHide {0%{opacity: 0;}100%{opacity: 1;}}
.LiuChe-list .list{border-bottom: 1px dashed #cdcdcd;padding: 45px 0px;}
.TanCk.TanCkList3 .TanCk-cont{height: 635px;}
.XunList-list {padding: 0px 130px;}
.XunList-list .list{width: calc(100%/4);border: 2px solid #eeeeee;border-right: 0px solid #eeeeee;padding: 60px 20px;}
.XunList-list .list:last-child{border-right: 2px solid #eeeeee;}
.JinList-list {padding: 0px 220px;}
.JinList-list .list{margin-bottom: 60px;}
.JinList-list .list:last-child{margin-bottom: 0px;}
.JinList-list .list .img{width: 125px;display: flex;align-items: center;}
.JinList-list .list .cont{width: calc(100% - 125px);}
.ChaXin-content {padding: 0px 145px;}


/* 联系我们 */
.relMap{background: #e6e6e6;height: 800px;}
.relMap .contain{width: 100%;padding-left: calc((100% - 1110px)/2);}
.relMap-title{color: #000;}
.relMap-max{width: 100%;justify-content: space-between;pointer-events: none;align-items:flex-start}
.relMap-max.on{pointer-events: auto;}
.relMap-list{width: 194px;user-select: none;position: relative;z-index: 10;}
.relMap-list li{color: #666;height: 50px;display: flex;align-items: center;font-size: 20px;cursor: pointer;transition: color .4s ease;}
.relMap-list li.active{color: #000;}
.relMapEarth{width: 660px;position: relative;height: 660px;}
.relMapEarth-box{width: 100%;opacity: 0;transition: all .4s linear;visibility: hidden;}
.relMapEarth-box.on{opacity: 1;visibility: visible;}
.relMapEarth #chartdiv{width: 620px;height: 620px;position: relative;right: 257px;top:40px;}
.relMapEarth-bg{position: absolute;z-index: 4;width: 700px;height: 700px;top: 0px;left: -300px;background: url("../images/pages/relMap.png") no-repeat center/100% auto;}
.relMapEarth-bg::before{content: "";width: 100%;height: 84px;position: absolute;top: -40px;left: 0;background: #e6e6e6;}
.relMapEarth-items{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 8;}
.relMapEarth-items li{position: absolute;opacity: 0;visibility: hidden;pointer-events: none;width: 1px;height: 1px;z-index: 5;}
.relMapEarth-items li .relMapEarth-items-name{background: #945850;font-size: 16px;user-select: none;white-space: normal;text-transform: capitalize;position: absolute;top: 0;right: 330px;height: 34px;display: flex;align-items: center;color: #fff;padding: 0 12px;z-index:14;pointer-events: auto;}
.relMapEarth-items li .relMapEarth-items-line{width: 50%;height: 1px;right:0;top:0;}
.relMapEarth-items li .relMapEarth-items-line::after{content: "";position: absolute;width: 10%;height: 100%;background: #945850;top: 0;right: 400px;left:0;}
.relMapEarth-items li .relMapEarth-items-cont{position: absolute;width: calc(100% - 310px);opacity: 0;top:0;}
.relMapEarth-items li .relMapEarth-items-cont .title{margin-top: 20px;font-weight: 700;color: #945850;font-size: 16px;}
.relMapEarth-items li .relMapEarth-items-cont .text{margin-top: 10px;line-height: 1.24;font-size: 16px;color: #945850;}
.relMapEarth-items li .relMapEarth-items-cont .text p{padding: 4px 0;}
.relMapEarth-items li .relMapEarth-items-cont .link{margin-top: 36px;background: #945850;width: 100px;height: 38px;justify-content: center;align-items: center;}
.relMapEarth-items li .relMapEarth-items-cont .link a{font-size: 16px;color: #fff;margin-left: 12px;}
.relMapEarth-items li .relMapEarth-items-cont .link a:first-child{margin-left: 0;}
.relMapEarth-items li .relMapEarth-items-info{position: absolute;top: 60px;right: 0;pointer-events:none}
.relMapEarth-items li.show{opacity: 1;visibility: visible;pointer-events: auto;}
.relMapEarth-items li.active{z-index: 66;}
.relMapEarth-items li.active .relMapEarth-items-name{font-size: 18px;transition: font-size 0.3s linear;z-index: 68;}
.relMapEarth-items li.active .relMapEarth-items-line::after{width: 74%;transition: width 0.3s linear .2s;}
.relMapEarth-items li.active .relMapEarth-items-cont{opacity: 1;transition: opacity 0.3s linear .5s;pointer-events: auto;}
.relMapEarth-items li[data-country="CN"]:nth-child(1){top: 36%;left: 65%;}
.relMapEarth-items li[data-country="CN"]:nth-child(2){top: 39.3%;left: 70.5%;}
.relMapEarth-items li[data-country="CN"]:nth-child(3){top: 29%;left: 65.8%;}
.relMapEarth-items li[data-country="CN"]:nth-child(4){top: 40%;left: 56%;}
.relMapEarth-items li[data-country="JP"]{top: 35.5%;left: 62.98%;}
.relMapEarth-items li[data-country="KR"]{top: 33.6%;left: 61.1%;}
.relMapEarth-items li[data-country="MY"]{top: 33.6%;left: 60.16%;}
.relMapEarth-items li[data-country="AU"]{top: 43.6%;left: 68.62%;}
.relMapEarth-items li[data-country="US"]{top: 45.6%;left: 64.2%;}
.relMapEarth-items li[data-country="PL"]{top: 33.6%;left: 62.04%;}
.relMapEarth-items li[data-country="MA"]{top: 32.8%;left: 60.98%;}
.relMapEarth-items li[data-country="ZA"]{top: 30.75%;left: 65.8%;}
.relMapEarth-items li[data-country="SG"]{top: 31.75%;left: 65.8%;}
.relMapEarth-items li[data-country="HK"]{top: 34%;left: 65%;}
@media all and (max-width:1700px) {
    .relMap{height: 1000px;}
    .relMapEarth{width: 1100px;height: 1100px;}
    .relMapEarth #chartdiv{width: 1100px;height: 1100px;right: -100px;}
    .relMapEarth-bg{width: 1300px;height: 1300px;top: -96px;left: -30px;}
}
@media all and (max-width:1590px) {
    .relMap-list li {height: 44px;font-size: 18px;}
    .relMap{height: 900px;}
    .relMapEarth{width: 1060px;height: 1060px;}
    .relMapEarth #chartdiv{width: 1060px;height: 1060px;right: -80px;}
    .relMapEarth-bg{width: 1200px;height: 1200px;top: -96px;left: 0;}
    .relMapEarth-items li .relMapEarth-items-cont .link {margin-top: 24px;}
}
@media all and (max-width:1430px) {
    .relMapEarth{width: 1010px;height: 1010px;}
    .relMapEarth #chartdiv{width: 1010px;height: 1010px;right: -80px;}
}

@media all and (max-width:1350px) {
    .relMapEarth{width: 990px;height: 990px;}
    .relMapEarth #chartdiv{width: 990px;height: 990px;right: -80px;}
    .relMapEarth-bg{width: 1180px;height: 1180px;top: -96px;left: 0;}
}

@media all and (max-width:1270px) {
    .relMap{height: 800px;}
    .relMap .contain {padding-left: calc((100% - 960px)/2);}
    .relMapEarth{width: 850px;height: 850px;}
    .relMapEarth #chartdiv{width: 850px;height: 850px;right: -80px;}
    .relMapEarth-bg{width: 1100px;height: 1100px;top: -96px;left: -38px;}
}
@media all and (max-width:1140px) {
    .relMap{height: auto;padding-bottom: 50px;}
    .relMap .contain{width: 92%;padding: 0;}
    .relMapEarth-bg, .relMapEarth #chartdiv{display: none;}
    .relMap-list{width: 100%;}
    .relMap-list ul{display: flex;flex-wrap: wrap;margin: -8px 0 0 -8px;}
    .relMap-list li{padding: 0 12px;border: 1px solid #945850;margin: 8px 0 0 8px;transition: all .4s ease;}
    .relMap-max{pointer-events: auto;}
    .relMapEarth{width: 100%;height: auto;margin-top: 40px;}
    .relMapEarth-box{opacity: 1;visibility: visible;}
    .relMapEarth-items{position: relative;width: 100%;}
    .relMapEarth-items li{display: none;position: relative;left: 0 !important;top: 0 !important;opacity: 1;visibility: visible;pointer-events: auto;width: 100%;height: auto;}
    .relMapEarth-items li .relMapEarth-items-info{position: relative;top:60px;}
    .relMapEarth-items li .relMapEarth-items-name{position: relative;}
    .relMapEarth-items li .relMapEarth-items-cont{position: relative;width: 100%;opacity: 1;}
    .relMapEarth-items-line{display: none;}
    .relMapEarth-items li.active{display: block;}
    .relMap-list li.active{background: #945850;color: #fff;}
}
@media all and (max-width:720px) {
    .relMap-list li {height: 28px;font-size: 12px;padding: 0 10px;margin: 6px 0 0 8px;}
    .relMap-list ul {margin: -6px 0 0 -8px;}
    .relMapEarth {margin-top: 22px;}
    .relMapEarth-items-name{font-size: 16px !important;}
    .relMapEarth-items li .relMapEarth-items-cont .title {margin-top: 14px;font-size: 14px;}
    .relMapEarth-items li .relMapEarth-items-cont .text {margin-top: 4px;line-height: 1.2;font-size: 14px;}
    .relMapEarth-items li .relMapEarth-items-cont .text p {padding: 2px 0;}
    .relMapEarth-items li .relMapEarth-items-cont .link {margin-top: 8px;}
    .relMapEarth-items li .relMapEarth-items-cont .link a {font-size: 14px;margin-left: 8px;}
    .relMap {padding-bottom: 40px;}
}
.Liahz {background-color: #f5f5f5;position: relative;z-index: 2;}
.Liahz .contain{background-color: #fff;}
.Liahz-muen {padding: 0px 135px;border-bottom: 1px solid #cacaca;}
.Liahz-muen a{height: 170px;width: calc(100%/3 - 60px);margin-right: 60px;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;}
.Liahz-muen a:last-child{margin-right: 0px;}
.Liahz-muen a::before{content: "";position: absolute;height: 2px;width: 0%;bottom: 0px;left: 50%;background-color: #000;transform: translateX(-50%);transition: all .4s ease;}
.Liahz-muen a.active::before{width: 100%;}
.Liahz-hide {padding: 60px 110px;}
.Liahz-hide .muen{display: none;}
.Liahz-hide .muen.active{display: block;animation: LiahzHide .4s ease;}
@keyframes LiahzHide {0%{opacity: 0;}100%{opacity: 1;}}
.Liahz-from {margin-right: -25px;margin-bottom: -55px;}
.Liahz-from .list{width: calc(100%/3 - 25px);margin-right: 25px;margin-bottom: 55px;}
.Liahz-from .list input{border-bottom: 1px solid #cacaca;height: 50px;width: 100%;background-color: transparent;margin-top: 15px;}
/* 下拉 */
.customSelect{display: block;width: 100%;position: relative;user-select: none;margin-top: 15px;}
.customSelect-name{font-size: 16px;height: 50px;color: #333;display: flex;align-items: center;position: relative;cursor: pointer;}
.customSelect-name, .customSelect-drop>div, .customSelect input{padding: 0;}
.customSelect-name, .customSelect-drop, .customSelect input{border-radius: 0px;border-bottom: 1px solid #cacaca;}
.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);}
.customSelect-drop{max-height: 160px;background: #fff;display: none;position: absolute;z-index: 10;top: calc(100% + 4px);width: 100%;box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);overflow-x: hidden;overflow-y: auto;left: 0;}
.customSelect-drop>div{height: 40px;font-size: 14px;color: #666;position: relative;display: flex;align-items: center;width: 100%;transition: all .4s ease;cursor: pointer;}
.customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #eee;}
.customSelect-drop>div:last-child::after{display: none;}
.customSelect-drop>div:hover, .customSelect-drop>div.active{color: #668cda;}
.customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb {background: #ccc;}
.customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.customSelect-null{display: none;}
.customSelect-name.noRadius::after{transform: rotate(0);}
.customSelect input{display: none;position: absolute;padding-right: 60px;width: 100%;height: 100%;z-index: 2;bottom: 0;left: 0;background: transparent;}
.customSelect.hasInput input{display: block;}
.customSelect.hasInput .customSelect-name{font-size: 0;border: none;background: transparent;}
.Liahz-from .list.lty {width: calc((100%/3) * 2 - 25px);}
.Liahz-from .list.ltyline {width: calc(100%/1 - 25px);}
.Liahz-policy{display: flex;align-items: center;}
.Liahz-policy span {width: 13px;height: 13px;border-radius: 3px;border: 1px solid #767676;margin-right: 5px;position: relative;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.Liahz-policy span.active::before {content: "";width: 7px;height: 7px;background-color: #000;border-radius: 3px;}
.Liahz-btn {display: flex;justify-content: center;}
.Liahz-btn a{width: 285px;height: 70px;display: flex;align-items: center;justify-content: center;background-color: #945850;}

.Abocx .CommonTitle .text{max-width: 980px;}
.Abocx-cont .name{font-size: 180px;color: #f5f7f7;line-height: 110px;pointer-events: none;}
.Abocx-cont .title {position: relative;z-index: 2;}
.Abocx-cont .title span{font-weight: 700;}

.Abocn {background-color: #000;height: 300vh;position: relative;}
.Abocn .contain{height: 100%;}
.Abocn-cont {position: sticky;top: 146px;z-index: 2;padding-bottom: 146px;}
.Abocn-cont .cont-l {width: 550px;}
.Abocn-cont .cont-l .muen .logo{opacity: 0;}
.Abocn-cont .cont-l .muen > .title{opacity: 0;}
.Abocn-cont .cont-l .muen .text{opacity: 0;}
.Abocn-cont .cont-l .muen {display: none;}
.Abocn-cont .cont-l .muen.active {display: block;}
.Abocn-cont .cont-l .muen.active .logo{animation: AbocnCont1 .8s ease both;}
.Abocn-cont .cont-l .muen.active > .title{animation: AbocnCont2 .8s ease .1s both;}
.Abocn-cont .cont-l .muen.active .text{animation: AbocnCont3 .8s ease .2s both;}
@keyframes AbocnCont1 {0%{opacity: 0;transform: translateY(70px);}100%{opacity: 1;transform: translateY(0px);}}
@keyframes AbocnCont2 {0%{opacity: 0;transform: translateY(70px);}100%{opacity: 1;transform: translateY(0px);}}
@keyframes AbocnCont3 {0%{opacity: 0;transform: translateY(70px);}100%{opacity: .5;transform: translateY(0px);}}
.Abocn-video {position: absolute;z-index: 1;left: calc((100% - 1110px) / 2);right: 0;top: 0px;height: 100%;padding-top: 230px;overflow: hidden;}
.Abocn-video .video-card {display: flex;justify-content: flex-end;padding-left: 260px;margin-bottom: 145px;transition: all linear 0.3s;}
.Abocn-video .video-card img,.Abocn-video .video-card video{width: 100%;min-height: 705px;}

.Abocn-list .list{width: 100%;margin-bottom: 25px;}
.Abocn-list .list:last-child{margin-bottom: 0px;}
.Abocn-list .list .img{height: 193px;}
.Abocn-list .list .img img,.Abocn-list .list .img video{width: 100%;height: 100%;}
.Abocn-list .list .cont {margin-top: 20px;}
.Abocn-list .list .cont .logo{max-width: 40%;}

/* .relMap-max {position: relative;} */
.relMap-muen{position: absolute;left: calc((100% - 1110px) / 2);bottom: 30px;}
.relMap-muen .muen{display: flex;align-items: center;margin-bottom: 10px;}
.relMap-muen .muen:last-child{margin-bottom: 0px;}
.relMap-muen .muen span{width: 16px;height: 16px;display: block;margin-right: 15px;}
.relMap-muen .muen:nth-child(1) span{background-color: #c9a063;}
.relMap-muen .muen:nth-child(2) span{background-color: #0091BD;}
.relMap-muen .muen:nth-child(3) span{background-color: #17D4CE;}
.relMap-muen .muen:nth-child(4) span{background-color: #E3D11A;}

.relMapEarth-items-name .border {height: 5px;width: 100%;display: flex;position: absolute;bottom: -5px;left: 0px;}
.relMapEarth-items-name .border span{flex: 1;height: 100%;display: flex;}
.relMapEarth-items-name .border span.lty1{background-color: #c9a063;}
.relMapEarth-items-name .border span.lty2{background-color: #0091BD;}
.relMapEarth-items-name .border span.lty3{background-color: #17D4CE;}
.relMapEarth-items-name .border span.lty4{background-color: #E3D11A;}







/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .Abocn-video .video-card img, .Abocn-video .video-card video {width: 100%;min-height: 650px;}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .Jisgy-list .list {margin-bottom: 100px;}
    .Chulb-list .list {margin-bottom: 100px;}
    .Zonlb-lun .img {height: 278px;}
    .TanCk-cont {width: 1110px;height: 650px;padding-top: 40px;}
    .TanCk-Overflow {height: calc(100% - 40px);}
    .Abocn-video .video-card img, .Abocn-video .video-card video {width: 100%;min-height: 550px;}
}

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

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

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .Propt-list .list .img {height: 350px;}
    .Jiswj-cont .cont-l {padding-left: calc((100% - 960px) / 2);padding-right: 50px;}
    .Jiswj-list .list {margin-bottom: 20px;}
    .Jisgy-list .list:nth-child(odd) > .cont {padding-right: calc((100% - 960px) / 2);padding-left: 50px;}
    .Jisgy-list .list:nth-child(even) > .cont {padding-left: calc((100% - 960px) / 2);padding-right: 50px;}
    .Jisgy-list .list > .cont ul {margin-bottom: -20px;}
    .Jisgy-list .list > .cont ul li {margin-bottom: 20px;}
    .Runxg-cont .cont-l {padding-left: calc((100% - 960px) / 2);padding-right: 50px;}
    .Runyd-swiper .swiper-container {padding: 0px calc((100% - 960px) / 2);}
    .Runyd-lun .img {height: 236px;}
    .Chulb-list .list:nth-child(odd) .cont{padding-right: calc((100% - 960px) / 2);padding-left: 50px;}
    .Chulb-list .list:nth-child(even) .cont{padding-left: calc((100% - 960px) / 2);padding-right: 50px;}
    .Tanlb-list .list .cont-l .img{height: 350px;}
    .Tanlb-list .list .cont-r .img{height: 175px;}
    .Tanxq-content .content {padding: 0px calc((100% - 960px) / 2);}
    .Tanxq-img {padding-right: calc((100% - 960px) / 2);}
    .Tanxq-muen .cont-l {padding-left: calc((100% - 960px) / 2);padding-right: 50px;}
    .Tanxq-btn {padding: 0px calc((100% - 960px) / 2);}
    .Zonlb-swiper .swiper-container {padding: 0px calc((100% - 960px) / 2);}
    .Zonlb-lun .img {height: 236px;}
    .Xaozw-list {margin-right: -15px;margin-bottom: -15px;}
    .Xaozw-list .list {width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .Xaozw-list .list .img {height: 173px;}
    .Xaosp-muen .video {height: 540px;}
    .Xaolb-from input {width: 450px;}
    .TanCk-cont {width: 92%;height: 420px;padding-top: 20px;}
    .TanCk-Overflow {height: calc(100% - 20px);padding: 10px;}
    .NeTuList-list {padding: 0px 20px;}
    .LiuChe-cont {padding: 0px 10px;}
    .LiuChe-cont .cont-l {width: 90px;}
    .LiuChe-cont .cont-r {width: calc(100% - 90px);}
    .LiuChe-hide .muen {padding: 15px;}
    .LiuChe-list .list {padding: 15px 0px;}
    .TanCk.TanCkList3 .TanCk-cont {height: 420px;}
    .XunList-list {padding: 0px 10px;margin-right: -10px;margin-bottom: -10px;}
    .XunList-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;border: 1px solid #eeeeee !important;padding: 20px;}
    .JinList-list {padding: 0px;}
    .JinList-list .list .img {width: 70px;}
    .JinList-list .list .cont {width: calc(100% - 70px);padding-left: 15px;}
    .JinList-list .list {margin-bottom: 20px;}
    .ChaXin-content {padding: 0px;}
    .Liahz-muen {padding: 0px 75px;}
    .Liahz-muen a {height: 120px;width: calc(100%/3 - 20px);margin-right: 20px;}
    .Abocx-cont .name {font-size: 130px;line-height: 110px;}
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .CommonBanner > img{min-height: 400px;}
    .CommonNav-list .list {margin-right: 0px;justify-content: center;height: 50px;width: 100px;}
    .CommonNav > .contain {overflow-x: auto;}

    .CommonBtn i {font-size: 12px;}

    .Newxw-list .list {padding: 15px 0px;}
    .Newxw-list .list .data {width: 100%;margin-bottom: 15px;}
    .Newxw-list .list .cont {width: calc(100% - 115px);padding-left: 10px;}
    .Newxw-list .list .img {width: 115px;height: 75px;}

    .Propt-list .list .img {height: 120px;}

    .Procp-list {margin-right: -15px;margin-bottom: -15px;}
    .Procp-list .list {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .Procp-list .list .img {height: 150px;padding: 15px;}
    .Procp-list .list .title {padding: 10px 0px;}

    .Jiswj-cont {flex-direction: column-reverse;}
    .Jiswj-cont .cont-l {width: 100%;padding: 15px 4%;}
    .Jiswj-cont .cont-r {width: 100%;}
    .Jiswj-list {margin-right: -15px;margin-bottom: -15px;display: flex;flex-wrap: wrap;}
    .Jiswj-list .list {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}

    .Jisgy-list .list > .img {width: 100%;}
    .Jisgy-list .list > .cont {width: 100%;padding: 15px 4% !important;}
    .Jisgy-list .list > .cont ul {margin-bottom: -15px;}
    .Jisgy-list .list > .cont ul li {margin-bottom: 15px;}
    .Jisgy-list .list > .cont ul li .icon {width: 30px;height: 30px;}
    .Jisgy-list .list {margin-bottom: 40px;}

    .Runxg-cont {flex-direction: column-reverse;}
    .Runxg-cont .cont-l {width: 100%;padding: 15px 4%;}
    .Runxg-cont .cont-r {width: 100%;}

    .Runyd-swiper .swiper-container{padding: 0px 4%;}
    .Runyd-lun .img {height: 179px;}

    .Chulb-list .list .img {width: 100%;}
    .Chulb-list .list .cont {width: 100%;padding: 15px 4% !important;}
    .Chulb-list .list {margin-bottom: 40px;}
    .Chulb-list .list:hover .img{transform: translateY(0px);} 
    .Chulb-list .list:hover .cont{transform: translateY(0px);} 
    .Chulb-list .list .cont .btn{width: 70px;}

    .Tanlb-list .list .cont-l {width: 100%;}
    .Tanlb-list .list .cont-r {width: 100%;margin-top: 40px;}
    .Tanlb-list .list {margin-bottom: 40px;}
    .Tanlb-list .list .img{height: 195px !important;}

    .Tanxq-content .content {padding: 0px 4%;}
    .Tanxq-content .line::before {top: 15px;}
    .Tanxq-cont .cont-l {width: 100%;}
    .Tanxq-cont .cont-r {width: 100%;margin-top: 25px;}
    .Tanxq-cont .cont-l .title{margin-top: 0px;}
    .Tanxq-img {padding: 0px 4%;}
    .Tanxq-muen {flex-direction: column-reverse;}
    .Tanxq-muen .cont-l {width: 100%;padding: 15px 4%;}
    .Tanxq-muen .cont-r {width: 100%;}
    .Tanxq-btn {padding: 0px 4%;}

    .paging-menu a:first-child, .paging-menu a:last-child {margin: 0px 10px;}
    .paging-menu a {width: 30px;height: 30px;margin: 0px 5px;}

    .XinBan .content {padding-bottom: 30px;}

    .Houzx .Newxw-list .list .data{width: 120px;}
    .Houzx .Newxw-list .list .cont {width: calc(100% - 120px);}

    .Keuzx-list {margin-top: 20px;}
    .Keuzx-list .list {padding: 20px 0px;}
    .Keuzx-list .list .img {width: 100%;height: 217px;}
    .Keuzx-list .list .cont {width: 100%;padding: 0px;margin-top: 15px;}

    .Zonlb-swiper .swiper-container {padding: 0px 4%;}
    .Zonlb-lun .img {height: 194px;}

    .Shelb-cont .cont-l {width: 100%;}
    .Shelb-cont .cont-r {width: 100%;padding: 0px;margin-top: 25px;}

    .SheBan > img{min-height: 200px;}
    .Shelb-list .list .show {padding: 10px 15px;}
    .Shelb-Sticky > .title {padding: 15px;}
    .Shelb-muen a {padding: 10px 0px;}
    .Shelb-list .list .show .hit .region i {font-size: 12px;}
    .Shelb-list .list .hide .btn {width: 100px;height: 30px;}

    .Zhats-list  {margin-right: 0px;margin-bottom: -15px;}
    .Zhats-list .list {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .Zhats-list .list .img {height: 142px;}
    .Zhats-list .list .cont {padding: 15px;}
    .Zhaxz-list .list .img {width: 100%;}
    .Zhaxz-list .list .cont {width: 100%;padding: 0px !important;margin-top: 15px;}
    .Zhaxz-list .list {margin-bottom: 20px;}

    .Xaozw-list .list {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .Xaozw-list .list .img {height: 92px;}
    .Xaosp-muen .video {height: 194px;}
    .Xaosp-muen .video .showBtn {display: none !important;}

    .Xaosp-lun .img {height: 89px;}

    .Xaolb-cont .cont-l {width: 100%;}
    .Xaolb-cont .cont-r {width: 100%;}
    .Xaolb-list .list {width: calc(100%/1);margin-bottom: 25px;}
    .Xaolb-list .list ul {display: flex;flex-wrap: wrap;margin-right: -10px;margin-bottom: -10px;}
    .Xaolb-list .list ul li {width: calc(100%/3 - 10px);margin-right: 10px;margin-bottom: 10px;}
    .Xaolb-list .list ul li:last-child {margin-bottom: 10px;}
    .Xaolb-from input {width: calc(100% - 80px);}
    .Xaolb-from .btn {width: 70px;}
    .Xaolb-muen {padding: 15px 20px;}
    .Xaolb-muen .list .hide {padding-left: 0px;}
    .Xaolb-official .muen {width: calc(100%/2 - 10px);}
    .Xaolb-official .muen > div {width: 50%;padding: 5px;}

    .LiaBan > img{min-height: 200px;}
    .Liahz {padding-top: 30px;}
    .Liahz-muen {padding: 0px;}
    .Liahz-muen a {height: 45px;width: calc(100%/3);margin-right: 0px !important;}
    .Liahz-muen a .name{display: none;}
    .Liahz-hide {padding: 25px;}
    .Liahz-from {margin-right: -25px;margin-bottom: -15px;}
    .Liahz-from .list {width: calc(100%/1 - 25px);margin-right: 25px;margin-bottom: 15px;}
    .Liahz-from .list input {height: 35px;margin-top: 5px;}
    .customSelect-name {font-size: 14px;height: 35px;}
    .Liahz-from .list.lty {width: calc(100%/1 - 25px);}
    .Liahz-btn a {width: 180px;height: 45px;}
    
    .Abocx-cont .name {font-size: 40px;line-height: 35px;}
    .Abocn-video {display: none;}
    .Abocn-cont {display: none;}

    .Abocn{height: auto;padding-bottom: 40px;}

    .relMap-muen {display: none;}
    .relMapEarth-items-name .border {display: none;}
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
}