.banner .banner-title p {
    font-size: 18px;
    line-height: 48px;
}

.section {
    color: #666;
    padding-top: 80px;
    margin-bottom: 100px;
}

.section1 img {
    max-width: 590px;
    height: 512px;
}

.section .title {
    text-align: center;
    font-size: 30px;
    color: #0654ba;
    margin-bottom: 10px;
}

.section .title + p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 66px;
}

.section1 .flex {
    display: flex;
    justify-content: space-between;
}

.section1 .flex > div {
    width: 561px;
}

.section1 .flex > div .tit {
    font-size: 24px;
    color: #333;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.section1 .flex > div .tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #0654ba;
}

.section1 .flex > div p {
    font-size: 15px;
    line-height: 30px;
    text-indent: 28px;
    margin-bottom: 28px;
}

.section2 {
    padding: 40px 0;
    background: #f6f6f6;
}

.section2 .flex-3 {
    border: 1px solid #e5e5e5;
}

.section2 .flex-3 > div {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    height: 180px;
    position: relative;
}

.section2 .flex-3 > div .intop {
    padding: 22px 0 0;
    position: relative;
    box-sizing: border-box;
}

.section2 .flex-3 > div .intop::after {
    content: "";
    position: absolute;
    right: 0;
    height: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #e5e5e5;
}

.section2 .flex-3 > div:nth-last-child(1) .intop::after {
    display: none;
}

.section2 .flex-3 > div:hover .intop {
    opacity: 0;
    transition: 0.35s ease-in;
}

.section2 .flex-3 > div:hover .inbottom {
    /* display:block;
    */
    transform: scale(1.1);
    opacity: 1;
    transition: 0.35s ease-in 0.35s;
}

.section2 .flex-3 > div .intop div {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    color: #666;
}

.section2 .flex-3 > div .inbottom {
    padding: 19px 0 0;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    box-sizing: border-box;
    background: #0654ba;
    color: #fff;
    /* display:none;
    */

    opacity: 0;
}

.section2 .flex-3 > div .inbottom div {
    font-size: 16px;
    line-height: 30px;
}

.section2 .flex-3 > div .inbottom p {
    font-size: 14px;
    line-height: 22px;
    max-width: 311px;
    margin: 10px auto 0;
}

.number {
    z-index: -1;
    font-size: 72px;
    font-family: "Microsoft YaHei";
    color: rgb(241, 241, 241);
    /* color:red;
    */

    line-height: 0.389;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
}

.title, .title + p {
    position: relative;
    z-index: 5;
}

.section3 .culture {
    display: flex;
    justify-content: space-between;
}

.section3 .culture img {
    max-width: 400px;
    height: auto;
}

.section3 .culture .info {
    color: #333;
    padding-top: 50px;
    padding-bottom: 66px;
    padding-left: 40px;
    box-sizing: border-box;
}

.section3 .culture .info div {
    font-size: 18px;
    margin-bottom: 16px;
}

.section3 .culture .info div.en {
    font-size: 14px;
    margin-bottom: 12px;
}

.section3 .culture .info p {
    font-size: 24px;
    color: #0654ba;
    margin-bottom: 17px;
}

.section3 .culture .culture-item:nth-child(1) {
    margin-top: 17px;
}

.section3 .culture .culture-item:nth-child(3) {
    margin-top: 38px;
}

.section4.section {
    padding-top: 3px;
    margin-bottom: 0;
}

.section4.section .title + p {
    margin-bottom: 10px;
}

.section4 .team {
    padding: 49px 0 70px;
    background: url(../img/abb.png) center top no-repeat;
    background-size: cover !important;
}

.section4 .team .team-item {
    width: 590px;
    height: 350px;
    margin-bottom: 20px;
    position: relative;
}

.section4 .team .zwidth {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: center;
}

.team-inbottom {
    padding-top: 70px;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(6, 84, 186);
    color: #fff;
    transition: 0.35s ease-in-out;
}

.team-inbottom div {
    font-size: 24px;
    margin-bottom: 17px;
}

.team-inbottom p {
    font-size: 15px;
    line-height: 28px;
}

.team-item:hover {
    transform: translateY(-6px);
    position: relative;
    margin-top: -5px;
    z-index: 20;
    transition: 0.35s ease-in-out;
}

.team-item:hover .team-intop {
    opacity: 0;
    /* transform: scale(1.1); */
}

.team-item:hover .team-inbottom {
    opacity: 1;
    transform: scale(1.1);
}

.team-intop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    height: 100%;
    width: 100%;
    opacity: 1;
    /* transition:0.35s ease-in-out;
    */
}

.team-intop p {
    font-size: 24px;
    color: #ffff;
    margin-top: 44px;
    padding-top: 16px;
    position: relative;
}

.team-intop p::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 3px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section5.section {
    padding-top: 114px;
    background: #eee;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 168px;
}

.posit-line {
    position: absolute;
    width: 1200px;
    display: flex;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
}

.posit-line .liney {
    width: 1px;
    background-color: rgb(220, 220, 220);
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/

    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

#swiper1 {
    max-width: 1128px;
    width: 60%;
    padding-bottom: 70px;
}

.swiper-pagination-bulle {
    outline: none;
}

#swiper1 img {
    width: 442px;
    height: 270px;
}

#swiper1 .swiper-slide {
    width: 442px !important;
    height: 270px;
}

#swiper1 .swiper-pagination.swiper-pagination-fraction {
    right: 52px;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: bold;
    left: auto;
    width: auto;
}

#swiper1
.swiper-pagination.swiper-pagination-fraction
.swiper-pagination-current {
    color: #8b8b8b;
    font-weight: 500;
}

#swiper1 .swiper-button-next, #swiper1 .swiper-button-prev {
    bottom: 0;
    top: auto;
}

#swiper1 .swiper-button-next {
    right: 0;
    left: auto;
}

#swiper1 .swiper-button-prev {
    right: 166px;
    left: auto;
}

#swiper1 + .z-fl {
    position: relative;
    z-index: 20;
    text-align: right;
    margin-left: 90px;
}

.z-fl .tab-item {
    font-size: 20px;
    position: relative;
    padding-right: 10px;
    margin-bottom: 10px;
}

.z-fl .tab-content p {
    font-size: 16px;
    color: #808080;
    line-height: 32px;
    max-width: 302px;
}

.z-fl .tab-item.on, .z-fl .tab-item:hover {
    color: #0654ba;
    cursor: pointer;
}

.z-fl .tab-content {
    display: none;
}

.z-fl .tab-content:nth-child(2) {
    display: block;
}

.z-fl .tab-item.on::after, .z-fl .tab-item:hover::after {
    background: #0653bb;
}

.z-fl .tab-item {
    padding-bottom: 5px;
    float: left;
}

.z-fl .tab-item::after {
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    height: 2px;
    bottom: -2px;
    background: #808080;
}

#swiper2 {
    padding: 0 84px 80px;
    box-sizing: border-box;
}

#swiper2 .swiper-slide {
}

#swiper2 .swiper-slide p {
    display: none;
}

#swiper2 .swiper-slide img {
    width: 379px;
    height: auto;
}

#swiper2 .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;
    flex-flow: column wrap;
    -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.5);
}

#swiper2.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 8px;
    opacity: 1;
    width: 26px;
    height: 3px;
    background: #d2d2d2;
    border-radius: 0;
}

#swiper2.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0654b9;
}

#swiper2 .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

#swiper2 .swiper-slide-active p {
    display: block;
    font-size: 16px;
    color: #666;
    padding-top: 40px;
}

#swiper2 .swiper-button-next.swiper-button-disabled::after, #swiper2 .swiper-button-prev.swiper-button-disabled::after {
    opacity: 1;
    background: #ccc !important;
    outline: none;
}

#swiper2 .swiper-button-prev:after, #swiper2 .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
    background: #015cd1;
    padding: 10px 16px;
    border-radius: 2px;
    font-size: 28px !important;
}

#swiper2 .swiper-button-next:after, #swiper2 .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    background: #015cd1;
    border-radius: 2px;
    font-size: 28px !important;
    padding: 10px 16px;
}

.banner-footer {
    padding: 104px 0 96px;
    background: url(../img/abott.png) center center no-repeat;
    background-size: cover !important;
    box-sizing: border-box;
    min-height: 391px;
    box-sizing: border-box;
    color: #fff;
}

.banner-footer .tit {
    font-size: 40px;
    margin-bottom: 24px;
}

.banner-footer .tit + p {
    font-size: 20px;
    line-height: 32px;
}

.banner-footer .join {
    cursor: pointer;
    font-size: 16px;
    margin: 6px auto 0;
    padding: 16px 0;
    text-align: center;
    width: 180px;
    border-radius: 4px;
    border: 2px solid #fff;
}

.m-section2, .tel-fix {
    display: none;
}

.m-section4 {
    display: none;
    padding-bottom: 28px;
    background: url(../images/sw4.png) center center no-repeat;
    background-size: cover !important;
}

.section5 .clearfix .z-fl:nth-child(1) {
    float: right;
    width: 38%;
    padding-left: px;
    box-sizing: border-box;
    /* margin-right:370px;
    */
}

#swiper3 {
    background: #fff;
    margin: 0 auto;
    max-width: 375px;
    width: calc(100% - 20px);
}

#swiper3 .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    min-height: 550px;
}

#swiper3.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 8px;
    opacity: 1;
    width: 26px;
    height: 3px;
    background: #d2d2d2;
    border-radius: 0;
}

#swiper3.swiper-container-horizontal > .swiper-pagination-bullets, #swiper3 .swiper-pagination-custom, #swiper3 .swiper-pagination-fraction {
    bottom: 17px;
}

#swiper3.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0654b9;
}

#swiper3 .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

#swiper3 .swiper-slide img {
    width: 100%;
    margin: 0 auto 33px;
    display: block;
}

#swiper3 .m-tit {
    font-size: 22px;
    position: relative;
    color: #333;
    padding-bottom: 13px;
    margin-bottom: 20px;
    text-align: center;
}

#swiper3 .m-tit::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 2px;
    background: #0654ba;
    bottom: 0;
}

#swiper3 p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #333;
}

@media screen and (max-width: 1200px) {
    .m-section4 {
        display: block;
        margin-bottom: 0 !important;
    }

    .m-section4 .title, .m-section4 .title + p {
        color: #fff;
    }

    .m-section4 .number {
        color: rgb(241, 241, 241, 0.5);
    }

    .banner .banner-title p {
        font-size: 14px;
        line-height: 26px;
    }

    .section {
        padding-top: 33px;
        margin-bottom: 30px;
    }

    .section .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .section .title + p {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .section1 .flex > div {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section1 .flex > div .tit {
        text-align: center;
        font-size: 20px;
        margin-bottom: 13px;
    }

    .section1 .flex > div .tit::after {
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
    }

    .section1 .flex > div p {
        font-size: 15px;
        line-height: 24px;
        text-indent: 24px;
        margin-bottom: 14px;
    }

    .section1 img {
        display: none;
    }

    .section2, .section4 {
        display: none;
    }

    .section3 {
        background: #f6f6f6;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .number {
        font-size: 52px;
    }

    .m-section2 {
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

    .m-section2 > div {
        text-align: center;
    }

    .m-section2 > div:nth-child(2) {
        margin-top: 0px;
        margin-left: 10px;
    }

    .m-section2 > div:nth-child(3) {
        margin-top: 00px;
        margin-left: 10px;
    }

    .m-section2 > div p {
        font-size: 13px;
        color: #fff;
        box-sizing: border-box;
        max-width: 114px;
        height: 107px;
        background: #0654ba;
        margin-bottom: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
        line-height: 20px;
    }

    .m-section2 > div img {
        width: 90px;
    }

    .section3 .culture {
        width: 100%;
        flex-flow: row wrap;
    }

    .section3 .culture .culture-item {
        width: 50%;
        text-align: center;
    }

    .section3 .culture .culture-item:nth-child(3) {
        width: 100%;
    }

    .tel-fix {
        position: fixed;
        right: 0;
        bottom: 100px;
        z-index: 998;
        display: block !important;
    }

    .flex-tel {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
        border-radius: 2px;
        width: 60px;
        height: 60px;
        background-color: rgb(0, 0, 0, 0.502);
        color: #fff;
        font-size: 12px;
        z-index: 999;
        margin-bottom: 5px;
    }

    .flex-tel img {
        height: 22px;
        margin-bottom: 6px;
    }

    .section3 .culture .info div {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .section3 .culture .info p {
        font-size: 15px;
        color: #0654ba;
        margin-bottom: 8px;
    }

    .section3 .culture img {
        width: 170px;
        height: 197px;
    }

    .section3 .culture .info {
        min-height: 111px;
        padding: 0;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
    }

    .section3 .culture .culture-item:nth-child(1) .info, .section3 .culture .culture-item:nth-child(2) > img {
        margin-bottom: 13px;
    }

    .section3 .culture .culture-item:nth-child(3) > div {
        width: 50%;
        text-align: center;
    }

    .section3 .culture .culture-item:nth-child(3) > img {
        margin: 0 auto;
    }

    .section3 .culture .culture-item:nth-child(3) {
        display: flex;
        justify-content: space-between;
        margin-top: 13px;
    }

    .section3 .culture .culture-item:nth-child(1), .section3 .culture .culture-item:nth-child(1) img {
        margin-top: 0;
    }

    .section3 {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .posit-line {
        display: none;
    }

    .section5 .clearfix .z-fl:nth-child(1) {
        text-align: left;
        margin: 0 auto;
        float: initial;
        width: 76%;
        max-width: 302px;
    }

    .z-fl .tab-item {
        padding-bottom: 9px;
        font-size: 17px;
        margin-bottom: 4px;
    }

    .z-fl .tab-item::after {
        left: 0;
        bottom: 0;
        width: 37px;
        height: 2px;
        top: auto;
    }

    .z-fl .tab-content p {
        font-size: 15px;
        color: #808080;
        line-height: 26px;
    }

    #swiper1 {
        width: 100%;
        margin-top: 32px;
        padding-bottom: 20px;
    }

    #swiper1 .swiper-slide {
        width: 151px !important;
        height: 93px;
    }

    #swiper1 img {
        width: 151px;
        height: 93px;
    }

    .section5.section {
        padding: 30px 0;
    }

    #swiper2 .swiper-slide img {
        width: 300px;
        height: auto;
    }

    #swiper2 .swiper-button-next.swiper-button-disabled::after, #swiper2 .swiper-button-prev.swiper-button-disabled::after {
        opacity: 1;
        background: #ccc !important;
        outline: none;
    }

    #swiper2 .swiper-button-prev {
        left: 20px;
    }

    #swiper2 .swiper-button-next {
        right: 20px;
    }

    #swiper2 .swiper-button-prev:after, #swiper2 .swiper-container-rtl .swiper-button-next:after {
        color: #fff;
        background: #015cd1;
        padding: 6px 8px;
        border-radius: 2px;
        font-size: 24px !important;
    }

    #swiper2 .swiper-button-next:after, #swiper2 .swiper-container-rtl .swiper-button-prev:after {
        color: #fff;
        background: #015cd1;
        border-radius: 2px;
        font-size: 24px !important;
        padding: 6px 8px;

    }

    .banner-footer .tit {
        text-align: center;
        font-size: 24px;
    }

    .banner-footer {
        padding: 54px 0 48px;
        min-height: auto;
    }

    .banner-footer .tit + p {
        font-size: 15px;
        line-height: 28px;
        text-align: center;
        width: 80%;
        margin: 0 auto 45px;
    }

    .banner-footer .join {
        transform: scale(0.6);
    }

    body, html {
        scroll-behavior: smooth;
    }
