* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top {margin: calc(90 * var(--basePC)) auto  calc(18 * var(--basePC));}


.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box2{
background: #fff;
}
.box7 .top{
    margin-bottom: calc(-15 * var(--basePC));
}
.tittle {
    text-align: center;
    font-weight: 400;
    line-height: calc(24 / 18);
    color: #333333;
    margin: 0 auto;
    text-align: center;
}

.box1 {
      color: #333;
    width: 100%;
    height: 570px;
    opacity: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content {
    font-size: 48px;
    font-weight: bold;

}

.content2 {
    font-size: 24px;
    font-weight: normal;

}

.box2 .box2-content {
    margin-bottom: 100px;
}
.box2 .box2-content .public{
    overflow: hidden auto;
    margin-top: calc(40 * var(--basePC));
    /* max-width: 100%; */
}
.box2 .box2-content .public ul {
    display: flex;
    margin-top: -10px;
    animation: scroll 10s linear infinite;
  padding-left: 0 !important;
    margin-bottom: 0 !important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-500px);
        /* 5组图片的总宽度加上4个间距 */
    }
}

.box2 .box2-content .public ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 480px;
    width:320px;
}

.box2 .box2-content .public ul li :nth-last-of-type(2) {
    margin-top: 140px;
}

.box2 .box2-content .public img {
    width: 100%;

}

.box3 {
    background: linear-gradient(180deg, #F3FFFE 0%, #FFFFFF 62%, #FFFFFE 100%);
    padding-bottom: calc(100 * var(--basePC));
}

.box3 .box3-content .public img {
    width: 100%;
    height: 100%;
}

.box4 {
    background: linear-gradient(301deg, #F0FDFF 1%, #FFFFFF 49%, #F3FFFE 100%);
    padding-bottom: calc(100 * var(--basePC));
}

.box4 .box4-content .lines {
    width: 100%;
    position: relative;
    bottom: calc(50 * var(--basePC));
}

.box4 .box4-content ul {
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    background: linear-gradient(270deg, #00A772 0%, #10B6E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: calc(40 * var(--basePC));
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    /* overflow: auto; */
}

.box4 .box4-content ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: calc(24 / 18);
    flex: 0 0 20%;
}

.box4 .box4-content ul li img {
    width: 40%;
    margin-bottom: calc(40* var(--basePC));
    display: block;
}

.box4 .box4-content ul li p {
    font-family: Source Han Sans;
    font-size: 18px;
    font-weight: bold;
    color: #1D2130;
    margin-top: 10px;
}

.box4 .box4-content .public {
    display: flex;
    margin-top: calc(40 * var(--basePC));
}

.box4 .box4-content .public .publicimg {
    width: calc(640 * var(--basePC));
    height: calc(384 * var(--basePC));
}

.box4 .box4-content .public .publicimg img {
  /* object-fit: contain; */
  border-radius: calc(16 * var(--basePC)) 0 0 calc(16 * var(--basePC));
  width: 100%;
  height: 100%;
  display: block;
}

.box4 .box4-content .public .publicbox {
    display: flex;
    flex-direction: column;
    padding: calc(111 * var(--basePC)) calc(40 * var(--basePC)) calc(40 * var(--basePC)) calc(105 * var(--basePC));
    border-radius: 0px calc(16 * var(--basePC)) calc(16 * var(--basePC)) 0px;
    opacity: 1;
    background: linear-gradient(64deg, #FFFFFF 0%, #FFFFFF 49%, #F7FEFF 99%);
    box-shadow: 0px 4px 16px 0px rgba(11, 178, 196, 0.16);
}

.box4 .box4-content .public .publicbox .t1 {
    font-weight: 400;
    color: #333333;
    line-height: calc(32 / 27);
}

.box4 .box4-content .public .publicbox span p{
    margin-top: calc(40 * var(--basePC));

    color: #999999;
    line-height: calc(32 / 27);
    font-size: calc(18* var(--basePC));
}

.box5 .box5-content .public {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(40 * var(--basePC));
    margin-bottom: calc(100 * var(--basePC));
}

.box5 .box5-content .public .left,
.box5 .box5-content .public .right {
    width: 60%;
}

.box5 .box5-content .public .left img {
    border-radius: calc(16 * var(--basePC));
    display: block;
    width: 110%;
    height: calc(458 * var(--basePC));
}

.box5 .box5-content .public .right {
    border-radius: calc(16 * var(--basePC));
    background: linear-gradient(64deg, #FFFFFF 0%, #FFFFFF 49%, #F7FEFF 99%);
    box-shadow: 0px 4px 16px 0px rgba(11, 178, 196, 0.16);
    z-index: 999;
    padding: calc(69* var(--basePC)) calc(40 * var(--basePC)) 0;
    margin-left: -5%;
    height: calc(412* var(--basePC));
}

.box5 .box5-content .public .right .t1 {

    margin-bottom: calc(40 * var(--basePC));
    color: #333333;
    line-height: calc(36 / 27);

}

.box5 .box5-content .public .right span {

    color: #666666;
    line-height: calc(35 / 18);
}

.box5 .box5-content .public .right span .a1,.box5 .box5-content .public .right span .a2,
.box5 .box5-content .public .right span .a3 {
    color:#0FB5DE;
}

.box6 .box6-content .instance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(100* var(--basePC));
}

.box6-icon {
    width: calc(154  / 1440 * 100%);
}

.box6-icon img {
    width: 130%;
    height: 100%;
    display: block;
}

.box6 .box6-content .public {
    width: calc(640 / 1440 * 100%);
    height: calc(371 * var(--basePC));
    margin-top: calc(40 * var(--basePC));
    border-radius: calc(16 * var(--basePC));
    opacity: 1;
    background: linear-gradient(235deg, #F0FDFF 0%, #FFFFFF 28%, #EAFBFF 95%);
    box-shadow: 0px 4px 16px 0px rgba(11, 178, 196, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(40 * var(--basePC)) auto;
}

.box6 .box6-content .public .publictop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box6 .box6-content .public .publictop img {
    width: calc(128 * var(--basePC));
    height: calc(119 * var(--basePC));
}

.box6 .box6-content .public .publictop .t1 {

    font-weight: 700;
    line-height: calc(32 / 27);
    margin-top: calc(40 * var(--basePC));
}

.box6 .box6-content .public .publicbottom {
    display: flex;
    justify-content: space-evenly;
    padding-top: calc(20 * var(--basePC));
}

.box6 .box6-content .public .publicbottom li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box6 .box6-content .public .publicbottom li p {

    color: #333333;
    line-height: calc(24 / 18);
}

.box6 .box6-content .public .publicbottom div {
    padding-top: calc(20 * var(--basePC));
    display: flex;
    align-items: baseline;

    background: linear-gradient(270deg, #00A773 0%, #0BB2C4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.box6 .box6-content .public .publicbottom div h3 {

    font-weight: 700;
    line-height: calc(36 / 24);
}


.box7 .box7-content .public {
    margin-top: calc(40 * var(--basePC));
}

.box7 .box7-content .public ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: calc(100* var(--basePC));
}

.box7 .box7-content .public ul li {
    width: 32.5%;
}

.box7 .box7-content .public ul li img {
    border-radius: calc(16 * var(--basePC)) calc(16 * var(--basePC)) 0 0;
    width: 100%;
    height: calc(264 * var(--basePC));
    display: block;
}

.box7 .box7-content .public ul li .publicbox {
    height: calc(100% - calc(264 * var(--basePC)));
    border-radius: 0px 0px calc(16 * var(--basePC))calc(16 * var(--basePC));
    opacity: 1;
    background: linear-gradient(270deg, #F2FEFF 0%, #FFFFFF 52%, #F2FDFF 100%);
    padding: calc(40 * var(--basePC));
}

.box7 .box7-content .public ul li .publicbox .t1 {font-weight: 700;color: #333;padding-bottom: calc(20 * var(--basePC));line-height: calc(36 / 27);}

.box7 .box7-content .public ul li .publicbox .t2 {

    color: #666666;
    line-height: calc(35 / 18);
}
/* 
.box8 .box8-content .public {
    display: flex;
}

.box8 .box8-content .public .publicbox {
    border-radius: 16px 0px 0px 16px;
    opacity: 1;
    background: linear-gradient(70deg, #FFFFFF 0%, #FFFFFF 49%, #F7FEFF 100%);
    box-shadow: 0px 4px 16px 0px rgba(11, 178, 196, 0.16);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0px 34px;
}

.box8 .box8-content .public .publicbox .publiclink,
.box8 .box8-content .public .publicbox .publiclink .download {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box8 .box8-content .public .publicbox .publiclink .download {
    font-family: Source Han Sans;
    font-size: 12px;
    color: #3D3D3D;
}

.box8 .box8-content .public .publicbox .publiclink .download img {
    width: 12px;
}

.box8 .box8-content .public .publicbox .publiclink .more {
    padding: 10px 20px;
    border: none;
    text-align: center;
    color: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    background: linear-gradient(180deg, #02A980 0%, #0FB5DE 100%);
}

.box8 .box8-content .public .publicbox .t1 {
    font-family: Source Han Sans;
    font-size: 27px;
    font-weight: 500;
}

.box8 .box8-content .public .publicbox .t2 {
    font-family: Source Han Sans;
    font-size: 18px;
    color: #666666;
}

.box8 .box8-content .public .publicimg {
    width: 43%;
}

.box8 .box8-content .public .publicimg img {
    width: 100%;
    height: 100%;
    display: block;
} */

/* .carousel {
    position: relative;
    overflow: hidden;
}

.carousel-slide {
    transition: all 0.5s ease-in-out;
}

.btn-group {
    width: 300px;
    height: 90px;
    position: relative;
}

.btn-group img {
    width: 30px;
    height: 30px;
}



#indicators {
    bottom: 40px;
    left: 10px;
    width: 25%;
}

span.swiper-pagination-bullet {
    border-radius: 23px;
    transition: all 1s ease;
    width: 25.67px;
    height: 6px;
    opacity: 0.05;
    background: #000000;
    cursor: pointer;
    margin: 0 4px;
}
span.swiper-pagination-bullet-active {
    width: 64px;
    height: 6px;
    opacity: 1;
    background: linear-gradient(90deg, #10B6E2 0%, #00A771 100%);
}
#Next,#Prev {
border:1px solid #19A1A7;
width:30px !important;
height:30px !important;
border-radius:50%;
}
#Next {
    transform: rotate(-180deg) !important;
} */
@media screen and (max-width: 1290px) {
    .box5 .box5-content .public .right {
   
    padding: calc(46* var(--basePC)) calc(26.875* var(--basePC)) 0;
}
    .box4 .box4-content .public .publicbox {

    padding: calc(75* var(--basePC)) calc(26.875* var(--basePC)) calc(26.875* var(--basePC)) calc(70.55* var(--basePC));

}
}
@media screen and (max-width: 768px) {

   .box2 .tittle{
    width: 60%;
    line-height: calc(42 / 28);
   }
    .box2 .box2-content .public {
    max-width: 100%;
}
    .box4 .box4-content ul li img{
        width:45%;
    }
    .box4 .box4-content ul li{
        font-size: calc(20 * var(--basePC));
        line-height: calc(32/ 24);
        /* width: 71%; */
        /* flex: 0 0 25%; */
    }
    .box4 .box4-content .public{
        flex-direction:column;
    }
    .box4 .box4-content .public .publicimg {
  
    height: calc(418* var(--basePC));
}
    .box4 .box4-content .public .publicbox {
  
    padding: calc(40* var(--basePC)) calc(40* var(--basePC));
}
    .box4 .box4-content .public .publicbox .t1{
        line-height:calc(42 / 32)
    }
    .box4 .box4-content .public .publicbox span p {
        font-size:calc(28* var(--basePC));
              line-height:calc(42 / 28)
    }
    .box5 .box5-content .public{
        flex-direction:column;
    }
    .box5 .box5-content .public .left, .box5 .box5-content .public .right{
        width:100%;
    }
       .box5 .box5-content .public .left img{
           width:100%;
       }
    .box5 .box5-content .public .right{
        margin:-4% auto 0 auto;
        width:95%;
        height:auto;
        padding:calc(40* var(--basePC)) ;
    }
    .box5 .box5-content .public .right .t1{
        line-height:calc(42 / 32);
        margin-bottom: calc(20 * var(--basePC));
    }
    .box5 .box5-content .public .right span{
                line-height:calc(42 / 28);
    }
    .box6 .box6-content .instance {
        flex-direction:column;
    }
.box6 .box6-content .public{
    width:100%;
    padding:calc(40 * var(--basePC)) 0;
    height:auto;
}
    .box6-icon{
        transform:rotate(90deg);
        width: calc(80* var(--basePC));
    }
    .box6 .box6-content .public .publictop .t1{
        font-weight:700;
        line-height:calc(42 / 32)
    }
    .box7 .box7-content .public ul{
        flex-direction:column;
    }
    .box7 .box7-content .public ul li{
        width:100%;
          margin-bottom: calc(40 * var(--basePC));
    }
    .box7 .box7-content .public ul li img {
   
    height: calc(398* var(--basePC));

}
    .box7 .box7-content .public ul li .publicbox .t1 {
        line-height:calc(42 / 32)
    }
    .box7 .box7-content .public ul li .publicbox .t2 {

    line-height: calc(37 / 28);
}
}
@media screen and (max-width: 690px) {

  
    .box4 .box4-content ul li{
        font-size: calc(20 * var(--basePC));
        line-height: calc(24/ 18);

    }
}
