* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}
/*氓鈥βヂ扁偓忙聽路氓录聫*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:950px) {
    html {
        font-size: 8.2vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}
/*= 忙赂鈥γ┾劉陇忙碌庐氓艩篓=*/

.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%;
}
/* 茅鈥櫵喢ヂ笽E7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*氓沤鸥忙鈥撯�∶ぢ宦睹┾�β嵜铰�*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 3.2rem;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #125fb8;
}
/*氓聺鈥斆郝铰ヅ掆��*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}
/*氓沤鸥忙鈥撯�∶ぢ宦睹┾�β嵜铰�  end*/
/*莽潞碌氓聬鈥樏ヂ扁�γぢ嘎�*/

.v_middle {
    vertical-align: middle;
}
/*忙篓陋氓聬鈥樏ヂ扁�γぢ嘎�*/

.te_c {
    text-align: center;
}
/*莽鈥郝该ヂ姑ヂ∶ぢ铰�*/

.p_r {
    position: relative;
}
/* 莽鈩⒙矫ㄢ�奥裁ㄆ捙捗︹劉炉 */

.bgfff {
    background: #fff;
}

.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-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-start {
    align-items: flex-start;
}

.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 {
    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;
}

img {
    transition: all .3s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    z-index: 9999;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #0C529D;
    position: relative;
}

.header .logo {
    overflow: hidden;
    height: 1rem;
}

.header .logo img {
    height: .77rem;
}

.header .top {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: .5rem;
    color: #FFF;
    font-size: .14rem;
    position: absolute;
    right: 2rem;
    top: -1.2rem;
}

.header .top .search {
    height: .36rem;
    border: 1px #FFF solid;
    overflow: hidden;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    width: 2rem;
    margin-left: .15rem;
}

.header .top .search input[type='text'] {
    background: none;
    width: calc(100% - .3rem);
    padding-left: .2rem;
    color: #fff;
}
 .header input::placeholder{
color:#fff;
}
.header .top .search input[type='text']::-webkit-input-placeholder {
    color: #FFF;
    font-size: .14rem;
}

.header .top .search input[type='submit'] {
    width: .3rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .2rem;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
}
.hd-con {
position: relative;
}
.nav {}
   .nav ul{    display: flex;
justify-content: space-between;}
.nav li {
    padding: 0 .3rem;
}
.nav li:hover{background:#488ad1}

.nav li:last-child {
    /* padding-right: 0; */
}

.nav li>a {
    font-size: .18rem;
    color: #FFF;
    line-height: .6rem;
    font-weight: 600;
}

.nav .drop {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    top: .58rem;
    left: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform-origin: top;
    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;
}

.nav .drop a {
    padding: .05rem .2rem;
    text-align: center;
}

.menu-btn {
    position: absolute;
    right: .2rem;
    top: 0;
    width: .5rem;
    height: 100%;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    padding-top: .35rem;
    color: #FFF;
}

.footer .link {
    padding: 0 .3rem;
}

.footer .link .icon {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.footer .link .icon img {
    height: .7rem;
}

.footer .swiper-slide .text {
    color: #FFF;
    font-size: .18rem;
    margin-top: .15rem;
}

.footer .swiper-button-prev {
    background: url(../images/banner-r.svg)no-repeat center;
    background-size: .16rem;
    margin-top: -.3rem;
    left: 0;
}

.footer .swiper-button-next {
    background: url(../images/banner-r.svg)no-repeat center;
    background-size: .16rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: -.3rem;
    right: 0;
}

.copyright {
    color: #FFF;
    border-top: 1px rgba(216, 216, 216, .3) solid;
    padding-top: .3rem;
    padding-bottom: .5rem;
    margin-top: .4rem;
}

.copyright .text {
    line-height: 1.8;
}

.copyright .logo img {
    height: .73rem;
}

.copyright .erwma {
    width: 1.28rem;
    overflow: hidden;
}

.copyright .erwma img {
    width: 100%;
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }
    to {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #0C529D;
        color: #FFF;
    }
    .footer .link .swiper-slide:hover .icon {
        /* animation-name: spin;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards; */
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
}

@media (max-width:1199px) {
    .header .logo {
        height: 1rem;
    }
    .header .top .search {
        width: 100%;
        background-color: #0C529D;
        height: .7rem;
        border-radius: .4rem;
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        -ms-border-radius: .4rem;
        -o-border-radius: .4rem;
    }
    .header .top .search input[type='submit'] {
        width: .6rem;
        margin-right: .2rem;
        background-size: 70%;
    }
    .hd-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        margin-top: 0;
        bottom: 0;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
    }
    .menu-btn {
        display: block;
    }
    .header .top{
position: relative;
z-index: 9999;
top: 0;
left: 0;
}
      .nav{background:#fff}
    .nav ul {
        flex-flow: column;
        padding: .2rem;
    }
    .nav li {
        border-bottom: 1px #f6f6f6 solid;
    }
    .nav li:hover{background:#f3f2f2}
    .nav li>a {
        color: #333;
        font-size: 14px;
        line-height: .8rem;
    }
    .nav li .arrow {
        position: absolute;
        right: .2rem;
        top: .3rem;
        width: .3rem;
        height: 0.3rem;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        background: url(../images/arrow.svg)no-repeat center;
        background-size: .24rem;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .nav li .arrow.this {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    .nav .drop {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        box-shadow: none;
        padding-left: 0.2rem;
        opacity: 1;
        visibility: inherit;
        border: none;
        display: none;
        background-color: transparent;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    .nav .drop a {
        font-size: 14px;
        padding: .05rem 0;
        text-align: left;
    }
}

@media (max-width:767px) {
    .header .top .search input[type='submit'] {
        width: .5rem;
    }
    .menu-btn {
        width: .4rem;
    }
    .copyright .erwma {
        display: none;
    }
    .copyright .text {
        width: 100%;
        order: 2;
        margin-top: .3rem;
        text-align: center;
    }
    .copyright .logo {
        width: 100%;
        order: 1;
    }
    .footer .swiper-slide .text {
        font-size: 14px;
    }
    .footer .link .icon img {
        height: .9rem;
    }
    .footer .swiper-button-next,
    .footer .swiper-button-prev {
        background-size: .2rem;
    }
}

.pub-banner {
    overflow: hidden;
}

.pub-banner img {
    width: 100%;
}

@media (max-width:1199px) {
    .pub-banner img {
        height: 5.1rem;
        width: auto;
    }
}
/* 盲戮搂猫戮鹿忙聽聫 */

.sidebar {
    width: 3.2rem;
    z-index: 2;
    margin-top: .7rem;
    margin-right: .7rem;
}

.sidebar::after {
    content: '';
    position: absolute;
    left: 0;
    right: .2rem;
    top: 0;
    bottom: .2rem;
    background-color: #0551A5;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 90%);
    z-index: -1;
}

.sidebar .title {
    font-size: .26rem;
    color: #FFF;
    font-weight: bold;
    line-height: 2;
    margin: .15rem 0;
    margin-right: .2rem;
}

.sidebar .title::before {
    content: '';
    position: absolute;
    height: 1px;
    width: .4rem;
    background-color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    left: .35rem;
}

.sidebar .title::after {
    content: '';
    position: absolute;
    height: 1px;
    width: .4rem;
    background-color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    right: .35rem;
}

.sidebar .title span::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #FFF;
}

.sidebar .title span::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #FFF;
}

.sidebar ul {
    background-color: #EFF6FF;
    margin-left: .2rem;
    z-index: 2;
    padding: .1rem .35rem;
}

.sidebar .tit {
    border-bottom: 1px #ACBFD4 dotted;
    line-height: .5rem;
    font-size: .2rem;
}

.sidebar .arrow {
    position: absolute;
    top: 50%;
    right: .2rem;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-top: 2px #BBBBBB solid;
    border-right: 2px #BBBBBB solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.sidebar .on .arrow {
    display: block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.sidebar li.on .tit {
    border-bottom-color: #0551A5;
    font-weight: bold;
}

.sidebar li.on .tit {
    color: #0551A5;
    background: url(../images/arrow1.svg)no-repeat left center;
    background-size: .23rem;
}

.sidebar li:last-child {
    border-bottom: 0;
}

.sidebar .menu {
    display: none;
    line-height: 2;
    border-bottom: 1px #ACBFD4 dotted;
    padding: .1rem 0;
}

.pub-content {
    margin-top: .7rem;
    margin-bottom: .7rem;
    min-width: 0;
}

.pub-title {
    border-bottom: 1px #0551A5 solid;
    padding-bottom: .1rem;
    line-height: .5rem;
}

.pub-title span {
    font-size: .22rem;
    font-weight: bold;
    color: #0551A5;
    padding-left: .3rem;
}

.pub-title span::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: 8px;
    height: 8px;
    background-color: #FCA034;
}
/* 茅聺垄氓艗鈥γヂ扁�� */

.crumb {
    background: url(../images/home.svg)no-repeat left center;
    color: #9E9E9E;
    padding-left: .4rem;
    background-size: .27rem;
}

.crumb a {
    color: #9E9E9E;
}
/* 忙鈥撯�∶ヂ�斆ニ嗏�斆÷� */

.text-list li {
    border-bottom: 1px #C4D1E5 dashed;
    height: .75rem;
    line-height: .75rem;
    padding-left: .3rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 1;
}

.text-list li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .08rem;
    height: .08rem;
    border-top: 1px #0551A5 solid;
    border-right: 1px #0551A5 solid;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.text-list li .tit {
    font-size: .18rem;
    min-width: 0;
    margin-right: .6rem;
}

.text-list li .date {
    color: #9E9E9E;
}
/* 氓藛鈥犆┞÷� */

.page {
    margin-top: .5rem;
    font-size: .14rem;
    line-height: .3rem;
}

.page a {
    border: 1px #d5d5d5 solid;
    padding: 0 .1rem;
    margin: 0 .05rem;
}

.page a.on {
    background-color: #0551A5;
    color: #FFF;
    border-color: #0551A5;
}

@media (min-width:1025px) {
    .text-list li:hover {
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
        transform: translateY(-1px);
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        padding-right: .2rem;
        padding-left: .5rem;
        border-bottom: 0;
        z-index: 2;
    }
    .text-list li:hover::after {
        left: .2rem;
        border-top-color: #C3222A;
        border-right-color: #C3222A;
    }
}

@media (max-width:767px) {
    .sidebar {
        margin-right: 0;
        width: 100%;
        margin-top: -.95rem;
    }
    .sidebar .title {
        font-size: 18px;
    }
    .sidebar .title::before,
    .sidebar .title::after {
        width: 25%;
    }
    .sidebar li {
        font-size: 14px;
        line-height: .8rem;
    }
    .pub-content {
        min-width: 100%;
        margin-top: .5rem;
    }
    .pub-title span {
        font-size: 16px;
    }
    .crumb,
    .text-list li .date {
        font-size: 12px;
    }
    .text-list li .tit,
    .page {
        font-size: 14px;
    }
    .text-list li {
        height: .9rem;
        line-height: .9rem;
    }
    .page {
        line-height: .5rem;
    }
    .page a {
        padding: 0 .2rem;
    }
}
/* 氓鈥郝久︹�撯�∶ニ嗏�斆÷� */

.image-list li {
    margin-top: .2rem;
    padding: .2rem;
    background-color: #F2F5F9;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.image-list li .pic {
    width: 2.45rem;
    height: 1.65rem;
    overflow: hidden;
    margin-right: .25rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.image-list li .text-con {
    min-width: 0;
}

.image-list li .tit {
    font-size: .2rem;
    line-height: .7rem;
}

.image-list li .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #0551A5;
}

.image-list li .text {
    color: #898989;
    margin-top: .25rem;
    line-height: 1.8;
}

@media (min-width:1025px) {
    .image-list li:hover {
        background-color: #FFF;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    }
    .image-list li:hover .pic {
        margin-right: .5rem;
    }
    .image-list li: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);
    }
    .image-list li:hover .tit {
        font-weight: bold;
        color: #0551A5;
    }
}

@media (max-width:767px) {
    .image-list li .tit {
        font-size: 14px;
    }
    .image-list li .text {
        font-size: 12px;
        margin-top: .2rem;
    }
}
/* 猫炉娄忙茠鈥� */

.dateils {
    margin-top: .5rem;
}

.dateils h1 {
    font-size: .28rem;
}

.dateils .info {
    border-bottom: dotted 1px #cccccc;
    color: #959595;
    line-height: .7rem;
    position: relative;
    margin-bottom: 0.2rem;
}

.dateils .info span {
    margin-right: .3rem;
}

.dateils .body {
    line-height: 2;
    font-size: .18rem;
    color: #535353;
}

.dateils .body p {
    margin-top: .3rem;
    text-indent: .32rem;
}

.dateils .body img {
    max-width: 100%;
    margin-top: .3rem;
}

.dateils .prev-next {
    padding-top: .2rem;
    margin-top: .3rem;
    border-top: 1px #d4d4d4 dotted;
    line-height: 2;
}

@media (max-width:767px) {
    .dateils h1 {
        font-size: 16px;
    }
    .dateils .info {
        font-size: 12px;
        text-align: left;
    }
    .dateils .body,
    .dateils .prev-next {
        font-size: 14px;
    }
}
/* 茅垄鈥犆ヂ� */

.leader li {
    margin-top: .6rem;
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    padding: .27rem;
}

.leader li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #0551A5;
}

.leader li:last-child {
    margin-right: 0;
}

.leader li .pic {
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
}

.leader li .name {
    font-weight: bold;
    font-size: .22rem;
    border-bottom: 1px #969696 dashed;
    line-height: .6rem;
    height: .6rem;
}

.leader li .text {
    font-size: .18rem;
    color: #7C7F83;
    margin-top: .2rem;
}

@media (min-width:1025px) {
    .leader li: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);
    }
}

@media (max-width:950px) {
    .leader li {
        width: 32%;
    }
    .leader li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .leader li {
        width: 49%;
    }
    .leader li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .leader li:nth-of-type(2n) {
        margin-right: 0;
    }
    .leader li .pic {
        height: 2.8rem;
    }
    .leader li .name {
        font-size: 16px;
        height: .8rem;
        line-height: .8rem;
    }
    .leader li .text {
        font-size: 12px;
    }
}
/* 茅娄鈥撁┞÷� */

.banner {
    overflow: hidden;
    z-index: 1;
}

.banner img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(10, 31, 86, .5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .16rem;
}

.banner .swiper-button-prev {
    background-image: url(../images/banner-r.svg);
    left: .2rem;
}

.banner .swiper-button-next {
    background-image: url(../images/banner-r.svg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: .2rem;
}

@media (max-width:767px) {
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        width: .8rem;
        height: .8rem;
    }
    .banner .pic {
        overflow: hidden;
    }
    .banner img {
        height: 5rem;
        width: auto;
    }
}

.submenu {
    z-index: 2;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    background-color: #FFF;
    height: 1rem;
    z-index: 2;
    margin-top: -.5rem;
    line-height: 1rem;
}

.submenu a {
    height: 1rem;
    font-size: .25rem;
    z-index: 2;
}

.submenu a::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: 1px;
    height: 30px;
    background-color: #A8C3E0;
}

.submenu a:last-child::after {
    display: none;
}

.submenu a:hover {
    color: #FFF;
    z-index: 3;
    height: 1.1rem;
    transform: translateY(-.1rem);
    -webkit-transform: translateY(-.1rem);
    -moz-transform: translateY(-.1rem);
    -ms-transform: translateY(-.1rem);
    -o-transform: translateY(-.1rem);
    background: url(../images/tbg.jpg)no-repeat;
    background-size: cover;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .3);
    padding-top: .1rem;
}

@media (max-width:767px) {
    .submenu {
        height: auto;
    }
    .submenu a {
        font-size: 14px;
        flex: none;
        width: 25%;
    }
    .submenu a.on {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

.home-title {
    border-bottom: 1px #D8D8D8 solid;
    padding-left: .5rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.home-title strong {
    font-size: .3rem;
    height: .7rem;
    line-height: .7rem;
    margin-right: .1rem;
}

.home-title strong::after {
    content: '';
    position: absolute;
    left: -.5rem;
    bottom: -1px;
    right: 0;
    height: 3px;
    background-color: #0C529D;
}

.home-title .en {
    color: #FCA034;
}

.home-title .more {
    font-size: .14rem;
    color: #0C529D;
    background: url(../images/more.svg)no-repeat left center;
    padding-left: .2rem;
    background-size: .14rem;
}

.home-news .card {
    width: 47.3%;
    margin-top: .5rem;
}

.home-news .z-news .home-title {
    background-size: .32rem;
}

.home-news .z-news .first {
    margin-top: .3rem;
}

.home-news .z-news .first .pic {
    width: 2.25rem;
    height: 1.5rem;
    overflow: hidden;
    margin-right: .3rem;
}

.home-news .z-news .first .tit {
    font-size: .2rem;
    font-weight: bold;
    margin-top: .2rem;
}

.home-news .z-news .first .date {
    margin-top: .3rem;
    color: #0C529D;
    font-size: .18rem;
    padding-left: .3rem;
    background: url(../images/time.svg)no-repeat left center;
    background-size: .22rem;
}

.home-news .z-news .first .arrow {
    width: .24rem;
    background: url(../images/arrow2.svg)center no-repeat;
    background-size: 100%;
    height: .3rem;
}

.home-list {
    margin-top: .2rem;
}

.home-list li {
    border-bottom: 1px dashed #BCBCBC;
    height: .5rem;
    line-height: .5rem;
    padding-left: .2rem;
}

.home-list li:last-child {
    border-bottom: 0;
}

.home-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
    border-left: 5px #3D3D3D solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-list li .tit {
    min-width: 0;
    margin-right: .4rem;
    font-size: .18rem;
}

.home-list li .date {
    color: #0C529D;
}

.home-news .notice .home-title {
    background-size: .4rem;
}

.home-news .notice ul {
    margin-top: .25rem;
}

.home-news .notice li {
    height: .65rem;
    line-height: .65rem;
    border-bottom: 1px #D8D8D8 solid;
    z-index: 2;
}

.home-news .notice li:last-child {
    border-bottom: 0;
}

.home-news .notice li::before {
    content: '';
    position: absolute;
    left: -.2rem;
    top: 0;
    width: 0;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #0C529D;
    z-index: -1;
}

.home-news .notice .date {
    font-size: .2rem;
    font-weight: bold;
    margin-right: .2rem;
    padding-right: .2rem;
    color: #1D50A2;
}

.home-news .notice .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .2rem;
    background-color: #AFAFAF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news .notice .tit {
    font-size: .18rem;
}

@media (min-width:1025px) {
    .home-news .z-news .first:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .notice li:hover::before {
        right: 0;
        width: calc(100% + .2rem);
    }
    .home-news .notice li:hover .date,
    .home-news .notice li:hover .tit {
        color: #FFF;
    }
}

@media (max-width:767px) {
    .home-title strong {
        font-size: 18px;
    }
    .home-title .en,
    .home-list li .tit,
    .home-news .notice .date,
    .home-news .notice .tit {
        font-size: 14px;
    }
    .home-title .more,
    .home-news .z-news .first .date,
    .home-list li .date {
        font-size: 12px;
    }
    .home-news .card {
        width: 100%;
    }
    .home-news .z-news .first .pic {
        width: 3.2rem;
        height: 1.8rem;
    }
    .home-news .z-news .first .tit {
        font-size: 15px;
    }
    .home-list li {
        line-height: .7rem;
        height: .7rem;
    }
}

.home-content {
    background-color: #F4F9FF;
    padding-bottom: .7rem;
    margin-top: .4rem;
    overflow: hidden;
}

.home-content .card {
    width: 47.3%;
    margin-top: .3rem;
}

.home-content .lectures .home-title {
    background-size: .43rem;
}

.home-content .lectures .info {
    margin-top: .3rem;
}

.home-content .lectures .info .pic {
    width: 2.25rem;
    height: 1.55rem;
    overflow: hidden;
    margin-right: .2rem;
}

.home-content .lectures .info .tit {
    font-size: 0.18rem;
    font-weight: bold;
    margin-top: .15rem;
}

.home-content .lectures .info .txt {
    padding-left: .3rem;
    line-height: 2;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .2rem;
}

.home-content .lectures .info .time {
    background-image: url(../images/time.svg);
    margin-top: .1rem;
}

.home-content .lectures .info .name {
    background-image: url(../images/user.svg);
}

.home-content .lectures .info .address {
    background-image: url(../images/address.svg);
}

.home-content .lectures li {
    border-bottom: 0;
}

.home-content .lectures li .date {
    color: #636363;
}

.home-content .tongzhi .home-title {
    background-size: .4rem;
}

.home-content .tongzhi .home-title strong {
    font-weight: normal;
    font-size: .26rem;
    margin-right: .5rem;
    cursor: pointer;
}

.home-content .tongzhi .home-title strong:last-child {
    margin-right: 0;
}

.home-content .tongzhi .home-title strong::after {
    display: none;
}

.home-content .tongzhi .home-title strong.on {
    font-size: .3rem;
    font-weight: bold;
}

.home-content .tongzhi .home-title strong:last-child.on::after {
    left: 0;
}

.home-content .tongzhi .home-title strong.on::after {
    display: block;
}

.home-content .tongzhi ul {
    padding-left: .3rem;
    margin-top: .2rem;
    z-index: 2;
}

.home-content .tongzhi ul::before {
    content: '';
    position: absolute;
    left: .08rem;
    top: .4rem;
    bottom: .4rem;
    width: 1px;
    background-color: #AAC8E5;
    z-index: -1;
}

.home-content .tongzhi li {
    height: .65rem;
    line-height: .65rem;
    border-bottom: 1px dotted #9AA19E;
    font-size: .18rem;
}

.home-content .tongzhi li::after {
    content: '';
    position: absolute;
    left: -.33rem;
    top: 50%;
    width: .22rem;
    height: .22rem;
    background: url(../images/date.svg)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-content .tongzhi li:last-child {
    border-bottom: 0;
}

.home-content .tongzhi li .date {
    color: #717A84;
    margin-right: .5rem;
}

.home-content .tongzhi li .tit {
    min-width: 0;
}

.home-content .roll {
    margin-top: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
}

.home-content .roll .item {
    height: 1.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-content .roll .txt {
    font-size: .2rem;
    font-weight: bold;
    color: #FFF;
}

.home-content .roll .icon {
    width: .49rem;
    height: .49rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .1rem;
    background-size: .49rem;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    overflow: hidden;
}

.home-content .roll .swiper-button-white {
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0C529D;
    background-size: .16rem;
}

.home-content .roll .swiper-button-prev {
    left: -.15rem;
}

.home-content .roll .swiper-button-next {
    right: -.15rem;
}

@media (min-width:1025px) {
    .home-content .lectures .info: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-content .tongzhi li:hover {
        font-weight: bold;
    }
    .home-content .tongzhi li:hover .date,
    .home-content .tongzhi li:hover .tit {
        color: #0C529D;
    }
    .home-content .tongzhi li:hover::after {
        background-image: url(../images/date-on.svg);
    }
    .home-content .roll .swiper-slide:hover .icon {
        /*animation-name: spin;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        */
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
}

@media (max-width:767px) {
    .home-content .card {
        width: 100%;
    }
    .home-content .tongzhi .home-title strong.on,
    .home-content .tongzhi .home-title strong {
        font-size: 18px;
    }
    .home-content .tongzhi ul {
        padding-left: .4rem;
    }
    .home-content .tongzhi li {
        font-size: 14px;
        height: .7rem;
        line-height: .7rem;
    }
    .home-content .tongzhi li::after {
        width: .32rem;
        height: .32rem;
        left: -.46rem;
    }
    .home-content .tongzhi li .date {
        margin-right: .3rem;
    }
    .home-content .roll .txt {
        font-size: 16px;
    }
}

.home-professor {
    background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: .8rem;
}

.home-professor .card {
    width: 47.3%;
    margin-top: .4rem;
}

.home-professor .research .home-title {
    background-size: .35rem;
}

.home-professor .research li {
    line-height: .7rem;
    height: .7rem;
}

.home-professor .research li .date {
    color: #737373;
}

.home-professor .professor .home-title {
    background-size: .39rem;
}

.home-professor .professor .swiper-container {
    margin: .5rem .4rem 0 .4rem;
}

.home-professor .professor .pic {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    width: 1.56rem;
    height: 1.56rem;
    margin-left: auto;
    margin-right: auto;
}

.home-professor .professor .swiper-slide a {
    width: 1.56rem;
}

.home-professor .swiper-button-prev {
    left: 0;
    background-size: .29rem;
    background: url(../images/r.svg)no-repeat center;
    width: .29rem;
    height: .29rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: -.6rem;
}

.home-professor .swiper-button-next {
    right: 0;
    background-size: .29rem;
    background: url(../images/r.svg)no-repeat center;
    width: .29rem;
    height: .29rem;
    margin-top: -.6rem;
}

.home-professor .professor .name {
    font-size: .22rem;
    font-weight: bold;
    margin-top: .2rem;
    padding-bottom: .2rem;
}

.home-professor .professor .name::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: .44rem;
    height: 4px;
    background-color: #0C529D;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-professor .professor .text {
    color: #6D6D6D;
    line-height: 2;
    margin-top: .1rem;
}

@media (min-width:1025px) {
    .home-professor .professor .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);
    }
}

@media (max-width:950px) {
    .home-professor .professor .swiper-slide a {
        width: 2.2rem;
    }
}

@media (max-width:767px) {
    .home-professor .card {
        width: 100%;
    }
    .home-professor .professor .swiper-slide a {
        width: 80%;
    }
    .home-professor .professor .name {
        font-size: 16px;
    }
    .home-professor .professor .text {
        font-size: 14px;
    }
}

.home-image {
    width: 100%;
    height: 6.9rem;
    overflow: hidden;
}

.home-image .view {
    width: 100%;
    height: 6.9rem;
}

.home-image .view .swiper-container {
    height: 100%;
}

.home-image .view span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .9rem;
    height: .9rem;
    background: url(../images/play.svg)no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-image .preview {
    position: absolute;
    bottom: .3rem;
    left: 50%;
    z-index: 2;
    width: 7.8rem;
    overflow: hidden;
    height: 1.1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-image .preview .swiper-slide {
    width: 1.77rem;
    height: 1.1rem;
    margin-right: .23rem;
}

.home-image .preview .swiper-slide.active-nav::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px #FFF solid;
    content: '';
}

@media (min-width:1025px) {
    .home-image .view .swiper-slide:hover 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);
    }
}

@media (max-width:767px) {
    .home-image .preview {
        width: 90%;
    }
}

.quick {
    position: fixed;
    right: .2rem;
    bottom: 30%;
    z-index: 2;
    cursor: pointer;
}

.quick span {
    width: 1.15rem;
    height: 1.15rem;
    background: url(../images/icon.png)no-repeat center;
    background-size: 100%;
}

.quick .drop {
    opacity: ;
    position: absolute;
    width: 1.7rem;
    background-color: #0551A5;
    padding: 0 .1rem;
    top: 0;
    right: 1rem;
    opacity: 0;
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    visibility: hidden;
}

.quick .drop a {
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    line-height: .5rem;
}

.quick:hover .drop {
    opacity: 1;
    right: 1.15rem;
    visibility: initial;
}

@media (max-width:1199px) {
    .quick {
        display: none;
    }
}



.teacher_box {}

.teacher_tit {
text-align: center;
font-size: 26px;
color: #111;
font-weight: bold;
line-height: 70px;
}

.teacher_tab {
width: 100%;
height: auto;
overflow: hidden;
}

.teacher_tab h2 {
font-size: 22px;
font-weight: bold;
line-height: 50px;
height: 50px;
letter-spacing: 0em;
color: #0C529D;
background: #E9F0F7;
padding: 0 0 0 37px;
position: relative;
}

.teacher_tab h2:before {
content: "";
position: absolute;
left: 20px;
top: 16px;
width: 3px;
height: 20px;
background: #0C529D;
}

.teacher_tab ul {
width: 100%;
height: auto;
overflow: hidden;
border: #E9F0F7 2px solid;
background: #FFFFFF;
box-shadow: 0px 0px 10px 0px rgba(12, 82, 157, 0.2);
padding: 30px 0 30px 40px;
margin-bottom: 30px;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.teacher_tab li {
width: 14.25%;
font-size: 18px;
margin: 10px 0;
position: relative;
transition: all 0.3s;
}

.teacher_tab li a {
color: #2F2F2F;
font-size: 18px;
line-height: 28px;
position: relative;
padding-left: 15px;
transition: all 0.6s;
}

.teacher_tab li:hover a {
color: #0c529d;
font-weight: bold;
}

.teacher_tab li:hover a:before {
left: 3px;
}

.teacher_tab li a:before {
content: "";
position: absolute;
background: url(../images/ico_ld.png) left center no-repeat;
width: 7px;
height: 8px;
left: 0;
top: 9px;
background-size: cover;
transition: all 0.3s;
}

.ld_info {
width: 100%;
height: auto;
overflow: hidden;
position: relative;
}

.ld_tit {
font-size: 20px;
font-weight: bold;
line-height: 36px;
letter-spacing: 0em;
color: #2E2E2E;
text-align: center;
margin: 25px auto;
}

.ld_tit span {}

.ld_about {}

.ld_about {
font-size: 16px;
font-weight: normal;
line-height: 19px;
letter-spacing: 0em;
color: #4A4A4A;
}

.ld_about p {
font-size: 16px;
font-weight: normal;
line-height: 36px;
letter-spacing: 0em;
color: #4A4A4A;
}

.ld_about p a {
color: #4A4A4A;
font-size: 16px;
}

.ld_more {
border-top: 1px solid #D8D8D8;
width: 100%;
height: auto;
overflow: hidden;
margin: 40px auto;
padding: 0 0.5%;
}

.ld_more ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.ld_more li {
margin-top: 50px;
width: 48%;
/* margin-right: 3%; */
box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
padding: 15px;
background: url(../images/ld_sybg.png) right bottom no-repeat;
background-size: 27%;
}

.ld_more li .pic {
position: relative;
float: left;
margin-right: 30px;
width: 180px;
height: 240px;
overflow: hidden;
}

.ld_more li .ld_txt {
font-size: 18px;
line-height: 37px;
padding-top: 15px;
height: 100%;
position: relative;
overflow: hidden;
}

.ld_more li .ld_txt span {
display: block;
}

.ld_amoe {
position: absolute;
left: 0;
bottom: 10px;
display: block;
border: 1px solid #0C529D;
font-size: 16px;
font-weight: normal;
line-height: 36px;
letter-spacing: 0em;
color: #0C529D;
padding: 0px 40px 0 10px;
text-align: left;
background: url(../images/leader_mico.svg) 82px center no-repeat;
background-size: 25px;
transition: all 0.3s;
}

.ld_amoe:hover {
background: url(../images/leader_micoh.svg) 82px center no-repeat #0c529d;
color: #fff
}

.ld_more li: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);
}
/*  */
.ld_more2 {
/* border-top: 1px solid #D8D8D8; */
width: 100%;
height: auto;
overflow: hidden;
margin: 40px auto;
padding: 0 0.5%;
}

.ld_more2 ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.ld_more2 li {width: 33%;padding: 15px;}
.ld_more2 li a{
    display: block;
}
.ld_more2 li .pic {margin: 0 auto;display: block;width: 100%;}
.ld_more2 li .pic img{
   width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
    }
.ld_more2 li p{  font-size: 18px;
line-height: 37px;}

.ld_more2 li .ld_txt {
font-size: 18px;
line-height: 37px;
padding-top: 15px;
height: 100%;
position: relative;
overflow: hidden;
}

.ld_more2 li .ld_txt span {
display: block;
}

.ld_more2 .ld_amoe {
position: absolute;
left: 0;
bottom: 10px;
display: block;
border: 1px solid #0C529D;
font-size: 16px;
font-weight: normal;
line-height: 36px;
letter-spacing: 0em;
color: #0C529D;
padding: 0px 40px 0 10px;
text-align: left;
background: url(../images/leader_mico.svg) 82px center no-repeat;
background-size: 25px;
transition: all 0.3s;
}

.ld_more2 .ld_amoe:hover {
background: url(../images/leader_micoh.svg) 82px center no-repeat #0c529d;
color: #fff
}

.ld_more2 .ld_more li: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);
}

@media (max-width:1300px) {
.teacher_tab li {
    width: 20%;
}

.ld_more li .ld_txt {
    font-size: 16px;
    padding-top: 0;
    line-height: 27px;
}

.ld_more li .pic {
    margin-right: 20px;
    width: 160px;
    height: 210px;
}

.ld_amoe {
    font-size: 14px;
    bottom: 0;
    padding: 0px 40px 0 10px;
    line-height: 30px;
    background: url(../images/leader_mico.svg) 71px center no-repeat;
}
}

@media (max-width:970px) {
.teacher_tab li {
    width: 33.3%;
}

.teacher_tit {
    font-size: 23px;
    color: #111;
    font-weight: bold;
    line-height: 60px;
}

.teacher_tab h2 {
    font-size: 20px;
}

.ld_tit span {
    display: block;
}

.ld_more li {
    width: 100%;
    margin-top: 30px;
}

.ld_more li .ld_txt span {
    font-size: 18px;
    line-height: 36px;
}

.ld_more2 li {width:100%}
}





/*  2024骞�7鏈�18鏃�10:06:23 */

.dateils-subnav{margin-top: .35rem;}
.dateils-subnav ul{display: flex;margin:0 -.1rem;flex-wrap: wrap;}
.dateils-subnav ul li {margin-top: .15rem;width: 33%;}
.dateils-subnav ul li a{display: block;margin:0 .1rem;background: #F5F5F5;font-size: 0.18rem;;line-height: 0.5rem;color: #333333;transition: all 0.5s;text-align: center;}
.dateils-subnav ul li a:hover{color: #FFFFFF;background: #0C529D;}
.dateils-colm{border-bottom:  1px solid #C6D1DE;padding-bottom: .2rem;margin-top: .7rem;}
.dateils-colm h3{font-size: 0.26rem;font-weight: bold;line-height: 0.3rem;color: #333333;padding-left: .38rem;position: relative;}
.dateils-colm h3::before{content: "";position: absolute;left: 0;top: .04rem ;width: 0.15rem;height: 0.15rem;background: #0C529D;z-index: 1;}
.dateils-colm h3::after{content: "";position: absolute;left: .1rem;top: .15rem ;width: 0.11rem;height: 0.11rem;background: #FF8A00;z-index: 2;}

/* 甯堣祫闃熶紞 */
.szpx-tit ul{display: flex;align-items: center;background: #F5F5F5;margin-bottom: .5rem;margin-top: .75rem;}
.szpx-tit ul li{flex: 1;min-width: 0;}
.szpx-tit ul li a{display: block;text-align: center;color: #333333;font-size: 0.2rem;line-height: 0.58rem;}
.szpx-tit ul li.on a{background: #0C529D;color: #fff;font-weight: 600;}

.szpx-body {position: relative;}
.szpx-body>div {position: absolute;left: 0;top: 0;width: 100%;opacity: 0;z-index: -9;transition: all 0.5s;transform: translateY(100%);visibility: hidden;}
.szpx-body>div.on {position: relative;z-index: 9;opacity: 1;transform: translateY(0);visibility:visible;}
.szpx-body>.py{border: 1px solid #CEDEF0;}
.szpx-body>.py ul li{display: flex;border-top: 1px solid #CEDEF0;}
.szpx-body>.py ul li:nth-child(1){border-top: none;}
.szpx-body>.py ul li b{display: flex;align-items: center;justify-content: center;background: #EFF6FF;width: 0.83rem;font-family: Arial;font-size: 0.22rem;font-weight: normal;line-height: 0.28rem;color: #0C529D;}
.szpx-body>.py ul li div{flex: 1;min-width: 0;padding: .1rem .5rem;}
.name-list{display: flex;align-items: center;flex-wrap: wrap;padding: .1rem 0;}
.szpx-body>.py ul li div a{width: 16.666%;}
.name-list a{width: 14.285%;padding:.1rem 0;padding-left: .15rem;position: relative;font-size: 0.16rem;line-height: 0.28rem;color: #2F2F2F;}
.name-list a::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-width: 3px 0 3px 5px;border-style: solid; border-color: transparent transparent transparent #0C529D;}
.name-list a:hover{color: #0C529D;}

.xs ul li{padding: 0 .3rem .3rem .3rem;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(12, 82, 157, 0.2);margin-top: .5rem;}
.xs ul li:hover{margin-top: 0;}
.xs ul li b{display: block;font-size: 0.22rem;font-weight: bold;line-height: 0.6rem;color: #0C529D;padding-left: 15px;position: relative;border-bottom: 1px solid #D4E9FF;}
.xs ul li b::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%); background: #0C529D;width: 2px;height: 0.21rem;}

.adpage1{margin-top: -.4rem;position: relative;z-index: 9;}
.adpage1-c{display: flex;}
.adpage1-c h3{display: flex;align-items: center;justify-content: center;width: 3.23rem;background: #0C529D;
margin-top: -.3rem;}
.adpage1-c h3 img{margin-right: .3rem;height: 0.36rem;}
.adpage1-c h3 span{font-size: 0.32rem;font-weight: bold;line-height: 1.07rem;color: #fff;}
.adpage1-c div{flex: 1;min-width: 0;display: flex;flex-wrap: wrap;align-items: center;background: #fff;padding: .2rem 0 0.2rem  .6rem;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.adpage1-c div a{font-size: 0.2rem;font-weight: normal;line-height: 0.4rem;margin-right: .6rem;}
.adpage2{margin-top: .85rem;}
.adpage2-c{display: flex;justify-content: space-between;}
.adpage2-l{width: 48%;}
.adpage2-r{width: 48%;}
.adpage-tit{border-bottom:  1px solid #C6D1DE;padding-bottom: .2rem;display: flex;align-items: center;justify-content: space-between;}
.adpage-tit h3{font-size: 0.26rem;font-weight: bold;line-height: 0.3rem;color: #333333;padding-left: .38rem;position: relative;}
.adpage-tit h3::before{content: "";position: absolute;left: 0;top: .04rem ;width: 0.15rem;height: 0.15rem;background: #0C529D;z-index: 1;}
.adpage-tit h3::after{content: "";position: absolute;left: .1rem;top: .15rem ;width: 0.11rem;height: 0.11rem;background: #FF8A00;z-index: 2;}
.adpage-tit a{font-size: 0.16rem;font-weight: normal;line-height: 0.26rem; color: #666666;padding-right:20px;position: relative;}
.adpage-tit a::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);border-width: 3px 0 3px 5px;border-style: solid;border-color: transparent transparent transparent #0C529D;}
.adpage2-litem{margin-top: .25rem;}
.adpage2-litem a{display: block;}
.adpage2-litem a h3{font-size: 0.18rem;font-weight: bold;line-height: 0.26rem;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.adpage2-litem a p{
font-size: 0.15rem;
font-weight: normal;
line-height: 0.26rem;
color: #333333;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
height: 1.3rem;
margin: .23rem 0 .18rem 0;
}
.adpage2-litem a span{
display: block;
font-size: 0.16rem;
font-weight: normal;
line-height: 0.28rem;
color: #0C529D;
padding-left: .3rem;
background: url() no-repeat;
background-position: left center;
background-size: .22rem auto;

}

.home-listpic {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: .3rem;}
.home-listpic li {width: 48%;}
.home-listpic li a {display: block;position: relative;}
.home-listpic li a .pic {padding-top: 61.87%;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.home-listpic li a .info {position: absolute;left: 0;right: 0;bottom: 0;height: 0.56rem;background: rgba(0, 0, 0, .6);display: flex;align-items: center;}
.home-listpic li a .info p {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 .1rem;font-size: 0.18rem;line-height: 0.28rem;color: #FFFFFF;width: 100%;}
.home-listpic li a .info p i {background-image: linear-gradient(#fff, #fff);display: inline;font-style: normal;position: relative;background-image: linear-gradient(#fff, #fff);background-position: right bottom;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.home-listpic li a:hover .info p i{
background-position: left bottom;
background-size: 100% 1px;
font-weight: inherit;
color: inherit;
}

.adpage3{
    background: #F2F6FA;
    padding: .5rem 0 .6rem 0;
    margin-top: .55rem;
}
.adpage3-c{margin-top: .45rem;}
.adpage3-c ul{display: flex;margin: 0 -.2rem;}
.adpage3-c ul li{width: 25%;position: relative;}
.adpage3-c ul li::before{content: "";position: absolute;left: .2rem;top: 0;right: .2rem;bottom: 0;background: url(../images/adpage-itembg1.png) no-repeat;background-position: center center;background-size: cover;opacity: 0;transition: all 0.5s;}
.adpage3-c ul li a{display: block;margin: 0 .2rem;position: relative;z-index: 9;padding: .3rem .25rem .4rem .25rem;border: 1px solid #CDDDED;}
.adpage3-c ul li a div{display: flex;align-items: flex-end;}
.adpage3-c ul li a div b{
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.22rem;
    color: #0C529D;
}
.adpage3-c ul li a div span{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
    color: #6591C1;
}
.adpage3-c ul li a h3{
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin: .25rem 0 .15rem 0;
}
.adpage3-c ul li a p{
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.72rem;
}
.adpage3-c ul li a i{
    display: block;
    height: 10px;
    background: url(../images/adpage-icon1.png) no-repeat;
    background-position: left center; 
    margin-top: .2rem;
}
.adpage3-c ul li:hover::before{opacity: 1;}
.adpage3-c ul li:hover a{border-color: transparent;}
.adpage3-c ul li:hover a div b{color: #FFFFFF;}
.adpage3-c ul li:hover a div span{color: #C2DFFF;}
.adpage3-c ul li:hover a h3{color: #FFFFFF;font-weight: 600;}
.adpage3-c ul li:hover a p{color: #D4E9FF;}
.adpage3-c ul li:hover a i{background: url(../images/adpage-icon2.png) no-repeat;background-position: left center; }

.adpage4{margin-top: .5rem;margin-bottom: .5rem;}
.adpage4-c{margin-top: .35rem;}
.adpage4-c ul{display: flex;margin: 0 -.2rem;}
.adpage4-c ul li{width: 25%;}
.adpage4-c ul li a{display: block;margin: 0 .2rem;}
.adpage4-c ul li a .pic{padding-top: 63.7%;}
.adpage4-c ul li a .info h3{
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .1rem 0 ;
    color: #333333;
}
.adpage4-c ul li a .info div p{
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adpage4-c ul li a:hover  .info h3{color: #125fb8;}
.adpage5{margin-top: .5rem;margin-bottom: .5rem;}
.adpage5-c{margin-top: .35rem;}
.adpage5-c ul{display: flex;margin: 0 -.15rem;}
.adpage5-c ul li{width: 25%;padding-right: .2rem;padding-bottom: .2rem;position: relative;}
.adpage5-c ul li::before{content: "";position: absolute;left: .25rem;right: .15rem;bottom: 0;top: .2rem;z-index: 1;background: url(../images/adpage-itembg2.png) repeat;background-position: center center;background-size: cover;}
.adpage5-c ul li a{display: block;margin: 0 .15rem;background: #F2F6FA;position: relative;z-index: 2;padding: .3rem .25rem .3rem .25rem;}
.adpage5-c ul li a h3{
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
}
.adpage5-c ul li a span{
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #0C529D;
    padding-left: .3rem;
    background: url(../images/adpage1-svg2.svg) no-repeat;
    background-position: left center;
    background-size: .22rem auto;
    margin-top: .25rem;
}
.adpage5-c ul li a:hover h3{color: #125fb8;}



@media screen and (max-width:1024px) {
.dateils-colm h3,.adpage-tit h3{font-size: 16px;}
.dateils-subnav ul li a{font-size: 14px;padding: 0 .3rem;}
.szpx-tit ul li a{font-size: 16px;line-height: 40px;}
.szpx-body>.py ul li b{font-size: 18px;}
.name-list a,.szpx-body>.py ul li div a{font-size: 14px;width: 33.33%;padding-left: 10px;line-height: 20px;}
.name-list::before{border-width: 3px 0 3px 5px;}
.szpx-body>.py ul li div{padding-right: 0.1rem;}
.xs ul li b{font-size: 16px;}
.adpage-tit a{font-size: 14px;}
.adpage1-c{display: block;}
.adpage1-c h3{width: auto;}
.adpage1-c div{padding: .2rem 0 .2rem .3rem;}
.adpage1-c div a{font-size: 14px;line-height: 26px;;margin-right: .3rem;}
.adpage2-c{display: block;}
.adpage2-l{width: auto;}
.adpage2-litem a h3{font-size: 16px;line-height: 16px;}
.adpage2-litem a p{height: auto;max-height: 120px;font-size: 14px;line-height: 24px;}
.adpage2-litem a span{font-size: 14px;}
.adpage2-r{width: auto;margin-top: .35rem;}
.home-listpic li a .info p{font-size: 14px;}
.adpage3-c ul,.adpage4-c ul,.adpage5-c ul{flex-wrap: wrap;margin: 0 -.1rem;}
.adpage3-c ul li,.adpage4-c ul li,.adpage5-c ul li{width: 50%;}
.adpage3-c ul li:nth-child(-n+2),.adpage4-c ul li:nth-child(-n+2),.adpage5-c ul li:nth-child(-n+2){margin-bottom: 3%;}
.adpage3-c ul li a,.adpage4-c ul li a{margin: 0 .1rem;}
.adpage3-c ul li a div b{font-size: 16px;line-height: 18px;}
.adpage3-c ul li a div span{font-size: 14px;line-height: 14px;}
.adpage3-c ul li a h3{font-size: 16px;line-height: 24px;height: 48px;}
.adpage3-c ul li a p{font-size: 14px;line-height: 24px;height: 72px;}
.adpage4-c ul li a .info h3{font-size: 16px;line-height: 26px;}
.adpage4-c ul li a .info div p{font-size: 14px;line-height: 24px;}
.adpage5-c ul li a{padding: .2rem .15rem;}
.adpage5-c ul li a h3{font-size: 16px;line-height: 24px;height: 48px}
.adpage5-c ul li a span{font-size: 14px;}
}






.contain-hid{overflow:hidden;}
/*  2024骞�7鏈�18鏃�10:06:23   END */