@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #002147 !important;
    color: #fff;
    background-color: #002147 !important;
}
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%;
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('../fonts/SourceHanSans-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url('../fonts/SourceHanSans-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas.TTF');
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #002147;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
    font-size: .18rem;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
    border-bottom: 1px dashed #D3DDED;
    padding: .15rem 0;
    font-weight: normal;
}


/*相对定位*/

.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: 2.6rem;
    padding-right: 2.6rem;
}

.header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .3);
}

.header .head {
    background-color: #002147;
}

.header .head .logo {
    height: 1rem;
}

.header .head .logo img {
    height: .55rem;
}

.header .head .search-box {
    position: relative;
    z-index: 1;
}

.header .head .search-btn {
    width: .3rem;
    height: .3rem;
    background: url(../images/search.png)no-repeat center;
    background-size: .25rem;
    cursor: pointer;
}

.header .search-box .search-cont {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    background: #ffffff;
    padding: .6em 1em;
    margin-top: 1em;
    box-shadow: 0px 0px .1rem rgba(0, 0, 0, .2);
    display: none;
}
.header .search-box .search-cont input {
    padding: .8em 1em;
    background: #f8f8f8;
}
.header .search-box .search-cont button {
    width: 2.6em;
    background: url(../images/search2.png)no-repeat center;
    background-size: 60%;
    margin-left: .4em;
}
.header .search-box.active .search-cont {
    display: flex;
}

.header .lang-con {
    background: url(../images/lang.png)no-repeat left center;
    padding-left: .4rem;
    background-size: .25rem;
}

.header .lang-con>a {
    color: #FFF;
    width: .3rem;
    height: .3rem;
    border: 1px #FFF solid;
    line-height: .28rem;
    margin-right: .2rem;
}

.header .lang-con>a:last-child {
    font-family: 'Bebas';
    font-size: .14rem;
}

.header .nav .lang-con {
    display: none;
}

.header .home {
    display: flex;
    align-items: center;
    margin-left: .18rem;
}
.header .home img {
    width: .3rem;
    height: .3rem;
}
.header .home .txt {
    font-size: .14rem;
    color: #ffffff;
    margin-left: 1em;
}

.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: #FFF;
}

.nav li>a {
    line-height: .6rem;
    padding: 0 .6rem;
    font-size: .22rem;
    font-weight: bold;
}

.nav .drop {
    width: 120%;
    left: -10%;
    top: .6rem;
    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;
    font-size: .16rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .3);
}

.search-content {
    background: rgba(0, 33, 71, .9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .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: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.png)no-repeat center;
    background-size: .3rem;
}

.f-us {
    background-color: #002147;
    height: 1.6rem;
    color: #FFF;
}

.f-us .title {
    font-size: .36rem;
    line-height: 1;
    font-weight: bold;
}

.f-us .sns>a {
    margin-left: .2rem;
}

.f-us .sns>a>img {
    width: .6rem;
}

.f-us .sns .erwma {
    position: absolute;
    left: 50%;
    top: .6rem;
    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;
}

.f-us .sns .erwma img {
    width: 100%;
}

.footer {
    background: url(../images/footer-bg.png)no-repeat center;
    background-size: cover;
    color: #FFF;
    height: 2.8rem;
}

.footer a {
    color: #FFF;
}

.footer .link {
    border-bottom: 1px rgba(255, 255, 255, .4) solid;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.footer .link .tit {
    font-weight: bold;
    background: url(../images/link-icon.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .25rem;
}

.footer .link a {
    color: #FFF;
    margin-right: .3rem;
}

.footer .link a:last-child {
    margin-right: 0;
}

.footer .copyright {
    font-size: .14rem;
    line-height: 1.2;
}

.footer .logo img {
    height: .52rem;
}

.footer .con {
    margin-top: .3rem;
    line-height: 2;
}

.footer .con .tit {
    font-size: .18rem;
}

.footer .con .text {
    font-size: .14rem;
    line-height: 2;
}

.kefu {
    position: fixed;
    right: .2rem;
    bottom: .4rem;
    z-index: 99;
    width: 1rem;
}

.kefu a {
    width: 100%;
    height: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #002147;
    margin-bottom: .1rem;
}

.kefu a:last-child {
    margin-bottom: 0;
}

.kefu a .icon {
    width: .4rem;
}

.kefu a .icon img {
    width: 100%;
}

.kefu a .tit {
    font-size: .18rem;
    font-weight: bold;
    line-height: 1.7;
    margin-top: .05rem;
}

.f-us .sns>a:hover .erwma {
    display: block;
}

@media (min-width:1025px) {
    .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);
    }
    .nav .drop a:hover {
        background-color: #002147;
        color: #FFF;
    }
    .footer .link a:hover,
    .header .lang-con>a:hover {
        color: rgba(255, 255, 255, .6);
    }
    .kefu a:hover {
        background-color: #9D1428;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header .head {
        padding-right: 60px;
    }
    .header .lang-con>a {
        font-size: 12px;
        width: 24px;
        line-height: 22px;
        height: 24px;
    }
    .header .lang-con>a:last-child {
        font-size: 10px;
    }
    .header .head .search-btn {
        width: 24px;
        height: 24px;
        background-size: 100%;
    }
    .header .home {
        margin-left: 15px;
    }
    .header .home img {
        width: 24px;
        height: 24px;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem 0;
    }
    .nav li {
        width: 100%;
    }
    .nav li>a {
        padding: 0;
        line-height: 60px;
        font-size: 16px;
    }
    .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%);
    }
    .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;
        box-shadow: none;
        font-size: 14px;
        padding-left: 20px;
    }
    .f-us .sns>a>img {
        width: 40px;
    }
    .footer {
        height: auto;
        padding-bottom: .2rem;
    }
    .footer .con .tit,
    .search-content .content input[type='text'] {
        font-size: 14px;
    }
    .footer .con .text,
    .footer .copyright {
        font-size: 12px;
    }
    .search-content .content {
        width: 90%;
        height: 50px;
    }
    .search-content .content input[type='submit'] {
        width: 60px;
        background-size: 20px;
    }
    .f-us .title {
        font-size: 24px;
    }
    .kefu {
        display: none;
    }
    .header .home .txt {
        display: none;
    }
}

@media (max-width:767px) {
    .header .head .logo {
        height: 60px;
    }
    .header .head .logo img {
        height: 30px;
    }
    .header .lang-con {
        display: none;
    }
    .header .nav .lang-con {
        display: flex;
        padding-left: .2rem;
        padding-right: .2rem;
        justify-content: center;
        margin-top: .4em;
    }
    .header .nav .lang-con a {
        color: #000;
        border-color: #000;
        margin: 0 .6em;
    }
    .header .search-box .search-cont {
        right: -3em;
    }
    .f-us {
        height: auto;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .footer .con {
        margin-top: .2rem;
    }
    .footer .logo {
        width: 100%;
        margin-bottom: .2rem;
    }
    .footer .logo img {
        height: 40px;
    }
    .f-us .title {
        font-size: 20px;
        width: 100%;
    }
    .f-us .sns {
        margin-top: .3rem;
    }
    .f-us .sns>a:first-child {
        margin-left: 0;
    }
    .footer .copyright {
        margin-top: .2rem;
        line-height: 1.6;
    }
    .footer .link {
        line-height: 1.6;
    }
    .f-us .sns .erwma {
        width: 1.2rem;
        height: 1.2rem;
        top: 100%;
    }
    .f-us .sns>a:first-of-type .erwma {
        left: 0;
        transform: translatex(0px);
    }
    .nav {
        top: 60px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: .4rem;
}

.banner .swiper-pagination-bullet {
    width: .4rem;
    height: 5px;
    background-color: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 .1rem !important;
    opacity: .6;
}

.banner .swiper-pagination-bullet-active {
    background-color: #002147;
    opacity: 1;
    width: .6rem;
}

.home-title .title-con {
    line-height: 1;
    padding-left: .2rem;
    margin-right: .25rem;
}

.home-title .title-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: .6rem;
    background-color: #9D1428;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-title .title-con .cn {
    font-family: 'SourceHanSans-Medium';
    font-size: .32rem;
}

.home-title .title-con .en {
    font-style: italic;
    font-size: .2rem;
    font-family: 'arial';
    text-transform: capitalize;
    margin-top: .15rem;
}

.home-title .line {
    height: 1px;
    background-color: #D8D8D8;
    margin-top: .2rem;
}

.home-title .more {
    position: absolute;
    right: 0;
    top: .1rem;
    background: url(../images/more1.png)no-repeat right center;
    color: #999999;
    padding-right: .25rem;
    border-bottom: 2px #D8D8D8 solid;
    line-height: 2;
}

.home-zhaosheng {
    margin-top: .95rem;
}

.home-zhaosheng .content {
    margin-top: .65rem;
}

.home-zhaosheng .item {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 3.2rem;
    width: 2.6rem;
}

.home-zhaosheng .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 156.25%;
}

.home-zhaosheng .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-zhaosheng .item .tit {
    width: 100%;
    background-color: #002147;
    color: #FFF;
    line-height: .7rem;
    font-size: .24rem;
}

.home-zhaosheng .go {
    background-color: #9D1428;
    height: .8rem;
    width: 4.6rem;
    margin-top: .75rem;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}

.home-zhaosheng .go .cn {
    font-size: .24rem;
    font-weight: bold;
}

.home-zhaosheng .go .en {
    text-transform: uppercase;
    font-size: .18rem;
    margin-top: .05rem;
}

.home-zhaosheng .go::after {
    content: '';
    position: absolute;
    right: .3rem;
    top: 0;
    height: 100%;
    width: .3rem;
    background: url(../images/arrow2.png)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-oneclick {
    height: 7.94rem;
    background: url(../images/bg1.jpg)no-repeat center;
    background-size: cover;
    margin-top: 1.1rem;
    padding-top: 1rem;
}

.home-oneclick .home-title .cn,
.home-oneclick .home-title .en,
.home-oneclick .home-title .more {
    color: #FFF;
}

.home-oneclick .home-title .cn {
    margin-top: -1em;
    padding-bottom: 1em;
    padding-top: .8em;
}
.home-oneclick .home-title .en {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
}

.home-oneclick .home-title .line {
    margin-top: 0;
    margin-bottom: .35rem;
    /* margin-left: -1rem; */
}

.home-oneclick .home-title .more {
    top: -.19rem;
    background-image: url(../images/more2.png);
}

.home-oneclick .content {
    margin-top: .9rem;
}

.home-oneclick .item {
    width: 2.67rem;
    height: 2.68rem;
    background: url(../images/tbg1.png)no-repeat center;
    background-size: 100% 100%;
    margin-left: -.1rem;
}

.home-oneclick .item:nth-child(even) {
    margin-top: 1.7rem;
}

.home-oneclick .item .icon {
    width: .82rem;
    height: .82rem;
    background-color: #002147;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .54rem;
}

.home-oneclick .item .tit {
    font-size: .2rem;
    line-height: 1;
    font-family: 'SourceHanSans-Medium';
    margin-top: .15rem;
}

.home-oneclick .item:nth-child(1) .icon {
    background-image: url(../images/icon1.png);
}

.home-oneclick .item:nth-child(2) .icon {
    background-image: url(../images/icon2.png);
}

.home-oneclick .item:nth-child(3) .icon {
    background-image: url(../images/icon3.png);
}

.home-oneclick .item:nth-child(4) .icon {
    background-image: url(../images/icon4.png);
}

.home-oneclick .item:nth-child(5) .icon {
    background-image: url(../images/icon5.png);
}

.home-news {
    margin-top: .8rem;
}

.home-news .content {
    margin-top: .4rem;
}

.home-news .focus {
    width: 7.6rem;
    margin-right: .8rem;
}

.home-news .focus .swiper-container {
    padding-bottom: .05rem;
}

.home-news .focus .swiper-slide {
    padding-bottom: .95rem;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 69.737%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .text-con {
    position: absolute;
    right: 0;
    bottom: .15rem;
    width: 6.6rem;
    height: 1.84rem;
    background: url(../images/tbg3.png)no-repeat center;
    background-size: cover;
    color: #FFF;
    padding: .2rem .55rem 0 .3rem;
}

.home-news .focus .text-con::after {
    content: '';
    position: absolute;
    bottom: -.1rem;
    height: 1px;
    background-color: #002147;
    right: 0;
    left: -.1rem;
}

.home-news .focus .text-con::before {
    content: '';
    position: absolute;
    left: -.1rem;
    bottom: -.1rem;
    width: 1px;
    height: .9rem;
    background-color: #002147;
}

.home-news .focus .tit {
    font-size: .18rem;
    line-height: 1.7;
    font-family: 'SourceHanSans-Medium';
    border-bottom: 1px #FFF solid;
    padding-bottom: .1rem;
}

.home-news .focus .tit .ellipsis-1 {
    height: 31px;
}

.home-news .focus .des {
    line-height: 1.7;
    margin-top: .1rem;
}

.home-news .focus .des {
    height: .55rem;
}

.home-news .focus .date {
    font-size: .14rem;
    font-family: 'arial';
    width: .7rem;
    margin-right: .15rem;
}

.home-news .focus .date span {
    font-size: .36rem;
    font-weight: bold;
}

.home-news .focus .arrow {
    width: .22rem;
    height: .22rem;
    background: url(../images/arrow3.png)no-repeat center;
    background-size: 100%;
    margin-top: .2rem;
}

.home-news .focus .arrow::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.12rem;
    height: .05rem;
    width: .6rem;
    background-color: #002147;
}

.home-news .focus .swiper-pagination {
    width: auto;
    left: auto;
    right: .5rem;
    bottom: .45rem;
    z-index: 9;
}

.home-news .focus .swiper-pagination::before {
    content: '';
    width: .25rem;
    height: 1px;
    background-color: #FFF;
    margin-right: .1rem;
}

.home-news .focus .swiper-pagination::after {
    content: '';
    width: .25rem;
    height: 1px;
    background-color: #FFF;
    margin-left: .1rem;
}

.home-news .focus .swiper-pagination-bullet {
    border: 1px #FFF solid;
    background: none;
    opacity: 1;
    margin: 0 .06rem !important;
}

.home-news .focus .swiper-pagination-bullet-active {
    background: #FFF;
}

.home-news .item {
    margin-bottom: .3rem;
}

.home-news .item:last-child {
    margin-bottom: 0;
}

.home-news .item .pic {
    width: 2rem;
    height: 1.3rem;
    margin-right: .2rem;
    overflow: hidden;
}

.home-news .item .text-con {
    border-bottom: 1px dashed #002147;
}

.home-news .item .date {
    font-family: 'Arial';
    color: #002147;
    background: url(../images/date1.png)no-repeat left center;
    background-size: .14rem;
    padding-left: .25rem;
    line-height: 1.5;
    margin-top: .1rem;
}

.home-news .item .tit {
    font-size: .18rem;
    font-family: 'SourceHanSans-Medium';
    line-height: 1.6;
    margin-top: .05rem;
}

.home-news .item .text-con::before {
    content: '';
    position: absolute;
    left: -.2rem;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #002147;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .item .text-con::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background-color: #002147;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #002147;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice {
    margin-top: .8rem;
}

.home-notice .content {
    margin-top: .15rem;
}

.home-notice .item {
    width: 23.5%;
    margin-right: 2%;
    background-color: rgba(0, 0, 0, .04);
    border-top: 3px #002147 solid;
    padding: .2rem .25rem .35rem .25rem;
    margin-top: .2rem;
}

.home-notice .item:last-child {
    margin-right: 0;
}

.home-notice .item .date {
    color: rgba(0, 33, 71, .5);
    font-family: 'Bebas';
    line-height: 1.2;
}

.home-notice .item .date span {
    font-size: .24rem;
    color: #002147;
    margin-right: .1rem;
}

.home-notice .item .tit {
    font-size: .18rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: .2rem;
    overflow: hidden;
    height: .58rem;
}

.home-huodong {
    margin-top: .85rem;
}

.home-huodong .content {
    margin-top: .4rem;
}

.home-huodong .swiper-slide {
    border: 3px #9D1428 solid;
}

.home-huodong .swiper-slide .pic {
    overflow: hidden;
    padding-top: 81%;
}

.home-huodong .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-huodong .swiper-slide .text-con {
    padding: .2rem .25rem .3rem .25rem;
}

.home-huodong .swiper-slide .date {
    font-size: .14rem;
    color: #06336F;
    line-height: 1.4;
}

.home-huodong .swiper-slide .tit {
    font-size: .18rem;
    margin-top: .15rem;
    line-height: 1.6;
    overflow: hidden;
    height: .58rem;
}

.home-huodong .swiper-slide .des {
    font-size: .14rem;
    color: #999999;
    line-height: 1.7;
    margin-top: .15rem;
    overflow: hidden;
    height: .48rem;
}

.home-huodong .swiper-slide .arrow {
    margin-top: .25rem;
    height: .32rem;
    background: url(../images/arrow5.png)no-repeat right center;
    background-size: .32rem;
}

.home-huodong .swiper-button-white {
    width: .5rem;
    height: .5rem;
    border: 1px #002147 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: .16rem;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: 50%;
}


.home-huodong .swiper-button-white:hover {
    background-image: url(../images/arrow-white.svg);
}

.home-huodong .swiper-button-prev.swiper-button-white {
    transform: rotate(180deg) translateY(-50%);
    -webkit-transform: rotate(180deg) translateY(-50%);
    -moz-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    -o-transform: rotate(180deg) translateY(-50%);
}

.home-huodong .swiper-button-next.swiper-button-white {
   
}

.home-huodong .swiper-button-prev {
    left: -.8rem;
}

.home-huodong .swiper-button-next {
    right: -.8rem;
}

.home-con {
    margin-top: 1rem;
}

.home-con .item {
    width: 3.37rem;
    /* height: 8rem; */
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding-top: 42%;
}

.home-con .item img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-con .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.home-con .item .tit {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: .28rem;
    font-weight: bold;
    color: #FFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.home-con .item.on {
    width: 5.5rem;
}

.home-con .item.on::before {
    content: '';
    position: absolute;
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    border: 2px rgba(255, 255, 255, .6) solid;
    z-index: 2;
}

.home-con .item.on::after {
    display: none;
}

.home-con .item.on .tit {
    border: 2px #FFF solid;
    width: 2.6rem;
    line-height: .8rem;
    text-align: center;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #002147;
    }
    .home-zhaosheng .item:hover {
        transform: translateY(-.35rem);
        -webkit-transform: translateY(-.35rem);
        -moz-transform: translateY(-.35rem);
        -ms-transform: translateY(-.35rem);
        -o-transform: translateY(-.35rem);
    }
    .home-zhaosheng .item:hover .pic img,
    .home-news .focus .swiper-slide:hover .pic img,
    .home-news .item:hover .pic img,
    .home-huodong .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-zhaosheng .item:hover .tit {
        font-weight: bold;
    }
    .home-zhaosheng .go:hover,
    .home-notice .item:hover,
    .home-huodong .swiper-button-white:hover,
    .home-huodong .swiper-slide:hover {
        background-color: #002147;
    }
    .home-huodong .swiper-slide:hover {
        border-color: #002147;
    }
    .home-zhaosheng .go:hover::after {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }
    .home-oneclick .home-title .more:hover {
        opacity: .6;
        color: #FFF;
    }
    .home-oneclick .item:hover {
        background-image: url(../images/tbg2.png);
    }
    .home-oneclick .item:hover .icon {
        background-color: #FFF;
    }
    .home-oneclick .item:hover .tit,
    .home-huodong .swiper-slide:hover .tit {
        color: #FFF;
        font-weight: bold;
    }
    .home-oneclick .item:nth-child(1):hover .icon {
        background-image: url(../images/icon1-on.png);
    }
    .home-oneclick .item:nth-child(2):hover .icon {
        background-image: url(../images/icon2-on.png);
    }
    .home-oneclick .item:nth-child(3):hover .icon {
        background-image: url(../images/icon3-on.png);
    }
    .home-oneclick .item:nth-child(4):hover .icon {
        background-image: url(../images/icon4-on.png);
    }
    .home-oneclick .item:nth-child(5):hover .icon {
        background-image: url(../images/icon5-on.png);
    }
    .home-news .item:hover .text-con::before {
        width: calc(100% + .2rem);
    }
    .home-news .item:hover .text-con::after {
        height: 100%;
    }
    .home-news .item:hover .tit::after {
        width: 100%;
    }
    .home-news .item:hover .tit::before {
        content: '';
        position: absolute;
        left: 0;
        width: .24rem;
        height: .24rem;
        background: url(../images/arrow4.png)no-repeat center;
        background-size: 100%;
        bottom: -.12rem;
    }
    .home-news .item:hover .text-con {
        border-bottom: 0;
    }
    .home-notice .item:hover {
        border-top-color: #9D1428;
    }
    .home-notice .item:hover,
    .home-notice .item:hover .date,
    .home-notice .item:hover .date span,
    .home-huodong .swiper-slide:hover,
    .home-huodong .swiper-slide:hover .date,
    .home-huodong .swiper-slide:hover .des {
        color: #FFF;
    }
    .home-huodong .swiper-button-prev.swiper-button-white:hover {
      
    }
    .home-huodong .swiper-button-next.swiper-button-white:hover {
     
    }
    .home-huodong .swiper-slide:hover .arrow {
        background-image: url(../images/arrow6.png);
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        bottom: .2rem;
    }
    .home-zhaosheng .item {
        width: 19%;
    }
    .home-zhaosheng .item .tit {
        line-height: 48px;
    }
    .home-zhaosheng .go {
        height: 60px;
        width: 300px;
    }
    .home-zhaosheng .go::after {
        width: 20px;
    }
    .home-title .title-con .cn {
        font-size: 24px;
    }
    .home-title .title-con .en {
        margin-top: 10px;
    }
    .home-title .more {
        top: 5px;
    }
    .home-title .line {
        margin-top: 20px;
    }
    .home-title .title-con::before {
        width: 5px;
        height: 40px;
    }
    .home-zhaosheng {
        margin-top: .6rem;
    }
    .home-zhaosheng .content {
        margin-top: .4rem;
    }
    .home-oneclick .home-title .line {
        margin-bottom: 25px;
    }
    .home-oneclick .home-title .more {
        top: -20px;
    }
    .home-oneclick,
    .home-con {
        margin-top: .7rem;
    }
    .home-zhaosheng .item .tit,
    .home-zhaosheng .go .cn {
        font-size: 16px;
    }
    .home-zhaosheng .go .en {
        font-size: 13px;
    }
    .home-title .title-con .en,
    .home-title .more,
    .home-oneclick .item .tit,
    .home-news .focus .tit,
    .home-news .item .tit,
    .home-notice .item .tit,
    .home-huodong .swiper-slide .tit {
        font-size: 14px;
    }
    .home-news .focus .date,
    .home-news .focus .des,
    .home-news .item .date,
    .home-notice .item .date,
    .home-huodong .swiper-slide .date,
    .home-huodong .swiper-slide .des {
        font-size: 12px;
    }
    .home-news .focus .date span,
    .home-notice .item .date span {
        font-size: 20px;
    }
    .home-news .focus .des,
    .home-news .focus .tit .ellipsis-1,
    .home-notice .item .tit,
    .home-news .focus .text-con {
        height: auto;
    }
    .home-news .focus .text-con {
        padding-bottom: 15px;
    }
    .home-news .focus .date {
        width: 50px;
    }
    .home-huodong .swiper-slide .tit {
        height: 45px;
    }
    .home-huodong .swiper-slide .des {
        height: 41px;
    }
    .home-huodong .swiper-button-prev {
        left: .2rem;
    }
    .home-huodong .swiper-button-next {
        right: .2rem;
    }
    .home-con .item,
    .home-con .item.on {
        width: 20%;
    }
    .home-con .item.on .tit {
        font-size: 18px;
        line-height: 50px;
        width: 100%;
        border: 0;
    }
    .home-con .item .tit {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .home-con .item.on::before {
        display: none;
    }
    .home-con .item.on::after {
        display: block;
    }
}

@media (max-width:950px) {
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .focus .text-con {
        width: 80%;
    }
    .home-news .con {
        margin-top: .3rem;
    }
    .home-news .item .pic {
        width: 30%;
        height: auto;
        padding-top: 18%;
    }
    .home-news .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-notice .item {
        width: 49%;
    }
    .home-notice .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .home-zhaosheng .go {
        margin-top: .4rem;
    }
    .home-oneclick {
        margin-top: .5rem;
        padding-top: .6rem;
        padding-bottom: .7rem;
        height: auto;
    }
    .home-oneclick .item {
        width: 138px;
        height: 138px;
    }
    .home-oneclick .item .icon {
        width: 42px;
        height: 42px;
        background-size: 26px;
    }
    .home-oneclick .item:nth-child(even) {
        margin-top: 70px;
    }
    .home-con .item,
    .home-con .item.on {
        width: 33.33%;
        padding-top: 50%;
    }
    .home-con .item:nth-child(4),
    .home-con .item:nth-child(5) {
        width: 50%;
    }
}

@media (max-width:540px) {
    .home-zhaosheng .content {
        margin-top: 0rem;
        justify-content: center;
    }
    .home-zhaosheng .item {
        width: 48%;
        margin-top: .3rem;
        margin-right: 4%;
    }
    .home-zhaosheng .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .home-zhaosheng .item:last-of-type {
        margin-right: 0;
    }
    .home-oneclick .item {
        width: 120px;
        height: 120px;
    }
    .home-oneclick .item:nth-child(4) {
        margin-top: -30px;
    }
    .home-oneclick .item:nth-child(5) {
        margin-top: -30px;
        margin-left: 80px;
    }
    .home-news .item .pic {
        width: 40%;
        padding-top: 24%;
    }
    .home-news .focus .text-con {
        width: 90%;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.n-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.n-banner .text-con {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
    color: #FFF;
    z-index: 2;
}

.n-banner .text-con .title {
    font-size: .48rem;
    line-height: 1.2;
    font-weight: bold;
}

.n-banner .text-con .des {
    margin: 0 auto;
    margin-top: .2rem;
    line-height: 1.6;
    font-size: .2rem;
    max-width: 66%;
}

.zhaosheng {
    margin-top: .95rem;
    margin-bottom: 1rem;
}

.zhaosheng .content {
    margin-top: .65rem;
}

.zhaosheng .item {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 2.35rem;
}

.zhaosheng .item .pic {
    width: 100%;
    overflow: hidden;
    height: 5rem;
}

.zhaosheng .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.zhaosheng .item .tit {
    width: 100%;
    background-color: #002147;
    color: #FFF;
    line-height: .7rem;
    font-size: .24rem;
}

.zhaosheng .item .text-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(157, 20, 40, .9);
    color: #FFF;
    padding: .35rem;
    opacity: 0;
}

.zhaosheng .item .text-con .title {
    font-size: .24rem;
    font-weight: bold;
    border-bottom: 1px #FFF solid;
    line-height: 1.7;
    padding-bottom: .35rem;
}

.zhaosheng .item .text-con .text {
    font-size: .18rem;
    line-height: 2;
    margin-top: .25rem;
}

.zhaosheng .item .text-con .text>a {
    color: #FFF;
}

@media (min-width:1025px) {
    .zhaosheng .item:hover {
        width: 3.2rem;
        transform: translateY(-.2rem);
        -webkit-transform: translateY(-.2rem);
        -moz-transform: translateY(-.2rem);
        -ms-transform: translateY(-.2rem);
        -o-transform: translateY(-.2rem);
    }
    .zhaosheng .item:hover .text-con .text>a:hover {
        opacity: .6;
    }
    .zhaosheng .item:hover .text-con {
        opacity: 1;
    }
}

@media (max-width:1199px) {
    .n-banner .text-con .title {
        font-size: 18px;
    }
    .n-banner .text-con .des {
        font-size: 12px;
        max-width: 99%;
    }
    .zhaosheng {
        margin-top: 0;
        margin-bottom: .7rem;
    }
    .zhaosheng .item {
        width: 19%;
    }
    .zhaosheng .item .pic {
        height: auto;
        padding-top: 156.25%;
    }
    .zhaosheng .item .text-con {
        display: none;
    }
    .zhaosheng .item .tit {
        line-height: 48px;
        font-size: 16px;
    }
    .n-banner .text-con{
    bottom: 0;
}
}

@media (max-width:767px) {
    .zhaosheng .item {
        width: 32%;
        margin-right: 2%;
        margin-top: .2rem;
    }
    .zhaosheng .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .zhaosheng .item:nth-child(4),
    .zhaosheng .item:nth-child(5) {
        width: 49%;
    }
    .zhaosheng .item:last-child {
        margin-right: 0;
    }
}

.money {
    margin-top: .9rem;
    margin-bottom: .9rem;
}

.money .item {
    margin-top: .35rem;
}

.money .item .tit {
    background-color: #F2F4F6;
    line-height: .8rem;
    border-left: 5px #002147 solid;
    padding-left: .3rem;
    font-size: .22rem;
    cursor: pointer;
}

.money .item .tit::after {
    content: '';
    position: absolute;
    right: .4rem;
    top: 50%;
    width: .18rem;
    height: .18rem;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 100%;
    margin-top: -.1rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.money .item .sub-con {
    background-color: rgba(0, 33, 71, 0.05);
    padding: .2rem .4rem;
}

.money .item .sub-con>a {
    font-size: .2rem;
    line-height: 2.2;
}

.money .item.on .tit {
    background-color: #002147;
    border-left-color: #9D1428;
    color: #FFF;
}

.money .item.on .tit::after {
    background-image: url(../images/arrow-white.svg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

@media (min-width:1025px) {
    .money .item .sub-con>a:hover {
        font-weight: bold;
    }
}

@media (max-width:1199px) {
    .money .item .tit {
        line-height: 54px;
        font-size: 16px;
    }
    .money .item .tit::after {
        width: 14px;
        height: 14px;
    }
    .money .item .sub-con>a {
        font-size: 14px;
    }
}

.campus {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.campus .item {
    width: 31%;
    border: 3px #002147 solid;
    background-color: #FFF;
    cursor: pointer;
    transition: all 0.3s;
}

.campus .item .pic {
    overflow: hidden;
    padding-top: 64%;
}

.campus .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.campus .item .text-con {
    padding: .25rem .3rem;
    font-size: .2rem;
    line-height: 1.9;
}
.campus .item:hover .text-con>h2{color:#fff;}
.campus .item:hover .text-con>h2:before{ background: #334d6c;}
.campus .item .text-con>h2:before{
    content:"";
    position:absolute;
    height: .04rem;
    background: #9D1428;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    width: .6rem;
}
.campus .item .text-con>h2{
    text-align: center;
    position: relative;
    color: #002147;
    font-size: .30rem;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
}
.campus .item .text-con>a {
    padding-left: .2rem;
}

.campus .item .text-con>a::before {
    content: '';
    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%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(0, 0, 0, .16);
}

@media (min-width:1025px) {
    .campus .item:hover {
        background: #002147 url(../images/tbg4.png)no-repeat center bottom;
        background-size: 100%;
        transition: all 0.3s;
    }
    .campus .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .campus .item:hover .text-con>a {
        color: #FFF;
    }
    .campus .item:hover .text-con>a::before {
        background-color: rgba(255, 255, 255, .2);
    }
    .campus .item:hover .text-con>a:hover {
        font-weight: bold;
    }
    .campus .item:hover .text-con>a:hover::before {
        background-color: #FFF;
    }
    .campus .item:hover .text-con>a:hover::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: .38rem;
        background: url(../images/arrow6.png)no-repeat center;
        background-size: 100%;
    }
}

@media (max-width:1199px) {
    .campus {
        margin-top: .7rem;
        margin-bottom: .7rem;
    }
    .campus .item {
        width: 32%;
    }
    .campus .item .text-con {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .campus .item {
        width: 100%;
        margin-top: .3rem;
    }
    .campus .item:first-child {
        margin-top: 0;
    }
    .campus .item:hover .text-con>h2{color:#334d6c;}
}

.school {
    margin-top: 1rem;
    margin-bottom: .8rem;
}

.school .item {
    width: 32%;
    height: 3.2rem;
    overflow: hidden;
}

.school .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

.school .item .tit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: .4rem;
    width: 2.4rem;
    line-height: .7rem;
    color: #FFF;
    z-index: 20;
    font-size: .3rem;
    font-weight: bold;
    background-color: #002147;
}

.school .friend {
    margin-top: .5rem;
    font-size: .24rem;
    color: #002147;
}

.school .friend .tit {
    font-weight: bold;
}

.school .friend a {
    color: #002147;
}

@media (min-width:1025px) {
    .school .item:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .school .item:hover .tit {
        background-color: #9D1428;
    }
    .school .item:hover .tit::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transform: translate(-.1rem, -.1rem);
        -webkit-transform: translate(-.1rem, -.1rem);
        -moz-transform: translate(-.1rem, -.1rem);
        -ms-transform: translate(-.1rem, -.1rem);
        -o-transform: translate(-.1rem, -.1rem);
        border: 1px #9D1428 solid;
    }
}

@media (max-width:1199px) {
    .school .item .tit {
        font-size: 16px;
        line-height: 48px;
    }
    .school .friend {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .school {
        margin-top: .5rem;
    }
    .school .item {
        width: 100%;
        margin-top: .3rem;
    }
}

.about {
    margin-top: 1.4rem;
    margin-bottom: .9rem;
}

.about .content {
    padding-right: 3.1rem;
}

.about .content .item {
    padding: .1rem 0;
    z-index: 20;
}

.about .content .item::after {
    content: '';
    position: absolute;
    left: -2.6rem;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #F2F4F6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
}

.about .content .item .num {
    width: 1.2rem;
    height: 1.2rem;
    background-color: rgba(0, 33, 71, .1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: .2rem;
    color: #FFF;
}

.about .content .item .num::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: 1rem;
    height: 1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #002147;
}

.about .content .item .num span {
    z-index: 9;
    font-family: 'SourceHanSerifCN-Heavy';
    font-size: .48rem;
    line-height: 1;
}

.about .content .item:last-child .num span {
    font-size: .2rem;
}

.about .content .item .text {
    padding-right: 2.68rem;
    font-size: .18rem;
    line-height: 1.7;
}

.about .content .pic {
    position: absolute;
    top: -.9rem;
    right: -.9rem;
    width: 6.72rem;
    z-index: 20;
    animation: 30s linear infinite ani_turn2;
    -webkit-animation: 30s linear infinite ani_turn2;
}

.about .content .pic img {
    width: 100%;
}

.about .con {
    margin-top: .3rem;
}

.about .con .item {
    width: 30.5%;
    margin-right: 4.2%;
    background-color: rgba(0, 33, 71, 0.05);
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
    margin-top: .6rem;
}

.about .con .item:nth-of-type(3n) {
    margin-right: 0;
}

.about .con .item .tit {
    line-height: .8rem;
    background-color: #002147;
    color: #FFF;
    font-size: .24rem;
    font-weight: bold;
}

.about .con .item .text-con {
    font-size: .18rem;
    line-height: 2;
    padding: .25rem .4rem;
    height: auto;
}

.about .more {
    margin-left: auto;
    margin-right: auto;
    margin-top: .8rem;
    width: 3.6rem;
    line-height: .8rem;
    background-color: #9D1428;
    color: #FFF;
    font-weight: bold;
    font-size: .24rem;
}

.about .more::after {
    content: '';
    display: block;
    width: .36rem;
    height: .1rem;
    background: url(../images/arrow7.png)no-repeat center;
    background-size: 100%;
    margin-left: .4rem;
}

@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);
    }
}

@media (min-width:1025px) {
    .about .content .item:hover .num {
        background-color: rgba(157, 20, 40, .1);
    }
    .about .content .item:hover .num::after {
        background-color: #9D1428;
    }
    .about .content .item:hover::after {
        width: calc(100% + 2.6rem);
    }
    .about .con .item:hover {
        background: url(../images/tbg5.png)no-repeat center bottom;
        background-size: 100%;
    }
    .about .con .item:hover .tit {
        background-color: #9D1428;
    }
    .about .con .item:hover .text-con>a:hover {
        font-weight: bold;
    }
    .about .more:hover {
        background-color: #002147;
    }
}

@media (max-width:1199px) {
    .about {
        margin-top: .9rem;
    }
    .about .content .item .num {
        width: 82px;
        height: 82px;
    }
    .about .content .item .num::after {
        width: 68px;
        height: 68px;
    }
    .about .content .item .text,
    .about .con .item .text-con {
        font-size: 14px;
    }
    .about .content .pic {
        right: 0;
        width: 6rem;
        top: 0;
    }
    .about .con .item .tit,
    .about .more {
        line-height: 54px;
        font-size: 16px;
    }
    .about .more {
        width: 240px;
    }
    .about .content .item .num span {
        font-size: 28px;
    }
    .about .content .item:last-child .num span {
        font-size: 14px;
    }
    .about .con .item .text-con {
        height: auto;
        padding-bottom: .4rem;
    }
}

@media (max-width:767px) {
    .about {
        margin-top: .5rem;
    }
    .about .content .pic {
        display: none;
    }
    .about .content,
    .about .content .item .text {
        padding-right: 0;
    }
    .about .con .item {
        width: 48.5%;
        margin-right: 3%;
        margin-top: .3rem;
    }
    .about .con .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .about .con .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:480px) {
    .about .con .item {
        width: 100%;
        margin-right: 0 !important;
    }
}

.my .title-con {
    line-height: .58rem;
    border-left: 5px #002147 solid;
    padding-left: .25rem;
}

.my .title-con .title {
    font-size: .36rem;
    font-weight: bold;
}

.my .title-con .more {
    color: #666;
}

.my .Album {
    padding-top: .7rem;
    background: url(../images/bg2.png)no-repeat center top;
    background-size: cover;
}

.my .Album .title-con {
    border-left-color: #FFF;
}

.my .Album .title-con .title,
.my .Album .title-con .more {
    color: #FFF;
}

.my .Album .content {
    margin-top: .3rem;
}

.my .Album .content .l-con {
    width: 7rem;
    margin-right: .1rem;
}

.my .Album .content .l-con .p-con {
    align-items: flex-end;
}

.my .Album .content .l-con .pic1 {
    width: 3.8rem;
    margin-right: .1rem;
    height: 4.6rem;
    overflow: hidden;
}

.my .Album .content .l-con .pic2 {
    height: 3.15rem;
    overflow: hidden;
}

.my .Album .content .l-con .pic3 {
    margin-top: .1rem;
    height: 3rem;
    overflow: hidden;
}

.my .Album .content .l-con .pic4 {
    justify-content: flex-end;
    margin-top: .1rem;
}

.my .Album .content .l-con .pic4>a {
    width: 4.65rem;
    height: 2.65rem;
    overflow: hidden;
}

.my .Album .content .r-con .pic5 {
    overflow: hidden;
    height: 3.69rem;
}

.my .Album .content .r-con .p-con2 {
    margin-top: .1rem;
}

.my .Album .content .r-con .pic6 {
    width: 4rem;
    height: 3.4rem;
    margin-right: .1rem;
    overflow: hidden;
}

.my .Album .content .r-con .pic7 {
    overflow: hidden;
    height: 2rem;
}

.my .video {
    margin-top: .55rem;
}

.my .video .content {
    margin-top: .35rem;
}

.my .video .item {
    width: 32%;
    margin-right: 2%;
    background-color: #F2F2F2;
}

.my .video .item:last-child {
    margin-right: 0;
}

.my .video .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 56%;
}

.my .video .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.my .video .item .play {
    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: .5rem;
    height: .5rem;
    background: url(../images/play.png)no-repeat center center;
    background-size: 100%;
    z-index: 20;
}

.my .video .item .text-con {
    padding: .4rem .3rem;
    height: 1.75rem;
}

.my .video .item .tit {
    font-size: .18rem;
}

.my .video .item .more {
    position: absolute;
    left: .3rem;
    bottom: .3rem;
    color: #002147;
    padding-right: .2rem;
    background: url(../images/arrow.svg)no-repeat right center;
    background-size: .14rem;
}

.my .story {
    margin-top: .7rem;
    margin-bottom: .7rem;
}

.my .story .content {
    margin-top: .3rem;
}

.my .story .swiper-container {
    padding-bottom: .2rem;
    margin-left: -.05rem;
    margin-right: -.05rem;
}

.my .story .swiper-slide {
    width: 5.6rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    background-color: #FFF;
}

.my .story .pic {
    overflow: hidden;
    padding-top: 57.7%;
}

.my .story .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.my .story .text-con {
    padding: .35rem .4rem;
}

.my .story .tit {
    font-size: .2rem;
    line-height: 1.6;
    height: .64rem;
    overflow: hidden;
}

.my .story .des {
    color: #9E9E9E;
    line-height: 1.9;
    margin-top: .15rem;
    height: .92rem;
}

.my .story .mores {
    width: 1.75rem;
    line-height: .5rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    font-size: .18rem;
    border: 1px solid #002147;
    margin-left: auto;
    margin-right: auto;
    margin-top: .35rem;
}

.my .story .mores::after {
    content: '';
    display: block;
    width: .22rem;
    height: .22rem;
    background: url(../images/c-icon.png)no-repeat center;
    background-size: 100%;
    margin-left: .15rem;
}

.my .story .swiper-slide-active .tit {
    font-weight: bold;
}

.my .story .swiper-slide-active .mores {
    background-color: #9D1428;
    border-color: #9D1428;
    color: #FFF;
}

.my .story .swiper-slide-active .mores::after {
    background-image: url(../images/c-icon-white.png);
}

@media (min-width:1025px) {
    .my .title-con .more:hover {
        color: #002147;
    }
    .my .Album .title-con .more:hover {
        color: rgba(255, 255, 255, .6);
    }
    .my .video .item:hover .pic img,
    .my .story .swiper-slide:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .my .video .item:hover {
        background-color: #002147;
        color: #FFF;
    }
    .my .video .item:hover .tit {
        font-weight: bold;
    }
    .my .video .item:hover .more {
        color: #FFF;
        background-image: url(../images/arrow-white.svg);
    }
}

@media (max-width:1199px) {
    .my .video .item .play {
        width: 34px;
        height: 34px;
    }
    .my .video .item .tit,
    .my .story .tit {
        font-size: 14px;
    }
    .my .video .item .more {
        font-size: 12px;
        background-size: 12px;
        padding-right: 20px;
    }
    .my .story .swiper-container {
        margin-left: -.05rem;
        margin-right: -.05rem;
        padding-left: .05rem;
        padding-right: .05rem;
    }
    .my .story .swiper-slide-active .mores {
        background-color: #FFF;
        border-color: #002147;
        color: #002147;
    }
    .my .story .swiper-slide-active .mores::after {
        background-image: url(../images/c-icon.png);
    }
    .my .story .swiper-slide-active .tit {
        font-weight: normal;
    }
    .my .story .text-con {
        padding: .3rem;
    }
    .my .story .tit {
        height: 44px;
    }
    .my .story .des {
        font-size: 12px;
        height: 63px;
    }
    .my .story .mores {
        width: 120px;
        line-height: 36px;
        font-size: 12px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .my .story .mores::after {
        width: 14px;
        height: 14px;
    }
}

@media (max-width:767px) {
    .my .Album .content .l-con,
    .my .video .item {
        width: 100%;
        margin-right: 0;
    }
    .my .Album .content .r-con {
        margin-top: .1rem;
    }
    .my .video .item {
        margin-bottom: .3rem;
    }
    .my .video .item:last-child {
        margin-bottom: 0;
    }
}

.pub-bg {
    padding-top: .6rem;
}

.sidebar {
    width: 3.25rem;
    background: #002147;
    background-size: 100%;
    padding-bottom: .2rem;
    margin-right: .65rem;
}

.sidebar .title {
    height: 1rem;
    line-height: 1rem;
    color: #FFF;
    font-size: .36rem;
    font-weight: bold;
}

.sidebar>ul {
    min-height: 4rem;
    background: #F7FBFF;
    margin-left: .2rem;
    padding: .1rem .3rem .2rem .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 .tit {
    display: flex;
    align-items: center;
    padding-left: .4em;
}
.sidebar ul li .tit a {
    flex: 1;
    padding: .8em 0;
}
.sidebar ul li .tit i {
    width: 2.2em;
    height: 2.2em;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 60%;
    cursor: pointer;
    transition: all .3s;
}

.sidebar ul li .child {
    display: none;
    padding-left: 2.4em;
    padding-bottom: .6em;
}
.sidebar ul li .child li a {
    display: block;
    font-size: .2rem;
    padding: .4em 0;
}
.sidebar ul li .child li a:hover,
.sidebar ul li .child li.on a {
    font-weight: bold;
    color: #002147;
}

.sidebar>ul>li.on {
    border-bottom: 1px solid #002147;
}
.sidebar>ul>li.on .tit i {
    transform: rotate(90deg);
}
.sidebar>ul>li.on .tit a,
.sidebar>ul>li .tit a:hover {
    font-weight: bold;
    color: #002147;
}

.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: #002147;
}

.pub-content {
    margin-top: .3rem;
}

.pub-title .title {
    font-size: .28rem;
    border-left: 3px solid #002147;
    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: .2rem;
}

.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: #002147;
    line-height: 1;
    z-index: 11;
    font-family: 'Arial';
}

.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: #002147;
    color: #FFF;
    border-color: #002147;
}

.txt-list .item {
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px #D3DDED dashed;
    padding-right: .3rem;
}

.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: #002147;
    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;
}

.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;
    cursor: pointer;
}

.details .info span.on {
    font-weight: bold;
    color: #002147; 
}

.details .info span:last-child {
    margin-right: 0;
}

.details .info .time {
   
    background-size: .17rem;
    padding-left: .25rem;
}

.details .info .click {

    background-size: .22rem;
    padding-left: .3rem;
}

.details .body {
    line-height: 2;
    margin-top: .3rem;
}

.details .body p {
    text-indent: 2em;
    font-size: 0.18rem !important;
    line-height: 2 !important;
    font-family: 微软雅黑 !important;
}
.details .body p span{
    font-size: 18px !important;
    line-height: 2 !important;
    font-family: 微软雅黑 !important;
}
.details .body img {
    max-width: 100% !important;
    height: auto;
}

.details .body.large * {
    font-size: 1.6em !important;
}
.details .body.small * {
    font-size: .8em !important;
}


.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: #002147;
}

.details .prev-next span {
    color: #002147;
}

.details .sep {
    position: relative;
    display: flex;
    align-items: center;
    margin: 1.4em 0;
}
.details .sep::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background: #002147;
    margin-top: -0.01rem;
}
.details .sep::after {
    content: "";
    flex: 1;
    height: 0.01rem;
    background: #002147;
    margin-left: .4em;
    margin-right: .8em;
}
.details .sep .txt {
    position: relative;
    color: #ffffff;
    border: 0.02rem solid #ffffff;
    border-radius: .1rem;
    padding: 1em;
    line-height: 1;
    background-image: linear-gradient(140deg, rgba(0, 33, 71, .5) 0%, rgba(0, 33, 71, 1) 34%, rgba(0, 33, 71, 1) 66%, rgba(0, 33, 71, 1) 100%);
    box-shadow: rgb(234, 161, 121) 0px 0px 0.03rem 0px, rgba(0, 33, 71, .5) 0.02rem 0.02rem 0.05rem 0px inset, rgba(0, 33, 71, .5) -0.02rem -0.02rem 0.05rem 0px inset;
}
.details .sep i {
    display: flex;
    align-items: center;
}
.details .sep i::before,
.details .sep i::after {
    content: "";
    width: 0.3em;
    height: 2em;
    border-radius: .1rem;
    background-color: rgba(0, 33, 71, .5);
    margin-left: .4em;
}
.details .sep i::after {
    height: 1.4em;
}


.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 #002147 solid;
    font-size: .22rem;
    line-height: .66rem;
    height: .66rem;
    overflow: hidden;
}

.history {
    padding-top: .95rem;
    padding-bottom: .95rem;
    background: url(../images/history-bg.png) no-repeat bottom;
    background-size: 100% auto;
}
.history .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.history .top .badge {
    width: 2rem;
    height: auto;
    flex-shrink: 0;
}
.history .top .txt {
    width: 5rem; 
    width: calc((100% - 3.2rem) / 2);
}
.history .list {
    position: relative;
    padding-top: .75rem;
}
.history .list::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 0.75rem;
    background: #002147;
    margin-left: -1px;
}
.history .list .li {
    position: relative;
    width: 50%;
}
.history .list .li::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #002147;
}
.history .list .li::after {
    content: "";
    position: absolute;
    top: .23rem;
    width: 1rem;
    height: 1px;
    background: #002147;
}
.history .list .li i {
    position: absolute;
    top: .12rem;
    width: .2rem;
    height: .2rem;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px dashed #002147;
    transform: translateX(50%);
    z-index: 1;
}
.history .list .li i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #002147;
    transform: translate(-50%,-50%);
}
.history .list .li .year {
    font-family: 'arial';
    font-size: .48rem;
    font-weight: bold;
    color: #002147;
    line-height: 1;
    font-style: italic;
}
.history .list .li .txt {
    font-size: .24rem;
    font-weight: normal;
    line-height: 1.5;
    margin-top: .2rem;
}
.history .list .li:nth-of-type(odd) {
    text-align: right;
    margin-right: 50%;
    padding-right: 1.3rem;
}
.history .list .li:nth-of-type(odd) i,
.history .list .li:nth-of-type(odd)::after,
.history .list .li:nth-of-type(odd)::before {
    right: 0;
}
.history .list .li:nth-of-type(even) {
    text-align: left;
    margin-left: 50%;
    padding-left: 1.3rem;
}
.history .list .li:nth-of-type(even) i {
    left: 0;
    transform: translateX(-50%);
}
.history .list .li:nth-of-type(even)::after {
    left: 0;
}
.history .list .li:nth-of-type(even)::before {
    left: -1px;
}

.project {
    padding-top: .6rem;
    padding-bottom: .6rem;
}
.project .tab-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1em;
}
.project .tabs a {
    display: block;
    font-size: .22rem;
    padding: .4em 1em;
    background: #ffffff;
    color: #002147;
    border-radius: 1rem;
    border: 1px solid #002147;
    margin-right: .8em;
    margin-top: 1em;
}
.project .tabs a.on {
    color: #ffffff;
    background: #002147;
}
.project .tab-box .all {
    font-size: .24rem;
    cursor: pointer;
}
.project .list {
    margin-top: .4rem;
}
.project .list .li {
    padding: 0 .12rem;
    border-radius: 0.06rem;
    background: #EEEEEE;
    margin-top: .3rem;
}
.project .list .li .tit {
    display: flex;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.project .list .li .tit i {
    width: 2.6em;
    background: url(../images/arrow-black.svg) no-repeat center;
    background-size: 40%;
    transition: all .3s;
}
.project .list .li .tit span {
    padding: 1em 1em 1em 0;
}
.project .list .li .cont {
    display: none;
    font-size: .18rem;
    line-height: 1.8;
    border-top: 1px solid #7E8786;
    padding: 1em 2em 2em 3.4em;
}
.project .list .li .cont p {
    font-size: .18rem !important;
    line-height: 2 !important;
    text-indent: 0 !important;
}
.project .list .li .cont ul {
    padding-left: 30px;
    margin: 1em 0;
}
.project .list .li .cont ul li {
    list-style: inherit;
}
.project .list .li.on .tit i {
    transform: rotate(90deg);
    background-image: url(../images/arrow.svg);
}
.project .list .li.on .tit {
    color: #002147;
}
.project .list .box {
    display: flex;
    align-items: flex-start;
    gap: 4%;
}
.project .list .box .li {
    flex: 1;
    border: 1px solid #002147;
    background: #ffffff;
    box-shadow: rgba(0, 33, 71, 0.3) 0px 0px .3rem 0px;
}
.project .list .box .li .links .item {
    display: flex;
    align-items: center;
    font-size: .24rem;
    margin-bottom: .4em;
}
.project .list .box .li .links .item:last-of-type {
    margin-bottom: 0;
}
.project .list .box .li .links .item img {
    width: 1.4em;
    height: 1.4em;
    margin-right: .4em;
}
.project .list .box .li i {
    opacity: 0;
}
.project .list .box .li.s2 i {
    opacity: 1;
}


@media (min-width:1025px) {
    .pub-title .crumbs a:hover {
        color: #002147;
    }
    .img-list .item:hover,
    .txt-list .item:hover {
        background: #002147;
    }
    .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 .item:hover .date {
        border: 0;
    }
}

@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;
    }
    .img-list .item .date .txt {
        font-size: 11px;
    }
    .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;
    }

    .history .list .li .year {
        font-size: 18px;
    }
    .history .list .li .txt {
        font-size: 14px;
        margin-top: 1em;
    }

    .project .tabs a,
    .project .tab-box .all,
    .project .list .li .tit {
        font-size: 16px;
    }
    .project .list .li .cont {
        font-size: 14px;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (max-width:950px) {
    .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: 49%;
        margin-right: 2%;
    }
    .photo .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .photo .item:nth-child(even) {
        margin-right: 0;
    }
    .details .body p {
        font-size: 16px !important;
    }
    .history .top {
        justify-content: space-around;
    }
    .history .top .badge {
        width: 1.4rem;
    }
    .history .list .li::after {
        width: .6rem;
    }
    .history .list .li:nth-of-type(odd) {
        padding-right: .8rem;
    }
    .history .list .li:nth-of-type(even) {
        padding-left: .8rem;
    }

}

@media (max-width:540px) {
    .img-list .item .pic {
        margin-right: 0;
        width: 100%;
        padding-top: 65%;
    }
    .img-list .item .text-con {
        padding-top: 20px;
    }
    .pub-title .crumbs{display:none;}
    .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 .item:hover .date {
        border: 0;
    }
}

.contact .p-title {
    font-size: .3rem;
    line-height: 1.2;
    color: #002147;
    padding-bottom: .3rem;
    margin-top: .6rem;
    border-bottom: 0.02rem solid #000;
}

.contact .c-list {
    margin-top: .6rem;
}
.contact .c-list .li{
    display: flex;
    margin-bottom: .3rem;
    background: #F2F2F2;
}
.contact .c-list .li .img{
    width: 2.24rem;
    height: 2.86rem;
    position: relative;
    z-index: 9;
}
.contact .c-list .li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.contact .c-list .li .info {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .6rem;
}
.contact .c-list .li .info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 0.12rem;
    background: #002147;
    z-index: 1;
}
.contact .c-list .li .info .type {
    font-size: .18rem;
    font-weight: bold;
    color: #002147;
    line-height: 1.2;
}
.contact .c-list .li .info .name {
    font-size: .24rem;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 1.2;
    margin: .16rem 0 .06rem 0;
}
.contact .c-list .li .info .email,
.contact .c-list .li .info .tel {
    display: flex;
    align-items: center;
    font-size: .16rem;
    font-weight: 500;
    line-height: 1.4;
    color: #3D3D3D;
    margin-top: .1rem;
}
.contact .c-list .li .info .email::before,
.contact .c-list .li .info .tel::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-email.png);
    margin-right: .4em;
}
.contact .c-list .li .info .tel::before {
    background-image: url(../images/icon-tel.png);
}
.contact .c-list .li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.contact .part {
    padding-top: 1px;
    padding-bottom: .8rem;
    background: #F2F2F2;
}
.contact .part .box {
    padding: 0 6%;
    margin-top: .8rem;
}
.contact .part .box .title {
    position: relative;
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: .3rem;
    margin-bottom: .2rem;
}
.contact .part .box .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.3rem;
    height: .12rem;
    background: #002147;
}
.contact .part .box .i-txt {
    display: flex;
    align-items: center;
    font-size: .2rem;
    font-weight: 500;
    color: #3D3D3D;
    margin-top: .1rem;
}
.contact .part .box .i-txt::before {
    content: "";
    width: 1em;
    height: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .4em;
}
.contact .part .box .i-txt.addr::before {
    background-image: url(../images/icon-addr.png);
}
.contact .part .box .i-txt.tel::before {
    background-image: url(../images/icon-tel2.png);
}
.contact .part .box .i-txt.email::before {
    background-image: url(../images/icon-email.png);
}
.contact .part .box .users {
    display: flex;
    flex-wrap: wrap;
    margin-top: .48rem;
}
.contact .part .box .users .item {
    display: flex;
    width: 50%;
    margin-bottom: .48rem;
}
.contact .part .box .users .item .avatar {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    object-fit: cover;
}
.contact .part .box .users .item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 .2rem;
}
.contact .part .box .users .item .info .name {
    font-size: .18rem;
    font-weight: bold;
    color: #3D3D3D;
}
.contact .part .box .users .item .info .type {
    font-size: .14rem;
    font-weight: 500;
    color: #3D3D3D;
    margin-top: .15rem;
}
.contact .part .box .users .item .info .txt {
    font-size: .13rem;
    color: #3D3D3D;
    line-height: 1.8;
    margin: .1rem 0 .15rem 0;
}
.contact .part .box .users .item .email {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .14rem;
    font-weight: 500;
    color: #3D3D3D;
    margin-top: auto;
}
.contact .part .box .users .item .email::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../images/icon-email2.png) no-repeat center;
    background-size: contain;
    margin-right: .4em;
}
.project .related {
    margin-top: .8rem;
}
.project .related .tit {
    font-size: .32rem;
    line-height: 1.4;
}
.project .related .links {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4em;
}
.project .related .links .item {
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #ffffff;
    padding: 1em 1.6em;
    border: 1px solid transparent;
    background: #002147;
    margin-top: 1em;
    margin-right: 1em;
}
.project .related .links .item img {
    width: 1.8em;
    height: 1.8em;
    margin-right: 1em;
}
.project .related .links .item img.on {
    display: none;
}
.project .related .links .item .txt {
    color: inherit;
}
.project .related .links .item:hover {
    color: #002147;
    background: transparent;
    border-color: #002147;
}
.project .related .links .item:hover .on {
    display: block;
}
.project .related .links .item:hover .off {
    display: none;
}
@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;
    }
    .img-list .item .date .txt {
        font-size: 11px;
    }
    .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;
    }
    .sidebar ul li a {
        font-size: 16px;
    }
    .sidebar ul li .child li a {
        font-size: 14px;
    }

    .contact .p-title,
    .contact .c-list .li .info .name {
        font-size: 20px;
    } 
    .contact .part .box .title,
    .contact .c-list .li .info .name {
        font-size: 18px;
    }
    .contact .part .box .users .item .info .name,
    .contact .part .box .i-txt {
        font-size: 16px;
    }
    .contact .c-list .li .info .type,
    .contact .c-list .li .info .email, .contact .c-list .li .info .tel,
    .contact .part .box .users .item .info .type {
        font-size: 14px;
    }
    .contact .part .box .users .item .email {
        font-size: 12px;
    }
    .contact .part .box .users .item .info .txt {
        font-size: 10px;
    }
    
  .project .tabs a,
    .project .tab-box .all,
    .project .list .li .tit {
        font-size: 16px;
    }
    .project .list .li .cont {
        font-size: 14px;
        padding-left: 1em;
        padding-right: 1em;
    }
    .project .related .tit {
        font-size: 18px;
    }
    .project .related .links .item {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .pub-bg {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }
    .sidebar .title {
        display: flex;
        font-size: 20px;
        line-height: 2;
        height: auto;
        padding: .4em 1em;
        cursor: pointer;
    }
    .sidebar .title::after {
        content: "";
        width: 2em;
        height: 2em;
        margin-left: auto;
        background: url(../images/arrow-white.svg) no-repeat center;
        background-size: 60%;
        transition: all .3s;
    }
    .sidebar .title.active::after {
        transform: rotate(90deg);
    }
    .sidebar>ul {
        display: none;
        margin-left: 0;
        min-height: unset;
    }

    .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: 49%;
        margin-right: 2%;
    }
    .photo .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .photo .item:nth-child(even) {
        margin-right: 0;
    }

    .contact .c-list .li {
        /* flex-direction: column !important; */
    }
    .contact .c-list .li .img {
        /* width: 100%; */
        height: auto;
        /* float: left; */
    }
    .contact .c-list .li .info {
        padding: .4rem;
        /* float: left; */
    }
    .contact .part .box {
        padding: 0;
    }
    .contact .part .box .users .item {
        width: 100%;
    }
    .contact .part .box .i-txt{
        align-items: flex-start;
    }
    .contact .part .box .i-txt::before{
        background-position: top;
        top: 4px;
        position: relative;
    }
}

@media (max-width:540px) {
    .img-list .item .pic {
        margin-right: 0;
        width: 100%;
        padding-top: 65%;
    }
    .img-list .item .text-con {
        padding-top: 20px;
    }
    .n-banner{
        min-height: 4rem;
    }
    .n-banner img{
        min-height: 4rem;
        /* width: auto; */
        /* min-width: 100%; */
    }
}



