@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

/* 分页上下边距 */
.p_pages>span {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
/* 颜色 */
.pb_sys_style1 .p_no_d {
    border: 1px solid #163167 !important;
    color: #fff;
    background-color: #163167 !important;
}

li {
    list-style: none;
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #EA5514;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
    max-width: 100%;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap;
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .container { align-items: center;}
.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    /* align-items: center; */
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        /* min-height: 30vh; */
        padding-right: .2rem;
    }
}

.header {
    background-color: #FFF;
}

.header .logo {
    height: 1.3rem;
}

.header .logo img {
    height: .74rem;
}

.search .search {
    width: 1.8rem;
    height: .32rem;
    border: 1px #666 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.search .search input[type='text'] {
    width: 100%;
}

.search .search input[type='submit'] {
    width: .4rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .12rem;
}

.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: #173269;
}

.nav .search {
    display: none;
}

.nav li {
    height: .6rem;
}

.nav li>a {
    line-height: .6rem;
    color: #FFF;
    font-size: .18rem;
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    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.6;
    margin-left: -.7rem;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .1);
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-bottom: 8px #FFF solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.nav .drop li {
    height: auto;
}

.nav .drop .tit {
    position: relative;
    display: flex;
    align-items: center;
}

.nav .drop .tit a {
    flex: 1;
}

.nav .child {
    display: none;
    padding-left: 2em;
}

.nav .child a {
    display: block;
}


.footer {
    height: 3.6rem;
    background: url(../images/f-bg.png)no-repeat center top;
    background-size: cover;
    color: #FFF;
    padding-top: .5rem;
}
.footer .copyright a{
 color: #FFF;
}

.copyright {
    line-height: 1.6;
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    margin-top: 1rem;
}

.footer .logo {
    margin-right: .75rem;
}

.footer .logo img {
    height: 0.54rem;
}

.footer .erwma {
    /* width: 1rem; */
    /* height: 1rem; */
    background-color: #FFF;
    overflow: hidden;
    /* width: 100%; */
}

.footer .erwma img {
    width: 100%;
}

.footer .text-con {
    margin-right: .5rem;
}

.footer .text-con .card .tit {
    font-weight: bold;
    line-height: 1.4;
}

.footer .text-con .card .sub {
    font-size: .14rem;
    margin-top: .1rem;
    line-height: 2.7;
}

.footer .text-con .card .sub a {
    color: #FFF;
}

.footer .text-con .card:first-child {
    margin-right: .6rem;
}

.footer .text-con .card:first-child .sub>div {
    padding-left: .4rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .2rem;
}

.footer .text-con .card .address {
    background-image: url(../images/address.svg);
}

.footer .text-con .card .tel {
    background-image: url(../images/tel.svg);
}

.footer .text-con .card .email {
    background-image: url(../images/email.png);
}

.nav li:hover>a {
    color: #EA5514;
}

@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: rgba(23, 50, 105, 1);
        color: #FFF;
    }
    .footer .text-con .card .sub a:hover {
        opacity: .6;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .menu-btn {
        display: block;
    }
    .header {
        position: sticky;
        left: 0;
        top: 0;
        z-index: 999;
    }
    .header .logo {
        height: 1.2rem;
    }
    .header .search {
        display: none;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem;
    }
    .nav li {
        width: 100%;
        height: auto;
    }
    .nav li>a {
        line-height: 60px;
        color: #333;
        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;
        padding: 0;
        background: none;
        margin-left: 0;
        box-shadow: none;
        font-size: 14px;
        padding-left: 20px;
    }
    .nav .drop::after {
        display: none;
    }
.nav .search{
display: block;
 width: 100%;
}
    .nav .search  .search{
        display: flex;
        width: 100%;
        height: 34px;
        margin-bottom: 20px;
    }
    .nav .drop .tit .arrow {
        position: relative;
        width: 2em;
        height: 2em;
        right: unset;
        top: unset;
        background: url(../images/arrow.svg) no-repeat center;
        background-size: 60%;
        margin-right: .6em;
        transition: all .3s;
    }
    .nav .drop .tit .arrow::after {
        display: none;
    }
    .nav .drop li.on .tit .arrow {
        transform: rotate(90deg);
    }
    .nav .drop li.on .child {
        display: block;
    }
     .search .search input[type='submit'] {
        width: 40px;
        background-size: 15px;
    }
    .footer {
        height: auto;
    }
    .footer .text-con .card .tit {
        font-size: 14px;
    }
    .footer .text-con .card .sub {
        font-size: 12px;
    }
    .footer .erwma {
        /* display: none; */
    }
    .footer .text-con {
        margin-right: 0;
    }
}

@media (max-width:950px) {
    .footer .logo {
        margin-right: 0;
        width: 100%;
    }
    .footer .text-con {
        margin-top: .3rem;
    }
}

@media (max-width:767px) {
.pub-title .crumbs {
  
    background-size: .22rem;
   
}
    .header .logo img,
    .footer .logo img {
        height: auto;
        max-width: 80%;
    }
    .footer .logo img {
        margin:0 auto
    }
    .header .logo {
        height: 65px;
    }
    .copyright {
        margin-top: .5rem;
    }
    .nav {
        top: 65px;
        height: calc(100vh - 65px);
    }
}
@media (max-width: 600px) {
    .footer .text-con {
        margin-top: .3rem;
        width: 100%;
    }
    .footer .erwma {
        width: 100%;
        margin:0 auto;
        background: none;
        text-align: center;
        height: auto;
    }
     .footer .erwma img{
        max-width: 1.5rem;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:540px) {
    .footer .text-con .card {
        width: 100%;
    }
    .footer .text-con .card:first-child {
        margin-right: 0;
        margin-bottom: .3rem;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: .3rem;
}

.banner .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    background-color: #FFF;
    opacity: 1;
    margin-right: .2rem !important;
}

.banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.banner .swiper-pagination-bullet-active {
    width: .36rem;
    height: .36rem;
    background: url(../images/banner-icon.svg)no-repeat center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-size: 100%;
}

.home-title .cn {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .32rem;
    color: #1E438D;
    line-height: 1;
}

.home-title .en {
    text-transform: uppercase;
    font-size: .14rem;
    font-family: 'Arial';
    color: rgba(11, 60, 146, 0.5);
    margin-top: .1rem;
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: .3rem;
    font-size: .18rem;
    background: url(../images/more.svg)no-repeat left center;
    background-size: .5rem;
    color: #666;
    padding-left: .65rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news {
    padding-top: .7rem;
    overflow: hidden;
    background: url(../images/bg1.png)no-repeat 16rem bottom;
}

.home-news .content {
    margin-top: .4rem;
}

.home-news .text-con {
    margin-top: -.2rem;
}

.home-news .item .date {
    color: #666;
    margin-right: .3rem;
    white-space: nowrap;
}

.home-news .item .date span {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .3rem;
    color: #1E438D;
    border-bottom: 1px #1E438D solid;
    line-height: 1.5;
    margin-bottom: .05rem;
}

.home-news .item .tit {
    font-size: .18rem;
    padding-bottom: .3rem;
    padding-top: .3rem;
    border-bottom: 1px #D8D8D8 dotted;
}
.home-news .item .tit div{
height: 0.5rem;
}

.home-news .focus {
    margin-right: .5rem;
    padding-right: .6rem;
    width: 8.6rem;
}

.home-news .focus .swiper-slide {
    overflow: hidden;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 64%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-news .focus .date {
    position: absolute;
    left: 0;
    bottom: .4rem;
    background-color: #1E438D;
    width: 1.3rem;
    line-height: .4rem;
    color: #FFF;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

.home-news .focus .tit {
    font-size: .24rem;
    line-height: 1.2;
    margin-top: .25rem;
}

.home-news .focus .des {
    color: #666;
    line-height: 1.8;
    margin-top: .2rem;
    height: .58rem;
}

.home-news .focus .button {
    width: .6rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    bottom: 1.32rem;
}

.home-news .focus .swiper-button-white {
    width: 100%;
    height: .6rem;
    background-color: #173269;
    background-size: .16rem;
    margin-top: 0;
    left: 0;
    right: auto;
}

.home-news .focus .swiper-button-prev {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 0;
}

.home-news .focus .swiper-button-next {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    bottom: 0;
}

.home-Research {
    margin-top: .65rem;
}

.home-Research .content {
    margin-top: .25rem;
    background: url(../images/bg2.png)no-repeat right top;
    background-size: 5.9rem;
    padding-bottom: .9rem;
    height: 6.7rem;
    margin-right: -2.6rem;
    padding-right: 2.6rem;
    align-items: flex-end;
}

.home-Research .picture-box {
    width: 7.8rem;
    overflow: hidden;
    z-index: 1;
}

.home-Research .picture-box .pic {
    overflow: hidden;
    padding-top: 63.9%;
}

.home-Research .picture-box .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-Research .text-content {
    margin-right: .7rem;
    z-index: 2;
}

.home-Research .des {
    color: #8A8A8A;
    line-height: 1.7;
    margin-bottom: .2rem;
}

.home-Research .text-content .tit {
    border-bottom: 1px #E2E2E2 solid;
    line-height: .7rem;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-size: .18rem;
}

.home-Research .text-content .tit:last-child {
    border-bottom: 0;
}

.home-Research .text-content .tit>div {
    z-index: 9;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-con {
    background: url(../images/bg3.png)no-repeat -.8rem bottom;
    padding-bottom: .8rem;
    background-size: 4.6rem;
}

.home-notice {
    margin-top: .5rem;
    margin-right: .6rem;
}

.home-notice .home-title>div {
    margin-right: .5rem;
    cursor: pointer;
}

.home-notice .home-title .cn {
    color: #A8A8A8;
}

.home-notice .home-title .en,
.home-notice .home-title .more {
    display: none;
}

.home-notice .home-title>div:last-child {
    margin-right: 0;
}

.home-notice .home-title .on .cn {
    color: #1E438D;
}

.home-notice .home-title .on .en,
.home-notice .home-title .on .more {
    display: block;
}

.home-notice .content {
    margin-top: .2rem;
}

.home-notice .item {
    border-bottom: 1px #D8D8D8 solid;
    line-height: 1.2;
    padding-right: 1.2rem;
    padding-top: .48rem;
    padding-bottom: .48rem;
}

.home-notice .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    background-color: #EA5514;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice .item::after {
    content: '';
    position: absolute;
    right: .1rem;
    top: 50%;
    width: .16rem;
    height: .16rem;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: 100%;
}

.home-notice .item .date {
    font-size: .18rem;
    white-space: nowrap;
    margin-right: .4rem;
}

.home-notice .item .tit {
    font-size: .2rem;
}

.home-research {
    width: 6.8rem;
    margin-top: .5rem;
}

.home-research .content {
    margin-top: .5rem;
}

.home-research .item {
    border-bottom: 1px #D8D8D8 solid;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.home-research .item .pic {
    width: 2.8rem;
    height: 1.6rem;
    overflow: hidden;
}

.home-research .item .text-con {
    margin-right: .3rem;
    padding-top: .1rem;
}

.home-research .item .date {
    font-size: .18rem;
}

.home-research .item .tit {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .1rem;
}

.home-box {
    background: url(../images/bg4.png)no-repeat center top;
    background-size: cover;
    padding-top: .8rem;
    padding-bottom: .2rem;
}

.home-video {
    width: 6.6rem;
    margin-right: .6rem;
}

.home-video .swiper-container {
    margin-top: .6rem;
}

.home-video .pic {
    overflow: hidden;
    padding-top: 60.65%;
}

.home-video .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-video .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
    z-index: 2;
}

.home-video .pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .5rem;
    height: .5rem;
    /* background: url(../images/play.svg)no-repeat center; */
    background-size: 100%;
    z-index: 9;
}

.home-video .text-con {
    background-color: #FFF;
    margin-left: .7rem;
    margin-right: .7rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    height: 1.2rem;
    transform: translateY(-.5rem);
    -webkit-transform: translateY(-.5rem);
    -moz-transform: translateY(-.5rem);
    -ms-transform: translateY(-.5rem);
    -o-transform: translateY(-.5rem);
    z-index: 6;
    padding: .3rem .4rem;
}

.home-video .tit {
    font-size: .2rem;
    line-height: 1;
}

.home-video .swiper-pagination {
    bottom: .6rem;
}

.home-video .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #D8D8D8;
}

.home-video .swiper-pagination-bullet-active {
    background-color: #1E438D;
}

.home-data .content {
    margin-top: .2rem;
}

.home-data .item {
    width: 46%;
    margin-top: .6rem;
}

.home-data .item .icon {
    width: 1.1rem;
    height: 1.1rem;
    z-index: 9;
}

.home-data .item .icon img {
    width: .45rem;
}

.home-data .item .icon img.s2 {
    display: none;
}

.home-data .item .icon::after {
    content: '';
    position: absolute;
    left: -.3rem;
    top: -.2rem;
    width: 1.66rem;
    height: 1.66rem;
    background: url(../images/line2.svg)no-repeat center;
    background-size: 100%;
    z-index: -1;
}

.home-data .item:hover .num  {
    color: #EA5514;
}

.home-data .item:hover img {
    display: none;
}
.home-data .item:hover img.s2 {
    display: block;
}

@font-face {
    font-family: 'GemunuLibre-SemiBold';
    src: url('../fonts/GemunuLibre-SemiBold.otf');
}

.home-data .item .text-con {
    padding-left: .2rem;
    padding-top: .2rem;
}

.home-data .item .tit {
    font-size: .18rem;
    line-height: 1.4;
    color: #666;
    margin-top: .2rem;
    padding-top: .15rem;
}

.home-data .item .tit::after {
    content: '';
    position: absolute;
    left: -.45rem;
    top: 0rem;
    width: 2.2rem;
    height: .2rem;
    background: url(../images/line3.svg)no-repeat left top;
    background-size: 100%;
}

.home-data .item .num {
    color: #1E438D;
    font-size: .2rem;
    line-height: 1;
}

.home-data .item .num .counter {
    font-size: .5rem;
    font-family: 'GemunuLibre-SemiBold';
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #EA5514;
    }
    .home-news .focus .swiper-button-white:hover {
        background-color: #EA5514;
    }
    .home-news .focus .swiper-slide:hover .pic img,
    .home-research .item:hover .pic img,
    .home-video .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);
    }
    .home-Research .text-content .tit:hover {
        border-bottom: 0;
        box-shadow: 0 0 10px #E2E2E2;
        margin-right: -1rem;
    }
    .home-Research .text-content .tit:hover>div {
        padding-left: .3rem;
        color: #EA5514;
        font-weight: bold;
        margin-right: -.6rem;
        background-color: #FFF;
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    }
    .home-Research .text-content .tit:hover>div::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: #1E438D;
    }
    .home-Research .text-content .tit:hover>div::after {
        content: '';
        position: absolute;
        top: 0;
        right: .6rem;
        height: 100%;
        width: .36rem;
        background: url(../images/arrow2.svg)no-repeat center;
        background-size: 100%;
    }
    .home-notice .item:hover::before {
        width: 100%;
    }
    .home-notice .item:hover::after {
        background-image: url(../images/arrow1-on.svg);
    }
}

@media (max-width:1199px) {
    .home-title .cn,
    .home-news .item .date span {
        font-size: 20px;
    }
    .home-title .en,
    .home-news .item .date,
    .home-notice .item .date,
    .home-research .item .date {
        font-size: 12px;
    }
    .home-title .more,
    .home-news .item .tit,
    .home-Research .text-content .tit>div,
    .home-notice .item .tit,
    .home-research .item .tit,
    .home-video .tit,
    .home-data .item .num,
    .home-data .item .tit {
        font-size: 14px;
    }
    .home-news .focus .tit {
        font-size: 16px;
    }
    .home-news .focus .date {
        line-height: 30px;
        width: 100px;
    }
    .home-news .focus .des {
        height: 52px;
    }
    .home-news .focus {
        margin-right: .4rem;
    }
    .home-news .focus .tit {
        margin-top: 20px;
    }
    .home-news .focus .des {
        margin-top: 10px;
    }
    .home-news .focus .button {
        bottom: 102px;
    }
    .home-Research .content {
        height: auto;
        padding-right: .2rem;
        margin-right: -.2rem;
    }
    .home-Research .text-content .tit>div {
        line-height: 48px;
    }
    .home-data .item .num .counter {
        font-size: 28px;
    }
}

@media (max-width:950px) {
    .home-news .content {
        display: block;
    }
    .home-news .focus {
        margin-right: 0;
        width: 100%;
    }
    .home-news .text-con {
        margin-top: .3rem;
    }
    .home-news .item .tit {
        line-height: 1.7;
    }

    .home-Research .content {
        background: none;
        margin-right: 0;
        padding-right: 0;
    }
    .home-Research .text-content,
    .home-notice {
        margin-right: 0;
    }
    .home-Research .picture-box,
    .home-research {
        width: 100%;
        margin-top: .3rem;
    }
    .home-notice .item::after {
        width: 14px;
        height: 14px;
    }
}

@media (max-width:767px) {
    .home-box {
        padding-bottom: .5rem;
    }
    .home-video {
        width: 100%;
        margin-right: 0;
    }
    .home-data .content {
        margin-top: 0;
    }
}

.warpper {
    margin-top: .5rem;
    margin-bottom: .7rem;
}
.warpper>.flex-1{
min-height:30vh
    
}

.sidebar {
    width: 3.25rem;
    background: #1E438D;
    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 .tit {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: .24rem;
    color: #474747;
    padding: .8em 0;
    /* padding-left: .25rem; */
}

.sidebar>ul>li .tit a {
    flex: 1;
    color: inherit;
}

.sidebar>ul>li .tit i {
    width: 1em;
    height: 1em;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: contain;
    transition: all .3s;
    cursor: pointer;
}

.sidebar>ul>li .child {
    display: none;
    padding-left: 1.2em;
}

.sidebar>ul>li .child a {
    display: block;
    font-size: .18rem;
    line-height: 1.2;
    margin-bottom: .8em;
}

.sidebar>ul>li.on {
    border-bottom: 1px solid #1E438D;
    border-color: #EA5514;
}

.sidebar>ul>li.on .tit,
.sidebar>ul>li .child li.on a {
    font-weight: bold;
    color: #EA5514;
}

.sidebar>ul>li.on .tit i {
    transform: rotate(90deg);
}

.sidebar>ul>li:hover>a {
    font-weight: bold;
    color: #EA5514;
}

.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: #1E438D;
    background-color: #EA5514;
}

.pub-title .title {
    font-size: .24rem;
    border-left: 3px solid #1E438D;
    padding-left: .15rem;
    line-height: 1;
}

.pub-title .crumbs {
    background: url(../images/home.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
    color: #999999;
    font-size: .16rem;
}

.pub-title .crumbs a {
    color: #999999;
}

.pub-title .crumbs .dqww::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 .date {
    margin-right: .3rem;
    font-size: .12rem;
    color: #1E438D;
    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: #1E438D;
    color: #FFF;
    border-color: #1E438D;
}

.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: #1E438D;
    font-family: 'GemunuLibre-SemiBold';
    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 .tit .ellipsis-1 span{
font-size: .22rem;
}


.txt-list .item .des {
    font-size: .16rem;
    line-height: 1;
    color: #929292;
    margin-top: .2rem;
    overflow: hidden;
    height: .16rem;
}

.details {
    margin-top: .3rem;
}

.details .con {
    padding: .2rem .4rem .35rem .4rem;
    background-image: linear-gradient(rgba(237, 243, 255, 0.5), rgba(237, 243, 255, 0.5));
}

.details h1 {
    font-size: .24rem;
    font-weight: normal;
    border-bottom: 1px dashed #D3DDED;
    padding: .15rem 0;
    line-height: 1.4;
}

.details .info {
    font-size: .16rem;
    color: #888;
    margin-top: .15rem;
}

.details .info span {
    margin-right: .2rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .info .time {
   
background-size: .17rem;
   
padding-left: .2rem;
}

.details .info .click {
  
    background-size: .22rem;
    padding-left: .3rem;
}

.details .body {
    line-height: 2;
    margin-top: .3rem;
}

.details .body p {
    text-indent: .36rem;
}

.details .body img {
    max-width: 100% !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: #1E438D;
}

.details .prev-next span {
    color: #1E438D;
}

.photo {
    overflow: hidden;
}

.photo .item {
    margin-top: .2rem;
    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 {
    font-size: .22rem;
    line-height: .66rem;
    height: .66rem;
    overflow: hidden;
}

.about {
    margin-top: .3rem;
    line-height: 2;
}

.about .pic {
    overflow: hidden;
    float: right;
    width: 4.5rem;
    margin-left: .4rem;
}

.about .pic img {
    width: 100%;
}

.about p {
    text-indent: .36rem;
    margin-top: .4rem;
}

.teacher-list {
    padding-left: .1rem;
}

.teacher-list .item {
    width: calc(48% - .3rem);
    margin-top: .7rem;
    background: #FFF;
    box-shadow: 0 0 .2rem rgba(196, 219, 223, .5);
    margin-left: .3rem;
    height: 1.8rem;
    padding-top: .25rem;
    padding-right: .4rem;
}

.teacher-list .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    background-color: #1E438D;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    height: 0;
}

.teacher-list .item .pic-con {
    transform: translate(-.3rem, -.45rem);
    -webkit-transform: translate(-.3rem, -.45rem);
    -moz-transform: translate(-.3rem, -.45rem);
    -ms-transform: translate(-.3rem, -.45rem);
    -o-transform: translate(-.3rem, -.45rem);
    width: 1.4rem;
    z-index: 10;
}

.teacher-list .item .pic-con .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 136%;
    z-index: 9;
}

.teacher-list .item .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.teacher-list .item .name {
    font-size: .16rem;
}

.teacher-list .item .name span {
    font-size: .22rem;
    margin-right: .1rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.teacher-list .item .des {
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .1rem;
    color: #999;
}

.teacher-details {
    margin-top: .3rem;
}

.teacher-details .info-con {
    border: 1px rgba(0, 0, 0, .08) solid;
    padding: .15rem;
   
    background-size: 2.8rem;
}

.teacher-details .info-con .pic {
    width: 2.7rem;
    height: 3.5rem;
    z-index: 11;
    margin-right: .7rem;
}

.teacher-details .info-con .pic::after {
    content: '';
    position: absolute;
    left: -.15rem;
    top: -.15rem;
    bottom: -.15rem;
    background-color: #1E438D;
    z-index: -1;
    width: 2.65rem;
    -webkit-clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
}

.teacher-details .info-con .name {
    font-weight: bold;
    font-size: .28rem;
    line-height: 2;
    margin-top: .2rem;
}

.teacher-details .info-con .name span {
    margin-right: .2rem;
}

.teacher-details .info-con .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.1rem;
    width: .6rem;
    height: 3px;
    background-color: #1E438D;
}

.teacher-details .info-con .mod {
    font-weight: bold;
    margin-top: .4rem;
}

.teacher-details .info-con .des {
    line-height: 2.2;
    margin-top: .2rem;
}

.teacher-details .content {
    line-height: 2.2;
    margin-top: .4rem;
}

@media (min-width:1025px) {
    .pub-title .crumbs a:hover {
        color: #1E438D;
    }
    .img-list .item:hover {
        background: #1E438D;
    }
    .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 {
        color: #FFF;
    }
    .img-list .item:hover .date .txt {
        color: rgba(255, 255, 255, .5);
    }
    .img-list .item:hover .des {
        color: #DFDFDF;
    }
    .teacher-list .item:hover::after {
        height: 100%;
    }
}

@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,
    .teacher-list .item .des,
    .teacher-list .item .name {
        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 .tit {
        font-size: 16px;
        padding: 1em 0;
    }
    .sidebar>ul>li .child a {
        font-size: 14px;
    }
    .pub-title .title,
    .details h1,
    .teacher-details .info-con .name {
        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,.img-list .item .tit span,
    .txt-list .item .tit,
    .photo .item .tit {
        font-size: 14px;
    }
 .txt-list .item .ti span{
 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;
    }
    .teacher-list .item .name span {
        font-size: 16px;
    }
    .teacher-list .item {
        height: 130px;
    }
}

@media (max-width:950px) {

.home-news .item .tit div{
height:auto;
}
    .sidebar {
        width: 100%;
        padding-bottom: 0;
        margin-right: 0;
        margin-bottom: .4rem;
    }
    .sidebar .title {
        display: flex;
        align-items: center;
        height: auto;
        font-size: 20px;
        line-height: 2;
        padding: .4em .3rem;
    }
    .sidebar .title::after {
        content: "";
        width: 1.4em;
        height: 1.4em;
        margin-left: auto;
        background: url(../images/arrow-white.svg) no-repeat center;
        background-size: 60%;
        transition: all .3s;
        cursor: pointer;
    }
    .sidebar .title.active::after {
        transform: rotate(90deg);
    }
    .sidebar>ul {
        display: none;
        margin-left: 0;
        min-height: unset;
    }
    .img-list .item .pic {
        width: 25%;
    }
    .teacher-list .item .pic-con {
        width: 30%;
    }
    .teacher-list .item .pic-con::after {
        width: 65px;
        height: 70px;
    }
    .teacher-details .info-con {
        display: block;
        border: 0;
    }
    .teacher-details .info-con .pic {
        margin-left: auto;
        margin-right: auto;
    }
    .teacher-details .info-con .name {
        text-align: center;
        margin-top: .3rem;
    }
    .teacher-details .info-con .mod {
        text-align: center;
    }
    .teacher-details .info-con .name::after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@media (max-width:767px) {
.pub-title .crumbs {
  
    background-size: .24rem;
   
}
    .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;
    }
    .teacher-list {
        padding-left: 0;
    }
    .teacher-list .item {
        margin-top: .5rem;
        padding-top: .2rem;
        padding-right: .2rem;
        width: calc(48% - .2rem);
    }
    .teacher-list .item .pic-con {
        transform: translate(-.15rem, -.3rem);
        -webkit-transform: translate(-.15rem, -.3rem);
        -moz-transform: translate(-.15rem, -.3rem);
        -ms-transform: translate(-.15rem, -.3rem);
        -o-transform: translate(-.15rem, -.3rem);
    }
    .teacher-list .item .pic-con {
        width: 35%;
    }
    .teacher-list .item .des {
        margin-top: 5px;
    }
}

@media (max-width:540px) {
    .img-list .item .pic {
        margin-right: 0;
        width: 100%;
        padding-top: 65%;
    }
    .img-list .item .text-con {
        padding-top: 20px;
    }
    .about .pic {
        margin-left: 0;
        width: 100%;
        float: none;
    }
    .teacher-list .item {
        width: 100%;
        height: auto;
        padding-right: .3rem;
    }
    .teacher-list .item .pic-con {
        width: 30%;
        margin-right: .2rem;
    }
}



/* 2025-12-04 新增 */
.leader-list {
    padding-left: .1rem;
    justify-content: flex-start;
}

.leader-list .item {
    width: 32%;
    margin-top: .4rem;
    padding: .3rem;
    background: #FFF;
    border: 1px solid #e5e5e5;
    flex-direction: column;
    margin-right: 2%;
}

.leader-list .item:nth-of-type(3n) {
    margin-right: 0%;
}

.leader-list .item:hover {
    box-shadow: 0 0 .2rem rgba(196, 219, 223, .5);
}

.leader-list .item .name {
    font-size: .22rem;
    margin-right: .1rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.leader-list .item .name span {
    margin-right: 1em;
}

.leader-list .item .des {
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .1rem;
    color: #999;
}

@media (max-width: 1199px) {
    .leader-list .item .name {
        font-size: 16px;
    }
    .leader-list .item .des {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .leader-list .item {    
        width: 100%;
        margin-right: 0;
    }
}