* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
    max-width: 100%;
}

.clear {
    clear: both;
}

@media only screen and (max-width: 1400px) {
    .pcnav>li>a {
        display: block;
        height: 70px;
        line-height: 70px;
        color: #fff;
        font-size: 16px;
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .pcnav>li>a {
        display: block;
        height: 70px;
        line-height: 70px;
        color: #fff;
        font-size: 16px;
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .pcnav>li>a {
        display: block;
        height: 70px;
        line-height: 70px;
        color: #fff;
        font-size: 16px;
        padding: 0 15px !important;
    }
}

@media only screen and (min-width: 996px) {
    .preload {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: all ease .4s;
        display: none;
    }
    .preloadcon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .preloadcon img {
        width: 300px;
        transition: all ease 0.4s;
        animation: logoanimation infinite 2s;
    }
    @keyframes logoanimation {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }
    .pchead {
        width: 100%;
        height: 70px;
        padding: 0 8%;
        transition: all ease 0.4s;
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .video {
        height: 100vh;
        width: 100%;
    }
    .video video {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    .pclogo img {
        height: 55px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
    }
    .pcnav>li>a {
        display: block;
        height: 70px;
        line-height: 70px;
        color: #000;
        font-size: 16px;
        padding: 0 45px;
    }
    .lineact {
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: all ease 0.4s;
        transform: translateX(-50%);
        width: 0%;
        height: 2px;
        background-color: #005bbb;
    }
    .pcnav>li:hover .lineact {
        width: 75px !important;
    }
    .pcsou {
        display: flex;
        align-items: center;
    }
    .pcsou img {
        cursor: pointer;
    }
    .search {
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    .searchcon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        height: 100%;
    }
    .closesearch {
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
        position: absolute;
    }
    .searchcontent {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1200px;
    }
    .searchcontent input {
        width: 80%;
        height: 50px;
        display: block;
        padding-left: 15px;
        outline: none;
        border: 1px solid #ccc;
    }
    .searchcontent a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        flex: 1;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background-color: #005bbb;
    }
    .pcdrop {
        position: absolute;
        top: 110%;
        left: 0;
        transition: all ease 0.4s;
        width: 200px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
    }
    .pcdrop a {
        display: block;
        height: 40px;
        text-align: center;
        transition: all ease 0.4s;
        line-height: 40px;
        font-size: 15px;
        color: #000;
        background: rgba(255, 255, 255, .7);
    }
    .pcdrop a:hover {
        background-color: #005bbb;
        color: #fff;
    }
    .pcnav>li:hover .pcdrop {
        opacity: 1 !important;
        visibility: visible !important;
        top: 100% !important;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .pcsou i {
        color: #fff;
        cursor: pointer;
    }
    .con1 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 150px 0;
    }
    .colorwhite {
        background-color: #fff !important;
    }
    .colorwhite a {
        color: #303133 !important;
    }
    .colorwhite i {
        color: #000 !important;
    }
    .ttile {
        margin-bottom: 55px;
    }
    .ttile strong {
        display: block;
        font-size: 40px;
        color: #2c2c2c;
        padding-left: 30px;
        border-left: 3px solid #005bbb;
        font-weight: normal;
    }
    .con1ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1ul li {
        width: 25%;
        padding: 15px;
        position: relative;
        margin-bottom: 50px;
    }
    .con1ul li img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
    .con1ul li:hover strong {
        transform: scale(1.1);
    }
    .con1ul li:hover span {
        transform: scale(1.1);
    }
    .con1pos {
        position: absolute;
        top: 45px;
        left: 35px;
    }
    .con1pos strong {
        display: block;
        color: #005bbb;
        font-size: 30px;
        display: block;
        margin-bottom: 10px;
        transition: all ease 0.4s;
    }
    .con1pos span {
        color: #303133;
        display: block;
        font-size: 15px;
        transition: all ease 0.4s;
    }
    .con1ul li p {
        padding: 20px 0;
        color: #303133;
        font-size: 16px;
        line-height: 25px;
    }
    .con1ul li a {
        border: 1px solid #ccc;
        color: #005bbb;
        transition: all ease 0.4s;
        font-size: 14px;
        text-align: center;
        width: 125px;
        height: 40px;
        line-height: 40px;
        display: block;
        border-radius: 40px;
    }
    .con1ul li a:hover {
        background-color: #005bbb !important;
        color: #fff !important;
        border: 1px solid transparent;
    }
    .con2 {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2out {
        padding: 100px 0;
        background-color: #f3f4f5;
        margin-bottom: 150px;
    }
    .con2swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .con2swiper .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .con2swiper .mySwiper2 {
        width: 100%;
    }
    .con2swiper .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .con2swiper .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .con2swiper .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .mySwiper .swiper-slide {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .con2swiper .swiper-slide img {
        display: block;
        width: 100%;
    }
    .mySwiper .swiper-slide img {
        width: 100%;
    }
    .mySwiper2 .swiper-slide {
        display: flex;
        /* padding: 20px;
        background-color: #1d50a2; */
        align-items: center;
        justify-content: space-between;
    }
    .dsleft {
        width: 48%;
    }
    .dsleft strong {
        display: block;
        color: #fff;
        text-align: left;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .dsleft p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
        text-align: left;
        line-height: 25px;
    }
    .dsleft span {
        color: #fff;
        font-size: 14px;
        text-align: left;
        line-height: 30px;
        display: block;
    }
    .dsright {
        width: 48%;
    }
    .dsright img {
        width: 100%;
    }
    .viewall {
        display: block;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #fff;
        background-color: #005bbb;
        margin: 0 auto;
        margin-top: 50px;
        font-size: 15px;
    }
    .con3 {
        padding-bottom: 150px;
        margin: 0 auto;
        max-width: 1200px;
    }
    .partner {
        padding-bottom: 50px;
    }
    .partnerout {
        width: 100%;
        position: relative;
    }
    .partbtn {
        background-image: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px !important;
        height: 50px !important;
        color: #fff !important;
        background-color: #005bbb !important;
    }
    .partright {
        right: -80px !important;
    }
    .partleft {
        left: -80px !important;
    }
    .partner p {
        padding: 10px 0;
        text-align: center;
        color: #303133;
        font-size: 15px;
    }
    .partner img {
        width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        display: block;
        padding: 10px;
        height: 180px;
        object-fit: contain;
        background: #fff;
    }
    .con4 {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con4out {
        padding: 100px 0;
        background-color: #f3f4f5;
    }
    .con4con {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con4conleft {
        width: 47%;
    }
    .con4conleft img {
        width: 100%;
    }
    .con4conright {
        width: 47%;
    }
    .con4conright strong {
        display: block;
        position: relative;
        margin-bottom: 40px;
        font-weight: normal;
        font-size: 40px;
        color: #303133;
    }
    .con4conright strong::after {
        position: absolute;
        bottom: -15px;
        left: 0;
        content: '';
        width: 100px;
        height: 2px;
        background-color: #1d50a2;
    }
    .con4conright p {
        color: #303133;
        font-size: 15px;
        line-height: 30px;
    }
    .con4conright a {
        display: block;
        text-align: center;
        color: #fff;
        background-color: #1d50a2;
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
    }
    .foot {
        width: 100%;
        padding: 30px 0;
        background-color: #eef0f5;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
    }
    .footeritem {
        /* flex: 1; */
        padding: 0 20px;
    }
    .footeritem a {
        color: #303133;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }
    .footeritem ul li {
        margin-bottom: 40px;
    }
    .footeritem ul li p {
        color: #303133;
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
    }
    .footeritem img {
        width: 120px;
    }
    .footeritem strong {
        display: block;
        font-weight: normal;
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
    }
    .inbanner {
        margin-top: 70px;
        width: 100%;
        position: relative;
    }
    .inbanner img {
        width: 100%;
        object-fit: cover;
    }
    .inbannerpos {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 1440px;
        padding-bottom: 30px;
        transform: translateX(-50%);
    }
    .inbannerpos h3 {
        font-size: 45px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .inbannerpos p {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }
    .bread {
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        align-items: center;
    }
    .bread a {
        color: #d6ae7b;
        font-size: 15px;
        display: block;
    }
    .bread span {
        display: block;
        color: #303133;
        font-size: 15px;
        padding: 0 10px;
    }
    .daoshi {
        max-width: 1400px;
        margin: 60px auto;
    }
    .tab {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }
    .tab a {
        display: block;
        width: 125px;
        height: 40px;
        margin: 0 20px;
        line-height: 40px;
        text-align: center;
        color: #000;
        background-color: #fff;
    }
    .tab a:hover {
        background-color: #1d50a2;
        color: #fff;
    }
    .active {
        background-color: #1d50a2 !important;
        color: #fff !important;
    }
    .teacher {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .teacher li {
        width: 23%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-bottom: 0px;
    }
    .teacher li img {
        width: 100%;
        transition: all ease .4s;
        height: 420px;
        object-fit: cover;
    }
    .teacher li:hover img {
        transform: scale(1.1);
    }
    .dsbox {
        overflow: hidden;
    }
    .dsdes p {
        color: #000;
        font-size: 18px;
    }
    .dsdes span {
        color: #666;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }
    .dsdes {
        padding: 20px;
        background-color: #fff;
    }
    .teacher li:hover .dsdes {
        color: #fff !important;
        background-color: #1d50a2;
    }
    .teacher li:hover .dsdes p {
        color: #fff !important;
    }
    .teacher li:hover .dsdes span {
        color: #fff !important;
    }
    .zixun {
        padding: 100px 0;
        /* background-color: #e9edf5; */
    }
    .zixuncon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .zixuncon strong {
        display: block;
        text-align: center;
        color: #1d50a2;
        font-weight: normal;
        font-size: 30px;
    }
    .ppp {
        max-width: 650px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 30px;
        color: #303133;
        margin: 30px auto;
    }
    .form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formitem {
        width: 46%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: space-between;
    }
    .formitem span {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        color: #606266;
        font-size: 15px;
    }
    .formitem span em {
        color: red;
        display: inline-block;
        margin-right: 3px;
    }
    .formitem input {
        display: block;
        padding-left: 15px;
        height: 50px;
        display: block;
        flex: 1;
        outline: none;
        border: 1px solid #dcdfe6;
    }
    .formitem select {
        display: block;
        padding-left: 15px;
        height: 50px;
        display: block;
        flex: 1;
        outline: none;
        border: 1px solid #dcdfe6;
    }
    .sub {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        font-size: 15px;
        color: #fff;
        background-color: #104198;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 30px;
    }
    .new {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 70px;
    }
    .newitem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0;
        border-bottom: 1px solid #dddddd;
    }
    .newitemleft {
        width: 272px;
        height: 190px;
    }
    .newitemleft img {
        width: 272px;
        height: 190px;
        object-fit: cover;
    }
    .newitemright {
        flex: 1;
        padding-left: 25px;
    }
    .newitemright a {
        display: block;
        font-size: 19px;
        color: #000;
        margin-bottom: 15px;
    }
    .newitemright a:hover {
        color: #005bbb;
        text-decoration: underline;
    }
    .newitemright p {
        font-size: 13px;
        color: #666;
        line-height: 25px;
        margin-bottom: 45px;
    }
    .newitemright span {
        display: block;
        font-size: 12px;
        color: #999;
    }
    .inside {
        max-width: 1200px;
        margin: 100px auto;
    }
    .xiaoyou p {
        text-align: center;
    }
    .join {
        margin: 0 auto;
        max-width: 1200px;
        padding: 100px 0;
        display: flex;
        justify-content: space-between;
    }
    .joinleft {
        width: 48%;
    }
    .joinright {
        width: 48%;
    }
    .joinright img {
        width: 100%;
    }
    .joinleft strong {
        display: block;
        font-size: 40px;
        color: #000;
        margin-bottom: 35px;
        font-weight: normal;
    }
    .joinleft p {
        font-size: 15px;
        color: #303133;
        margin-bottom: 40px;
    }
    .joinleft span {
        color: #303133;
        font-size: 15px;
    }
    .zhaopin {
        width: 100%;
        padding: 100px 0;
        background-color: #e9edf5;
    }
    .zhaopincon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .zhaopin strong {
        display: block;
        text-align: center;
        color: #000;
        font-weight: normal;
        font-size: 40px;
        margin-bottom: 45px;
    }
    .zpitem {
        display: flex;
        border-left: 2px solid #104198;
        padding: 0 20px;
        height: 50px;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .zpitem p {
        font-size: 16px;
        color: #303133;
    }
    .zpitemfy p {
        font-size: 14px;
        color: #303133;
    }
    .zpitem span {
        color: #104198;
        cursor: pointer;
    }
    .zpitemfy {
        padding: 15px;
        display: none;
        background-color: #fff;
    }
    .teamdetail {
        max-width: 1200px;
        margin: 40px auto;
    }
    .detail1 {
        display: flex;
        justify-content: space-between;
    }
    .detail1left {
        width: 300px;
    }
    .detail1left img {
        width: 100%;
    }
    .detail1right {
        flex: 1;
        padding-left: 30px;
    }
    .detail1right strong {
        display: block;
        position: relative;
        font-size: 36px;
        color: #000;
        font-weight: normal;
        padding-bottom: 20px;
        border-bottom: 1px solid #104198;
        margin-bottom: 20px;
    }
    .detail1right strong::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 150px;
        content: '';
        height: 3px;
        background-color: #005bbb
    }
    .detail1right p {
        font-size: 16px;
        color: #303133;
        line-height: 28px;
    }
    .detail2 {
        margin-top: 60px;
    }
    .tailtitle {
        font-size: 20px;
        color: #303133;
        padding-bottom: 10px;
        border-bottom: 1px solid #d8d8d8;
    }
    .detail2 .new {
        margin: 0 !important;
    }
    .history {
        width: 100%;
        padding: 100px 10%;
        background-color: #eeeff0;
    }
    .title2 {
        margin-bottom: 50px;
    }
    .title2 span {
        color: #104198;
        letter-spacing: 6px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .title2 strong {
        display: block;
        font-size: 32px;
        color: #000;
        text-align: center;
        font-weight: normal;
    }
    .hisswiper {
        padding-bottom: 100px !important;
    }
    .hisswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
        flex-direction: column;
    }
    .hisswiper .swiper-slide img {
        width: 100%;
    }
    .hisswiper .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .hisde {
        padding: 20px;
    }
    .hisout {
        position: relative;
    }
    .hisbtn {
        background-image: none !important;
        width: 35px !important;
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        border-radius: 50% !important;
        background: rgba(0, 0, 0, .1);
    }
    .hisbtnleft {
        left: -50px !important;
    }
    .hisbtnright {
        right: -50px !important;
    }
    .honor {
        background-color: #fff !important;
    }
    .wenhuaul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wenhuaul li {
        width: 32.33%;
        text-align: center;
        border-radius: 10px;
        background-color: #e8ecf5;
        padding: 30px 30px;
    }
    .wenhuaul li img {
        width: 100px;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .wenhuaul li p {
        color: #104198;
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }
    .wenhuaul li span {
        color: #303133;
        text-align: center;
        display: block;
        font-size: 15px;
    }
    .codeul {
        display: flex;
    }
    .codeul li {
        margin-right: 20px;
    }
    .zixun11 {
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    .formitembbo {
        width: 100%;
    }
    .formitembbo textarea {
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        min-height: 150px;
        display: block;
        flex: 1;
        outline: none;
        border: 1px solid #dcdfe6;
    }
    .hiscon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hiscon ul li {
        width: 18%;
    }
    .hiscon ul li img {
        width: 100%;
    }
    .hiscon ul li p {
        background-color: #fff;
        padding: 10px 0;
        text-align: center;
        color: #303133;
    }
}

@media only screen and (max-width: 996px) {
    .hiscon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hiscon ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .hiscon ul li img {
        width: 100%;
    }
    .hiscon ul li p {
        background-color: #fff;
        padding: 10px 0;
        text-align: center;
        color: #303133;
    }
    .formitembbo {
        width: 100%;
    }
    .formitembbo textarea {
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        min-height: 150px;
        display: block;
        width: 100%;
        outline: none;
        border: 1px solid #dcdfe6;
    }
    .wenhuaul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wenhuaul li {
        width: 100%;
        text-align: center;
        border-radius: 10px;
        background-color: #e8ecf5;
        padding: 15px;
        margin-bottom: 25px;
    }
    .wenhuaul li img {
        width: 100px;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .wenhuaul li p {
        color: #104198;
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }
    .wenhuaul li span {
        color: #303133;
        text-align: center;
        display: block;
        font-size: 15px;
    }
    .honor {
        background-color: #fff !important;
    }
    .history {
        width: 100%;
        padding: 15px;
        background-color: #eeeff0;
    }
    .title2 {
        margin-bottom: 30px;
    }
    .title2 span {
        color: #104198;
        letter-spacing: 6px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .title2 strong {
        display: block;
        font-size: 25px;
        color: #000;
        text-align: center;
        font-weight: normal;
    }
    .hisswiper {
        padding-bottom: 50px !important;
    }
    .hisswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
        flex-direction: column;
    }
    .hisswiper .swiper-slide img {
        width: 100%;
    }
    .hisswiper .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .hisde {
        padding: 20px;
    }
    .hisout {
        position: relative;
    }
    .hisbtn {
        background-image: none !important;
        width: 35px !important;
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        border-radius: 50% !important;
        background: rgba(0, 0, 0, .1);
    }
    .teamdetail {
        width: 100%;
        padding: 30px 15px;
        margin: 40px auto;
    }
    .detail1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .detail1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .detail1left img {
        width: 100%;
    }
    .detail1right {
        width: 100%;
    }
    .detail1right strong {
        display: block;
        position: relative;
        font-size: 25px;
        color: #000;
        font-weight: normal;
        padding-bottom: 20px;
        border-bottom: 1px solid #104198;
        margin-bottom: 15px;
    }
    .detail1right strong::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 150px;
        content: '';
        height: 3px;
        background-color: #005bbb
    }
    .detail1right p {
        font-size: 15px;
        color: #303133;
    }
    .detail2 {
        margin-top: 60px;
    }
    .tailtitle {
        font-size: 20px;
        color: #303133;
        padding-bottom: 10px;
        border-bottom: 1px solid #d8d8d8;
    }
    .detail2 .new {
        margin: 0 !important;
    }
    .zhaopin {
        width: 100%;
        padding: 30px 15px;
        background-color: #e9edf5;
    }
    .zhaopincon {
        width: 100%;
        margin: 0 auto;
    }
    .zhaopin strong {
        display: block;
        text-align: center;
        color: #000;
        font-weight: normal;
        font-size: 30px;
        margin-bottom: 25px;
    }
    .zpitem {
        display: flex;
        border-left: 2px solid #104198;
        padding: 0 20px;
        height: 50px;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .zpitem p {
        font-size: 16px;
        color: #303133;
    }
    .zpitemfy p {
        font-size: 14px;
        color: #303133;
    }
    .zpitem span {
        color: #104198;
        cursor: pointer;
    }
    .zpitemfy {
        padding: 15px;
        display: none;
        background-color: #fff;
    }
    .join {
        margin: 0 auto;
        width: 100%;
        padding: 30px 15px;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .joinleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .joinright {
        width: 100%;
    }
    .joinright img {
        width: 100%;
    }
    .joinleft strong {
        display: block;
        font-size: 30px;
        color: #000;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .joinleft p {
        font-size: 15px;
        color: #303133;
        margin-bottom: 20px;
    }
    .joinleft span {
        color: #303133;
        font-size: 15px;
    }
    .xiaoyou p {
        text-align: center;
    }
    .inside {
        padding: 15px;
        width: 100%;
        margin: 30px auto;
    }
    .new {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .newitem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0;
        border-bottom: 1px solid #dddddd;
    }
    .newitemleft {
        width: 100%;
    }
    .newitemleft img {
        width: 100%;
    }
    .newitemright {
        width: 100%;
        margin-top: 20px;
    }
    .newitemright a {
        display: block;
        font-size: 19px;
        color: #000;
        margin-bottom: 15px;
    }
    .newitemright a:hover {
        color: #005bbb;
        text-decoration: underline;
    }
    .newitemright p {
        font-size: 13px;
        color: #666;
        line-height: 25px;
        margin-bottom: 45px;
    }
    .newitemright span {
        display: block;
        font-size: 12px;
        color: #999;
    }
    .zixun {
        padding: 30px 15px;
        background-color: #e9edf5;
    }
    .zixuncon {
        width: 100%;
        margin: 0 auto;
    }
    .zixuncon strong {
        display: block;
        text-align: center;
        color: #1d50a2;
        font-weight: normal;
        font-size: 25px;
    }
    .ppp {
        width: 85%;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 14px;
        line-height: 30px;
        color: #303133;
        margin: 30px auto;
    }
    .form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formitem {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: space-between;
    }
    .formitem span {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        color: #606266;
        font-size: 15px;
    }
    .formitem span em {
        color: red;
        display: inline-block;
        margin-right: 3px;
    }
    .formitem input {
        display: block;
        padding-left: 15px;
        height: 50px;
        display: block;
        flex: 1;
        outline: none;
        border: 1px solid #dcdfe6;
    }
    .formitem select {
        display: block;
        padding-left: 15px;
        height: 50px;
        display: block;
        flex: 1;
        outline: none;
        border: 1px solid #dcdfe6;
    }
    .sub {
        display: block;
        margin: 0 auto;
        font-size: 15px;
        color: #fff;
        background-color: #104198;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 30px;
    }
    .daoshi {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .tab {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }
    .tab a {
        display: block;
        width: 30%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #000;
        background-color: #fff;
    }
    .tab a:hover {
        background-color: #1d50a2;
        color: #fff;
    }
    .active {
        background-color: #1d50a2 !important;
        color: #fff !important;
    }
    .teacher {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .teacher li {
        width: 48%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-bottom: 40px;
    }
    .teacher li img {
        width: 100%;
        transition: all ease .4s;
    }
    .teacher li:hover img {
        transform: scale(1.1);
    }
    .dsbox {
        overflow: hidden;
    }
    .dsdes p {
        color: #000;
        font-size: 18px;
    }
    .dsdes span {
        color: #666;
        font-size: 13px;
    }
    .dsdes {
        padding: 20px;
        background-color: #fff;
    }
    .teacher li:hover .dsdes {
        color: #fff !important;
        background-color: #1d50a2;
    }
    .teacher li:hover .dsdes p {
        color: #fff !important;
    }
    .teacher li:hover .dsdes span {
        color: #fff !important;
    }
    .bread {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .bread a {
        color: #303133;
        font-size: 14px;
        display: block;
    }
    .bread span {
        display: block;
        color: #303133;
        font-size: 14px;
        padding: 0 10px;
    }
    .inbanner {
        margin-top: 60px;
        width: 100%;
        /*        height: 200px;
*/
        position: relative;
    }
    .inbanner img {
        width: 100%;
        /*        height: 200px;
*/
        object-fit: cover;
    }
    .inbannerpos {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        padding: 0 20px;
        padding-bottom: 30px;
        transform: translateX(-50%);
    }
    .inbannerpos h3 {
        font-size: 30px;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 500;
    }
    .inbannerpos p {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: #eef0f5;
    }
    .footer {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footeritem {
        width: 100%;
        padding: 0 20px;
    }
    .footeritem a {
        color: #303133;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }
    .footeritem ul li {
        margin-bottom: 40px;
    }
    .footeritem ul li p {
        color: #303133;
        font-size: 14px;
        padding: 10px 0;
    }
    .footeritem img {
        width: 120px;
    }
    .footeritem strong {
        display: block;
        font-weight: normal;
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
    }
    .con4 {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    .con4con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conleft {
        width: 100%;
    }
    .con4conleft img {
        width: 100%;
    }
    .con4conright {
        width: 100%;
        margin-top: 20px;
    }
    .con4conright strong {
        display: block;
        position: relative;
        margin-bottom: 40px;
        font-weight: normal;
        font-size: 15px;
        color: #303133;
    }
    .con4conright strong::after {
        position: absolute;
        bottom: -15px;
        left: 0;
        content: '';
        width: 50px;
        height: 2px;
        background-color: #1d50a2;
    }
    .con4conright p {
        color: #303133;
        font-size: 15px;
        line-height: 30px;
    }
    .con4conright a {
        display: block;
        text-align: center;
        color: #fff;
        background-color: #1d50a2;
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
    }
    .con3 {
        padding: 15px;
        margin: 0 auto;
        width: 100%;
    }
    .partner {
        padding-bottom: 30px;
    }
    .partnerout {
        width: 100%;
        position: relative;
    }
    .partbtn {
        background-image: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px !important;
        height: 30px !important;
        color: #fff !important;
        background-color: #005bbb !important;
    }
    .partner p {
        padding: 10px 0;
        text-align: center;
        color: #303133;
        font-size: 15px;
    }
    .partner img {
        width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        display: block;
        padding: 10px;
    }
    .viewall {
        display: block;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #fff;
        background-color: #005bbb;
        margin: 0 auto;
        margin-top: 50px;
        font-size: 15px;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .con2swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .con2swiper .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .con2swiper .mySwiper2 {
        width: 100%;
    }
    .con2swiper .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .con2swiper .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .con2swiper .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .mySwiper .swiper-slide {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .con2swiper .swiper-slide img {
        display: block;
        width: 100%;
    }
    .mySwiper .swiper-slide img {
        width: 100%;
    }
    .mySwiper2 .swiper-slide {
        display: flex;
        padding: 20px;
        background-color: #f3f4f5;
        align-items: center;
        justify-content: space-between;
    }
    .dsleft {
        width: 48%;
    }
    .dsleft strong {
        display: block;
        color: #fff;
        text-align: left;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .dsleft p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
        text-align: left;
        line-height: 25px;
    }
    .dsleft span {
        color: #fff;
        font-size: 14px;
        text-align: left;
        line-height: 30px;
        display: block;
    }
    .dsright {
        width: 48%;
    }
    .dsright img {
        width: 100%;
    }
    .video {
        margin-top: 60px;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .ttile {
        margin-bottom: 35px;
    }
    .ttile strong {
        display: block;
        font-size: 25px;
        color: #2c2c2c;
        padding-left: 20px;
        border-left: 3px solid #005bbb;
        font-weight: normal;
    }
    .con1ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1ul li {
        width: 100%;
        position: relative;
        margin-bottom: 40px;
    }
    .con1ul li img {
        width: 100%;
    }
    .con1ul li:hover strong {
        transform: scale(1.1);
    }
    .con1ul li:hover span {
        transform: scale(1.1);
    }
    .con1pos {
        position: absolute;
        top: 45px;
        left: 35px;
    }
    .con1pos strong {
        display: block;
        color: #005bbb;
        font-size: 30px;
        display: block;
        margin-bottom: 10px;
        transition: all ease 0.4s;
    }
    .con1pos span {
        color: #303133;
        display: block;
        font-size: 15px;
        transition: all ease 0.4s;
    }
    .con1ul li p {
        padding: 20px 0;
        color: #303133;
        font-size: 16px;
        line-height: 25px;
    }
    .con1ul li a {
        border: 1px solid #ccc;
        color: #005bbb;
        transition: all ease 0.4s;
        font-size: 14px;
        text-align: center;
        width: 125px;
        height: 40px;
        line-height: 40px;
        display: block;
        border-radius: 40px;
    }
    .con1ul li a:hover {
        background-color: #005bbb !important;
        color: #fff !important;
        border: 1px solid transparent;
    }
    .mbnav {
        width: 100%;
        height: calc(100% - 60px);
        top: 60px;
        left: 0;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        display: none;
    }
    .mbnav ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .mbnav ul li a {
        display: block;
        height: 40px;
        color: #303133;
        font-size: 15px;
        line-height: 40px;
    }
    .mbhead {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: #fff;
        margin-bottom: 60px;
        position: fixed;
        align-items: center;
        justify-content: space-between;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 998;
    }
    .arr {
        transition: all ease 0.4s;
    }
    .rro {
        transform: rotate(90deg);
    }
    .mbdrop {
        display: none;
    }
    .mbdrop a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
        color: #303133;
        font-size: 14px;
    }
    .mblogo img {
        height: 40px;
    }
    .search {
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    .searchcon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        height: 100%;
    }
    .closesearch {
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
        position: absolute;
    }
    .searchcontent {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
    }
    .searchcontent input {
        width: 80%;
        height: 50px;
        display: block;
        padding-left: 15px;
        outline: none;
        border: 1px solid #ccc;
    }
    .searchcontent a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        flex: 1;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background-color: #005bbb;
    }
    .pchead {
        display: none;
    }
    .preload {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: all ease .4s;
        display: none;
    }
    .preloadcon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .preloadcon img {
        width: 200px;
        transition: all ease 0.4s;
        animation: logoanimation infinite 2s;
    }
    @keyframes logoanimation {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }
}