.banner {
    position: relative;
    height: 500px;
    background: url("../img/value/value_bg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 70px;
}
.banner .banner_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 3.5rem;
    text-align: center;
    width: 1100px;
}
.banner .banner_center p {
    margin-bottom: 11px;
}
.value_spa {
    background: #fff;
    padding: 80px 0 20px 0;
}
.value_spa > div {
    max-width: 1200px;
    margin: 0 auto;
}
.value_spa ul {
    display: flex;
    justify-content: space-around;
}
.value_spa>div>h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.value_spa ul li h3 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.value_spa ul  li p {
    font-size: 0.7rem;
    font-weight: 400;
    color: #999;
    line-height: 36px;
}
.value_mode {
    padding: 60px 0 30px 0;
    position: relative;
    z-index: 99;
    max-width: 1200px;
    margin: 0 auto;
}
.value_mode>h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.value_mode_top {
    background: url("../img/value/value_mode.png") no-repeat;
    background-size: 100% 100%;
    padding: 50px 42px;
}
.value_mode_top h3 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #D81719;
    line-height: 24px;
    margin-bottom: 14px;
}
.value_mode_top li {
    font-size: 0.6rem;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    position: relative;
    padding-left: 12px;
}
.value_mode_top li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 8px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}
.value_mode_list ul {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 30px 70px;
    background: #fff;
}
.value_mode_list li h3 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2rem;
    margin-bottom: 10px;
}
.value_mode_list li p {
    font-size: 0.6rem;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}
.value_mode_list ul li {
    max-width: 200px;
}
.value_mode_list li:nth-child(2),
.value_mode_list li:nth-child(4),
.value_mode_list li:nth-child(6) {
    width: 1px;
    height: 160px;
    background: linear-gradient(180deg, rgba(221,221,221,0) 0%, #DDDDDD 51%, rgba(221,221,221,0) 100%);
    margin: 0 3%;
}
.value_market {
    padding: 97px 0 34px 0;
    background: url("../img/value/value_chart_bg.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-top: -92px;
}
.value_market > div {
    max-width: 1200px;
    margin: 0 auto;
}
.value_market h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}
.value_market p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 30px;
}
.swiper_block {
    display: flex;
    justify-content: space-between;
}
.swiper_block img {
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
        position: static !important;
        width: 50% !important;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        margin: 30px auto 0 auto;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #fff !important;
        border-radius: 5px;
        opacity: 1;
}
.value_real {
    padding: 65px 0 50px 0;
    background: #fff;
    text-align: center;
}
.value_real > div {
    max-width: 1200px;
    margin: 0 auto;
}
.value_real > div >h3 {
    font-size: 1.7rem;
    line-height: 24px;
    margin-bottom: 20px;
}
.value_real ul.real_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 28px;
}

.value_real ul.real_list li img {
    width: 50px;
    margin: 0 auto;
}
.value_real ul.real_list li span {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-top: 1rem;
}
.value_real ul.real_show li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.value_real ul.real_show li:nth-child(1) img {
    width: 907px;
}
.value_real ul.real_show li:nth-child(2) img {
    width: 866px;
}
.value_real ul.real_show li:nth-child(3) img,
.value_real ul.real_show li:nth-child(4) img {
    width: 691px;
}
.value_real ul.real_show li h3 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2rem;
    margin-left: -15px;
}
.value_real ul.real_show ul li {
    list-style: disc;
    font-size: 0.6rem;
    font-weight: 400;
    color: #999;
    line-height: 1.5rem;
    margin-top: 10px;
}
.value_search {
    padding: 45px 0 64px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.value_search>h3 {
    font-size: 1.7rem;
    color: #333;
    line-height: 24px;
}
.value_search p {
    font-size: 0.9rem;
    color: #666666;
    line-height: 24px;
    margin: 20px 0 30px 0;
}
.value_search ul {
    display: flex;
    justify-content: center;
}
.value_search ul.menu li {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin-left: 100px;
    cursor: pointer;
}
.value_search ul.menu li:hover {
    color: #D81719;
}
.value_search ul.menu li.active {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.value_search ul.menu li.active span:last-child {
    display: block;
    width: 30px;
    height: 4px;
    background: #D81719;
    border-radius: 4px;
    margin: 14px auto 0 auto;
}
.value_search>div {
    margin-top: 26px;
}
.value_search>div li{
    margin-left: 15px;
    padding: 28px 21px 41px 13px;
    background: #fff;
    border-radius: 8px;
}
.value_search>div li h3 {
    font-size: 0.7rem;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
}
.value_search>div li img {
    width: 100%;
}
.value_search #search1 {
    background: #fff;
    padding: 44px 93px;
    display: none;
}
.value_search #search2, .value_search #search3 {
    background: #fff;
    padding: 24px 64px;
    display: none;
}
.value_bg {
    position: relative;
    background: url("../img/value/bgBg.png") no-repeat;
    background-size: 100% 100%;
    height: 600px;
}
.value_bg .swiper-container {
    max-width: 1200px;
    margin: 0 auto;
    left: 44px;
}
.value_bg>div .value_bg_top {
    position: absolute;
    top: 97px;
    transform: translate(-50%, 0);
    left: calc(50% + 160px);
}
.value_bg .swiper-container {
    top: 77px;
}
.value_bg .swiper-container .swiper-slide-next{
    margin-right: 15px;
    margin-left: 50px;
}
.value_bg .swiper-container img {
    width: auto;
    height: 472px;
    margin-top: 225px;
    margin-left: -25px;
    filter: drop-shadow(0 10px 24px #E6F6FF);
}
.value_bg .swiper-container .swiper-slide-next img {
    margin-left: 35px;
}
.value_bg .swiper-container .swiper-slide-active img {
    height: 643px;
    margin-top: 30px;
    width: auto;
    margin-left: 0;
    filter: none;
}
.value_bg h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}
.value_bg p {
    font-size: 0.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.value_bg p.value_english {
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
    opacity: 0.6;
}
.value_bg .body {
    position: absolute;
    top: 77px;
    height: 700px;
    width: auto;
    left: calc(50% + 160px);
    transform: translate(-745px, 0);
}
.bottom_wrap { 
    background: #fff;
}
.value_data,.deal_box{
    background: #FAFAFA;
    padding: 80px 0 54px 0;
}
.deal_box{
    margin-top: 214px;
    background: #fff;
}
.value_data  div.value_content,.deal_box div.deal_content{
    max-width: 1200px;
    margin: 0 auto;
}
.value_data  div.value_content h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.data-tab{
    width: 100%;
    display: flex;
    justify-content: center;
}
.data-tab  span{
    display: inline-flex;
    width: 156px;
    height: 42px;
    border-radius: 21px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
}
.data-tab  span:first-child{
    margin-left: 0;
}
.data-tab  span.active{
    color: #fff;
    background:#0B0B0B ;
}
.data-case{
    width: 100%;
    margin-top: 44px;
    display: flex;
    justify-content: center;
}
.case-list{
    width: 100%;
}
.case-list-item{
    width: 470px;
    float: left;
    box-sizing: border-box;
    padding-left:35px ;
    background: #fff;
    height: 100%;
}
.case-list  img{
    width:730px ;
    height: 450px;
}
.case-list-item span{
    display: block;
    /* width: 120px; */
    height: 42px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    margin-top: 29px;
}
.case-list-item ul{
    width: 100%;
    margin-top: 22px;
}
.case-list-item ul li{
    width: 100%;
    box-sizing: border-box;
    padding-right: 53px;
    padding-left: 26px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    font-style: normal;
    background: url(../img/value/dui.png) no-repeat;
    background-size: 20px  20px;
    background-position: 2px  2px;
}
.data-case div.case-list {
    display: none;
}
.deal_box .case-list-item span{
    padding-right: 63px;
    height: auto;
    margin-top: 0;
}
.deal_box .case-list-item{
    width: 657px;
}
.deal_box .case-list img{
    width: 543px;
    height: 389px;
}
.deal_box .case-list-item ul li{
    background: none;
    padding-left: 0;
    padding-right: 10px;
    }
    .deal_box .case-list-item ul li em{
    font-style: normal;
    font-weight: 550;
    font-size: 18px;
    color: #333;
    font-family: PingFangSC, PingFang SC;
}