.sec1 {
    padding-top: 178px;
    background: #FAFAFA;
}

.sec1 .introduction {
    width: 73vw;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 15.2083333333vw;
}

.sec1 .introduction h1 {
    font-size: 14.5833333333vw;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 153, 68, 0.6) 0%, rgba(0, 153, 68, 0.1) 60%, rgba(0, 153, 68, 0) 100%);
    opacity: 0.4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    line-height: 14.5vw;
    position: absolute;
    top: 2.8645833333vw;
    left: 2.03125vw;
    z-index: 1;
}

.sec1 .introduction .left {
    position: relative;
    z-index: 3;
    padding-top: 14.84375vw;
}

.sec1 .introduction .left h2 {
    font-size: 2.29vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec1 .introduction .left h2 span {
    color: #009944;
}

.sec1 .introduction .left h3 {
    font-size: 1.458vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 1.82vw 0 2.6vw;
}

.sec1 .introduction .left .text_effect {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 1.77vw;
    background: #009944;
    border-radius: 1.3vw;
    height: 2.6vw;
}

.sec1 .introduction .left .text_effect p {
    font-size: 1.04vw;
    font-weight: bold;
    color: #FFFFFF;
}

.sec1 .introduction .right {
    position: absolute;
    z-index: 3;
    width: 59.53125vw;
    padding-top: 1.1979166667vw;
    right: -10.4166666667vw;
}

.sec1 .introduction .right img {
    display: block;
    width: 100%;
}

.title {
    text-align: center;
}

.title h1 {
    font-size: 2.2916666667vw;
    font-weight: bold;
    color: #111111;
    line-height: 1;
    margin-bottom: 1.8229166667vw;
}

.title h1 span {
    color: #009944;
}

.title p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
}

.sec2 {
    background: linear-gradient(180deg, rgba(0, 153, 68, 0.02), rgba(0, 153, 68, 0.05));
    padding: 7.2916666667vw 0 5.2604166667vw;
}

.sec2 img {
    display: block;
    margin: auto;
    width: 24.7395833333vw;
}

.sec2 .text {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
    text-align: center;
}

.sec2 .text span {
    color: #009944;
}

.section {
    padding: 6.5104166667vw 0 8.5416666667vw;
}

.section .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5625vw 0 0;
}

.section .flex .item {
    text-align: center;
    margin-right: 5.2083333333vw;
}

.section .flex .item h5 {
    font-size: 1.4583333333vw;
    font-weight: bold;
    color: #009944;
    margin-bottom: 0.78125vw;
    line-height: 1;
}

.section .flex .item p {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.section .flex .item:nth-last-child(1) {
    margin-right: 0;
}

.section .swiper {
    width: 52.0833333333vw;
}

.section .swiper .swiper-slide img {
    width: 100%;
    border-radius: 1.5625vw;
}

.section .swiper_control {
    width: fit-content;
    margin: 2.0833333333vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.6770833333vw;
    position: relative;
}

.section .swiper_control .swiper_control_line {
    width: 6.875vw;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s;
}

.section .swiper_control .item {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #999999;
    margin-right: 3.125vw;
    transition: 0.6s;
    cursor: pointer;
}

.section .swiper_control .item:hover, .section .swiper_control .item.on {
    color: #333333;
}

.section .swiper_control .item:nth-last-child(2) {
    margin-right: 0;
}

.sec4 {
    padding: 7.2916666667vw 0 13.4375vw;
}

.sec4 .title {
    margin-bottom: 2.4479166667vw;
}

.sec5 {
    padding: 6.5104166667vw 0 8.5416666667vw;
    background: #FAFAFA;
}

.sec5 .title {
    margin-bottom: 3.9583333333vw;
}

.sec5 .title h1 {
    margin-bottom: 0;
}

.sec5 .main {
    position: relative;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.sec5 .main .hex {
    width: 33.8020833333vw;
    position: relative;
}

.sec5 .main .hex img {
    display: block;
    width: 100%;
    transition-delay: 0.2s;
    transition: 1s;
}

.sec5 .main .hex .ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec5 .main .hex img:nth-child(1) {
    transform: scale(0);
}

.sec5 .main .hex img:nth-child(2) {
    width: 26.71875vw;
    transition-delay: 0.4s;
    transform: translate(-50%, -50%) scale(0);
}

.sec5 .main .hex img:nth-child(3) {
    width: 19.0625vw;
    transition-delay: 0.6s;
    transform: translate(-50%, -50%) scale(0);
}

.sec5 .main .hex img:nth-child(4) {
    width: 28.1770833333vw;
    opacity: 0;
    transition-delay: 1s;
    transform: translate(-50%, -50%) scale(0);
}

.sec5 .main .postion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s;
}

.sec5 .main .postion .dot {
    width: fit-content;
    position: absolute;
}

.sec5 .main .postion .dot .iconfont {
    width: 3.4375vw;
    height: 3.4375vw;
    background: #009944;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.7708333333vw;
}

.sec5 .main .postion .dot p {
    font-size: 1.0416666667vw;
    font-weight: 500;
    color: #009944;
    position: absolute;
    top: 50%;
    right: -0.46875vw;
    white-space: nowrap;
    transform: translate(100%, -50%);
}

.sec5 .main .postion .dot.left p {
    right: unset;
    left: -0.46875vw;
    transform: translate(-100%, -50%);
}

.sec5 .main .postion .dot:nth-child(1) {
    top: -1.1979166667vw;
    left: 23.8020833333vw;
}

.sec5 .main .postion .dot:nth-child(2) {
    top: 12.8645833333vw;
    left: 31.25vw;
}

.sec5 .main .postion .dot:nth-child(3) {
    bottom: -1.09375vw;
    left: 23.8020833333vw;
}

.sec5 .main .postion .dot:nth-child(4) {
    bottom: -1.09375vw;
    left: 6.6145833333vw;
}

.sec5 .main .postion .dot:nth-child(5) {
    bottom: 12.96875vw;
    left: -1.0416666667vw;
}

.sec5 .main .postion .dot:nth-child(6) {
    top: -1.1979166667vw;
    left: 6.6145833333vw;
}

.sec5 .main.active .hex img:first-child {
    transform: scale(1);
}

.sec5 .main.active .hex img:not(:first-child) {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.sec5 .main.active .postion {
    opacity: 1;
}

.pro9_swiper1 {
    margin-bottom: 2.6041666667vw;
}

.pro9_swiper1 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 12.1875vw;
}

.pro9_swiper1 .swiper-slide .title {
    opacity: 0;
    transform: translateY(20px);
}

.pro9_swiper1 .swiper-slide .flex {
    opacity: 0;
    transform: translateY(20px);
}

.pro9_swiper1 .swiper-slide-active .title {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.4s;
}

.pro9_swiper1 .swiper-slide-active .flex {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.4s;
}

/*# sourceMappingURL=pro9.css.map */

@media screen and (max-width: 1024px) {
  .sec1{
    padding-top: 80px;
  }
  .sec1 .introduction{
    width: 90%;
    flex-direction: column-reverse;
  }
  .sec1 .introduction .left{
    padding-top: 0;
    text-align: center;
  }
  .sec1 .introduction .left h2{
    font-size: 24px;
  }
  .sec1 .introduction .left h3{
    font-size: 14px;
    line-height: unset;
    letter-spacing: 1px;
    margin: 10px 0;
  }
  .sec1 .introduction .right{
    position: static;
    width: 80%;
    margin: 0 auto 30px;
  }
  .sec1 .introduction .left .load_more{
    justify-content: center;
    margin: 25px 0 0 0;
  }
  .sec1 .introduction{
    padding: 75px 0 0 0;
  }
  .sec1 .introduction h1{
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    position: absolute;
    top: 20px;
  }

  .sec1 .introduction .left .text_effect{
    padding: 0 20px;
    height: 35px;
    margin: 30px auto;
    border-radius: 50px;
  }
  .sec1 .introduction .left .text_effect p{
    font-size: 14px;
  }
  .sec1 .introduction .introduction_title{
    top: 0;
  }
  .sec2{
    padding: 35px 0;
  }
  .title{
    padding: 0 5%;
  }
  .title h1{
    font-size: 21px;
    margin: 0 0 15px;
  }
  .title p{
    font-size: 13px;
    line-height: 1.7;
  }
  .sec2 img{
    width: 70%;
  }
  .sec2 .text{
    font-size: 14px;
  }
  .section{
    padding: 30px 0;
  }
  .section .swiper{
    width: 100%;
  }
  .pro9_swiper1 {
    margin-bottom: 30px;
  }
  .pro9_swiper1 .swiper-slide{
    height: auto;
  }
  .pro9_swiper1 .swiper-slide .flex{
    margin: 15px auto 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    width: 100%;
  }
  .section .flex .item{
    margin: 0!important;
  }
  .section .flex .item h5{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .section .flex .item p{
    font-size: 12px;
    line-height: 1.3;
  }
  .section .swiper{
    width: 90%;
  }
  .section .swiper_control{
    margin: 10px auto 0;
    padding: 0 0 15px;
  }
  .section .swiper_control .item{
    font-size: 12px;
    margin: 0 10px 0 0;
  }
  .section .swiper_control .swiper_control_line{
    width: 84px;
  }
  .sec5{
    padding: 35px 0;
  }
  .sec5 .main .postion{
    opacity: 1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .sec5 .main .hex img{
    display: none;
  }
  .sec5 .main .hex .ab:last-child{
    display: block!important;
    position: static;
  }
  .sec5 .title{
    margin: 0 0 35px;
  }
  .sec5 .main .hex{
    width: 100%;
    margin: 0 0 15px 0;
  }
  .sec5 .main{
    width: 90%;
    margin: auto;
  }
  .sec5 .main .postion .dot{
    position: static;
    margin: auto;
  }
  .sec5 .main .postion .dot p{
    position: static;
    transform: none!important;
    font-size: 14px;
  }
  .sec5 .main .postion .dot .iconfont{
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin: 0 auto 10px;
  }
  .sec5 .main .postion{
    position: static;
  }
  .sec5 .main .hex img:nth-child(4){
    width: 100%;
    opacity: 1;
    transform: scale(1);
  }

}<!--0.00013995170593262-->