
/* =====================内页样式======================== */
/* 分页 */
.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: 50px;height: 50px;overflow: hidden;position: relative;box-shadow: 0px 0px 19px 0.4px rgba(85, 98, 151, 0.1);margin: 0px 5px;font-size: 16px;color: #59545d;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 35px;} 
.paging-menu a:hover, .paging-menu a.active, .paging a.on{color: #fff;}
.paging-menu a::before{content: "";position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 0;transition: all .4s ease;}
.paging-menu a:hover::before,.paging-menu a.active::before, .paging a.on::before{opacity: 1;}
.paging-menu a.lty i{transform: rotate(180deg);display: block;}
.paging-menu a span{position: relative;z-index: 2;}
.paging-menu a i{position: relative;z-index: 2;}
.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: #db3a36;}
.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: #db3a36;color: #fff;border-color: #db3a36;}
.paging-hint span{color: #db3a36;}

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

.customSelect{display: block;width: 100%;position: relative;user-select: none;}
.customSelect-name{font-size: 15px;height: 45px;color: #888;display: flex;align-items: center;position: relative;cursor: pointer;}
.customSelect-name,.customSelect-drop>div,.customSelect input{padding: 0 25px;}
.customSelect-name,.customSelect-drop,.customSelect input{border-radius: 0px;border: 1px solid #eee;}
.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: 25px;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;}

/*  */
.CommonBanner > img{width: 100%;}
.CommonBanner .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;}
.CommonBanner .content .title,.CommonBanner .content .text{text-shadow: 2px 5px 10px rgba(0, 0, 0, .6);opacity: 0;}
.CommonBanner-btn {position: absolute;bottom: 60px;left: 0px;width: 100%;}
.CommonBanner-btn .contain{display: flex;justify-content: center;}
.CommonBanner-btn a{font-size: 60px;line-height: 60px;color: #fff;display: block;transform: rotateX(180deg);animation: CommonBannerBtn 1s linear infinite alternate;}
@keyframes CommonBannerBtn{0%{transform: rotateX(180deg) translateY(-10px);}100%{transform: rotateX(180deg) translateY(10px);}}
.CommonBanner .content .title {animation: CommonBannerTitle .8s ease both;}
.CommonBanner .content .text {animation: CommonBannerText .8s ease both;}
@keyframes CommonBannerTitle {0%{transform: translateX(-120px);opacity: 0;filter: blur(20px);}100%{transform: translateX(0px);opacity: 1;filter: blur(0px);}}
@keyframes CommonBannerText {0%{transform: translateX(120px);opacity: 0;filter: blur(20px);}100%{transform: translateX(0px);opacity: 1;filter: blur(0px);}}

/* .Prolb .Prolb-Search{background: #fff;} */
.Prolb-Search {width: 470px;height: 46px;background-color: #fff;border-radius: 23px;}
.Newlb .Prolb-Search{background: #fff;}
.Prolb-Search input {width: calc(100% - 70px);height: 100%;background-color: transparent;padding: 0px 25px;}
.Prolb-Search input::-webkit-input-placeholder{color: #c4cacf;font-size: 14px;}
.Prolb-Search .btn {width: 70px;display: flex;justify-content: center;align-items: center;font-size: 20px;color: #db3a36;user-select: none;cursor: pointer;}
.Prolb-cont {justify-content: space-between;align-items: flex-end;padding-bottom: 30px;border-bottom: 1px solid #f6f6f6;}
.Prolb-muen a:nth-child(1){margin-left: 0px;}
.Prolb-muen a{color: #606266;margin-left: 50px;position: relative;}
.Prolb-muen a::before{content: "";position: absolute;bottom: -30px;left: 50%;transform: translateX(-50%);width: 0%;height: 1px;background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);transition: all .4s ease;}
.Prolb-muen a.active {color: #db3a36;}
.Prolb-muen a.active::before{width: 100%;}
.Prolb-list {margin-right: -25px;margin-bottom: -35px;}
.Prolb-list .list{width: calc(100%/3 - 25px);margin-right: 25px;margin-bottom: 35px;background-color: #f7f7f7;border-radius: 10px;overflow: hidden;}
.Prolb-list .list .cont{padding: 65px 40px;}
.Prolb-list .list .cont .btn{width: 35px;height: 35px;display: flex;justify-content: center;align-items: center;border-radius: 100px;overflow: hidden;position: relative;}
.Prolb-list .list .cont .btn i{color: #fff;font-size: 12px;display: block;transform: rotate(180deg);position: relative;z-index: 2;}
.Prolb-list .list .cont .btn::before,.Prolb-list .list .cont .btn::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Prolb-list .list .cont .btn::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 1;}
.Prolb-list .list .cont .btn::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Prolb-list .list .cont .btn:hover::before{opacity: 0;}
.Prolb-list .list .cont .btn:hover::after{opacity: 1;}
.Prolb-list .list .img{height: 300px;overflow: hidden;}
.Prolb-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Prolb-list .list:hover .img img{transform: scale(1.04);}
.Prolb-list .list .cont .title{transition: all .4s ease;}
.Prolb-list .list:hover .cont .title{color: #db3a36;}

.Prolb2-list {margin-right: -15px;margin-bottom: 0;}
.Prolb2-list .list{width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 0;padding:40px;transition: all .4s ease;}
.Prolb2-list .list .img{display: flex;justify-content: center;align-items: center;position: relative;height: 315px;}
.Prolb2-list .list .img span{text-transform: uppercase; font-size: 380px;color: #f5f8fa;line-height: 245px;position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}
.Prolb2-list .list .img img{position: relative;z-index: 2;max-height: 100%;}
.Prolb2-list .list .cont {text-align: center;display: flex;flex-direction: column;align-items: center;}
.Prolb2-list .list .cont .title{width: 100%;}
.Prolb2-list .list .cont .text{opacity: 0;transition: all .4s ease;}
.Prolb2-list .list .cont .btn{display: flex;align-items: center;opacity: 0;transition: all .4s ease;}
.Prolb2-list .list .cont .btn i{font-size: 12px;transform: rotate(180deg);margin-left: 10px;transition: all .4s ease;}
.Prolb2-list .list:hover .cont .text{opacity: 1;}
.Prolb2-list .list:hover .cont .btn{opacity: 1;}
.Prolb2-list .list .cont .btn:hover i{transform: rotate(180deg) translateX(-5px);}
.Prolb2-list .list:hover {box-shadow: 7px -0.245px 22px 0px rgba(10, 49, 76, 0.05);}

.Protop-cont {padding-bottom: 80px;border-bottom: 2px solid #f4f4f4;}
.Protop-cont .img{width: 50%;display: flex;align-items: center;}
.Protop-cont .img img{border-radius: 20px;}
.Protop-cont .cont{width: 50%;padding-left: 50px;display: flex;flex-direction: column;justify-content: center;}
.Protop-cont .cont .name{background-image: linear-gradient(to right, #db3a36, #e57f3b);-webkit-background-clip: text;color: transparent;}
.Protop-cont .cont .btn{width: 168px;height: 46px;border-radius: 23px;overflow: hidden;display: flex;align-items: center;justify-content: center;position: relative;}
.Protop-cont .cont .btn i {margin-right: 5px;}
.Protop-cont .cont .btn i,.Protop-cont .cont .btn span{position: relative;z-index: 2;}
.Protop-cont .cont .btn::before,.Protop-cont .cont .btn::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Protop-cont .cont .btn::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 1;}
.Protop-cont .cont .btn::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Protop-cont .cont .btn:hover::before{opacity: 0;}
.Protop-cont .cont .btn:hover::after{opacity: 1;}

.IndTitle .name{background-image: linear-gradient(to right, #db3a36, #e57f3b);-webkit-background-clip: text;color: transparent;}

.Proxq-technology-list {margin-right: -15px;margin-bottom: -20px;}
.Proxq-technology-list .list{width: calc(100%/5 - 15px);margin-right: 15px;margin-bottom: 20px;border: 1px solid #dbe3ef;padding: 25px 20px;border-radius: 20px;position: relative;overflow: hidden;}
.Proxq-technology-list .list .number{display: flex;justify-content: flex-end;}
.Proxq-technology-list .list .number span{width: 26px;height: 26px;border-radius: 100px;background-color: #eaeef1;display: flex;justify-content: center;align-items: center;color: #a7afb5;line-height: 1;}
.Proxq-technology-list .list:hover .title{color: #fff;}
.Proxq-technology-list .list:hover .text{color: #fff;}
.Proxq-technology-list .list:hover .number span{background-color: #fff;color: #db3a36;}
.Proxq-technology-list .list::before{content: "";position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 0;transition: all .4s ease;}
.Proxq-technology-list .list > div{position: relative;z-index: 2;}
.Proxq-technology-list .list:hover::before{opacity: 1;}

.Proxq-parameter-table table{width: 100%;}
.Proxq-parameter-table table th{background-color: #f5f7fa;font-size: 15px;font-weight: 700;color: #27292c;padding: 8px 0px;text-align: left;}
.Proxq-parameter-table table th:nth-child(1){padding-left: 45px;width: 390px;}
.Proxq-parameter-table table td{width: 1%; text-align: center;padding: 10px 0px;font-size: 14px;color: #27292c;text-align: left;}
/* .Proxq-parameter-table table td.one{padding-left: 45px;width: 390px;} */
.Proxq-parameter-table table tr.odd{background-color: #fbfbfb;}

.Proal {background-color: #f8f8f8;}
.Proal-swiper {position: relative;}
.Proal-swiper .swiper-container{padding: 0px 480px;}
.Proal-lun {background-color: #fff;border-radius: 20px;overflow: hidden;display: block;}
.Proal-lun .img{height: 310px;overflow: hidden;}
.Proal-lun .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Proal-lun:hover .img img{transform: scale(1.04);}
.Proal-lun .cont{padding: 35px 40px 30px 40px;}
.Proal-lun .cont .line{background-color: #f1f1f1;width: 100%;height: 2px;}
.Proal-lun .cont .name{text-align: right;}
.Proal-lun .cont .title{transition: all .4s ease;}
.Proal-lun:hover .cont .title{color: #db3a36;}
.Proal-page {height: 2px;width: 100%;}
.Proal-page .contain{height: 2px;position: relative;}
.Proal-page .swiper-pagination-progressbar{width: 100%;height: 2px;background-color: #e3e3e3;}
.Proal-page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: transparent;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Proal-swiper::after {content: '';position: absolute;top: 0;left: 0;background: linear-gradient(97.22deg, #fff 10.48%, rgba(255, 255, 255, 0) 94.21%);height: 100%;width: 320px;z-index: 10;pointer-events: none;}
.Proal-swiper::before {content: '';position: absolute;top: 0;right: 0;background: linear-gradient(97.22deg, #fff 10.48%, rgba(255, 255, 255, 0) 70.21%);transform: matrix(-1, 0, 0, 1, 0, 0);height: 100%;width: 320px;z-index: 10;pointer-events: none;}

.Proly-cont {justify-content: space-between;}
.Proly-cont .cont-l{width: 47%;}
.Proly-cont .cont-r{width: 49%;}
.Proly-list {width: 100%;}
.Proly-list .list{margin-bottom: 20px;width: 100%;height: 45px;}
.Proly-list .list.line {height: 240px;}
.Proly-list .list input{width: 100%;height: 100%;border: 1px solid #e9e9e9;border-radius: 3px;padding: 0px 18px;}
.Proly-list .list input::-webkit-input-placeholder{color: #888;font-size: 15px;}
.Proly-list .list textarea{width: 100%;height: 240px;border: 1px solid #e9e9e9;padding: 15px 25px;}
.Proly-list .list textarea::-webkit-input-placeholder{color: #888;font-size: 15px;}
.Proly-agreement {display: flex;align-items: center;justify-content: center;}
.Proly-agreement span{width: 13px;height: 13px;border: 1px solid #767676;border-radius: 3px;margin-right: 12px;cursor: pointer;transition: all .4s ease;}
.Proly-agreement span.active{background-color: #db3a36;border: 1px solid #db3a36;}
.Proly-agreement a{color: #db3a36;}
.Proly-btn {display: flex;justify-content: center;}
.Proly-btn a{display: flex;justify-content: center;align-items: center;width: 168px;height: 43px;border-radius: 23px;overflow: hidden;position: relative;}
.Proly-btn a::before,.Proly-btn a::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Proly-btn a::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 1;}
.Proly-btn a::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Proly-btn a:hover::before{opacity: 0;}
.Proly-btn a:hover::after{opacity: 1;}
.Proly-btn a span{position: relative;z-index: 2;}

.Acelb-Search {justify-content: space-between;align-items: center;}
.Acelb-muen{align-items: center;}
.Acelb-muen span{margin-right: 40px;}
.Acelb-muen a{margin-right: 40px;transition: all .4s ease;}
.Acelb-muen a:hover, .Acelb-muen a.active{color: #db3a36;}
.Acelb-Search .customSelect{width: 185px;}
.Acelb-Search .customSelect-name {font-size: 14px;height: 45px;color: #444;border-radius: 23px;}
.Acelb-Search .customSelect-name,.Acelb-Search .customSelect-drop>div,.Acelb-Search .customSelect input {padding: 0 20px;}
.Acelb-Search .customSelect-name::after{font-size: 12px;}
.Acelb-Search .customSelect-drop{border-radius: 5px;}
.Acelb-list {border-top: 1px solid #f1f1f1;}
.Acelb-list .list{height: 130px;display: flex;align-items: center;border-bottom: 1px solid #f1f1f1;transition: all .4s ease;}
.Acelb-list .list .img{width: 100px;position: relative;display: flex;justify-content: center;align-items: center;}
.Acelb-list .list .img img {transition: all .4s ease;}
.Acelb-list .list .img img:nth-child(1){position: absolute;opacity: 1;}
.Acelb-list .list .img img:nth-child(2){opacity: 0;}
.Acelb-list .list:hover .img img:nth-child(1){opacity: 0;}
.Acelb-list .list:hover .img img:nth-child(2){opacity: 1;}
.Acelb-list .list .cont{width: calc(100% - 250px);}
.Acelb-list .list .btn{width: 150px;display: flex;justify-content: center;}
.Acelb-list .list .btn a{width: 50px;height: 50px;border-radius: 100px;overflow: hidden;display: flex;justify-content: center;align-items: center;background-color: #e5e5e5;position: relative;}
.Acelb-list .list .btn a img{position: relative;z-index: 2;}
.Acelb-list .list .btn a::before,.Acelb-list .list .btn a::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Acelb-list .list .btn a::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 0;}
.Acelb-list .list .btn a::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Acelb-list .list .btn a:hover::before{opacity: 0;}
.Acelb-list .list .btn a:hover::after{opacity: 1;}
.Acelb-list .list:hover .btn a::before{opacity: 1;}
.Acelb-list .list .btn a:hover::after{opacity: 1;}
.Acelb-list .list:hover{box-shadow: 0px 19px 30px 0px rgba(0, 0, 0, 0.08);}

.Acelb2-list {margin-right: -38px;margin-bottom: -30px;}
.Acelb2-list .list{border-radius: 6px;overflow: hidden;display: block;position: relative;padding: 50px 40px;background-color: #f7fafe;width: calc(100%/3 - 38px);margin-right: 38px;margin-bottom: 30px;}
.Acelb2-list .list img.bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;transition: all .4s ease;pointer-events: none;}
.Acelb2-list .list .data{color: #bdc6dd;}
.Acelb2-list .list .hit{justify-content: space-between;align-items: center;}
.Acelb2-list .list .hit .btn{display: flex;align-items: center;color: #153a6a;}
.Acelb2-list .list .hit .btn i{font-size: 12px;display: block;transform: rotate(180deg);margin-left: 10px;}
.Acelb2-list .list .hit .img{display: flex;justify-content: center;align-items: center;position: relative;}
.Acelb2-list .list .hit .img img{transition: all .4s ease;}
.Acelb2-list .list .hit .img img:nth-child(1){position: absolute;opacity: 1;}
.Acelb2-list .list .hit .img img:nth-child(2){opacity: 0;}
.Acelb2-list .list > div{position: relative;z-index: 2;}
.Acelb2-list .list:hover .hit .img img:nth-child(1){opacity: 0;}
.Acelb2-list .list:hover .hit .img img:nth-child(2){opacity: 1;}
.Acelb2-list .list:hover .data{color: #fff;}
.Acelb2-list .list:hover .title{color: #fff;}
.Acelb2-list .list:hover .hit .btn{color: #fff;}
.Acelb2-list .list:hover img.bg{opacity: 1;}

.Recln-cont {justify-content: space-between;align-items: center;}
.Recln-cont .cont-r{max-width: 700px;}
.Recln-lun {border-radius: 15px;overflow: hidden;}
.Recln-lun .img{width: 57%;}
.Recln-lun .img img{width: 100%;height: 100%;}
.Recln-lun .cont{width: 43%;background-color: #153a6a;position: relative;padding: 90px 70px;overflow: hidden;}
.Recln-lun .cont > div,.Recln-lun .cont li{position: relative;z-index: 2;}
.Recln-lun .cont img.bg{position: absolute;bottom: 0px;right: 0px;pointer-events: none;}
.Recln-lun .cont li {color: rgba(255, 255, 255, .7);margin-bottom: 10px;position: relative;padding-left: 15px;}
.Recln-lun .cont li::after{content: "";position: absolute;left: 0;top: 9px;width: 5px;height: 5px;border-radius: 50%;background: rgba(255, 255, 255, .7);}
.Recln-lun .cont li:last-child {margin-bottom: 0px;}
.Recln-lun .cont .title{position: relative;width: fit-content;padding-bottom: 18px;}
.Recln-lun .cont .title::before{content: "";position: absolute;bottom: 0px;left: 0px;width: 100%;height: 3px;background-color: #fff;}
.Recln-swiper {position: relative;}
.Recln-swiper .swiper-btn a{width: 55px;height: 55px;border-radius: 100px;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;background-color: #f5f5f5;}
.Recln-swiper .swiper-btn span{position: relative;z-index: 2;color: #db3a36;font-size: 24px;}
.Recln-swiper .swiper-btn.next span{transform: rotate(180deg);}
.Recln-swiper .swiper-btn a::before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;transition: all .4s ease;background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);}
.Recln-swiper .swiper-btn:hover a::before{opacity: 1;}
.Recln-swiper .swiper-btn:hover span{color: #fff;}
.Recln-swiper .swiper-btn {position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;}
.Recln-swiper .swiper-btn.prev{left: -120px;}
.Recln-swiper .swiper-btn.next{right: -120px;}
.Recln-page {display: flex;justify-content: center;height: 13px;}
.Recln-page .swiper-pagination{display: flex;}
.Recln-page .swiper-pagination-bullet-active {background: transparent;}
.Recln-page .swiper-pagination-bullet {width: 13px;height: 13px;margin: 0px 10px;display: flex;justify-content: center;align-items: center;overflow: hidden;background: transparent;opacity: 1;border: 1px solid #d6d6d6;position: relative;}
.Recln-page .swiper-pagination-bullet::before {content: "";position: absolute;width: 100%;height: 100%;background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;transition: all .4s ease;}
.Recln-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {opacity: 1;}

.Reczp-from {margin-right: -8px;}
.Reczp-from .list{width: calc(100%/3 - 8px);margin-right: 8px;display: flex;flex-direction: column;justify-content: center;}
.Reczp-from .list .customSelect-name{border-radius: 10px;border: 1px solid #eef1f3;color: #333;height: 60px;background:#fff;}
.Reczp-from .list .customSelect-name,.Reczp-from .list .customSelect-drop>div,.Reczp-from .list .customSelect input {padding: 0 20px;}
.Reczp-Search {position: relative; width: 100%;height: 60px;border-radius: 10px;}
.Reczp-Search input{ width: calc(100% - 87px);padding: 0px 20px;border: 1px solid #eef1f3;border-radius: 10px 0px 0px 10px;background: transparent;border-right: 0px;}
.Reczp-Search .btn{border-radius: 0 10px 10px 0;overflow: hidden; width: 87px;display: flex;justify-content: center;align-items: center;height: 100%;position: relative;}
.Reczp-Search .btn i{position: relative;z-index: 2;color: #fff;font-size: 20px;}
.Reczp-Search .btn::before,.Reczp-Search .btn::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Reczp-Search .btn::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 1;}
.Reczp-Search .btn::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Reczp-Search .btn:hover::before{opacity: 0;}
.Reczp-Search .btn:hover::after{opacity: 1;}
.Reczp-close{position: absolute;left: calc(100% + 15px);top: calc(50% - 6px);text-decoration: underline;white-space: nowrap;color: #db3a36;user-select: none;cursor: pointer;display: block;}
.Reczp-close:active{color: #1469c1;}
.Reczp-Search input:-ms-input-placeholder{color: #a0a0a0;font-size: 15px;}
.Reczp-header {padding-left: 65px;border-radius: 10px;overflow: hidden;background-color: #f5f8fa;}
.Reczp-header .li {padding: 27px 0px;position: relative;z-index: 2;}
.Reczp-header .li:nth-child(1){width: 17%;}
.Reczp-header .li:nth-child(2){width: 17%;display: flex;justify-content: center;}
.Reczp-header .li:nth-child(3){width: 23%;display: flex;justify-content: center;}
.Reczp-header .li:nth-child(4){width: 17%;display: flex;justify-content: center;}
.Reczp-header .li:nth-child(5){width: 17%;display: flex;justify-content: center;}
.Reczp-header .li:nth-child(6){width: 9%;display: flex;justify-content: center;}
.Reczp-list .list .show{padding-left: 65px;border-radius: 10px;overflow: hidden;cursor: pointer;position: relative;}
.Reczp-list .list .show::before{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 0;transition: all .4s ease;}
.Reczp-list .list.active .show::before{opacity: 1;}
.Reczp-list .list .show .li {padding: 22px 0px;position: relative;z-index: 2;transition: all .4s ease;}
.Reczp-list .list.active .show .li{color: #fff;}
.Reczp-list .list .show .li:nth-child(1){width: 17%;}
.Reczp-list .list .show .li:nth-child(2){width: 17%;display: flex;justify-content: center;}
.Reczp-list .list .show .li:nth-child(3){width: 23%;display: flex;justify-content: center;}
.Reczp-list .list .show .li:nth-child(4){width: 17%;display: flex;justify-content: center;}
.Reczp-list .list .show .li:nth-child(5){width: 17%;display: flex;justify-content: center;}
.Reczp-list .list .show .li:nth-child(6){width: 9%;display: flex;justify-content: center;}
.Reczp-list .list .show .li .btn{display: flex;justify-content: center;align-items: center;color: #737982;transform: rotate(-90deg);transition: all .4s ease;}
.Reczp-list .list.active .show .li .btn{color: #fff;transform: rotate(90deg);}
.Reczp-list .list:nth-child(even) .show{background-color: #f4f6f7;}
.Reczp-list .list .hide{padding: 35px 65px 65px 65px;background-color: #f7f7f7;border-radius: 0px 0px 3px 3px;display: none;}
.Reczp-list .list .hide h3{color: #333333;font-weight: 700;}
.Reczp-list .list .hide p br{content: "";display: block;height: 10px;}
.Reczp-btn {width: 177px;height: 50px;border-radius: 25px;overflow: hidden;position: relative;display: flex;justify-content: center;align-items: center;}
.Reczp-btn span{position: relative;z-index: 2;}
.Reczp-btn::before,.Reczp-btn::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Reczp-btn::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 1;}
.Reczp-btn::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Reczp-btn:hover::before{opacity: 0;}
.Reczp-btn:hover::after{opacity: 1;}
.Reczp-btn img{margin-right: 7px;padding-bottom: 4px;}

.Recfc-swiper{width:100%;padding-left:  calc((100% - 1330px) / 2);overflow:hidden;}
.Recfc-swiper-items{width:100%;}
.Recfc-swiper-items .contain{margin:0}
.Recfc-swiper .swiper-container{overflow:visible}
.Recfc-swiper.swiperLoop>div{visibility: hidden;height: 0;overflow: hidden;pointer-events: none;}
.Recfc-swiper.swiperLoop>div.active{visibility: visible;height: auto;pointer-events: auto;overflow: visible;}
.Recfc-lun {position: relative;border-radius: 15px;overflow: hidden;height: 380px;}
.Recfc-lun > img{width: 100%;height: 100%;transition: all .4s ease;}
.Recfc-lun:hover > img{transform: scale(1.04);}
.Recfc-lun .show{position: absolute;height: 30%;width: 100%;bottom: 0px;left: 0px;background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));padding: 0px 30px 30px 30px;display: flex;align-items: flex-end;}
.Recfc-page {height: 2px;width: 100%;}
.Recfc-page .contain{height: 2px;position: relative;}
.Recfc-page .swiper-pagination-progressbar{width: 100%;height: 2px;background-color: #e3e3e3;}
.Recfc-page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: transparent;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}

.Recfl-cont {justify-content: space-between;align-items: center;}
.Recfl-btn a{width: 190px;height: 50px;margin-left: 10px;display: flex;justify-content: center;align-items: center;border-radius: 25px;overflow: hidden;color: #153a6a;border: 2px solid #153a6a;transition: all .4s ease;}
.Recfl-btn a.active{background-color: #153a6a;color: #fff;box-shadow: 0px 7px 12px 1px rgba(21, 58, 106, 0.16);}
.Recfl-list {margin-right: -35px;margin-bottom: -35px;}
.Recfl-list .list{min-height: 340px; width: calc(100%/4 - 35px);margin-right: 35px;margin-bottom: 35px;display: flex;flex-direction: column;align-items: center;padding: 45px 25px;border-radius: 10px;overflow: hidden;border: 1px solid #ebf0f5;position: relative;}
.Recfl-hide .muen:nth-child(2) .Recfl-list .list{min-height: 370px;}
.Recfl-list .list::before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 0;transition: all .4s ease;}
.Recfl-list .list:hover::before{opacity: 1;}
.Recfl-list .list > div{position: relative;z-index: 2;}
.Recfl-list .list .img{width: 113px;height: 113px;border-radius: 100px;display: flex;justify-content: center;align-items: center;background-color: #f7f9fd;}
.Recfl-list .list .img img{transition: all .4s ease;}
.Recfl-list .list .img img:nth-child(1){position: absolute;opacity: 1;}
.Recfl-list .list .img img:nth-child(2){opacity: 0;}
.Recfl-list .list:hover .img img:nth-child(1){opacity: 0;}
.Recfl-list .list:hover .img img:nth-child(2){opacity: 1;}
.Recfl-text{margin-top: 14px;text-align: center;}
.Recfl-list .list .title{transition: all .4s ease;position: absolute;left: 0;top: 0;width: 100%;}
.Recfl-list .list .text{opacity: 0;transition: all .4s ease;}
.Recfl-list .list:hover .Recfl-text .title{opacity: 0;}
.Recfl-list .list:hover .Recfl-text .text{opacity: 1;}
.Recfl-hide .muen{display: none;}
.Recfl-hide .muen.active{display: block;animation: RecflHide .4s ease;}
@keyframes RecflHide {0%{opacity: 0;}100%{opacity: 1;}}


.Newlb{background: #f5f5f5;}
.Newlb-list .list{background: #fff;width: calc(100%/3);border: 1px solid #f0f0f0;padding: 58px 30px 64px 30px;}
.Newlb-list .list span{width: 150px;height: 35px;border-radius: 17px;overflow: hidden;display: flex;justify-content: center;align-items: center;border: 1px solid #e5e5e5;position: relative;}
.Newlb-list .list span::before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 0;transition: all .4s ease;}
.Newlb-list .list:hover span::before{opacity: 1;}
.Newlb-list .list span div{position: relative;z-index: 2;transition: all .4s ease;}
.Newlb-list .list:hover span div{color: #fff;}
.Newlb-list .list .data{color: #adadad;display: flex;align-items: center;}
.Newlb-list .list .data i {margin-right: 12px;}
.Newlb-list .list .img{border-radius: 10px;width: 100%;height: 227px;overflow: hidden;}
.Newlb-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Newlb-list .list:hover .img img{transform: scale(1.04);}
.Newlb-list .list .title{transition: all .4s ease;}
.Newlb-list .list:hover .title{color: #db3a36;}

.Newxq-cont {border-bottom: 1px solid #eef3f7;padding-bottom: 60px;}
.Newxq-cont .cont-l{width: 45%;position: relative;padding-right: 130px;}
.Newxq-cont .cont-r{width: 55%;}
.Newxq-btn a{height: 60px;width: 100%;border-radius: 10px;overflow: hidden;display: flex;align-items: center;background-color: #f2f4f6;padding: 0px 20px;margin-bottom: 10px;}
.Newxq-btn a span{color: #333333;font-weight: 700;width: 60px;}
.Newxq-btn a .title{width: calc(100% - 60px);transition: all .4s ease;}
.Newxq-btn a:hover .title{color: #db3a36;}
.Newxq-btn a:last-child{margin-bottom: 0px;}
.Newxq-Sticky {position: sticky;top: 100px;left: 0px;padding-bottom: 60px;}
.Newxq-Sticky .data{display: flex;align-items: center;color: #adadad;}
.Newxq-Sticky .data i{margin-right: 10px;}
.Newxq-Sticky .line{width: 100%;height: 1px;background-color: #e6ecf4;}
.Newxq-code {position: absolute;bottom: 0px;left: 0px;height: 36px;display: flex;align-items: center;}
.Newxq-code span{margin-right: 10px;}
.Newxq-code a{width: 36px;height: 36px;position: relative;overflow: hidden;border-radius: 100px;display: flex;justify-content: center;align-items: center;background-color: #4c565f;color: #fff;margin-right: 28px;}
.Newxq-code a:last-child{margin-right: 0px;}
.Newxq-code a i{position: relative;z-index: 2;}
.Newxq-code a::before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 0;transition: all .4s ease;}
.Newxq-code a:hover::before{opacity: 1;}

.Esgfz-cont .cont-l{width: 28%;background-color: #f8fafc;padding-left: calc((100% - 1330px) / 2);}
.Esgfz-cont .cont-r{width: 72%;border-left: 1px solid #f0f3f6;padding-left: 95px;padding-right: calc((100% - 1330px) / 2);}
.Esgfz-Sticky > .title{color: #27292c;}
.Esgfz-muen a{width: 100%;height: 35px;margin-bottom: 15px;display: flex;align-items: center;padding-left: 25px;position: relative;transition: all .4s ease;}
.Esgfz-muen a:last-child{margin-bottom: 0px;}
.Esgfz-muen a::before{content: "";position: absolute;left: 0px;top: 50%;transform: translateY(-50%);width: 4px;height: 0%;background-color: #db3a36;transition: all .4s ease;}
.Esgfz-muen a.active::before{height: 100%;}
.Esgfz-muen a.active{color: #db3a36;}
.Esgfz-Sticky {position: sticky;top: 100px;left: 0px;}
.Esgfz-img {border-radius: 10px;overflow: hidden;}
.Esgfz-list {margin-right: -17px;margin-bottom: -20px;}
.Esgfz-list .list{width: calc(100%/3 - 17px);margin-right: 17px;margin-bottom: 20px;border-radius: 6px;border: 1px solid #eeeeee;padding: 55px 35px 30px 35px;}
.Esgfz-list .list .line{width: 35px;height: 3px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Esgfz2-list {margin-right: -27px;margin-bottom: -55px;}
.Esgfz2-list .list{width: calc(100%/2 - 27px);margin-right: 27px;margin-bottom: 55px;}
.Esgfz2-list .list .img{height: 247px;overflow: hidden;border-radius: 6px;border: 1px solid #eeeeee;}
.Esgfz2-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Esgfz2-list .list:hover .img img{transform: scale(1.04);}
.Esgfz2-list .list .cont {padding: 0px 65px 0px 20px;}
.Esgfz2-list .list .cont .line{width: 35px;height: 3px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Esgfz3-list .list{margin-bottom: 32px;}
.Esgfz3-list .list:last-child{margin-bottom: 0px;}
.Esgfz3-list .list .title{border-bottom: 1px solid #ecf1f5;padding-bottom: 22px;}
.Esgfz3-list .list li{margin-bottom: 22px;}
.Esgfz3-list .list li:last-child{margin-bottom: 0px;}
.Esgfz4-list {margin-right: -22px;}
.Esgfz4-list .list{width: calc(100%/2 - 22px);margin-right: 22px;}
.Esgfz4-list .list .img{border-radius: 6px;overflow: hidden;border: 1px solid #eeeeee;padding: 15px;height: 340px;}
.Esgfz4-list .list .img img{border-radius: 6px;width: 100%;height: 100%;}
.Esgfz4-list .list .cont{padding: 0px 25px;}
.Esgfz4-list .list .cont .btn{width: 168px;height: 48px;display: flex;justify-content: center;align-items: center;border-radius: 24px;overflow: hidden;position: relative;}
.Esgfz4-list .list .cont .btn span,.Esgfz4-list .list .cont .btn img{position: relative;z-index: 2;}
.Esgfz4-list .list .cont .btn span {margin-right: 13px;}
.Esgfz4-list .list .cont .btn::before,.Esgfz4-list .list .cont .btn::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Esgfz4-list .list .cont .btn::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 1;}
.Esgfz4-list .list .cont .btn::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Esgfz4-list .list .cont .btn:hover::before{opacity: 0;}
.Esgfz4-list .list .cont .btn:hover::after{opacity: 1;}
.Esgfz4-list .list .cont .number{color: rgba(68, 68, 68, .5);}

.Anllb-list {margin-right: -95px;margin-bottom: -75px;}
.Anllb-list .list{width: calc(100%/2 - 95px);margin-right: 95px;margin-bottom: 75px;display: block;}
.Anllb-list .list .cont .hit{width: 110px;}
.Anllb-list .list .cont .content{width: calc(100% - 110px);}
.Anllb-list .list .cont .hit .line{width: 72px;height: 2px;background-color: #234372;position: relative;}
.Anllb-list .list .cont .hit .line::before{content: "";position: absolute;left: 0px;top: 0px;height: 100%;width: 0%;transition: all .4s ease;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Anllb-list .list:hover .cont .hit .line::before{width: 100%;}
.Anllb-list .list .img{border-radius: 15px;overflow: hidden;height: 370px;}
.Anllb-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Anllb-list .list:hover .img img{transform: scale(1.04);}

.Anlxq {background-color: #f7f8fa;}
.Anlxq-cont .cont-l{width: 75%;border-radius: 10px;overflow: hidden;background-color: #fff;padding: 70px 40px;}
.Anlxq-cont .cont-r{width: 25%;padding-left: 40px;}
.Anlxq-title .line{width: 40px;height: 4px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Anlxq-line {align-items: center;}
.Anlxq-line .img{width: 47px;height: 47px;border-radius: 100px;display: flex;justify-content: center;align-items: center;margin-right: 15px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Anlxq-content p br{content: "";display: block;height: 10px;}
.Anlxq-content .ul .li{width: calc(100%/3);}
.Anlxq-Sticky {border-radius: 10px;background-color: #fff;overflow: hidden;position: sticky;top: 100px;padding: 36px 28px;}
.Anlxq-Sticky-title {position: relative;height: 28px;display: flex;align-items: center;}
.Anlxq-Sticky-title::before {content: "";position: absolute;left: -28px;top: 0px;width: 3px;height: 100%;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Anlxq-list .list{border-top: 1px solid #f5f6fa;padding: 25px 0px;width: 100%;}
.Anlxq-list .list .title{transition: all .4s ease;}
.Anlxq-list .list:hover .title{color: #db3a36;}
.Anlxq-Sticky .btn{width: 118px;height: 47px;border-radius: 23.5px;display: flex;justify-content: center;align-items: center;overflow: hidden;position: relative;}
.Anlxq-Sticky .btn span{position: relative;z-index: 2;}
.Anlxq-Sticky .btn::before,.Anlxq-Sticky .btn::after{content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;transition: all .4s ease;}
.Anlxq-Sticky .btn::before{background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);opacity: 1;}
.Anlxq-Sticky .btn::after{background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);opacity: 0;}
.Anlxq-Sticky .btn:hover::before{opacity: 0;}
.Anlxq-Sticky .btn:hover::after{opacity: 1;}

.Anlcp-lun .Prolb2-list .list {width: 100%;margin-right: 0px;margin-bottom: 0px;}
.Anlcp-lun .Prolb2-list {margin-right: 0px;margin-bottom: 0px;}
.Anlcp-swiper {position: relative;}
.Anlcp-swiper .muen{margin: -10px;}
.Anlcp-swiper .swiper-container {padding: 10px;}
.Anlcp-swiper .swiper-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;}
.Anlcp-swiper .swiper-btn a{color: #db3a36;}
.Anlcp-swiper .swiper-btn.prev{left: 0px;}
.Anlcp-swiper .swiper-btn.next{right: 0px;}
.Anlcp-swiper .swiper-btn.next a{transform: rotate(180deg);display: block;}

.indan > img.bg{position: absolute;top: 0%;left: 0%;pointer-events: none;}
.indan .contain{position: relative;z-index: 2;}
.indan-cont .cont-l{width: 58%;padding-right: 120px;}
.indan-cont .cont-r{width: 42%;padding-left: 55px;position: relative;}
.indan-list {margin-bottom: -40px;}
.indan-list .list{width: calc(100%/2);margin-bottom: 40px;}
.indan-list .list:last-child{margin-bottom: 0px;}
.indan-list .list .num{line-height: 1;}
.indan-list .list .num span:last-child{margin-right: 10px;}
.indan-bg {border: 1px solid #ededed;border-radius: 20px;width: 100%;height: 100%;position: relative;z-index: 1;overflow: hidden;}
.indan-bg::before {content: "";position: absolute;border-top: 1px solid #ededed;left: 0px;bottom: 0px;height: 130px;width: 100%;background-image: -webkit-linear-gradient( 0deg, rgb(219,56,54) 0%, rgb(229,127,59) 100%);}
.indan-video{position: absolute;z-index: 2;left: 0px;top: 50%;transform: translateY(-50%);height: calc(100% - 80px);width: calc(100% - 40px);border-radius: 20px;overflow: hidden;}
.indan-video img{width: 100%;height: 100%;}
.indan-video .btn{position: absolute;bottom: 37px;right: 38px;width: 47px;height: 47px;display: flex;justify-content: center;align-items: center;background-color: #fff;border-radius: 100px;color: #db3a36;font-size: 16px;padding-left: 4px;transition: all .4s ease;}
.indan-video .btn:hover{background-color: #db3a36;color: #fff;}

.Aboch-thumbs{position: relative;}
.Aboch-thumbs::before{content: "";position: absolute;z-index: 1;top: 1px;left: 0px;width: 100%;height: 1px;background-color: rgba(255, 255, 255, .2);}
.Aboch-thumbs .contain{padding: 0px 35px;}
.Aboch-thumbs .thumbs-year {padding-top: 35px;display: flex;align-items: center;justify-content: center;position: relative;}
.Aboch-thumbs .thumbs-year::before {content: "";position: absolute;z-index: 2; top: 0px;left: 50%;transform: translateX(-50%);width: 0%;height: 2px;background-color: #db3a36;transition: all .4s ease;}
.Aboch-thumbs .thumbs-year.active::before {width: 100%;} 
.Aboch-gallery {position: relative;}
.Aboch-gallery .gallery-more {display: flex;justify-content: center;}
.Aboch-gallery .gallery-more-cont{width: 875px;padding: 0px 185px;}
.Aboch-gallery .gallery-more-cont .cont{overflow-y: auto;height: 135px;padding-right: 10px;}
.Aboch-gallery .gallery-more-cont .cont::-webkit-scrollbar {width: 2px;}
.Aboch-gallery .gallery-more-cont .cont::-webkit-scrollbar-thumb {background: #db3a36;}
.Aboch-gallery .gallery-more-cont .cont::-webkit-scrollbar-track {background: #f1f1f1;}
.Aboch-gallery .gallery-more-cont .cont .li{display: flex;align-items: center;margin-bottom: 20px;}
.Aboch-gallery .gallery-more-cont .cont .li .data{width: 50px;}
.Aboch-gallery .gallery-more-cont .cont .li .title{width: calc(100% - 50px);}
.Aboch-gallery .thumbs-prev,.Aboch-gallery .thumbs-next{position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;}
.Aboch-gallery .thumbs-prev {left: 200px;}
.Aboch-gallery .thumbs-next {right: 200px;}
.Aboch-gallery .thumbs-prev a,.Aboch-gallery .thumbs-next a{font-size: 36px;color: #fff;display: block;cursor: pointer;transition: all .4s ease;}
.Aboch-gallery .thumbs-next a{transform: rotate(180deg);}
.Aboch-gallery .thumbs-prev a:hover,.Aboch-gallery .thumbs-next a:hover{color: #db3a36;}

.Abowh {background-color: #f5f5f5;}
.Abowh-cont {border-radius: 20px;overflow: hidden;background-color: #fff;padding: 55px 35px;position: relative;}
.Abowh-cont img.bg{position: absolute;bottom: 30px;right: 35px;}
.Abowh-muen {margin-right: -40px;position: relative;z-index: 2;}
.Abowh-muen .muen{width: calc(100%/3 - 40px);margin-right: 40px;margin-top: 20px;}
.Abowh-muen .muen .data{width: 50px;color: #e4e4e4;}
.Abowh-muen .muen .cont{width: calc(100% - 50px);}
.Abowh-list {margin-right: -18px;}
.Abowh-list .list > div{position: relative;z-index: 2;}
.Abowh-list .list{width: calc(100%/4 - 18px);margin-right: 18px;border-radius: 20px;overflow: hidden;background-color: #fff;padding: 70px 35px 110px 35px;position: relative;}
.Abowh-list .list img.bg{position: absolute;bottom: 25px;right: 35px;}

.Abolt {background-color: #071b35;}
.Abolt-list {margin-right: -20px;margin-bottom: -35px;}
.Abolt-list .list{width: calc(100%/5 - 20px);margin-right: 20px;margin-bottom: 35px;}
.Abolt-list .list .img{border-radius: 15px;overflow: hidden;position: relative;height: 273px;}
.Abolt-list .list .img img{width: 100%;height: 100%;}
.Abolt-list .list .img .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;padding: 30px 15px;background-color: rgba(7, 27, 53, .5);opacity: 0;transition: all .4s ease;}
.Abolt-list .list .img .show .overflow{overflow-y: auto;height: 100%;padding-left: 10px;}
.Abolt-list .list .img .show .overflow::-webkit-scrollbar {width: 2px;}
.Abolt-list .list .img .show .overflow::-webkit-scrollbar-thumb {background: #db3a36;}
.Abolt-list .list .img .show .overflow::-webkit-scrollbar-track {background: #f1f1f1;}
.Abolt-list .list .cont .title span {margin-left: 15px;}
.Abolt-list .list .cont .text {opacity: .5;}
.Abolt-list .list:hover .img .show{opacity: 1;}
.Abolt-btn {display: flex;justify-content: center;}
.Abolt-btn a{color: #fff;display: block;transform: rotate(-90deg);line-height: 1;font-size: 18px;animation: AboltBtn .6s linear infinite alternate;transition: all .4s ease;}
@keyframes AboltBtn{0%{transform:translateY(-5px) rotate(-90deg);}100%{transform:translateY(5px) rotate(-90deg);}}
.Abolt-btn a:hover{color: #db3a36;}

.Aboaq-lun {border-radius: 6px;background-color: #fff;padding: 40px 55px;height: 100%;overflow: hidden;transition: all .4s ease;}
.Aboaq-lun:hover {box-shadow: 0px 4px 10px 0px rgba(26, 98, 170, 0.31);}
.Aboaq-lun .title{text-align: center;color: #234372;}
.Aboaq-lun .img{position: relative;height: 278px;display: flex;justify-content: center;align-items: center;}
.Aboaq-lun .img img{max-height: 100%;}
.Aboaq-lun .img .btn{position: absolute;opacity: 0;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;transition: all .4s ease;}
.Aboaq-lun .img .btn a{color: #fff;font-size: 28px;width: 60px;height: 60px;border-radius: 100px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);display: flex;justify-content: center;align-items: center;}
.Aboaq-lun:hover .img .btn{opacity: 1;}
.Aboaq-swiper {position: relative;}
.Aboaq-swiper .muen{margin: -10px;}
.Aboaq-swiper .swiper-container{padding: 10px;}
.Aboaq-swiper .swiper-slide{height: auto;}
.Aboaq-swiper .swiper-btn {position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;}
.Aboaq-swiper .swiper-btn a{font-size: 28px;display: block;color: #7a7a7a;transition: all .4s ease;}
.Aboaq-swiper .swiper-btn a:hover{color: #db3a36;}
.Aboaq-swiper .swiper-btn.next a{transform: rotate(180deg);}
.Aboaq-swiper .swiper-btn.prev {left: -60px;}
.Aboaq-swiper .swiper-btn.next {right: -60px;}

.Coulb-list {margin-right: -30px;}
.Coulb-list .list{width: calc(100%/3 - 30px);margin-right: 30px;}
.Coulb-list .list .img{border-radius: 15px;overflow: hidden;height: 255px;}
.Coulb-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Coulb-list .list:hover .img img{transform: scale(1.04);}
.Coulb-list .list .title{border-bottom: 2px solid #f5f5f5;padding-bottom: 20px;position: relative;}
.Coulb-list .list .title::before{content: "";position: absolute;bottom: -2px;left: 0px;width: 50px;height: 2px;background-image: -webkit-linear-gradient( 0deg, rgb(229,127,59) 0%, rgb(219,56,54) 100%);}
.Coulb-list .list .cont .hit{justify-content: space-between;}

.Proxq-parameter-cont {justify-content: space-between;}
.Proxq-parameter-muen {flex-wrap: nowrap;width: 470px;overflow-x: auto;padding-bottom: 15px;}
.Proxq-parameter-muen::-webkit-scrollbar {height: 2px;}
.Proxq-parameter-muen::-webkit-scrollbar-thumb {background: #db3a36;}
.Proxq-parameter-muen::-webkit-scrollbar-track {background: #f1f1f1;}
.Proxq-parameter-muen a{margin-right: 55px;white-space: nowrap;transition: all .4s ease;}
.Proxq-parameter-muen a:last-child{margin-right: 0px;}
.Proxq-parameter-muen a.active{color: #db3a36;font-weight: 700;}

/* .Proxq-parameter-table table tr:first-child{color: #333;font-weight: 700;} */
.Proxq-parameter-hide .muen{display: none;padding:20px 0 40px;border-top: 1px solid #eee;}
.Proxq-parameter-hide .muen:first-child{border: unset;margin-top: 20px;}
.Proxq-parameter-table{margin-top: 0;}
.Proxq-parameter-hide .muen.active{display: block;animation: ProxqParameterHide .4s ease;}
@keyframes ProxqParameterHide {0%{opacity: 0;}100%{opacity: 1;}}

.Proxq-peculiarity-cont {border-radius: 10px;align-items: center;overflow: hidden;padding: 40px 35px;background-color: #fff;box-shadow: 0px 16px 19.6px 15.4px rgba(218, 218, 218, 0.29);}
.Proxq-peculiarity-cont .img{width: 58%;}
.Proxq-peculiarity-cont .cont{width: 42%;padding-left: 60px;}
.Proxq-peculiarity-cont .cont br{content: "";display: block;height: 10px;}

















/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .Prolb-list .list .img{height: 240px;}
    .Prolb-list .list .cont {padding: 50px 40px;}
    .Prolb2-list {margin-right: -15px;margin-bottom: 0;}
    .Prolb2-list .list {width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 0;padding: 30px;}
    .Prolb2-list .list .img {height: 225px;}
    .Prolb2-list .list .img span {font-size: 250px;line-height: 150px;}
    .Protop-cont {padding-bottom: 66px;}
    .Proxq-technology-list .list {width: calc(100%/4 - 15px);margin-right: 15px;margin-bottom: 20px;padding: 25px 20px;border-radius: 20px;}
    .Proal-swiper .swiper-container {padding: 0px 270px;}
    .Proal-lun .img {height: 300px;}
    .Acelb-list .list {height: 90px;}
    .Acelb2-list {margin-right: -30px;margin-bottom: -30px;}
    .Acelb2-list .list {border-radius: 6px;padding: 40px 35px;width: calc(100%/3 - 30px);margin-right: 30px;margin-bottom: 30px;}
    .Recln-cont .cont-r{max-width: 500px;}
    .Recln-lun .cont {padding: 50px;}
    .Recfc-lun {height: 330px;}
    .Recfc-swiper{padding-left:calc((100% - 1080px) / 2);}
    .Recfl-list .list .img {width: 90px;height: 90px;}
    .Recfl-list .list {padding: 20px;}
    .Newlb-list .list .img {height: 176px;}
    .Newxq-cont .cont-l {padding-right: 90px;}
    .Esgfz-cont .cont-l {width: 28%;padding-left: calc((100% - 1080px) / 2);}
    .Esgfz-cont .cont-r {width: 72%;padding-left: 45px;padding-right: calc((100% - 1080px) / 2);}
    .Esgfz-list {margin-right: -15px;margin-bottom: -15px;}
    .Esgfz-list .list {width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 15px;border-radius: 3px;padding: 25px 35px;}
    .Esgfz-img {border-radius: 3px;}
    .Esgfz2-list .list .img{height: 200px;}
    .Esgfz4-list .list .img {height: 280px;}
    .Anllb-list {margin-right: -55px;margin-bottom: -55px;}
    .Anllb-list .list {width: calc(100%/2 - 55px);margin-right: 55px;margin-bottom: 55px;}
    .Anllb-list .list .img {height: 306px;}
    .Anlxq-Sticky .btn {width: 100px;height: 40px;border-radius: 20px;}
    .Abowh-muen .muen .data {width: 30px;}
    .Abowh-muen .muen .cont {width: calc(100% - 30px);}
    .Abowh-muen {margin-right: -10px;}
    .Abowh-muen .muen {width: calc(100%/3 - 10px);margin-right: 10px;}
    .Abowh-list .list {width: calc(100%/4 - 18px);margin-right: 18px;border-radius: 20px;padding: 45px 35px 80px 35px;}
    .Abolt-list .list .img {height: 219px;}
    .Aboaq-lun {padding: 20px 30px;}
    .Aboaq-lun .img {height: 260px;}
    .Coulb-list .list .img {height: 205px;}
    .Coulb-list .list .title {padding-bottom: 10px;}
    .Proxq-parameter-table table td{font-size: 13px;}
    .Recfl-list{margin-right: -20px;margin-bottom: -20px;}
    .Recfl-list .list{margin-right: 20px;margin-bottom: 20px;width: calc(25% - 20px);min-height: 260px;}
    .Recfl-hide .muen:nth-child(2) .Recfl-list .list{min-height: 290px;}
    .Recfl-list .list .text{font-size: 14px;line-height: 22px;}
}

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

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

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .Prolb-list .list .img {height: 195px;}
    .Prolb-list .list .cont {padding: 30px 20px;}
    .Prolb-muen a {margin-left: 30px;}
    .Proal-lun .img {height: 200px;}
    .Acelb2-list .list {border-radius: 6px;padding: 30px 35px;width: calc(100%/3 - 30px);margin-right: 30px;margin-bottom: 30px;}
    .Reczp-list .list .hide {padding: 25px;}
    .Reczp-list .list .show {padding-left: 25px;}
    .Reczp-header {padding-left: 25px;border-radius: 5px;}
    .Reczp-header .li {padding: 15px 0px;}
    .Reczp-list .list .show .li {padding: 15px 0px;}
    .Recfc-swiper{padding-left:calc((100% - 880px) / 2);}
    .Recfc-lun {height: 276px;}
    .Recfl-list {margin-right: -15px;margin-bottom: -15px;}
    .Recfl-list .list {width: calc(100%/3 - 15px);margin-right: 15px;margin-bottom: 15px;border-radius: 5px;}
    .Newlb-list .list {width: calc(100%/3);padding: 25px;}
    .Newlb-list .list .img {height: 143px;border-radius: 5px;}
    .Newxq-cont .cont-l {width: 100%;padding-right: 0px;}
    .Newxq-cont .cont-r {width: 100%;margin-top: 20px;}
    .Newxq-cont {padding-bottom: 20px;}
    .Newxq-code a {width: 36px;height: 36px;margin-right: 15px;}
    .Esgfz-cont .cont-l {width: 28%;padding-left: calc((100% - 880px) / 2);}
    .Esgfz-cont .cont-r {width: 72%;padding-left: 35px;padding-right: calc((100% - 880px) / 2);}
    .Esgfz-list .list {min-height: 270px; width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;border-radius: 3px;padding: 25px 35px;}
    .Recfl-hide .muen:nth-child(2) .Recfl-list .list{min-height: 300px;}
    .Esgfz2-list .list .img {height: 160px;}
    .Esgfz2-list .list .cont {padding: 0px 20px 0px 20px;}
    .Esgfz2-list {margin-right: -15px;margin-bottom: -15px;}
    .Esgfz2-list .list {width: calc(100%/1 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .Esgfz2-list .list .img {height: 177px;}
    .Esgfz2-list .list .cont {padding: 0px;}
    .Esgfz4-list .list .img {height: 228px;}
    .Anllb-list {margin-right: -35px;margin-bottom: -35px;}
    .Anllb-list .list {width: calc(100%/2 - 35px);margin-right: 35px;margin-bottom: 35px;}
    .Anllb-list .list .img {height: 252px;}
    .Aboch-gallery .gallery-more-cont {width: 770px;padding: 0px 145px;}
    .Aboch-gallery .thumbs-prev {left: 100px;}
    .Aboch-gallery .thumbs-next {right: 100px;}
    .Aboch-thumbs .thumbs-year {padding-top: 20px;}
    .Coulb-list .list .img {height: 165px;}
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .Recfc-swiper{padding-left:4%;}
    .Recfc-swiper-items .contain{width:96%}
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .Prolb-list {margin-right: 0px;margin-bottom: -15px;}
    .Prolb-list .list {width: 100%;margin-right: 0px;margin-bottom: 15px;border-radius: 5px;display: flex;flex-direction: column-reverse;}
    .Prolb-list .list .cont {padding: 20px 15px;}
    .Prolb-list .list .img {height: 244px;}
    .CommonBanner > img {min-height: 200px;}
    .CommonBanner-btn {display: none;}
    .Prolb-Search {width: 100%;height: 45px;border-radius: 20px;}
    .Prolb-cont .cont-r {overflow-x: auto;width: 100%;}
    .Prolb-muen {margin-top: 20px;flex-wrap: nowrap;padding-bottom: 15px;}
    .Prolb-muen a {margin-left: 0px;padding: 0px 15px;white-space: nowrap;}
    .Prolb-cont {padding-bottom: 0px;border-bottom: 0px;}
    .Prolb-muen a::before {display: none;}
    .Prolb-Search .btn {width: 40px;font-size: 14px;}
    .Prolb-Search input {width: calc(100% - 40px);padding: 0px 0px 0px 15px;}
    .Prolb2-list {margin-right: 0;}
    .Prolb2-list .list {width: 100%;margin-right: 0;margin-bottom: 15px;padding: 15px 10px;box-shadow: 5px 5px 10px 0px rgba(10, 49, 76, 0.05);}
    .Prolb2-list .list .img {height: 80px;}
    .Prolb2-list .list .img span {display: none;}
    .Prolb2-list .list .cont .text {opacity: 1;}
    .Prolb2-list .list .cont .btn {opacity: 1;}
    .Protop-cont .img {width: 100%;}
    .Protop-cont .img img {border-radius: 5px;}
    .Protop-cont .cont {width: 100%;padding-left: 0px;margin-top: 20px;}
    .Protop-cont {padding-bottom: 20px;}
    .Protop-cont .cont .btn {width: 140px;height: 40px;border-radius: 20px;}
    .Protop-cont .cont .btn i {font-size: 14;}
    .Proxq-technology-list {margin-right: -10px;margin-bottom: -10px;}
    .Proxq-technology-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;padding: 15px 10px;border-radius: 5px;}
    .Proxq-parameter-table {overflow-x: auto;}
    .Proxq-parameter-hide .muen{margin-top: 30px;}
    .Proxq-parameter-table > div{width: 800px;}
    .Proxq-parameter-table .center{width: 92vw;margin-bottom: 10px !important;}
    .Proxq-parameter-table > div{width: 250%;}
    .Proxq-parameter-table table th:nth-child(1) {text-align: center;padding-left: 0px;}
    .Proxq-parameter-table table td.one {text-align: center;padding-left: 0px;width: auto;}
    .Proxq-parameter-table table th {font-size: 12px;padding: 5px 0px;}
    .Proxq-parameter-table table td {padding: 5px 0px;font-size: 12px;width: auto;}
    .Proxq-parameter-hide .muen{padding: 10px 0 20px;margin-top: 10px;}
    .Proal-swiper .swiper-container {padding: 0px 4%;}
    .Proal-swiper::before,.Proal-swiper::after{display: none;}
    .Proal-lun {border-radius: 10px;}
    .Proal-lun .img {height: 243px;}
    .Proal-lun .cont {padding: 25px 20px 15px 20px;}
    .Proly-cont .cont-l {width: 100%;}
    .Proly-cont .cont-r {width: 100%;}
    .Proly-list .list {margin-bottom: 10px;}
    .Proly-list .list textarea {height: 140px;}
    .Proly-list .list.line {height: 140px;}
    .Proly-btn a {width: 100px;height: 36px;}
    .Acelb-Search {flex-direction: column-reverse;}
    .Acelb-Search .cont-l{width: 100%;margin-top: 20px;}
    .Acelb-Search .cont-r{width: 100%;}
    .Acelb-muen span {width: 100%;margin-right: 0px;}
    .Acelb-muen a {margin-right: 0px;width: calc(100%/4 - 10px);margin-right: 10px;margin-top: 10px;}
    .Acelb-list .list .img {width: 50px;}
    .Acelb-list .list .btn a {width: 35px;height: 35px;}
    .Acelb-list .list .cont {width: calc(100% - 100px);}
    .Acelb-list .list .btn {width: 50px;}
    .paging-menu a:first-child, .paging-menu a:last-child {display: none;}
    .paging-menu a {width: 35px;height: 35px;font-size: 12px;}
    .Acelb2-list {margin-right: -10px;margin-bottom: -10px;}
    .Acelb2-list .list {border-radius: 3px;padding: 10px 15px;width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;}
    .Acelb2-list .list .hit .btn {font-size: 12px;}
    .Recln-cont .cont-r {margin-top: 20px;}
    .Recln-swiper .swiper-slide{height: auto;}
    .Recln-lun {border-radius: 5px;height: 100%;background-color: #153a6a;}
    .Recln-lun .img img{height: 240px;}
    .Recln-lun .img {width: 100%;}
    .Recln-lun .cont {width: 100%;padding: 20px 15px;}
    .Recln-lun .cont img.bg {display: none;}
    .Recln-page .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0px 5px;}
    .Reczp-from {margin-right: 0px;margin-bottom: -15px;}
    .Reczp-from .list {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .Reczp-from .list .customSelect-name {border-radius: 5px;height: 45px;font-size: 14px;}
    .Reczp-from .list .customSelect-name, .Reczp-from .list .customSelect-drop>div, .Reczp-from .list .customSelect input {padding: 0 15px;}
    .Reczp-from .customSelect-name::after {right: 15px;font-size: 12px;}
    .Reczp-Search {height: 45px;border-radius: 5px;}
    .Reczp-Search input {width: calc(100% - 50px);padding: 0px 15px;border-radius: 5px 0px 0px 5px;}
    .Reczp-Search .btn {width: 50px;}
    .Reczp-Search input::-webkit-input-placeholder{color: #999;font-size: 14px;}
    .Reczp-header {padding-left: 15px;}
    .Reczp-list .list .show {padding-left: 15px;}
    .Reczp-btn {width: 120px;height: 40px;border-radius: 25px;}
    .Reczp-overflow {overflow-x: auto;}
    .Reczp-overflow > div{width: 600px;}
    .Recfc-lun {height: 316px;border-radius: 5px;}
    .Recfl-cont .cont-r{width: 100%;display: flex;margin: 20px 0 0 -10px;}
    .Recfl-list {margin-right: -10px;margin-bottom: -10px;}
    .Recfl-list .list {min-height: 300px; width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;border-radius: 5px;padding: 15px;}
    .Recfl-hide .muen:nth-child(2) .Recfl-list .list{min-height: 370px;}
    .Recfl-list .list .img {width: 70px;height: 70px;}
    .Recfl-list .list .img img {max-height: 40px;}
    .Newlb-list {margin-bottom: -15px;}
    .Newlb-list .list {width: calc(100%/1);padding: 25px;margin-bottom: 15px;}
    .Newlb-list .list .img {height: 174px;}
    .Esgfz-cont .cont-l {width: 100%;padding: 20px 4%;}
    .Esgfz-cont .cont-r {width: 100%;padding: 20px 4%;}
    .Esgfz-Sticky > .title {display: none;}
    .Esgfz-muen {margin-top: 0px;}
    .Esgfz-Sticky {position: relative;overflow-x: auto;top: 0px;}
    .Esgfz-muen {display: flex;}
    .Esgfz-muen a {width: auto;flex: 1;height: 35px;padding: 0px 15px;margin-bottom: 0px;justify-content: center;}
    .Esgfz-muen a::before {display: none;}
    .Esgfz-list {margin-right: -10px;margin-bottom: -10px;}
    .Esgfz-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;padding: 15px;}
    .Esgfz4-list {margin-right: -10px;margin-bottom: -10px;}
    .Esgfz4-list .list {width: calc(100%/1 - 10px);margin-right: 10px;margin-bottom: 10px;}
    .Esgfz4-list .list .img {height: 246px;}
    .Esgfz4-list .list .cont {padding: 0px;}
    .Esgfz4-list .list .cont .btn {width: 120px;height: 40px;border-radius: 20px;}
    .Esgfz4-list .list .cont .btn span{margin-right: 0px;}
    .Esgfz4-list .list .cont .btn img{display: none;}
    .Anllb-list {margin-right: 0px;margin-bottom: -15px;}
    .Anllb-list .list {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .Anllb-list .list .img {height: 206px;border-radius: 3px;}
    .Anllb-list .list .cont .hit {width: 70px;}
    .Anllb-list .list .cont .content {width: calc(100% - 70px);}
    .Anllb-list .list .cont .hit .line {width: 60px;}
    .Anlxq-cont .cont-l {width: 100%;border-radius: 5px;padding: 15px;}
    .Anlxq-cont .cont-r {width: 100%;padding-left: 0px;margin-top: 20px;}
    .Anlxq-line .img {width: 35px;height: 35px;}
    .Anlxq-line .img img{max-height: 18px;}
    .Anlxq-Sticky {padding: 15px 20px;border-radius: 5px;}
    .Anlxq-Sticky-title::before {left: -20px;width: 2px;}
    .Anlxq-list .list {padding: 15px 0px;}
    .indan-cont .cont-l {width: 100%;padding-right: 0px;}
    .indan-cont .cont-r {width: 100%;padding-left: 0px;margin-top: 15px;}
    .indan-video {position: static;transform: translateY(0px);height: 100%;width: 100%;border-radius: 5px;}
    .indan-bg {display: none;}
    .Aboch-gallery .gallery-more-cont{width: 100%;padding: 0px;}
    .Aboch-gallery .thumbs-prev {left: 0px;display: none;}
    .Aboch-gallery .thumbs-next {right: 0px;display: none;}
    .Aboch-gallery .gallery-more-cont .cont {height: 120px;}
    .Aboch-gallery .gallery-more-cont .cont .li {margin-bottom: 10px;}
    .Aboch-thumbs .contain {padding: 0px;}
    .Aboch-thumbs .thumbs-year {padding-top: 10px;}
    .Abowh-cont {border-radius: 5px;padding: 25px;}
    .Abowh-muen {margin-bottom: -10px;}
    .Abowh-muen .muen {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;}
    .Abowh-cont img.bg {display: none;}
    .Abowh-list {margin-right: -10px;margin-bottom: -10px;margin-top: 10px;}
    .Abowh-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;border-radius: 5px;padding: 25px;}
    .Abowh-list .list img.bg {display: none;}
    .Abolt-list {margin-right: -10px;margin-bottom: -10px;}
    .Abolt-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;}
    .Abolt-list .list .img {height: 183px;border-radius: 5px;}
    .Abolt-list .list .img .show {padding: 10px;}
    .Aboaq-lun {padding: 15px;}
    .Aboaq-lun .img {height: 144px;}
    .Coulb-list {margin-right: 0px;margin-bottom: -15px;}
    .Coulb-list .list {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .Coulb-list .list .img {height: 208px;border-radius: 5px;}
    .Proxq-parameter-muen {width: 100%;padding-bottom: 5px;}
    .Proxq-parameter-cont .cont-r{width: 100%;margin-top: 20px;}
    .Proxq-peculiarity-cont {border-radius: 5px;padding: 15px;}
    .Proxq-peculiarity-cont .img {width: 100%;}
    .Proxq-peculiarity-cont .cont {width: 100%;padding-left: 0px;margin-top: 20px;}
    .Recfc-swiper{padding-left:0;}
    .Recfc-swiper-items .contain{width:92%;margin:0 auto}
    .Recfc-swiper .swiper-container{overflow:hidden}
    .Reczp-close{display: none;}
    .Recln-lun .cont li::after{width: 4px;height: 4px;top: 7px;}
    .Recfl-btn a{width: 150px;height: 44px;}
    .Newlb-list .list span{width: 135px;height: 32px;}
}

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