.cpt{
    width: 100%;
    height: 100%;
    background: url(../img/CooperationBG.png) center no-repeat;
    background-size: cover;
}
.cpt .cpt_main{
    padding: 0.92rem 0;
    /*background: url(../img/CooperationBG.png);*/
    /*background-size: 100% 100%;*/
}
.cpt .cpt_main .cpt_n_img{
    width: 3.51rem;
    height: 2.96rem;
    margin: 0 auto;
    margin-bottom: 0.69rem;
}
.cpt .cpt_main .cpt_n_img img{
    width: 100%;
    height: 100%;
}

.cpt .cpt_main .cpt_n_txt{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.35rem;
    text-align: center;
}
.cpt .cpt_list{
    width: 12rem;
    margin: 1.04rem auto 0rem;
}
.list_lis{
    width: 100%;
    height: 1.8rem;
    padding-left: 0.32rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0rem 0rem 0rem 0rem;
}
.list_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_lis_title{
    width: 9rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.list_lis_text{
    width: 9rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #6C6C6C;
    text-align: left;
    font-style: normal;
    text-transform: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	margin-top: 0.21rem;
}
.list_lis_right{
    height: 1.8rem;
    width: 1.74rem;
}
.list_lis_right .list_date{
    width: 0.94rem;
    height: 1.2rem;
    margin: 0.3rem auto;
}
.list_date .day{
    width: 100%;
    height: 0.94rem;
    line-height: 0.94rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.71rem;
    color: #B7B7B7;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.list_date .year_month{
    width: 100%;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.21rem;
    color: #B7B7B7;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.list_lis:nth-of-type(1) .list_lis_right{
    background: #1D76BB;
}
.list_lis:nth-of-type(1) .day,.list_lis:nth-of-type(1) .month{
    color: #FFFFFF;
}
.pagination{
    margin: 0.6rem auto 1.08rem;
    width: 2.9rem;
    
}
.pagination ul{
    display: flex;
    justify-content: space-between;
}
.pagination li{
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    font-style: normal;
    text-transform: none;
}
.pagination li img{
    width: 0.05rem;
    height: 0.1rem;
    margin: 0.11rem auto;
}
.partner_bg{
    width: 100%;
    background: url('/assets/img/partner-bg.png') no-repeat;
    background-size: 100% 100%;
}
.message_bg{
    width: 100%;
    background: url('/assets/img/message-bg.png') no-repeat;
    background-size: 100% 100%;
    
}
.partner,.message{
    width: 12rem;
    margin: 0 auto;
    padding: 0.9rem 0rem 0.61rem;
}
.partner_title,.message_title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.partner_content{
    display: flex;
    width: 100%;
    height: 8.3rem;
    justify-content: space-between;
    align-content: space-evenly;
    flex-wrap: wrap;
}
.partner_content>div{
    width: 1.9rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}
.partner_box{
    width: 1.52rem;
    height: 0.3rem;
    background: #FFFFFF;
}
.partner_box img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    width: 0.07rem;
    height: 0.07rem;
    background: #E2E2E2;
}
.swiper-pagination-bullet-active{
    background: #1D76BB;
}
.cpt_mian .ct_box3{
    padding-top: 1.08rem;
    padding-bottom: 0.97rem;
    background: url(../img/contact_bg.png);
    background-size: 100% 100%;
}
.cpt_mian .ct_box3 .ct2_txt{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    margin-bottom: 1.11rem;
    text-align: center;
}
.cpt_mian .ct_box3 .ct2_b .txt{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.27rem;
}
.cpt_mian .ct_box3 .ct2_b .txt span{
    color: #FF0000;
    margin-right: 0.04rem;
}
.cpt_mian .ct_box3 .ct2_b .mt1,
.cpt_mian .ct_box3 .ct2_b .inp{
    padding-bottom: 0.13rem;
}
.cpt_mian .ct_box3 .mt_radio{
    align-items: center;
}
.cpt_mian .ct_box3 .mt_radio span{
    margin-left: 0.11rem;
}
.cpt_mian .ct_box3 .ct2_b .inp{
    margin-right: 1.2rem;
}
.cpt_mian .ct_box3 .ct2_b .inp input{
    width: 5.8rem;
    height: 0.56rem;
    background: rgba(255,255,255,0.46);
    border: 0.01rem solid #E5E5E5;
    padding-left: 0.15rem;
}
.cpt_mian .ct_box3 .mt2{
    flex-wrap: wrap
}
.cpt_mian .ct_box3 .ct2_b .inp2{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.cpt_mian .ct_box3 .ct2_b .inp2 textarea{
    width: 5.8rem;
    height: 1.4rem;
    background: rgba(255,255,255,0.46);
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #E5E5E5;
    padding-top: 0.21rem;
    padding-left: 0.15rem;
    margin-left: 0.18rem;
}
.cpt_mian .ct_box3 .sbm{
    width: 1.6rem;
    height: 0.52rem;
    background: #1D76BB;
    border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
    margin-top: 0.44rem;
    margin-left: 2rem;;
    margin-right: auto;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    align-items: center;
    line-height: 0.52rem;
    text-align: center;
    cursor: pointer;
}


.about .abou_b1{
    padding-top: 1.03rem;
    padding-bottom: 0.82rem;
    background-image: url(../img/about_bg.png);
    background-size: 100% 100%;
}
.about .abou_b1 .txt1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    text-align: center;
}
.about .abou_b1 .txt2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
    margin-top: 0.42rem;
    margin-bottom: 0.81rem;
}
.about .abou_b1 .num .coun{
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #1D76BB;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 0.09rem;
}
.about .abou_b1 .num .coun .counter{
    font-size: 0.8rem;
    font-weight: bold;
}
.about .abou_b1 .num .coun span:last-child{
    font-size: 0.4rem;
    margin-left: 0.16rem;
}
.about .abou_b1 .num .txt{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
}
.about .abou_b2{
    padding-top: 0.86rem;
    padding-bottom: 1.09rem;
}
.about .abou_b2 .b2l{
    width: 3.79rem;
    height: 3.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    position: relative;
}
.about .abou_b2 .b2l:hover .b2l2{
    opacity: 1;
}
.about .abou_b2 .b2l .b2l1{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.about .abou_b2 .b2l .b2l1 img{
    width: 0.98rem;
    height: 0.98rem;
}
.about .abou_b2 .b2l .b2l1 .b2ltxt{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-top: 0.36rem;
}
.about .abou_b2 .b2l2{
    width: 3.79rem;
    height: 3.8rem;
    background: #1D76BB;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    padding: 0.49rem 0.28rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.5s;
}
.about .abou_b2 .b2l2 .txt1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
    text-align: center;
}
.about .abou_b2 .b2l2 .txt2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}
.about .abou_b2 .b2l:nth-child(1) .b2l2:after{
    content: 'M';
    width: 1.55rem;
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 1.61rem;
    color: #FFFFFF;
    position: absolute;
    bottom: -0.3rem;
    right: 0.06rem;
    opacity: 0.2;
    z-index: 2;
}
.about .abou_b2 .b2l:nth-child(2) .b2l2:after{
    content: 'V';
    width: 1.55rem;
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 1.61rem;
    color: #FFFFFF;
    position: absolute;
    bottom: -0.3rem;
    right: -0.08rem;
    opacity: 0.2;
    z-index: 2;
}
.about .abou_b2 .b2l:nth-child(3) .b2l2:after{
    content: 'o';
    width: 1.55rem;
    font-family: MiSans, MiSans;
    /* font-weight: bold; */
    font-size: 2.61rem;
    color: #FFFFFF;
    position: absolute;
    bottom: -0.56rem;
    right: 0.06rem;
    opacity: 0.2;
    z-index: 2;
}

.Contact{
    width: 100%;
    height: auto;
    background: url(../img/map_bg.png) center no-repeat;
    background-size: cover;
}
.Contact .ct_box1{
    width: 12rem;
    padding: 0.95rem 0 0.43rem;
    box-sizing: border-box;
}
.Contact .ct_box1 .ct12{
    width: 5.91rem;
    height: 4.44rem;
}
.Contact .ct_box1 .ct12 img{
    width: 100%;
    height: 100%;
}
.Contact .ct_box1 .ct11{
    width: calc(100% - 6.6rem);
}
.Contact .ct_box1 .ct11 .txt1{
    margin-top: 0.36rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.35rem;
    color: #1D76BB;
    line-height: 0.43rem;
    margin-bottom: 0.22rem;
}
.Contact .ct_box1 .ct11 .txt2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.25rem;
}
.Contact .ct_box1 .ct11 .txt2 span{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.6rem;
    margin-bottom: 0.07rem;
}
.Contact .ct_box1 .ct11 .txt3{
    margin-top: 0.08rem;
    display: flex;justify-content: center;
}
.Contact .ct_box1 .ct11 .txt3 img{
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.15rem;
}
.Contact .ct_box1 .ct11 .txt3 .phone{
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.5rem;
}


/*2025-06-03*/
.Contact .ct_box1 .code{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 0.2rem;
}
.Contact .ct_box1 .code .code_img{
    width: 2.46rem;
    height: 2.46rem;
    border: 0.01rem solid #EFEFEF;
    margin-right: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Contact .ct_box1 .code .code_img:last-child{
    margin-right: 0;
}
.Contact .ct_box1 .code .code_img img{
    max-height: 2.46rem;
    max-width: 2.46rem;
    object-fit: contain;
}


.Contact .ct_box2 .ct2L{
    width: 3.5rem;
    border-bottom: 0.01rem solid #E0E0E0;
}
.Contact .ct_box2{
    width: 12rem;
    padding: 0.18rem 0 0.81rem;
    /*padding-bottom: 0.81rem;*/
    box-sizing: border-box;
}
.Contact .ct_box2 .ct2L .txt1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.09rem;
}
.Contact .ct_box2 .ct2L .txt2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
}
.Contact .ct_box2 .ct2L:hover{
    border-bottom: 0.01rem solid #3CC6E9;
}
.Contact .ct_box3{
    padding-top: 1.08rem;
    padding-bottom: 0.97rem;
    background: url(../img/contact_bg.png);
    background-size: 100% 100%;
}
.Contact .ct_box3 .ct2_txt{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    margin-bottom: 1.11rem;
    text-align: center;
}
.Contact .ct_box3 .ct2_b .txt{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.27rem;
}
.Contact .ct_box3 .ct2_b .txt span{
    color: #FF0000;
    margin-right: 0.04rem;
}
.Contact .ct_box3 .ct2_b .mt1,
.Contact .ct_box3 .ct2_b .inp{
    padding-bottom: 0.13rem;
}
.Contact .ct_box3 .mt_radio{
    align-items: center;
}
.Contact .ct_box3 .mt_radio span{
    margin-left: 0.11rem;
}
.Contact .ct_box3 .ct2_b .inp{
    margin-right: 1.2rem;
}
.Contact .ct_box3 .ct2_b .inp:nth-child(3){
    margin-right: 0;
}
.Contact .ct_box3 .ct2_b .inp input{
    
    width: 5.8rem;
    height: 0.56rem;
    background: rgba(255,255,255,0.46);
    border: 0.01rem solid #E5E5E5;
    padding-left: 0.15rem;
}
.Contact .ct_box3 .mt2{
    flex-wrap: wrap
}
.Contact .ct_box3 .ct2_b .inp2{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.Contact .ct_box3 .ct2_b .inp2 textarea{
    width: 5.8rem;
    height: 1.4rem;
    background: rgba(255,255,255,0.46);
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #E5E5E5;
    padding-top: 0.21rem;
    padding-left: 0.15rem;
    margin-left: 0.18rem;
}
.Contact .ct_box3 .sbm{
    width: 1.6rem;
    height: 0.52rem;
    background: #1D76BB;
    border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
    margin-top: 0.44rem;
    margin-left: 2rem;;
    margin-right: auto;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    align-items: center;
    line-height: 0.52rem;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 1024px){
    .cpt{
        width: 100%;
    }
    .cpt_mian{
        width: 100%;
    }
    .cpt .cpt_list{
        width: 100%;
    }
    .list_lis{
        width: 100%;
    }
    .list_flex{
        width: 95%;
    }
    .list_lis_content{
        width: 85%;
        
    }
    .list_lis_right{
        width: 15%;
    }
    .list_lis_title{
        width: 100%;
    }
    .list_lis_text{
        width: 100%;
        text-overflow: ellipsis;
        font-size: 0.24rem;
    }
    .partner_bg{
        width: 100%;
    }
    .partner, .message{
        width: 98%;
    }
    .partner_title, .message_title{
        width: 100%;
    }
    .swiper-horizontal{
        width: 100%;
    }
    .swiper-wrapper{
        width: 100%;
    }
    .swiper-slide-active{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .swiper-slide-active > div{
        height: auto;
    }
    .cpt_mian .ct_box3{
        width: 100%;
    }
    .cpt_mian .ct_box3 .ct2_txt{
        width: 98%;
    }
    
    .cpt_mian .ct_box3 .ct2_b .txt{
        width:3rem;
        margin-left: 0.2rem;
        font-size: 0.26rem;
        text-align: left;
    }
    .cpt_mian .ct_box3 .ct2_b .mt1, .cpt_mian .ct_box3 .ct2_b .inp{
        display: flex;flex-direction: column;
        width: 100%;
    }
    .Contact{
        width: 100%;
    }
    .Contact .ct_box1{
        width: 89%;
        display: flex;
        flex-direction: column-reverse;
    }
    .Contact .ct_box1 .ct11{
        width: 100%;
        text-align: center;
    }
    .Contact .ct_box1 .ct12{
        width: 45%;
    }
    .Contact .ct_box1 .ct11 .txt1{
        margin-top:0.5rem;
        margin-bottom: 0;
        font-size: 2em;
    }
    .Contact .ct_box1 .ct11 .txt2{
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }
    .Contact .ct_box1 .ct11 .txt2 > strong{
        font-size: 0.26rem;
    }
    .Contact .ct_box1 .ct11 .txt3{
        margin-top:0;
        font-size: 1.2em;
        
    }
    .Contact .ct_box1 .ct11 .txt3 .phone{
        font-size: 1.3em;
    }
    .Contact .ct_box1 .code{
        margin: 0;
    }
    .Contact .ct_box2{
        width: 89%;
    }
    .Contact .ct_box2 .ct2L{
        width: 32%;
    }
    .Contact .ct_box2 .ct2L>div{
        font-size: 1.2em;
    }
    .Contact .ct_box2>div:nth-of-type(2){
        margin-left: 0.1%;
    }
    .Contact .ct_box3{
        width: 100%;
    }
    .Contact .ct_box3 .ct2_txt{
        width: 100%;
    }
    .main{
        width: 85%;
    }
    .Contact .ct_box3 .ct2_b .inp{
        width: 100%;
    }
    .Contact .ct_box3 .ct2_b .txt{
        width:3rem;
        margin-left: 0.2rem;
        font-size: 0.26rem;
        text-align: left;
    }
    .Contact .ct_box3 .sbm{
        font-size: 0.24rem;
    }
    .list_lis_title{
        font-size: 0.26rem;
    }
    .Contact .ct_box1 .ct12{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .Contact .ct_box1 .code{
        display: flex;
        justify-content: center;
    }
    .partner_box{
        width: 3.2rem;
        height: 0.6rem;
    }
    .partner_content>div{
        width:3.2rem;
    }
    .cpt_mian .ct_box3 .ct2_b .inp2{
        display: flex;flex-direction: column;
    }
    .cpt_mian .ct_box3 .sbm{
        font-size: 0.24rem;
    }
    .cpt_mian .ct_box3 .ct2_b .inp2 textarea{
        font-size: 0.22rem;
    }
    .cpt_mian .ct_box3 .mt_radio span{
        font-size: 0.26rem;
    }
    .Contact .ct_box2 .ct2L .txt1{
        font-size: 0.26rem;
    }
    .Contact .ct_box2 .ct2L .txt2{
        font-size: 0.24rem;
    }
    .Contact .ct_box3 .ct2_b .inp{
        display: flex;flex-direction: column;
    }
    .Contact .ct_box3 .ct2_b .inp input{
        font-size: 0.22rem;
    }
    .Contact .ct_box3 .ct2_b .mt1, .Contact .ct_box3 .ct2_b .inp{
        display: flex;flex-direction: column;
    }
    .Contact .ct_box3 .ct2_b .inp2{
        display: flex;flex-direction: column;
    }
    .Contact .ct_box3 .ct2_b .inp2 textarea{
        font-size:0.22rem;
    }
    .Contact .ct_box3 .mt_radio span{
        font-size: 0.26rem;
    }
}