.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .wrap .zi {
    height: 94px;
    width: fit-content;
    margin: 0 auto 32px;
}

.banner .wrap .zi img {
    display: block;
    height: 100%;
}

.banner .wrap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px 0 0;
}

.banner .wrap .box .l_box {
    width: 660px;
}

.banner .wrap .box .l_box .h5 {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.banner .wrap .box .l_box .des {
    margin: 20px 0 50px;
}

.banner .wrap .box .l_box .des ul li {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}

.banner .wrap .box .l_box .des ul li:not(:last-child) {
    margin-bottom: 22px;
}

.banner .wrap .box .l_box .des ul li span {
    color: #FFFFFF;
}

.banner .wrap .box .r_box {
    width: 494px;
}

.banner .wrap .box .r_box img {
    display: block;
    width: 100%;
}

.sec1 {
    padding: 93px 0 86px;
    background: #F2F2F2;
}

.sec1 .wrap .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 118px;
}

.sec1 .wrap .box {
    width: 469px;
    margin: 0 auto;
    position: relative;
}

.sec1 .wrap .box .dians {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec1 .wrap .box .dians .dian {
    position: absolute;
}

.sec1 .wrap .box .dians .dian .dian_c {
    position: relative;
    width: 57px;
    height: 57px;
}

.sec1 .wrap .box .dians .dian .dian_c .cir {
    width: 100%;
    height: 100%;
    transform: scale(0);
}

.sec1 .wrap .box .dians .dian .dian_c .cir img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .box .dians .dian .dian_c .line {
    height: 13px;
    position: absolute;
    right: 0;
    top: 31px;
    transform: translateX(100%);
    clip-path: inset(0 0 0 100%);
}

.sec1 .wrap .box .dians .dian .dian_c .line img {
    width: fit-content;
    max-width: unset;
    display: block;
    height: 100%;
}

.sec1 .wrap .box .dians .dian .dian_l {
    width: 280px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: -314px;
    opacity: 0;
    transform: translateX(20px);
}

.sec1 .wrap .box .dians .dian .dian_l:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #F8AB21;
    position: absolute;
    left: -20px;
    top: 10px;
    border-radius: 50%;
}

.sec1 .wrap .box .dians .dian:nth-child(1) {
    top: -3px;
    left: -69px;
    transform: translateX(-100%);
}

.sec1 .wrap .box .dians .dian:nth-child(2) {
    top: 226px;
    left: -69px;
    transform: translateX(-100%);
}

.sec1 .wrap .box .dians .dian:nth-child(2) .dian_c .line {
    top: 18px;
}

.sec1 .wrap .box .dians .dian:nth-child(3) {
    top: -3px;
    right: -81px;
    transform: translateX(100%);
}

.sec1 .wrap .box .dians .dian:nth-child(3) .dian_l {
    left: unset;
    right: -332px;
    transform: translateX(-20px);
}

.sec1 .wrap .box .dians .dian:nth-child(3) .dian_c .line {
    top: 31px;
    right: unset;
    left: 0;
    transform: translateX(-100%);
    clip-path: inset(0 100% 0 0);
}

.sec1 .wrap .box .dians .dian:nth-child(4) {
    top: 226px;
    right: -81px;
    transform: translateX(100%);
}

.sec1 .wrap .box .dians .dian:nth-child(4) .dian_l {
    left: unset;
    right: -332px;
    transform: translateX(-20px);
}

.sec1 .wrap .box .dians .dian:nth-child(4) .dian_c .line {
    top: 18px;
    right: unset;
    left: 0;
    transform: translateX(-100%);
    clip-path: inset(0 100% 0 0);
}

.sec1 .wrap .box.aos-animate .dians .dian .dian_c .cir {
    transform: scale(1);
    transition: 0.6s;
    transition-delay: 1s;
}

.sec1 .wrap .box.aos-animate .dians .dian .dian_c .line {
    clip-path: inset(0) !important;
    transition: 0.6s;
    transition-delay: 0.4s;
}

.sec1 .wrap .box.aos-animate .dians .dian .dian_l {
    opacity: 1;
    transform: translateX(0) !important;
    transition: 0.6s;
    transition-delay: 1.2s;
}

.sec1 .wrap .box .img {
    width: 100%;
}

.sec1 .wrap .box .img img {
    display: block;
    width: 100%;
}

.sec2 {
    padding: 70px 0 30px;
}

.sec2 .wrap {
    display: flex;
    align-items: flex-end;
  flex-wrap: wrap;
    justify-content: space-between;
}

.sec2 .wrap .l_box {
    width: 100%;
}

.sec2 .wrap .l_box .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.sec2 .wrap .l_box .content {
    width: 100%;
    overflow-x: auto;
}
.sec2 .wrap .l_box .content::-webkit-scrollbar {
    display: block;
    height: 4px;
}
.sec2 .wrap .l_box .content table {
    min-width: 100%;
    width: max-content;
  border: 1px solid #E8E8E8;
}

.sec2 .wrap .l_box .content table tr th {
    background: #F2F2F2;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #E8E8E8;
    padding: 18px 19px;
    text-align: left;
    border-top: 1px solid #E8E8E8;
}

.sec2 .wrap .l_box .content table tr td {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    padding: 18px 19px;
}

.sec2 .wrap .r_box {
    width: 100%;
  margin: 60px  0 0 ;
  display: flex;
  justify-content: center;
}

.sec2 .wrap .r_box img {
    display: block;
}

.sec3 {
    padding: 96px 0 0;
}

.sec3 .wrap .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.sec3 .wrap .content {
    width: 100%;
}

.sec3 .wrap .content table {
    width: 100%;
}

.sec3 .wrap .content table tr th {
    background: #F2F2F2;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid #E8E8E8;
    padding: 18px 0 18px 19px;
    text-align: left;
    border-top: 1px solid #E8E8E8;
}

.sec3 .wrap .content table tr td {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    padding: 18px 0 18px 19px;
}

.section_pro {
    padding: 86px 0 112px;
}

.section_pro .wrap .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    margin-bottom: 38px;
    text-transform: uppercase;
}

.section_pro .wrap .swiper_box {
    position: relative;
}

.section_pro .wrap .swiper_box .pro_swiper {
    width: 100%;
}

.section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    background: #F0EEEF;
}

.section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box img {
    display: block;
    max-width: 90%;
    max-height: 80%;
    transform: translateY(-10%);
}

.section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box p {
    padding: 0 27px;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box:hover img {
    transform: scale(1.1);
}

.section_pro .wrap .swiper_box .btns {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 1440px;
}

.section_pro .wrap .swiper_box .btns .iconfont {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    transition: 0.6s;
    cursor: pointer;
}

.section_pro .wrap .swiper_box .btns .iconfont.prev {
    transform: rotate(180deg);
}

.section_pro .wrap .swiper_box .btns .iconfont:hover {
    background: #F8AB21;
    border: 1px solid #F8AB21;
    color: #FFFFFF;
}

.sec5 {
    background: #F2F2F2;
    padding: 90px 0 97px;
}

.sec5 .wrap .title {
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    font-family: 'HANDEL-GOTHIC';
    margin-bottom: 40px;
    text-transform: uppercase;
}

.sec5 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 70px;
}

.sec5 .wrap .list .item {
    width: 420px;
}

.sec5 .wrap .list .item .icon {
    width: 57px;
    height: 57px;
    background: #F8AB21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .wrap .list .item .icon img {
    display: block;
    max-width: 50%;
    max-height: 50%;
}

.sec5 .wrap .list .item .item_title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin: 20px 0 10px;
}

.sec5 .wrap .list .item .item_des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.sec5 .wrap .list .item .item_des li:not(:last-child) {
    margin-bottom: 18px;
}

.sec6 {
    padding: 80px 0 0;
}

.sec6 .wrap .title {
    font-family: 'HANDEL-GOTHIC';
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sec6 .wrap .content table {
    width: 100%;
    table-layout: fixed;
}

.sec6 .wrap .content table tr th {
    padding: 9px 0 29px 19px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: left;
    background: #F2F2F2;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.sec6 .wrap .content table tr td {
    padding: 19px 0 19px 19px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #E8E8E8;
}

@media screen and (max-width: 1919px) {
.banner .wrap .zi{
height: 4.8958333333vw;
 margin: 0px auto 1.6666666667vw;
}
.banner .wrap .box{
padding: 0px 3.125vw 0px 0px;
}
.banner .wrap .box .l_box{
width: 34.375vw;
}
.banner .wrap .box .l_box .h5{
font-size: 2.6041666667vw;
}
.banner .wrap .box .l_box .des{
margin: 1.0416666667vw 0px 2.6041666667vw;
}
.banner .wrap .box .l_box .des ul li{
font-size: 0.9375vw;
 line-height: 1.5625vw;
}
.banner .wrap .box .l_box .des ul li:not(:last-child){
margin-bottom: 1.1458333333vw;
}
.banner .wrap .box .r_box{
width: 25.7291666667vw;
}
.sec1{
padding: 4.84375vw 0px 4.4791666667vw;
}
.sec1 .wrap .title{
font-size: 2.0833333333vw;
 margin-bottom: 6.1458333333vw;
}
.sec1 .wrap .box{
width: 24.4270833333vw;
}
.sec1 .wrap .box .dians .dian .dian_c{
width: 2.96875vw;
 height: 2.96875vw;
}
.sec1 .wrap .box .dians .dian .dian_c .line{
height: 0.6770833333vw;
 top: 1.6145833333vw;
}
.sec1 .wrap .box .dians .dian .dian_l{
width: 14.5833333333vw;
 font-size: 0.9375vw;
 line-height: 1.5625vw;
 left: -16.3541666667vw;
 transform: translateX(1.0416666667vw);
}
.sec1 .wrap .box .dians .dian .dian_l::after{
width: 0.5208333333vw;
 height: 0.5208333333vw;
 left: -1.0416666667vw;
 top: 0.5208333333vw;
}
.sec1 .wrap .box .dians .dian:nth-child(1){
top: -0.15625vw;
 left: -3.59375vw;
}
.sec1 .wrap .box .dians .dian:nth-child(2){
top: 11.7708333333vw;
 left: -3.59375vw;
}
.sec1 .wrap .box .dians .dian:nth-child(2) .dian_c .line{
top: 0.9375vw;
}
.sec1 .wrap .box .dians .dian:nth-child(3){
top: -0.15625vw;
 right: -4.21875vw;
}
.sec1 .wrap .box .dians .dian:nth-child(3) .dian_l{
right: -17.2916666667vw;
 transform: translateX(-1.0416666667vw);
}
.sec1 .wrap .box .dians .dian:nth-child(3) .dian_c .line{
top: 1.6145833333vw;
}
.sec1 .wrap .box .dians .dian:nth-child(4){
top: 11.7708333333vw;
 right: -4.21875vw;
}
.sec1 .wrap .box .dians .dian:nth-child(4) .dian_l{
right: -17.2916666667vw;
 transform: translateX(-1.0416666667vw);
}
.sec1 .wrap .box .dians .dian:nth-child(4) .dian_c .line{
top: 0.9375vw;
}
.sec2{
padding: 3.6458333333vw 0px 0px;
}
.sec2 .wrap .l_box .title{
font-size: 2.0833333333vw;
 margin-bottom: 1.9791666667vw;
}
.sec2 .wrap .l_box .content table tr th{
font-size: 0.8333333333vw;
 padding: 0.9375vw 0.9895833333vw;
}
.sec2 .wrap .l_box .content table tr td{
font-size: 0.8333333333vw;
    padding: 0.9375vw 0.9895833333vw;
}
.sec2 .wrap .r_box{
margin: 3.125vw 0px 0px;
}
.sec3{
padding: 5vw 0px 0px;
}
.sec3 .wrap .title{
font-size: 2.0833333333vw;
 margin-bottom: 1.7708333333vw;
}
.sec3 .wrap .content table tr th{
font-size: 0.8333333333vw;
 padding: 0.9375vw 0px 0.9375vw 0.9895833333vw;
}
.sec3 .wrap .content table tr td{
font-size: 0.8333333333vw;
 padding: 0.9375vw 0px 0.9375vw 0.9895833333vw;
}
.section_pro{
padding: 4.4791666667vw 0px 5.8333333333vw;
}
.section_pro .wrap .title{
font-size: 2.0833333333vw;
 margin-bottom: 1.9791666667vw;
}
.section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box{
height: 12.5vw;
 border-radius: 0.5208333333vw;
}
.section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box p{
padding: 0px 1.40625vw;
 bottom: 1.0416666667vw;
 font-size: 0.8333333333vw;
}
.section_pro .wrap .swiper_box .btns{
gap: 75vw;
}
.section_pro .wrap .swiper_box .btns .iconfont{
width: 2.0833333333vw;
 height: 2.0833333333vw;
 font-size: 0.625vw;
}
.sec5{
padding: 4.6875vw 0px 5.0520833333vw;
}
.sec5 .wrap .title{
font-size: 2.0833333333vw;
 margin-bottom: 2.0833333333vw;
}
.sec5 .wrap .list{
gap: 3.125vw 3.6458333333vw;
}
.sec5 .wrap .list .item{
width: 21.875vw;
}
.sec5 .wrap .list .item .icon{
width: 2.96875vw;
 height: 2.96875vw;
}
.sec5 .wrap .list .item .item_title{
font-size: 0.9375vw;
 line-height: 1.5625vw;
 margin: 1.0416666667vw 0px 0.5208333333vw;
}
.sec5 .wrap .list .item .item_des{
font-size: 0.8333333333vw;
 line-height: 1.5625vw;
}
.sec5 .wrap .list .item .item_des li:not(:last-child){
margin-bottom: 0.9375vw;
}
.sec6{
padding: 4.1666666667vw 0px 0px;
}
.sec6 .wrap .title{
font-size: 2.0833333333vw;
 margin-bottom: 1.5625vw;
}
.sec6 .wrap .content table tr th{
padding: 0.46875vw 0px 1.5104166667vw 0.9895833333vw;
 font-size: 0.8333333333vw;
}
.sec6 .wrap .content table tr td{
padding: 0.9895833333vw 0px 0.9895833333vw 0.9895833333vw;
 font-size: 0.8333333333vw;
}
}
@media screen and (max-width: 1024px) {
    .banner .wrap .zi{
        height: auto;
        width: 90vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .banner .wrap .box{
        flex-direction: column-reverse;
        padding-right: 0;
    }
    .banner .wrap .box .l_box{
        width: 100%;
    }
    .banner .wrap .box .l_box .h5{
        font-size: 24px;
    }
    .banner .wrap .box .r_box{
        width: 60%;
        margin-bottom: 30px;
    }
    .banner .wrap .box .l_box .des ul li:not(:last-child){
        margin-bottom: 10px;
    }
    .banner .wrap .box .l_box .des ul li{
        font-size: 14px;
        line-height: 1.6;
    }
    .banner .wrap .box .l_box .des{
        margin: 20px 0px 30px;
    }
    .banner{
        height: auto;
        padding: 110px 0 50px;
    }
    .sec1{
        padding: 50px 0;
    }
    .sec1 .wrap .title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .box{
        width: 60%;
    }
    .sec2{
        padding: 50px 0;
    }
    .sec2 .wrap .l_box .title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .l_box .content table tr td,
    .sec2 .wrap .l_box .content table tr th{
        font-size: 14px;
        padding: 10px 20px;
    }
    .sec2 .wrap .l_box .content table{
        display: block;
        overflow-x: auto;
    }
    .sec2 .wrap .l_box .content table tbody{
        width: max-content;
        min-width: 100%;
        display: inline-table;
    }
    .sec2 .wrap .r_box{
        margin-top: 30px;
    }
    .sec3{
        padding-top: 0;
    }
    .sec3 .wrap .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .content table{
        display: block;
        overflow-x: auto;
    }
    .sec3 .wrap .content table tbody{
        width: max-content;
        min-width: 100%;
        display: inline-table;
    }
    .sec3 .wrap .content table tr td,
    .sec3 .wrap .content table tr th{
        font-size: 14px;
        padding: 10px 20px;
    }
    .section_pro{
        padding: 50px 0;
    }
    .section_pro .wrap .title{
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box {
    height: auto;
  }

  .section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box p {
    font-size: 14px;
    padding: 0 20px;
    bottom: 20px;
  }

  .section_pro .wrap .swiper_box .btns .iconfont {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .section_pro .wrap .swiper_box .btns {
    margin-top: 30px;
    gap: 20px;
    width: fit-content;
    position: static;
    transform: none;
  }

  .section_pro .wrap .swiper_box .pro_swiper .swiper-slide .slide_box {
    border-radius: 10px;
  }


}
@media screen and (max-width: 767px) {
    .banner .wrap .box .r_box{
        width: 80%;
    }
    .sec1 .wrap .box{
        width: 80%;
    }
    .section_pro .wrap{
        width: 95vw;
        margin-right: 0;
    }
}
