.js_rdItem {
    display: none;
}

.rdDl {
    min-height: 50vh;
    padding: 14px 2%;
}

/* == */

/* < !-- 研发能力 --> */
.proBor {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.yfa {
    position: relative;
}

.yfaText .mwTit {
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
}

.mwTit img {
    width: 20px;
    margin-right: 10px;
}

.mwTit.center {
    text-align: center;
}

.yfTit {
    margin-bottom: 24px;
}

.yfTit span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #333;
}

.yfaBox {
    width: 100%;
    margin-top: 14px;
    padding: 50px 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    display: none;
}

.yfaBox::after {
    content: '';
    width: 79%;
    height: 1px;
    border-bottom: 1px dashed #0A4680;
    position: absolute;
    left: 11%;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    z-index: -1;
}


.yfaItem {
    width: calc(25% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.yfa_p {
    width: 100%;
    text-align: center;
    transition: all .48s;
}

.yfa_p i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #0A4680;
    padding: 15px;
    position: relative;
    transition: all .68s;
}

.yfa_p i::after {
    content: '';
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 1px dashed transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zhuan 500s linear infinite;
}

@keyframes zhuan {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    50% {
        transform: translate(-50%, -50%) rotate(3600deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0);
    }
}

.yfa_p i img {
    width: 30px;
    transition: all .48s;
}

.yfa_p i img.img2 {
    display: none;
}

.yfa_p span {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #0A4680;
    background: #fff;
    border-radius: 50%;
    margin: 20px auto 25px;
    position: relative;
    transition: all .48s;
}

.yfa_p span::after {
    content: '';
    width: 140%;
    height: 140%;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.yfa_p p {
    min-height: 82px;
    font-size: 15px;
    color: #666;
}


.yfaItem.on .yfa_p i {
    width: 85px;
    height: 85px;
    padding: 25px;
    background: #0A4680;
}

.yfaItem.on .yfa_p i::after {
    border-color: #0A4680;
}

.yfaItem.on .yfa_p i img {
    width: 40px;
}

.yfaItem.on .yfa_p i img.img1 {
    display: none;
}

.yfaItem.on .yfa_p i img.img2 {
    display: block;
}

.yfaItem.on .yfa_p span {
    width: 18px;
    height: 18px;
    background: #0A4680;
    margin: 30px auto 20px;
}

.yfaItem.on .yfa_p span::after {
    border-color: #0A4680;
}

.yfaItem.on .yfa_p p {
    font-weight: 500;
    color: #0A4680;
}

/*  */

.yfaXq {
    margin-top: 30px;
}

.yfaLi {
    display: none;
}

.yfaLi:first-child {
    display: block;
}

.yfaText_top {
    display: flex;
    flex-wrap: wrap;
}

.yfaText_top p {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-top: 14px;
}

/* .yfaText_top img {
    width: 60%;
    object-fit: contain;
    margin: 10px auto;
} */


.js_yfaText_topImg{
    width: 60%;
    margin: 10px auto;
}

.yfaText_topImg{
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.yfaText_topImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}


.yfaText_bot span {
    font-size: 20px;
    color: #333;
    display: block;
    margin-top: 20px;
    padding: 14px 0;
}

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

.cxUl .cxLi {
    width: calc(50% - 10px);
    min-height: 146px;
    margin-bottom: 20px;
    padding: 20px 15px 50px;
    border-radius: 12px;
    background: rgb(10 70 128 / 5%);
    position: relative;
}

.cxUl .cxLi span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.cxUl .cxLi p {
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

.cxUl .cxLi p::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 12px;
}

.cxUl .cxLi b {
    display: block;
    color: rgb(188 202 220 / 32%);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;

    position: absolute;
    right: 15px;
    bottom: 15px;
}





/* == */

.rdJd dl {
    display: flex;
    margin-bottom: 28px;
    background: #f5f5f5;
    border-radius: 50px;
    position: relative;
}

.rdJd dl::after {
    content: '';
    width: 33.33%;
    height: 100%;
    background: #0A4680;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.rdJd dl.left0::after {
    left: 0;
}

.rdJd dl.left1::after {
    left: 33.33%;
}

.rdJd dl.left2::after {
    left: 66.66%;
}

.rdJd dl dd {
    flex: 1;
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    z-index: 2;
}

.rdJd dl dd.on {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}


.rdJdItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

/* .rdJdItem.on{
                                display: flex;
                            } */

.rdJdImgWarp {
    width: 45%;
    overflow: hidden;
    position: relative;
}

.rdJdImgWarp .swiper-container {
    width: 100%;
}

.rdJdImg {
    width: 100%;
    padding-top: 82%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.rdJdImg img,
.rdJdImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.bFan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.bFan svg {
    width: 40px;
    height: 40px;
}

.rdJd_top {
    z-index: 2;
    margin-bottom: 10px;
}

.rdJd_top b {
    color: #0a4680;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.rdJd_top span {
    color: #222;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}

.rdJd_top p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    display: block;
}


/*  */

.rdJdText {
    width: 50%;
}

.rdJdLi {
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* .rdJd_icon{
                                width: 68px;
                                height: 68px;
                                border-radius: 50%;
                                background: #0a4680;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }

                            .rdJd_icon svg{
                                width: 55%;
                                height: 55%;
                            } */

.rdJd_div {
    width: 100%;
}

.rdJd_div span {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #0A4680;

    position: relative;
}

.rdJd_div span img {
    width: 22px;
    margin-right: 10px;
}

.rdJd_zk {
    margin-top: 10px;
}

.rdJd_div p {
    font-size: 15px;
    position: relative;
    padding-left: 32px;
}

.rdJd_div p::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 9px;
}

/*  */

.rdJdBut_a {
    width: 40px;
    height: 40px;
    /* border: 1px solid #ddd; */
    background: #fff;
    opacity: .68;
    pointer-events: visible;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .48s;
}

.rdJdBut_a.next {
    right: 5%;
}

.rdJdBut_a.prev {
    left: 5%;
    transform: translateY(-50%) rotateY(180deg);
}

/* .rdJdBut_a.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
} */

.rdJdBut_a:hover {
    opacity: 1;
}

.js_rdItem .proTxt span {
    margin-bottom: 10px;
}

.js_rdItem .proTxt p {
    margin-top: 5px;
}

/* == */

.yfaText_top.W100 p {
    width: 100%;
}

.yfaText_top.W100 .js_yfaText_topImg {
    width: 60%;
    margin: 10px auto;
}

.yfaXq .yfaLi h6 {
    display: flex;
    align-items: flex-start;
    margin-top: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.yfaXq .yfaLi h6 img{
    width: 20px;
    margin-right: 10px;
}

.mwTxt {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-top: 14px;
}

.yfaXq .mwSpan {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    line-height: 1.4;
    display: block;
    padding: 14px 0;
}

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

.cxJsptItem {
    width: calc(25% - 15px);
    background: #f5f5f5;
    border-radius: 0 0 12px 12px;
}

.cxJsptItem span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background: #0A4680;
    border-radius: 12px 12px 0 0;
}

.cxJsptItem_p {
    padding: 20px 20px 30px;
}

.cxJsptItem p {
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

.cxJsptItem p::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 12px;
}

.cxJsptItem p b {
    font-size: 15px;
    font-weight: 600;
}


/*  能力响应 == */

@media (max-width: 1680px) {

    .yfaItem {
        width: calc(25% - 20px);
    }

    .cxUl .cxLi {
        padding: 20px 15px 50px;
        font-size: 14px;
    }

    .cxUl .cxLi p {
        font-size: 14px;
    }

    .cxUl .cxLi:last-child {
        margin-right: 0;
    }

    .yfa_p i {
        width: 50px;
        height: 50px;
    }

    .yfaItem.on .yfa_p i {
        width: 75px;
        height: 75px;
    }

    .yfa_p i::after {
        width: 90px;
        height: 90px;
    }

    .yfa_p i img {
        width: 25px;
    }

    .yfaItem.on .yfa_p i img {
        width: 35px;
    }

    .yfa_p p {
        line-height: 1.6;
        min-height: 90px;
    }

    .yfaBox::after {
        width: 78%;
        top: calc(50% - 4px);
    }
}

@media (max-width: 1480px) {

    .yfaText_top p {
        line-height: 2.1;
    }

    /*  */

    .cxUl .cxLi {
        /* flex: none;
        width: calc(50% - 8px); */
        min-height: 160px;
    }

    /* .cxUl .cxLi:nth-child(2n) {
        margin-right: 0;
    } */

    .cxJsptItem p,
    .cxJsptItem p b {
        font-size: 15px;
    }
}

@media (max-width: 1368px) {

    .mwList.fixed {
        left: 7%;
    }

    .yfa_p p {
        min-height: 78px;
        font-size: 14px;
        line-height: 1.4;
    }

    .yfaBox {
        padding: 40px 0 30px;
    }

    .yfaBox::after {
        top: calc(50% + 8px);
    }

    
}

@media (max-width: 1280px) {

    .yfaBox {
        padding: 30px 0 30px;
    }

    .yfaBox::after {
        top: calc(50% - 5px);
    }

    .yfaText_top p {
        font-size: 13px;
    }

    .yfa_p i {
        width: 40px;
        height: 40px;
    }

    .yfa_p i img {
        width: 20px;
    }

    .yfa_p i::after {
        width: 68px;
        height: 68px;
    }

    .yfaItem.on .yfa_p span {
        width: 14px;
        height: 14px;
    }

    .yfaItem.on .yfa_p i {
        width: 50px;
        height: 50px;
    }

    .yfaItem.on .yfa_p i img {
        width: 30px;
    }

    .yfa_p span {
        margin: 10px auto 10px;
    }

    .yfaItem.on .yfa_p span {
        margin: 20px auto 10px;
    }

    .yfa_p p {
        font-size: 13px;
        min-height: 75px;
        line-height: 1.4;
    }


    .yfaXq {
        margin-top: 10px;
    }

    .yfaText .mwTit,
    .yfaText_bot span {
        font-size: 18px;
    }

    .cxUl .cxLi{
        font-size: 12px;
        padding: 20px 14px 50px;
    }
    
    .cxUl .cxLi b {
        font-size: 18px;
    }

    .cxUl .cxLi span {
        font-size: 16px;
    }

    .cxUl .cxLi p {
        font-size: 12px;
        padding-left: 10px;
    }
    .cxUl .cxLi p i{
        font-size: 12px;
    }

    .cxUl .cxLi p::after {
        top: 8px;
    }

    .yfaXq .yfaLi h6 {
        margin-top: 30px;
        font-size: 18px;
    }

    .yfaXq .yfaLi h6 img {
        width: 20px;
    }

    .yfaXq .mwSpan {
        font-size: 18px;
        margin-top: 10px;
    }

    /*  */

    .cxJsptItem p,
    .cxJsptItem p b {
        font-size: 12px;
    }

    .cxJsptItem span {
        font-size: 14px;
    }

    .cxJsptItem_p {
        padding: 15px 15px 20px;
        padding-left: 10px;
    }

    .cxJsptItem p::after {
        top: 7px;
    }
}


@media (max-width: 1024px) {

    .yfaItem {
        width: calc(25% - 10px);
    }

    .yfa_p p {
        font-size: 12px;
        min-height: 68px;
    }

    .yfaItem.on .yfa_p p {
        font-weight: 500;
    }

    .yfaText_top {
        flex-wrap: wrap;
    }

    .yfaText_top p {
        width: 100%;
        margin-bottom: 14px;
    }

    .yfaText_top img {
        width: 100%;
    }

    /*  */

    .cxUl .cxLi {
        min-height: 130px;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    /*  */

    .cxJsptItem span {
        padding: 10px 0;
    }

    .cxJsptItem {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    /* 新增 */

    .js_yfaText_topImg,
    .yfaText_top.W100 .js_yfaText_topImg {
        width: 100%;
    }
}


@media (max-width: 900px) {
    .rdDl {
        padding: 14px 0%;
    }

    .yfaBox{
        display: flex;
    }

    .mwList a{
        text-align: center;
        padding: 6px 0;
    }

    /* 创新平台 */

    .yfa .indTit {
        margin-bottom: 28px;
    }
}

@media (max-width: 580px){
    .yfa_p p {
        font-size: 10px;
        min-height: 84px;
    }
    .yfaBox::after {
        top: calc(50% - 10px);
    }

    /*  */

    .cxUl.w100 .cxLi {
        width: 100%;
    }

}

@media (max-width: 480px){
    .mwList a{
        padding: 4px 0;
    }


    .yfaItem {
        width: calc(25% - 2px);
    }

}


/* 基地响应  == */

@media (max-width: 1480px) {

    .rdJd_top span {
        font-size: 21px;
    }

    .rdJd_div span {
        font-size: 18px;
    }

    .rdJd_top p,
    .rdJd_div p {
        font-size: 14px;
    }

    .rdJd_div span img {
        width: 20px;
    }

    .rdJd_div p{
        padding-left: 30px;
    }
    .rdJd_div p::after{
        top: 8px;
    }
}

@media (max-width: 1280px) {

    .mwRig {
        width: calc(100% - 210px);
    }

    /*  */

    .rdJd_top span {
        font-size: 18px;
    }

    .rdJd_div span img {
        width: 18px;
    }
    .rdJd_div p{
        padding-left: 28px;
    }

    .rdJd_div span {
        font-size: 16px;
    }

    .rdJd_top p,
    .rdJd_div p {
        font-size: 13px;
    }

    .rdJdImg {
        padding-top: 96%;
    }
}

@media (max-width: 1200px) {
    .rdJd_top {
        margin-bottom: 10px;
    }

    .rdJd_zk {
        margin-top: 0px;
    }
}

@media (max-width: 900px) {
    .mwRig {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .rdJdItem {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .rdJdItem:last-child {
        margin-bottom: 0;
    }

    .rdJdImgWarp {
        width: 100%;
        margin-bottom: 20px;
    }

    .rdJdImg {
        padding-top: 84%;
    }

    .rdJdText {
        width: 100%;
    }
}