.nylinrto {
    padding: .5rem .5rem .6rem .5rem;
    background: url(../images/nylinrto.png) no-repeat;
    background-position: right top;
    background-size: cover;
}

.nylinrto h3 {
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.36rem;
    color: #333333;
    position: relative;
    padding-left: .2rem;
}

.nylinrto h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.04rem;
    background-image: linear-gradient(0deg, #0973e7 0%, #0ebdaf 100%);
}

.nylinrto div {
    margin-top: .3rem;
}

.nylinrto div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #4f4f4f;
    opacity: 0.8;
}

.yjs-tit2 {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: .25rem;
    margin-bottom: .3rem;
}

.yjs-tit2::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 0.02rem;
    background-color: #0975e5;
}

.yjs-tit2::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 0.02rem;
    background-color: #0975e5;
}

.yjs-tit2 h3 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.32rem;
    color: #0975e5;
    margin: 0 .4rem;

}

/* 技术清单 */

.consult-icos {}

.consult-icos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consult-icos ul li {
    width: 18.5%;
    width: 14%;
    position: relative;
}

.consult-icos ul li a {
    display: flex;
    height: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(0deg, #fff 0%, #e7f1fd 100%);
    border: solid 0.01rem #e7f1fd;
    position: relative;
    transition: all 0.5s;

}

.consult-icos ul li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    height: 0.03rem;
    background-image: linear-gradient(90deg,
            #0973e7 0%,
            #0ebdaf 100%),
        linear-gradient(0deg,
            #000000 0%,
            #e7f1fd 100%);
    background-blend-mode: normal,
        normal;
    border: solid 0.01rem #e7f1fd;
    opacity: 0;
}

.consult-icos ul li a .icon {
    height: .65rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.consult-icos ul li a .icon img {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.consult-icos ul li a .icon img:nth-child(1) {
    display: block;
}

.consult-icos ul li a p {
    text-align: center;
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.32rem;
    letter-spacing: 1px;
    color: #000000;
    margin-top: .1rem;
}

.consult-icos ul li:hover::after {
    opacity: 1;
    transform: translateY(-.06rem);
}

.consult-icos ul li:hover a,
.consult-icos ul li.on a {
    transform: translateY(-.13rem);
    background-image: linear-gradient(90deg, #0973e7 0%, #0ebdaf 100%)
}

.consult-icos ul li:hover a .icon img,
.consult-icos ul li.on a .icon img {
    display: block;
}

.consult-icos ul li:hover a .icon img:nth-child(1),
.consult-icos ul li.on a .icon img:nth-child(1) {
    display: none;
}

.consult-icos ul li:hover a p,
.consult-icos ul li.on a p {
    color: #fff;
}

.consult-con {
    display: flex;
    align-items: flex-start;
    margin-top: .6rem;
}

.consult-cl {
    width: 3rem;
    margin-right: .85rem;
    background: #f6f9fe url(../images/consult-lbg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.consult-cl ul {
    padding: .32rem .25rem .9rem .25rem;
}

.consult-cl ul li {
    position: relative;
    border-bottom: 1px solid #e5e9ef;
}

.consult-cl ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.5s;
}

.consult-cl ul li::after {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.25rem;
    height: 0.09rem;
    background-image: linear-gradient(92deg, #0971e8 0%, #0ec1ac 100%);
    opacity: 0;
}

.consult-cl ul li a {
    display: block;
    padding: .1rem .47rem;
    margin-right: -.43rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 1px;
    color: #4f4e4e;
    position: relative;
}

.consult-cl ul li a::after {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: 50%;
    right: 0.1rem;
    transform: translateY(-50%);
    background: url(../images/pubnav-rgt.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
    transition: all 0.3s;
    opacity: 0;
}

.consult-cl ul li a:hover {
    color: #0971e8;
}

.consult-cl ul li.active::after {
    opacity: 1;
}

.consult-cl ul li.active a {
    background-image: linear-gradient(92deg, #0971e8 0%, #0ec1ac 100%);
    box-shadow: 5px 11px 9px 0px rgba(0, 86, 161, 0.16);
    color: #ffffff;
    font-weight: 600;
    padding-left: .55rem;
}

.consult-cl ul li.active a::after {
    opacity: 1;
}

.consult-cr {
    flex: 1;
    min-width: 0;
    padding-top: .3rem;
}

.consult-cr ul li {
    position: relative;
    /* border-left: .05rem solid #0975e5; */
    margin-top: .05rem;
    transition: all 0.5s;
}

.consult-cr ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f8fafc;
    z-index: -2;
    transition: all 0.5s;
}

.consult-cr ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    box-shadow: 5px 11px 9px 0px rgba(0, 86, 161, 0.16);
    transition: all 0.5s;
    background: #0975e5;
    opacity: 0;
    z-index: -2;
}

.consult-cr ul li a {
    display: block;
    padding-left: .35rem;
    padding-right: .2rem;
    font-size: 0.16rem;
    line-height: 0.5rem;
    font-weight: normal;
    letter-spacing: 0.01rem;
    color: #4f4f4f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 3;
    border-left: .05rem solid #0975e5;
}

.consult-cr ul li div{
    background: #fff;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .3rem;
    letter-spacing: 0px;
    color: #0975e5;
    padding: .1rem .6rem;
    display: none;
}
.consult-cr ul li div p{}

.consult-cr ul li:hover {
    margin-left: -.05rem;
}

.consult-cr ul li:hover a {
    border-color: #0ebcb0;
}

.consult-cr ul li:hover a::after {
    width: 100%;
    opacity: 1;
}

.consult-cr ul li:hover a {
    color: #fff;
}

/* 视频落地页 */
.videopage {
    display: flex;
}

.videop-l {
    flex: 1;
    min-width: 0;
}

.videop-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.videop-tit h3 {
    flex: 1;
    min-width: 0;
    background: url(../images/icon-play2.png) no-repeat;
    background-position: left center;
    background-size: .4rem auto;
    padding-left: .5rem;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: .4rem;
    color: #000000;
}

.videop-tit span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #4f4f4f;
}

.videop-media {
    position: relative;
    margin-top: .2rem;
}

.videop-media video {
    display: block;
    width: 100%;
    height: 6.1rem;
    object-fit: cover;
}

.videop-media .videop-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.62rem;
    height: 0.62rem;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/icon-play3.png) no-repeat;
    background-position: center center;
    background-size: .62rem auto;
    cursor: pointer;
}

.videop-info {
    background-color: #ffffff;
    box-shadow: 6px 17px 19px 2px rgba(11, 60, 122, 0.03);
    margin: -.15rem -.15rem 0 -.15rem;
    padding: .35rem 1rem 0.25rem .5rem;
}

.videop-info p {
    padding-left: .3rem;
    border-left: 1px solid rgba(0, 0, 0, .5);
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #4f4f4f;
}


.inmore.w a {
    color: #fff
}

.inmore a {
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .22rem;
    margin-right: .24rem;
    margin-top: .26rem;
}

.inmore a img {
    height: .06rem;
    margin-left: .05rem;
    pointer-events: none;
    user-select: none;
    transition: all 0.5s;
}


.lin-txt {
    display: inline-block;
    background: linear-gradient(45deg, #016ff3, #00c3a5);
    -webkit-background-clip: text;
    color: transparent;
    background: transparent\0;
    color: #1889e2\0;
}

@media screen and (min-width: 1025px) {
    .inmore a:hover img {
        transform: translateX(.05rem);
    }
}
.videop-r {
    width: 4.34rem;
    margin-left: 0.7rem;
    padding: .3rem 0 .17rem 0;
    margin-top: .2rem;
    background-image: linear-gradient(0deg, 
  #ecf0f7 0%, 
  rgba(24, 144, 220, 0.13) 100%);
    box-shadow: 0.6rem .17rem .19rem .02rem rgba(11, 60, 122, 0.03);
    background-image: linear-gradient(180deg,   rgba(24, 144, 220, 0.13),   #ffffff);
}

.videop-r>h3 {
    font-family: OPPOSans-M;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #000000;
    position: relative;
    padding-left: .2rem;
    margin: 0 .24rem;
}

.videop-r>h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.04rem;
    background-image: linear-gradient(0deg, #0973e7 0%, #0ebdaf 100%);
}

.videop-r ul {
    margin-top: .19rem;
}

.videop-r ul li {
    position: relative;
    padding: 0.06rem .3rem;
}
.videop-r ul li::before{
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(
  #ffffff, 
  #ffffff);
    opacity: 0;
    box-shadow: 0px 0.04rem 0.22rem 0.05rem rgba(5, 5, 41, 0.68);
    transition: all 0.6s;
    transform: rotateX(90deg);
    z-index: 1;
}
.videop-r ul li:hover::before{
    opacity: 0.08;
    transform: rotateX(0deg);
}
.videop-r ul li:nth-child(1) {
    margin-top: 0;
}

.videop-r ul li a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.videop-r ul li a .pics {
    width: 1.88rem;
    margin-right: .15rem;
}

.videop-r ul li a .pics .pic {
    padding-top: 56%;
    background: #000;
}

.videop-r ul li a .pics .pic div {
    opacity: .6;
}

.videop-r ul li a .pics .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .24rem;
}

.videop-r ul li a:hover .pics .pic div {
    opacity: 1;
}

.videop-r ul li a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column-reverse;
}

.videop-r ul li a .info span {
    display: block;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.25rem;
    color: #4f4f4f;
    margin-top: .25rem;
}

.videop-r ul li a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.25rem;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .5rem;
}

.videop-r ul li a:hover .info h3 {
    color: #0975e5;
}


/* 实验中心 */
.textsy {
    display: flex;
    align-items: center;
    background: url(../images/textsy-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 4.49rem;
}

.textsy-l {
    position: relative;
    width: 8.65rem;
    display: flex;
    flex-direction: column;
    padding-right: 3rem;
    height: 100%;
    justify-content: center;
    padding-left: .5rem;
}

.textsy-l::before {
    content: "";
    position: absolute;
    left: .2rem;
    top: .2rem;
    right: .2rem;
    bottom: .2rem;
    background: url(../images/textsy-lbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.textsy-l h3 {
    position: relative;
    z-index: 9;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    border-left: 0.04rem solid #fff;
    padding-left: .14rem;
    margin-bottom: .25rem;
    width: 100%;
}

.textsy-l p {
    position: relative;
    z-index: 9;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #FFFFFF;
    padding-left: .18rem;
    width: 100%;
}

.textsy-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 9;
    padding: .3rem .2rem;
    height: 100%;
}

.textsy-r div {
    margin-left: -3rem;
    height: 100%;
}

.textsy-r img {
    display: block;
    width: 100%;
    height: 100%;
}

.textsy-text {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.textsy-text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #4F4F4F;
    text-indent: 2em;


    position: relative;
    text-indent: 2em;
    text-align: justify;
    font-size: 0.18rem !important;
    color: #000;
    line-height: .3rem !important;
    margin-top: 0.5rem !important;
    margin-top: 0.1rem !important;
    font-family: "oppo" !important;
}


.center-fc {
    display: flex;
}

.center-fcl {
    width: 35%;
}

.center-fcl a .pic {
    padding-top: 134.5%;
}

.center-fcr {
    flex: 1;
    min-width: 0;
}

.center-fcr ul {
    display: flex;
    flex-wrap: wrap;
}

.center-fcr ul li {
    margin-left: 2%;
    width: 48%;
    margin-top: 2%;
}

.center-fcr ul li a .pic {
    padding-top: 71%;
}

.center-fcr ul li:nth-child(1) {
    width: 100%;
    margin-top: 0;
}

.center-fcr ul li:nth-child(1) a .pic {
    padding-top: 37%;
}

.center-fc a {
    display: block;
    position: relative;
}

.center-fc a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6968;
    height: 0.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}



@media screen and (max-width: 1024px) {
    .nylinrto h3 {
        font-size: .26rem;
    }

    .nylinrto {
        padding: .3rem .2rem;
    }

    .consult-con {
        display: block;
        margin-top: .35rem;
    }

    .consult-cl {
        width: auto;
        margin-right: 0;
    }

    .consult-cl ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .consult-icos ul li a {
        height: .6rem;
        margin-top: .05rem;
    }

    .consult-icos ul li a .icon {
        height: 0.4rem;
    }

    .consult-icos ul li a p {
        font-size: .18rem;
    }

    .consult-icos ul {}

    .consult-icos ul li {
        width: 49.5%;
    }

    .consult-icos ul li a {
        flex-direction: row;
    }

    .consult-icos ul li a .icon {
        margin-right: .1rem;
        width: 0.4rem;
    }

    .consult-icos ul li a p {
        margin-top: 0;
    }

    .consult-cl ul li {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .consult-cl ul li a {
        padding: 0.1rem .15rem;
        margin-right: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .consult-cl ul li.active a {
        padding-left: .15rem;
    }

    .consult-cl ul li::after {
        display: none;
    }

    .consult-cl ul li a::after {
        right: 0;
    }

    .consult-cr ul li a {
        padding-left: .2rem;
    }

    .videopage {
        display: block;
    }

    .videop-r {
        width: auto;
        margin-left: 0;
        margin-top: .2rem;
    }

    .videop-r ul li {
        margin-top: .2rem;
    }

    .videop-r ul li a .pics {
        width: 1.6rem;
    }

    .videop-info {
        margin: 0;
        padding: 0.2rem;
    }

    .videop-info p {
        padding-left: .2rem;
    }

    .videop-media video {
        height: auto;
    }

    .videop-media .videop-btn {
        width: 0.4rem;
        height: 0.4rem;
        background-size: 100% 100%;
    }

    .videop-tit h3 {
        font-size: .24rem;
        background-size: .3rem auto;
        padding-left: .4rem;
        margin-bottom: .1rem;
    }

    .videop-tit {
        display: block;
    }

/* 实验中心 */
    .textsy {
        background: none;
        display: block;
        height: auto;
    }
    .textsy-l{
        padding: .35rem .2rem;
        width: auto;
    }
    .textsy-l::before{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/textsy-lbg-wap.png) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .textsy-l p{
        font-size: .18rem;
    }
    .textsy-l h3{
        font-size: .24rem;
    }
    .textsy-r div{
        margin-left: 0;
    }
    .textsy-r{
        padding: 0;
    }
    .textsy-text{
        margin: .35rem 0;
    }


}



/* 新增2025年1月2日15:28:20 */
.certify-tit{
    margin-top: .65rem;
}
#certify {
    position: relative;
    padding-top: .45rem;
}

#certify .swiper-container {}

#certify .swiper-slide {
    width: 6.3rem;
    transition: all 0.5s;
}

#certify .swiper-slide a {
    display: block;
}

#certify .swiper-slide a .pics {
    position: relative;
    overflow: hidden;
    box-shadow: 0.11rem 0.07rem 0.08rem 0rem 
		rgba(14, 30, 86, 0.09);
}

#certify .swiper-slide a .pics .pic {
    padding-top: 56.4%;
    transition: all 0.5s;
}

#certify .swiper-slide a .pics .pic div {
    transition: all 0.5s;
    opacity: .7;
}

#certify .swiper-slide a .s5-item-tit {
    transition: all 0.5s;
    opacity: 0;
    margin-top: .2rem;
}

#certify .swiper-slide a .s5-item-tit h3 {
    text-align: center;
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.32rem;
    letter-spacing: 1px;
    color: #000000;
}

#certify .swiper-slide a .s5-item-tit p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 1px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    margin-top: .05rem;
    text-align: center;
}

#certify .swiper-slide a .info {
    background: #fff;
    background-color: #ffffff;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    opacity: 0;
    transition: all 0.5s;
    padding: .25rem .3rem;
}

#certify .swiper-slide a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #222222;
    padding-right: .5rem;
    background: url(../images/icon-play.png) no-repeat;
    background-position: right center;
    background-size: auto .35rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

#certify .swiper-slide.swiper-slide-active a .info {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .pic {}

#certify .swiper-slide.swiper-slide-active a .pics .pic div {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .s5-item-tit {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a:hover .info h3 {
    color: #03419e;
}

#certify .swiper-slide a .pics .pic {
    z-index: 1;
    background: #000;
    box-shadow: 0 0.5rem .51rem 0rem rgba(53, 59, 66, 0.24);
}

#certify .swiper-slide.on {
    transition: 0.5s;
}

#certify .swiper-slide-prev a .pics .pic {
    transform-origin: right center;
}

#certify .swiper-slide-active a .pics .pic {
    z-index: 10;
}

#certify .swiper-slide-active+.swiper-slide a .pics .pic {
    z-index: 3;
}

#certify .swiper-slide-active+.swiper-slide+.swiper-slide a .pics .pic {
    z-index: 2;
}

.s4-c .swiper-arr {
    transform: translateY(-50%);
}

.s4-c .swiper-arr:hover {
    background: #D1A250;
}

.s4-c .swiper-arr::before {
    background: #D1A250;
}


.swiper-arr {
    position: absolute;
    z-index: 9;
    width: 0.34rem;
    height: 0.34rem;
    transition: all 0.8s;
    cursor: pointer;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    margin-top: calc(16% + .5rem);
}

.swiper-arr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    background: #287C67;
    opacity: 0;
    transition: all 0.6s;
}

.swiper-arr svg {
    position: relative;
    z-index: 9;
}

.swiper-arr svg path {
    fill: #353535;
    transition: all 0.3s;
}

.swiper-arr:hover::before {
    animation: scaleTwo 1.2s 1;
}

@keyframes scaleTwo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

.swiper-prev {
    left: 0;
    transform: translateX(-50%);
}

.swiper-next {
    right: 0;
    transform: translateX(50%);
}

.swiper-arr:hover {
    background: #287C67;
}

.swiper-arr:hover svg path {
    fill: #fff;
}

@media screen and (max-width:1024px) {
    .swiper-arr{
        margin-top: 28.2%;
    }
    #certify{
        padding-top: 0;
    }
    .certify-tit{
        margin-top: .25rem;
    }
}