.banText p {
    color: #fff;
}

.bread {
    margin-top: 0.32rem !important;
    margin-bottom: 0.32rem !important;
}

.newsCenter {
    position: relative;
}
.newstitle{
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
}
.newsdata{
     font-size: 0.28rem;
     text-align: center;
     margin: 0.25rem 0;
}

.rightBread {
    position: absolute;
    display: flex;
    width: 8.13rem;
    height: 0.6rem;
    background: linear-gradient( 90deg, #284FAD 0%, #1E9DDF 100%);
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    right: 0;
    top: -0.32rem;
}
.xjndtitle-text,.xjndtitle-time{
    text-align: center;
}
.xjndtitle-time{
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.xjndtitle-text,.xjndtitle-time,.newsDt>div,.newsDt p{
        font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.26rem;
    color: #333333;
}
.newsDt img{
    width: revert-layer;
    max-width: 100%;
}
.rightBread .rb {
    width: 2.05rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightBread .rb a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.21rem;
    color: #FFFFFF !important;
    line-height: 0.6rem;
    text-align: center !important;
}

.rightBread .rb.active {
    background: url('../img/newsCenter/breadbanner2.png');
    background-size: 100% 100%;
}

.rightBread .rb.active a {
    color: #284FAD !important;
    font-weight: bold;
}

.rightBread::before {
    content: '';
    width: 2.05rem;
    height: 0.6rem;
    display: block;
    background: url('../img/newsCenter/breadbanner2.png');
    background-size: 100% 100%;
    position: absolute;
    left: -1.87rem;
}

.newsC {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 0.69rem !important;
    margin-bottom: 1.55rem !important;
    border: 0.01rem solid rgba(112, 112, 112, 0.5);
}
.nsbox{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.newsC .nsLeft {
    width: 6.5rem;
    height: 4.5rem;
}

.newsC .nsRight {
    width: calc(100% - 7.58rem);
    /* margin-left: 1.08rem; */
    overflow: hidden;
    height: 4.5rem;
}

.newSwiper {
    width: 100%;
    height: 100%;
}

.newSwiperTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    margin-top: 0.7rem;
    margin-bottom: 0.36rem;
}

.newSwiperContent {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.35rem;
    max-height: 1.8rem;
    overflow: hidden;
    padding-right: 1.42rem;
}

.newsC .ljgd {
    z-index: 1;
    width: 2.1rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #284FAD;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.17rem;
    color: #284FAD;
    position: absolute;
    bottom: 0.61rem;
}
/*.newsC .ljgd:hover{*/
   
/*    background: #284FAD;*/
/*}*/
.baibut{
    display: none;
}
.newsC .ljgd:hover .baibut{
    display: block !important;
}
.newsC .ljgd:hover .lanbut{
    display: none;
}
.newsC .ljgd:hover a{
     color: #FFFFFF!important;
}
.newsC .ljgd a {
    color:#284FAD;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.27rem;
}

.newsC .ljgd img {
    width: 0.36rem;
    height: 0.36rem;
}

.newsC .newSwiper {
    position: relative;
}

.newsC .swiper-pagination {
    position: absolute;
    right: 0.51rem !important;
    left: auto !important;
    width: auto !important;
    bottom: 0rem !important;
}

.newsC .swiper-pagination-bullet {
    width: 0.17rem;
    height: 0.08rem;
    background: #284FAD;
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    opacity: 1 !important;
}

.newsC .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.08rem;
    background: #C01920;
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
}

.newsList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.26rem !important;
}

.newL {
    width: 3.78rem;
    height: 4.8rem;
    background: #FFFFFF;
    border: 0.01rem solid #D9D9D9;
    margin-right: 0.25rem;
    border-radius: 0.1rem;
    margin-bottom: 0.53rem;
    transition: 0.3s all;
}

.newL:hover {
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.25);
    border: 0.01rem solid #D9D9D9;
}

.newL .jjmore img {
    cursor: pointer;
    transition: 0.3s all;
    
}

.newL:hover .jjmore img {
    content: url('../img/newsCenter/right2.png');
}

.newLImg {
    width: 3.8rem;
    height: 2.1rem;
    border-radius: 0.1rem 0.1rem 0 0;
    overflow: hidden;
}

.newLImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newL:nth-child(4n) {
    margin-right: 0;
}

.newLTitle {
    color: #000000;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    margin-top: 0.42rem;
    margin-bottom: 0.25rem;
    
    min-height: 0.52rem;
}

.jj {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.23rem;
    /*margin-bottom: 0.46rem;*/
    margin-bottom: 0.1rem;
    
    min-height: 0.46rem;
}

.newTime{
    margin-bottom: 0.13rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.23rem;
}

.newSwTime{
    position: absolute;
    bottom: 1.51rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.23rem;
}

.jjmore {
    width: 0.43rem;
    height: 0.43rem;
    margin: 0 auto;
}

.newLCen {
    padding: 0 0.4rem;
}

.newsVideo .nsLeft {
    position: relative;
}

.newsVideo .nsLeft .videoStart {
    width: 0.81rem;
    height: 0.81rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsVideoList .newLImg {
    position: relative;
}

.newsVideoList .videoStart {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsvL {
    width: 4.2rem;
    height: 0.55rem;
    margin: 0 auto;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 1rem 1rem 1rem 1rem;
    margin-top: 0.2rem;
}

.newsvL .newsvLl {
    width: 2.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.55rem;
    text-align: center;
    cursor: pointer;
}

.newsvL .newsvLl.active {
    font-weight: bold;
    color: #284FAD;
    position: relative;
}

.newsvL .newsvLl.active::after {
    content: '';
    width: 1rem;
    height: 0.05rem;
    display: block;
    background: rgb(192, 25, 32, 0.8);
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.newsvL .newsvLl:hover {
    font-weight: bold;
    color: #284FAD;
    position: relative;
}

.newsvL .newsvLl:hover::after {
    content: '';
    width: 1rem;
    height: 0.05rem;
    display: block;
    background: rgb(192, 25, 32, 0.8);
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.newsVideold {
    display: flex;
    margin-bottom: 0.58rem !important;
}

.newsVideoL {
    width: 1.65rem;
    height: 0.5rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-right: 0.23rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.2rem;
    color: #000000 !important;
    line-height: 0.5rem;
    text-align: center;
    cursor: pointer;
    transition: 0.3s all;
}

.newsVideoL.active {
    background: linear-gradient( 180deg, #284FAD 0%, #1E9DDF 100%);
    font-weight: bold;
    color: #FFFFFF !important;
}

.newsVideoL:hover {
    background: linear-gradient( 180deg, #284FAD 0%, #1E9DDF 100%);
    font-weight: bold;
    color: #FFFFFF !important;
}

.newsVideo {
    margin-bottom: 0.47rem !important;
    margin-top: 0.64rem !important;
}

.otheral {
    display: flex;
    justify-content: space-between;
}

.otheral div {
    width: 2.1rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid rgba(51, 51, 51, 0.3);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.17rem;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.otheral div:hover {
    color: #284FAD;
    border: 0.01rem solid #284FAD;
}

.otheral div img {
    width: 0.36rem;
    height: 0.36rem;
}

.otheral .otheralPer img {
    margin-right: 0.35rem;
    margin-left: 0.1rem;
    transform: rotate(-180deg);
}

.otheral .otheralPer:hover img {
    content: url('../img/solution/left1.png');
    transform: rotate(0deg);
}

.otheral .otheralNext {
    justify-content: right;
}

.otheral .otheralNext:hover img {
    content: url('../img/solution/left1.png');
    transform: rotate(-180deg);
}

.otheral .otheralNext img {
    margin-right: 0.1rem;
    margin-left: 0.35rem;
}

.newDetails {
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem !important;
    margin-bottom: 1rem !important;
}

.newDetails .newsDtailsLeft {
    width: calc(100% - 5rem);
}

.newsDt {
    margin-bottom: 0.59rem;
        overflow: hidden;
}

.newsDtailsRight {
    width: 4.1rem;
}

.newsDtailsRight .newsDtailsRightT {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #284FAD;
}

.newsDtailsRight .newsDtailsRightH {
    width: 100%;
    border: 0.01rem solid #284FAD;
    margin-top: 0.17rem;
    margin-bottom: 0.68rem;
}

.newsDtailsRight .nDRL {
    height: 3.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.15);
    border-radius: 0.13rem 0.13rem 0rem 0rem;
}

.newsDtailsRight .nDRLl {
    width: 4.1rem;
    height: 2.28rem;
}

.newsDtailsRight .nDRLl img {
    width: 100%;
    height: 100%;
}

.newsDtailsRight .nDRLc {
    padding: 0.34rem 0.32rem 0.29rem 0.32rem;
}

.newsDtailsRight .nDRL .time {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}

.newsDtailsRight .nDRL .nDRLcon {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.19rem;
    color: #333333;
    line-height: 0.3rem;
}

.newsDtailsRight .nDRL .nDRLcon a {
    color: #000;
}


/* jia */

.searcha-text {
    margin-top: 0.67rem;
    margin-bottom: 0.58rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #6E6E6E;
}

.searcha-text span {
    font-weight: bold;
    color: #284FAD;
}

.search-article .newsCenter .newsList {
    margin-bottom: 0 !important;
}

.search-article {
    padding-bottom: 1.21rem;
}

.search-produt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-produt .comProItem:nth-child(4n) {
    margin-right: 0.3rem;
}

.search-produt .comProItem:nth-child(5n) {
    margin-right: 0;
}
.d1{
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}
.d1>div{
    width: 16rem;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.d1-fx1{
    display: flex;
    gap: 0.2rem;
    padding-right: 10.4rem;
    margin-top: 0.64rem;
    margin-bottom: 0.58rem;
}
.d1-fx1>div{
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    padding: 0.12rem 0.42rem;
    height: 0.55rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.d1-fx1>div>p{
    margin: 0;
    white-space: nowrap;
}
.d1-active{
    background: linear-gradient( 180deg, #284FAD 0%, #1E9DDF 100%) !important;
    color: #FFFFFF !important;
}
.d1-fx2{
    display: flex;
    flex-direction: column;
    gap: 0.53rem;
}
.d1-fx2>div{
    display: flex;
    gap: 0.27rem;
}
.d1-fx2>div>div{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 0.01rem solid #D9D9D9;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 0.53rem;border-radius: 3% 3% 3% 3%;
}
.fx2-i1{
    width: 3.8rem;
    height: 2.1rem;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 3% 3% 0 0;
}
.fx2-i1>img{
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.fx2-d1{
    display: flex;
    flex-direction: column;
    justify-content: center;
   align-items: center;
    padding: 0 0.4rem;
    gap: 0.2rem;
    margin-top: 0.4rem;
}
.fx2-d1>p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
    width: 3rem;
    height: 0.53rem;
}
.fx2-d1>span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden; /* 确保超出的内容会被裁剪 */
    text-overflow: ellipsis;
    width: 3rem;
    height: 0.44rem;
}
.fx2-d1>div{
    margin-bottom: 0.3rem;
}
.d1-fx2>div>div:hover{
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.35);
}
.d1-fx2>div>div:hover>.fx2-i1>img{
   transform: scale(1.1);
}
.d2{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.v1{
    width: fit-content;
    background: #fff;
    margin: 0 auto;
    margin-top: 0.5rem;
    box-sizing: border-box;
    padding: 0.18rem 0.25rem 0.3rem 0.25rem;
}
.v2{
    display: flex;
    flex-direction: column;
}
.v2>p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.28rem;
}
.v2>div{
    width: 11.5rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v2>div>img{
    width: 0.7rem;
    height: 0.7rem;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.v3{
    position: absolute;
    margin: auto;
    top: 8.57rem;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.v3>img{
    width: 0.63rem;
    height: 0.63rem;
}
.v-tab:active >.d2 {
    display: block;
}
video{
    max-width: 11.5rem;
    height: 7rem;
    object-fit: cover;
}

@media only screen and (max-width:1024px){
    .rightBread{
        position: static;
        width: 7rem;
        margin: 0 auto;
    }
    .newL{
        margin-right: 0;
            width: 3.4rem;
    }
    .newLImg{
        width: auto;
    }
    .newsList{
            justify-content: space-between;
    }
    .newsC .nsLeft {
    width: 3.5rem;
    height: 2.5rem;
    align-self: center;
    }
    .newsC .nsRight{
            width: calc(100% - 3.5rem);
                height: 3.6rem;
    }
    .newSwTime{
            margin-left: 0.2rem;
    position: inherit;
    }
    .jj{
        min-height: 0;
    }
    .newSwiperTitle{
         -webkit-line-clamp: 2;
             white-space: normal;
             margin-left: 0.2rem;
             margin-bottom: 0;
             margin-top: 0.45rem;
    }
    .newSwiperContent{
        margin-left: 0.2rem;
        padding-right: 0;
         -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0.1rem;
    }
    .newsC .ljgd{
        margin-left: 0.2rem;
    }
    .nsbox{
        padding-right: 0.1rem;
    }
    .newDetails{
        flex-direction: column;
    }
    .newDetails .newsDtailsLeft{
        width: 100%;
    }
    .newsDtailsRight{
        margin-top: 0.2rem;
    }
    .newsDtailsRight .nDRLl{
        width: auto;
    }
    .newsDtailsRight{
        width: 3.1rem;
    }
    .d1>div{
        max-width: 7rem;
    }
    .d1-fx1{
        width: 100%;
        flex-wrap: wrap;
            justify-content: space-between;
            padding-right: 0;
    }
    .d1-fx2>div{
            flex-wrap: wrap;
            justify-content: space-between;
    }
    .fx2-i1{
            width: 3.2rem;
    }
    .fx2-d1{
        padding: 0 0.1rem;
    }
    .v1{
        margin-top: 3.5rem;
        width: 98%;
    }
    .v1P{
            margin-top: 3.5rem;
    }
    video{
        max-width: 6.5rem;
        height: 5rem;
            object-fit: contain;
    }
    .v2>div{
            width: auto;
    height: 5rem;
    }
    .v2>p{
        font-size: 0.22rem;
        margin-bottom: 0.2rem;
    }
    /*.v3{
        top: -52%;
    left: 89%;
    }*/
}









/* jia */