.sec1 {
    width: 100vw;
    height: calc(100vh + 3000px)
}

.sec1 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0
}

.sec1 .fix .mask {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    transition: .6s;
    z-index: 4;
    pointer-events: none
}

.sec1 .fix .mask .cir1 {
    bottom: -44vw;
    left: -50%;
    position: absolute;
    width: 88.54vw;
    height: 88.54vw;
    animation: spin1 30s infinite linear;
    transform-origin: 42% 42%
}

.sec1 .fix .mask .cir1:after {
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("/static/images/bg_gr.png");
    filter: blur(50px);
    transform: rotate(45deg)
}

.sec1 .fix .mask .cir2 {
    top: -60vw;
    right: -60%;
    position: absolute;
    width: 88.54vw;
    height: 88.54vw;
    animation: spin1 30s infinite linear;
    transform-origin: 42% 42%
}

.sec1 .fix .mask .cir2:after {
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("/static/images/bg_or.png");
    filter: blur(50px);
    transform: rotate(45deg)
}

.sec1 .fix .mask.on {
    opacity: 0
}

.sec1 .fix .mask img {
    display: block;
    width: 100%;
    height: 100%
}

.sec1 .fix .mask .title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    bottom: calc(50% + 179px);
    line-height: 1
}

.sec1 .fix .mask .title h1 {
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a
}

.sec1 .fix .mask .title h2 {
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 32px;
    opacity: .1;
    margin: 22px 0 0;
    text-transform: uppercase
}

.sec1 .fix .mask .text {
    position: absolute;
    top: calc(50% + 160px);
    width: 100%;
    text-align: center;
    z-index: 2
}

.sec1 .fix .mask .text h1 {
    font-weight: 500;
    font-size: 56px;
    color: #007c36;
    line-height: 1;
    margin: 0 0 100px
}

.sec1 .fix .mask .text .cir {
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto
}

.sec1 .fix .mask .text .cir .zi img {
    display: block;
    opacity: .2;
    animation: xuan 30s linear infinite
}

.sec1 .fix .mask .text .cir .iconfont {
    color: #888;
    opacity: .2;
    position: absolute;
    transform: rotate(90deg)
}

.sec1 .fix .box {
    width: 100vw;
    height: 100vh;
    position: relative
}

.sec1 .fix .box .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: .6s;
    pointer-events: none
}

.sec1 .fix .box .play p {
    font-weight: 800;
    font-size: 18px;
    color: #fff
}

.sec1 .fix .box .play .play_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #007c36;
    border-radius: 9px;
    margin: 0 20px 0 0;
    transition: .6s
}

.sec1 .fix .box .play .play_btn .sq {
    width: 8px;
    height: 10px;
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%)
}

.sec1 .fix .box .play:hover .play_btn {
    border-radius: 20px
}

.sec1 .fix .box .play.on {
    opacity: 1;
    pointer-events: auto
}

.sec1 .fix .box .img {
    width: 100%;
    height: 100%
}

.sec1 .fix .box .img img {
    display: block;
    width: 100%;
    height: 100%
}

.sec2 {
    padding: 90px 0 190px
}

.sec2 .wrap {
    width: 1600px;
    margin: 0 auto
}

.sec2 .wrap .flex {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.sec2 .wrap .flex .l .l_box {
    width: 783px;
    padding: 84px 103px;
    background: #fcfcfc;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, .08);
    border-radius: 12px;
    margin: -310px 0 0
}

.sec2 .wrap .flex .l .l_box .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 25px;
    border-bottom: 1px solid #dadada;
    margin: 0 0 100px
}

.sec2 .wrap .flex .l .l_box .item .item_l {
    display: flex;
    align-items: center;
    margin: 0 54px 0 0
}

.sec2 .wrap .flex .l .l_box .item .item_l .icon {
    width: 46px;
    height: 46px;
    background: #007c36;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 54px 0 0
}

.sec2 .wrap .flex .l .l_box .item .item_l .icon img {
    width: 24px
}

.sec2 .wrap .flex .l .l_box .item .item_l .num {
    display: flex;
    align-items: flex-end
}

.sec2 .wrap .flex .l .l_box .item .item_l .num p {
    font-family: BebasNeue;
    font-weight: bold;
    font-size: 80px;
    color: #555;
    line-height: 1;
    transform: translateY(5px)
}

.sec2 .wrap .flex .l .l_box .item .item_l .num span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1;
    margin: 0 0 10px 15px
}

.sec2 .wrap .flex .l .l_box .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #888
}

.sec2 .wrap .flex .l .l_box .item:nth-child(3) {
    margin: 0
}

.sec2 .wrap .flex .l .l_box .item:nth-child(3) .item_l .icon img {
    width: 27px
}

.sec2 .wrap .flex .r {
    width: 700px
}

.sec2 .wrap .flex .r .r_title {
    margin: 0 0 50px
}

.sec2 .wrap .flex .r .r_title h1 {
    font-weight: 800;
    font-size: 42px;
    color: #1a1a1a;
    line-height: 60px
}

.sec2 .wrap .flex .r .r_title h1 span {
    color: #007c36
}

.sec2 .wrap .flex .r .r_content {
    padding: 0 40px 0 0;
    max-height: 250px;
    overflow-y: scroll
}

.sec2 .wrap .flex .r .r_content::-webkit-scrollbar-track {
    width: 3px;
    background: #e3e3e3
}

.sec2 .wrap .flex .r .r_content::-webkit-scrollbar-thumb {
    width: 3px;
    background: #007c36
}

.sec2 .wrap .flex .r .r_content p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 32px
}

.sec3 {
    padding: 0 0 169px
}

.sec3 .wrap {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 33px
}

.sec3 .wrap .btns {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0
}

.sec3 .wrap .btns .iconfont {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(0, 0, 0, .2);
    cursor: pointer
}

.sec3 .wrap .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    margin: 0 23px 0 0
}

.sec3 .wrap .btns .iconfont:nth-child(2) {
    border: 1px solid #007c36;
    color: #007c36
}

.sec3 .wrap .btns .iconfont:hover {
    background: #007c36;
    border: 1px solid #007c36;
    color: #fff
}

.sec3 .wrap .swiper {
    width: 100%
}

.sec3 .wrap .swiper .swiper-slide .item {
    padding: 0 0 149px;
    transition: .6s ease
}

.sec3 .wrap .swiper .swiper-slide .item .img {
    border-radius: 10px;
    overflow: hidden
}

.sec3 .wrap .swiper .swiper-slide.move .item {
    transform: translateY(149px)
}

.sec4 {
    width: 100vw;
    height: 100vh;
    position: relative
}

.sec4 .swiper {
    width: 100%;
    height: 100%
}

.sec4 .swiper .swiper-slide {
    width: 100%;
    height: 100%
}

.sec4 .swiper .swiper-slide .img {
    width: 100%;
    height: 100%
}

.sec4 .swiper .swiper-slide .img img {
    width: 100%;
    height: 100%
}

.sec4 .swiper .swiper-slide .title {
    text-align: center;
    line-height: 1;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 144px
}

.sec4 .swiper .swiper-slide .title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin: 0 0 50px
}

.sec4 .swiper .swiper-slide .title h2 {
    font-weight: bold;
    font-size: 48px;
    color: #fff
}

.sec4 .control_about {
    width: 100%;
    position: absolute;
    bottom: 137px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec4 .control_about .item {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0 45px;
    transition: .6s;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer
}

.sec4 .control_about .item.on, .sec4 .control_about .item:hover {
    border: 1px solid #fff
}

.sec4 .control_about .item:not(:nth-last-child(1)) {
    margin-right: 40px
}

.sec5 {
    overflow: hidden
}

.sec5 .wrap {
    width: 1920px;
    margin: 0 auto;
    display: flex;
    padding: 0 0 0 160px;
    justify-content: space-between;
    overflow: hidden
}

.sec5 .wrap .l {
    width: 625px;
    padding: 123px 0 0;
    margin: 0 130px 0 0
}

.sec5 .wrap .l .title {
    line-height: 1;
    margin: 0 0 118px
}

.sec5 .wrap .l .title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #1a1a1a;
    margin: 0 0 45px
}

.sec5 .wrap .l .title h2 {
    font-weight: 800;
    font-size: 42px;
    color: #1a1a1a
}

.sec5 .wrap .l .content {
    padding: 20px 110px 0 0;
    max-height: 460px;
    overflow-y: scroll
}

.sec5 .wrap .l .content::-webkit-scrollbar-track {
    width: 1px;
    background: #eee
}

.sec5 .wrap .l .content::-webkit-scrollbar-thumb {
    width: 1px;
    background: #007c36
}

.sec5 .wrap .l .content .item {
    cursor: pointer;
    margin: 0 0 50px
}

.sec5 .wrap .l .content .item .year {
    font-family: BebasNeue;
    font-weight: bold;
    font-size: 48px;
    color: #1a1a1a;
    line-height: 32px;
    opacity: .2;
    transition: .6s;
    margin: 0 0 10px
}

.sec5 .wrap .l .content .item .text {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    opacity: .2;
    transition: .6s
}

.sec5 .wrap .l .content .item:hover .year, .sec5 .wrap .l .content .item.on .year {
    opacity: 1;
    color: #007c36
}

.sec5 .wrap .l .content .item:hover .text, .sec5 .wrap .l .content .item.on .text {
    opacity: 1
}

.sec5 .wrap .r {
    width: 1295px;
    position: relative
}

.sec5 .wrap .r .cir1 {
    width: 1070px;
    height: 1070px;
    border-radius: 50%;
    border: 1px solid #007c36;
    position: absolute;
    right: -410px;
    top: -100px;
    opacity: .5
}

.sec5 .wrap .r .swiper {
    width: 540px;
    padding: 0 0 0 125px;
    height: 845px;
    left: -162px;
    top: 53px
}

.sec5 .wrap .r .swiper .swiper-slide {
    transition: transform .5s ease
}

.sec5 .wrap .r .swiper .swiper-slide .item {
    position: relative;
    padding: 0 0 40px;
    transition: .6s;
    opacity: 0;
    transform: translate(100px, 68px) scale(0.3)
}

.sec5 .wrap .r .swiper .swiper-slide .item .year {
    font-family: BebasNeue;
    font-weight: bold;
    font-size: 140px;
    color: #e3e3e3;
    position: absolute;
    left: -125px;
    bottom: -40px;
    opacity: 0;
    transition: .6s
}

.sec5 .wrap .r .swiper .swiper-slide .item .cir {
    width: 415px;
    height: 415px;
    border-radius: 50%;
    background: #007c36;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec5 .wrap .r .swiper .swiper-slide.swiper-slide-active .item {
    transform: scale(1);
    opacity: 1
}

.sec5 .wrap .r .swiper .swiper-slide.swiper-slide-active .item .year {
    opacity: 1
}

.sec5 .wrap .r .swiper .swiper-slide.swiper-slide-next .item {
    opacity: 1;
    transform: translate(100px, 68px) scale(0.3)
}

.sec6 {
    padding: 119px 0 164px
}

.sec6 .wrap {
    width: 1600px;
    margin: 0 auto
}

.sec6 .wrap h1 {
    font-weight: 800;
    font-size: 42px;
    color: #1a1a1a;
    margin: 0 0 68px;
    text-align: center
}

.sec6 .wrap .swiper {
    width: 100%;
    margin: 0 0 64px
}

.sec6 .wrap .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.sec6 .wrap .swiper .swiper-slide .item {
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
    padding: 54px 0 30px;
    background: #fcfcfc;
    position: relative;
    min-height: 330px;
}

.sec6 .wrap .swiper .swiper-slide .item::after {
    content: "";
    width: 36px;
    height: 36px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    border-radius: 12px 0 12px 0;
}

.sec6 .wrap .swiper .swiper-slide .item::before {
    content: "";
    width: 36px;
    height: 36px;
    background: #f8f8f8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 60%) rotate(45deg);
    border-radius: 12px 0 12px 0
}

.sec6 .wrap .swiper .swiper-slide .item .item_title {
    width: 302px;
    height: 105px;
    margin: 0px auto 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.sec6 .wrap .swiper .swiper-slide .item .item_title h5 {
    position: absolute;
    font-weight: 800;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 32px;
    text-align: center
}

.sec6 .wrap .swiper .swiper-slide .item .label {
    border-top: 1px solid #f6f6f6;
    padding: 25px 35px 0;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 24px
}

.sec6 .wrap .btns {
    display: flex;
    align-items: center;
    justify-content: center
}

.sec6 .wrap .btns .iconfont {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(0, 0, 0, .2);
    cursor: pointer
}

.sec6 .wrap .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    margin: 0 23px 0 0
}

.sec6 .wrap .btns .iconfont:nth-child(2) {
    border: 1px solid #007c36;
    color: #007c36
}

.sec6 .wrap .btns .iconfont:hover {
    background: #007c36;
    border: 1px solid #007c36;
    color: #fff
}

.home .bg .cir:nth-child(1) {
    right: -50%;
    top: 230vw
}

.home .bg .cir:nth-child(2) {
    left: -50%;
    right: unset;
    top: 220vw;
    animation: spin2 30s infinite linear
}

.home .bg .cir:nth-child(2):after {
    background-image: url("/static/images/bg_gr.png")
}

.home .bg .cir:nth-child(3) {
    top: 280vw
}

.home .bg .cir:nth-child(3):after {
    background-image: url("/static/images/bg_or.png")
}

.home .bg .cir:nth-child(4) {
    left: -50%;
    bottom: -20vw;
    animation: spin1 30s infinite linear
}

.home .bg .cir:nth-child(5) {
    right: -50%;
    bottom: -30vw;
    animation: spin2 30s infinite linear
}

.home .bg .cir:nth-child(5):after {
    background-image: url("/static/images/bg_or.png")
}

@keyframes xuan {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin1 {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn)
    }
}

@media screen and (max-width: 1919px) {
    .sec1{
        height: calc(156.25vw + 100vh);
    }
    .sec1 .fix .mask .cir1::after{
        filter: blur(2.6041666667vw);
    }
    .sec1 .fix .mask .cir2::after{
        filter: blur(2.6041666667vw);
    }
    .sec1 .fix .mask .title{
        bottom: calc(50% + 9.3229166667vw);
    }
    .sec1 .fix .mask .title h1{
        font-size: 1.0416666667vw;
    }
    .sec1 .fix .mask .title h2{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        margin: 1.1458333333vw 0px 0px;
    }
    .sec1 .fix .mask .text{
        top: calc(50% + 8.3333333333vw);
    }
    .sec1 .fix .mask .text h1{
        font-size: 2.9166666667vw;
        margin: 0px 0px 5.2083333333vw;
    }
    .sec1 .fix .mask .text .cir{
        width: 5.625vw;
        height: 5.625vw;
    }
    .sec1 .fix .box .play p{
        font-size: 0.9375vw;
    }
    .sec1 .fix .box .play .play_btn{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        border-radius: 0.46875vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .sec1 .fix .box .play .play_btn .sq{
        width: 0.4166666667vw;
        height: 0.5208333333vw;
    }
    .sec1 .fix .box .play:hover .play_btn{
        border-radius: 1.0416666667vw;
    }
    .sec2{
        padding: 4.6875vw 0px 9.8958333333vw;
    }
    .sec2 .wrap{
        width: 83.3333333333vw;
    }
    .sec2 .wrap .flex .l .l_box{
        width: 40.78125vw;
        padding: 4.375vw 5.3645833333vw;
        box-shadow: rgba(0, 0, 0, 0.08) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
        border-radius: 0.625vw;
        margin: -16.1458333333vw 0px 0px;
    }
    .sec2 .wrap .flex .l .l_box .item{
        padding: 0px 0px 1.3020833333vw;
        margin: 0px 0px 5.2083333333vw;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l{
        margin: 0px 2.8125vw 0px 0px;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .icon{
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        border-radius: 0.3125vw;
        margin: 0px 2.8125vw 0px 0px;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .icon img{
        width: 1.25vw;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .num p{
        font-size: 4.1666666667vw;
        transform: translateY(0.2604166667vw);
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .num span{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.5208333333vw 0.78125vw;
    }
    .sec2 .wrap .flex .l .l_box .item h5{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .flex .l .l_box .item:nth-child(3) .item_l .icon img{
        width: 1.40625vw;
    }
    .sec2 .wrap .flex .r{
        width: 36.4583333333vw;
    }
    .sec2 .wrap .flex .r .r_title{
        margin: 0px 0px 2.6041666667vw;
    }
    .sec2 .wrap .flex .r .r_title h1{
        font-size: 2.1875vw;
        line-height: 3.125vw;
    }
    .sec2 .wrap .flex .r .r_content{
        padding: 0px 2.0833333333vw 0px 0px;
        max-height: 13.0208333333vw;
    }
    .sec2 .wrap .flex .r .r_content::-webkit-scrollbar-track{
        width: 0.15625vw;
    }
    .sec2 .wrap .flex .r .r_content::-webkit-scrollbar-thumb{
        width: 0.15625vw;
    }
    .sec2 .wrap .flex .r .r_content p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec3{
        padding: 0px 0px 8.8020833333vw;
    }
    .sec3 .wrap{
        width: 83.3333333333vw;
        padding: 0px 0px 1.71875vw;
    }
    .sec3 .wrap .btns .iconfont{
        width: 3.0729166667vw;
        height: 3.0729166667vw;
        font-size: 0.625vw;
    }
    .sec3 .wrap .btns .iconfont:nth-child(1){
        margin: 0px 1.1979166667vw 0px 0px;
    }
    .sec3 .wrap .swiper .swiper-slide .item{
        padding: 0px 0px 7.7604166667vw;
    }
    .sec3 .wrap .swiper .swiper-slide .item .img{
        border-radius: 0.5208333333vw;
    }
    .sec3 .wrap .swiper .swiper-slide.move .item{
        transform: translateY(7.7604166667vw);
    }
    .sec4 .swiper .swiper-slide .title{
        top: 7.5vw;
    }
    .sec4 .swiper .swiper-slide .title h1{
        font-size: 1.25vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .sec4 .swiper .swiper-slide .title h2{
        font-size: 2.5vw;
    }
    .sec4 .control_about{
        bottom: 7.1354166667vw;
    }
    .sec4 .control_about .item{
        font-size: 0.8333333333vw;
        padding: 0px 2.34375vw;
        line-height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
    }
    .sec4 .control_about .item:not(:nth-last-child(1)){
        margin-right: 2.0833333333vw;
    }
    .sec5 .wrap{
        width: 100vw;
        padding: 0px 0px 0px 8.3333333333vw;
    }
    .sec5 .wrap .l{
        width: 32.5520833333vw;
        padding: 6.40625vw 0px 0px;
        margin: 0px 6.7708333333vw 0px 0px;
    }
    .sec5 .wrap .l .title{
        margin: 0px 0px 6.1458333333vw;
    }
    .sec5 .wrap .l .title h1{
        font-size: 1.25vw;
        margin: 0px 0px 2.34375vw;
    }
    .sec5 .wrap .l .title h2{
        font-size: 2.1875vw;
    }
    .sec5 .wrap .l .content{
        padding: 1.0416666667vw 5.7291666667vw 0px 0px;
        max-height: 23.9583333333vw;
    }
    .sec5 .wrap .l .content .item{
        margin: 0px 0px 2.6041666667vw;
    }
    .sec5 .wrap .l .content .item .year{
        font-size: 2.5vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .sec5 .wrap .l .content .item .text{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .sec5 .wrap .r{
        width: 67.4479166667vw;
    }
    .sec5 .wrap .r .cir1{
        width: 55.7291666667vw;
        height: 55.7291666667vw;
        right: -21.3541666667vw;
        top: -5.2083333333vw;
    }
    .sec5 .wrap .r .swiper{
        width: 28.125vw;
        padding: 0px 0px 0px 6.5104166667vw;
        height: 44.0104166667vw;
        left: -8.4375vw;
        top: 2.7604166667vw;
    }
    .sec5 .wrap .r .swiper .swiper-slide .item{
        padding: 0px 0px 2.0833333333vw;
        transform: translate(5.2083333333vw, 3.5416666667vw) scale(0.3);
    }
    .sec5 .wrap .r .swiper .swiper-slide .item .year{
        font-size: 7.2916666667vw;
        left: -6.5104166667vw;
        bottom: -2.0833333333vw;
    }
    .sec5 .wrap .r .swiper .swiper-slide .item .cir{
        width: 21.6145833333vw;
        height: 21.6145833333vw;
    }
    .sec5 .wrap .r .swiper .swiper-slide.swiper-slide-next .item{
        transform: translate(5.2083333333vw, 3.5416666667vw) scale(0.3);
    }
    .sec6{
        padding: 6.1979166667vw 0px 8.5416666667vw;
    }
    .sec6 .wrap{
        width: 83.3333333333vw;
    }
    .sec6 .wrap h1{
        font-size: 2.1875vw;
        margin: 0px 0px 3.5416666667vw;
    }
    .sec6 .wrap .swiper{
        margin: 0px 0px 3.3333333333vw;
    }
    .sec6 .wrap .swiper .swiper-slide .item{
        border-radius: 0.78125vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1.0416666667vw 0px;
        padding: 2.8125vw 0px 1.5625vw;
        min-height: 17.1875vw;
    }
    .sec6 .wrap .swiper .swiper-slide .item::after{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.625vw 0px;
    }
    .sec6 .wrap .swiper .swiper-slide .item::before{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.625vw 0px;
    }
    .sec6 .wrap .swiper .swiper-slide .item .item_title{
        width: 15.7291666667vw;
        height: 5.46875vw;
        margin: 0px auto 2.2395833333vw;
    }
    .sec6 .wrap .swiper .swiper-slide .item .item_title h5{
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
    }
    .sec6 .wrap .swiper .swiper-slide .item .label{
        padding: 1.3020833333vw 1.8229166667vw 0px;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .sec6 .wrap .btns .iconfont{
        width: 3.0729166667vw;
        height: 3.0729166667vw;
        font-size: 0.625vw;
    }
    .sec6 .wrap .btns .iconfont:nth-child(1){
        margin: 0px 1.1979166667vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 .fix .mask img {
        display: none;
    }
    .sec1 {
        height: 100vh;
    }
    .sec1 .fix .mask .text h1 {
        font-size: 24px;
        color: #FFFFFF;
        margin: 0px 0px 50px;
    }
    .sec1 .fix .mask .text .cir {
        height: 80px;
        width: 80px;
    }
    .sec1 .fix .mask .title h1 {
        color: #FFFFFF;
        font-size: 20px;
    }
    .sec1 .fix .mask .title h2 {
        color: #FFFFFF;
        opacity: 1;
        font-size: 16px;
        line-height: 1;
        margin: 15px 0px 0px;
    }
    .sec1 .fix .mask .text .cir .zi img {
        opacity: 1;
        filter: grayscale(0) brightness(100);
    }
    .sec1 .fix .mask .text .cir .iconfont {
        opacity: 1;
        color: #FFFFFF;
        font-size: 14px;
    }
    .sec1 .fix .mask .title,.sec1 .fix .mask .text {
        transform: unset !important;
        opacity: 1 !important;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .flex {
        flex-direction: column-reverse;
    }
    .sec2 .wrap .flex .r {
        width: 100%;
    }
    .sec2 .wrap .flex .l .l_box {
        margin: 30px 0 0;
        width: 100%;
        padding: 30px ;
    }
    .sec2 .wrap .flex .l .l_box .item h5 {
        font-size: 14px;
    }
    .sec2 .wrap .flex .r .r_title h1 {
        font-size: 22px;
        line-height: 1.4;
    }
    .sec2 .wrap .flex .r .r_content {
        max-height: unset;
        padding: 0;
        overflow: unset;
    }
    .sec2 .wrap .flex .r .r_content p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .num p {
        font-size: 50px;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .num span {
        font-size: 14px;
        margin: 0 0 7px 5px;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .icon {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        margin: 0 20px 0 0 ;
    }
    .sec2 .wrap .flex .l .l_box .item .item_l .icon img {
        width: 20px;
    }
    .sec2 .wrap .flex .l .l_box .item:nth-child(3) .item_l .icon img {
        width: 24px;
    }
    .sec2 .wrap .flex .r .r_title {
        margin: 0 0 30px;
    }
    .sec2 .wrap .flex .l .l_box .item {
        padding: 0 0 12px;
        margin: 0px 0px 30px;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap .swiper .swiper-slide .item {
        padding: 0;
    }
    .sec3 .wrap .swiper .swiper-slide.move .item {
        transform: unset;
    }
    .sec3 .wrap .btns {
        position: unset;
        justify-content: center;
        margin: 30px 0 0;
    }
    .sec3 .wrap .btns .iconfont:nth-child(1) {
        margin: 0 20px 0 0;
    }
    .sec3 .wrap .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .sec4 {
        height: unset;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec4 .swiper .swiper-slide .title h1 {
        font-size: 18px;
    }
    .sec4 .swiper .swiper-slide .title h2 {
        font-size: 20px;
        line-height: 1.4;
    }
    .sec4 .control_about {
        position: unset;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto 20px;
    }
    .sec4 .control_about .item {
        line-height: 44px;
        border-radius: 22px;
        border: 1px solid #007c36;
        font-size: 16px;
        color: #007c36;
        padding: 0;
        text-align: center;
        width: 32%;
        margin-bottom: 10px;
    }
    .sec3 {
        padding: 0 0 80px;
    }
    .sec4 .swiper .swiper-slide .title {
        padding: 0 5vw;
    }
    .sec4 .control_about .item:not(:nth-last-child(1)) {
        margin-right: 0;
    }
    .sec4 .control_about .item:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .sec4 .control_about .item.on, .sec4 .control_about .item:hover {
        border: 1px solid #007c36;
        background: #007c36;
        color: #FFFFFF;
    }
    .sec5 .wrap .l .content {
        display: none;
    }
    .sec5 .wrap {
        padding: 60px 5vw;
        display: block;
    }
    .sec5 .wrap .l {
        width: 100%;
    }
    .sec5 .wrap .l .title h1 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .sec5 .wrap .l .title {
        margin: 0 0 40px;
        text-align: center;
    }

    .sec5 .wrap .l .content .item .cir {
        display: block !important;
        width: 150px;
        margin: 10px 0;
    }
    .sec5 .wrap .l .content .item {
        margin-bottom: 40px;
    }
    .sec5 .wrap .l .title h2 {
        font-size: 22px;
    }
    .sec5 .wrap .r {
        width: 100%;
        padding: 0;
    }
    .sec5 .wrap .r .cir1 {
        display: none;
    }
    .sec5 .wrap .r .swiper {
        width: 100%;
        left: 0;
        top: 0;
        height: unset;
        padding: 0 0 40px;
    }
    .sec5 .wrap .r .swiper .swiper-slide .item {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .sec5 .wrap .r .swiper .swiper-pagination-bullet-active {
        background: #007c36;
    }
    .sec5 .wrap .r .swiper .swiper-slide .item .cir {
        width: 150px;
        height: 150px;
    }
    .sec5 .wrap .r .swiper .swiper-slide .item .year {
        position: unset;
        font-size: 36px;
        line-height: 1;
        color: #007c36;
        opacity: 1;
        margin: 30px 0 20px;
    }
    .sec5 .wrap .r .swiper .swiper-slide .item .text {
        display: block !important;
        font-size: 16px;
        line-height: 1.8;
        opacity: 1;
        color: #A5A5A5;
    }
    .sec6 .wrap {
        width: 90%;
    }
    .sec6 .wrap h1 {
        font-size: 22px;
        margin: 0 0 40px;
    }
    .sec6 .wrap .swiper .swiper-slide .item {
        min-height: 300px;
        border-radius: 15px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
        padding: 30px 0 20px;
    }
    .sec6 .wrap .swiper .swiper-slide .item .label {
        padding: 25px 35px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .sec6 .wrap .swiper .swiper-slide .item .item_title h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .sec6 .wrap .swiper .swiper-slide .item .item_title {
        width: 302px;
        height: 80px;
        margin: 0px auto 43px;
    }
    .sec6 .wrap .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .sec6 .wrap .btns .iconfont:nth-child(1) {
        margin: 0 23px 0 0;
    }
    .sec6 .wrap .swiper {
        margin: 0 0 30px;
    }
    .sec6 {
        padding: 10px 0 80px;
    }
}
