.indexMain {
    position: relative;
    height: 100vh;
    background-size: cover;
}

.indexMain .navbar {
    width: 100%;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
    background: transparent;
}
.indexMain .navbar.scrollActive {
    box-shadow: 0px 3px 7px 0px rgba(70, 70, 70, 0.35);
    background: #fff;
}
.indexMain .navbar.isHide {
    top: -68px;
}

.indexMain .navbar-default {
    
    border: none;
}


.indexMain .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.indexMain .navbar-default .navbar-nav>li>a::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s, transform 0.3s;
    transform-origin: center;
}
.indexMain .navbar-default.scrollActive .navbar-nav>li>a::after {
    background-color: #0343FC;
}

.indexMain .navbar-default .navbar-nav>li>a:hover::after {
    display: block;
    width: 100%;
    transform: translateX(-50%) scaleX(1);
}

.indexMain .navbar-default.scrollActive .navbar-nav>li>a{
    color: #1A1D20;
}

.indexMain .navbar-default .navbar-nav>.active>a,
.indexMain .navbar-default .navbar-nav>.active>a:focus,
.indexMain .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    background-color: transparent;
}

.indexMain .navbar-default.scrollActive .navbar-nav>.active>a,
.indexMain .navbar-default.scrollActive .navbar-nav>.active>a:focus,
.indexMain .navbar-default.scrollActive .navbar-nav>.active>a:hover {
    border-bottom: 2px solid #0343FC;
}

.indexMain .navbar-default .navbar-nav>li>a:focus,
.indexMain .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
}
.indexMain .navbar-default.scrollActive .navbar-nav>li>a:hover {
    color: #1675F7;
}
.indexMain .indexBgi {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.indexMain .indexBgi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexMain .bannerLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.indexMain .video-container {
    width: 100%;
    height: 100%;
}
.indexMain .video-container .video-pc,
.indexMain .video-container .video-phone {
    position: relative;
    width: 100%;
    height: 100%;
}
.indexMain .video-container .videoContent-pc,
.indexMain .video-container .videoContent-phone {
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.indexMain .video-container .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.navbar {
    height: 68px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand img {
    width: 42px;
    height: 42px;
}

.navbar-default .navbar-collapse .message {
    margin-top: 20px;
    margin-left: 70px;
    float: right;
    width: 25px;
    height: 25px;
    background-image: url('../image/phone-message.png');
    background-size: 100% 100%;
}

.navbar-default .navbar-collapse .message a , .navbar-default .navbar-header .message a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexMain .navbar-default .navbar-collapse .message {
    background-image: url('../image/message.png');
}

.navbar-default .navbar-collapse .btn_tel {
    margin-top: 20px;
    margin-left: 70px;
    float: right;
    width: 25px;
    height: 25px;
    background-image: url('../image/ico_tel2.png');
    background-size: 100% 100%;
}

.navbar-default .navbar-collapse .btn_tel a , .navbar-default .navbar-header .btn_tel a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexMain .navbar-default .navbar-collapse .btn_tel {
    background-image: url('../image/ico_tel.png');
}
.indexMain .navbar-default.scrollActive .navbar-collapse .btn_tel {
    background-image: url('../image/ico_tel2.png');
}

.center-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    display: flex;
}

.center-img h1 {
    color: #fff;
    font-size: 116px;
    display: flex;
    align-items: center;
    margin-left: 24px;
    letter-spacing: 10px;
}
@media screen and (min-width: 768px) {
    .indexMain .video-container .video-phone {
        display: none;
    }
    .indexMain .video-container .video-pc {
        display: block;
    }
    .indexMain .bannerLogo .pc {
        display: block;
    }
    .indexMain .bannerLogo .phone {
        display: none;
    }
    .about_us .about_us_introduce .introduce_strength_phone {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .navbar {
        height: 58px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 11;
    }
    .indexMain .navbar.isHide {
        top: 0;
    }
    
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand img {
        width: 42px;
        height: 42px;
    }
    
    .indexMain .navbar-default .navbar-nav>li>a {
        color: #1A1D20;
    }
    
    .indexMain .navbar-default .navbar-nav>.active>a,
    .indexMain .navbar-default .navbar-nav>.active>a:focus,
    .indexMain .navbar-default .navbar-nav>.active>a:hover {
        color: #1A1D20;
        border-bottom: 2px solid #0343FC;
    }
    
    .indexMain .navbar-default .navbar-nav>li>a::after {
        left: 13px;
    }
    .indexMain .video-container .video-pc {
        display: none;
    }
    .indexMain .video-container .video-phone {
        display: block;
    }
    .indexMain .bannerLogo .pc {
        display: none;
    }
    .indexMain .bannerLogo {
        width: 100%;
        top: 60%;
    }
    .indexMain .bannerLogo .phone {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        width: 75%;
    }
}

@media screen and (max-width: 767px) {

    .indexMain {
        height: 100vh;
    }

    .indexMain .navbar-default {
        background-color: #fff;
    }

    .navbar-header {
        background-color: #fff;
    }

    .navbar-default .navbar-header .message {
        margin-top: 18px;
        margin-right: 10px;
        float: right;
        width: 25px;
        height: 25px;
        background-image: url('../image/phone-message.png');
        background-size: 100% 100%;
    }

    .navbar-default .navbar-collapse .message {
        display: none;
    }

    .indexMain .navbar-default .navbar-collapse .message {
        display: none;
    }
    
    .navbar-default .navbar-header .btn_tel {
        margin-top: 18px;
        margin-right: 10px;
        float: right;
        width: 25px;
        height: 25px;
        background-image: url('../image/ico_tel2.png');
        background-size: 100% 100%;
    }

    .navbar-default .navbar-collapse .btn_tel {
        display: none;
    }

    .indexMain .navbar-default .navbar-collapse .btn_tel {
        display: none;
    }

    .center-img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        height: 160px;
        width: 160px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .center-img img {
        width: 100px;
        height: 100px;
    }

    .center-img h1 {
        font-size: 32px;
        text-align: center;
        margin-left: 10px;
    }
}


.about_us {
    margin-top: 72px;
}

.about_us .about_us-src .aboutUs {
    color: #0041FC;
    font-size: 38px;
    margin-bottom: 15px;
}

.about_us .about_us-src .about_us-text {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

.about_us .about_us-src .about_us-text .left {
    width: 47%;
}

.about_us .about_us-src .about_us-text .left .aboutUsEng {
    color: #E9E9E9;
    font-size: 6.823vw;
    font-family: Fjalla One;
    line-height: 6.823vw;
    font-weight: 400;
}

.about_us .about_us-src .about_us-text .left p {
    margin-top: 40px;
}

.about_us .about_us-src .about_us-text .right {
    width: 47%;
}

.about_us .about_us-src .about_us-text .right img {
    width: 100%;
    height: 100%;
}

.about_us .about_us_more a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    width: 150px;
    padding: 8px 15px 8px 20px;
    color: #999;
    border: 1px solid #e9e9e9;
}



.about_us .about_us_introduce {
    margin-top: 54px;
    background: #0343FC;
}

.about_us .about_us_introduce .text {
    padding: 56px 0 26px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 37px;
}

.about_us .about_us_introduce .introduce_strength {
    padding: 20px 0;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_us .about_us_introduce .introduce_strength .strength {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.about_us .about_us_introduce .introduce_strength .strength .font {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.about_us .about_us_introduce .introduce_strength .strength .font .top,
.about_us .about_us_introduce .introduce_strength .strength .font .top .number {
    position: relative;
    font-size: 30px;
    font-family: Century Gothic;
    font-weight: bold;
}

.about_us .about_us_introduce .introduce_strength .strength .font .top span {
    font-size: 18px;
}

.about_us .about_us_introduce .introduce_strength .strength .font .top .add {
    position: absolute;
    right: 10px;
    top: 0;
}

.about_us .about_us_introduce .introduce_strength .strength .font .bottom {
    font-size: 14px;
}
@media screen and (max-width: 1500px) {
    .about_us .about_us_introduce .text {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .about_us .about_us_introduce .text {
        font-size: 18px;
    }
    .about_us .about_us_introduce .introduce_strength {
        height: auto;
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about_us .about_us_introduce .introduce_strength .strength {
        width: 50%;
        
        padding: 28px 0 28px 20px;
    }

    .about_us .about_us_introduce .text {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .about_us {
        padding-bottom: 0;
        scroll-margin-top: 130px;
    }

    .about_us .about_us-src {
        padding-left: 26px;
        padding-right: 26px;
    }

    .about_us .about_us_more {
        display: none;
    }

    .about_us .about_us-src .aboutUs {
        display: none;
    }

    .about_us .about_us-src .about_us-text {
        display: block;
    }

    .about_us .about_us-src .about_us-text .left,
    .about_us .about_us-src .about_us-text .right {
        width: 100%;
        font-size: 12px;
    }

    .about_us .about_us-src .about_us-text .left .aboutUsEng {
        font-size: 60px;
        color: #0042ff;
    }

    .about_us .about_us_introduce {
        margin-top: 23px;
        background: none;
    }

    .about_us .about_us_introduce .text {
        font-size: 12px;
        padding-top: 26px;
        padding-left: 26px;
        text-align: left;
        padding-right: 26px;
        line-height: 24px;
        color: #333;
    }
    .about_us .about_us_introduce .introduce_strength_phone {
        padding: 0 10px 70px;
        display: block;
    }
    .about_us .about_us_introduce .introduce_strength_phone .center,
    .about_us .about_us_introduce .introduce_strength_phone .bottom{
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .about_us .about_us_introduce .introduce_strength_phone .center .strength,
    .about_us .about_us_introduce .introduce_strength_phone .bottom .strength {
        width: 49%;
    }

    .about_us .about_us_introduce .introduce_strength_phone .strength img{
        width: 100%;
    }


    .about_us .about_us_introduce .introduce_strength {
        display: none;
    }

    .about_us .about_us_introduce .introduce_strength .strength:nth-of-type(2n) {
        padding-left: 16px;
    }

    .about_us .about_us_introduce .introduce_strength .strength img {
        width: 44px;
        height: 44px;
    }

    .about_us .about_us_introduce .introduce_strength .strength .font {
        margin-left: 8px;
    }

    .about_us .about_us_introduce .introduce_strength .strength .font .top,
    .about_us .about_us_introduce .introduce_strength .strength .font .top .number{
        font-size: 24px;
    }

    .about_us .about_us_introduce .introduce_strength .strength .font .bottom {
        font-size: 12px;
    }
}


.developmentPath {
    margin-bottom: 110px;
}

.developmentPath .developmentPath-src {
    display: flex;
    align-items: center;
    height: 19.375vw;
    background: url('../image/developmentPath.png') no-repeat center;
    background-size: cover;
}

.developmentPath .developmentPath-src .developmentPath-text {
    color: #fff;
}

.developmentPath .developmentPath-src .developmentPath-text .title {
    font-size: 32px;
}

.developmentPath .developmentPath-src .developmentPath-text .text {
    font-size: 36px;
    color: #0343FC;
    font-weight: bold;
    font-family: Fjalla One;
}


.developmentPath .timeline {
    margin-top: 320px;
    margin-bottom: 180px;
    height: 1px;
    background-color: #181818;
}

.timeline .timeline-container {
    position: relative;
}

.developmentPath .timeline .timeline-list {
    position: absolute;
    bottom: -93px;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}


.developmentPath .timeline .timeline-list .item {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.developmentPath .timeline .timeline-list .item .year {
    margin-bottom: 50px;
    font-size: 28px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #0041FC;
    line-height: 25px;
    letter-spacing: -1px;
}

.developmentPath .timeline .timeline-list .item .dot {
    width: 10px;
    height: 10px;
    border: 3px solid #0041FC;
    background-color: #fff;
    border-radius: 50%;
}

.developmentPath .timeline .timeline-list .item .line {
    width: 1px;
    height: 120px;
    background-color: #0041FC;
    
}

.developmentPath .timeline .timeline-list .item:nth-child(1) .line {
    height: 36px;
}

.developmentPath .timeline .timeline-list .item:nth-child(2) .line {
    height: 85px;
}

.developmentPath .timeline .timeline-list .item:nth-child(3) .line,
.developmentPath .timeline .timeline-list .item:nth-child(5) .line {
    height: 65px;
}

.developmentPath .timeline .timeline-list .item .event {
    font-size: 18px;
    margin-top: 38px;
    height: 50px;
}

.developmentPath-title {
    font-size: 7.333vw;
    line-height: 7.333vw;
    font-family: Fjalla One;
    color: #E9E9E9;
    text-align: center;
}

.timeline-phone {
    display: none;
}

@media screen and (max-width: 1500px) {
    .developmentPath .timeline .timeline-list .item .year {
        font-size: 28px;
        margin-bottom: 36px;
    }

    .developmentPath .timeline .timeline-list .item .event {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .developmentPath .timeline .timeline-list .item .year {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .developmentPath .timeline .timeline-list .item .event {
        font-size: 14px;
    }
}


@media screen and (max-width: 767px) {
    .developmentPath {
        scroll-margin-top: 58px;
        margin-bottom: 0;
    }

    .developmentPath .developmentPath-src {
        display: block;
        height: 200px;
        padding: 50px 30px;
    }

    .developmentPath .developmentPath-src .developmentPath-text .title {
        font-size: 26px;
    }

    .developmentPath .developmentPath-src .developmentPath-text .text {
        font-size: 20px;
    }

    .timeline-pc {
        display: none;
    }

    .timeline-phone {
        display: block;
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .timeline-phone .timeline-list {
        width: 1px;
        height: 544px;
        background-color: #0343FC;
    }

    .timeline-phone .timeline-list .left-item {
        float: right;
        margin-right: -3px;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .timeline-phone .timeline-list .right-item {
        margin-left: -3px;
        float: left;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;

    }

    .timeline-phone .timeline-list .left-item .content {
        text-align: right;
    }

    .timeline-phone .timeline-list .right-item .content {
        text-align: left;
    }

    .timeline-phone .timeline-list .left-item .content .year,
    .timeline-phone .timeline-list .right-item .content .year {
        font-size: 28px;
        font-weight: bold;
        color: #0041FC;
    }

    .timeline-phone .timeline-list .left-item .content .event,
    .timeline-phone .timeline-list .right-item .content .event {
        color: #262626;
        height: 40px;
        font-size: 12px;
    }

    .timeline-phone .timeline-list .left-item .line {
        margin-left: 8px;
        width: 40px;
        height: 1px;
        background: linear-gradient(to left, #0041FC, transparent);
    }

    .timeline-phone .timeline-list .right-item .line {
        margin-right: 8px;
        width: 50px;
        height: 1px;
        background: linear-gradient(to right, #0041FC, transparent);
    }

    .timeline-phone .timeline-list .left-item .dot,
    .timeline-phone .timeline-list .right-item .dot {
        width: 8px;
        height: 8px;
        background-color: #fff;
        border: 2px solid #0343FC;
        border-radius: 50%;
    }

    .developmentPath-title {
        font-size: 86px;
        line-height: 86px;
        padding: 0 20px;
        text-align: left;
    }

}

@media screen and (max-width: 477px) {

    .timeline-phone .timeline-list .left-item .content .year,
    .timeline-phone .timeline-list .right-item .content .year {
        font-size: 22px;
    }

    .developmentPath-title {
        font-size: 56px;
        line-height: 56px;
    }
}

@media screen and (max-width: 414px) {
    .timeline-phone .timeline-list {
        height: 460px;
    }

    .timeline-phone .timeline-list .left-item .content .year,
    .timeline-phone .timeline-list .right-item .content .year {
        font-size: 18px;
        letter-spacing: -1px;
    }
}



.business-cooperation .business-cooperation-src {
    height: 385px;
    background-image: url('../image/index-cooperation.png');
    background-position: 50% 50%;
}

.business-cooperation .business-cooperation-src .business-cooperation-font {
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business-cooperation .business-cooperation-font .com-font {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
}

.business-cooperation .business-cooperation-font .com-font .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.business-cooperation .business-cooperation-font .com-font .num,
.business-cooperation .business-cooperation-font .com-font .num #counter5{
    font-size: 48px;
    line-height: 24px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #0041FC;
}

.business-cooperation .business-cooperation-font .com-font .more {
    cursor: pointer;
    width: 142px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #FFFFFF;
}

.business-cooperation .business-cooperation-font .com-font .more a {
    display: block;
    color: #fff;
}

.business-cooperation .businessScope {
    position: relative;
}

.businessScope .arrows {
    display: none;
}

@media screen and (max-width: 1499px) {
    .business-cooperation .business-cooperation-src {
        background-size: auto;
        background-position: 50% 50%;
    }
}

@media screen and (max-width: 767px) {
    .business-cooperation .business-cooperation-src {
        background-size: auto;
        background-position: 50% 50%;
    }

    .business-cooperation .business-cooperation-src {
        height: 296px;
    }

    .business-cooperation .business-cooperation-src .business-cooperation-font {
        padding-top: 70px;
        padding-left: 36px;
        flex-wrap: wrap;
        justify-content: start;
    }

    .business-cooperation .business-cooperation-font .com-font .title {
        font-size: 25px;
    }

    .business-cooperation .business-cooperation-font .com-font span {
        font-size: 12px;
    }

    .business-cooperation .business-cooperation-font .com-font:nth-of-type(1) {
        width: 100%;
        margin-bottom: 24px;
    }

    .business-cooperation .business-cooperation-font .com-font:nth-of-type(2) {
        margin: 0 90px 0 20px;
    }

    .business-cooperation .business-cooperation-font .com-font:nth-of-type(4) {
        display: none;
    }

    .business-cooperation .businessScope {
        position: static;
        
        overflow: hidden;
        height: auto;
        
    }

    .card-com .business {
        margin-bottom: 30px;
    }

    .card-com .more-btn {
        margin-top: 30px;
    }

    .businessScope .arrows {
        position: absolute;
        transform: translateY(180px);
        display: block;
        width: 28px;
        height: 28px;
        border: 1px solid #666666;
        color: #666666;
        border-radius: 50%;
        line-height: 28px;
        text-align: center;
        font-family: serif;
        font-weight: 900;
    }

    .businessScope .left-arrows {
        left: 13px;
        z-index: 2;
    }

    .businessScope .right-arrows {
        right: 13px;
        z-index: 2;
    }
}


.businessScope .swiper {
    display: none;
}

@media screen and (max-width: 767px) {
    .businessScope .swiper {
        display: block;
        padding-left: 24px;
    }

    .swiper {
        width: 100%;
        height: 366px;
    }

    .swiper .swiper-slide {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 285px;
        height: 366px;
        font-size: 18px;
        background: #fff;
        color: #fff;
    }

    .swiper-slide img {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 366px;
        object-fit: cover;
        z-index: -1;
    }

    .swiper-slide .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 66, 255, 0.9);
    }

    .swiper {
        width: 100%;
        height: 390px;
        margin: 20px auto;
    }

    
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 2px solid #666;
    }

    .swiper .swiper-button-next:after,
    .swiper .swiper-button-prev:after {
        font-size: 12px;
        color: #666;
        font-weight: 700;
    }

    .swiper .swiper-horizontal>.swiper-pagination-bullets,
    .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper .swiper-pagination-custom,
    .swiper .swiper-pagination-fraction {
        bottom: -4px;
    }

    .swiper .swiper-button-next.swiper-button-disabled, 
    .swiper .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

    .swiper-slide .business {
        margin-top: 60px;
        margin-left: 58px;
        margin-bottom: 30px;
        font-size: 12px;
    }

    .swiper-slide .business .title {
        font-size: 27px;
        font-weight: bold;
    }

    .swiper-slide .business-list {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        margin-left: 58px;
    }

    .swiper-slide .business-list .item {
        margin-bottom: 16px;
    }

    .swiper-slide .more-btn {
        margin-left: 58px;
    }
    .swiper-slide .more-btn a {
        margin-top: 30px;
        display: block;
        width: 142px;
        height: 30px;
        border: 1px solid #FFFFFF;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
}


.join-us {
    display: flex;
    background-image: url('../image/index-Joins.png');
    background-position: 50% 50%;
    height: 500px;
}

.join-us .join-us-words {
    margin: auto;
    color: #fff;
    text-align: center;
}

.join-us .join-us-words .joins01 {
    font-size: 131px;
    font-family: Fjalla One;
    font-weight: 400;
    color: #E9E9E9;
    line-height: 92px;
}

.join-us .join-us-words .joins02 {
    margin: 15px 0 13px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

.join-us .join-us-words .joins03 {
    margin: 0 auto;
    width: 141px;
    height: 29px;
    border: 1px solid #FFFFFF;
    line-height: 29px;
    text-align: center;
}

.join-us .join-us-words .joins03 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}


@media screen and (max-width: 767px) {
    .join-us {
        height: 400px;
    }

    .join-us .join-us-words .joins01 {
        font-size: 48px;
        line-height: 28px;
    }

    .join-us .join-us-words .joins02 {
        font-size: 18px;
    }

    .join-us .join-us-words .joins03 {
        margin-top: 80px;
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
}


.contact-us {
    padding: 111px 0;
}

.contact-us .contact-us-src {
    display: flex;
    height: 635px;
}

.contact-us .contact-us-src .contact-us-words {
    padding-top: 142px;
    width: 612px;
    height: 637px;
    background-color: #0343fc;
    color: #FFFFFF;
    text-align: center;
}

.contact-us .contact-us-src .contact-us-words .contact01 {
    font-size: 3.646vw;
    font-family: Fjalla One;
    font-weight: 400;
    color: #E9E9E9;
    line-height: 92px;
}

.contact-us .contact-us-src .contact-us-words .contact02 {
    font-size: 1.563vw;
    color: #FFFFFF;
    margin-bottom: 67px;
}

.contact-us .contact-us-src .contact-us-words .contact03 {
    font-size: 0.938vw;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.contact-us .contact-us-src .contact-us-words .contact04 {
    display: flex;
    align-items: center;
    padding-left: 2px;
    margin: 0 auto;
    width: 302.995px;
    height: 53px;
    border: 3px solid #FFFFFF;
    border-radius: 27px;
    font-size: 34px;
    line-height: 48px;
    font-family: Fjalla One;
    color: #FFFFFF;
}
.contact-us .contact-us-src .contact-us-words .contact04 a {
    color: #fff;
}

.contact-us .contact-us-src .contact-us-words .contact04 .icon {
    margin-right: 20px;
    display: inline-block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-image: url('../image/phone-icon.png');
}

.contact-us .contact-us-src .contact-us-img {
    width: 800px;
    height: 637px;
    background-image: url('../image/index-contact-us.png');
    background-size: 100% 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us {
        padding: 50px 0;
    }

}

@media screen and (max-width: 991px) {

    .contact-us .contact-us-src {
        display: block;
        height: auto;
    }

    .contact-us .contact-us-src .contact-us-words {
        padding-top: 86px;
        width: 100%;
        height: 308px;
    }

    .contact-us .contact-us-src .contact-us-img {
        width: 100%;
        height: 554px;
    }

    .contact-us .contact-us-src .contact-us-words .contact01 {
        font-size: 60px;
        line-height: 54px;
    }

    .contact-us .contact-us-src .contact-us-words .contact02 {
        margin-bottom: 36px;
        font-size: 20px;
    }

    .contact-us .contact-us-src .contact-us-words .contact03 {
        font-size: 12px;
    }

    .contact-us .contact-us-src .contact-us-words .contact04 {
        width: 166px;
        height: 29px;
        line-height: 28px;
        font-size: 14px;
        border: 1px solid #FFFFFF;
    }

    .contact-us .contact-us-src .contact-us-words .contact04 .icon {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 767px) {
    .contact-us {
        padding: 0;
    }

    .contact-us .contact-us-src .contact-us-words,
    .contact-us .contact-us-src .contact-us-img {
        width: 100vw;
    }

    .contact-us .contact-us-src .contact-us-img {
        width: 100%;
        height: 286px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .center-img img {
        width: 120px;
        height: 120px;
    }

    .center-img h1 {
        font-size: 62px;
        text-align: center;
        margin-left: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .center-img img {
        width: 140px;
        height: 140px;
    }

    .center-img h1 {
        font-size: 82px;
        text-align: center;
        margin-left: 24px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {

    .center-img img {
        width: 160px;
        height: 160px;
    }

    .center-img h1 {
        font-size: 102px;
        text-align: center;
        margin-left: 24px;
    }
}