@charset "utf-8";



.zsjy {
    background: url(../images/wmqimg/zs-bg.jpg) no-repeat center 2rem;
    background-size: 100%;
    padding-bottom: 1.3rem;
}

.zs-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.zs-top>div {
    width: 32%;
    position: relative;
}

.zs-top a {
    display: block;
    position: relative;
}

.zs-top>div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 90, 255, 0.1) 40%, #005aff 100%);
    z-index: 1;
}

.zs-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: .2rem;
}

.zs-tx h3 {
    font-size: .36rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: .24rem;
}


.zs-lk p {
    font-size: .16rem;
    color: #000000;
    line-height: .48rem;
    padding: 0 .24rem;
    cursor: pointer;
    background: url(../images/wmqimg/zs-jt.png) no-repeat right .25rem center #fff;
}

.zs-lk>ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    overflow-y: auto;
    max-height: 4.22rem;
    padding-bottom: .15rem;
}

.zs-lk {
    position: relative;
}

.zs-lk:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.zs-lk>ul li a {
    font-size: .16rem;
    line-height: .4rem;
    color: #737885;
    padding: 0 .25rem;
    background: url(../images/wmqimg/zs-jt2.png) no-repeat right .25rem center;
    background-size: .06rem;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zs-lk>ul li {
    position: relative;
}

.zs-lk>ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .04rem;
    height: 0;
    background-color: #004cd8;
    transition: all 0.5s;
}

.zs-lk>ul li:hover:before {
    height: .27rem;
}

.zs-lk>ul li:hover a {
    background: url(../images/wmqimg/zs-jt1.png) no-repeat right .25rem center;
    background-size: .06rem;
    color: #005aff;
}

.zs-top {
    padding-bottom: .65rem;
    margin-bottom: .65rem;
    border-bottom: 1px solid #acbddc;
}


.zs-bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zs-bot h3 {
    margin-right: 2.3rem;
    font-size: .36rem;
    color: #0054d3;
}

.zs-ifo p {
    margin-bottom: .3rem;

    font-size: .17rem;
    line-height: .3rem;
    color: #242e3d;
    text-align: justify;
}

.zs-ifo {
    min-width: 0;
    flex: 1;
}

.zs-ifo a {
    font-size: .18rem;
    line-height: .3rem;
    color: #0054d3;
    padding: .2rem 0;
    padding-right: .7rem;
    background: url(../images/wmqimg/zs-arrow.png) no-repeat right 40%;
    border-bottom: 1px solid #0054d3;
    background-size: .4rem;
    transition: all 0.5s;
    font-weight: 600;
}

.zs-ifo a:hover {
    letter-spacing: .02rem;
}

.stu-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.stu-top ul li {
    width: 22.7%;
}

.stu-top ul li a {
    display: block;
    background: url(../images/wmqimg/xs-tbg.png) no-repeat;
    background-size: 100% 100%;
    border: solid 1px rgba(14, 43, 121, 0.11);
    padding: .4rem;
    padding-bottom: .2rem;
    padding-right: .3rem;
}

.stu-top ul li h3 {
    font-size: .22rem;
    color: #070e32;
    padding-bottom: .2rem;
    margin-bottom: .35rem;
    position: relative;
}


.stu-top ul li h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .43rem;
    height: .02rem;
    background-color: #004cd8;
}

.stu-ico {
    text-align: right;
    width: .72rem;
    margin-right: 0;
    margin-left: auto;
    position: relative;
}

.stu-ico img {
    display: block;
    width: 100%;
}

.stu-ico img:last-child {
    display: none;
}

.stu-ico::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -0.05rem;
    right: -0.08rem;
    background-color: #009cff;
    border-radius: .06rem;
    opacity: 0.12;
}

.stu-top ul li a:hover img:last-child {
    display: block;
}

.stu-top ul li a:hover img:first-child {
    display: none;
}

.stu-top ul li a:hover h3 {
    color: #ffffff;
}

.stu-top ul li a:hover h3:after {
    background: #ffffff;
}

.stu-top ul li a:hover {
    background: url(../images/wmqimg/jzg-tbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.stu-bot {
    margin-top: .9rem;
    padding-top: .8rem;
    padding-bottom: 1.6rem;
    background: url(../images/wmqimg/xs-bg.png) no-repeat;
    background-size: cover;
}

.stu-bot h3 {
    font-size: .36rem;
    color: #004cd8;
    margin-bottom: .45rem;
}

.stu-lt {
    display: flex;
    flex-wrap: wrap;
}

.stu-lt ul {
    width: 100%;
    /* border-left: 1px solid #ddd; */
    /* padding: 0 .3rem; */
}

.stu-lt ul li {
    width: 25%;
    float: left;
    border-left: 1px solid #bac8d6;
    padding: 0 .3rem;
}

.stu-lt ul li a {
    line-height: .55rem;
    display: block;
    background: url(../images/wmqimg/xs-jt.png) no-repeat right .1rem center;
    background-size: .16rem;
    padding-right: .2rem;
    transition: all 0.5s;
}

.stu-lt ul li a:hover {
    background: url(../images/wmqimg/xs-jt.png) no-repeat right center;
    background-size: .16rem;
    color: #004cd8;
}

/* 科研基地 */

.ky-ifo p {
    font-size: .18rem;
    line-height: .32rem;
    color: #242e3d;
    text-indent: 2em;
    text-align: justify;
}

.ky-lt {
    margin-top: .6rem;
}

.ky-lt h3 {
    position: relative;
    display: flex;
    align-items: center;
}

.ky-lt h3 b {
    margin-right: .23rem;
    font-size: .24rem;
    line-height: .3rem;
    color: #004cd8;
}

.ky-line {
    flex: 1;
    min-width: 0;
    height: 1px;
    background-color: #005be4;
    opacity: 0.25;
}

.ky-lt p {
    font-size: .18rem !important;
    padding-top: .25rem !important;
    padding-bottom: .15rem !important;
    color: #242e3d;
    border-bottom: 1px solid #ececec;
    position: relative;
    text-indent: 0rem !important;
    line-height: .3rem !important;
}

.ky-lt p a:hover {
    color: #004cd8;
}

.ky-lt p::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .19rem;
    height: .01rem;
    background-color: #005be4;
}


/* 全球合作 */
.qqhz-c {
    max-width: 10.2rem;
    margin: 0 auto;
    padding-left: .1rem;
    padding-right: .1rem;
    width: 100%;
}

.hz-tx p {
    font-size: .16rem;
    line-height: .32rem;
    color: #242e3d;
    margin-bottom: .3rem;
    text-align: justify;
    text-indent: 2em;
}

.hz-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .6rem;
}

.hz-lt ul li {
    width: 48%;
    padding-left: .35rem;
    padding-right: .3rem;
    background-color: #dcefff;
    box-shadow: 0rem .01rem 0rem 0rem #004cd8;
    margin-bottom: .34rem;
}

.hz-lt ul li a {
    line-height: .8rem;
    display: block;
    font-size: .24rem;
    color: #004cd8;
    background: url(../images/wmqimg/hz-fj.png) no-repeat left center;

    background-size: 0;
    position: relative;
}

.hz-lt ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .32rem;
    height: .29rem;
    background: url(../images/wmqimg/hz-fj.png) no-repeat;
    background-size: 100% 100%;

}

.hz-lt ul li:hover a {
    background: url(../images/wmqimg/hz-fj.png) no-repeat right center;
    background-size: .32rem;
    transition: all 0.8s;
}

.hz-lt ul li:hover a::after {
    opacity: 0;
}

.hz-lt ul li a::before {
    content: '';
    width: .6rem;
    border-top: dashed 1px #004cd8;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
}













@media screen and (max-width: 1400px) {
    .zsjy {
        background-size: auto 6.4rem;
    }
}

@media screen and (max-width: 1024px) {
    .zs-tx h3 {
        font-size: .26rem;
    }

    .zs-bot h3 {
        margin-right: 1rem;
    }

    .stu-top ul li {
        width: 48%;
        margin-bottom: .2rem;
    }

    .stu-bot {
        margin-top: .3rem;
        padding-top: .3rem;
        padding-bottom: .5rem;
    }

    .stu-lt ul {
        width: 100%;
        margin-bottom: .2rem;
    }

    .ky-lt {
        margin-top: .3rem;
    }

    .stu-lt ul li {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .zs-top {
        margin-bottom: .2rem;
        padding-bottom: .2rem;
    }

    .zs-top>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .zs-bot h3 {
        width: 100%;
        margin-bottom: .2rem;
        font-size: .26rem;
    }

    .zs-ifo {
        flex: auto;
        width: 100%;
    }

    .stu-bot h3 {
        font-size: .26rem;
        margin-bottom: .3rem;
    }

    .tit {
        position: relative;
    }

    .hz-lt ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .hz-lt ul li a {
        line-height: .6rem;
        font-size: .2rem;
    }

    .hz-lt ul {
        margin-top: .3rem;
    }

    .stu-lt ul li {
        margin: .1rem 0;
    }

}

@media screen and (max-width: 640px) {
    .stu-top ul li {
        width: 100%;
    }

    .stu-lt ul {
        width: 100%;
    }

    .stu-lt ul li {
        /* line-height: .2rem; */
    }

    .stu-lt ul li a {
        line-height: .2rem;
        margin: .15rem 0;
    }
}
