.index_banner .set_bg img{
    width: 100%;
    object-fit: cover;
}
.index_banner .set_text p{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}
.index_banner .banner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_banner .swiper-pagination{
    left: -34%;
    bottom: 20px;
}
.index_banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: 1;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 30px;
}
.com_btn .button{
    display: inline-block;
    padding: 8px 26px;
    border: 1px solid #686868;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: .1s;
    transition-property: box-shadow;
    border-radius: 46px;
}
.com_btn .button span {
    color: #686868;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}
.com_btn.com_btnWhite .button{
    border-color: #fff;
}
.com_btn.com_btnWhite .button span{
    color: #fff;
}
.com_btn .button::after {
    content: "";
    position: absolute;
    top: 150%;
    left: 0;
    width: 600%;
    height: 3000%;
    background: #BF1112;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(20% - rem-calc(25px))) translateY(10%) rotate(-45deg);
    transform: translateY(10%) translateX(16%) rotate(-45deg);
    transition: transform .4s;
}
.com_btn .button:hover:after {
    transform: translateY(10%) translateX(-18.75rem) rotate(-45deg);
}
.com_btn .button:hover span {
    color: #fff;
}
.com_btn .button:hover {
    border-color: #BF1112;
}
.index_com_tit {
    text-align: center;
}
.index_com_tit.lf{
    text-align: left;
}
.index_com_tit h2{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.index_com_tit h2 strong{
    color: #BF1112;
}

.index_notice{
    padding: 70px 0;
}
.iNotice_tab .tab_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 38px 0;
}
.iNotice_tab .tab_ul li {
    margin: 0 8px;
}
.iNotice_tab .tab_ul a {
    color: #666;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 17px;
    border: 1px solid #D7D7D7;;
    display: inline-block;
    padding: 5px 16px;
}
.iNotice_tab .tab_ul li.active a {
    background: #BF1112;
    color: #FFF;
    font-weight: 700;
    border-color: #BF1112;
}
.iNotice_tab .tab_link{
    text-align: center;
    margin-top: 38px;
}
.iNotice_ul .ul_box{
    display: none;
}
.iNotice_ul .ul_box.active{
    display: block;
}
.iNotice_ul .row{
    margin-bottom: -30px;
}
.iNotice_ul .row>div{
    padding-bottom: 30px;
}
.iNotice_ul .box_link {
    display: block;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
    transition: all .3s;
    position: relative;
    height: 100%;
}
.iNotice_ul .box_link .link2{
    text-align: right;
}
.iNotice_ul .box_link .link2 span{
    color: #B7B7B7;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.iNotice_ul .box_link .link1 {
    margin: 30px 0 18px 0;
}
.iNotice_ul .box_link .link1 h2 {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    transition: all .3s;
}
.iNotice_ul .box_link .link1 p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
}
.iNotice_ul .box_link .link3 i {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../images/life_icon_right.svg) no-repeat center;
    background-size: contain;
    transition: all .3s;
}
.iNotice_ul .box_link:hover .link3 i {
    transform: rotate(45deg);
}
.iNotice_ul .box_link:hover .link1 h2{
    color: #BF1112;
}
.iNotice_ul .box_link .link4{
    position: absolute;
    border-radius: 0px 20px 20px 0px;
    background: #BF1112;
    top: 28px;
    left: 0;
    padding: 3px 15px;
}
.iNotice_ul .box_link .link4 span{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
}

.iCap_tab .tab_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.iCap_tab .tab_ul li {
    margin: 0 8px;
    width: 13%;
    position: relative;
    padding-bottom: 10px;
}
.iCap_tab .tab_ul li  i{
    display: inline-block;
    width: 39px;
    height: 39px;
}
.iCap_tab .tab_ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iCap_tab .tab_ul li:nth-child(1) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon1.svg) no-repeat center;
    background-size: contain;
}
.iCap_tab .tab_ul li:nth-child(2) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon2.svg) no-repeat center;
    background-size: contain;
}
.iCap_tab .tab_ul li:nth-child(3) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon3.svg) no-repeat center;
    background-size: contain;
}
.iCap_tab .tab_ul li:nth-child(4) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon4.svg) no-repeat center;
    background-size: contain;
}
.iCap_tab .tab_ul li:nth-child(5) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon5.svg) no-repeat center;
    background-size: contain;
}

.iCap_tab .tab_ul li.active:nth-child(1) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon1_red.svg) no-repeat center;
    background-size: contain;
}

.iCap_tab .tab_ul li.active:nth-child(2) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon2_red.svg) no-repeat center;
    background-size: contain;
}

.iCap_tab .tab_ul li.active:nth-child(3) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon3_red.svg) no-repeat center;
    background-size: contain;
}

.iCap_tab .tab_ul li.active:nth-child(4) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon4_red.svg) no-repeat center;
    background-size: contain;
}

.iCap_tab .tab_ul li.active:nth-child(5) i{
    display: inline-block;
    background: url(../images/iCap_tab_icon5_red.svg) no-repeat center;
    background-size: contain;
}
.iCap_tab .tab_ul a span{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.iCap_tab .tab_ul li::after {
    content: '';
    width: 0;
    height: 2px;
    background:#BF1112;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.iCap_tab .tab_ul li.active span {
    color: #BF1112;
}
.iCap_tab .tab_ul li.active::after{
    width: 100%;
}
.iCap_box{
    padding: 55px 0;
    background: url(../images/iCap_box_bg.png) no-repeat center;
    background-size: cover;
}
.iCap_list{
    display: none;
}
.iCap_list.active{
    display: block;
}
.iCap_list .list-left .set_bg img{
    width: 100%;
    height: 612px;
    object-fit: cover;
    transition: all .3s;
}
.iCap_list .list-left .set_bg:hover img{
    transform: scale(1.1,1.1);
}
.iCap_list .list-left .set_box{
    border-radius: 10px;
    overflow: hidden;
}
.iCap_list .list-left .set_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    display: flex;
    align-items: center;
    padding: 0 10rem 0 1rem;
    border-radius: 0px 0px 10px 10px;
}
.iCap_list .list-left .set_text p{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 1;
}
.iCap_list .list-left .set_text i{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    margin: 0 16px;
}
.iCap_list .list-left .set_text span{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iCap_list .list-left .swiper-pagination{
    bottom: 33px;
    left: 39%;
}
.iCap_list .list-left .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: 1;
}
.iCap_list .list-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 30px;
}
.iCap_list .list_right .riBox{
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.iCap_list .list_right .riBox:not(:last-child){
    margin-bottom: 30px;
}
.iCap_list .list_right .riBox .set_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 0px 0px 10px 10px;
}
.iCap_list .list_right .riBox .set_text p{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 1;
}
.iCap_list .list_right .riBox .set_text i{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    margin: 0 16px;
}
.iCap_list .list_right .riBox .set_text span{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iCap_list .list_right .riBox .riBox_img{
    overflow: hidden;
}
.iCap_list .list_right .riBox .riBox_img img{
    height: 290px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    transition: all .3s;
}
.iCap_list .list_right .riBox .riBox_img:hover img{
    transform: scale(1.1,1.1);
}
.iCap_list .tab_link {
    text-align: center;
    margin-top: 38px;
}
.index_ysp{
    padding: 70px 0;
}
.iYsp_list{
    position: relative;
}
.iYsp_list .swiper-button-next {
    right: 9%;
    background: url(../images/iYsp_list_icon_right.svg) no-repeat center;
    background-size: contain;
    width: 42px;
    height: 42px;
}
.iYsp_list .swiper-button-next::after{
    content: none;
}
.iYsp_list .swiper-button-prev {
    left: 9%;
    background: url(../images/iYsp_list_icon_right.svg) no-repeat center;
    background-size: contain;
    width: 42px;
    height: 42px;
    transform: rotate(180deg);
}
.iYsp_list .swiper-button-prev::after{
    content: none;
}
.iYsp_list .cent_link .link_img img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
}
.iYsp_list .cent_link .link_text {
    padding: 10px 0;
}
.iYsp_list .cent_link .link_text p{
    color: #999;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iYsp_list .cent_link .link_text h2{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 4px;
}
.iYsp_cont{
    position: relative;
    margin: 45px 0 35px 0;
}
.iYsp_cont .swiper-button-next {
    right: 9%;
    background: url(../images/iYsp_list_icon_right.svg) no-repeat center;
    background-size: contain;
    width: 42px;
    height: 42px;
}
.iYsp_cont .swiper-button-next::after{
    content: none;
}
.iYsp_cont .swiper-button-prev {
    left: 9%;
    background: url(../images/iYsp_list_icon_right.svg) no-repeat center;
    background-size: contain;
    width: 42px;
    height: 42px;
    transform: rotate(180deg);
}
.iYsp_cont .swiper-button-prev::after{
    content: none;
}
.iYsp_cont .cent_link .link_img img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.index_ysp .tab_link {
    text-align: center;
    margin-top: 38px;
}
.index_lease{
    padding: 50px 0;
}
.index_lease .container{
    overflow: hidden;
}
.iLease_box .box_ul{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    margin: 25px 0;
}
.iLease_box .box_ul li {
    padding: 25px 15px;
    position: relative;
    transition: all .3s;
}
.iLease_box .box_ul li:hover{
    background: #FBF9F2;
}
.iLease_box .box_ul li:not(:last-child){
    border-bottom: 1px solid #E7E7E7;
}
.iLease_box .box_ul .right_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iLease_box .box_ul .link_left{
    display: flex;
    align-items: center;
    padding-right: 28px;
}
.iLease_box .box_ul .link_left span{
    display: inline-block;
    border-radius: 17px;
    background: linear-gradient(90deg, #FAE7C9 0.24%, #DEB97E 99.76%);
    color: #624218;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 16px;
}
.iLease_box .box_ul .link_left p{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 1;
    flex: 1;
    margin-left: 10px;
    transition: all .3s;
}
.iLease_box .box_ul .right_link h3{
    color: #7F7F7F;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iLease_box .tab_link{
    text-align: right;
}
.iLease_box .box_ul li:hover .link_left p{
    color: #BF1112;
}
.index_plat{
    background: url(../images/index_plat_bg.png) no-repeat center;
    background-size: cover;
    padding: 80px 0 100px 0;
}
.index_plat .container{
    overflow: hidden;
}
.iPlat_left .left_cent{
    margin-top: 45px;
}
.iPlat_left .cent_link{
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.72) 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(2.5px);
    padding: 40px 20px;
    transition: all .3s;
}
.iPlat_left .cent_link:hover{
    background: linear-gradient(180deg, #FFF 0%, #F7F0E6 100%);
}
.iPlat_left .cent_link .link_text h2{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.iPlat_left .cent_link .link_text p span{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    padding-right: 8px;
}
.iPlat_left .cent_link .link_text p img{
    vertical-align: middle;
}
.iPlat_left .cent_link .link_img{
    margin-top: 30px;
}
.iPlat_right .right_cent{
    background: url(../images/iPlat_right_bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 48px 30px;
    margin-top: 30px;
}
.iPlat_right .cent1 .tit_left{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.iPlat_right .cent1 .tit_left h2{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-left: 15px;
}
.iPlat_right .cent1 .top_tit h3{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 225% */
}
.iPlat_right .cent1 .top_tit{
    display: flex;
    align-items: center;
}
.iPlat_right .cent1 .text p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 225% */
}
.iPlat_right .cent3{
    display: flex;
    justify-content: space-between;
}
.iPlat_right .cent3 .cent3_left a{
    display: inline-block;
    background: linear-gradient(95deg, rgba(223, 186, 127, 0.60) 3.4%, rgba(251, 244, 229, 0.60) 55.35%, rgba(223, 186, 127, 0.60) 99.28%);
    stroke-width: 1px;
    stroke: #FFF;
    padding: 9px 40px;
    border-radius: 50px;
}
.iPlat_right .cent3 .cent3_left a span{
    color: #624218;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iPlat_right .cent2{
    margin: 25px 0;
}
.iPlat_right .cent2 .link_btn a{
    display: inline-block;
    padding: 5px 18px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, rgba(250, 231, 201, 0.60) 0%, rgba(223, 186, 127, 0.60) 100%);
}
.iPlat_right .cent2 .link_btn a span{
    color: #624218;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iPlat_right .cent2 .link_text{
    margin-top: 16px;
}
.iPlat_right .cent2 .link_text p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.iPlat_right .cent2 .swiper-button-next {
    background: url(../images/iPlat_right_iconRight.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 31px;
    top: 21%;
}
.iPlat_right .cent2 .swiper-button-next::after{
    content: none;
}
.iPlat_right .cent2 .swiper-button-prev {
    left: 83%;
    background: url(../images/iPlat_right_iconRight.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 31px;
    transform: rotate(180deg);
    top: 21%;
}
.iPlat_right .cent2 .swiper-button-prev::after{
    content: none;
}
/* 底部 */
footer{
    background: url(../images/footer-bg.png) no-repeat center;
    background-size: cover;
}
.foot1{
    padding: 60px 0 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot1 .foot1_left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.foot1 .foot1_right ul {
    display: flex;
    justify-content: center;
}
.foot1 .foot1_right ul li{
    position: relative;
    text-align: center;
}
.foot1 .foot1_right ul li:not(:last-child){
    margin-right: 20px;
}
.foot1 .foot1_right ul .riLink{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
}
.foot1 .foot1_right ul .riLink>img{
    width: 22px;
    height: 22px;
}
.foot1 .foot1_right ul .wx-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 102%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding-top: 12px;
}
.foot1 .foot1_right ul li:hover .wx-box {
    visibility: inherit;
    opacity: 1;
}
.foot1 .foot1_right ul .wx-boxList {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.196506);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.foot1 .foot1_right ul .wx-boxList img {
    max-width: 100px;
    max-height: 100px;
    width: 95px;
    height: 96px;
    object-fit: contain;
}
.foot1 .foot1_right ul .wx-box::after {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    content: ' ';
    left: 50%;
    transform: translateX(-50%);
}
.foot1 .foot1_right ul .riText{
    margin-top: 3px;
}
.foot1 .foot1_right ul .riText span{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.foot1 .box-list{
    margin-left: 3rem;
}
.foot1 .box-list .list-cent {
    border: 1px solid rgba(255, 255, 255, 0.09);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 10rem;
    padding: 7px 0 7px 20px;
    position: relative;
}
.foot1 .box-list .list-cent p {
    color: #FFF;
    font-family: "PingFang HK";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.foot1 .box-list .list-cent .cent-bot {
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    text-align: center;
}
.foot1 .box-list .dropdown-menu {
    /* display: none; */
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    background-color: #9c958e;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin-top: 8px;
    z-index: 10;
}
.foot1 .box-list .dropdown-menu a {
    display: block;
    color: #FFF;
    padding: 5px 10px;
    text-decoration: none;
    font-family: "PingFang HK";
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot1 .box-list .list-cent:hover .dropdown-menu {
    visibility: inherit;
    opacity: 1;
}
.foot2{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.foot2 .foot2-list{
    display: flex;
}
.foot2 .foot2-list dl:not(:last-child){
    margin-right: 60px;
}
.foot2 .foot2-list dt {
    margin-bottom: 18px;
}
.foot2 .foot2-list dt a {
    color: #FFF;
    font-size: 16px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.foot2 .foot2-list dd a {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.foot2 .foot2-tel{
    width: 20%;
}
.foot2 .foot2-tel a{
    display: inline-block;
    margin-bottom: 13px;
}
.foot2 .foot2-tel a i{
    display: inline-block;
    background: url(../images/foot_icon_tel.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.foot2 .foot2-tel a span{
    color: #FFF;
    font-size: 32px;
    font-family: D-DIN;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-left: 15px;
}
.foot2 .foot2-tel p{
    color: #FFF;
    font-size: 14px;
    font-family: PingFang HK;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}
.foot3{
    background: rgba(255, 255, 255, 0.13);
    padding: 12px 0;
}
.foot3 .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot3 p span,.foot3 p a{
    color: #FFF;
    font-size: 14px;
    font-family: PingFang HK;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.foot3 p a{
    margin-left: 10px;
}
.foot3 .dowv{
    color: rgb(255 255 255 / 20%);
    font-size: 14px;
    font-family: PingFang HK;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
/* 底部 */
/* 头部 */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; 
    /* height: fit-content;
    position: sticky;
    top: 0px; */
}
.headPc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    position: relative;
    transition: all .5s;
}
.headPc .headPc-left{
    display: flex;
    align-items: center;
}
.headPc .left2{
    margin-left: 5rem;
    margin-right: 3rem;
}
.headPc .left2 .link_tel{
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    padding: 4px 10px 4px 4px;
}
.headPc .left2 .link_tel i{
    display: inline-block;
    background: url(../images/head_tel.svg) no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px;
}
.headPc .left2 .link_tel span{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    padding-left: 9px;
}
.headPc .left3 .link_login{
    display: flex;
    align-items: center;
}
.headPc .left3 .link_login i{
    display: inline-block;
    background: url(../images/head_login.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
}
.headPc .left3 .link_login span{
    color: #FFF;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
}

.headPc .headPc-right{
    display: flex;
    align-items: center;
}
.headPc .headPc-right .box1{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.headPc .headPc-right .box1>li{
    padding: 0 25px;
    /* position: relative; */
    line-height: 100px;
}
.headPc .headPc-right .box1>li>a>span{
    color: #FFF;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .2s;
    position: relative;

}
.headPc .headPc-right .box1>li>a>span::after {
    content: '';
    width: 12px;
    height: 9px;
    background: url(../images/head_icon_bot_yellow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.headPc .headPc-right .box1>li.active a>span::after{
    opacity: 1;
    visibility: inherit;
}
/* .headPc .headPc-right .box1>li:hover:after {
    width: 100%;
} */
.headPc .headPc-right .box1>li:hover>a{
    font-weight: 500;
}
/* .headPc .headPc-right .box1>li.active::after {
    width: 100%;
} */
.headPc .headPc-right .box1>li.active>a>span{
    font-weight: 600;
    color: #E7DEB7;
}
.headPc .headPc-right .box3 .regist{
    background: url(../images/head_search.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
}


.headPc.activeShow{
    background: rgba(255, 255, 255);
    /* backdrop-filter: blur(4.5px); */
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.headPc.activeShow .headPc-right .box1>li:hover .headTwo{

}
.headPc.activeShow .headPc-right .box1>li>a>span{
    color: #333333;
}
.headPc.activeShow .headPc-right .box1>li.active>a{
    color: #E7DEB7;
}
.headPc.activeShow .headPc-right .box1>li>a>span::after{
    background: url(../images/head_icon_bot_black.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeShow .headPc-left .logo{
    display: block;
}
.headPc.activeShow .headPc-right .box3 .regist{
    background: url(../images/head_search_b.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeShow .headPc-left .left2 .link_tel i{
    background: url(../images/head_tel_red.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeShow .headPc-left .left3 .link_login i{
    background: url(../images/head_login_b.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeShow .headPc-left .left2 .link_tel{
    border-color: #BF1112;
}
.headPc.activeShow .headPc-left .left2 .link_tel span{
    color: #BF1112;
}
.headPc.activeShow .headPc-left .left3 .link_login span{
    color: #333;
}

.headPc.activeHover{
    background: rgba(255, 255, 255);
    /* backdrop-filter: blur(4.5px); */
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.headPc.activeHover .headPc-right .box1>li>a>span{
    color: #333333;
}
.headPc.activeHover .headPc-right .box1>li.active>a{
    color: #E7DEB7;
}
.headPc.activeHover .headPc-right .box1>li>a>span::after{
    background: url(../images/head_icon_bot_black.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeHover .headPc-left .logo{
    display: block;
}
.headPc.activeHover .headPc-right .box3 .regist{
    background: url(../images/head_search_b.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeHover .headPc-left .left2 .link_tel i{
    background: url(../images/head_tel_red.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeHover .headPc-left .left3 .link_login i{
    background: url(../images/head_login_b.svg) no-repeat center;
    background-size: contain;
}
.headPc.activeHover .headPc-left .left2 .link_tel{
    border-color: #BF1112;
}
.headPc.activeHover .headPc-left .left2 .link_tel span{
    color: #BF1112;
}
.headPc.activeHover .headPc-left .left3 .link_login span{
    color: #333;
}

.headPc.active{
    background: rgba(255, 255, 255);
    /* backdrop-filter: blur(4.5px); */
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.headPc.active .headPc-right .box1>li>a>span{
    color: #333333;
}
.headPc.active .headPc-right .box1>li.active>a{
    color: #E7DEB7;
}
.headPc.active .headPc-right .box1>li>a>span::after{
    background: url(../images/head_icon_bot_black.svg) no-repeat center;
    background-size: contain;
}
.headPc.active .headPc-right .box1>li::after{
    background:#000000;
}
.headPc.active .headPc-left .logo{
    display: block;
}
.headPc.active .headPc-right .box3 .regist{
    background: url(../images/head_search_b.svg) no-repeat center;
    background-size: contain;
}
.headPc.active .headPc-left .left2 .link_tel i{
    background: url(../images/head_tel_red.svg) no-repeat center;
    background-size: contain;
}
.headPc.active .headPc-left .left3 .link_login i{
    background: url(../images/head_login_b.svg) no-repeat center;
    background-size: contain;
}
.headPc.active .headPc-left .left2 .link_tel{
    border-color: #BF1112;
}
.headPc.active .headPc-left .left2 .link_tel span{
    color: #BF1112;
}
.headPc.active .headPc-left .left3 .link_login span{
    color: #333;
}


.headTwo{
    /* background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%); */
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: -1;
    left: 0;
    /* opacity: 0; */
    visibility: hidden;
    transition: all .2s;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    transform: scaleY(0);
    transform-origin: top center;
}
/* .headPc .headPc-right .box1>li:hover .headTwo{
    opacity: 1;
    visibility: inherit;
} */
.headTwo .headTwo-box{
    display: flex;
}
.headTwo .box-left{
    padding: 38px 0 38px 0;
}
.headTwo .box-left .left-img{
    position: relative;
    display: inline-block;
    padding-right: 38px;
    border-right: 1px solid #E7DEB7;
}
.headTwo .box-left .left-img img{
    width: 260px;
    height: 130px;
    object-fit: cover;
}
.headTwo .box-left .left-img p{
    position: absolute;
    left: 25px;
    bottom: 19px;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
}
.headTwo .box-right{
    padding-left: 56px;
    padding-top: 25px;
    width: 100%;
    flex: 1;
}
.headTwo .box-right .box-ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7DEB7;
}
.headTwo .box-right .box-ul>li {
    margin: 0 25px;
    position: relative;
    line-height: 70px;
}
.headTwo .box-right .box-ul>li:first-child{
    margin-left: 0;
}
.headTwo .box-right .box-ul>li:last-child{
    margin-right: 0;
}
.headTwo .box-right .box-ul>li>a {
    text-align: justify;
    font-size: 16px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
}
.headTwo .box-right .box-ul>li::after {
    content: '';
    width: 0;
    height: 2px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.headTwo .box-right .box-ul>li.active::after {
    width: 100%;
}
.headTwo .box-right .box-ul>li:hover:after {
    width: 100%;
}
.headTwo .box-right .box-ul>li:hover a {
    font-weight: bold;
}

.mt112{
    margin-top: 112px;
}

.navSearch {
    position: absolute;
    z-index: 6;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.navSearch.on{
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}
.navSearch .search-box {
    display: flex;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    width: 40%;
    border-radius: 8px;
    overflow: hidden;
}
.navSearch .search-box input {
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    font-family: 'PingFang SC';
}
.navSearch .search-box .btn{
    background: #BF1112;
    padding: 10px 25px;
    border: none;
    outline: none;
    border-radius: 0px;
}
.navSearch .search-box .btn span{
    color: #fff;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.navSearch .sClose{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
}
.navSearch .sClose a{
    color: #474747;
    font-size: 18px;
}

/* 分页 */
.text-center{
    z-index: 2;
    position: relative;
}
.pager .pagination{
    margin: 25px 0;
}
.pager ul{
    justify-content: center;
}
.pager li {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    margin: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #7F7F7F;
}
.pager li.active {
    background: #B23432;
    color: #fff;
}
.pager li:hover {
    background: #B23432;
    color: #fff;
}
.pager li:hover a {
    color: #fff;
}
.pager li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 微软雅黑,PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #7F7F7F;
}
.loadmore{
    text-align: center;
    margin: 25px 0;
}
.loadmore .loadmore-tips{
    font-size: 22px;
    font-family: '微软雅黑',PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B23432;
    line-height: 30px;
}
/* 分页 */
/* 拍卖公告 */
.common_banner{
    position: relative;
}
.common_banner .banner_img img {
    width: 100%;
}
.common_bannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.common_bannerText .text_con{
    text-align: center;
}
.common_bannerText .text_con h2{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.common-nav{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0484969); 
}
.common-nav .nav-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-nav .box-left{
    display: flex;
    align-items: center;
}
.common-nav .box-left a{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 28px 22px;
    display: inline-block;
    position: relative;
}
.common-nav .box-left a::after{
    content: "";
    width: 0;
    height: 2px;
    background: #B23432;
    position: absolute;
    bottom: 0;
    left: 0;
}
.common-nav .box-left a.active{
    color: #B23432;
    font-weight: 500;
}
.common-nav .box-left a.active::after{
    width: 100%;
}
.common-nav .box-right {
    display: flex;
    align-items: center;
}
.common-nav .box-right span{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #808080;
    position: relative;
    padding-left: 24px;
}
.common-nav .box-right span::after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/lmbanner-icon-home.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.common-nav .box-right a{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #808080;
    position: relative;
}
.common-nav .box-right li:not(:last-child) a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/lmbanner-icon-right.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 4px;
    top: 55%;
    transform: translateY(-50%);
}
.common-nav .box-right li:not(:last-child) a {
    padding-right: 20px;
}

.auction_warp{
    padding: 60px 0;
}
.mt45{
    margin-top: 45px;
}
.auction_box .iNotice_ul .box_link .link2 {
    text-align: left;
}
.auctionAll_warp{
    padding: 60px 0;
    background: #F5F5F5;
}
.auctionAll_top{
    padding: 60px 0;
}
.tggg_hot{
    position: relative;
}
.tggg_hot .banner-box {
    display: flex;
    border-radius: 20px;
    background: #F9F8F6;
}
.tggg_hot .banner-right {
    width: 100%;
}
.tggg_hot .banner-right{
    padding: 2.8rem 1.5rem 6rem 1.5rem;
}
.tggg_hot .right_time span{
    color: #B7B7B7;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tggg_hot .right_text{
    padding: 1rem 0 4rem 0;
}
.tggg_hot .right_text h2{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-family: "Source Han Sans CN";
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.tggg_hot .right_text p{
    color: #999;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-top: 5px;
}
.tggg_hot .right_link span{
    color: #B23432;
    font-family: "Source Han Sans CN";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    vertical-align: middle;
    padding-right: 8px;
}
.tggg_hot .right_link i{
    display: inline-block;
    background: url(../images/tzgg-hot-icon-right.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.tggg_hot .swiper-pagination{
    /* bottom: -5px; */
    text-align: left;
    padding-left: 1.5rem;
    bottom: 25px;
}
.tggg_hot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: .9;
    border: 2px solid #D6D6D6;
}
.tggg_hot .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #B23432;
}
.showNews_box{
    padding: 2rem 0 6rem 0;
}
.comBoxcentShow{
    padding-right: 3rem;
    border-right: 1px solid #D9D9D9;
    height: 100%;
}
.zctl_show_top {
    border-bottom: 1px solid #D0D4E4;
}
.zctl_show_top h2 {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
.zctl_show_top p {
    margin: 23px 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zctl_show_top p i{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    vertical-align: middle;
    padding-left: 3px;
}
.zctl_show_top p img{
    vertical-align: middle;
}
.zctl_show_cont{
    padding: 26px 0 36px 0;
}
.zctl_show_cont video{
    max-width: 100%;
}
.zctl_show_cont p{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.zctl_show_cont span{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.zctl_show_bot .info-prevnext-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 102px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.zctl_show_bot .info-prevnext-title {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: calc(100% - 74px);
    padding: 0 32px 0 23px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zctl_show_bot .info-prevnext-left {
    width: 74px;
    height: 100%;
    padding: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zctl_show_bot .info-prevnext-left img {
    width: 62px;
    height: 62px;
}
.news_right>h2{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news_right_list li{
    margin-top: 30px;
}
.news_right_list li a{
    display: block;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 23px;
}
.news_right_list span{
    color: #B7B7B7;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.news_right_list h2{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    transition: all .3s;
    margin-top: 15px;
}
.news_right_list p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-top: 15px;
    transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
}
.news_right_list .link3{
    margin-top: 20px;
}
.news_right_list .link3 img{
    transition: all .3s;
    width: 42px;
    height: 42px;
}
.news_right_list a:hover h2{
    color: #B23432;
}
.news_right_list a:hover .link3 img{
    transform: rotate(45deg);
}
/* 拍卖公告 */
/* 资产拍卖 */
.asset_warp{
    padding: 60px 0;
}
.asset_warp .asset_hot {
    margin-bottom: 45px;
}
.asset_hot{
    position: relative;
    margin-top: 36px;
}
.asset_hot .banner-box {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 10px;
    overflow: hidden;
    background: #F9F8F6;
}
.asset_hot .banner-left, .asset_hot .banner-right {
    width: 50%;
}
.asset_hot .banner-right{
    /* background: #F9F8F6;
    border-radius: 0px 10px 10px 0px; */
    padding: 1.8rem 2.5rem;
}
.asset_hot .banner-left img {
    max-width: 100%;
    width: 100%;
    max-height: 458px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.asset_hot .right_time span{
    color: #B7B7B7;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.asset_hot .right_tip{
    margin-bottom: 10px;
}
.asset_hot .right_tip span{
    border-radius: 17px;
    background: linear-gradient(90deg, #FAE7C9 0.24%, #DEB97E 99.76%);
    color: #624218;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 16px;
    display: inline-block;
}
.asset_hot .right_text{
    padding: 1rem 0 2rem 0;
}
.asset_hot .right_text h2{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-family: "Source Han Sans CN";
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.asset_hot .right_text p{
    color: #999;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
}
.asset_hot .right_link span{
    color: #B23432;
    font-family: "Source Han Sans CN";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    vertical-align: middle;
    padding-right: 8px;
}
.asset_hot .banner-right .text_type{
    margin: -5px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.asset_hot .banner-right .text_type li{
    border-radius: 5px;
    background: #EEE9E2;
    margin: 5px;
    padding: 3px 10px;
}
.asset_hot .banner-right .text_type span{
    color: #B39670;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.asset_hot .right_link i{
    display: inline-block;
    background: url(../images/tzgg-hot-icon-right.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.asset_hot .swiper-pagination{
    /* bottom: -5px; */
    text-align: left;
    padding-left: 2.5rem;
}
.asset_hot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: .9;
    border: 2px solid #D6D6D6;
}
.asset_hot .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color:#B23432;
}
.asset_list{
    margin-top: 50px;
}
.asset_list .cont_left {
    display: block;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.07);
    height: 100%;
    overflow: hidden;
}
.asset_list .cont_left .left_img{
    overflow: hidden;
}
.asset_list .cont_left .left_img img{
    transition: all .3s;
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.asset_list .cont_left .left_pol {
    padding: 20px;
}
.asset_list .cont_left:hover .left_img img{
    transform: scale(1.1,1.1);
}
.asset_list .cont_left .left_text span{
    color: #B7B7B7;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.asset_list .cont_left .left_text h2 {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-top: 12px;
}
.asset_list .cont_left .left_type{
    margin: -5px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.asset_list .cont_left .left_type li{
    border-radius: 5px;
    background: #EEE9E2;
    margin: 5px;
    padding: 3px 10px;
}
.asset_list .cont_left .left_type span{
    color: #B39670;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.asset_list .cont_left .left_dri{
    margin-top: 8px;
}
.asset_list .cont_left .left_dri p{
    color: #999;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
}

.showPro_cent .cent_left{
    border: 1px solid #EEE;
    background: #FFF;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}
.showPro_cent .cent_left .left_box{
    width: 37%;
}
.showPro_cent .cent_left .left_box .box_img img{
    width: 100%;
    height: 359px;
    object-fit: cover;
}
.showPro_cent .cent_left .right_box{
    width: 60%;
}
.showPro_cent .cent_left .right_box .box1{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 18px;
}
.showPro_cent .cent_left .right_box .box1 h2{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.showPro_cent .cent_left .right_box .box1 p{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    margin-top: 12px;
}
.showPro_cent .cent_left .right_box .box1 .box1_time{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.showPro_cent .cent_left .right_box .box1 .box1_time i{
    border-radius: 17px;
    background: linear-gradient(90deg, #FAE7C9 0.24%, #DEB97E 99.76%);
    color: #624218;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 16px;
    display: inline-block;
}
.showPro_cent .cent_left .right_box .box1 .box1_time span{
    color: #B7B7B7;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.showPro_cent .cent_left .right_box .box1 .box1_tip{
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.showPro_cent .cent_left .right_box .box1 .box1_tip a{
    padding: 2px 10px;
    border-radius: 5px;
    background: #EEE9E2;
}
.showPro_cent .cent_left .right_box .box1 .box1_tip a:not(:last-child){
    margin-right: 8px;
}
.showPro_cent .cent_left .right_box .box1 .box1_tip a span{
    color: #B39670;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.showPro_cent .box2{
    margin-top: 17px;
    margin-bottom: 28px;
}
.showPro_cent .box2 li{
    display: flex;
    align-items: center;
}
.showPro_cent .box2 .box2_cont{
    margin-left: 5px;
}
.showPro_cent .box2 .box2_cont p{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 257.143% */
}
.showPro_cent .box2 .box2_tit span{
    color: #999;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 257.143% */
    padding-left: 10px;
    vertical-align: middle;
}
.showPro_cent .box2 .box2_tit img{
    vertical-align: middle;
}
.showPro_cent .box3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.showPro_cent .box3 .box3_link{
    width: 48%;
    padding: 13px 6px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
}
.showPro_cent .box3 .box3_link img{
    vertical-align: middle;
    width: 22px;
    height: 22px;
}
.showPro_cent .box3 .box3_lf{
    background: #bf1112;
    border: 1px solid #bf1112;
}
.showPro_cent .box3 .box3_lf span{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}
.showPro_cent .box3 .box3_ri{
    border: 1px solid #BF1112;
    background: rgba(191, 17, 18, 0.10);
}
.showPro_cent .box3 .box3_ri span{
    color: #BF1112;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}
.showPro_list{
    margin-top: 45px;
    margin-bottom: 60px;
}
.showPro_list .list_right .ri_tit p{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.showPro_list .list_right .asset_list{
    margin-top: 30px;
}
.showPro_list .list_right .asset_list .listBox:not(:last-child){
    margin-bottom: 30px;
}
.showPro_list .list_left .tab{
    border-bottom: 1px solid #DDD;
    display: flex;
    align-items: center;
}
.showPro_list .list_left .tab a{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}
.showPro_list .list_left .tab li.active a{
    color: #BF1112;
}
.showPro_list .list_left .tab li:not(:last-child){
    margin-right: 50px;
}
.showPro_list .list_left .tab li{
    position: relative;
    padding: 15px 0;
}
.showPro_list .list_left .tab li::after {
    content: '';
    width: 0;
    height: 2px;
    background: #BF1112;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.showPro_list .list_left .tab li.active::after{
    width: 100%;
}
.showPro_list .list_left .tab_box .box_pol{
    display: flex;
    padding: 35px 0;
}
.showPro_list .list_left .tab_box .box_pol:not(:last-child){
    border-bottom: 1px dashed #D1D1D1;
}
.showPro_list .list_left .tab_box .pol_l{
    margin-right: 80px;
}
.showPro_list .list_left .tab_box .pol_l span{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.showPro_list .list_left .tab_box .pol_r{
    flex: 1;
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.showPro_list .list_left .tab_box .pol_r p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.showPro_list .list_left .tab_box .pol_btn{
    text-align: center;
    margin: 36px 0;
}
.showPro_list .list_left .tab_box .pol_btn .btn_link{
    border: 1px solid #BF1112;
    background: rgba(191, 17, 18, 0.10);
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
}
.showPro_list .list_left .tab_box .pol_btn .btn_link span {
    color: #BF1112;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}
.showPro_menu{
    padding: 23px 0;
}
.showPro_menu .box-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.showPro_menu .box-left span{
    padding-right: 15px;
}
.showPro_menu .box-left a {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}
.showPro_menu .box-left li:not(:last-child) a {
    padding-right: 25px;
}
.showPro_menu .box-left li:not(:last-child) a::after {
    content: "/";
    position: absolute;
    right: 10px;
    top: 42%;
    transform: translateY(-50%);
}
/* 资产拍卖 */
.mate_warp{
    padding: 60px 0;
}
.mate_warp .asset_hot{
    margin-bottom: 45px;
}
.tggg_list{
    margin-top: 35px;
}
.tggg_list .list_ul{
    /* padding-left: 35px; */
}
.tggg_list .list_ul li{
    margin-bottom: 20px;
}
.tggg_list .list-img{
    width: 13.9rem;
    height: 9.3rem;
}
.tggg_list .list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.tggg_list .list-left {
    padding: 26px 5rem 26px 4rem;
    border-right: 1px solid #D9D9D9;
}
.tggg_list .list-left h2{
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.tggg_list .list-left h3{
    color: #000;
    font-family: Arial;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tggg_list .box-list {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
}
.tggg_list .list-right{
    padding: 0 30px;
    width: 67%;
}
.tggg_list .list-right span{
    border-radius: 17px;
    background: linear-gradient(90deg, #FAE7C9 0.24%, #DEB97E 99.76%);
    color: #624218;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 16px;
    display: inline-block;
    margin-bottom: 10px;
}
.tggg_list .list-right h2{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
}
.tggg_list .box-list:hover .list-right h2{
    color:#BF1112;
}
.tggg_list .list-right p{
    color: #999;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
}
.tggg_list .list_icon{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10%;
    background: #BF1112;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.tggg_list .list_icon p{
    color: #FFF;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.tggg_list .box-list:hover .list_icon{
    visibility: inherit;
    opacity: 1;
}
.tggg_list .list_icon img{
    width: 46px;
    height: 46px;
}
.prote_list{
    border-radius: 0px 0px 10px 10px;
    background: #FAFDFB;
    /* border-top: 4px solid #C09E64; */
    display: flex;
    position: relative;
    z-index: 3;
    width: 98%;
    margin: auto;
    margin-top: 35px;
}
.prote_list::after{
    content: "";
    width: 102%;
    height: 16px;
    border-radius: 10px;
    background: #C09E64;
    position: absolute;
    top: -10px;
    left: -13px;
    z-index: -1;
}
.prote_list .leftTit{
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    border-right: 1px solid #E9E9E9;
}
.prote_list .leftTit p{
    color: #333;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
}
.prote_list .rightUl{
    display: flex;
    flex-wrap: wrap;
    /* border-left: 1px solid #E9E9E9; */
    /* margin-left: 30px; */
    padding: 20px 50px 20px 30px;
    flex: 1;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
}
.prote_list .rightUl a{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 250% */
    display: inline-block;
    padding: 3px 10px;
}
.prote_list .rightUl li{
    margin: 7px 10px;
}
.prote_list .rightUl li.active a{
    color: #fff;
    background: #AD9A69;
    border-radius: 15px;
}
.prote_box .box_tit{
    margin: 40px 0 30px 0;
}
.prote_box .box_tit p{
    color: #BF1112;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    padding-left: 20px;
    position: relative;
}

/* 资产租赁 */
.leasing_warp{
    padding: 60px 0;
}
.leasing_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leasing_warp .asset_hot {
    margin-bottom: 45px;
}
/* 资产租赁 */
.plat_warp{
    padding: 60px 0;
    background: url(../images/plat_warp_bg.png) no-repeat center;
    background-size: cover;
}
.plat_list .list_box{
    border-radius: 30px;
    overflow: hidden;
    background: #FFF;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
    height: 100%;
    min-height: 350px;
    transition: all .3s;
}
.plat_list .list_box:hover{
    padding: 30px 50px 50px 50px;
}
.plat_list .list_box .box1 h3{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}
.plat_list .list_box .box2{
    margin-top: 50px;
}
.plat_list .list_box .box_ewm{
    text-align: center;
}
.plat_list .list_box .box_ewm p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 13.924px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}
.plat_list .list_box .box3{
    position: absolute;
    bottom: 0;
    right: 0;
}
/* 嘉禾万象 */
.vipLogin_warp{
    background: url(../images/vipLogin_bg.png) no-repeat center;
    background-size: cover;
}
.vipLogin_box{
    padding:80px 0 200px 0;
    position: relative;
}
.vipLogin_box::after{
    content: "";
    background: url(../images/vipLogin_logo.svg) no-repeat center;
    background-size: contain;
    width: 235px;
    height: 66px;
    position: absolute;
    bottom: 10%;
    right: 0;
}
.vipLogin_tit{
    display: flex;
    align-items: center;
}
.vipLogin_tit p{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-left: 17px;
}
.vipLogin_text{
    margin-top: 25px;
}
.vipLogin_text p{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.vipLogin_text span{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.vipLogin_form .layui-form{
    width: 34%;
    margin: auto;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(5px);
    padding: 40px 30px;
}
.vipLogin_form .layui-form .from_login{
    text-align: center;
    margin-bottom: 30px;
}
.vipLogin_form .layui-form .layui-btn{
    border-radius: 10px;
    background: linear-gradient(103deg, #FAE7C9 10.26%, #DEB97E 92.45%);
    color: #624218;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 48px;
    border: none;
}
.vipLogin_form .layui-form .layui-input{
    border-radius: 10px;
    background: #FFF;
    height: 48px;
    color: #B0A79B;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.vipLogin_form .layui-form .layui-input-affix {
    line-height: 48px;
}
/* 嘉禾万象 */
.about_warp{
    padding: 60px 0;
}
.aboutIntro_list .list_box{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}
.aboutIntro_list .list_img img{
    width: 100%;
}
.aboutAccpunt_list{
    position: relative;
}
.aboutAccpunt_list::after{
    content: "";
    width: 38%;
    height: 16px;
    border-radius: 10px;
    background: #C09E64;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.aboutAccpunt_list .list_box{
    width: 36%;
    margin: auto;
    /* border-top: 10px solid #C09E64; */
    /* background: #FFF; */
    box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);
    padding: 30px 10px 30px 80px;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
}
.aboutAccpunt_list li{
    display: flex;
    align-items: center;
}
.aboutAccpunt_list .box1{
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.aboutAccpunt_list .box1 span{
    color: #8D8D8D;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 257.143% */
    min-width: 56px;
    margin-left: 12px;
}
.aboutAccpunt_list .box2{
    display: flex;
    align-items: center;
}
.aboutAccpunt_list .box2 a{
    color: #3086FF;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 257.143% */
    display: inline-block;
    margin-left: 20px;
}
.aboutAccpunt_list .box2 p{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 257.143% */
}
.aboutHonor_list .list_box{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 10px;
}
.aboutHonor_list .list_box img{
    width: 100%;
    height: 185px;
    object-fit: contain;
    cursor: pointer;
}
.aboutSuccsee_list .list_ul li{
    background: #F8F8F8;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
    display: flex;
}
.aboutSuccsee_list .list_ul li:nth-child(even){
    flex-direction: row-reverse;
}
.aboutSuccsee_list .list_ul .box_left{
    width: 50%;
}
.aboutSuccsee_list .list_ul .box_right{
    width: 50%;
    padding: 60px 30px;
}
.aboutSuccsee_list .list_ul .box_left img{
    width: 100%;
}
.aboutSuccsee_list .list_ul .box_right .ri_text h3{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.aboutSuccsee_list .list_ul .box_right .ri_text p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-top: 12px;
}
.aboutSuccsee_list .list_ul .box_right .ri_link{
    margin-top: 60px;
}
.aboutSuccsee_list .list_ul .box_right .ri_tip{
    margin-bottom: 10px;
}
.aboutSuccsee_list .list_ul .box_right .ri_tip span {
    border-radius: 20px;
    background: #BF1112;
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    padding: 5px 16px;
    display: inline-block;
}
.aboutSuccsee_list .list_ul .box_right .ri_link .button{
    border-radius: 30px;
    background: linear-gradient(108deg, #FFEFD8 -24.3%, #AF8744 89.04%);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.20);
    display: inline-block;
    padding: 4px 7px 4px 30px;
}
.aboutSuccsee_list .list_ul .box_right .ri_link .button span{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    vertical-align: middle;
    padding-right: 16px;
    margin-top: -3px;
    display: inline-block;
}
.aboutSuccsee_list .list_ul .box_right .ri_link .button i{
    display: inline-block;
    background: url(../images/aboutSuccsee_list_icon_right.svg) no-repeat center;
    background-size: contain;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}
.aboutService__warp{
    background: url(../images/aboutService__warp_bg.png) no-repeat center;
    background-size: cover;
}
.aboutService_list .list_box{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
}
.aboutContact_list{
    padding-bottom: 120px;
}
.aboutContact_list .list_box{
    position: relative;
}
.aboutContact_list .mapBox{
    width: 100%;
}
.aboutContact_list .about-ul {
    position: absolute;
    left: 0;
    bottom: -105px;
    width: 100%;
}
.aboutContact_list .about-ul .ul-box {
    display: flex;
    justify-content: space-around;
}
.aboutContact_list .about-ul .ul-box li {
    width: 30%;
}
.aboutContact_list .about-ul .box-tit {
    background: #FFFFFF;
    box-shadow: 0px 23px 54px 1px rgba(0, 0, 0, 0.09);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
}
.aboutContact_list .about-ul .box-tit h3 {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    margin: 9px 0;
}
.aboutContact_list .about-ul .box-tit p {
    color: #333;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.aboutContact_list .box_map{
    position: relative;
}
.aboutContact_list .box_map .map_tip {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25%;
    right: 9%;
}
.aboutContact_list .box_map .map_tip .tip_text {
    margin-right: 7px;
    position: relative;
}
.aboutContact_list .box_map .map_tip .tip_text .text1 {
    top: 15px;
    left: 15px;
    width: 91%;
    position: absolute;
}
.aboutContact_list .box_map .tip_text .text1 h2 {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.aboutContact_list .box_map .tip_text .text1 p{
    color: #FFF;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 7px;
}
.aboutContact_list .box_map .map_tip .tip_text .map_link {
    position: absolute;
    top: 125px;
    left: 15px;
}
.aboutContact_list .box_map .map_tip .tip_text .map_link .button{
    display: inline-block;
    border-radius: 46px;
    background: #FFF;
    padding-left: 30px;
}
.aboutContact_list .box_map .map_tip .tip_text .map_link .button span{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    padding-right: 15px;
    margin-top: -3px;
    display: inline-block;
}
.aboutContact_list .box_map .map_tip .tip_text .map_link .button i {
    display: inline-block;
    background: url(../images/aboutContact_map_icon_right.svg) no-repeat center;
    background-size: contain;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}
/* 关于我们 */
.custom-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}
.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
}
.custom-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 95%;
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-radius: 20px;
}
.com_vipLogin .from_login{
    margin-bottom: 35px;
}
.com_vipLogin .from_login p{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    text-align: center;
}
.com_vipLogin .from_login p::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    content: "";
    width: 47px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(108deg, #FFEFD8 -24.3%, #AF8744 89.04%);
}
.com_vipLogin .layui-form .layui-input {
    border-radius: 10px;
    background: #FFF;
    height: 48px;
    color: #B0A79B;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.com_vipLogin .layui-form .layui-input-affix {
    line-height: 48px;
}
.com_vipLogin .layui-form .layui-btn {
    border-radius: 10px;
    background: linear-gradient(103deg, #FAE7C9 10.26%, #DEB97E 92.45%);
    color: #624218;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 48px;
    border: none;
    margin-top: 15px;
}

.popup-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 198;
}
.bottom-popup {
    position: fixed;
    bottom: 0; /* 初始状态在屏幕外 */
    left: 0;
    width: 100%;
    height: 17%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 200;
    transform: translateY(0);
    transition: bottom 0.3s ease;
    background: url(../images/popup_bg.png) no-repeat center;
    background-size: cover;
  }
  .bottom-popup .container{
    height: 100%;
  }
  .popup-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .popup-box .popup-left h2{
    color: #252931;
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .popup-box .popup-left p{
    color: #666;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    margin-top: 16px;
  }
  .popup-box .popup-right .layui-input{
    border-radius: 10px;
    background: #FFF;
    height: 48px;
    color: #B0A79B;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .popup-box .popup-right .layui-btn{
    border-radius: 30px;
    background: linear-gradient(108deg, #FFEFD8 -24.3%, #AF8744 89.04%);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.20);
    border: none;
    box-sizing: content-box;
    width: 49%;
    padding: 7px 7px 7px 30px;
  }
  .popup-box .popup-right  .layui-btn span{
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #624218;
    padding-right: 70px;
  }
  .bottom-popup.hidden {
    bottom: -100%;
  }
  .bottom-popup .popup-left {
    font-size: 16px;
    font-weight: bold;
  }
  .bottom-popup .popup-right {
    display: flex;
    align-items: center;
    gap: 60px;
    flex: 1;
    padding-left: 90px;
  }

 .bottompPopupOne .popup-box .popup-right .layui-input{
    width: 35%;
 }
 .bottompPopupOne .popup-box .popup-right .layui-btn {
    width: 16%;
}

/* 艺术品 */
  .art_warp{
    margin-top: 100px;
    padding: 50px 0 100px;
  }
  .art_list_cont .cent_link {
    display: block;
    position: relative;
    transition: all .3s;
}
.art_list_cont .row{
    margin-bottom: -90px;
}
.art_list_cont .row>div{
    padding-bottom: 90px;
}
.art_list_cont .cent_link .link_img {
    overflow: hidden;
    border-radius: 10px;
}
.art_list_cont .cent_link .link_img img {
    width: 100%;
    height: 290px;
    transition: all .3s;
    object-fit: cover;
}
.art_list_cont .cent_link:hover .link_img img{
    transform: scale(1.1,1.1);
}
.art_list_cont .cent_link .link_text {
    width: 88%;
    padding: 19px 12px 28px 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -53px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    transition: all .3s;
}
.art_list_cont .cent_link .link_text span {
    color: #999;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.art_list_cont .cent_link .link_text p {
    color: #333;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.art_list_cont .cent_link:hover .link_text p{
    color: #BF1112;
}
.art_recomend{
    column-count: 4; /* 设置列数 */
    column-gap: 20px; /* 设置列间距 */
}
.art_recomend .listBox{
    break-inside: avoid; /* 避免内容被拆分 */
    padding-bottom: 20px;
}
.art_recomend .cont_left{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}
.art_recomend .cont_left .left_img img {
    width: 100%;
    height: auto;
    display: block;
  }
.art_recomend .left_tit h2{
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.art_recomend .left_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 6px 0;
}
.art_recomend .left_tit .tit_see{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.art_recomend .left_tit .tit_see span{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
}
.art_recomend .left_pol .left_text{
    display: flex;
    align-items: center;
}
.art_recomend .left_pol span{
    color: #999;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
}
.art_recomend .left_pol h2{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    margin-left: 3px;
}
.art_recomend .left_tip{
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 0px 20px 20px 0px;
    background: #BF1112;
    padding: 3px 15px;
}
.art_recomend .left_tip span{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
}
.art_recomend .left_tip.left_tiporigin{
    background: #FFAB35;
}
.art_recomend .left_tipgre{
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 0px 20px 20px 0px;
    background: #E1E1E1;
    padding: 3px 15px;
}
.art_recomend .left_tipgre span{
    color: #8E8E8E;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
}
.showArt_cent.showPro_cent .cent_left .left_box .box_img img{
    height: auto;
}

.showArt_cent.showPro_cent .cent_left .right_box .box1 .box1_time i.tip_red {
    background: #BF1112;
    color: #fff;
}
.showArt_cent.showPro_cent .cent_left .right_box .box1 .box1_time i.tip_grey {
    background: #E1E1E1;
    color: #8E8E8E;
}
.showArt_cent.showPro_cent .cent_left .right_box .box1 .box1_time i.tip_origin {
    background: #FFAB35;
    color: #fff;
}
.showArt_cent .box_tel{
    border-radius: 10px;
    background: #F9F8F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 21px 21px 50px;
    margin-bottom: 50px;
    position: relative;
}
.showArt_cent .box_tel .tel_right{
    width: 68%;
}
.showArt_cent .box_tel::after{
    content: "";
    background: url(../images/showArt_cent_tb_icon_left.png) no-repeat center;
    background-size: contain;
    width: 95px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
}
.showArt_cent .box_tel .ri1 span{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.showArt_cent .box_tel .ri1 h3{
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}
.showArt_cent .box_tel .ri2{
    margin: 20px 0;
}
.showArt_cent .box_tel .ri2 a{
    display: flex;
    align-items: center;
}
.showArt_cent .box_tel .ri2 a span{
    color: #BF1112;
    font-family: D-DIN;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
}
.showArt_cent .box_tel .ri3 p{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.showArt_cent.showPro_cent .cent_left .left_box {
    width: 50%;
}
.showArt_cent.showPro_cent .cent_left .right_box {
    width: 47%;
}
.artspec_img img{
    width: 100%;
}
.artspec_tip .tip_right{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.art_spec .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: .8;
}
.art_spec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.artexh_tip .tip_right{
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.artexh_img img{
    width: 100%;
}
/* 艺术品 */

/* 搜索结果页 */
.search-cont{
    padding: 150px 0 50px 0;
    border-top: 1px solid #E0E0E0;
}
.search-cont .search-txt p{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
    font-family: 'PingFang SC';
}
.search-cont .search-txt p>strong{
	color: #B23432;
}
.search-cont .search-list{
	margin-top: 20px;
}
.search-cont .search-box p{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
    font-family: 'PingFang SC';
}
.search-cont .search-box h2{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
    font-family: 'PingFang SC';
}
.search-cont .search-box{
	padding: 25px 0;
	position: relative;
}
.search-cont .search-box::before{
	content: "";
	width: 100%;
	height: 2px;
	background:#ECECEC;
	position: absolute;
	bottom: 0;
	left: 0;
}
.search-cont .search-box::after{
	content: "";
	width: 0;
	height: 2px;
	background:#ECECEC;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.search-cont .search-box:hover::after{
	background: #B23432;
    width: 100%;
}
.search-cont .left-search{
	display: flex;
    margin: 20px 0;
    border: 1px solid #B23432;
    padding-left: 15px;
    border-radius: 25px;
    overflow: hidden;
}
.search-cont .left-search input {
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    background: #fff;
    font-family: PingFangSC-Regular, PingFang SC;
}
.search-cont .left-search button{
	outline: none;
    border: none;
    background: #B23432;
    padding: 10px 25px;
}
.search-cont .left-search button span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 5px;
}
/* 公共手机导航 */
.headMob {
    display: none;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.headMob .mob-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.headMob .mob-box .box-left .logo-white{
    width: 270px;
}
.headMob .box-right img {
    width: 30px;
}
.headMob .logo{
    display: none;
}
.headMob .box-right .cd2{
    display: none;
}

.mob-bg {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 7;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.headMob.headMob-active .mob-bg {
    opacity: 1;
    visibility: inherit;
}
.mob-list {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    width: 100%;
    top: 0;
    right: -100%;
    z-index: 8;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: 0 -8px 16px 0 rgb(0 0 0 / 16%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}
.headMob.headMob-active .mob-list {
    right: 0;
    opacity: 1;
    visibility: inherit;
}
.mob-list .list-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mob-list .top-left {
    float: left;
}
.mob-list .top-left img{
    width: 70%;
}
.mob-list .top-right {
    float: right;
}
.mob-list .top-right .clone {
    display: inline-block;
    background: url(../images/icon-phone-guanbi-white.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
}
.mob-list .list-cent {
    margin-top: 30px;
}
.mob-list .box-list>li {
    padding: 12px 0;
    position: relative;
}
.mob-list .box-list>li:not(:last-child) {
    border-bottom: 1px solid #818181;
}
.mob-list .box-list > li > a {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #252931;
}
.mob-list .list-cent .con-laug{
    margin-top: 30px;
}
.mob-list .list-cent .login-box{
    margin-top: 20px;
}
.mob-list .list-cent .login-box .link_login {

}
.mob-list .list-cent .login-box i {
    background: url(../images/head_login_b.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.mob-list .list-cent .login-box span {
    color: #333;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
    vertical-align: middle;
}
.mob-list .list-cent .login-box a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #383C45;
    opacity: .5;
    line-height: 20px;
    vertical-align: middle;
}
.mob-list .list-cent .laug-box a.active {
    opacity: 1;
}
.mob-list .search-input{
    margin-top: 30px;
}
.mob-list .left-search {
    display: flex;
    margin: 20px 0;
    border: 1px solid #D70000;
    padding-left: 15px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}
.mob-list .left-search input {
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    background: #fff;
    font-family: PingFangSC-Regular, PingFang SC;
}
.mob-list .left-search button {
    outline: none;
    border: none;
    background: #D70000;
    padding: 6px 20px;
}
.mob-list .left-search button span {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 5px;
}
.mob-list.mob-listEn .box-list .two-list>li {
    width: 100%;
    float: left;
}

.mob-list .box-list .icon-bottom{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/phone-icon-bottom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 16px;
}
.mob-list .box-list > li.active .icon-bottom {
    background: url(../images/phone-icon-top.svg) no-repeat center;
    background-size: contain;
}
.mob-list .box-list .two-list {
    margin: 10px 0;
    display: none;
}
.mob-list .box-list .two-list>li {
    width: 100%;
}
.mob-list .box-list .two-list>li>a {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #252931;
}
.mob-list.mob-listEn .box-list .two-list>li {
    width: 100%;
    float: left;
}

/* 物资拍卖-合作伙伴 */
.mate_partner{
    margin-top: 65px;
}
.mate_partner .pat_box{
    margin-top: 45px;
}
.mate_partner .box_link{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 18px;
    text-align: center;
    height: 100%;
}
.mate_partner .box_link img{
    max-width: 95%;
    max-height: 84px;
    object-fit: contain;
}