:root {
    --mycolor: #0D3D72;
}

.cwidth {
    width: 15rem;
    margin: 0 auto;
}

.cpadding {
    padding: 1rem 0;
}

.df {
    display: flex;
}

.dfsb {
    justify-content: space-between;
}

.dfct {
    justify-content: center;
}

.dfac {
    align-items: center;
}

.dfcol {
    flex-direction: column;
}

.cbackground {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.readMoreBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.82rem;
    height: .48rem;
    border-radius: .5rem;
    border: 1px solid #00BCE9;
    margin: 0 auto;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2065rem;
    text-align: center;
    color: #00BCE9;
    position: relative;
    overflow: hidden;
}

.readMoreBtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00BCE9;
    border-radius: .5rem;
    transition: all .5s;
    transform: translateX(-100%);


}

.readMoreBtn:hover::before {
    transform: translateX(0);
}

.readMoreBtn:hover {
    color: #fff;
    border: 1px solid #00BCE9 !important;
}

.readMoreBtn span {
    position: relative;
    z-index: 2;
    line-height: 1;
}


.home-title {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: .5967rem;
    text-align: center;
    color: var(--mycolor);
}

.colorFFF {
    color: #fff;
}

.home-about {
    background-image: url(/images/habbg.png);
    overflow: hidden;
    padding: 1.76rem 0 1.88rem;
}


.home-about .left {
    width: 7.23rem;
    flex-shrink: 0;
}

.home-about .h1 {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--mycolor);
    margin-bottom: .3rem;
}

.home-about .p {
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .38rem;
    text-align: left;
    color: #5A5F64;
    color: #0D3D72;
    margin-bottom: .23rem;
    text-align: justify;
}
.home-about .p a{
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .38rem;
    text-align: left;
    color: #5A5F64;
    color: #0D3D72;
    margin-bottom: .23rem;
}
.home-about .p a:hover{
color: #00BCE9;
}
.home-about .c {
    display: flex;
    margin-top: .51rem;
}

.home-about .c .item {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: left;
    color: var(--mycolor);
    margin-right: .46rem;
    white-space: nowrap;
}

.home-about .c .item a {
    color: var(--mycolor);
}

.home-about .c .item a:hover {
    color: #00BCE9;
}

.home-about .c .item a:hover img {
    filter: invert(51%) sepia(74%) saturate(720%) hue-rotate(149deg) brightness(98%) contrast(101%);
}

.home-about .c .item:last-of-type {
    margin: 0;
}


.home-about .c .item img {
    width: .48rem;
    height: .48rem;
    margin-right: .15rem;
}

.home-about .right {
    position: relative;
}

.home-about .right::before {
    content: 'COVAL BIOPHARMA';
    position: absolute;
    font-family: rr;
    writing-mode: vertical-rl;
    font-size: .72rem;
    font-weight: 500;
    line-height: .8438rem;
    text-align: center;
    color: var(--mycolor);
    opacity: 0.04;
    left: -0.47rem;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    height: 2000px;
    z-index: 2;
}

.home-about .right img {
    width: 6.52rem;
}

.home-science {
    /* background-image: url(/images/hsciencebg.jpg); */
    background-attachment: fixed;
    padding: 1.31rem 0 .62rem;
    display: none;
}

.home-science .h1 {
    font-family: rr;
    font-size: .28rem;
    font-weight: 700;
    line-height: .38rem;
    text-align: left;
    color: #fff;
    margin-bottom: .21rem;
    margin-top: .85rem;
}

.home-science:nth-of-type(3) .h1 {
    color: #5b1a87;
}

.home-science .p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: #fff;
    width: 6rem;
    text-align: justify;
}

.home-science .readMoreBtn {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    margin: .5rem 0 1.14rem;
}

.home-science .ul .li .imgbox {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


@keyframes imgdown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.home-science .ul .li:hover .imgbox img {
    animation: imgdown 0.5s ease;
}





.home-science .ul .li .imgbox img {
    width: .72rem;
    height: .72rem;
}

.home-science .ul .li:nth-of-type(1) .imgbox {
    background-color: #0D3D72;
}

.home-science .ul .li:nth-of-type(2) .imgbox {
    background-color: #00BCE9;
}

.home-science .ul .li:nth-of-type(3) .imgbox {
    background-color: #5B1A87;
}

.home-science .ul .li .h3 {
    font-family: rr;
    font-size: .28rem;
    font-weight: 700;
    line-height: .3213rem;
    text-align: left;
    color: #fff;
    margin-top: .31rem;
}

.home-science .ul .li:hover .h3 {
    color: #00BCE9;
}

.home-science .ul .li:nth-of-type(3):hover .h3 {
    color: #5b1a87;
}

.home-news {
    padding: 1.13rem 0 1.28rem;
    /* background: linear-gradient(180deg, rgba(239, 245, 246, 0) -14.4%, rgba(239, 245, 246, 0.9) 100%); */
    background-image: url(/images/hnewsbg.png);
}

.home-news .ul {
    margin: .6rem 0 .86rem;
}

.home-news .ul .li {
    width: 4.65rem;
    height: 3.8rem;
    background-color: #DEEBEE;
    display: block;
    padding: .52rem .425rem .49rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #EAEAEA;
    transition: all 0.5s ease;
    margin-right: 0.5rem;
}

.home-news .ul .li:last-of-type {
    margin-right: 0;
}

.home-news .ul .li:hover {
    transform: translateY(-0.1rem);
    box-shadow: 8px 8px 10.3px 3px #0000000D;
}

.home-news .ul .li .date {
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1836rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .29rem;
}

.home-news .ul .li .date span {
    display: inline-block;
    margin-left: .12rem;
}

.home-news .ul .li .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .4rem;
    text-align: left;
    color: var(--mycolor);
}

.home-news .moreNews {
    padding-top: .36rem;
    border-top: 1px solid #81B0E4;
    font-family: Arial Narrow;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1836rem;
    text-align: left;
    color: #0D3D72;
}

.home-news .moreNews img {
    width: .24rem;
    margin-left: .2rem;
}

.totop {
    cursor: pointer;
}

.cafoot {
    background-color: #0D3D72;
    padding: 1.44rem 0 .66rem;
    background-image: url(/images/cafootbg.png);
    background-repeat: no-repeat;
    background-size: 5.62rem 4.02rem;
    background-position: 8.02rem 1.06rem;
}

.cafoot .ul {
    padding-bottom: .45rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cafoot .ul .li {
    font-family: rr;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.95px;
    text-align: left;
    color: #fff;
    position: relative;
}

.cafoot .ul .li.current::after {
    content: '';
    position: absolute;
    width: .22rem;
    height: .04rem;
    background-image: url(/images/footcurrent.png);
    background-size: contain;
    background-repeat: no-repeat;

    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
}

.footmsg {
    font-family: rr;
    font-size: .36rem;
    font-weight: 700;
    line-height: .4131rem;
    text-align: left;
    color: #fff;
    margin: .605rem 0 .29rem;
}

.footlogo {
    width: .5073rem;
    height: .3902rem;
    background-image: url(/images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: .6rem 0 .31rem;
}

.footmid {
    display: flex;
    justify-content: space-between;
}

.footmid .p,
.footmid .p a {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    color: #A0B8D3;
}

.footmid .right {
    display: flex;
    margin-top: .65rem;
}

.footmid .right a {
    width: .48rem;
    height: .48rem;
    margin-left: .1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5C7890;
}

.footmid .right a img {
    width: .28rem;
    height: .28rem;
}

.footmid .right a img:last-child {
    display: none;
}

.footmid .right a:hover {
    background-color: #00BCE9;
}

.footmid .right a:hover img:last-child {
    display: block;
}

.footmid .right a:hover img:first-child {
    display: none;
}

/* .footmid .right a:hover img {
    filter: invert(50%) sepia(74%) saturate(2116%) hue-rotate(155deg) brightness(101%) contrast(106%);
} */

.footbot {
    margin-top: 1.04rem;
    padding-top: .35rem;
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid #EDF5F760; */
}

.footbot .copyright,
.footbot .design,
.footbot .copyright a,
.footbot .design a {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2065rem;
    text-align: left;
    color: #8AA2BD;
}

.footbot .design {
    display: flex;
    align-items: center;
}

.footbot .design img {
    width: .24rem;
    margin-left: .11rem;
    transition: all 0.3s ease;
}

.footbot .design img:hover {
    transform: translateY(-0.03rem);
}

.cafoot a:hover {
    color: #00BCE9 !important;
}

.banner .titnew {
    font-family: rr !important;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #fff;
    color: #0D3D72;
}

.banner .descnew {
    font-family: rr !important;
    font-size: .48rem;
    font-weight: 700;
    line-height: 1.2 !important;
    text-align: left;
    color: #fff;
    color: #0D3D72;
    margin-top: .28rem !important;
}

#header11 .headtab {
    justify-content: center;
}

.gzherm1 {
    display: none !important;
}

#header11 .headtab>li:last-of-type {
    margin-right: 0;
}

.banner .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: .42rem !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 14px !important;
    opacity: 0.5;
    background-color: #fff;
    border-radius: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

/* filter: invert(50%) sepia(74%) saturate(2116%) hue-rotate(155deg) brightness(101%) contrast(106%); */

.sbox {
    background-color: #F5F5F5;
}

.line100 {
    width: 15rem;
    height: 1px;
    background-color: #E1E1E1;
    margin: 0 auto;
}


.cmnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .73rem;
    width: 100vw;
    padding: 0 2rem;
    border-bottom: 1px solid #D9D9D9;
}



.cmnav .le a {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: center;
    color: #0D3D72;
    margin-right: .8rem;
    position: relative;
    height: 100%;
}

.cmnav .le a.active,
.cmnav .le a:hover {
    color: #009ADD;
}

.cmnav .le a.active:after,
.cmnav .le a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: .02rem;
    background-color: #0D3D72;
    bottom: -0.25rem;
    left: 0;
}

.cmnav .ri a,
.cmnav .ri a,
.cmnav .ri span {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: right;
    color: #0D3D72;
}

.cmnav .ri span {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    color: #0D3D72;
    display: inline-block;
    margin: 0 0.08rem;
}

.cmnav .ri a:last-of-type,
.cmnav .ri a:last-of-type span {
    color: #009ADD;
}

.yftitle {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: .5967rem;
    text-align: center;
    color: #0D3D72;
}

.yf {
    padding: .72rem 2rem 1.44rem;
}

.yf .yftitle {
    margin-bottom: .38rem;
}

.yf .p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: #0D3D72;
}

.yffocus {
    position: relative;
    margin-top: .72rem;
}

.yffocus img {
    width: auto;
    height: 5.75rem;
}


.focuson {
    position: absolute;
    top: calc(50% - 2.38rem);
    right: 0;
    z-index: 2;

    width: 7.5rem;
    height: 4.76rem;
    border-radius: 0.24rem;
    background-color: #F5F5F5;
    background-image: url(/images/fcs.png);
    background-position: bottom .46rem right .44rem;
    box-shadow: 0px 2px 11.6px 4px #0D3D7212;
    background-repeat: no-repeat;
    background-size: 2.2rem;

    padding: .75rem .35rem 0;
    padding-right: 0;
}

.focuson .h1 {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: .5967rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .33rem;
}

.focuson .h2 {
    font-family: rr;
    font-size: .22rem;
    font-weight: 700;
    line-height: .48rem;
    text-align: left;
    color: #0D3D72;
}

.pipeline {
    padding: .87rem 2rem 1rem;
}

.pipeline .yftitle {
    margin-bottom: .57rem;
}

.pipeline table {
    width: 100%;
    border-collapse: collapse;
    border-radius: .18rem;
    overflow: hidden;
    /* border: 1px solid #C3D8EF; */
    margin-bottom: 1.1rem;
}

.pipeline table td {
    border: 1px solid #C3D8EF;
    padding: .38rem;
    text-align: left;

    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: center;
    color: #0D3D72;
    white-space: nowrap;
    padding: 0;
}

.pipeline table thead {
    background-color: #0D3D72;
}

.pipeline table thead tr:last-of-type td {
    width: 1.78rem;
}

.pipeline table thead .firstRow td:nth-of-type(4) {
    width: 3.23rem;
}

.pipeline table thead td {
    height: 0.5rem;
}

.pipeline table thead td[colspan="4"] {
    height: 0.6rem;
}

.pipeline table thead td {
    color: #fff;
}

.pipeline table tbody td {
    background-color: #DEEBEE;
    height: 0.7rem;
    padding: 0;
}

.pipeline table tbody tr td:last-of-type {
    background-color: transparent;
}

.pgs {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.17rem;
}

.pgs .pg {
    width: 70%;
    height: .36rem;
    background-image: url(/images/phase1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pgs .pg2 {
    background-image: url(/images/phase2.png);
    width: 60%;
}

.pgs .pg3 {
    background-image: url(/images/phase3.png);
    width: 50%;
}

.pgs .pg4 {
    background-image: url(/images/phase4.png);
    width: 25%;
}

.pgs .pg5 {
    background-image: url(/images/phase5.png);
    width: 20%;
}

.pgs img {
    width: .65rem;
    height: auto;
    margin-left: .11rem;
}

.MolecularX {
    margin-top: .7rem;
    display: flex;
    justify-content: end;
    position: relative;
}

.MolecularXon {
    position: absolute;
    width: 6rem;
    height: 4rem;
    left: 0;
    top: calc(50% - 2rem);
    z-index: 2;
    background-color: #F5F5F5;
    box-shadow: 0px 2px 11.6px 4px #0D3D7212;
    border-radius: 0.24rem;
    padding: .36rem .63rem 0;
}

.MolecularXon .h1 {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: .5967rem;
    text-align: left;
    color: #5B1A87;
    margin-bottom: .26rem;
}

.MolecularXon .p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .38rem;
    text-align: left;
    color: #0D3D72;
    text-align: justify;
    line-height: 1.6;
}

.MolecularXon .p span {
    color: #5B1A87;
}


.about-intro {
    display: flex;
    justify-content: space-between;
    padding: 1.12rem 2rem 1.61rem;
    background-image: url(/images/com.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -0.73rem;
}

.about-intro .h1 {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: .5967rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .33rem;
}


.about-intro .p {
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #0D3D72;
    text-align: justify;
}

.about-intro .left {
    width: 7.5rem;
}

.about-intro .right {
    position: relative;
}

.about-intro .right img {
    width: 6.16rem;
    position: relative;
    z-index: 2;
}

.about-intro .right::before {
    width: .14rem;
    height: .48rem;
    background-color: #5B1787;
    content: '';
    position: absolute;
    left: -0.14rem;
    bottom: 0;

}

.about-intro .right::after {
    content: '';
    position: absolute;
    width: 1.58rem;
    height: 1.08rem;
    background-color: #0D3D72;
    top: -0.39rem;
    right: -0.39rem;
}


.about-mav {
    padding: 1.15rem 2rem 1.34rem;
    background-image: url(/images/mavbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-mav .yftitle {
    color: #fff;
    margin-bottom: .49rem;
}

.about-mav .ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}


.about-mav .ul .li {
    width: 7.3rem;
    height: 2.6rem;
    height: auto;
    background-color: #fff;
    padding: .37rem .65rem 0.45rem;
    transition: all 0.5s ease-in-out;
}

.about-mav .ul .li:hover {
    box-shadow: .1rem .1rem .05rem rgba(0, 0, 0, .1);
    transform: translate3d(0, -0.06rem, 0);
}

.about-mav .ul .li .h1 {
    font-family: rr;
    font-size: .3rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .15rem;
}

.about-mav .ul .li .p {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #0D3D72;
}

.about-team {
    padding: 1.1rem 2rem;
}

.about-team .zhiding {
    margin-top: .55rem;
}

.about-team .zhiding a {
    display: flex;
    width: 100%;
    height: 4.5rem;
    background-color: #DEEBEE;
    padding: .53rem .58rem 0;
}

.about-team .zhiding .face {
    position: relative;
    width: 3.45rem;
    height: 3.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: .77rem;
}

.about-team .zhiding .face::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.45rem;
    height: 3.45rem;
    border-radius: 50%;
    border: 1px dashed #009ADD40;
    transition: all 0.5s ease-in-out;
}

.about-team .zhiding .face::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.16rem;
    height: 3.16rem;
    border-radius: 50%;
    border: 1px dashed #8F33C840;
    transition: all 0.5s ease-in-out;

}
.about-team .zhiding .ri{
    position: relative;
   /** top: -0.4rem; **/
margin-top: 0.3rem;
}
.about-team .zhiding:hover .face::before {
    transform: rotate(360deg);
}

.about-team .zhiding:hover .face::after {
    transform: rotate(360deg) translate(-50%, -50%);
}

.about-team .zhiding .face img {
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
}

.about-team .zhiding:hover .face img {
    transform: scale(1.02);
}

.about-team .zhiding .h1 {
    font-family: rr;
    font-size: .28rem;
    font-weight: 700;
    line-height: .3213rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .15rem;
    margin-top: .09rem;
}

.about-team .ul .li .face img {
    transition: all 0.5s ease-in-out;
border-radius: 50%;
}

.about-team .ul .li:hover .face img {
    transform: scale(1.02);
}

.about-team .zhiding .h2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .38rem;
}

.about-team .zhiding .p {
    font-family: ll;
    font-size: .21rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: #0D3D72;
}


.about-team .ul {
    display: flex;
    margin-top: .34rem;
}

.about-team .ul .li {
    width: 3.52rem;
    height: 4.5rem;
    background-color: #DEEBEE;
    margin-right: .31rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .43rem;
}

.about-team .ul .li .readMoreBtn {
    margin-top: .25rem;
    height: .28rem;
    width: 1rem;
}

/* .about-team .ul .li .readMoreBtn span{
    color: #0d3d72;
} */
/* .about-team .ul .li .readMoreBtn::before{
    transform: translateX(0);
} */
.about-team .ul .li:last-of-type {
    margin: 0;
}


.about-team .ul .li .face {
    position: relative;
    width: 2.36rem;
    height: 2.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.about-team .ul .li .face::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.36rem;
    height: 2.36rem;
    border-radius: 50%;
    border: 1px dashed #009ADD40;
    transition: all 0.5s ease-in-out;
}

.about-team .ul .li .face::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.07rem;
    height: 2.07rem;
    border-radius: 50%;
    border: 1px dashed #8F33C840;
    transition: all 0.5s ease-in-out;
}

.about-team .ul .li:hover .face::before {
    transform: rotate(360deg);
}

.about-team .ul .li:hover .face::after {
    transform: rotate(360deg) translate(-50%, -50%);
}

.about-team .ul .li .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: left;
    color: #0D3D72;
    margin: .25rem 0 .15rem;
}

.about-team .ul .li .h2 {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: left;
    color: #0D3D72;
}

.roadmap {
    padding: 1.1rem 2rem 1.64rem;
}

.roadmap .timeline img {
    width: 100%;
}

.roadmap .timeline {
    background-image: url(/images/timelinemap.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center .6rem;
    margin-top: .69rem;
}

.yftitle2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: center;
    color: #0D3D72;
    margin-top: .22rem;
}


.searchicons.active {
    filter: invert(99%) sepia(92%) saturate(0%) hue-rotate(217deg) brightness(112%) contrast(100%);
}


.workwith {
    padding: .72rem 2rem 0;
    background-image: url(/images/workbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0 .73rem; */
}

.workwith .ul {
    display: flex;
    justify-content: space-between;
    margin-top: .45rem;
}

.workwith .ul .li {
    width: 4.76rem;
    height: 4.73rem;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #DEEBEE 102.79%, rgba(222, 235, 238, 0) 106.13%);
    background: linear-gradient(180deg, rgba(222, 235, 238, 0.2) 0%, rgba(221, 238, 238, 0) 100%);

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .52rem .35rem 0;
}

.workwith .ul .li .imgbox {
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/workib.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.workwith .ul .li .imgbox::before {
    content: "";
    display: flex;
    position: absolute;
    width: 2.3rem;
    height: 2.3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url(/images/rcpxtopliststbgi1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.workwith .ul .li:hover .imgbox::before {
    animation: spin 1s linear forwards;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.workwith .ul .li img {
    width: 1.69rem;
}

.workwith .ul .li .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: center;
    color: #0D3D72;
    margin: .26rem 0 .09rem;
}

.workwith .ul .li .h2 {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .32rem;
    text-align: center;
    color: #0D3D72;
}

.workwith .ul .li .p {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .32rem;
    text-align: center;
    color: #5A5F64;
}


.calx {
    width: 15rem;
    margin: 0 auto;
}

.map2 {
    border: 1px solid #C3D8EF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.infos {
    border: 1px solid #C3D8EF;
    border-bottom: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;

    padding: 0.5rem 0;
}

.infos .item {
    border-right: 1px solid #C3D8EF;
}

.infos .item .infobox:first-child {
    margin-bottom: .43rem;
}

.infos .item1 {
    flex: 1;
    padding-left: .31rem;
}

.infos .item2 {
    width: 4.37rem;
    padding-left: .55rem;
}

.infos .item3 {
    width: 4.38rem;
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infos .item3 .h1 {
    font-family: rr;
    font-size: .2rem;
    font-weight: 700;
    line-height: .2295rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: 0.32rem;
}

.infos .item3 .shares {
    display: flex;
    justify-content: center;
}

.infos .item3 .shares a {
    width: .48rem;
    height: .48rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DEEBEE;
    margin: 0 .05rem;
}

.infos .item3 .shares a img {
    width: .28rem;
    height: .28rem;
}

.infos .item3 .shares a:hover {
    background-color: #033F75;
}

.infos .item3 .shares a:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(109%) contrast(102%);
}

.item1 .infobox:first-child .infob {
    font-size: .18rem;
}


.infoa {
    display: flex;
    align-items: center;
    font-family: rr;
    font-size: .2rem;
    font-weight: 700;
    line-height: .2295rem;
    text-align: left;
    color: #0D3D72;
}

.infoa img {
    width: .24rem;
    height: .24rem;
    margin-right: .1rem;
}

.infob {
    display: block;
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: left;
    color: #0D3D72;
    margin-top: .14rem;
}

a.infob:hover {
    color: #0D3D72;
}

.gwxq h4,
.zpjtnr h5,
.zpjtnr p,
.gwxq h4 span {
    color: #0D3D72;
}

.uploadjl ul li label,
.jbFirst li label,
.jobMidd ul li label {
    color: #0D3D72;
}

.uploadjl ul li input[type="text"],
.uploadjl ul li select,
.jbFirst li input[type="text"],
.jbFirst li select,
.jobMidd ul li input[type="text"],
.jobMidd ul li select {
    color: #0D3D72;
}

span#clickup {
    color: #0D3D72;
}

.upFile {
    color: #0D3D72;
}

.liuyan7 {
    background-color: transparent;
    padding-top: .83rem;
}

.liuyan7 .h2 {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: .5967rem;
    text-align: center;
    color: #0D3D72;
}

.liuyan7 .h3 {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: center;
    color: #0D3D72;
    margin-top: .22rem;
    margin-bottom: .4rem;
}

.liuyan7 .lyLeft label span,
.liuyan7 .lyTxt label span,
.liuyan7 .lycontent h5 span {
    /* display: none; */
    color: #5B1A87;
}

.liuyan7 .lyLeft label,
.liuyan7 .lycontent h5,
.liuyan7 .lyTxt label {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: left;
    color: #0D3D72;
}

.liuyan7 .lyLeft,
.liuyan7 .lyTxt {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C3D8EF;
}

.liuyan7 .lycontent textarea {
    height: 2.2rem;
    border: 1px solid #C3D8EF;
    background-color: transparent;
}

.sbox[showtype="667"] .baseTitle {
    display: none;
}

.sbox[showtype="667"] .companyjj {
    padding: 0 !important;
}

.lifejob h3 {
    margin-bottom: 0;
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: .5967rem;
    color: #0D3D72;
}

.dfjja {
    padding-top: .52rem;
}

.zptitle11 p {
    color: #0D3D72;
}

/* 文章列表2 */
.newlb2 .lb2 {
    width: 100% !important;
}

.newlb2 .lb2>a {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.newlb2 .lb2>a:hover img {
    transform: scale(1.05);
}

.newlb2 .lb2>a:hover .wj {
    color: #033F75;
}

.newlb2 .lb2 .img {
    width: 7.28rem;
    height: 5rem;
    margin: 0;
    flex-shrink: 0;
    transition: all 1s ease;
    object-fit: cover;
}

.newlb2 .lb2 .text {
    background-color: #DEEBEE;
    padding: .38rem .66rem .67rem .73rem;
    flex: 1;
}

.newlb2 .lb2 .title {
    font-family: rr;
    font-size: .28rem;
    font-weight: 700;
    line-height: .38rem;
    text-align: left;
    margin-bottom: .31rem;
    margin-top: .22rem;
    color: #0D3D72;
    white-space: normal;
}

.newlb2 .lb2 .wj {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .36rem;
    text-align: left;
    color: #0D3D72;
    margin: 0;
    padding: 0;
    white-space: normal;
}

.newlb2 .lb2 .date {
    margin-top: 0;
    color: #0D3D72;
}

.newlb2 .lb2 .a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.68rem;
    height: .52rem;

    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .52rem;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-top: .48rem;
    padding: 0 .13rem;
    position: relative;
    overflow: hidden;
}

.newlb2 .lb2 .a i {
    position: relative;
    z-index: 10;
    color: #FFFFFF;
}

.newlb2 .lb2 .a img {
    z-index: 10;

}

.newlb2 .lb2 .a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #033F75;
    z-index: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.newlb2 .lb2 .a:hover::after {
    transform: translateX(100%);
}

.newlb2 .lb2 .a:hover img {
    transform: translateY(-0.35rem);
    filter: drop-shadow(0 0.35rem #033F75);
}

.newlb2 .lb2 .a:hover i {
    color: #033F75;
}

.newlb2 .lb2 .a:hover {
    border: 1px solid #033F75 !important;
}

.newlb2 .list {
    display: flex;
    flex-wrap: wrap;
}

.newlb2 .list li {
    margin: 0 !important;
    width: 100%;
    /* height: 2.52rem; */
    height: 2.2rem;
    padding: .35rem .2rem 0;
    border-bottom: 1px solid #BDC5CE60;
}

.newlb2 .list li .a {
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.newlb2 .list li .a .title {
    color: #0D3D72;
    text-align: left;
    font-family: rr;
    font-size: .28rem;
    font-weight: 700;
    line-height: .2754rem;
    text-align: left;
    margin-bottom: .22rem;
}

.newlb2 .list li .a .date {
    color: #0D3D72 !important;
    margin: 0;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1836rem;
    text-align: left;
    margin-bottom: .3rem;
}

.newlb2 .list li .a .text {
    color: #0D3D72 !important;
    height: auto;
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newlb2 .list li .a:hover {
    box-shadow: none;
}

.newlb2 .list li:hover {
    background-color: #DEEBEE;
}

.newlb2 .list li {
    position: relative;
}

.detailmore {
    padding: .17rem;
    height: .28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid #00BCE9;
    color: #00BCE9;
    position: absolute;
    right: .2rem;
    bottom: .46rem;
    overflow: hidden;
}

.detailmore span {
    position: relative;
    z-index: 2;
}

.detailmore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D3D72;
    transform: translateX(-100%);
    z-index: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.detailmore:hover::before {
    transform: translateX(0);
}

.detailmore:hover {
    color: #fff;
    border: 1px solid #0D3D72;
}

.n-lb2.newlb2 {
    margin-top: 0;
}

.newlb2 .lb2 {
    background-color: transparent;
    padding: 0;
    padding-bottom: .6rem;
    border-bottom: 1px solid #BDC5CE60;
}

.newlb2 .list {
    padding: 0;
    margin: 0;
}

/* 文章列表2  end */

.baseTitle {
    font-family: rr;
    font-size: .52rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #0D3D72;
}

.sbox[mid="113"][strid="270"] .baseTitle {
    margin-bottom: .48rem;
}

.detaill {
    display: none;
}

.detailr {
    padding-left: 0;
}

.detailcen {
    padding-bottom: 0;
}

.detailcen>h3 {
    font-family: rr;
    font-size: .42rem;
    font-weight: 700;
    line-height: .64rem;
    text-align: center;
    color: #0D3D72;
}

.detailcen>h6 {
    display: none;
}

.casharebox {
    display: flex;
    justify-content: center;
    position: relative;
}

.casharebox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.1px;
    border-radius: 50%;
    background-color: #BDC5CE;
    z-index: 1;
}

.cashare {
    display: flex;
    justify-content: center;
    width: fit-content;
    background-color: #F5F5F5;
    padding: 0 .35rem;
    position: relative;
    z-index: 2;
}

.fxcq {
    flex-direction: row;
}

.fximg1,
.fximg2,
.fximg3,
.fximg4,
.fximg5 {
    margin-top: 0;
}

.cashare a {
    display: block;
    width: .3rem;
    height: .3rem;
    margin-right: .4rem;
}

.cashare a:last-of-type {
    margin-right: 0;
}

.detailcen {
    background-color: #F5F5F5;
}

.ddate {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1836rem;
    text-align: center;
    margin: .5rem 0 .18rem;
    color: #5A5F64;
}

.detailrbom {
    display: none;
}

.detail {
    display: block;
}

.detailr {
    margin-bottom: .5rem;
}

.relatenews {
    margin-top: .95rem;
    padding: 0 2rem 1rem;
}

.relatenews .retitle {
    font-family: rr;
    font-size: .36rem;
    font-weight: 700;
    line-height: .4131rem;
    text-align: center;
    color: #0D3D72;
    margin-bottom: .49rem;
}

.relatenews .ul {
    display: flex;
}

.relatenews .ul .li {
    margin-right: .51rem;
    width: 4.65rem;
    height: 3.8rem;
    background-color: #DEEBEE;
    padding: .52rem .42rem 0;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.relatenews .ul .li:hover {
    box-shadow: .1rem .1rem .05rem #cacaca;
    transform: translate3d(0, -0.06rem, 0);
}


.relatenews .ul .li:last-of-type {
    margin-right: 0;
}

.relatenews .ul .li .date {
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1836rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .29rem;
}

.relatenews .ul .li .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .4rem;
    text-align: left;
    color: #0D3D72;
}

.relatenews .ul .li .renwm {
    position: absolute;
    width: 3.8rem;
    height: 1.03rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #81B0E4;
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1836rem;
    text-align: left;
    display: flex;
    align-items: center;
    color: #0D3D72;
}

.relatenews .ul .li .renwm img {
    width: .24rem;
    margin-left: .21rem;
}

.detailr p:first-of-type {
    margin-top: 0;
}

.detailcen {
    padding-top: .72rem;
}

.detailcen>h3 {
    margin-top: 0;
}


.about-intro .left .right {
    display: none;
}


.fangdaimg {
    display: none;
}

.msban {
    height: 6.4rem;
}

.shinav,
.tiaodong {
    display: none;
}

.head .headtab>li::after {
    display: none;
}

.head .headtab .current>a {
    color: #0D3D72;
}


.head .logo {
    background-image: url(../images/logo1.png);
}

.head1 .logo,
.head2 .logo {
    background-image: url(../images/logo.png);
}

.head1,
.head2 {
    background-color: #0D3D72;
    border-bottom: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);

}

.head1 .headtab>li a,
.head2 .headtab>li a {
    color: #fff;
}

.head {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#header11 .headtab>li>a {
    font-size: .24rem;
}


#header11 img:nth-of-type(1) {
    display: block;
}

#header11 img:nth-of-type(2) {
    display: none;
}

.headright img {
    width: 0.24rem;
    height: .24rem;
}

.lanxl img {
    width: 0.14rem;
    height: 0.14rem;
    margin-left: 0.15rem;
}

.headtab li:hover {
    /* border-bottom: 3px solid #00BCE9; */
}

.headtab>li::after {
    background-color: #00BCE9;
}

.msban .ttxxtt .text2 {
    font-family: rr;
    font-size: 0.48rem;
    font-weight: 700;
    line-height: 0.5508rem;
    text-align: left;
    margin-bottom: 0.13rem;
}

.msban .ttxxtt .text22 {
    font-family: ll;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.3213rem;
    text-align: left;
}

.msban .ttxxtt .text2,
.msban .ttxxtt .text22 {
    color: #0D3D72;
}


.uploadjl ul li,
.jobMidd ul li,
.jbFirst li,
.uploadImg {
    border: 1px solid #ccc;
}

.uploadjl input[type="submit"] {
    background-color: transparent;
}

.jobTable input[type="button"],
.jobTable input[type="reset"] {
    background-color: transparent;
}

.jobMidd ul li textarea {
    background-color: transparent;
}

.timeprocess {
    position: relative;
}

.timeprocess {
    width: 15rem;
    height: 2.7066rem;
}

.timeprocess img {
    width: 100%;
    height: 100%;
}

.timeevent .item {
    position: absolute;
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    background-color: #5B1787;
}

.eventyear {
    position: absolute;
    font-family: rr;
    font-size: .32rem;
    font-weight: 700;
    line-height: .3672rem;
    text-align: left;
    left: 50%;
    top: -0.41rem;
    transform: translateX(-50%);
    color: #0D3D72;
}

.timeevent .events {
    width: fit-content;
    position: absolute;
    top: 0.44rem;
    left: -0.33rem;
}

.timeevent .events div {
    /* white-space: nowrap; */
}

.timeevent .events .eventmonth {
    font-family: rr;
    font-size: .24rem;
    font-weight: 700;
    line-height: .2754rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .08rem;
}

.timeevent .events .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .32rem;
    text-align: left;
    color: #0D3D72;
    width: 3rem;
}

.timeevent .events .p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .27rem;
    margin-top: .08rem;
    width: 3rem;
line-height: 1.3;
}


.timeevent .item:nth-of-type(1) {
    left: .98rem;
    bottom: -0.0434rem;
}

.timeevent .item:nth-of-type(2) {
    left: 4.19rem;
    bottom: 1.1066rem;
}

.timeevent .item:nth-of-type(3) {
    left: 7.4rem;
    bottom: 0.8666rem;
}

.timeevent .item:nth-of-type(4) {
    left: 10.61rem;
    bottom: 2.1466rem;
}

.timeevent .item:nth-of-type(5) {
    left: 13.82rem;
    bottom: 1.9366rem;
}

.roadmapbox {
    min-height: 3.63rem;
}

.roadmapbox {
    margin-top: .74rem;
}

.mbroadmapbox {
    display: none;
}

.roadmap {
    background-image: url(/images/timelinemap.png);
    background-repeat: no-repeat;
    background-position: center 2.39rem;
    background-size: 15rem 4.64rem;
}

.tabs-box a {
    color: #5A5F64 !important;
}

.tabs-box a:hover {
    color: #0D3D72 !important;
}


.MolecularXs {
    width: 10.03rem;
    margin: 0;
}

.roadbtn {
    display: none;
}

.fulldialog {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
}

.big-img {
    width: 15rem;
    height: 8.06rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: .24rem; */
    /* overflow: hidden; */
}

.big-img img {
    width: 100%;
    height: 100%;
    background-image: url(/images/bigbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .28rem;
}

.MolecularXs .swiper-slide img {
    background-image: url(/images/bigbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .28rem;
}

.big-img .jd {
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);

    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
}

.big-img .jd span {
    font-weight: 700;
    color: #0D3D72;
}

.close-big {
    position: absolute;
    top: -0.3rem;
    right: -0.5rem;
    width: .36rem;
    height: .36rem;
    background-image: url(/images/closebig.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.baseTitle2 {
    color: #0D3D72;
}

.tabs-box .ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-box .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.49rem;
    border-right: 1px solid #B9C6D3;
}

.tabs-box .ul .li:last-of-type {
    border-right: none;
}

.tabs-box .ul .li .imgbox {
    width: .88rem;
    height: .88rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0D3D72;
    border-radius: 100%;
    margin-bottom: .41rem;
}

.tabs-box .ul .li .imgbox img {
    width: .48rem;
    height: .48rem;
}

.tabs-box .ul .li .textbox {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2295rem;
    text-align: center;
    color: #0D3D72;
}

.tabs-box .ul .li:hover .imgbox {
    border: 1px solid #009ADD;
    background-color: #009ADD;
}

.tabs-box .ul .li:hover .imgbox img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(105%) contrast(104%);
}

.tabs-box .ul .li:hover .textbox {
    color: #009ADD;
}

li[id="menu112"] .tabs-box .ul .li:nth-of-type(3):hover .textbox {
    color: #40125e;
}

li[id="menu112"] .tabs-box .ul .li:nth-of-type(3) .textbox {
    color: #40125e;
}

/* .tabs-box .ul .li:hover .textbox  */
.tabs-box {
    padding: 0;
    margin: 0;
    height: 3.19rem;
    background-color: rgba(245, 245, 245, 0.8);
    justify-content: center;
    border-bottom: none;
}


.banner .swiper-button-prev:hover img,
.banner .swiper-button-next:hover img {
    filter: invert(50%) sepia(88%) saturate(1201%) hue-rotate(152deg) brightness(97%) contrast(105%);
}


.touzi {
    padding: .72rem 2rem 1rem;
    margin: 0;
}

.overview .ul {
    display: flex;
    margin-top: .44rem;
}

.overview .ul .li {
    width: 3.48rem;
    height: 2.24rem;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .36rem;
}

.overview .ul .li:last-of-type {
    margin-right: 0;
}

.overview .ul .li img {
    max-width: 80%;
}

.overview {
    /* padding-bottom: 1rem; */
    padding-bottom: 0;
}

.Investors {
    padding-top: .87rem;
}

.Investors .yftitle {
    margin-bottom: .5rem;
}

.Investors .p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .38rem;
    text-align: left;
    color: #0D3D72;
}

.detailr p {
    color: #0D3D72;

}

.bianda {
    position: absolute;
    bottom: .8rem;
    left: 50%;
    color: #5A5F64;
    z-index: 100;
    font-family: rr;
    font-size: .24rem;
    transform: translateX(-50%);
    pointer-events: none;
}

.team-tanchu {
    /* display: none; */
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: .2rem;
    z-index: 1000;

    display: none;
}


.team-tanchu .li {
    width: 7rem;
    height: 8.11rem;
    background-color: #DEEBEE;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: .22rem .45rem 0;
    position: relative;
}

.team-tanchu .li .closetc {
    position: absolute;
    top: -0.3rem;
    right: -0.5rem;
    width: .36rem;
    height: .36rem;
    background-image: url(/images/closebig.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.team-tanchu .li .face {
    width: 3.45rem;
    height: 3.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.team-tanchu .li .face::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.45rem;
    height: 3.45rem;
    border-radius: 50%;
    border: 1px dashed #009ADD40;
    transition: all 0.5s ease-in-out;
}

.team-tanchu .li .face::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.16rem;
    height: 3.16rem;
    border-radius: 50%;
    border: 1px dashed #8F33C840;
    transition: all 0.5s ease-in-out;
}

.team-tanchu .li .face img {
    width: 2.86rem;
    height: 2.86rem;
border-radius: 50%;
}


.team-tanchu .li .h1 {
    font-family: rr;
    font-size: .28rem;
    font-weight: 700;
    line-height: .3213rem;
    text-align: center;
    color: #0D3D72;
    margin: .26rem 0 .25rem;
}

.team-tanchu .li .h2 {
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .2754rem;
    text-align: left;
    color: #0D3D72;
    margin-bottom: .31rem;
}

.team-tanchu .li .p,
.team-tanchu .li .p p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin: 0 !important;
    text-indent: 0 !important;
    color: #0D3D72;
    text-align: justify;
}


.swiper-button-prev-big {
    position: absolute;
    top: 50%;
    left: .3rem;
    transform: translateY(-50%);
    width: .52rem;
    height: .52rem;
    background-image: url(/images/ll2.png);
    background-size: .20rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00BCE9;
    cursor: pointer;
    border: 1px solid #00BCE9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.swiper-button-next-big {
    position: absolute;
    top: 50%;
    right: .3rem;
    transform: translateY(-50%);
    width: .52rem;
    height: .52rem;
    background-image: url(/images/rr2.png);
    background-color: #00BCE9;
    background-size: .20rem;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: 1px solid #00BCE9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.swiper-button-prev-big:hover,
.swiper-button-next-big:hover {
    background-color: #0D3D72;
    border: 1px solid #0D3D72;
}

.swiper-button-next-big.swiper-button-disabled,
.swiper-button-prev-big.swiper-button-disabled {
    background-color: #ccc !important;
    border-color: #ccc;
    cursor: not-allowed;
}

.MolecularXs {
    padding: .5rem 0;
}

.swiper-pagination-mo {
    position: relative;
    z-index: 2;
    bottom: -0.2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-mo .swiper-pagination-bullet {
    opacity: 1;
    background-color: #0D3D7260;
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
}

.swiper-pagination-mo .swiper-pagination-bullet-active {
    background-color: #0D3D72;
    width: 10px;
    height: 10px;
}

.swiper-pagination-mo .swiper-pagination-bullet:hover {
    background-color: #0D3D72;
}

.footbot .copyright .coco {
    display: inline;
}


.about-team .zhiding .readMoreBtn {
    margin: 0;
    margin-top: .42rem;
    float: right;
    height: .28rem;
    width: .8rem;
    margin-right: 0.3rem;
}

.companyculture {
    padding: .72rem 2rem 0;
}

.asgoj {
    display: flex;
    margin-top: .63rem;
    margin-bottom: 1.2rem;
}

.companyculture .h1 {
    font-family: rr;
    font-size: .26rem;
    color: #0D3D72;
    margin-bottom: 0.1rem;
}

.companyculture .p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #0D3D72;
    margin-bottom: .15rem;
}

.companyculture .left {
    flex: 1;
}

.companyculture .right {
    width: 6.42rem;
    margin-left: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyculture .right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.zptitle p {
    font-size: .22rem;
}

.detailcen>h4 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center !important;
    color: #0D3D72;
    margin-top: .5em;
}

/* 管理团队新 */
.about-team .ul .li {
    width: 6rem;
    height: auto;
    padding: .55rem .4rem .7rem;
}

.about-team .ul .li .face {
    width: 3rem;
    height: 3rem;
}

.about-team .ul .li .face img {
    width: 2.48rem;
    height: 2.48rem;
}

.about-team .ul .li .face::before {
    width: 3rem;
    height: 3rem;
}

.about-team .ul .li .face::after {
    width: 2.74rem;
    height: 2.74rem;
}

.about-team .ul .li .readMoreBtn {
    display: none;
}

.about-team .xxjs {
    display: block !important;
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: .34rem;
    color: #5A5F64;
    margin-top: .28rem;
    text-align: justify;
}


/* 管理团队新 end */


@media screen and (min-width: 751px) {
    .home-science .ul {
        background-image: none !important;
    }

    .sbox[showtype="22"] .companyjj {
        padding-top: 0.72rem !important;
    }
}


@media screen and (max-width: 750px) {

.about-team .zhiding .ri{margin-top: 0;}

    .team-tanchu .li {
        height: fit-content;
        padding-bottom: 0.6rem;
    }

    .about-team .ul .li .readMoreBtn {
        height: .4rem;
        width: 1.2rem;
        margin-top: .15rem;
    }

    .timeevent .item:nth-of-type(4) .events .p {
       width: 3rem;
        white-space: pre-wrap;
    }


    .sqzw {
        justify-content: right;
    }

    .big-img {
        width: 7.5rem;
        height: auto;
        left: 0;
        transform: translate(0, -50%);
    }

    .close-big {
        top: -0.5rem;
        right: 0.2rem;
    }


    .mbanner {
        position: relative;
    }

    .mbanner .swiper-button-prev,
    .mbanner .swiper-button-next {
        background-color: transparent !important;
        border: none;
        background-repeat: no-repeat;
        background-size: 0.15rem;
        background-position: center;
    }

    .mbanner .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: .49rem !important;
    }

    .mbanner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #FFFFFF50;
        opacity: 1;
        margin: 0 14px !important;
    }

    .mbanner .swiper-pagination .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        opacity: 1;
        background-color: #0D3D72;
    }

    .mbanner .swiper-button-prev {
        background-image: url(/images/ll.png);
        left: 0.3rem;
    }

    .mbanner .swiper-button-next {
        background-image: url(/images/rr.png);
        right: 0.3rem;
    }

    .touzi {
        padding: .54rem .35rem 1rem;
    }

    .overview .ul {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .54rem;
    }

    .overview .ul .li {
        width: 3.24rem;
        height: 2.0855rem;
        margin-right: 0;
        margin-top: .32rem;
    }

    .overview .ul .li:nth-of-type(-n+2) {
        margin-top: 0;
    }

    .overview .ul .li img {
        max-height: 45%;
    }

    .overview {
        padding-bottom: .93rem;
    }

    .Investors {
        padding-top: .68rem;
    }

    .Investors .yftitle {
        margin-bottom: .22rem;
    }

    .Investors .p {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
    }


    .roadmapbox {
        scroll-behavior: smooth;
    }

    .roadmapbox::-webkit-scrollbar,
    .cmnav::-webkit-scrollbar {
        width: 0px;
        /* 或者使用 'display: none' */
        background: transparent;
        /* 背景透明 */
        display: none;
    }

    .roadbtn {
        display: flex;
        justify-content: center;
    }

    .roadbtn img {
        width: 0.58rem;
        height: 0.58rem;
        margin: 0 .12rem;
    }

    .roadbtn img:nth-of-type(1) {
        display: block;
    }

    .roadbtn img:nth-of-type(2) {
        display: none;
    }

    .roadbtn img:nth-of-type(3) {
        display: block;
    }

    .roadbtn img:nth-of-type(4) {
        display: none;
    }

    .roadbtn.leftactive img:nth-of-type(1) {
        display: none;
    }

    .roadbtn.leftactive img:nth-of-type(2) {
        display: block;
    }

    .roadbtn.rightactive img:nth-of-type(3) {
        display: none;
    }

    .roadbtn.rightactive img:nth-of-type(4) {
        display: block;
    }

    .MolecularXs {
        width: 6.8rem;
        padding-top: 0;
        margin-top: -0.2rem;
        z-index: 2;
    }


    .target-fix {
        top: 0;
    }

    .mbanner .swiper-slide .item>div {
        top: 3.72rem;
    }

    .mbanner .txt .mnewtit {
        font-family: ll !important;
        font-size: 0.72rem;
        font-weight: 700;
        line-height: 0.76rem;
        text-align: center;
        color: #0D3D72;
        white-space: nowrap;
    }

    .mbanner .txt .mnewdesc {
        font-family: ll !important;
        font-size: 0.42rem;
        font-weight: 700;
        line-height: .4819rem;
        text-align: center;
        color: #0D3D72;
    }

    .team-tanchu .li .closetc {
        top: -0.5rem;
        right: 0;
    }


    .msban {
        height: 5.84rem;
    }

    .widthcontent {
        width: 6.8rem;
        margin: 0 auto;
    }

    .mbanner .mbs {
        height: 100vh;
    }

    .cwidth {
        width: 6.8rem;
    }

    .home-about .left {
        width: 100%;
    }

    .home-about .df {
        display: block;
    }

    .home-about .c .item img {
        display: block;
        margin: 0;
        margin-bottom: .19rem;
    }

    .home-about .c {
        display: flex;
        justify-content: space-between;
    }

    .home-about .c .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }

    .home-about .right::before {
        display: none;
    }

    .home-about .right img {
        width: 100%;
    }

    .home-about {
        padding: .86rem 0 1rem;
    }

    .home-about .h1 {
        text-align: center;
        font-size: .52rem;
        margin-bottom: .35rem;
    }

    .home-about .p {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        /* text-align: justify; */
        margin-bottom: .33rem;
    }

    .home-about .c .item {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3213rem;
    }

    .home-about .c .item a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-about .right {
        margin-top: .67rem;
    }

    .home-science {
        background-image: none !important;
        padding-top: 0;
        padding-bottom: 2.56rem;
    }

    .home-science .cwidth {
        padding-top: .75rem;
        border-top: 1px solid #E1E1E1;
    }

    .home-science .home-title {
        font-size: .52rem;
        font-weight: 700;
        line-height: .5967rem;
        color: #0D3D72;
    }

    .home-science .h1 {
        font-size: .28rem;
        font-weight: 700;
        line-height: .3213rem;
        color: #0D3D72;
        margin: .49rem 0 .2rem;
    }

    .home-science .p {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        color: #5A5F64;
    }

    .home-science .p p {
        display: inline;
    }

    .home-science .readMoreBtn,
    .home-science .p br {
        display: none;
    }

    .home-science .ul {
        width: 7.5rem;
        height: 4.2rem;
        margin-left: -0.35rem;
        margin-top: .32rem;
        /* background-image: url(/images/hssbg.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 0.59rem;
    }

    .home-science .ul .li {
        margin-top: 3.6rem;
    }

    .home-science .ul .li .imgbox {
        flex-shrink: 0;
    }

    .home-science .ul .li .h3 {
        font-size: .28rem;
        font-weight: 700;
        line-height: .3213rem;
        text-align: center;
        color: #0D3D72;
        /* width: 1.3rem; */
    }

    .home-science .ul .li .h3 span {
        display: block;
    }

    .sbox {
        padding-bottom: 0;
    }

    .home-news .cwidth {
        width: 7.15rem;
        margin-right: 0;
        padding-bottom: 1px;
    }

    .home-news .ul .li {
        padding-bottom: .42rem;
    }

    .home-news .ul .li .date {
        font-size: .22rem;
        font-weight: 400;
        line-height: .2524rem;
        margin-bottom: .2rem;
    }

    .home-news .ul .li .h1 {
        font-size: .32rem;
        font-weight: 400;
        line-height: .48rem;
    }

    .home-news .moreNews {
        font-size: .22rem;
        font-weight: 400;
        line-height: .2524rem;
    }

    .home-news .moreNews img {
        width: .28rem;
        margin-left: .21rem;
    }

    .swiper-pagination-hnews {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .home-news .ul {
        margin-bottom: .45rem;
    }

    .swiper-pagination-hnews .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        background-color: #009ADD;
        margin: 0 14px !important;
    }

    .swiper-pagination-hnews .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background-color: #0D3D72;
    }

    .readMoreBtn {
        width: 2.4rem;
        height: .8rem;
        font-size: .24rem;
    }


    .home-news .readMoreBtn {
        margin-top: .74rem;
    }

    #mhead {

        padding: 0 .35rem 0 .38rem;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
    }

    .mheader {
        background-color: #F5F5F5 !important;
    }

    .mheader1 .skt {
        background-image: url(/images/logo2.png) !important;
    }

    #mhead .skt {
        width: .702rem;
        height: .54rem;
    }

    #mhead .skt img {
        width: .702rem;
        height: .54rem;
    }

    #mhead .dka {
        width: .4rem;
        height: .4rem;
    }

    .mheader1 .dka {
        background-image: url(/images/muen.png) !important;
    }

    .infolang {
        margin-right: .3rem;
        width: .4rem;
        height: .4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0D3D72;
        border: 1px solid #0D3D72;
        border-radius: 100%;
        font-size: .24rem;
    }

    .droplist {
        background-color: #F5F5F5;
        top: 1rem;
        border-top: 1px solid rgba(169, 169, 169, .2);
    }

    .mfooter {
        display: none;
    }

    .cafoot .ul {
        display: none;
    }

    .footmid {
        flex-direction: column-reverse;
    }

    .footbot .design {
        display: none;
    }

    .cafoot {
        padding: .77rem 0 .5rem;
    }

    .footmid .right {
        margin-top: 0;
        padding-bottom: .46rem;
        border-bottom: 1px solid #EDF5F750;
    }

    .footmid .right a {
        width: .64rem;
        height: .64rem;
        margin-left: 0;
        margin-right: .2666rem;
    }

    .footmid .right a img {
        width: .3733rem;
        height: .3733rem;
    }

    .footmsg {
        margin: .6rem 0 .29rem;
    }

    .footmid .p,
    .footmid .p a {
        font-size: .22rem;
        font-weight: 400;
    }

    .footbot {
        margin-top: .96rem;
        padding: 0;
        border: none;
    }

    .footbot .copyright {
        font-size: .2rem;
        font-weight: 400;
    }

    .footbot .copyright .coco {
        margin-top: 0.2rem;
        display: block;
    }

    .footbot .copyright .coco a {
        display: inline-block !important;
    }

    .mnav1 {
        display: none !important;
    }

    .about-intro {
        padding: .54rem .35rem .6rem;
    }

    .about-intro>.right {
        display: none;
    }

    .about-intro .left .right {
        display: block;
        margin-left: 0.14rem;
        width: fit-content;
        margin-bottom: .55rem;
    }

    .about-intro .h1 {
        font-size: .52rem;
        font-weight: 700;
        line-height: .5967rem;
        text-align: center;
        margin-bottom: 1.04rem;
    }

    .about-intro .right img {
        margin: 0;
        width: 6.1129rem;
    }

    .about-intro .right::after {
        width: 1.87rem;
        height: 1.28rem;
        top: -0.46rem;
        right: -0.52rem;
    }

    .about-intro .p {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        text-align: justify;
    }

    .yftitle {
        font-size: .52rem;
        font-weight: 700;
        line-height: .5967rem;
    }

    .about-mav {
        padding: 1.04rem .35rem 1.32rem;
    }

    .about-mav .ul {
        flex-direction: column-reverse;
    }

    .about-mav .ul .li {
        margin-bottom: .3rem;
        width: 100%;
        height: auto;
        min-height: 2.6rem;
        padding: .49rem .5rem .42rem;
    }

    .about-mav .ul .li .h1 {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3213rem;
        text-align: left;
    }

    .about-mav .ul .li .p {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        text-align: left;
    }

    .about-team {
        padding: .98rem .35rem .75rem;
    }

    .about-team .zhiding a {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: .53rem .5rem .5rem;
    }

    .about-team .zhiding .face {
        margin-right: 0;
        margin-bottom: .27rem;
    }

    .about-team .zhiding .face img {
        margin: 0;
        width: 2.86rem;
    }

    .about-team .zhiding .h1 {
        font-size: .32rem;
        font-weight: 700;
        line-height: .3672rem;
        text-align: center;
        margin: .27rem 0 .2rem;
    }

    .about-team .zhiding .h2 {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3213rem;
        text-align: center;
        margin-bottom: .2rem;
    }

    .about-team .zhiding .p {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        text-align: center;
    }

    .about-team .ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .about-team .ul .li {
        width: 3.26rem;
        height: 4.46rem;
        margin-right: 0;
        margin-bottom: .26rem;

    }

    .about-team .ul .li .face img {
        margin: 0;
        width: 1.82rem;
    }

    .about-team .ul .li .h1 {
        font-size: .28rem;
        margin: .25rem 0 .15rem;
    }

    #ContentPlaceHolder1_if_apply2 {
        height: 10rem !important;
    }

    .jbFirst li select,
    .jbFirst li input[type="text"],
    .jobMidd ul li input[type="text"],
    .jobMidd ul li textarea {
        background-color: transparent;
    }

    .line100 {
        width: 6.8rem;
    }

    .roadmap {
        padding: .69rem 0 1rem;
    }

    .cmnav {
        height: .86rem;
        padding: 0 0.35rem;
        overflow: auto;
    }

    .cmnav .ri {
        display: none;
    }

    .cmnav .le a.active:after {
        bottom: -0.3rem;
    }

    .cmnav .le {
        height: 100%;
    }

    .cmnav .le a {
        font-size: .22rem;
        font-weight: 400;
        line-height: .2524rem;
        margin-right: .4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        white-space: nowrap;
    }

    .cmnav .le a:after {
        display: none !important;
    }

    .cmnav .le a.active {
        border-bottom: 0.02rem solid #0D3D72;
    }

    .yf {
        padding: .54rem 0.35rem 1.08rem;
    }

    .yf .p {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        text-align: left;
    }

    .yffocus {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: auto;

    }

    .focuson {
        position: static;
        border-radius: .24rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
        height: 4.41rem;
        height: auto;
        padding-bottom: 0.3rem;

    }

    .focuson .h2 {
        line-height: 2;
        margin-bottom: .2rem;
        font-size: 0.2rem;
    }

    .yffocus img {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .pipeline {
        padding: .66rem 0.35rem 1rem;
    }

    .MolecularX {
        display: flex;
        flex-direction: column;
        margin-top: 0.89rem;
    }

    .MolecularXon {
        position: static;
        border-radius: .24rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
        height: 4.29rem;
        height: auto;
        padding-bottom: 0.5rem;
    }

    .MolecularX img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    #fullscreen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        overflow-x: scroll;
    }

    #fullscreen img {
        max-width: none;
        max-height: none;
        object-fit: fill;
        width: auto;
        height: 50vh;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
    }

    .mmclose {
        width: 0.72rem;
        height: 0.72rem;
        background-image: url(/images/mclose.png);
        background-repeat: no-repeat;
        background-size: 0.72rem 0.72rem;
        position: fixed;
        top: 16%;
        left: 50%;
        transform: translateX(-50%);
    }


    .fangdaimg {
        display: block;
        margin-bottom: .48rem;
    }

    .pipeline table {
        display: none;
    }

    .fdimg {
        margin: 0;
        width: 100%;
    }

    .fangdaimg img {
        margin: 0;
    }

    .fangdaimg span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .24rem;
        font-family: rr;
        font-size: .2rem;
        font-weight: 400;
        line-height: .2295rem;
        text-align: center;
        color: #0D3D72;
    }

    .fangdaimg span img {
        width: .24rem;
        height: .24rem;
        margin-right: .1rem;
    }

    .newlb2 .lb2>a {
        display: block;
    }

    .newlb2 .lb2 .img {
        width: 100%;
        height: 4.53rem;
        object-fit: cover;
    }

    .newlb2 .lb2 .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: .28rem;
        font-weight: 700;
        line-height: .42rem;
        margin: .19rem 0 .26rem;
    }

    .newlb2 .lb2 .wj {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        width: 100%;
    }

    .newlb2 .lb2>a {
        width: 6.8rem;
    }

    .newlb2 .lb2 .text {
        padding: .56rem .4rem .75rem;
        height: auto;
    }

    .companyjj {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .newlb2 .lb2 .date {
        font-size: .22rem;
        font-weight: 400;
        line-height: .2524rem;
    }

    .newlb2 .lb2 .wj {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        color: #5A5F64;
    }

    .newlb2 .lb2 .a {
        width: 2.2rem;
        height: .6rem;
    }

    .newlb2 .lb2 .a {
        font-size: .22rem;
    }

    .newlb2 .lb2 .a img {
        margin-left: .2rem;
    }

    .newlb2 .lb2 .a i {
        white-space: nowrap;
    }

    .newlb2 .list li .a .text,
    .detailmore {
        display: none;
    }

    .newlb2 .list li {
        height: 2rem;
    }

    .newlb2 .list li .a .date {
        font-size: .22rem;
        font-weight: 400;
        line-height: .2524rem;
        margin-bottom: .23rem;
    }

    .newlb2 .list li .a .title {
        margin: 0;
        font-size: .24rem;
        font-weight: 700;
        line-height: .38rem;

    }

    .detailcen>h3 {
        text-align: left;
        font-size: .36rem;
        line-height: .48rem;
    }

    .ddate {
        font-size: .22rem;
        font-weight: 400;
        line-height: .2524rem;
        margin: .31rem 0;
    }

    .cashare a {
        width: .42rem;
        height: .42rem;
    }

    .relatenews {
        padding: 0 .35rem 1rem;
    }

    .relatenews .ul {
        flex-wrap: wrap;
    }

    .relatenews .ul .li {
        width: 100%;
        margin-bottom: .2rem;
        margin-right: 0;
    }

    .relatenews .ul .li:last-of-type {
        margin-bottom: 0;
    }

    .relatenews .ul .li .renwm {
        width: 5.8rem;
    }

    .relatenews .ul .li .date {
        font-size: .22rem;
        margin-bottom: .22rem;
    }

    .detailbanner {
        display: none;
    }

    .detailnewnewnew .cmnav .le {
        display: none;
    }

    .detailnewnewnew .cmnav .ri {
        display: block;
    }

    .cmnav .ri a,
    .cmnav .ri a,
    .cmnav .ri a span {
        font-size: .22rem;
    }

    .cmnav .le {
        display: flex;
        align-items: center;
    }

    .detailnewnewnew .cmnav {
        border-bottom: none;
        height: auto;
        padding: .38rem 0.35rem .13rem;
    }

    .mheader {
        height: 1rem;
    }

    .detailcen {
        padding-bottom: 0 !important;
    }

    .relatenews {
        margin-top: .93rem;
    }

    .workwith {
        padding: .54rem .35rem 0;
    }

    .workwith .ul {
        display: block;
    }

    .workwith .ul .li {
        width: 100%;
        /* height: 4.78rem; */
        height: auto;
        margin-bottom: .2rem;
        padding: .53rem 0 .39rem;
    }

    .workwith .ul .li:last-of-type {
        margin: 0;
    }

    .yftitle2 {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
    }

    .workwith .ul .li .h1 {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3213rem;
        margin: .5rem 0 .2rem;
    }

    .workwith .ul .li .h2 {
        font-size: .24rem;
        font-weight: 400;
        line-height: .38rem;
    }

    .lifejob {
        background-color: #F5F5F5;
        padding-top: .84rem;
    }

    .calx {
        width: 6.8rem;
    }

    .infos {
        display: block;
        padding: .68rem .27rem .61rem;
    }

    .infos .item {
        border: none;
        width: 100%;
        padding: 0;
    }

    .infos .item .infobox {
        margin-bottom: .4rem !important;
    }

    .map2 {
        width: 6.8rem;
        display: block;
        border: 1px solid #C3D8EF;
    }

    .infoa img {
        width: .32rem;
        height: .32rem;
        margin-right: .12rem;
    }

    .infoa {
        font-size: .28rem;
    }

    .infob {
        font-size: .24rem;
        margin-top: .18rem;
    }

    .infos .item3 {
        padding-top: .48rem;
        border-top: 1px solid #DEEBEE;
    }

    .infos .item3 .h1 {
        font-size: .28rem;
        font-weight: 700;
        line-height: .3213rem;
    }

    .infos .item3 .shares a {
        width: .72rem;
        height: .72rem;
        margin: 0 .21rem;
    }

    .infos .item3 .shares a img {
        width: .42rem;
        height: .42rem;
    }

    .liuyan7 .h3 {
        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        text-align: center;
        white-space: normal;
    }

    .liuyan7 .lyLeft,
    .liuyan7 .lyTxt {
        margin: 0;
        padding: 0;
    }

    .liuyan7 .lyTxt {
        margin-bottom: .34rem;
    }

    .liuyan7 .lyLeft label,
    .liuyan7 .lycontent h5,
    .liuyan7 .lyTxt label {
        font-size: .24rem;
    }


    .roadmap {
        background-position: center 2.64rem;
        background-size: 6.8rem;
    }

    .roadmapbox {
        /* display: none; */
        /* margin-top: .8rem; */
    }

    .mbroadmapbox {
        /* display: block; */
    }

    /* .timeprocess {
        width: 7.5rem;
        height: 1.4622rem;
    }

    .timeevent .item:nth-of-type(2) {
        left: 3rem;
        bottom: 1.1rem;
    }

    .timeevent .item:nth-of-type(3) {
        left: 6.17rem;
        bottom: 0.6922rem;
    } */

    .roadmapbox {
        min-height: 4rem;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .roadmap .timeline {
        margin-top: 0;
    }

    .timeevent .item:nth-of-type(1) {
        left: 1.3rem;
        bottom: -0.07rem;
    }

    .timeevent .item:nth-of-type(2) {
        left: 5.19rem;
        bottom: 1rem;
    }

    .timeevent .item:nth-of-type(3) {
        left: 8.4rem;
        bottom: 1.6rem;
    }

    .timeevent .item:nth-of-type(4) {
        left: 10.8rem;
        bottom: 2rem;
    }

    .timeevent .item:nth-of-type(3) .eventyear,
    .timeevent .item:nth-of-type(4) .eventyear,
    .timeevent .item:nth-of-type(5) .eventyear {
        top: -0.5rem;
    }

    .eventyear {
        font-size: .32rem;
        line-height: .3672rem;
    }

    .timeevent .events .eventmonth {
        font-size: .28rem;
        line-height: .3213rem;
        margin-bottom: .05rem;
    }

    .timeevent .events .h1 {
        font-size: .28rem;
        line-height: .3213rem;
    }


    .lytj::before {
        display: none;
    }

    .lytj {
        background-color: #0D3D72;
    }


    .companyculture {
        padding: .54rem 0.35rem 0;
    }

    .asgoj {
        display: block;
        margin-top: .25rem;
        margin-bottom: 0;
    }
    .companyculture .p {
        font-size: .24rem;
        line-height: .42rem;
    }

    .companyculture .right {
        margin: 0;
        width: 100%;
        margin-top: 0.3rem;
    }

    .about-team .ul .li {
        width: 100%;
        height: auto;
    }

    .about-team .ul .li .face img {
        width: 2.48rem;
        height: 2.48rem;
    }

    .about-team .xxjs {
        font-size: .24rem;
        line-height: 1.8;
    }

}