/* banner */
/* banner */
/* banner */
.bannerOne img {
    margin: auto;
    /* max-width: 1920px; */
}

.bannerThree {
    position: relative;
    height: auto;
   
    /* z-index: -1; */
}

.bannerThree>img {
    /* margin: auto;
    position: absolute;
    z-index: -3; */
    margin: auto;
}

.bannerThree .products .photo img {
    /* margin: auto; */
    width: 50%;
}

.bannerThree .products {
    pointer-events: none;
    width: 62%;
    height: 34%;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bannerThree .products .photo {
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  
    margin-top: -50px;
}

.bannerThree .products ul {
    pointer-events: auto;
}

.bannerThree .products ul li:nth-of-type(1) {
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #01B6BD;
    line-height: 30px;
    display: block;
    margin-top: -80px;
}

.bannerThree .products ul li {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-top: 50px;
}

.bannerThree .products ul li:nth-of-type(3) a {
    width: 50px;
    height: 24px;
    text-align: center;
    background: #01B6BD;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    display: block;
} 

.bannerThree .products .photo img {
    /* border: 1px dashed black; */
    margin: auto;
    padding-left: 20px;

}

/* figure */
/* figure */
/* figure */
figure {
    text-align: center;
}

figure p {
    font-size: 48px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #0093E4;
    line-height: 48px;
    padding-top: 110px;
}

figure font {
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0093E4;
    line-height: 20px;
    display: block;
    padding-bottom: 60px;
}

.section {
    height: 580px;
    width: 100%;
    margin: auto;
    max-width: 1920px;
    padding: 0px;
    position: relative;
}

.bannerTwo {
    pointer-events: none;
}

.box_container {
    position: relative;
    height: auto;
    /* z-index: 99; */
    /* z-index: -1; */
    pointer-events: none;
}

.item_box {
    /* animation: 999; */
    width: 29vw;
    height: 30%;
    background-color: #FFFFFF;
    position: absolute;
    top: 55%;
    left: 70%;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    padding-top: 45px;
    /* z-index: 5; */
}

.item_box span {
    font-size: calc(100vw * 30 / 1920);
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #01B6BD;
    line-height: 30px;
    /* margin-top: 50px; */
    margin-left: 45px;
}

.titlediv{
    position: absolute;
    top: 10%;
     text-align: center;
     width: 100%;
}
.titlespan{
    font-size:  48px;
    color: #01B6BD;
    font-weight: bold;
    font-weight: 400;
}
.titlespan1{
    font-size:  20px;
    color: #01B6BD;
    font-weight: bold;
    font-weight: 400;
}
.titlespan2_0{
    font-size:  48px;
    color: #FFFFFF;
    font-weight: bold;
    font-weight: 400;
}
.titlespan2_1{
    font-size:  20px;
    color: #FFFFFF;
    font-weight: bold;
    font-weight: 400;
}


.item_box a {
   
    z-index: 9999;
    display: inline-block;
    font-size: calc(100vw * 16 / 1920);
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    width: 50px;
    height: 26px;
    text-align: center;
    color: #fff;
    
    background: #01B6BD;
    border-radius: 5px 5px 5px 5px;
    
   
}

.item_box p {
    font-size: calc(100vw * 16 / 1920);
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    padding: 35px;
    line-height: 26px;
   
}

#container {
    margin: auto;
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {}

/* 中等屏幕 992px-1200px */
@media screen and (max-width:1200px) {
    figure p {
        font-size: calc(100vw * 48 / 1920);
    }

    figure font {
        font-size: calc(100vw * 20 / 1920);
    }
}

/* 小屏幕 768px-992px */
@media screen and (max-width:992px) {
    figure p {
        font-size: calc(100vw * 48 / 1920);
    }

    figure font {
        font-size: calc(100vw * 20 / 1920);
    }

    .bannerThree .products ul li:nth-of-type(1) {
        font-size: calc(100vw * 30 / 1920);
    }

    .bannerThree .products ul li {
        font-size: calc(100vw * 16 / 1920);
    }
}

/* 超小型设备（手机，768px 以下） */
@media screen and (max-width:768px) {

    .bannerTwo img {
        max-width: 100%;
    }

    .bannerOne img {
        max-width: 100%;
    }

    .bannerTwo {
        pointer-events: none;
    }

    .bannerTwo .box_container {
        pointer-events: none;
    }

    .bannerThree {
        pointer-events: none;
    }


    .bannerThree .products .photo {
        justify-content: center;
        translate: 1px -48px;
        /*margin-top: -45px;
        margin-left: 30px; */
        /* margin-top: -131px;
        margin-left: -1px; */
    }

    .bannerThree .products .photo img {
        width: 15%;
        padding-left: 5px;
        margin: 0;
    }

    figure p {
        font-size: calc(100vw * 48 / 1920);
        padding: 20px;
        line-height: 0px;
    }

    figure font {
        font-size: calc(100vw * 20 / 1920);
        line-height: 0px;
        padding-bottom: 20px;
    }

    .bannerThree .products {
        width: 90%;
        height: 80%;
        display: block;
        position: static;
        transform: translate(0%, 0%);
        margin: auto;
        background: #FFFFFF;
        box-shadow: 0px 3px 30px 0px rgba(0, 111, 175, 0.2784);
        opacity: 1;
        /* display: flex;
        justify-content: space-around;
        align-items: center; */
        /* pointer-events: auto; */

    }

    .bannerThree .products ul {
        /* display: flex; */
        align-items: center;
        margin-top: -15%;
        pointer-events: auto;
    }

    .bannerThree .products ul li:nth-child(1) {
        padding-left: 15px;
    }

    .bannerThree .products ul li:nth-child(2) {
        display: flex;
        justify-content: space-around;
    }

    .bannerThree .products ul li:nth-of-type(1) {
        font-size: calc(100vw * 30 / 1920);
        /* margin-top: 20px; */
    }

    .bannerThree .products ul li {
        font-size: calc(100vw * 16 / 1920);
        margin-top: 35px;
        /* pointer-events: none; */
    }

    section {
        height: 300px;
        width: 100%;
        padding: 15px;
    }

    .item_box {
        pointer-events: none;
        width: 100vw;
        height: 90%;
        left: 50%;
        padding-top: 0px;
        position: static;
        transform: translate(0%, 0%);
    }

    .item_box a {
        pointer-events: auto;
    }

    .item_box span {
        font-size: calc(100vw * 30 / 1920);

    }

    .item_box p {
        font-size: calc(100vw * 16 / 1920);
        padding: 0px 20px;
        line-height: 15px;
    }

    .bannerThree .products ul li:nth-of-type(3) {
        margin-top: -80px;
        z-index: 1;
        /* pointer-events: none; */
    }

    .bannerThree .products ul li:nth-of-type(3) a {
        /* translate: 542% -532%; */
        display: inline-block;
        line-height: 16px;
        margin-left: 78%;
        /* z-index: 999; */
        /* position: relative; */
    }
}