@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

 :focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0044A9;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.top-img {
    display: block;
    width: 100%;
}

.header {
    position: fixed;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    background-color: #093CA2;
    z-index: 999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header .top {
    height: .6rem;
    background: url(../images/top.png)no-repeat center;
    background-size: auto 100%;
    font-size: .16rem;
    color: rgba(255, 255, 255, .6);
}

.header .top span {
    margin: 0 .3rem;
}

.header .top a {
    color: rgba(255, 255, 255, .6);
}

.header .top .code {
    position: relative;
    cursor: pointer;
margin-left: 2em;
}
.header .top .code>img{
    display: block;
    width: 1.6em;
    height: 1.6em;
}
.header .top .code .drop {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 6em;
    height: 6em;
    transform: translateX(-50%);
    z-index: 1;
    display: none;
}
.header .top .code .drop img {
    width: 100%;
    height: 100%;
}
.header .top .code:hover .drop {
    display: block;
}

.header .top .search {
    width: 2.7rem;
    height: .34rem;
    border-radius: .17rem;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    border: 1px #FFF solid;
    overflow: hidden;
}

.header .top .search input[type='text'] {
    width: 100%;
    background: none;
    color: #FFF;
    font-size: .14rem;
    padding-left: .2rem;
}

.header .top .search input[type='text']::placeholder {
    color: #FFF;
    opacity: .6;
}

.header .top .search input[type='submit'] {
    width: .64rem;
    background-color: #FFC265;
    border-radius: .17rem;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    font-size: .14rem;
    color: #FFF;
}

.header .p-logo {
    position: absolute;
    left: 50%;
    top: .1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1.9rem;
    width: 2.6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-left: -1em;
}

.header .p-logo img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.5rem;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.header .m-logo {
    display: none;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    background-color: #093CA2;
}

.nav li:nth-child(5) {
    /* margin-right: 2.8rem; */
}

.nav li>a {
    line-height: .7rem;
    font-size: .2rem;
    color: #FFF;
    font-weight: bold;
}

.nav .drop {
    width: 1.2rem;
    left: 50%;
    top: .7rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    margin-left: -.6rem;
    font-size: .16rem;
}

.nav .p-logo {
    position: relative;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    height: 0 !important;
    margin-left: 0 !important;
    overflow: hidden;
}

.footer {
    width: 100%;
    background: url(../images/footer-bg.png)no-repeat center top;
    background-size: 103% 103%;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    height: 4.5rem;
    padding-top: .55rem;
}

.footer .copyright {
    padding: .2rem;
    font-size: .16rem;
    color: rgba(255, 255, 255, .2);
    border-top: 1px rgba(255, 255, 255, .2) solid;
    margin-top: .5rem;
    text-align: center;
}

.footer .copyright>p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer .copyright img {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: .27rem;
    margin-right: .2rem;
}

.footer .tool {
    flex-wrap: nowrap;
    padding-bottom: .25rem;
}

.footer .tool .tit {
    font-weight: bold;
    color: #FFF;
    line-height: 1.4;
    margin-top: .1rem;
}

.footer .tool .icon {
    width: 1rem;
    height: 1rem;
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
}

.footer .tool .icon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/q.png)no-repeat center;
    background-size: 100%;
    animation: 30s linear infinite ani_turn2;
    -webkit-animation: 30s linear infinite ani_turn2;
}

.footer .tool .icon-img {
    width: .84rem;
    height: .84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto .42rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer .tool>a:nth-child(1) .icon-img {
    background-image: url(../images/t-icon1.png);
}

.footer .tool>a:nth-child(2) .icon-img {
    background-image: url(../images/t-icon2.png);
}

.footer .tool>a:nth-child(3) .icon-img {
    background-image: url(../images/t-icon3.png);
}

.footer .tool>a:nth-child(4) .icon-img {
    background-image: url(../images/t-icon4.png);
}

.footer .tool>a:nth-child(5) .icon-img {
    background-image: url(../images/t-icon5.png);
}

.footer .tool>a:nth-child(6) .icon-img {
    background-image: url(../images/t-icon6.png);
}

.footer .tool>a:nth-child(7) .icon-img {
    background-image: url(../images/t-icon7.png);
}

.footer .tool>a:nth-child(8) .icon-img {
    background-image: url(../images/t-icon8.png);
}

.footer .con {
    margin-top: .2rem;
    color: #FFF;
    font-size: .16rem;
}

.footer .address {
    background: url(../images/address.png)no-repeat left center;
    background-size: .22rem;
    padding-left: .35rem;
}

.footer .logo img {
    height: .92rem;
}

.footer .wx {
    width: .48rem;
}

.footer .wx>img {
    width: 100%;
}

.footer .wx .erwma {
    position: absolute;
    left: 50%;
    top: .48rem;
    width: .9rem;
    height: .9rem;
    overflow: hidden;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}

.footer .wx .erwma img {
    width: 100%;
}

.footer .link {
    width: 2.5rem;
    height: .44rem;
    border: 1px #FFF solid;
    border-radius: .22rem;
    -webkit-border-radius: .22rem;
    -moz-border-radius: .22rem;
    -ms-border-radius: .22rem;
    -o-border-radius: .22rem;
    margin-right: .2rem;
}

.select-wrapper {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
}

.select-wrapper:last-child {
    z-index: 11 !important;
}

.select-button {
    width: 100%;
    border: 0;
    cursor: pointer;
    padding: 0 .2rem 0 .2rem;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    height: .42rem;
    font-size: .14rem;
    background: none;
    color: #FFF;
}

.select-down {
    position: absolute;
    top: 50%;
    right: .2rem;
    height: .1rem;
    width: .1rem;
    overflow: hidden;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px #FFF solid;
    border-right: 1px #FFF solid;
}

.select-list {
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: none;
    position: absolute;
    left: 0;
    bottom: .44rem;
    overflow: hidden;
    z-index: 29;
}

.select-list ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 2.4;
    max-height: 2.4rem;
}

.select-list ul li {
    width: auto;
    padding-left: .2rem;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: .16rem;
    color: #333;
}

.select-list ul li.selected,
.select-list ul li:hover {
    color: #fff;
    background-color: #0044A9;
}

.select-list ul li:nth-child(1) {
    display: none;
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.footer .wx:hover .erwma {
    display: block;
}

@media (min-width: 1200px) {
    .header.fixed {
        position: fixed;
        margin-top: -.6rem;
    }
}

@media (min-width:1025px) {
    .header .top a:hover {
        color: #FFF;
    }
    
    .header.fixed .p-logo {
        width: 1.2rem;
        top: .6rem;
    }
    .header.fixed .logo {
        width: 1.2rem;
        top: .6rem;
    }
    .nav li:hover>a {
        color: rgba(255, 255, 255, .6);
    }
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .footer .tool>a:nth-child(1):hover .icon-img {
        background-image: url(../images/t-icon1-on.png);
        background-color: #FFF;
    }
    .footer .tool>a:nth-child(2):hover .icon-img {
        background-image: url(../images/t-icon2-on.png);
        background-color: #FFF;
    }
    .footer .tool>a:nth-child(3):hover .icon-img {
        background-image: url(../images/t-icon3-on.png);
        background-color: #FFF;
    }
    .footer .tool>a:nth-child(4):hover .icon-img {
        background-image: url(../images/t-icon4-on.png);
        background-color: #FFF;
    }
    .footer .tool>a:nth-child(5):hover .icon-img {
        background-image: url(../images/t-icon5-on.png);
        background-color: #FFF;
    }
    .footer .tool>a:nth-child(6):hover .icon-img {
        background-image: url(../images/t-icon6-on.png);
        background-color: #FFF;
    }
    .footer .tool>a:nth-child(7):hover .icon-img {
        background-image: url(../images/t-icon7-on.png);
        background-color: #FFF;
    }
    .footer .tool>a:nth-child(8):hover .icon-img {
        background-image: url(../images/t-icon8-on.png);
        background-color: #FFF;
    }
    
    @keyframes ani_turn2 {
        0% {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
        }
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .top-img {
        display: none;
    }
    .header {
        position: sticky;
        height: 1.2rem;
        padding-left: .2rem;
    }
    .header::after {
        display: none;
    }
    .header .p-logo {
        display: none;
    }
    .header .m-logo {
        display: flex;
        height: 1.2rem !important;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 99999;
    }
    .header .m-logo img {
        height: 100%;
    }
    .header .top {
        font-size: 14px;
        background: none;
        color: #333;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .header .top>div:first-child {
        order: 2;
        margin-top: 0rem;
    }
    .header .top>div:first-child>* {
        margin-top: .3rem;
    }
    .header .top a {
        color: #fff;
    }
    .header .top .search {
        width: 100%;
        border-color: #aec1e8;
        height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        order: 1;
    }
    .header .top .search input[type='text'] {
        color: #fff;
        font-size: 14px;
    }
    .header .top .search input[type='text']::placeholder {
        color: #fff;
    }
    .header .top .search input[type='submit'] {
        width: 70px;
        font-size: 14px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        background-color: #8aa6de;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #093ca2;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: 1rem .3rem .2rem .3rem;
        border-top: #2d669a 1px solid;
    }
    .nav {
        background: none;
        padding-left: 0;
        padding-right: 0;
        margin-top: .2rem;
    }
    .nav li {
        width: 100%;
        border-bottom: #1864c2 1px solid;
    }
    .nav li:nth-child(5) {
        margin-right: 0;
    }
    .nav li>a {
        color: #fff;
        font-size: 16px;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        filter: brightness(2);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        margin-left: 0;
        font-size: 14px;
        padding-left: 20px;
    }
    .nav .drop a{color:#fff}
    .footer {
        height: auto;
    }
    .footer .address,
    .select-button,
    .footer .copyright,
    .select-list ul li {
        font-size: 14px;
    }
    .footer .link {
        height: 30px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .select-button {
        height: 28px;
    }
    .select-list {
        bottom: 30px;
    }
}

@media (max-width:767px) {
    .header,
    .header .m-logo {
        height: 60px;
    }
    .header .m-logo img {
        /* height: 45px; */
    }
    .nav-con {
        top: 60px;
        height: calc(100vh - 60px);
        padding-top: .2rem;
    }
    .footer {
        padding-top: .2rem;
    }
    .footer .tool {
        overflow-x: auto;
    }
    .footer .tool>a {
        width: 25%;
        margin-top: .2rem;
        flex-shrink: 0;
    }
    .footer .tool .icon {
        width: 70px;
        height: 70px;
    }
    .footer .tool .icon-img {
        width: 100%;
        height: 100%;
        background-size: auto 30px;
    }
    .footer .logo {
        width: 100%;
        order: 1;
        margin-bottom: .2rem;
    }
    .footer .logo img {
        height: 60px;
    }
    .footer .address {
        order: 2;
    }
    .footer .info {
        order: 3;
    }
    .footer .copyright {
        margin-top: .3rem;
        padding: .15rem .2rem;
    }
    .footer .wx .erwma {
        top: 0;
        right: 0;
        left: unset;
        width: 80px;
        height: 80px;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
}

@media (max-width:540px) {
    .footer .logo img {
        height: 50px;
    }
    .footer .info {
        width: 100%;
        margin-top: .2rem;
    }
    .footer .link {
        flex: 1;
    }
}

@media (max-width:375px) {
    .footer .tool .icon {
        width: 60px;
        height: 60px;
    }
}

.banner,
.banner .swiper-slide {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 2;
}

.banner .button {
    position: absolute;
    left: 50%;
    bottom: .3rem;
    width: 2.75rem;
    height: .9rem;
    background: url(../images/banner-line.svg)no-repeat center bottom;
    background-size: 100%;
    z-index: 9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.banner .button .cur {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .51rem;
    height: .6rem;
    background: url(../images/banner-cur.png)no-repeat center;
    background-size: 100%;
    font-size: .22rem;
    line-height: .6rem;
    color: #FFF;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background: url(../images/prev1.svg)no-repeat center;
    background-size: 100%;
    width: .32rem;
    height: .1rem;
    z-index: 9;
    margin-top: 0;
    top: auto;
    bottom: .2rem;
}

.banner .swiper-button-prev {
    left: .3rem;
}

.banner .swiper-button-next {
    background-image: url(../images/next1.svg);
    right: .3rem;
}

@media (min-width: 1860px) {
    .banner .button {
        bottom: 1.2rem;
    }
}

.home-pageone {
    background: url(../images/bg1.png)no-repeat right bottom;
    background-size: 12.2rem;
    padding-top: 0.8rem;
    padding-bottom: 1.3rem;
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
}

@font-face {
    font-family: 'DIN-Medium';
    src: url('../fonts/DIN-Medium.otf');
}

.home-title .icon {
    width: .72rem;
    margin-right: .1rem;
}

.home-title .icon img {
    width: 100%;
}

.home-title .title {
    font-size: .38rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-SemiBold';
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #999;
}

.home-title .more::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #153BAA;
    bottom: -.1rem;
}

.home-title .more::after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 2px;
    background-color: #C20B15;
    bottom: -.1rem;
}

.home-news {
    margin-right: .3rem;
}

.home-news .home-title {
    margin-top: .1rem;
}

.home-news .focus {
    width: 7.4rem;
    margin-left: .3rem;
}

.home-news .focus .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 61.5%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .con {
    margin-top: .5rem;
}

.home-news .focus .date {
    background-color: #0044A9;
    color: #FFF;
    font-size: .16rem;
    line-height: 1;
    font-family: 'Arial';
    width: .8rem;
    height: .8rem;
    margin-right: .3rem;
}

.home-news .focus .date span {
    font-size: .4rem;
    font-family: 'DIN-Medium';
    margin-bottom: .05rem;
}

.home-news .focus .tit {
    font-size: .2rem;
    line-height: 1;
    height: .2rem;
    overflow: hidden;
}

.home-news .focus .des {
    font-size: .16rem;
    line-height: 1.7;
    color: #929292;
    margin-top: .1rem;
    height: .55rem;
    overflow: hidden;
}

.home-news .focus .swiper-button-white {
    width: 30px;
    height: 42px;
    background-color: rgba(0, 0, 0, .5);
    background-size: 14px;
    margin-top: 0;
    top: calc(50% - .9rem);
}

.home-news .focus .swiper-button-prev {
    left: 0;
}

.home-news .focus .swiper-button-next {
    right: 0;
}

.home-pageone .content {
    margin-top: .4rem;
}

.home-pageone .content .item {
    height: 1rem;
    border-bottom: 1px solid rgba(216, 216, 216, .6);
    padding-right: .2rem;
}

.home-pageone .content .item .date {
    width: .85rem;
    font-size: .14rem;
    line-height: 1;
    color: #B1B1B1;
    font-family: 'Arial';
    padding-left: .2rem;
    padding-right: .2rem;
}

.home-pageone .content .item .date span {
    font-size: .32rem;
    color: #0044A9;
    font-family: 'DIN-Medium';
    padding-bottom: .05rem;
    border-bottom: 1px solid rgba(216, 216, 216, .6);
    margin-bottom: .05rem;
}

.home-pageone .content .item .tit {
    line-height: 1.6;
}

.home-notice {
    width: 3.8rem;
}

.home-notice .home-title {
    margin-top: .1rem;
}

.home-pagetwo {
    width: 100%;
    background: url(../images/bg2.png)no-repeat center top;
    background-size: cover;
    z-index: 2;
    margin-top: -.7rem;
    padding-top: .9rem;
    padding-bottom: .65rem;
}

.home-media {
    width: 9.2rem;
    margin-right: .9rem;
}

.home-media .content,
.home-dt .content {
    margin-top: .4rem;
}

.home-media .con {
    width: 6.2rem;
    z-index: 1;
}

.home-media .con .pic {
    overflow: hidden;
    padding-top: 59.68%;
    cursor: pointer;
}

.home-media .con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-media .con .pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    width: .6rem;
    height: .6rem;
}

.home-media .tabs {
    z-index: 2;
    background-color: #FFF;
}

.home-media .tabs .item {
    height: 1.23rem;
    border-bottom: 1px #DAE0E8 solid;
    padding-top: .15rem;
    padding-left: .2rem;
    padding-right: .2rem;
    z-index: 9;
}

.home-media .tabs .item:last-child {
    border-bottom: 0;
}

.home-media .tabs .item .date {
    font-size: .16rem;
    color: #B1B1B1;
}

.home-media .tabs .item .txt {
    width: 1.5rem;
    line-height: .3rem;
    border: 1px #B9CCEE solid;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    background-color: #EBF4FF;
    font-size: .16rem;
    color: #0044A9;
}

.home-media .tabs .item .txt::before {
    content: '';
    width: .09rem;
    height: .1rem;
    position: absolute;
    left: .05rem;
    top: 50%;
    background: url(../images/arrow2.png)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-media .tabs .item .txt::after {
    content: '';
    width: .09rem;
    height: .1rem;
    position: absolute;
    right: .05rem;
    top: 50%;
    background: url(../images/arrow2.png)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.home-media .tabs .item .tit {
    line-height: 1.6;
    margin-top: .05rem;
    z-index: 9;
    height: .58rem;
    overflow: hidden;
}

.home-media .tabs .item .arrow {
    position: absolute;
    right: -.15rem;
    top: 50%;
    width: .3rem;
    height: .1rem;
    background: url(../images/arrow1.png)no-repeat center;
    background-size: 100%;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}

.home-media .tabs .item.on::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: -.45rem;
    height: 100%;
    background-color: #CE9C47;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}

.home-media .tabs .item.on .txt {
    background: none;
    color: #FFF;
    border-color: #FFF;
}

.home-media .tabs .item.on .txt::after,
.home-media .tabs .item.on .txt::before {
    background-image: url(../images/arrow3.png);
}

.home-media .tabs .item.on .date,
.home-media .tabs .item.on .tit {
    color: #FFF;
}

.home-media .tabs .item.on .tit {
    font-weight: bold;
}

.home-media .tabs .item.on .arrow {
    display: block;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 80vh;
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    /* top: -.3rem; */
    bottom: 100%;
    margin-bottom: .1rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-dt .item {
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px #DAE0E8 solid;
}

.home-dt .item:first-child {
    padding-top: .08rem;
}

.home-dt .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-dt .item .tit {
    font-size: .2rem;
    line-height: 1.5;
    overflow: hidden;
    height: .6rem;
}

.home-dt .item .date {
    margin-right: .3rem;
    font-size: .12rem;
    color: #0044A9;
    line-height: 1;
    z-index: 11;
}

.home-dt .item .date::after {
    content: '';
    position: absolute;
    left: -.4rem;
    z-index: -1;
    top: .1rem;
    width: .7rem;
    height: .64rem;
    background: url(../images/arrow4.png)no-repeat center;
    background-size: 100%;
}

.home-dt .item .date .day {
    font-size: .36rem;
    font-family: 'DIN-Medium';
    margin-right: .05rem;
}

.home-dt .item .date .txt {
    text-align: right;
}

.home-dt .item .date .txt span {
    font-family: 'DIN-Medium';
    margin-bottom: .05rem;
    font-size: .18rem;
}

.home-page-there {
    z-index: 1;
    background: url(../images/bg3.png)no-repeat left -.9rem;
    background-size: 10.15rem;
    padding-top: .8rem;
}

.home-jiaoyu .content {
    margin-top: .35rem;
}

.home-jiaoyu .swiper-slide {
    overflow: hidden;
    height: 1.7rem;
}

.home-jiaoyu .swiper-button-prev,
.home-jiaoyu .swiper-button-next {
    background-size: .18rem;
}

.home-jiaoyu .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230D4FB0'%2F%3E%3C%2Fsvg%3E");
    left: -.4rem;
}

.home-jiaoyu .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230D4FB0'%2F%3E%3C%2Fsvg%3E");
    right: -.4rem;
}

.home-edu,
.home-kexue {
    width: 48.5%;
    margin-top: .9rem;
}

.home-edu .content,
.home-kexue .content {
    margin-top: .3rem;
}

.home-edu .item {
    border-bottom: 1px #E3E3E3 solid;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.home-edu .item .date {
    color: #0044A9;
    line-height: 1;
    font-family: 'Arial';
    margin-right: .4rem;
    white-space: nowrap;
    font-size: .18rem;
}

.home-edu .item .tit {
    font-size: .2rem;
    line-height: 1;
    height: .2rem;
    overflow: hidden;
}

.home-edu .item .des {
    color: #929292;
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .1rem;
    display: none;
    overflow: hidden;
    height: .51rem;
}

.home-edu .item .date-show {
    display: none;
    color: #B1B1B1;
    font-size: .16rem;
    line-height: 1;
    margin-right: .5rem;
    font-family: 'Arial';
}

.home-edu .item .date-show span {
    font-size: .36rem;
    font-family: 'DIN-Medium';
    border-bottom: 1px #D8D8D8 solid;
    color: #0044A9;
    padding-bottom: .05rem;
    margin-bottom: .05rem;
}

.home-edu .item.on {
    padding-top: .35rem;
    background-image: linear-gradient(rgba(240, 246, 255, 0.5), rgba(236, 242, 255, 1));
    border-bottom: 2px #0044A9 solid;
    padding-left: .25rem;
    padding-right: .25rem;
}

.home-edu .item.on .date {
    display: none;
}

.home-edu .item.on .date-show {
    display: block;
}

.home-edu .item.on .tit {
    font-weight: bold;
    color: #0044A9;
}

.home-edu .item.on .des {
    display: block;
}

.home-kexue .item {
    border-bottom: 1px #E3E3E3 solid;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.home-kexue .item .date {
    color: #0044A9;
    white-space: nowrap;
    font-family: 'Arial';
    margin-right: .4rem;
    line-height: 1;
    font-size: .18rem;
}

.home-kexue .item .tit {
    line-height: 1;
    font-size: .2rem;
}

.home-kexue .item .pic {
    display: none;
    width: 2.5rem;
    height: 1.66rem;
    overflow: hidden;
    margin-right: .3rem;
}

.home-kexue .item .des {
    display: none;
    color: #929292;
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .1rem;
}

.home-kexue .item .show {
    display: none;
    margin-top: .2rem;
}

.home-kexue .item .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .3rem;
    height: .1rem;
    background: url(../images/arrow5.png)no-repeat center;
    background-size: 100%;
}

.home-kexue .item .date-show {
    margin-right: .3rem;
    font-size: .12rem;
    color: #0044A9;
    line-height: 1;
    z-index: 11;
}

.home-kexue .item .date-show .day {
    font-size: .36rem;
    font-family: 'DIN-Medium';
    margin-right: .05rem;
}

.home-kexue .item .date-show .txt {
    text-align: right;
}

.home-kexue .item .date-show .txt span {
    font-family: 'DIN-Medium';
    margin-bottom: .05rem;
    font-size: .18rem;
}

.home-kexue .item.on {
    padding-left: .25rem;
    padding-right: .25rem;
    background-image: linear-gradient(rgba(240, 246, 255, 0.5), rgba(236, 242, 255, 1));
    border-bottom: 2px #0044A9 solid;
}

.home-kexue .item.on .pic,
.home-kexue .item.on .des,
.home-kexue .item.on .show {
    display: block;
}

.home-kexue .item.on .date {
    display: none;
}

.home-kexue .item.on .tit {
    font-weight: bold;
    color: #0044A9;
}

.pub-bg {
    background: url(../images/pub-bg.png)no-repeat center bottom;
    background-size: 100%;
    margin-bottom: -.5rem;
    padding-bottom: 2rem;
}

.home-online {
    margin-top: .75rem;
    margin-bottom: .3rem;
}

.home-online .content {
    margin-top: .35rem;
}

.home-online .pic {
    overflow: hidden;
    padding-top: 63%;
}

.home-online .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-online .tit {
    font-size: .2rem;
    line-height: 1;
    margin-top: .25rem;
}

.home-online .date {
    border-top: 1px #D1D1D1 solid;
    margin-top: .25rem;
    padding-top: .2rem;
    color: #0044A9;
    font-size: .16rem;
    font-family: 'DIN-Medium';
    line-height: 1;
}

.home-online .arrow {
    position: absolute;
    right: 0;
    bottom: .03rem;
    width: .3rem;
    height: .1rem;
    background: url(../images/arrow5.png)no-repeat center;
    background-size: 100%;
}

.home-online .swiper-button-next,
.home-online .swiper-button-prev {
    width: .62rem;
    height: .62rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FFF;
    border: 1px #BFD3E7 solid;
    margin-top: 0;
    top: auto;
    bottom: -1.1rem;
}

.home-online .swiper-button-next {
    right: 0;
}

.home-online .swiper-button-prev {
    right: .8rem;
    left: auto;
}

.home-online .swiper-button-next::after,
.home-online .swiper-button-prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .25rem;
    height: .19rem;
    background: url(../images/next2.png)no-repeat center;
    background-size: 100%;
}

.home-online .swiper-button-prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate();
    -moz-transform: translate(-50%, -50%) rotate();
    -ms-transform: translate(-50%, -50%) rotate();
    -o-transform: translate(-50%, -50%) rotate();
}

.quick-menu {
    position: fixed;
    right: .2rem;
    width: .9rem;
    z-index: 11;
    bottom: .2rem;
    padding-bottom: .1rem;
    display: none;
}

.quick-menu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0049AD;
    box-shadow: inset 0 -.08rem .15rem rgba(255, 255, 255, .3);
}

.quick-menu::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #D4E4FF;
    transform: translate(.05rem, .05rem);
    -webkit-transform: translate(.05rem, .05rem);
    -moz-transform: translate(.05rem, .05rem);
    -ms-transform: translate(.05rem, .05rem);
    -o-transform: translate(.05rem, .05rem);
    z-index: -1;
}

.quick-menu .logo {
    margin-top: -.2rem;
    z-index: 2;
}

.quick-menu .logo img {
    width: .64rem;
}

.quick-menu .con {
    z-index: 2;
}

.quick-menu .icon {
    width: .6rem;
    height: .6rem;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/q-bg1.png)no-repeat center;
    background-size: 100%;
}

.quick-menu .icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .24rem;
    height: .24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.quick-menu .con>a {
    margin-top: .08rem;
}

.quick-menu .tit {
    font-size: .14rem;
    line-height: 1;
    color: #FFF;
    margin-top: .05rem;
}

.quick-menu .back-top {
    background: url(../images/up.png)no-repeat center;
    background-size: .28rem;
    height: .26rem;
    margin-top: .15rem;
    width: 100%;
    z-index: 2;
    cursor: pointer;
}

.quick-menu .con>a:nth-child(1) .icon::after {
    background-image: url(../images/q1.png);
}

.quick-menu .con>a:nth-child(2) .icon::after {
    background-image: url(../images/q2.png);
}

.quick-menu .con>a:nth-child(3) .icon::after {
    background-image: url(../images/q3.png);
}

.quick-menu .con>a:nth-child(4) .icon::after {
    background-image: url(../images/q4.png);
}

.quick-menu .con>a:nth-child(5) .icon::after {
    background-image: url(../images/q5.png);
}

.quick-menu .con>a:nth-child(6) .icon::after {
    background-image: url(../images/q6.png);
}

.quick-menu .con>a:nth-child(7) .icon::after {
    background-image: url(../images/q7.png);
}

.quick-menu .con>a:nth-child(8) .icon::after {
    background-image: url(../images/q8.png);
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #C20B15;
    }
    .home-news .focus .swiper-slide:hover .pic img,
    .home-jiaoyu .swiper-slide:hover img,
    .home-online .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .focus .swiper-slide:hover .pic:before,
    .home-jiaoyu .swiper-slide:hover::before,
    .home-online .swiper-slide:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-pageone .content .item:hover {
        background: url(../images/tbg1.png)no-repeat center;
        background-size: cover;
        color: #FFF;
    }
    .home-pageone .content .item:hover .tit,
    .home-dt .item:hover .tit,
    .home-online .swiper-slide:hover .tit {
        font-weight: bold;
    }
    .home-pageone .content .item:hover .date,
    .home-pageone .content .item:hover .date span {
        color: #FFCB72;
    }
    .home-pageone .content .item:hover .date span {
        border-bottom-color: #FFF;
    }
    .home-dt .item:hover .tit {
        text-decoration: underline;
    }
    .home-online .swiper-button-next:hover,
    .home-online .swiper-button-prev:hover {
        background: url(../images/quqan.png)no-repeat center;
        background-size: 100%;
    }
    .home-online .swiper-button-next:hover::after,
    .home-online .swiper-button-prev:hover::after {
        background-image: url(../images/next3.png);
    }
    .quick-menu .con>a:hover .icon {
        background-image: url(../images/q-bg2.png);
    }
    .quick-menu .con>a:nth-child(1):hover .icon::after {
        background-image: url(../images/q1-on.png);
    }
    .quick-menu .con>a:nth-child(2):hover .icon::after {
        background-image: url(../images/q2-on.png);
    }
    .quick-menu .con>a:nth-child(3):hover .icon::after {
        background-image: url(../images/q3-on.png);
    }
    .quick-menu .con>a:nth-child(4):hover .icon::after {
        background-image: url(../images/q4-on.png);
    }
    .quick-menu .con>a:nth-child(5):hover .icon::after {
        background-image: url(../images/q5-on.png);
    }
    .quick-menu .con>a:nth-child(6):hover .icon::after {
        background-image: url(../images/q6-on.png);
    }
    .quick-menu .con>a:nth-child(7):hover .icon::after {
        background-image: url(../images/q7-on.png);
    }
    .quick-menu .con>a:nth-child(8):hover .icon::after {
        background-image: url(../images/q8-on.png);
    }
}

@media (max-width:1199px) {
    .home-title .title {
        font-size: 22px;
    }
    .home-title .more,
    .home-pageone .content .item .date,
    .home-news .focus .date,
    .home-news .focus .des,
    .home-media .tabs .item .date,
    .home-dt .item .date .txt span,
    .home-media .tabs .item .txt,
    .home-edu .item .date,
    .home-kexue .item .date,
    .home-edu .item .date-show,
    .home-edu .item .des,
    .home-kexue .item .date-show .txt span,
    .home-kexue .item .des,
    .home-online .date {
        font-size: 12px;
    }
    .home-dt .item .date,
    .home-kexue .item .date-show {
        font-size: 10px;
    }
    .home-pageone .content .item .date span,
    .home-news .focus .date span,
    .home-edu .item .date-show span {
        font-size: 18px;
    }
    .home-pageone .content .item .date {
        width: 70px;
    }
    .home-news .focus .date {
        width: 56px;
        height: 56px;
    }
    .home-news .focus .des,
    .home-news .focus .tit,
    .home-pageone .content .item,
    .home-media .tabs .item .tit,
    .home-dt .item .tit,
    .home-edu .item .tit,
    .home-edu .item .des {
        height: auto;
    }
    .home-news .focus .tit,
    .home-dt .item .tit,
    .home-edu .item.on .tit,
    .home-kexue .item .tit,
    .home-edu .item .tit,
    .home-online .tit {
        font-size: 14px;
    }
    .home-pageone .content .item {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .home-media {
        margin-right: .5rem;
    }
    .home-dt .item .date .day,
    .home-kexue .item .date-show .day {
        font-size: 22px;
    }
    .home-media .tabs .item .txt {
        line-height: 22px;
        border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
        width: 75px;
    }
    .home-jiaoyu .swiper-button-prev {
        left: .15rem;
    }
    .home-jiaoyu .swiper-button-next {
        right: .15rem;
    }
    .home-online .swiper-button-next,
    .home-online .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
    .home-online .swiper-button-next::after,
    .home-online .swiper-button-prev::after {
        width: 16px;
        height: 12px;
    }
    .home-online .swiper-button-prev {
        right: 50px;
    }
    .quick-menu {
        display: none !important;
    }
}

@media (max-width:950px) {
    .home-pageone {
        padding-top: .4rem;
        padding-bottom: .6rem;
    }
    .home-news {
        margin-right: 0;
    }
    .home-notice {
        width: 100%;
        margin-top: .3rem;
    }
    .home-pageone .content {
        margin-top: .2rem;
    }
    .home-media {
        width: 100%;
        margin-right: 0;
    }
    .home-media .con {
        width: 58%;
    }
    .home-media .tabs .item {
        height: auto;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .home-dt {
        margin-top: .4rem;
    }
    .home-edu,
    .home-kexue {
        width: 49%;
    }
}

@media (max-width:767px) {
    .home-news {
        max-width: 100%;
        width: 100%;
    }
    .home-news .focus {
        width: 100%;
        margin-left: 0;
    }
    .home-title .icon {
        width: 42px;
    }
    .home-edu,
    .home-kexue {
        width: 100%;
        margin-top: .4rem;
    }
    .pub-bg {
        margin-bottom: 0;
    }
}

@media(max-width:540px) {
    .home-media .con {
        width: 100%;
    }
    .home-media .tabs .item.on::after {
        right: 0;
        clip-path: none;
    }
    .home-media .tabs .item.on .arrow {
        display: none;
    }
    /* .home-pagetwo {
        padding-top: 1.5rem;
        margin-top: -1.6rem;
    } */
    .home-edu .item .date,
    .home-edu .item .date-show {
        margin-right: .3rem;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.sidebar {
    width: 3.25rem;
    background: #0049AD url(../images/tbg2.png)no-repeat center top;
    background-size: 100%;
    padding-bottom: .2rem;
    margin-top: -1.35rem;
    margin-right: .65rem;
}

.sidebar .title {
    height: 1.35rem;
    line-height: 1.35rem;
    color: #FFF;
    font-size: .36rem;
    font-weight: bold;
}

.sidebar>ul {
    min-height: 4rem;
    background: #F7FBFF url(../images/tbg3.png)no-repeat center bottom;
    margin-left: .2rem;
    padding: .1rem .3rem .8rem .3rem;
}

.sidebar>ul>li {
    border-bottom: 1px dashed rgba(0, 150, 214, 0.2);
}

.sidebar>ul>li>a {
    line-height: .9rem;
    font-size: .24rem;
    color: #474747;
    padding-left: .25rem;
}

.sidebar>ul>li>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: .3rem;
    height: 100%;
    background: url(../images/arrow0.svg)no-repeat center;
    background-size: .18rem;
}

.sidebar>ul>li.on {
    border-bottom: 1px solid #0049AD;
}

.sidebar>ul>li.on>a {
    font-weight: bold;
    color: #0044A9;
}

.sidebar>ul>li.on>a::after {
    background-image: url(../images/arrow.svg);
}

.sidebar>ul>li.on::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #0044A9;
}

.pub-content {
    margin-top: .3rem;
}

.pub-title .title {
    font-size: .24rem;
    border-left: 3px solid #0044A9;
    padding-left: .15rem;
    line-height: 1;
}

.pub-title .crumbs {
    background: url(../images/home.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
    color: #999999;
    font-size: .16rem;
}

.pub-title .crumbs a {
    color: #999999;
}

.pub-title .crumbs a::after {
    content: '>';
    margin: 0 .05rem;
}

.img-list {
    margin-top: .3rem;
}

.img-list .item {
    padding: .2rem;
    border-bottom: 1px #D3DDED dashed;
}

.img-list .item .pic {
    overflow: hidden;
    width: 3.3rem;
    height: 2.2rem;
    margin-right: .6rem;
}

.img-list .item .text-con {
    padding-top: .3rem;
}

.img-list .item .date {
    margin-right: .3rem;
    font-size: .12rem;
    color: #0044A9;
    line-height: 1;
    z-index: 11;
}

.img-list .item .date::after {
    content: '';
    position: absolute;
    left: -.4rem;
    z-index: -1;
    top: -.15rem;
    width: .7rem;
    height: .64rem;
    background: url(../images/arrow4.png)no-repeat center;
    background-size: 100%;
}

.img-list .item .date .day {
    font-size: .36rem;
    font-family: 'DIN-Medium';
    margin-right: .05rem;
}

.img-list .item .date .txt {
    text-align: right;
}

.img-list .item .date .txt span {
    font-family: 'DIN-Medium';
    margin-bottom: .05rem;
    font-size: .18rem;
}

.img-list .item .tit {
    font-size: .22rem;
    line-height: 1;
    overflow: hidden;
    margin-top: .25rem;
    height: .22rem;
}

.img-list .item .des {
    font-size: .16rem;
    color: #929292;
    line-height: 1.9;
    margin-top: .15rem;
    overflow: hidden;
    height: .61rem;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
    margin-bottom: .5rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #0044A9;
    color: #FFF;
    border-color: #0044A9;
}

.txt-list .item {
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px #D3DDED dashed;
    padding-right: .3rem;
    margin-top: 0.2rem;
}

.txt-list .item .date {
    margin-right: .4rem;
    width: .85rem;
    height: 1rem;
    border: 1px rgba(0, 0, 0, .1) solid;
    color: #B1B1B1;
    font-size: .14rem;
    font-family: 'Arial';
    line-height: 1;
}

.txt-list .item .date span {
    color: #0044A9;
    font-family: 'DIN-Medium';
    font-size: .32rem;
    border-bottom: 1px #D8D8D8 solid;
    margin-bottom: .05rem;
    width: 60%;
    padding-bottom: .05rem;
}

.txt-list .item .tit {
    font-size: .22rem;
    line-height: 1;
    overflow: hidden;
    height: .22rem;
}

.txt-list .item .des {
    font-size: .16rem;
    line-height: 1;
    color: #929292;
    margin-top: .2rem;
    overflow: hidden;
    height: .16rem;
}

.txt-list.s2 {
    margin-top: .2rem;
}
.txt-list.s2 .item {
    position: relative;
    padding-left: 2em;
    margin:  0;
}
.txt-list.s2 .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: .8em;
    transform: translateY(-50%);
    width: .4em;
    height: .4em;
    border-radius: 50%;
    background: #999999;
}
.txt-list.s2 .item .tit {
    position: relative;
    flex: 1;
}
.txt-list.s2 .item .time {
    font-size: .9em;
    font-family: 'Arial';
    color: #999999;
    margin-left: 1em;
}
.txt-list.s2 .item:hover::before {
    background: #ffffff;
}
.txt-list.s2 .item:hover .time {
    color: #ffffff;
}


.details {
    margin-top: .3rem;
    margin-bottom: .5rem;
}

.details .con {
    padding: .2rem .4rem .35rem .4rem;
    background-image: linear-gradient(rgba(237, 243, 255, 0.5), rgba(237, 243, 255, 0.5));
}

.details h1 {
    font-size: .24rem;
    font-weight: normal;
    border-bottom: 1px dashed #D3DDED;
    padding: .15rem 0;
    line-height: 1.4;
}

.details .info {
    font-size: .16rem;
    color: #888;
    margin-top: .15rem;
}

.details .info span {
    margin-right: .2rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .info .time {
    background: url(../images/time.png)no-repeat left center;
    background-size: .17rem;
    padding-left: .25rem;
}


.details .info .ggdw {
    background: url(../images/ggdw.png)no-repeat left center;
background-size: .23rem;
    padding-left: .25rem;
}

.details .info .click {
    background: url(../images/click.png)no-repeat left center;
    background-size: .22rem;
    padding-left: .3rem;
}

.details .body {
    line-height: 2;
    margin-top: .3rem;
}

.details .body p {
    text-indent: .36rem;
}

.details .body img {
    display: block;
    max-width: 100% !important;
    margin: 0 auto;
}

.details .prev-next {
    margin-top: 1rem;
    padding-top: .3rem;
    border-top: 1px #EEEEEE solid;
    line-height: 1.8;
}

.details .prev-next::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 1rem;
    height: 4px;
    background-color: #0044A9;
}

.details .prev-next span {
    color: #0044A9;
}

.about {
    margin-top: .3rem;
    line-height: 2;
    margin-bottom: .5rem;
}

.about .pic {
    overflow: hidden;
    float: right;
    width: 4.5rem;
    margin-left: .4rem;
}

.about .pic img {
    width: 100%;
}

.about p {
    text-indent: .36rem;
    margin-top: .4rem;
}

.photo {
    margin-top: -.3rem;
    overflow: hidden;
}

.photo .item {
    margin-top: .6rem;
    width: 32.5%;
    margin-right: 1.2%;
}

.photo .item:nth-of-type(3n) {
    margin-right: 0;
}

.photo .item .pic {
    overflow: hidden;
    padding-top: 67%;
}

.photo .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.photo .item .tit {
    border-bottom: 2px #0049AD solid;
    font-size: .22rem;
    line-height: .66rem;
    height: .66rem;
    overflow: hidden;
}

@media (min-width:1025px) {
    .pub-title .crumbs a:hover {
        color: #0044A9;
    }
    .img-list .item:hover,
    .txt-list .item:hover {
        background: #0049AD url(../images/tbg4.png)no-repeat right bottom;
        background-size: auto 100%;
    }
    .img-list .item:hover .pic::before,
    .photo .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .img-list .item:hover .pic img,
    .photo .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .img-list .item:hover .tit,
    .img-list .item:hover .date .txt span,
    .img-list .item:hover .date .day,
    .txt-list .item:hover .tit,
    .txt-list .item:hover .date,
    .txt-list .item:hover .date span {
        color: #FFF;
    }
    .img-list .item:hover .date .txt {
        color: rgba(255, 255, 255, .5);
    }
    .img-list .item:hover .des,
    .txt-list .item:hover .des {
        color: #DFDFDF;
    }
    .txt-list .item:hover {
        padding-left: .2rem;
    }
    .txt-list.s2 .item:hover {
        padding-left: 2em;
    }
    .txt-list .item:hover .date {
        border: 0;
        background: url(../images/arrow4.png)no-repeat center .15rem;
        background-size: .7rem;
    }
}

@media (max-width:1199px) {
    .page {
        line-height: 22px;
        margin-top: .4rem;
        margin-bottom: 0;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .page,
    .pub-title .crumbs,
    .img-list .item .date .txt span,
    .img-list .item .des,
    .txt-list .item .date,
    .txt-list .item .des,
    .details .info {
        font-size: 12px;
    }
    .img-list .item .tit,
    .img-list .item .des,
    .txt-list .item .tit,
    .txt-list .item .des {
        height: auto;
    }
    .sidebar {
        margin-right: .3rem;
    }
    .sidebar .title {
        height: 90px;
        line-height: 90px;
        font-size: 24px;
    }
    .sidebar>ul>li>a {
        line-height: 60px;
        font-size: 16px;
    }
    .pub-title .title,
    .details h1 {
        font-size: 18px;
    }
    .img-list .item .date {
        font-size: 10px;
    }
    .img-list .item .date .day,
    .txt-list .item .date span {
        font-size: 22px;
    }
    .img-list .item .tit,
    .txt-list .item .tit,
    .photo .item .tit {
        font-size: 14px;
    }
    .txt-list .item .date {
        width: 60px;
        height: 60px;
        margin-right: .3rem;
    }
    .details,
    .about {
        margin-bottom: 0;
    }
    .details .info .font {
        display: none;
    }
    .photo .item .tit {
        height: 46px;
        line-height: 46px;
    }
}

@media (max-width:950px) {
    .sidebar {
        display: none;
    }
    .img-list .item .pic {
        width: 25%;
    }
}

@media (max-width:767px) {
    .pub-bg {
        padding-bottom: 1rem;
    }
    .img-list {
        margin-top: 0;
    }
    .img-list .item {
        padding-left: 0;
        padding-right: 0;
    }
    .img-list .item .pic {
        width: 35%;
        height: auto;
        padding-top: 20%;
        margin-right: .3rem;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .img-list .item .date::after {
        width: 36px;
        height: 33px;
        left: -20px;
        top: -10px;
    }
    .img-list .item .text-con {
        padding-top: 10px;
    }
    .img-list .item .tit {
        margin-top: .15rem;
    }
    .img-list .item .des {
        margin-top: .1rem;
    }
    .photo .item {
        width: 48%;
        margin-right: 2%;
    }
    .photo .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .photo .item:nth-child(even) {
        margin-right: 0;
    }

    .home-pagetwo {
        padding-top: .2rem;
        margin-top: 0;
    }

    .home-title .title {
        font-size: 18px;
    }
    .home-pageone .content .item .tit,
    .home-media .tabs .item .tit,
    .home-dt .item .tit,
    .home-edu .item.on .tit,
    .home-edu .item .tit,
    .home-kexue .item .tit,
    .home-online .tit,
    .home-news .focus .tit {
        font-size: 16px;
    }
    .home-online .date {
        font-size: 14px;
    }
    .home-edu .item,
    .home-kexue .item {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    .home-pageone .content .item,
    .home-dt .item {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

@media (max-width:540px) {
    .n-banner img {
        width: auto;
        height: 220px;
    }
    .img-list .item .pic {
        margin-right: 0;
        width: 100%;
        padding-top: 65%;
    }
    .img-list .item .text-con {
        padding-top: 20px;
    }
    .about .pic {
        margin-left: 0;
        width: 100%;
        float: none;
    }
}

.leader-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .22rem;
}
.leader-list .item {
    position: relative;
    display: flex;
    width: 5.4rem;
    height: 3.2rem;
    padding: .13rem 0 .16rem .13rem;
    background-color: #FFFFFF;
    border: 1px solid #DAE0E8;
    background-image: url(../images/leader-bg.png);
    background-size: 2.54rem 100%;
    background-repeat: no-repeat;
    margin-bottom: .5rem;
}
.leader-list .item:hover {
    background-size: 2.74rem 100%;
    background-image: url(../images/leader-bg2.png);
}
.leader-list .item .pic {
    width: 2.34rem;
    height: 2.91rem;
    overflow: hidden;
}
.leader-list .item .text-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .28rem;
}
.leader-list .item .tit {
    font-size: .26rem;
    font-weight: bold;
    color: #0049AD;
    margin-bottom: .2rem;
}
.leader-list .item .des,
.leader-list .item .check {
    font-size: .16rem;
    font-weight: normal;
    line-height: 1.8;
    color: #9E9E9E;
}
.leader-list .item .des {
    height: 3.6em;
}
.leader-list .item .check {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .14rem;
    padding-top: .28rem;
    margin-top: .35rem;
    border-top: 1px solid #D8D8D8;
}
.leader-list .item .check::after {
    content: "";
    width: .28rem;
    height: 0.08rem;
    background: url(../images/arrow5.png) no-repeat center;
    background-size: contain;
}

.org-set .box {
    position: relative;
    margin-top: .3rem;
    margin-left: 0.06rem;
}
.org-set .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -.06rem;
    width: 50%;
    height: 1.4rem;
    border-radius: 0px .4rem 0px .4rem;
    background: #0049AD;
}
.org-set .box .top {
    position: relative;
    padding: .16rem .28rem;
    border-radius: 0px .4rem 0px 0px;
    background: #F7FBFF;
    margin-right: .33rem;
}
.org-set .box .top .tit {
    position: relative;
    font-size: .22rem;
    font-weight: bold;
    line-height: 1.5;
    color: #0049AD;
    padding-left: .14rem;
}
.org-set .box .top .tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 0.04rem;
    height: 80%;
    background: #FEB152;
}
.org-set .box .cont {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: .1rem .4rem;
    border: 1px solid #CEDBE8;
    min-height: .8rem;
}
.org-set .box .cont a {
    display: flex;
    align-items: center;
    width: 33.33%;
    font-size: .16rem;
    line-height: 1.3;
    padding-right: 3em;
    margin: .1rem 0;
    min-height: 2em;
}
.org-set .box .cont a::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../images/icon-org.svg) no-repeat center;
    background-size: contain;
    opacity: .2;
    margin-right: .1rem;
    flex-shrink: 0;
}
.org-set .box .cont a:hover {
    font-weight: bold;
    color: #0049AD;
}
.org-set .box .cont a:hover::before {
    opacity: 1;
}

.pic-list {
    display: flex;
    flex-wrap: wrap;
}
.pic-list .item {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #f2efff;
    margin-top: .3rem;
}
.pic-list .item:nth-of-type(3n) {
    margin-right: 0%;
}
.pic-list .item .pic {
    position: relative;
    padding-top: 68%;
    overflow: hidden;
}
.pic-list .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic-list .item .tit {
    font-size: .2rem;
    color: #999;
    line-height: 1.4;
    padding: 1em;
}
.pic-list .item:hover .tit {
    font-weight: bold;
    color: #093CA2;
}

@media (max-width: 1199px) {
    .leader-list .item .tit {
        font-size: 16px;
    }
    .leader-list .item .des {
        font-size: 12px;
    }
    .leader-list .item .check {
        font-size: 12px;
        padding-top: .2rem;
        margin-top: .2rem;
    }

    .org-set .box .top .tit {
        font-size: 16px;
    }
    .org-set .box .cont a {
        font-size: 14px;
    }

    .pic-list .item .tit {
        font-size: 14px;
    }
}

@media (max-width: 950px) {
    .leader-list .item {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .leader-list .item {
        width: 100%;
    }

    .org-set .box .cont a {
        width: 100%;
        padding-right: 0;
        min-height: unset;
    }

    .pic-list .item {
        width: 49%;
        margin-right: 2%;
    }
    .pic-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pic-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
}