/**
    pc端首页css
 */
head, body {
    height: 100%;
    min-width: 1200px;
    min-height: 600px;
}

.screen-height {
    height: 100% !important;
}

.group-swiper {
    overflow: hidden;
}

.group-swiper-pagination {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.group-swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 15px 10px 15px 0 !important;
    width: 18px;
    height: 18px;
}

.group-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a2ea;
}

/* 第一屏 */
.screen-one {
    padding-top: 85px;
}

.screen-one .one-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.screen-one .banner-swiper {
    position: relative;
}

.screen-one .banner-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.screen-one .banner-swiper .banner-swiper-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

.screen-one .banner-swiper .banner-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffffff;
}

.screen-one .banner-swiper .banner-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a2ea;
}

/* 第二屏 */
.screen-two {
    position: relative;
    padding-top: 85px;
    background-image: url("../../image/index/screen-two-background.png");
    background-size: cover;
    background-color: #fcfdff;
    background-position-x: left;
}

.screen-two .content {
    overflow: hidden;
    margin: 0 auto;
    padding-left: 10%;
    width: 1530px;
}

.screen-two .content .title {
    margin-top: 90px;
    font-size: 60px;
    color: #00a2ea;
    font-weight: 600;
}

.screen-two .content .text {
    position: relative;
    z-index: 1;
    margin-top: 150px;
    width: 535px;
    font-size: 20px;
    line-height: 2em;
    color: #6b6b6b;
}

.screen-two .content .btnw {
    display: flex;
    justify-content: flex-end;
    width: 535px;
}

.screen-two .content .btnw .btn {
    display: block;
    margin-top: 40px;
    width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background-color: #00a2ea;
    border-radius: 40px;
}

.screen-two .decoration-img {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    transition: all .8s;
}

@media screen and (max-width: 1600px) {
    .screen-two .decoration-img {
        right: 8%;
        width: 40%;
    }
}

@media screen and (max-width: 1320px) {
    .screen-two .decoration-img {
        right: 5%;
        width: 30%;
    }
}

/* 第三屏 */
.screen-three {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 85px;
    /*background-image: url("../../image/index/screen-three-background.png");*/
    background-size: cover;
    background-color: #eef1f6;
    background-position: center;
}

.screen-three .title {
    margin: -60px 0 40px 0;
    font-size: 60px;
    color: #00a2ea;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 130px;
    background-image: url("../../image/index/screen-three-title-en.png");
    background-size: 622px auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.screen-three .content {
    display: flex;
    width: 1400px;
    height: 550px;
}

.screen-three .content .arrow {
    width: 100px;
    height: 550px;
    background-image: url("../../image/index/screen-three-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 60px 60px;
}

.screen-three .content .right-arrow {
    transform: rotateY(180deg);
}

.screen-three .content .product-swiper {
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.screen-three .content .product-swiper .product-title {
    display: none;
}

.screen-three .content .product-swiper img {
    width: 1200px;
    height: 550px;
    object-fit: cover;
    cursor: hand;
}

.screen-three .content .more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 100px;
    bottom: 45px;
    z-index: 100;
    width: 140px;
    height: 45px;
    background-color: #00a2ea;
    color: #ffffff;
    border-radius: 40px;
}

.screen-three .js-product-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.screen-three .js-product-swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 18px;
    height: 18px;
}

.screen-three .js-product-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a2ea;
}

@media screen and (max-width: 1420px) {
    .screen-three .content {
        display: flex;
        width: 1200px;
        height: 400px;
    }

    .screen-three .content .product-swiper img {
        width: 1000px;
        height: 400px;
        object-fit: cover;
        cursor: hand;
    }

    .screen-three .content .arrow {
        height: 400px;
        background-size: 50px 50px;
    }

    .screen-three .content .product-swiper {
        overflow: hidden;
        width: 1000px;
    }
}

/* 第四屏 */
.screen-four {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-image: url("../../image/index/screen-four-background.png");
    background-size: auto 100%;
    background-color: #fcfdff;
    background-position: left top;
}

.screen-four .left {
    width: 50%;
    height: 100%;
    padding-top: 85px;
}

.screen-four .right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 85px;
    width: 50%;
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color: #ffffff;
    /*background-image: url("../../image/index/screen-four-background2.png");*/
    background-repeat: no-repeat;
    background-position: center 60px;
}

.screen-four .right .title {
    margin: -100px 0 80px 0;
    font-size: 60px;
    color: #00a2ea;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    background-image: url("../../image/index/screen-four-title-en.png");
    background-size: 460px auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.screen-four .right .content {
    display: flex;
    margin: 0 auto;
    width: 90%;
}

.screen-four .right .content .arrow {
    margin-bottom: 40px;
    width: 15%;
    height: 330px;
    background-image: url("../../image/index/screen-four-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 80px 80px;
}

.screen-four .right .content .right-arrow {
    transform: rotateY(180deg);
}

.screen-four .right .content .brand-swiper {
    width: 70%;
    height: 390px;
    overflow: hidden;
}

.screen-four .right .content .brand-swiper .swiper-slide {
    height: 100%;
}

.screen-four .right .content .brand-swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.screen-four .right .content .brand-swiper .swiper-slide .text {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.screen-four .right .js-brand-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    height: 60px;
}

.screen-four .right .js-brand-swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 18px;
    height: 18px;
}

.screen-four .right .js-brand-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a2ea;
}

.screen-four .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 85px;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
}

.screen-four .left .title-en {
    border-left: 4px #00a2ea solid;
    width: 70%;
    padding-left: 20px;
    height: 52px;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}

.screen-four .left .title {
    margin: 30px 0 60px 0;
    width: 70%;
    font-size: 60px;
    color: #00a2ea;
    font-weight: 600;
}

.screen-four .left .text {
    display: none;
    width: 70%;
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.screen-four .left .btw {
    text-align: right;
    margin-top: 70px;
    width: 60%;
}

.screen-four .left .btw a {
    display: inline-block;
    text-align: center;
    line-height: 46px;
    width: 149px;
    height: 46px;
    color: #ffffff;
    background-color: #00a2ea;
    border-radius: 23px;
}

/* 第五屏 */
.screen-five {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 85px;
    background-image: url("../../image/index/screen-five-background.png");
    background-size: cover;
    background-color: #fcfdff;
    background-position: center;
}

.screen-five .title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 720px;
    height: 120px;
    background-image: url("../../image/index/screen-five-title-en.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    margin: -60px 0 50px 0;
    font-size: 60px;
    color: #00a2ea;
    font-weight: 600;
}

.screen-five .list {
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
}

.screen-five .list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    height: 200px;
}

.screen-five .list li .img-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 2px #3e3939 solid;
    border-radius: 50%;
}

.screen-five .list li .img-warp img {
    display: block;
    width: 50px;
}

.screen-five .list li p {
    margin-top: 20px;
    font-size: 20px;
    color: #4e4e4e;
}

.screen-five .btn {
    display: block;
    margin: 60px auto 0 auto;
    text-align: center;
    line-height: 46px;
    width: 149px;
    height: 46px;
    color: #ffffff;
    background-color: #00a2ea;
    border-radius: 23px;
}

/* 第六屏 */
.screen-six {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #1a1a1a;
}

.screen-six .left {
    border-radius: 0 100px 100px 0;
    width: 50%;
    height: 100%;
    background-image: url("../../image/index/screen-six-background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.screen-six .right {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 85px;
    width: 50%;
    height: 100%;
}

.screen-six .right > .title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 0 30px 0;
    width: 370px;
    height: 130px;
    background-image: url("../../image/index/screen-six-img1.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 60px;
    color: #00a2ea;
    font-weight: 600;
}

.screen-six .right .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 80%;
}

.screen-six .right .list li {
    border-top: 1px rgba(255, 255, 255, .6) solid;
    margin: 0 20px;
    padding: 20px 0;
    width: calc(50% - 40px);
    list-style-type: none;
}

.screen-six .right .list li:nth-of-type(1),
.screen-six .right .list li:nth-of-type(2) {
    border: none;
}
javascript:;
.screen-six .right .list .title-warp {
    display: flex;
    justify-content: space-between;
}

.screen-six .right .list .title-warp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.screen-six .right .list .title-warp .title {
    /*width: 50%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
}

.screen-six .right .list .title-warp .title a {
    color: inherit;
}

.screen-six .right .list .title-warp .time {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
}

.screen-six .right .list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 30px 0 10px 0;
    font-size: 14px;
    color: #e1e1e1;
    height: 38px;
}

.screen-six .right .list p a {
    color: inherit;
}

.screen-six .btn {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    line-height: 46px;
    width: 149px;
    height: 46px;
    color: #ffffff;
    background-color: #00a2ea;
    border-radius: 23px;
}

/*第七屏*/
.screen-seven {
    background-color: #ffffff;
}

.screen-seven .top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    height: calc(100% - 280px);
    background-image: url("../../image/index/screen-seven-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 0 0 100px 100px;
    overflow: hidden;
}

.screen-seven .top::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
}

.screen-seven .content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: -1;
}

/*.screen-seven .map {*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    border-bottom: 10px #00a2ea solid;*/
/*    width: 700px;*/
/*    height: 440px;*/
/*    object-fit: cover;*/
/*}*/

.screen-seven .m-baidumap .g-main {
    display: block;
    position: relative;
    z-index: 1;
    border-bottom: 10px #00a2ea solid;
    width: 700px;
    height: 440px;
    /*object-fit: cover;*/
}

.screen-seven .m-baidumap .g-main #allmap {
    height: 100%;
}


.screen-seven .info {
    position: relative;
    z-index: 1;
    margin-left: 100px;
}

.screen-seven .info .title {
    margin: 0 0 20px 0;
    font-size: 60px;
    color: #00a2ea;
    font-weight: 600;
}

.screen-seven .info .title-en {
    margin: 0 0 30px 0;
    border-left: 6px #00a2ea solid;
    padding-left: 12px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
}

.screen-seven .info .text {
    margin: 0 0 60px 0;
    font-size: 20px;
    color: #f5f5f5;
    line-height: 2em;
}

.screen-seven .bottom {
    height: 280px;
}

.screen-seven .bottom nav {
    margin: 0 auto;
    border-bottom: 2px #1d101f solid;
    padding: 30px 0 40px 0;
    width: 1200px;
    height: 95px;
    text-align: center;
}

.screen-seven .bottom nav a {
    padding: 0 30px;
    font-size: 20px;
    font-weight: 600;
}

.screen-seven .bottom nav a:hover {
    color: #00a2ea;
}

.screen-seven .bottom .other {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 128px);
}

.screen-seven .bottom .other .phone {
    margin-right: 220px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
}

.screen-seven .bottom .other .qrcode {
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-size: 14px;
    color: #22252e;
    font-weight: 600;
}

.screen-seven .bottom .other .qrcode img {
    display: block;
    margin-right: 10px;
    height: 100px;
}


@media screen and (max-height: 700px) and (max-width: 1400px) {
    /**
        pc端导航栏样式
     */
    .header_pc {
        padding: 0 8px;
        height: 80px;
    }

    .header_pc .content .title {
        width: 200px;
        background-size: 200px auto;
        background-position: left center;
    }

    .header_pc .content nav a,
    .header_pc .content nav span {
        padding: 0 15px;
        font-size: 16px;
    }

    .header_pc .decoration svg {
        transform: scale(.8);
    }

    /* 第一屏 */
    .screen-one {
        padding-top: 80px;
    }

    /* 第二屏 */
    .screen-two {
        padding-top: 80px;
        background-position: left;
        background-image: url("../../image/index/screen-two-background2.png");
    }

    .screen-two .content {
        padding-left: 5%;
        width: 1200px;
    }

    .screen-two .content .title {
        font-size: 40px;
    }

    .screen-two .content .text {
        margin-top: 5%;
        font-size: 18px;
    }

    .screen-two .content .btnw {
        display: flex;
        justify-content: flex-end;
    }

    .screen-two .decoration-img {
        width: 400px;
    }

    /* 第三屏 */
    .screen-three {
        padding-top: 80px;
    }

    .screen-three .title {
        margin: -40px 0 30px 0;
        font-size: 50px;
        /*background-size: 230px auto;*/
        height: 120px;
    }

    .screen-three .content {
        display: flex;
        width: 100%;
        height: 400px;
    }

    .screen-three .content .arrow {
        width: calc((100% - 1000px) / 2);
        height: 100%;
    }

    .screen-three .content .product-swiper {
        width: 1000px;
    }

    .screen-three .content .product-swiper .swiper-slide {
        text-align: center;
    }

    .screen-three .content .product-swiper img {
        width: auto;
        height: 100%;
    }

    .screen-three .content .more {
        width: 120px;
        height: 40px;
    }

    /* 第四屏 */
    .screen-four .right .title {
        margin: -80px 0 30px 0;
        font-size: 50px;
    }

    .screen-four .left .title {
        margin-bottom: 50px;
        font-size: 50px;
    }

    .screen-four .left .text {
        font-size: 30px;
    }

    .screen-four .left .btw a {
        line-height: 40px;
        width: 100px;
        height: 40px;
        font-size: 16px;
    }

    /* 第五屏 */
    .screen-five {
        padding-top: 80px;
    }

    .screen-five .title {
        font-size: 50px;
    }

    .screen-five .list {
        width: 1000px;
    }

    .screen-five .list li {
        width: 250px;
        height: 180px;
    }

    .screen-five .list li .img-warp {
        width: 80px;
        height: 80px;
    }

    .screen-five .list li .img-warp img {
        width: 40px;
    }

    .screen-five .list li p {
        font-size: 16px;
    }

    .screen-five .btn {
        margin: 20px auto 0 auto;
        line-height: 40px;
        width: 100px;
        height: 40px;
    }

    /* 第六屏 */
    .screen-six .right {
        padding-top: 80px;
    }

    .screen-six .right > .title {
        margin-bottom: 0;
        width: 240px;
        height: 80px;
        font-size: 50px;
    }

    .screen-six .right .list {
        width: 90%;
    }

    .screen-six .right .list li {
        margin: 0 15px;
        padding: 20px 0;
        width: calc(50% - 30px);
    }

    .screen-six .right .list li:nth-of-type(1),
    .screen-six .right .list li:nth-of-type(2) {
        border: none;
    }

    .screen-six .right .list .title-warp {
        display: flex;
        justify-content: space-between;
    }

    .screen-six .right .list .title-warp {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .screen-six .right .list .title-warp .title {
        font-size: 18px;
    }

    .screen-six .right .list p {
        margin: 10px 0;
        font-size: 14px;
        height: 40px;
    }

    .screen-six .btn {
        margin: 20px auto 0 auto;
        line-height: 40px;
        width: 100px;
        height: 40px;
        font-size: 16px;
    }

    /*第七屏*/
    .screen-seven .top {
        padding-top: 80px;
    }

    /*.screen-seven .map {*/
    /*    width: auto;*/
    /*    height: 100%;*/
    /*}*/
    .screen-seven .m-baidumap .g-main {
        width: 520px;
        height: 330px;
        /*object-fit: cover;*/
    }

    .screen-seven .info {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    .screen-seven .info .title {
        font-size: 50px;
    }

    .screen-seven .info .title-en {
        margin: 0 0 20px 0;
        font-size: 28px;
    }

    .screen-seven .info .text {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
}

@media screen and (max-height: 600px) and (max-width: 1400px) {
    .screen-three .title {
        background-size: 440px auto;
    }

    /* 第四屏 */
    .screen-four .right .title {
        background-size: 320px auto;
    }

    .screen-four .left .title {
        margin-bottom: 40px;
        font-size: 40px;
    }

    .screen-four .left .text {
        font-size: 24px;
    }

    /* 第五屏 */
    .screen-five .title {
        background-size: 600px auto;
    }

    /*第七屏*/
    .screen-seven .top {
        padding-top: 80px;
    }

    .screen-seven .info .title {
        font-size: 30px;
    }

    .screen-seven .info .title-en {
        margin: 0 0 10px 0;
        font-size: 24px;
    }

    .screen-seven .info .text {
        margin: 0 0 0px 0;
        font-size: 16px;
    }

    .screen-seven .m-baidumap .g-main {
        width: 400px;
        height: 300px;
        /*object-fit: cover;*/
    }
}

.left-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 80px;
    height: 100%;
}

.left-bar a {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #9f9f9f;
    font-size: 13px;
}

.left-bar a img {
    display: block;
    margin-bottom: 16px;
}

.left-bar a p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -1000px;
    transform: translateY(-50%);
    padding: 8px;
    width: 0;
    height: 32px;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity .2s, width .2s;
    color: #a0a0a0;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.left-bar a:hover p {
    left: 110%;
    opacity: 1;
    width: 200px;
}

.form-warp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.form-warp .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.form-warp .content .layui-form {
    padding: 40px;
    width: 680px;
    background-color: #ffffff;
    border-radius: 8px;
}

.form-warp .content .layui-form .layui-form-label {
    width: 120px;
    text-align: left;
}

.form-warp .content .layui-form .layui-input-block {
    margin-left: 120px;
}

.form-warp .content .layui-form .layui-input-block input,
.form-warp .content .layui-form .layui-input-block textarea {
    border: 0;
    border-bottom: 1px #C9C9C9 solid !important;
    resize: none;
}

.form-warp .content .layui-form .logo-warp {
    margin: 0 0 40px 0;
}

.form-warp .content .layui-form .footer-bar {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.form-warp .content .layui-form .footer-bar button {
    width: 100px;
    height: 40px;
    background-color: #00a2ea;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 40px;
    cursor: pointer;
}

.form-warp .content .layui-form .footer-bar button:nth-of-type(2) {
    background-color: #ffffff;
    color: #a0a0a0;
}

.form-warp .content .layui-form .footer-bar button:nth-of-type(2):hover {
    color: #00a2ea;
}
