/*2025-07*/
.dsp1{
    position: relative;
    padding:210px 0 265px;
}
.dsp1 .img{
    
}
.dsp1_text{
    font-size: 30px;
    color: #fff;
}
.dsp1_text h3{
    font-size: 30px;
    margin-top:72px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.dsp1_text p{
    font-size: 19px;
    line-height: 1.8;
    width: 60%;
    max-width: 765px;
}

.dsp2{
    background: url(../images/dsp/ys_bg01.jpg) no-repeat center;
    background-size: cover;
    padding:95px 0 102px;
    overflow: hidden;
}
.dsp2_en{
    font-size: 130px;
    color: #141821;
    -webkit-text-stroke: 1px rgba(255,255,255,0.2); 
    line-height: 1;
    white-space: nowrap; 
    overflow: hidden;
    text-transform: uppercase;
}
.dsp2 .container{
    max-width: 1370px;
}
.dsp2 .text{
    text-align: center;
    color: #fff;
    margin:25px 0 60px;
}
.dsp2 h3{
    font-size: 32px;
    font-family: "puhui55";
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.4;
}
.dsp2 .txt{
    font-size: 16px;
    opacity: .7;
}

.dsp3{
    padding:95px 0 30px;
}
.dsp3 .container{
    max-width: 1420px;
}
.dsp_t{
    text-align: center;
}
.dsp_t h2{
    font-size: 50px;
    color: #272727;
    margin-bottom: 35px;
    line-height: 1.4;
    font-weight: normal;
}
.dsp_t p{
    font-size: 18px;
    color: #272727;
}
.dsp3 .img{
    margin-top:35px;
    text-align: center;
}
.dsp4{
    background: url(../images/dsp/ys_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:88px 0 80px;    
}
.dsp4 .dsp_t{
    max-width: 510px;
}
.dsp4 .text{
    max-width: 740px;
    width: 50%;
}
.dsp4 .dsp_t{
    text-align: left;
}
.dsp4 .img{
    margin-top:50px;
}
.dsp5{
    padding:95px 0 0;
}
#dsp_scroll2{
    padding:55px 0 65px;
}
#dsp_scroll2 .img{
    text-align: center;
}
#dsp_scroll2 .swiper-pagination{
    top:calc(100% - 10px);
}
#dsp_scroll2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #e70301;
}

.dsp6{
    padding:95px 0 0;    
    background: url(../images/dsp/ys_bg5.png) no-repeat left center;
}
.dsp6 .container{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.dsp_l{
    width: 45%;
}
.dsp1_img{
    display: none;
}

.dsp_r{
    width: 50%;
    max-width: 650px;
    padding-bottom: 55px;
}
.dsp1_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
    margin-top:65px;
}
.dsp1_li p{
    font-size: 26px;
    color: #333333;
    position: relative;
    padding-bottom: 18px;
    line-height: 1;
    cursor: pointer;
}
.dsp1_li p:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:-1px;
    width: 0;
    height: 3px;
    background: #e70301;
    transition: all 0.4s ease-out;
}
.dsp1_li p.cur{
    color: #e70301;
}
.dsp1_li p.cur:after{
    width: 100%;
    left:0;
}
.dsp_tab1{
    display: none;
    margin:32px 0 105px;
    font-size: 18px;
    color: #141821;
    line-height: 1.6;
}
a.dsp_more1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 56px;
    border-radius: 10px;
    background: #d30301;
    color: #fff;
    transition: all 0.4s ease-out;
}
a.dsp_more1 span{
    font-size: 20px;
    color: #fff;
}
a.dsp_more1 i{
    margin-left: 20px;
}
a.dsp_more1:hover span{
    text-decoration: underline;
}
.dsp7{
   background: #f5f5f5;
   padding:94px 0 0;
}
.dsp7 .container{
    background: url(../images/dsp/ys_bg2.jpg) no-repeat center;
    background-size: cover;
    padding:96px 188px;
    color: #fff;
    text-align: center;
}
.dsp7 .dsp_t h2,.dsp7 .dsp_t p{
    color: #fff;
}
.dsp7 .container .text{
    background: #fff;  
    margin-top:85px;
    padding:138px 188px 112px;
    border-radius: 10px;
}
.dsp7_num{
    display: flex;
    flex-wrap: wrap;
}
.dsp7_num li{
    width: calc(100% / 3);
    position: relative;
    border-right:1px solid #e0e0e0;
}
.dsp7_num li:last-child{
    border-right:none;
}
.dsp7_num li p:nth-child(1){
    font-size: 64px;
    color: #d30301;
    font-family: "puhui85";
    line-height: 1;
    margin-bottom: 20px;
}
.dsp7_num li p:nth-child(2){
    font-size: 24px;
    color: #141821;
    line-height: 1;
}
.dsp7 .img{
    margin-top:110px;
}

.dsp8{
    padding:68px 0 94px;  
    background: #f5f5f5;
}
.dsp8 .container{
    border:5px solid #272727;
    padding:68px 18px;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    border-radius: 10px;
    background: #eeeeee;
}
.dsp8 p{
    display: flex;
    padding-left: 10px;
}
.dsp8 p:nth-child(1){
    margin-left: 0;
    padding-left: 0;
}
.dsp8 p img{
    max-width: 100%;
}
.dsp8 p img:nth-child(2){
    margin-left: 10px;
}
.dsp1-2{
    position: relative;
    padding:150px 0;
}
.dsp1-2 .container{
    display: flex;
    flex-direction: row-reverse;
}
.dsp1_content{
    width: 55%;
    max-width: 680px;
}
.dsp1_t{
    position: relative;
}
.dsp1_t:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-10px;
    width: 10px;
    height: 10px;
    background: #d30301;
    z-index: 1;
}
.dsp1_t span{
    display: inline-block;
    font-size: 32px;
    color: #fff;
    font-family: "puhui75";
    background: #d30301;
    border-radius: 10px 20px 0 0;
    padding:0 20px;
    line-height: 66px;
}
.dsp1_content .text{
    background: #fff;
    padding:40px 20px 50px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}
.dsp1_content .text .txt{
    
}
.dsp1_content .text .txt h4{
    font-size: 24px;
    color: #1a1a1a;
    font-family: "puhui65";
    position: relative;
    line-height: 1;
    padding-bottom: 18px;
    margin-bottom: 6px;
}
.dsp1_content .text .txt h4:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 18px;
    height: 2px;
    background: #d30301;
}
.dsp1_content .text .txt p{
    font-size: 16px;
    color: #4c4c4c;
    font-family: "puhui45";
    line-height: 1.8;
}
.dsp1_content .text .txt2{
    margin-top:50px;
}
.dsp1_num{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:45px;
}
.dsp1_num li{
    width: calc(100% / 3);
    border-right: 1px solid #eee;
    text-align: center;
}
.dsp1_num li:last-child{
    border-right:none;
}
.dsp1_num li p:nth-child(1){
    font-size: 56px;
    color: #d30301;
    font-family: "puhui85";
    line-height: 1;
}
.dsp1_num li p:nth-child(1) span{
    font-size: 40px;
}
.dsp1_num li p:nth-child(2){
    font-size: 20px;
    color: #141821;
    line-height: 1;
    margin-top:15px;
}
.dsp2-2{
    padding:125px 0 0;
}
.dsp_arrow{
    position: relative;
    margin-top:55px;
}
.dsp_arrow .swiper-button-prev{
    background: url(../images/dsp/dsp_left1.png) no-repeat center;
    background-size: contain;
    left:-60px;
    cursor: pointer;
}
.dsp_arrow .swiper-button-next{
    background: url(../images/dsp/dsp_right1.png) no-repeat center;
    background-size: contain;
    right:-60px;
    cursor: pointer;
}
.dsp4_jyxc{
    background: url(../images/dsp/jyjx.jpg) no-repeat right center;
    background-size: 50%;
}
.dsp5-2 .container{
    max-width: 1580px;
}
#dsp_scroll2_2{
    margin-top:60px;
}
.dsp6-2{
    background: none;
}
.dsp6-2 .container{
    display: block;
}
.dsp6_li{
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin:64px auto 64px;
    border-bottom: 2px solid #cccccc;
}
.dsp6_li p{
    padding-bottom: 22px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    width: 50%;
    position: relative;
    cursor: pointer;
}
.dsp6_li p:after{
    content:'';
    position: absolute;
    bottom:-3px;
    left:0;
    width: 0%;
    height: 4px;
    background: #1a1a1a;
}
.dsp6_li p.cur:after{
    width: 100%;
}
.dsp6_tab{
    border: 5px solid #272727;
    padding: 65px 18px;
    border-radius: 10px;
    background: #fff;
    display: none;
    text-align: center;
}
.dsp4_dyjx{
    background: url(../images/dsp/dyjx_bg1.jpg) no-repeat center;
}
.dsp5-3 .container{
    background: #e7e7e7;
    padding:130px 0 0;
    border-radius: 20px;
    overflow: hidden;
}
.dsp5-3 .img{
    margin-top:75px;
}
.dsp4_hsc{
    background: url(../images/dsp/hsc_bg1.jpg) no-repeat center;  
    margin-top:130px;
}
@media(max-width:1760px){
    .dsp1_text img {
        max-height: 165px;
    }
    .dsp7 .container{
        padding:90px 100px;
    }
    .dsp7 .container .text{
        padding:90px 100px;
        margin-top:55px;
    }
}
@media(max-width:1600px){
    .dsp1{
        padding:200px 0;
    }
    .dsp1_text img {
        max-height: 140px;
    }
    .dsp1_text h3 {
        font-size: 26px;
        margin-top: 55px;
    }
    .dsp1_text p{
        font-size:15px;
    }
    .dsp_t h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    .dsp_l{
        padding-right:5%;
    }
    .dsp2 h3{
        font-size:26px;
    }
    .dsp_t p{
        font-size:15px;
    }
    .dsp2 .txt{
        font-size:15px;
    }
    .dsp2_en{
        font-size:90px;
    }
    .dsp2 .text{
        margin: 25px 0 40px;
    }
    .dsp3 .img{
        margin-top:15px;
    }
    .dsp1_li p{
        font-size:20px;
    }
    .dsp_tab1 {
        margin: 25px 0 75px;
        font-size: 15px;
    }
    a.dsp_more1{
        width:160px;
        height: 52px;
    }
    a.dsp_more1 span{
        font-size:16px;
    }
    .dsp7 .container{
        padding:90px 75px;
    }
    .dsp7 .container .text{
        padding:90px 55px;
    }
    .dsp7_num li p:nth-child(1){
        font-size:52px;
    }
    .dsp7_num li p:nth-child(2) {
        font-size: 20px;
    }
    .dsp1_t span{
        font-size:24px;
    }
    .dsp1_content .text .txt h4{
        font-size:20px;
        padding-bottom:15px;
    }
    .dsp1_content .text .txt p{
        font-size:15px;
    }
    .dsp1_content .text .txt2 {
        margin-top: 35px;
    }
    .dsp1_num li p:nth-child(1){
        font-size:42px;
    }
    .dsp1_num li p:nth-child(1) span{
        font-size:28px;
    }
    .dsp1_num li p:nth-child(2){
        font-size:16px;
    }
    .dsp2-2 {
        padding: 90px 0 0;
    }
    .dsp_arrow .swiper-button-next,.dsp_arrow .swiper-button-prev{
        background-size:16px;
    }
    .dsp_arrow .swiper-button-next{
        right:-35px;
    }
    .dsp_arrow .swiper-button-prev{
        left:-35px;
    }
    #dsp_scroll2_2{
        margin-top:40px;
    }
    .dsp6_li {
        margin: 50px auto 50px;
    }
    .dsp6_li p{
        font-size:20px;
        padding-bottom: 16px;
    }
    .dsp5-3 .container{
        padding:90px 0 0;
    }
    .dsp5-3 .img{
        margin-top:55px;
    }
    .dsp4_hsc{
        margin-top:90px;
    }
}
@media(max-width:1280px){
    .dsp1{
        padding: 150px 0;
    }
    .dsp1_text img{
        max-height: 100px;
    }
    .dsp1_text h3{
        font-size: 24px;
        margin-top: 50px;
    }
    .dsp1_text p{
        font-size: 14px;
        width:55%;
    }
    .dsp_t h2{
        font-size: 30px;
        margin-bottom: 12px;
    } 
    .dsp2_en{
        font-size: 72px;
    }
    .dsp2 h3{
        font-size: 23px;
    }
    .dsp2 .txt,.dsp_t p,a.dsp_more1 span{
        font-size:14px;
    }
    .dsp2,.dsp4{
        padding:75px 0;
    }
    .dsp3{
        padding: 75px 0 30px;
    }
    .dsp4 .img{
        margin-top: 30px;
    }
    .dsp5,.dsp6,.dsp7,.dsp2-2{
        padding: 75px 0 0;
    }
    #dsp_scroll2{
        padding: 40px 0;
    }
    .dsp_tab1 {
        margin: 20px 0 50px;
        font-size: 14px;
    }
    .dsp7 .container{
        padding: 75px 50px;
    }
    .dsp7 .container .text{
        padding: 55px 35px;
    }
    .dsp7_num li p:nth-child(1){
        font-size: 42px;
    }
    .dsp7_num li p:nth-child(2){
        font-size: 16px;
    }
    .dsp7 .img{
        margin-top: 75px;
    }
    .dsp8 .container,.dsp6_tab{
        padding:50px 18px;
    }
    .dsp1_content .text .txt h4 {
        font-size: 18px;
    }
    .dsp1_content .text .txt p {
        font-size: 14px;
    }
    .dsp1_num li p:nth-child(1){
        font-size:32px;
    }
    .dsp1_num li p:nth-child(1) span{
        font-size:22px;
    }
    .dsp1_num li p:nth-child(2){
        font-size:15px;
    }
    .dsp_arrow .swiper-button-next{
        right:0px;
    }
    .dsp_arrow .swiper-button-prev{
        left:0px;
    }
    .dsp_arrow{
        margin-top:35px;
    }
    .dsp5-3 .container{
        padding:75px 0 0;
    }
    .dsp5-3 .img{
        margin-top:40px;
    }
    .dsp4_hsc{
        margin-top:75px;
    }
}
@media(max-width:1199px){
    .dsp1,.dsp1-2{
        padding: 125px 0;
    }
    .dsp2_en{
        font-size: 56px;
    } 
    .dsp8 .container,.dsp6_tab{
        padding: 30px 18px;
    }
    .dsp8 p{
        width:25%;
    }
    .dsp8 p:nth-child(1){
        width:50%;
    }
    .dsp8 p img{
        max-width:100%;
    }
    .dsp8 p:nth-child(1) img{
        width:calc(50% - 5px);
    }
    .dsp6_li {
        margin: 35px auto 35px;
    }
    .dsp6_li p{
        font-size:18px;
        padding-bottom: 12px;
    }
    .dsp1_content{
        width:60%;
    }
}
@media(max-width:820px){
    .dsp1,.dsp1-2{
        padding: 90px 0;
    }
    .dsp1_text img{
        max-height: 75px;
    }
    .dsp1_text h3{
        font-size: 22px;
        margin-top: 35px;
    }
    .dsp2_en{
        font-size: 46px;
    }
    .dsp2 h3{
        font-size: 20px;
    }
    .dsp2,.dsp4,.dsp8{
        padding:55px 0;
    }
    .dsp3{
        padding: 55px 0 30px;
    }
    .dsp_t h2 {
        font-size: 24px;
    } 
    .dsp4 .img{
        margin-top: 30px;
    }
    .dsp5,.dsp6,.dsp7, .dsp2-2{
        padding: 55px 0 0;
    }
    #dsp_scroll2{
        padding: 40px 0;
    }
    .dsp1_li{
        margin-top:40px;
    }
    .dsp7 .container{
        padding: 55px 30px;
    }
    .dsp7 .container .text{
        padding: 30px 25px;
        margin-top:30px;
    }
    .dsp7 .img{
        margin-top: 40px;
    }
    .dsp7_num li p:nth-child(1){
        font-size: 32px;
    }
    .dsp7_num li p:nth-child(2){
        font-size: 15px;
    }
    .dsp7 .img{
        margin-top: 55px;
    }
    .dsp8 .container,.dsp6_tab{
        padding:30px 15px;
    }
    #dsp_scroll2_2{
        margin-top:20px;
    }
    .dsp6_li {
        margin: 25px auto 25px;
    }
    .dsp6_li p{
        font-size:16px;
        padding-bottom: 10px;
    }
    .dsp1_content{
        width:70%;
    }
    .dsp1_t span{
        font-size:20px;
        line-height:50px;
    }
    .dsp1_content .text {
        padding: 25px 15px;
    }
    .dsp1_content .text .txt h4 {
        font-size: 16px;
    }
    .dsp1_num li p:nth-child(1){
        font-size:26px;
    }
    .dsp1_num li p:nth-child(1) span{
        font-size:18px;
    }
    .dsp1_num li p:nth-child(2){
        font-size:14px;
    }
    .dsp5-3 .container{
        padding:55px 0 0;
    }
    .dsp5-3 .img{
        margin-top:30px;
    }
    .dsp4_hsc{
        margin-top:55px;
    }
}
@media(max-width:767px){
    .dsp1,.dsp1-2{
        padding: 40px 0;
    }
    .dsp1_text img {
        max-height: 55px;
    }
    .dsp1_text h3 {
        font-size: 18px;
        margin-top: 25px;
    }
    .dsp1_text p{
        width:100%;
    }
    .dsp2, .dsp4,.dsp8{
        padding: 40px 0;
    }
    .dsp2_en {
        font-size: 32px;
    }
    .dsp2 h3 {
        font-size: 17px;
    }
    .dsp2 .txt, .dsp_t p, a.dsp_more1 span {
        font-size: 13px;
    }
    .dsp3 {
        padding: 40px 0 30px;
    }
    .dsp_t h2 {
        font-size: 20px;
    } 
    .dsp5, .dsp6, .dsp7, .dsp2-2{
        padding: 40px 0 0;
    }
    .dsp1_li p {
        font-size: 16px;
    }
    #dsp_scroll2 {
        padding: 30px 0;
    }
    .dsp_l{
        display:none;
    }
    .dsp_r{
        width:100%;
        padding-bottom:30px;
    }
    a.dsp_more1 {
        width: 145px;
        height: 48px;
    }
    a.dsp_more1 i{
        margin-left:15px;
    }
    a.dsp_more1 i img{
        max-height:12px;
    }
    .dsp_tab1 {
        margin: 20px 0 35px;
    }
    .dsp7 .container {
        padding: 30px 15px;
    }
    .dsp7 .container .text {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .dsp7_num li{
        width:30%;
    }
    .dsp7_num li:nth-child(2){
        width:40%;
    }
    .dsp7_num li p:nth-child(1) {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .dsp7_num li p:nth-child(2) {
        font-size: 13px;
    }
    .dsp7 .img {
        margin-top: 35px;
    }
    .dsp8 .container,.dsp6_tab{
        padding: 20px 12px;
        border: 2px solid #272727;
    }
    .dsp1_content{
        width:100%;
    }
    .dsp1_t span {
        font-size: 16px;
        line-height: 45px;
    }
    .dsp1_num{
        margin-top:35px;
    }
    .dsp1_num li p:nth-child(1){
        font-size:22px;
    }
    .dsp1_num li p:nth-child(1) span{
        font-size:16px;
    }
    .dsp1_num li p:nth-child(2){
        font-size:13px;
        margin-top: 8px;
    }
    .dsp4_jyxc,.dsp4_dyjx,.dsp4_hsc{
        background:#eee;
    }
    .dsp4 .text{
        width:100%;
    }
    .dsp_arrow,.dsp4 .img{
        margin-top:25px;
    } 
    .dsp5-3 .container{
        padding:40px 0 0;
    }
    .dsp5-3 .img{
        margin-top:25px;
    }
    .dsp4_hsc{
        margin-top:40px;
    }
}