﻿.title {
    text-align: left;
}

.title h3 {
    color: #2a2a2a;
    font-size: .42rem;
    text-align: center;
    margin-bottom: 25px;
}

.title p {
    color: #494949;
    font-size: .22rem;
    text-align: center;
    font-family: "MiSans Light";
}



.main-visual-item .main-visual-txt-con h2{
    font-size: 130px!important;
    font-family: "Billajenka";
    font-weight: normal!important;
    color: transparent!important; /* 文字本身透明 */
    -webkit-text-stroke: 1px #fff!important; /* Safari等浏览器需要前缀 */
    text-stroke: 1px black!important; /* 标准写法 */
    opacity: .6!important;
    margin-bottom: 0!important;
    transform: translateY(40px)!important;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2{
    display: flex;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2 .list{
    position: relative;
    padding: 0 55px;
    height: 95px;
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2 .list p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.main-visual-item .main-visual-txt-con .main-visual-txt2 .list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 95px;
    background: url("../image/banner-icon1.png") no-repeat;
    background-size: contain;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2 .list:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 95px;
    background: url("../image/banner-icon2.png") no-repeat;
    background-size: contain;
}



.itemOne{
    padding: 50px 0;
}
.itemOne .title{
    margin-bottom: 45px;
}
.itemOne .pic{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    padding: 0 20px;
    background: #f7f7f5;
    border-radius: 18px;
    margin-bottom: 25px;
}
.itemOne .pic img{
    max-width: 100%;
    width: auto;
}
.itemOne h4{
    color: #494949;
    font-size: 18px;
    text-align: center;
}
.itemOne .projects-grids{
    width: 90%;
    margin: 0 auto;
}


.itemOne .owl-theme .owl-controls .owl-nav .owl-prev{
    position: absolute;
    left: -90px;
    top: 34%;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: #e2e2e2;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.itemOne .owl-theme .owl-controls .owl-nav .owl-next{
    position: absolute;
    right: -90px;
    top: 34%;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: #e2e2e2;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.itemOne .owl-theme .owl-controls .owl-nav i{
    font-size: 30px;
}
.itemOne .owl-theme .owl-controls .owl-nav > div:hover{
    background: linear-gradient(to right, #32984b, #377db0);
}


.itemTwo{
    background: #f9f9f9;
    padding: 60px 0;
}
.itemTwo .title h3{
    text-align: left;
    margin-bottom: 35px;
}
.itemTwo .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
}
.itemTwo .content .text{
    width: 24%;
    padding-top: 110px;
}
.itemTwo .content .text h4{
    color: #494949;
    font-size: 22px;
    font-family: "MiSans Light";
    margin-bottom: 25px;
}
.itemTwo .content .text p{
    color: #494949;
    font-size: 16px;
    line-height: 30px;
    font-family: "MiSans Light";
}
.itemTwo .content .right{
    width: 74%;
    height: 7.3rem;
}
.itemTwo .swiper-wrapper{
    align-items: center;
}
.itemTwo .swiper-slide{
    overflow: hidden;
    position: relative;
    transform: translateX(-1px);
}
.itemTwo .swiper-slide.swiper-slide-next{
    transform: translateX(0px);
}
.itemTwo .swiper-slide.swiper-slide-next img{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.itemTwo .swiper-slide.swiper-slide-active{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateX(1px);
}
.itemTwo .swiper-slide.swiper-slide-active img{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.itemTwo .swiper-slide img{
    /*transform: scale(0.8,0.8);*/
    width: 90%;
    transition: all 0.3s;
    border-radius: 20px;
    position: relative;
}
.itemTwo .swiper-slide:before{
    content: '';
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    z-index: 9;
    /*border-radius: 20px;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgba(0,0,0,0.15);
}
.itemTwo .swiper-slide.swiper-slide-active:before{
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 90%;
}
.itemTwo .swiper-slide img{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.itemTwo .swiper-slide-next img{
    width: 100%;
    transform: scale(1,1);
}
.itemTwo .swiper-slide.swiper-slide-duplicate-prev img{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.itemTwo .swiper-slide .txt{
    position: absolute;
    left: 15%;
    bottom: 60px;
    z-index: 9999;
}
.itemTwo .swiper-slide .txt h4{
    color: #fff;
    font-size: 24px;
    font-family: "MiSans Light";
}
.itemTwo .swiper-slide.swiper-slide-next .txt h4{
    margin-bottom: 25px;
}
.itemTwo .swiper-slide.swiper-slide-next:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 999;
    background-image: linear-gradient(to bottom, rgba(35, 156, 65, 0), rgba(35, 156, 65, 1));
}
.itemTwo .swiper-slide .txt ul{
    display: none;
}
.itemTwo .swiper-slide.swiper-slide-next .txt ul{
    display: block;
}
.itemTwo .swiper-slide .txt li{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "MiSans Light";
}
.itemTwo .swiper-slide .txt li:last-child{
    margin-bottom: 0;
}
.itemTwo .swiper-slide.swiper-slide-active .txt{
    position: absolute;
    left: 20%;
    bottom: 40px;
}
.itemTwo .swiper-slide.swiper-slide-duplicate-prev .txt{
    position: absolute;
    right: 20%;
    bottom: 40px;
}
.itemTwo .swiper-slide.swiper-slide-duplicate-prev{
    transform: translateX(-1px);
}
.itemTwo .swiper-slide.swiper-slide-duplicate-prev:before{
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 90%;
}

.itemTwo .swiper-button-white{
    position: absolute;
    left: 0;
    top: auto;
    bottom: 15%!important;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: #e2e2e2;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.itemTwo .swiper-button-white:hover{
    background: linear-gradient(to right, #32984b, #377db0);
}
.itemTwo .swiper-button-white i{
    font-size: 30px;
    color: #fff;
}
.itemTwo .swiper-button-next{
    left: 90px;
}




.itemThree{
    background: url("../image/about-bg.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 60px 0 50px;
}
.itemThree .full-container{
    position: relative;
}
.itemThree .title{
    text-align: center;
}
.itemThree .title h3{
    margin-bottom: 20px;
}
.itemThree .title h4{
    color: #2a2a2a;
    font-size: 22px;
    font-family: "MiSans Light";
    margin-bottom: 30px;
}
.itemThree .title p{
    color: #535353;
    font-size: 18px;
    line-height: 30px;
}
.itemThree .content{
    display: flex;
    justify-content: space-between;
    max-width: 1210px;
    margin: 0 auto;
    margin-top: 370px;
    padding: 50px 45px 50px;
    background: linear-gradient(to right, #377db0, #32984b);
    border-radius: 20px;
}
.itemThree .list .num{
    display: flex;
    align-items: flex-end;
}
.itemThree .list .count-title{
    color: #fff;
    font-size: .48rem;
    font-weight: bold;
    margin-right: 6px;
}
.itemThree .list p{
    color: #fff;
    margin-bottom: 10px;
}
.itemThree .list span{
    color: #fff;
    font-size: 18px;
    transform: translateY(-6px);
}
.itemThree .list .icon{
    margin-left: 10px;
    transform: translateY(-6px);
}

.addText{
    position: absolute;
    right: 29%;
    bottom: 43%;
    padding: 6px 2px 2px;
    background: #329c4c;
    border-radius: 14px;
}
.addText:before{
    content: '';
    position: absolute;
    right: -40px;
    top: 60px;
    width: 40px;
    height: 2px;
    background: #239c41;
}
.addText:after{
    content: '';
    position: absolute;
    right: -163px;
    top: 105px;
    width: 140px;
    height: 2px;
    background: #239c41;
    transform: rotate(40deg);
}
.addText ul{
    background: #fff;
    border-radius: 14px;
    padding: 25px 14px;
}
.addText ul li{
    display: flex;
    align-items: center;
    color: #0e0f3b;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}
.addText ul li:last-child{
    flex-flow: column;
    align-items: flex-start;
}
.addText ul li:last-child span{
    font-size: 18px;
}
.addText ul li img{
    margin-right: 8px;
}
.addText ul li h5{
    color: #239c41;
    font-size: 18px;
}
.addText ul li:last-child{
    margin-bottom: 0;
}

.addText .yuan{
    position: absolute;
    right: -140px;
    bottom: -4px;
}

.point,.point::before,.point::after{position: absolute;width: 12px; height: 12px; border-radius: 50%;content: ''; }
.point::before{animation: scale 2s infinite; }
.point::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(3); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(5);opacity:0;}}
@keyframes scale3{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(5); opacity: 0;}}
@keyframes scale4{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(7);opacity:0;}}
.itemTwo .keynote .point::before{animation: scale3 2s infinite; }
.itemTwo .keynote .point::after{animation: scale4 2s infinite; }

.point,.point::before,.point::after{
    /* 设置颜色 */
    background-color: rgba(35, 156, 58, .9);
}



.itemFour{
    background: #f9f9f9;
    padding: 50px 0 80px;
}
.itemFour .title{
    text-align: center;
    margin-bottom: 45px;
}
.itemFour .title h4{
    color: #727270;
    font-size: 22px;
    font-family: "MiSans Light";
}

.itemFour ul{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    justify-content: center;
    gap: 18px;
    padding: 0 60px;
    margin-bottom: 18px;
}
.itemFour ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 130px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ededed;
}
.itemFour ul li img{
    max-width: 95%;
}
.itemFour ul:nth-child(2n){
    grid-template-columns: repeat(7,1fr);
    padding: 0;
}
.itemFour ul:last-child{
    margin-bottom: 0;
}
.itemFour .projects-grids{
    display: none;
}
.itemFour .owl-carousel .owl-item img{
    width: auto;
}
.itemFour .owl-carousel .owl-item .grid{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    height: 100px;
}
.itemFive{
    padding: 50px 0;
}
.itemFive .title{
    text-align: center;
    margin-bottom: 45px;
}
.itemFive .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.itemFive .content .list{
    width: 23%;
    box-shadow: 0 0 10px #e7e7e7;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.itemFive .content .list .pic img{
    width: 100%;
}
.itemFive .content .list .text{
    padding: 32px 26px;
    position: relative;
}
.itemFive .content .list .text .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -27px;
    left: 30px;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: #fff;
}
.itemFive .content .list .text h4{
    color: #323333;
    font-size: 22px;
}
.itemFive .content .list .list-model{
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35,156,65,.93);
    text-align: center;
    transition: all .5s;
}
.itemFive .content .list .list-model .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-bottom: 25px;
}
.itemFive .content .list .list-model h4{
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}
.itemFive .content .list .list-model p{
    color: #ffffff;
    font-size: 18px;
    font-family: "MiSans Light";
    margin-bottom: 10px;
}
.itemFive .content .list .list-model p:last-child{
    margin-bottom: 0;
}
.itemFive .content .list:hover .list-model{
    top: 0;
}

.itemSix{
    background: #f9f9f9;
    padding: 50px 0;
}
.itemSix .title{
    margin-bottom: 50px;
}
.itemSix .content{
    display: flex;
    justify-content: space-between;
    /*flex-flow: wrap;*/
}
.itemSix .content .projects-grids{
    width: 49%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.itemSix .owl-carousel .owl-stage-outer{
    height: 100%;
}
.itemSix .owl-carousel .owl-stage{
    height: 100%;
}
.itemSix .owl-carousel .owl-item{
    height: 100%;
}
.itemSix .content .projects-grids .grid{
    position: relative;
    height: 100%;
}
.itemSix .content .projects-grids .grid a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.itemSix .content .projects-grids .grid a:before{
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(35, 156, 65, 0), rgba(35, 156, 65, 1));
}
.itemSix .content .projects-grids .grid h4{
    position: absolute;
    left: 0;
    bottom: 25px;
    color: #ffffff;
    font-size: 20px;
    padding-left: 40px;
    font-family: "MiSans Light";
    max-width: 70%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
}
.itemSix .content ul{
    width: 48%;
    background: #fff;
    padding: 60px 0;
    border-radius: 20px;
}
.itemSix .content ul li{
    padding: 0 35px;
    margin-bottom: 52px;
}
.itemSix .content ul li:last-child{
    margin-bottom: 0;
}
.itemSix .content ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.itemSix .content ul li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 56px;
    border: 1px solid #2ca049;
    color: #2ca049;
    font-size: 24px;
    border-radius: 100%;
    transition: all 0.3s;
}
.itemSix .content ul li .icon:hover{
    background: #2ca049;
    color: #fff;
}
.itemSix .content ul li .text{
    width: 85%;
}
.itemSix .content ul li .time{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.itemSix .content ul li .time h5{
    color: #239c42;
    font-size: 16px;
}
.itemSix .content ul li .time img{
    margin-right: 9px;
}
.itemSix .content ul li h4{
    color: #171717;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "MiSans Light";
}

.itemSix .owl-theme .owl-controls{
    position: absolute;
    right: 35px;
    bottom: 25px;
}

.itemSix .content ul li a:hover h4{
    color: #239c42;
}


.itemSeven{
    text-align: center;
    margin-bottom: -80px;
    position: relative;
    z-index: 9;
}
.itemSeven .content{
    background: url("../image/bg-3.jpg") no-repeat;
    background-size: cover;
    padding: 85px 0 60px;
    border-radius: 25px;
}
.itemSeven h3{
    color: #ffffff;
    font-size: .42rem;
    font-weight: normal;
    font-family: "MiSans Semibold";
    margin-bottom: 28px;
}
.itemSeven p{
    color: #ffffff;
    font-size: 22px;
    font-family: "MiSans Light";
}
.itemSeven a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    height: 68px;
    border-radius: 32px;
    padding-right: 30px;
    margin: 0 auto;
    color: #f6f6f6;
    font-size: 20px;
    font-family: "MiSans Light";
    background: #33a34e;
    margin-top: 40px;
    position: relative;
}
.itemSeven a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 100%;
    color: #33a34e;
    position: absolute;
    right: 2px;
    transition: all 0.3s;
}
.itemSeven a:hover{
    background: #005bad;
}
.itemSeven a:hover i{
    background: #33a34e;
    color: #fff;
}



.bannerTwo{
    position: relative;
}
.bannerTwo .full-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bannerTwo .pic{
    position: relative;
    height: 6.6rem;
}
.bannerTwo .hero-text{
    font-size: 30px;
    color: #fff;
}
.bannerTwo .hero-title{
    font-size: .7rem;
    color: #ffffff;
    font-weight: bold;
}

.breadcrumb-navigation{
    border-bottom: 1px solid #1b4887;
}
.breadcrumb-navigation .content{
    display: flex;
    justify-content: space-between;
}
.breadcrumb-navigation ul{
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.breadcrumb-left li a{
    color: #000000;
    font-size: 16px;
    padding: 33px 0;
}
.breadcrumb-left li a:hover{
    color: #005bad;
}
.breadcrumb-left li:last-child a{
    max-width: 280px;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.breadcrumb-left li i{
    margin-right: 11px;
}
.breadcrumb-right li{
    margin-left: 50px;
    position: relative;
}
.breadcrumb-right li a{
    color: #000;
    font-size: .2rem;
    padding: 33px 5px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.breadcrumb-right li a i{
    display: inline-block;
    font-style: normal;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 100%;
    margin: 0 5px;
    transition: all 0.3s;
}
.breadcrumb-right li.active a{
    color: #1a69a7;
    /*font-family: "MiSans-Medium";*/
}
.breadcrumb-right li.active a i{
    background: #1f4c89;
}
.breadcrumb-right li:hover a{
    color: #1f4c89;
    /*font-family: "MiSans-Medium";*/
}
.breadcrumb-right li:hover a i{
    background: #1f4c89;
}
.breadcrumb-right li.active:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1a69a7;
    transition: all 0.3s;
}
.breadcrumb-right li:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: all 0.3s;
}
.breadcrumb-right li:hover:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1b4887;
}





.download{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 40px;
    gap: 20px;
    margin-bottom: .8rem;
}
.download .list{
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 18px;
    padding: 33px 0;
    overflow: hidden;
    transition: all 0.3s;
}

.download .list:nth-child(3n){
    margin-right: 0;
}
.download .list .pic{
    display: flex;
    align-items: center;
    justify-content: center;
}
.download .list .pic img{
    width: 280px;
    max-width: 90%;
}
.download .download-icon{
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    background: #239c41;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    transition: all 0.5s;
}

.download .list:hover .download-icon{
    bottom: 0;
}
.download .list:hover{
    border: 1px solid #fff;
    box-shadow: 0 0 15px #c4f5cf;
}
.download .download-icon a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
}
.download .download-icon a img{
    margin-left: 15px;
}
.menutwo{
    display: none;
}
.brochure{
    margin-top: 30px;
    scroll-margin-top: 120px;
}
.brochure .menuone{
    display: flex;
    justify-content: center;
}
.brochure .menuone li{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 185px;
    height: 64px;
    background: #f4f4f4;
    border-radius: 30px;
    margin: 0 30px;
    color: #000000;
    font-size: 20px;
}
.brochure .menuone li.active{
    color: #fff;
    background: #239b41;
}
.brochure .menuone li.active a{
    color: #fff;
}
.brochure .menuone li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000000;
}






.model{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.51);
    z-index: -1;
    opacity: 0;
}
.model.active{
    z-index: 999;
    opacity: 1;
}
.download-from{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 6.4rem;
    z-index: -1;
    opacity: 0;
    padding: .5rem;
    border-radius: 6px;
    transition: all 0.3s;
}
.download-from.active{
    z-index: 9991;
    opacity: 1;
}
.download-from .close{
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(45deg);
    color: #000000;
    font-size: 34px;
    font-weight: 200;
}
.download-from h3{
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-bottom: 32px;
}
.download-from .list{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.download-from .list span{
    color: #000000;
    font-size: 20px;
    min-width: 84px;
}
.download-from .list input{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
}
.download-from .list input::placeholder{
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 200;
}
.download-from .code button{
    min-width: 140px;
    height: 50px;
    border: 1px solid #d2d2d2;
    background: #f6f6f6;
    color: #000000;
    font-size: 18px;
    margin-left: 8px;
}
.download-from .tijiao{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.download-from .tijiao button{
    min-width: 140px;
    height: 42px;
    background: #19a342;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    margin-left: 8px;
}
.download-from .list p{
    font-size: 18px;
    margin-top: 20px;
}
.download-from .list p a{
    text-decoration: underline;
}
.ingredient{
    scroll-margin-top: 130px;
}
.ingredient .title{
    margin-bottom: .5rem;
}
.ingredient .title h3{
    font-size: .36rem;
    color: #239b41;
    font-family: "MiSans Medium";
}

.ingredient-top .content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}
.ingredient-top{
    margin-top: .6rem;
}
.ingredient-top .pic{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    background: #f7f7f5;
    border-radius: 18px;
    margin-bottom: 25px;
}
.ingredient-top .pic img{
    max-width: 90%;
    width: auto;
    max-height: 87%;
}

.ingredient-top h4{
    color: #494949;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s;
}
.ingredient-top .grid{
    transition: all 0.3s;
}
.ingredient-top .grid:hover{
    transform: translateY(-10px);
}
.ingredient-top .grid:hover h4{
    color: #005bad;
}


.ingredient-bot{
    background: #f9f9f9;
    padding: .6rem 0 .5rem;
    margin-top: .7rem;
    margin-bottom: .7rem;
    scroll-margin-top: 80px;
}

.ingredient-bot .list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    overflow: hidden;
    background: #fff;
}
.ingredient-bot .list .pic{
    display: flex;
    align-items: center;
    width: 41%;
    overflow: hidden;
}
.ingredient-bot .list .pic img{
    width: 100%;
    transition: all 0.5s;
}
.ingredient-bot .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.ingredient-bot .list:nth-child(odd){
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.ingredient-bot .list:nth-child(even){
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.ingredient-bot .list .text{
    width: 59%;
    padding: .5rem .7rem;
    background: #fff;
}
.ingredient-bot .list .text h4{
    color: #0f0f0f;
    font-size: .24rem;
    font-weight: normal;
    margin-bottom: 22px;
    font-family: "MiSans Semibold";
}
.ingredient-bot .list .text p{
    color: #383838;
    font-size: .2rem;
    line-height: .34rem;
}
.ingredient-bot .list li{
    position: relative;
    color: #383838;
    font-size: .2rem;
    line-height: .34rem;
    padding-left: 20px;
}
.ingredient-bot .list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #282827;
}






.advantage{
    margin-top: .65rem;
    scroll-margin-top: 120px;
}

.advantage .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
}
.advantage .content .carousel{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    width: 100%;
}
.advantage .carousel-indicators li{
    cursor: pointer;
}
.advantage .carousel-indicators li.active h4{
    color: #239c41;
}
.advantage .carousel-indicators{
    display: flex;
    flex-flow: column;
    max-width: 360px;
    width: 23%;
    justify-content: flex-start;
    position: relative;
    bottom: 0;
}
.advantage .carousel-indicators:before{
    width: 1px;
    height: 94%;
    top: 0;
    bottom: auto;
    left: 12px;
    transform: translateX(0);
}
.advantage .carousel-indicators li{
    width: -webkit-fill-available;
    text-align: left;
    padding-left: 45px;
    height: auto;
    color: #333334;
    font-size: 18px;
    position: relative;
    margin: 0;
    margin-bottom: 32px;
}
.advantage .carousel-indicators li img{
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}
.advantage .carousel-indicators li a{
    color: #000000;
    font-size: 20px;
}
.advantage .carousel-indicators li.active a {
    color: #239c41;
}

.advantage .carousel-indicators li .hui {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.advantage .carousel-indicators li .cai{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    opacity: 0;
}
.advantage .carousel-indicators li.active .cai{
    opacity: 1;
}

.advantage .carousel-indicators:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 94%;
    top: 0;
    bottom: auto;
    left: 13px;
    transform: translateX(0);
    background: #e5e6e9;
}


.advantage .title{
    margin-bottom: .4rem;
}
.advantage .content .right{
    width: 77%;
}

.advantage .content .right .title h4{
    color: #363636;
    font-size: .26rem;
    font-family: "MiSans Medium";
}




.advantage-1 .main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 23px;
}
.advantage .right .item{
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: .5rem;
    margin-bottom: .4rem;
}
.advantage .right .item:last-child{
    border-bottom: none;
}
.advantage-1 .item:last-child{
    border-bottom: none;
}
.advantage-1 .main .list{
    text-align: center;
    padding: .4rem 0 .3rem;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.advantage-1 .main .list:hover{
    transform: translateY(-8px);
}
.advantage-1 .main .list .icon{
    margin-bottom: 22px;
    z-index: 9;
    position: relative;
}
.advantage-1 .main .list p{
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-family: "MiSans Light";
    margin: 0 .5rem;
    z-index: 9;
    position: relative;
}
.advantage-1 .main .list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.36);
}

.advantage-1 .item:nth-child(2) .pic{
    text-align: center;
    margin-top: .4rem;
}
.advantage-1 .item:nth-child(3) .list{
    padding: 0;
}
.advantage-1 .item:nth-child(3) .list .pic{
    border-radius: 5px;
    overflow: hidden;
}
.advantage-1 .item:nth-child(3) .list:before{
    display: none;
}
.advantage-1 .item:nth-child(3) .list p{
    color: #363636;
    font-size: 20px;
    font-family: "MiSans Medium";
    margin-top: 20px;
}


.advantage-2 .item:nth-child(1) img{
    width: 100%;
}

.advantage-2 .item:nth-child(1) ul{
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}
.advantage-2 .item:nth-child(1) ul li{
    display: flex;
    align-items: center;
}
.advantage-2 .item:nth-child(1) ul li .icon{
    width: 58px;
    min-width: 58px;
    min-height: 58px;
    margin-right: 15px;
}

.advantage-2 .item:nth-child(1) ul li p{
    font-size: .3rem;
    color: #000000;
    font-family: "MiSans Light";
    border-bottom: 5px solid #1b6aa7;
    padding-bottom: 20px;
}
.advantage-2 .item:nth-child(1) ul li span{
    color: #1b6aa7;
    font-size: .7rem;
    font-family: "MiSans Medium";
}







.desktop-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.desktop-wrapper .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    width: 100%;
    height: 520px;
}

.desktop-wrapper .options .option {
    position: relative;
    overflow: hidden;
    min-width: 217px;
    background-size: 750px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 1.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
    /*border-left: 5px solid #fff;*/
    /*border-right: 5px solid #fff;*/
}

.desktop-wrapper .options .option.active {
    flex-grow: 10000;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.desktop-wrapper .options .option.active .icon-wrapper {
    opacity: 0;
}

.desktop-wrapper .options .option.active > div {
    z-index: 1;
}

.desktop-wrapper .options .option.active > div .info-wrapper {
    z-index: 999;
}

.desktop-wrapper .options .option .info-wrapper img {
    opacity: 0;
}

.desktop-wrapper .options .option.active > div .info-wrapper img {
    opacity: 1;
}

.desktop-wrapper .options .option.active > div .info-wrapper .title {
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    opacity: 1;
    position: relative;
    /*-webkit-transition-property: opacity;*/
    /*-moz-transition-property: opacity;*/
    /*transition-property: opacity;*/
    /*-webkit-transition-duration: 0.2s;*/
    /*-moz-transition-duration: 0.2s;*/
    /*transition-duration: 0.2s;*/
    /*-webkit-transition-timing-function: ease-out;*/
    /*-moz-transition-timing-function: ease-out;*/
    /*transition-timing-function: ease-out;*/
    /*-webkit-transition-delay: 0.2s;*/
    /*-moz-transition-delay: 0.2s;*/
    /*transition-delay: 0.2s;*/
}
.desktop-wrapper .options .option.active > div .info-wrapper .title2{
    color: #ffffff;
    font-size: 20px;
    font-family: Lato-Regular;
    margin-bottom: 25px;
}
.desktop-wrapper .options .option.active > div .info-wrapper .subtitle {
    color: white;
    font-size: 16px;
    letter-spacing: .035rem;
    line-height: 1.125;
    margin: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.desktop-wrapper .options .option.active > div .info-wrapper .description {
    left: 0px;
    opacity: 1;
    /*-webkit-transition-property: opacity;*/
    /*-moz-transition-property: opacity;*/
    /*transition-property: opacity;*/
    /*-webkit-transition-duration: 0.3s;*/
    /*-moz-transition-duration: 0.3s;*/
    /*transition-duration: 0.3s;*/
    /*-webkit-transition-timing-function: ease-out;*/
    /*-moz-transition-timing-function: ease-out;*/
    /*transition-timing-function: ease-out;*/
    /*-webkit-transition-delay: 0.6s;*/
    /*-moz-transition-delay: 0.6s;*/
    /*transition-delay: 0.6s;*/
}

.desktop-wrapper .options .option.active > div .info-wrapper .description p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-family: Lato-Regular;
}


.desktop-wrapper .options .option.active > div:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(35, 156, 65, 1), rgba(35, 156, 65, 0));

    /*background-image: linear-gradient(to  bottom, rgba(000,000,000,0.1) 26%, rgba(172, 130, 33,1));*/
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*!* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*!* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active > div .icon-wrapper {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*align-content: baseline;*/
    display: none;
}

.desktop-wrapper .options .option.active > div .icon-wrapper .category-text {
    opacity: 1;
    display: initial;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active > div .icon-wrapper .category-icon:before {
    opacity: 1;
}

.desktop-wrapper .options .option:not(.active) {
    flex-grow: 1;
    /*filter: grayscale(70%);*/
}

.desktop-wrapper .options .option:not(.active):hover {
    filter: grayscale(0%);
}

.desktop-wrapper .options .option:not(.active):hover > div:before {
    background: linear-gradient(to bottom, rgba(35, 156, 65, 1), rgba(35, 156, 65, 0));
}

.desktop-wrapper .options .option:not(.active) > div .title,
.desktop-wrapper .options .option:not(.active) > div .subtitle,
.desktop-wrapper .options .option:not(.active) > div .title2,
.desktop-wrapper .options .option:not(.active) > div .description {
    opacity: 0;
}

.desktop-wrapper .options .option:not(.active) > div .icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;

}

.desktop-wrapper .options .option:not(.active) > div .icon-wrapper .category-icon:before {
    opacity: .5;
}

.desktop-wrapper .options .option:not(.active) > div:before {
    /*background: rgba(61, 118, 164, 0.35);*/
    /*background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*!* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);*/
    background: linear-gradient(to bottom, rgba(27, 106, 167, 1), rgba(27, 106, 167, 0));
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 45px 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.desktop-wrapper .options .option > div .icon-wrapper .category-text {
    line-height: 40px;
    padding-left: .75rem;
    opacity: 0;
    display: none;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon {
    /*padding: 0 20px;*/
    width: 100%;
    padding: 45px 30px;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon h4 {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon p {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*.desktop-wrapper .options .option > div .icon-wrapper .category-icon:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background-repeat: no-repeat;*/
/*    !*-webkit-mask-image: url(../images/sports_biotech_icon.svg);*!*/
/*    !*mask-image: url(../images/sports_biotech_icon.svg);*!*/
/*    background-color: #fff;*/
/*    height: 20px;*/
/*    width: 21px;*/
/*}*/


.options > :nth-child(1) {
    background: rgba(12,87,148,0.4);
    background-image: url("/content/default/UploadFiles/image/2020-11-27/120353181269275.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(2) {
    background: rgba(12,87,148,0.4);
    background-image: url("/content/default/UploadFiles/image/2020-11-27/144646931289341.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(3) {
    background: rgba(12,87,148,0.4);
    background-image: url("/content/default/UploadFiles/image/2020-11-27/143614571835233.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(4) {
    background: rgba(12,87,148,0.4);
    background-image: url("/content/default/UploadFiles/image/2020-11-27/143657212478740.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(5) {
    background: rgba(12,87,148,0.4);
    background-position: center center;
    background-size: cover;
}






.advantage-3 .list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    overflow: hidden;
    transition: all 0.3s;
    background: #f7f7f7;
    background: linear-gradient(to right, #f7f7f7, #f7f7f7);
}
.advantage-3 .list:last-child{
    margin-bottom: .7rem;
}
.advantage-3 .list .pic{
    display: flex;
    align-items: center;
    width: 41%;
    overflow: hidden;
}
.advantage-3 .list .pic img{
    width: 100%;
    transition: all 0.5s;
}
.advantage-3 .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.advantage-3 .list:nth-child(odd){
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.advantage-3 .list:nth-child(even){
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.advantage-3 .list .text{
    width: 59%;
    padding: .5rem .6rem;
    position: relative;
}
.advantage-3 .list .text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #377db0, #32984b);
    opacity: 0;
    transition: all 0.3s;
}
.advantage-3 .list .text h4{
    color: #0f0f0f;
    font-size: .24rem;
    font-weight: normal;
    margin-bottom: 22px;
    font-family: "MiSans Semibold";
    position: relative;
}
.advantage-3 .list .text p{
    color: #383838;
    font-size: .2rem;
    line-height: .34rem;
    position: relative;
}
.advantage-3 .list li{
    position: relative;
    color: #383838;
    font-size: .2rem;
    line-height: .34rem;
    padding-left: 20px;
}
.advantage-3 .list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #282827;
}

.advantage-3 .list:hover .text:before{
    opacity: 1;
}
.advantage-3 .list:hover .text h4{
    color: #fff;
}
.advantage-3 .list:hover .text p{
    color: #fff;
}



.advantage-4 .pic img{
    width: 100%;
}

.advantage-4 .main{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .6rem;
    margin-top: .5rem;
    margin-bottom: .9rem;
}

.advantage-4 .main .list{
    box-shadow: 0 0 15px #d3d3d3;
    padding: .4rem;
    transition: all 0.3s;
}
.advantage-4 .main .list .icon{
    margin-bottom: 25px;
    height: 55px;
    position: relative;
}
.advantage-4 .main .list .icon img{
    position: absolute;
    transition: all 0.3s;
}
.advantage-4 .main .list .icon img:nth-child(2){
    opacity: 0;
}
.advantage-4 .main .list .text h4{
    color: #000000;
    font-size: .24rem;
    margin-bottom: 12px;
    transition: all 0.3s;
}
.advantage-4 .main .list .text p{
    color: #747474;
    font-size: .2rem;
    line-height: .32rem;
    font-family: "MiSans Light";
    transition: all 0.3s;
}
.advantage-4 .main .list:hover{
    background: #3179b0;
}
.advantage-4 .main .list:hover .text h4{
    color: #fff;
}
.advantage-4 .main .list:hover .text p{
    color: #fff;
}
.advantage-4 .main .list:hover .text p{
    color: #fff;
}
.advantage-4 .main .list:hover .icon img:nth-child(1){
    opacity: 0;
}

.advantage-4 .main .list:hover .icon img:nth-child(2){
    opacity: 1;
}



.advantage-5 .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.advantage-5 .list:last-child{
    border-bottom: none;
}
.advantage-5 .list .pic{
    width: 50%;
}
.advantage-5 .list .text{
    width: 45%;
}
.advantage-5 .list .text h4{
    color: #1f4c89;
    font-size: .3rem;
    font-weight: normal;
    font-family: "MiSans Medium";
    margin-bottom: 30px;
}
.advantage-5 .list .text p{
    color: #000000;
    font-size: 18px;
    line-height: 35px;
    font-family: "MiSans Light";
    margin-bottom: 15px;
}
.advantage-5 .list .text p:last-child{
    margin-bottom: 0;
}


.advantage-6 .list{
    background: url("../image/advantage-6-bg_05.jpg") no-repeat;
    background-size: cover;
}

.advantage-6 .main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .4rem;
    margin-bottom: .7rem;
}
.advantage-6 .list{
    padding: .3rem .28rem;
    box-shadow: 0 0 15px #e6e6e6;
    transition: all 0.3s;
}
.advantage-6 .list .icon{
    position: relative;
    min-height: 54px;
    margin-bottom: .3rem;
}
.advantage-6 .list .icon img{
    position: absolute;
    transition: all 0.3s;
}
.advantage-6 .list .icon img:nth-child(2){
    opacity: 0;
}
.advantage-6 .list .text h4{
    color: #000000;
    font-size: .24rem;
    font-weight: normal;
    font-family: "MiSans Medium";
    margin-bottom: 12px;
    transition: all 0.3s;
}
.advantage-6 .list .text p{
    color: #000000;
    font-size: .2rem;
    line-height: .3rem;
    font-family: "MiSans Light";
    transition: all 0.3s;
}
.advantage-6 .list:hover .text h4{
    color: #fff;
}
.advantage-6 .list:hover .text p{
    color: #fff;
}
.advantage-6 .list:hover{
    background: #3179b0;
}
.advantage-6 .list:hover .icon img:nth-child(1){
    opacity: 0;
}
.advantage-6 .list:hover .icon img:nth-child(2){
    opacity: 1;
}








.first-new{
    display: flex;
    border-radius: 5px;
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 42px;
    padding: 30px;
    background: #f3fcff;
}
.first-new .pic{
    width: 55%;
    border-radius: 16px;
    overflow: hidden;
}
.first-new .pic a{
    display: flex;
    width: 100%;
    height: 100%;
}
.first-new .text{
    width: 45%;
    padding: 50px 70px 85px 70px;
}
.first-new .text .time{
    color: #3c3c3c;
    font-size: 16px;
    margin-bottom: 25px;
}
.first-new .text .time i{
    margin-right: 10px;
}
.first-new .text h3{
    margin-bottom: 30px;
}
.first-new .text h3 a{
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-family: "MiSans Medium";
    font-weight: normal;
}
.first-new .text .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 62px;
    background: linear-gradient(to right, #32984b, #377db0);
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
}
.first-new .text .more a i{
    margin-left: 10px;
    transition: all 0.3s;
}

.first-new .text .more a:hover i{
    transform: translateX(10px);
}

.first-new .text p{
    color: #333333;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "MiSans Light";
}
.first-new:hover .text h3 a{
    color: #1a69a7;
}
.news-main .list{
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 1px solid #d8dfe5;
    padding: 33px 0;
}
.news-main .list a{
    display: flex;
    justify-content: space-between;
}
.news-main .list .time{
    display: flex;
    color: #4f4f4f;
    font-size: 16px;
    font-family: "MiSans Medium";
    font-weight: normal;
    margin-bottom: 15px;
}
.news-main .list .time i{
    color: #151515;
    transition: all 0.3s;
    margin-right: 12px;
}
.news-main .list .text{
    width: 71%;
}
.news-main .list .text h4{
    color: #1a69a7;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: .4rem;
}
.news-main .list .text p{
    color: #181818;
    font-size: 18px;
    line-height: 30px;
    font-family: "MiSans Light";
    transition: all 0.3s;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-main .list .pic{
    border-radius: 6px;
    overflow: hidden;
    max-width: 420px;
    width: 25%;
}
.news-main .list .pic img{
    width: 100%;
    transition: all 0.3s;
}

.news-main .list:hover .pic img{
    transform: scale(1.1,1.1);
}
.news-main .list:hover .text h4{
    color: #239c41;
}


.news-detail{
    margin-top: .6rem;
}
.news-title h3{
    color: #333333;
    font-size: .28rem;
    font-weight: normal;
    font-family: "MiSans Semibold";
}
.news-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: .5rem;
}
.news-title .share{
    display: flex;
    align-items: center;
}
.news-title .share h3{
    font-weight: normal;
    margin-bottom: 0;
    color: #181818;
    font-size: 18px;
    margin-right: .25rem;
}

.news-title .share .social-share{
    margin-right: .3rem;
}
.news-title .share .social-share a{
    margin-right: .2rem;
}
.news-title .share .social-share a:last-child{
    margin-right: 0;
}

.news-title .share .back{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b69a7;
    border-radius: 18px;
    width: 126px;
    height: 36px;
    color: #ffffff;
    font-size: 18px;
}
.news-title .time{
    color: #333333;
    font-size: 16px;
    margin-top: 25px;
}
.news-title .time i{
    margin-right: 12px;
    color: #9c9cab;
}
.news-detail .content{
    padding-top: .5rem;
}

.news-detail .content .pic{
    max-width: 1260px;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 85%;
}
.news-detail .content p{
    color: #282827;
    font-size: 18px;
    line-height: 30px;
    font-family: "MiSans Light";
    margin-bottom: 25px;
    text-indent: 2em;
}

.news-next{
    display: flex;
    justify-content: center;
    margin-top: .7rem;
    margin-bottom: .6rem;
}
.news-next a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e7f4;
    height: 50px;
    line-height: 50px;
    margin: 0 19px;
    padding: 0 .7rem;
    border-radius: 24px;
    color: #000000;
    font-size: 18px;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "MiSans Light";
    width: 34%;
    text-align: center;
}

.recommended-news{
    margin-bottom: .8rem;
}
.recommended-news h3{
    color: #000000;
    font-size: .24rem;
    font-family: "MiSans Medium";
}
.recommended-news .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-top: 0;
}
.recommended-news .content .list{
    width: 48%;
    padding: .35rem 0;
    border-bottom: 2px solid #d7d7d7;
    transition: all 0.3s;
}
.recommended-news .content .list a{
    display: flex;
    justify-content: space-between;
}
.recommended-news .content .list .pic{
    width: 17%;
    margin-right: .3rem;
    border-radius: 5px;
    overflow: hidden;
}
.recommended-news .content .list .text{
    width: 83%;
}
.recommended-news .content .list .text h4{
    color: #010101;
    font-size: .2rem;
    margin-bottom: 14px;
    font-weight: normal;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
}
.recommended-news .content .list .text p{
    color: #181818;
    font-size: 18px;
    line-height: 32px;
    font-family: "MiSans Light";
    text-indent: 0;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.recommended-news .content .list:hover{
    border-bottom: 2px solid #33a34e;
}
.recommended-news .content .list:hover .text h4{
    color: #33a34e;
}



.video{
    margin-top: 30px;
}
.video .menuone{
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}
.video .menuone li.active a{
    background: #239b41;
    color: #fff;
}
.video .menuone li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 64px;
    background: #f4f4f4;
    border-radius: 32px;
    margin: 0 .3rem;
    color: #000000;
    font-size: 20px;
}

.video-main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-bottom: .7rem;
}
.video-main .list{
    margin-bottom: 30px;
    cursor: pointer;
}
.video-main .list .pic{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: .3rem;
}
.video-main .list .pic img{
    width: 100%;
}
.video-main .list .pic:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.video-main .list .pic .video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0;
    max-width: 70px;
}

.video-main .list h3{
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    font-family: "MiSans Medium";
    text-align: center;
}

.video-box{
    max-width: 1200px;
    width: 100%;
    padding: 0;
}

.download-from video{
    width: 100%;
}

.contact-banner .pic{
    height: auto;
}




.contact{
    padding-top: .6rem;
    padding-bottom: 60px;
    background-size: cover;
}
.contact .breadcrumb-navigation{
    border-bottom: none;
}
.contact .title-h3{
    margin-top: 65px;
}
.contact .title-h3 h3{
    color: #202020;
    font-size: 62px;
    /*font-family: "MiSans-Semibold";*/
    font-weight: normal;
}
.contact .title-h3 p{
    color: #515151;
    font-size: 30px;
}
.contact-main .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.contact .content .left{
    width: 48%;
}
.contact .content .left .title h4{
    color: #333333;
    font-size: .36rem;
    margin-bottom: 22px;
}
.contact .content .left .title p{
    color: #1b6aa7;
    font-size: .24rem;
    font-family: "MiSans Light";
    text-align: left;
}
.contact .content .left ul{
    margin-top: 25px;
}
.contact .content .left ul li:nth-child(1){
    border-top: 1px solid #ccd1d9;
}
.contact .content .left ul li{
    display: flex;
    padding: 35px 0 20px;
    border-bottom: 1px solid #ccd1d9;
}
.contact .content .left ul li .icon{
    margin-right: 16px;
}
.contact .content .left ul li h4{
    color: #333333;
    font-size: 22px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 15px;
}
.contact .content .left ul li p{
    color: #666666;
    font-size: 20px;
    font-family: "MiSans Light";
    margin-bottom: 0;
}
.contact .content .left ul li:last-child p{
    font-size: 16px;
}
.contact .content .left ul li .pic{
    text-align: center;
    border: 1px solid #ccd1d9;
    padding: 6px;
}
.contact .content .left ul li .weixin{
    display: flex;
}
.contact .content .left ul li .weixin .erweima{
    margin-right: .3rem;
}
.contact .content .left ul li .weixin .erweima p{
    margin-top: 10px;
    color: #333333;
    font-size: 18px;
}
.contact .content .right{
    width: 48%;
}
.contact .content .right h4{
    color: #333333;
    font-size: 36px;
}
.contact .content .right .biaodan{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
    box-shadow: 0 0 20px #e0e2e5;
    padding: .5rem;
    border-radius: 20px;
    overflow: hidden;
}
.contact .content .right .biaodan .list:nth-child(1){
    width: 100%;
}
.contact .content .right .biaodan .list{
    margin-bottom: 30px;
    width: 48%;
        position: relative;
}
.contact .content .right .biaodan input{
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    height: 60px;
    font-size: 20px;
    padding: 0 15px;
    color: #999;
    background: none;
    font-family: "MiSans Light";
}
.contact .content .right .biaodan .list:before{
    content: '*';
    position: absolute;
    left: 6px;
    top: 28px;
        color: red;
}
.contact .content .right .biaodan .list:last-child:before{
    display: none;
}
.contact .content .right .biaodan .list:nth-child(6):before{

    top: 26px;

}
.contact .content .right .biaodan select{
    color: #999;
    font-size: 20px;
    height: 60px;
    background: none;
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 0 11px;
    font-family: "MiSans Light";
}
.contact .content .right .biaodan i{
    color: red;
    font-style: normal;
}
.contact .content .right .biaodan input::placeholder{
    color: #999;
    font-size: 20px;
    font-family: "MiSans Light";
}
.contact .content .right .biaodan textarea{
    width: 100%;
    height: 200px;
    font-size: 20px;
    color: #999;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: none;
    padding: 15px;
    font-family: "MiSans Light";
}
.contact .content .right .biaodan .list:nth-child(6){
    width: 100%;
}
.contact .content .right .biaodan textarea::placeholder{
    color: #999;
    font-size: 20px;
    font-family: "MiSans Light";
}
.contact .content .right .biaodan textarea:focus{
    outline: none;
}
.contact .content .right .biaodan button{
    width: 200px;
    height: 62px;
    background: #1b4887;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    border: none;
    background: linear-gradient(to right, #32984b, #377db0);
}

.contact .content .right .biaodan .list:last-child{
    width: 100%;
    text-align: center;
}




.customer .itemFour{
   
    background: #f5fafd;
}


.medal{
    margin-top: 50px;
    margin-bottom: 30px;
}

.medal .grid{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    background: #fafafa;
    padding: 0 30px;
    overflow: hidden;
}

.medal .grid img{
    max-width: 300px;
    transition: all 0.3s;
}
.medal .grid:hover img{
    transform: scale(1.05,1.05);
}
.medal .owl-carousel{
    width: 90%;
    margin: 0 auto;
}

.medal .owl-theme .owl-controls .owl-nav .owl-prev{
    position: absolute;
    top: 40%;
    left: -65px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 20;
    transition: all 0.2s;
    opacity: 1;
    padding: 0;
}
.medal .owl-theme .owl-controls .owl-nav .owl-next{
    position: absolute;
    right: -65px;
    top: 40%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 20;
    transition: all 0.2s;
    opacity: 1;
    padding: 0;
}
.medal .owl-theme .owl-dots{
    margin-top: 20px;
}
.medal .owl-theme .owl-dots .owl-dot.active span{
    background: #005bad;
    width: 30px;
}
.medal .owl-theme .owl-controls .owl-nav i{
    font-size: 22px;
}
.medal .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-color: #f0fdf4;
    color: #15803d;
    transform: scale(1.1);
    border-color: #15803d;
}
.medal .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-color: #f0fdf4;
    color: #15803d;
    transform: scale(1.1);
    border-color: #15803d;
}










.itemFour .content{
    position: relative;
}
.itemFour .content:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(245, 250, 253, 1), rgba(245, 250, 253, 0));
}

.itemFour .content:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(245, 250, 253, 1), rgba(245, 250, 253, 0));
}




.partner .desktop-wrapper .options .option{
    min-width: 317px;
}
.partner .desktop-wrapper .options .option > div{
    width: -webkit-fill-available;
}
.partner .desktop-wrapper .options ul{
    margin-top: 22px;
    z-index: 99;
    position: relative;
}
.partner .desktop-wrapper .options ul li:nth-child(1){
    opacity: 1;
}
.partner .desktop-wrapper .options li{
    margin-bottom: 15px;
    opacity: 0;
    transition: all 0.3s;
}
.partner .desktop-wrapper .options li h4{
    color: #f4f7fb;
    font-size: .2rem;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.partner .desktop-wrapper .options li h4:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}
.partner .desktop-wrapper .options li p{
    color: #f4f7fb;
    font-size: .18rem;
    line-height: .28rem;
    font-family: "MiSans Light";
}

.partner .desktop-wrapper .options .option .num{
    position: absolute;
    right: 30px;
    top: 45px;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition: all 0.3s;
}
.partner .desktop-wrapper .options .option .num i{
    font-style: normal;
    font-size: 15px;
}
.desktop-wrapper .options .option.active .num{
    opacity: 1;
}
.desktop-wrapper .options .option.active ul li{
    opacity: 1;
}

.desktop-wrapper .options .option .title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.partner{
    margin-top: .8rem;
}
.partner-mid .title{
    margin-bottom: .5rem;
}
.partner .title h3{
    color: #239b41;
    font-size: .38rem;
    font-weight: normal;
    font-family: "MiSans Medium";
}

.partner-mid{
    margin-top: .6rem;
}

.partner-mid .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.partner-mid .item{
    margin-bottom: .5rem;
}
.partner-mid .item > h4{
    text-align: center;
    color: #000000;
    font-size: .24rem;
    font-weight: normal;
    font-family: "MiSans Medium";
    margin-bottom: .4rem;
}
.partner-mid .content .list{
    width: 48%;
    position: relative;
}
.partner-mid .content .list .pic img{
    width: 100%;
}
.partner-mid .content .list .text{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: .3rem;
}
.partner-mid .content .list .text h4{
    font-size: .24rem;
    font-weight: normal;
    font-family: "MiSans Medium";
    margin-bottom: 16px;
}
.partner-mid .content .list .text p{
    font-size: .2rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.partner-mid .item:nth-child(2) .list:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(30, 107, 165, 0), rgba(30, 107, 165, 1));
}
.partner-mid .item:nth-child(3) .list:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(35, 156, 65, 0), rgba(35, 156, 65, 1));
}
.partner-top{
    scroll-margin-top: 130px;
}
.partner-bot{
    margin-bottom: .8rem;
    margin-top: .7rem;
    scroll-margin-top: 130px;
}
.partner-bot .title{
    text-align: left;
    margin-bottom: 35px;
}
.partner-bot .title h3{
    text-align: left;
}
.partner-bot .title p{
    text-align: left;
    color: #333333;
    font-size: .22rem;
}
.partner-bot .biaodan{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.partner-bot .biaodan .list{
    width: 49%;
    display: flex;
    flex-flow: column;
    margin-bottom: 26px;
    border-radius: 0;
}
.partner-bot .biaodan .list span{
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 16px;
}
.partner-bot .biaodan .list span i{
    color: #239b41;
    font-style: normal;
}
.partner-bot .biaodan .list input{
    width: 100%;
    height: .55rem;
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    font-size: 18px;
    color: #333;
}
.partner-bot .biaodan .list textarea{
    height: 1.3rem;
    border: 1px solid #d8d8d8;
    padding: 15px;
}
.partner-bot .biaodan .list textarea:focus{
    outline: none;
}
.partner-bot .biaodan .list:nth-child(5){
    width: 100%;
}
.partner-bot .biaodan .list:nth-child(6){
    width: 100%;
}
.partner-bot .biaodan .list:last-child{
    display: flex;
    flex-flow: column;
}
.partner-bot .biaodan .list label{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-family: "MiSans Light";
}
.partner-bot .biaodan .list label a{
    color: #1a69a7;
}
.partner-bot .biaodan .list label input{
    width: 12px;
    height: 12px;
    margin-top: 0;
    margin-right: 8px;
    border: 1px solid #a8a8a8;
}

.partner-bot .biaodan .list button{
    width: 230px;
    height: 56px;
    background: #1a69a7;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    margin-top: .35rem;
}



.service{
    margin-top: .6rem;
    scroll-margin-top: 120px;
}
.service-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background: url("../images/bg-3_06.jpg") no-repeat;*/
    background-size: cover;
    background: #FAFAFA;
    padding:0px 0px 0px 0.7rem;
    /*padding: 30px 1rem;*/
    border-radius: 16px;
    overflow: hidden;
}

.service-top .text{
    width: 48%;
}
.service-top .pic2{
    display: flex;
    justify-content:right;
    align-items: center;
    /*width: 28%;*/
}
.partner-bot .pic2 {
    width: 100%;
    height: 100%;
}
.bannerTwo .pic2{
	    position: relative;
    height: 6.6rem;
	}
.service-top .text h3{
    color: #1b6aa7;
    font-size: .3rem;
    font-family: "MiSans Semibold";
    margin-bottom: .3rem;
}
.service-top .text p{
    color: #4c4c4c;
    font-size: .22rem;
    line-height: .36rem;
    font-family: "MiSans Light";
}

.partner-bot{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.partner-bot .pic{
    width: 100%;
    height: 100%;
}

.partner-bot .left .list:nth-child(1){
    height: 5.65rem;
}
.partner-bot .left .list:nth-child(2){
    height: 4.6rem;
}
.partner-bot .right .list:nth-child(1){
    height: 6.35rem;
}
.partner-bot .right .list:nth-child(2){
    height: 3.9rem;
}
.partner-bot .left .list:nth-child(1) .text{
    background: #239c41;
}
.partner-bot .left .list:nth-child(2) .text{
    background: #1b6aa7;
}
.partner-bot .right .list:nth-child(1) .text{
    background: #1b6aa7;
}
.partner-bot .right .list:nth-child(2) .text{
    background: #cd3945;
}
.partner-bot .list{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}
.partner-bot .list:last-child{
    margin-bottom: 0;
}
.partner-bot .list .text{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    padding: .5rem .7rem;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    transition: all 0.5s;
}
/*.partner-bot .list:hover .text{*/
/*    top: 0;*/
/*}*/
.partner-bot .list .icon{
    position: absolute;
    right: 20px;
    bottom: 10px;
    max-width: 180px;
}
.partner-bot .list .text h4{
    color: #ffffff;
    font-size: .26rem;
    font-weight: normal;
    margin-bottom: 14px;
}
.partner-bot .list .text .xian{
    width: 45px;
    height: 6px;
    border-radius: 4px;
    background: rgba(255,255,255,.8);
    margin-bottom: 30px;
}
.partner-bot .list .text h3{
    color: #ffffff;
    font-size: .3rem;
    line-height: .36rem;
    font-weight: normal;
}
.partner-bot .list .text p{
    color: #ffffff;
    font-size: .24rem;
    line-height: .4rem;
    margin-top: 24px;
}


.join-us{
    margin-bottom: .7rem;
    scroll-margin-top: 120px;
}
.join-us .title h3{
    color: #239b41;
    font-size: .38rem;
    font-weight: normal;
    font-family: "MiSans Medium";
}
.join-top{
    margin-top: .6rem;
}
.join-top p{
    color: #535353;
    font-size: .2rem;
    line-height: .36rem;
    font-family: "MiSans Light";
    text-indent: 2em;
}
.join-top .swiper-container{
    border-radius: 10px;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
.join-top .swiper-container img{
    width: 100%;
    border-radius: 5px;
}
.join-us .swiper-button-prev.swiper-button-white, .join-top .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background: none;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: rgba(255,255,255,.65);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.3s;
    left: 30px;
    color: #666;
}
.join-us .swiper-button-next.swiper-button-disabled, .join-top .swiper-button-prev.swiper-button-disabled{
    opacity: 1;

}
.join-us .swiper-button-next.swiper-button-white, .join-top .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background: none;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: rgba(255,255,255,.65);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.3s;
    right: 30px;
    color: #666;
}
.join-us .swiper-button-prev:hover{
    background: #239c41;
    color: #fff;
}

.join-us .swiper-button-next:hover{
    background: #239c41;
    color: #fff;
}

.join-mid{
    background: #f9f9f9;
    margin-top: .6rem;
    padding: .6rem 0;
}
.join-mid .title{
    margin-bottom: .6rem;
}


.join-bot{
    margin-top: .6rem;
}
.join-bot ul{
    padding: 0 27px;
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
    background: #239c41;
}
.join-bot ul li{
    padding: 35px 0;
    color: #ffffff;
    font-size: 20px;
}
.join-bot ul li:last-child{
    margin-right: 60px;
    width: 140px;
    text-align: center;
}
.join-bot ul li:nth-child(1){
    width: 30%;
}
.join-bot ul li:nth-child(2){
    width: 15%;
}
.join-bot ul li:nth-child(3){
    width: 15%;
}
.join-bot ul li:nth-child(4){
    width: 15%;
}

.accordion-collapse {
    border: none;
}

.accordion-style1 .accordion-item {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    outline: 1px solid #D2D2D2;
    outline-offset: -1px;
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
}
.accordion-style1 .accordion-item:last-child {
    margin-bottom: 30px;
}
.accordion-style1 .accordion-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--btn-size, 60px);
    /*background-color: var(--theme-color);*/
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}
.accordion-style1 .accordion-item.active:before {
    opacity: 1;
    visibility: visible;
}
.accordion-style1 .accordion-item:hover, .accordion-style1 .accordion-item.active {
    outline-color: #ececec;
}
.accordion-style1 .accordion-body {
    position: relative;
    border-top: 1px solid #d8d8d8;
    padding: 35px 27px;
    background: #f9f9f9;
}
.accordion-style1 .accordion-body h4{
    font-size: 20px;
    color: #222222;
    margin-bottom: 30px;
}
.accordion-style1 .accordion-body p {
    color: #838383;
    font-size: 20px;
    line-height: 34px;
    font-family: "MiSans Light";
}
.accordion-style1 .accordion-body .lst{
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.accordion-style1 .accordion-body .lst:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.accordion-style1 .accordion-item .accordion-button span:nth-child(1){
    color: #239c41;
}
.accordion-style1 .accordion-item .accordion-button.collapsed span:nth-child(1){
    color: #333333;
}
.accordion-style1 .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 25px 27px 25px;
    position: relative;
    color: #264588;
    width: 100%;
    background: #f9f9f9;
}
.accordion-style1 .accordion-button span{
    color: #333333;
    font-size: 20px;
    text-align: left;
}
.accordion-style1 .accordion-button span:nth-child(1){
    width: 30%;
}
.accordion-style1 .accordion-button span:nth-child(2){
    width: 15%;
}
.accordion-style1 .accordion-button span:nth-child(3){
    width: 15%;
}
.accordion-style1 .accordion-button span:nth-child(4){
    width: 15%;
}
.accordion-style1 .accordion-button a:last-child{
    margin-right: 60px;
    width: 140px;
    height: 46px;
    background: #239c41;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "MiSans Light";
}
.accordion-style1 .accordion-button i{
    font-style: normal;
    font-size: 18px;
    color: var(--title-color);
}
.accordion-style1 .accordion-button:before {
    content: "-";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 0;
    width: var(--btn-size, 60px);
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid transparent;
    /*color: var(--white-color);*/
    text-align: center;
    transition: all 0.4s ease 0s;
}
.accordion-style1 .accordion-button.collapsed:before {
    content: "+";
    border-right-color: #D2D2D2;
    color: var(--title-color);
    transition: all ease 0.4s;
}
/*.accordion-style1 .accordion-button:hover {*/
/*  color: var(--theme-color);*/
/*}*/
.accordion-style1 .accordion-button:hover:before {
    border-right-color: #264588;
}





.history{
    margin-top: .6rem;
    margin-bottom: 1.5rem;
    scroll-margin-top: 130px;
}

.history ul{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: .6rem;
}
.history ul li{
    /*width: 127px;*/
    height: 45px;
    border: 2px solid #1b6aa7;
    margin: 5px 9px;
}
.history ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    font-size: .24rem;
    color: #1c569f;
    padding: 0 15px;
    font-family: "MiSans Light";
}
.history ul li a:hover{
    background: #1b6aa7;
    color: #fff;
}

.biz_timeline{
    scroll-margin-top: 120px;
    position: relative;
}
.biz_timeline:nth-child(even){
    display: flex;
    justify-content: flex-end;
}
.biz_timtline-box{
    margin-top: 1.2rem;
}
.biz_timtline-box{
    position: relative;
}

.biz_longString{
    position: absolute;
    left: 50%;
    width: 1px;
    height: 93%;
    background: #000000;
    top: 0;
    z-index: 10;
}
.biz-timeline-box{
    width: 39%;

}
.biz_timeline-eventbox .pic{
    display: flex;
    justify-content: center;
    margin-bottom: .3rem;
    box-shadow: 0 0 20px #d3dae5;
    border-radius: 18px;
    /*max-width: 5.85rem;*/
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    background: #f7f9ff;
    padding: .35rem;
    box-sizing: border-box;
}
.pad{
    padding: 0!important;
}
.w100{
    width: 100%!important;
}
.biz_timeline-eventbox .pic img{
    max-width: 100%;
}
.biz_timeline-eventbox .text{
    position: absolute;
}
.biz_timeline-eventbox p{
    color: #000000;
    font-size: .24rem;
    line-height: .36rem;
    margin-bottom: 10px;
}
.biz_timeline-xian{
    position: absolute;
    left: 39.6%;
    top: .9rem;
    width: 80px;
    height: 1px;
    background: #000000;
}
.biz_timeline-time{
    position: absolute;
    left: 50%;
    top: .6rem;
    transform: translateX(-50%);
    color: #000000;
    font-size: .36rem;
    background: #fff;
    z-index: 99;
    padding: 10px;
    white-space: nowrap;
    font-family: "MiSans Light";
}

.biz_timeline:nth-child(even) .biz_timeline-xian{
    right: 40%;
    left: auto;
}
.biz_timeline:nth-child(even) .biz_timeline-time{
    right: 50%;
    left: auto;
    transform: translateX(50%);
}
.biz_timeline:nth-child(odd) .biz_timeline-time2{
    right: -46%;
    left: auto;
}
.biz_timeline:nth-child(even) .biz_timeline-time2{
    left: -47%;
    right: auto;
}
.biz_timeline:nth-child(2) .biz_timeline-eventbox .pic img{
    width: auto!important;
}
.biz_timeline:nth-child(3) .biz_timeline-eventbox .pic img{
    width: auto!important;
}
.biz_timeline:nth-child(4) .biz_timeline-eventbox .pic img{
    width: auto!important;
}
.biz_timeline:nth-child(5) .biz_timeline-eventbox .pic img{
    width: auto!important;
}
.biz_timeline:nth-child(6) .biz_timeline-eventbox .pic img{
    width: auto!important;
}

.biz_timeline:nth-child(2) .biz_timeline-eventbox .pic{
    padding: .35rem!important;
}
.biz_timeline:nth-child(3) .biz_timeline-eventbox .pic{
    padding: .35rem!important;
}
.biz_timeline:nth-child(4) .biz_timeline-eventbox .pic{
    padding: .35rem!important;
}
.biz_timeline:nth-child(5) .biz_timeline-eventbox .pic{
    padding: .35rem!important;
}
.biz_timeline:nth-child(6) .biz_timeline-eventbox .pic{
    padding: .35rem!important;
}

.down{
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -16px;
    display: flex;
    justify-content: center;
    transition: all ease 0.4s;
    /*animation: spin 13s infinite linear;*/
    animation: upDown 1s infinite linear;
}
.down i{
    font-size: 52px;
    color: #000000;
}
@keyframes upDown {
    0%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(10px);
    }
}

.about-top{
    margin-top: .6rem;
    scroll-margin-top: 120px;
}
.about .title h3{
    color: #239b41;
    font-size: .38rem;
    font-weight: normal;
    font-family: "MiSans Medium";
}
.about-top .title h3{
    text-align: left;
}

.about-top .content .text{
    width: 55%;
}
.about-top .content .text h4{
    color: #2a2a2a;
    font-size: .24rem;
    margin-bottom: 15px;
}
.about-top .content .text p{
    color: #535353;
    font-size: .2rem;
    line-height: .4rem;
    text-indent: 2em;
    font-family: "MiSans Light";
}
.about-top .content .pic{
    width: 42%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.about-top .content .pic .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.about-top .itemThree{
    background: none;
    padding: 0;
    margin-top: .7rem;
}
.about-top .about-text .content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about-top .itemThree .content{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    max-width: 100%;
    background:none;
    padding: 0 45px;
}
.about-top .itemThree .list p{
    color: #1d1d1d;
}
.about-top .itemThree .list .count-title{
    color: #239c41;
}
.about-top .itemThree .list span{
    color: #239c41;
}


.about-mid{
    margin-top: 1rem;
    padding: .6rem 0;
    background: url("../image/about-mid.jpg") no-repeat;
    background-size: cover;
    scroll-margin-top: 120px;
}
.about-mid .content{
    display: flex;
    justify-content: space-between;
    background: url("../image/about-mid-bg.jpg") no-repeat;
    background-size: cover;
    margin-top: .8rem;
    border-radius: 5px;
    overflow: hidden;
}
.about-mid .content .list{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: .8rem 0;
    height: 4.9rem;
    width: 20%;
    border-right: 1px solid #fbfbfb;
}
.about-mid .content .list:last-child{
    border-right: none;
}
.about-mid .content .icon{
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ededed;
    border-radius: 100%;
    margin-bottom: .3rem;
    transition: all 0.3s;
}
.about-mid .content .list .text{
    display: flex;
    transition: all 0.3s;
}
.about-mid .content .list .text h3{
    writing-mode: vertical-rl;
    color: #fff;
    font-size: .3rem;
    font-family: "MiSans Light";
    letter-spacing: 9px;
    margin-right: .2rem;
}
.about-mid .content .list .text h4{
    writing-mode: vertical-rl;
    color: #fff;
    font-size: .22rem;
    font-family: "MiSans Light";
    letter-spacing: 3px;
    margin-right: .25rem;
}

.about-mid .content .list:hover .icon{
    transform: translateY(-10px);
}
.about-mid .content .list:hover .text{
    transform: translateY(-10px);
}


.about-bot{
    margin-top: .7rem;
    scroll-margin-top: 120px;
}
.about-bot .content{
    margin-top: .5rem;
}

.about-bot .menuone{
    display: flex;
    justify-content: center;
    margin-bottom: .6rem;
}
.about-bot .menuone li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    border-radius: 26px;
    background: #e4e4e4;
    color: #000000;
    font-size: 18px;
    margin: 0 15px;
    font-family: "MiSans Light";
    cursor: pointer;
    transition: all 0.3s;
}
.about-bot .menuone li.active{
    background: linear-gradient(to right, #377db0, #32984b);
    color: #fff;
}

.about-bot .swiper-slide{
    display: flex;
    flex-flow: wrap;
}
.about-bot .swiper-slide .list{
    width: 27.92%;
    border-right: 1px solid #d8dfe5;
    margin-right: 4%;
    padding-right: 4%;
    margin-bottom: 35px;
}
.about-bot .swiper-slide .list:nth-child(3n){
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.about-bot .swiper-slide .list-box{
    border: 2px solid #eaeef1;
    padding: 35px;
    transition: all 0.3s;
}
.about-bot .swiper-slide .pic{
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 4.1rem;*/
}
.about-bot .swiper-slide p{
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s;
    margin-top: 16px;
}
.about-bot .swiper-slide .list-box:hover{
    border: 2px solid #239c41;
}
.about-bot .swiper-slide .list-box:hover p{
    color: #239c41;
}
.about-bot .swiper-button-next, .about-bot .swiper-button-prev{
    position: absolute;
    bottom: 0;
    top: auto;
    transform: none;
    width: 52px;
    height: 52px;
    border: 1px solid #32a34e;
    border-radius: 100%;
    background: none;
}
.about-bot .swiper-button-next:after, .about-bot .swiper-button-prev:after{
    font-size: 22px;
    color: #239c41;
}

.about-bot .swiper-button-next.swiper-button-disabled, .about-bot .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.about-bot{
    margin-bottom: .8rem;
}
.about-bot .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
}
.about-bot .swiper-pagination-bullet-active{
    background: #239c41;
}
.about-bot .swiper-pagination-bullet-active.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}

.about-bot .swiper-wrapper{
    margin-bottom: 1rem;
}

.about-bot .swiper-button-prev{
    left: 42%;
}
.about-bot .swiper-button-next{
    right: 42%;
}

.about-bot .swiper-button-prev::after{
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    content: 'prev';
    font-size: 22px;
    color: #239c41;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    display: block!important;
}
.about-bot .swiper-button-next::after{
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    content: 'next';
    font-size: 22px;
    color: #239c41;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    display: block!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none!important;
}




@media screen and (max-width: 1680px) {
    .advantage-2 .item:nth-child(1) ul li p{
        font-size: 22px;
    }
    .advantage-2 .item:nth-child(1) ul li span{
        font-size: 50px;
    }
}


@media screen and (max-width: 1600px) {
    .partner .desktop-wrapper .options .option{
        min-width: 260px;
    }
}

@media screen and (max-width: 1480px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1200px) {
    .itemSeven{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 992px) {
    .advantage-2 .item:nth-child(1) ul{
        flex-flow: wrap;
    }
    .advantage-2 .item:nth-child(1) ul li{
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main-visual-item .main-visual-txt-con .main-visual-txt2 .list{
        display: none;
    }
    .itemOne .projects-grids{
        width: 100%;
    }
    .itemOne .owl-theme .owl-controls .owl-nav .owl-prev{
        left: 20px;
    }
    .itemOne .owl-theme .owl-controls .owl-nav .owl-next{
        right: 20px;
    }
    .itemTwo .content .text{
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }
    .itemTwo .content .text h4{
        font-size: 18px;
    }
    .itemTwo .content .right{
        width: 100%;
    }
    .itemTwo .title h3{
        text-align: center;
    }
    .itemTwo .content .right{
        height: auto;
    }
    .itemTwo .swiper-button-white{
        bottom: auto!important;
        top: 60%;
    }
    .itemTwo .swiper-slide img{
        width: 100%;
        border-radius: 20px!important;
    }
    .itemTwo .swiper-slide.swiper-slide-active:before{
        width: 100%;
        border-radius: 20px!important;
    }
    .itemTwo .swiper-slide .txt ul{
        display: block;
    }
    .itemTwo .swiper-slide.swiper-slide-active .txt{
        left: 20px;
    }
    .itemTwo .swiper-slide .txt h4{
        margin-bottom: 15px;
    }

    .itemTwo .swiper-button-prev{
        left: 15px;
    }
    .itemTwo .swiper-button-next{
        left: auto;
        right: 15px;
    }

    .itemThree .content{
        flex-flow: wrap;
        padding: 30px 30px;
        margin-top: 100px;
    }
    .itemThree .title h4{
        font-size: 20px;
    }
    .itemThree .content .list{
        margin-bottom: 25px;
        width: 50%;
    }
    .addText{
        display: none;
    }
    .itemFour .title h4{
        font-size: 18px;
        line-height: 30px;
    }
    .itemFour ul{
        display: none;
    }
    .itemFour .projects-grids{
        display: block;
    }


    .itemFive .content .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .itemFive .content .list .text h4{
        font-size: 20px;
    }
    .itemSix .content{
        flex-flow: wrap;
    }
    .itemSix .content .projects-grids{
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .itemSix .content .projects-grids .grid h4{
        padding-left: 20px;
        max-width: 63%;
    }
    .itemSix .content ul{
        width: 100%;
    }
    .itemSeven h3{
        font-size: 22px;
    }
    .itemSeven .content{
        padding: 40px 0 40px;
    }
    .itemSeven p{
        font-size: 18px;
    }
    .itemSeven a{
        font-size: 18px;
    }
    .itemSeven a{
        width: 190px;
        height: 55px;
    }
    .itemSeven a i{
        width: 53px;
        height: 53px;
    }


    .title h3 {
        font-size: 26px;
    }

    .title p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-bg{
        min-height: auto;
    }
    .main-visual-item video{
        min-height: auto;
        display: none;
    }
    .main-visual-item ul{
        display: none;
    }
    .breadcrumb-navigation{
        display: none;
    }

    .download{
        grid-template-columns: repeat(1, 1fr);
    }
    .brochure .menuone{
        justify-content: space-between;
    }
    .brochure .menuone li{
        width: 30%;
        margin: 0;
        font-size: 16px;
        height: 45px;
    }


    .ingredient-top .content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ingredient-top .pic{
        height: 180px;
    }
    .ingredient-top .pic img {
        max-width: 85%;
        width: auto;
    }
    .ingredient-bot .list{
        flex-flow: wrap;
        border-radius: 14px;
    }
    .ingredient-bot .list .pic{
        width: 100%;
        order: 1;
        border-radius: 14px;
        overflow: hidden;
    }
    .ingredient-bot .list .text{
        width: 100%;
        padding: 30px 20px;
        order: 2;
    }
    .ingredient-bot .list .text h4{
        font-size: 20px;
    }
    .ingredient-bot .list .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .ingredient-bot .list .text li{
        font-size: 16px;
        line-height: 26px;
    }

    .advantage .carousel-indicators{
        width: 100%;
        /*display: none;*/
    }
    .advantage .content .right{
        width: 100%;
    }
    .advantage .content .right .title h4{
        font-size: 20px;
    }
    .advantage-1 .main .list{
        padding: .5rem 0;
    }
    .advantage-1 .main{
        grid-template-columns: repeat(1, 1fr);
    }
    .advantage-1 .main .list p{
        font-size: 18px;
        line-height: 28px;
    }
    .bannerTwo{
        margin-top:0px;
    }
    .bannerTwo .pic{
        height: 200px;
    }
    .bannerTwo .hero-title{
        font-size: 26px;
    }

    .desktop-wrapper .options {
        min-width: 100%;
        flex-flow: wrap;
        height: auto;
    }

    .desktop-wrapper .options .option {
        height: 400px;
        margin-bottom: 20px;
    }
    .advantage-3 .list{
        flex-flow: wrap;
        border-radius: 14px;
    }
    .advantage-3 .list .pic{
        width: 100%;
        height: 250px;
        order: 1;
        border-radius: 14px;
        overflow: hidden;
    }
    .advantage-3 .list .text{
        width: 100%;
        padding: 30px 20px;
        order: 2;
    }
    .advantage-3 .list .text h4{
        font-size: 20px;
    }
    .advantage-3 .list .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .advantage-4 .main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        margin-top: 30px;
        margin-bottom: .9rem;
    }
    .advantage-4 .main .list{
        margin-bottom: 20px;
    }
    .advantage-4 .main .list .text h4{
        font-size: 20px;
    }
    .advantage-4 .main .list .text p{
        font-size: 16px;
        line-height: 26px;
    }

    .advantage-5 .list{
        flex-flow: wrap;
    }
    .advantage-5 .list .pic{
        width: 100%;
        margin-bottom: 30px;
        order: 1;
    }
    .advantage-5 .list .text{
        width: 100%;
        order: 2;
    }
    .advantage-5 .list .text h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .advantage-5 .list .text p{
        line-height: 30px;
    }
    .first-new{
        flex-flow: wrap;
        padding: 0;
        background: none;
    }
    .first-new .text h3{
        margin-bottom: 20px;
    }
    .first-new .text h3 a{
        font-size: 20px;
        line-height: 30px;
    }
    .first-new .pic{
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
    }
    .first-new .text{
        width: 100%;
        padding: 0;
    }
    .news-main .list a{
        flex-flow: wrap;
    }
    .news-main .list .pic{
        width: 100%;
    }
    .news-main .list .text{
        width: 100%;
    }

    .news-title{
        flex-flow: wrap;
    }
    .news-title .left{
        margin-bottom: 20px;
    }
    .news-detail .content p{
        font-size: 16px;
        line-height: 26px;
    }
    .news-next{
        flex-flow: wrap;
    }
    .news-next a{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .recommended-news .content .list a{
        flex-flow: wrap;
    }
    .recommended-news .content .list .pic{
        width: 100%;
        margin-right: 0;
    }
    .recommended-news .content .list .text{
        width: 100%;
    }
    .recommended-news .content .list .text h4{
        font-size: 18px;
    }
    .recommended-news .content .list .text p{
        font-size: 16px;
        line-height: 26px;
    }

    .video .menuone{
        flex-flow: wrap;
        justify-content: space-between;
    }
    .video .menuone li{
        width: 48%;
        margin-bottom: 10px;
    }
    .video .menuone li a{
        margin: 0;
        width: 100%;
        font-size: 18px;
        height: 50px;
    }
    .video-box{
        width: 90%;
    }
    .video-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact .content .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .contact .content .right{
        width: 100%;
    }
    .contact .content .right h4{
        font-size: 26px;
    }
    .bannerTwo .pic{
        /*height: auto;*/
    }
    .contact .content .left .title h4{
        font-size: 26px;
    }
    .contact .content .left .title p{
        font-size: 18px;
    }
    .contact .content .left ul li h4{
        font-size: 20px;
        margin-top: 4px;
    }
    .contact .content .left ul li p{
        font-size: 18px;
    }
    .contact .content .left ul li .icon{
        width: 30px;
    }
    .contact .content .right .biaodan .list{
        width: 100%;
    }
    .contact .content .right .biaodan input{
        width: 100%;
        font-size: 18px;
    }
    .contact .content .right .biaodan select{
        width: 100%;
        font-size: 18px;
    }
    .contact .content .right .biaodan input::placeholder{
        font-size: 18px;
    }
    .contact .content .right .biaodan textarea{
        width: 100%;
        font-size: 18px;
    }
    .desktop-wrapper .options .option.active > div .info-wrapper .title{
        font-size: 22px;
    }
    .desktop-wrapper .options .option > div .icon-wrapper .category-icon h4{
        font-size: 22px;
    }
    .partner .desktop-wrapper .options li h4{
        font-size: 18px;
        line-height: 28px;
        padding-left: 16px;
    }
    .partner .desktop-wrapper .options li p{
        font-size: 16px;
        line-height: 26px;
    }
    .partner .desktop-wrapper .options li h4:before{
        top: 12px;
    }
    .partner-mid .item > h4{
        font-size: 20px;
    }
    .partner-mid .content .list{
        width: 100%;
        margin-bottom: 25px;
    }
    .partner-mid .content .list .text h4{
        font-size: 18px;
        line-height: 28px;
    }
    .partner-mid .content .list .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .partner-bot .title p{
        font-size: 16px;
        line-height: 26px;
    }
    .partner-bot .biaodan .list{
        width: 100%;
    }
    .partner-bot .biaodan .list input{
        height: 45px;
    }
    .partner-bot .biaodan .list textarea{
        height: 100px;
    }
    .partner-bot .biaodan .list label{
        font-size: 16px;
    }

    .service-top{
        flex-flow: wrap;
        padding: 30px 30px;
    }
    .service-top .text{
        width: 100%;
        margin-bottom: 25px;
    }
    .service-top .text h3{
        font-size: 22px;
    }
    .service-top .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .service-top .pic{
        width: 100%;
    }
    .partner-bot{
        grid-template-columns: repeat(1, 1fr);
    }
    .partner-bot .list .text{
        padding: 30px 25px;
    }
    .partner-bot .list .text h4{
        font-size: 20px;
    }
    .partner-bot .list .text h3{
        font-size: 22px;
        line-height: 30px;
    }
    .partner-bot .list .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .partner-bot .list .text .xian{
        width: 34px;
        height: 4px;
        margin-bottom: 22px;
    }
    .join-us .title h3{
        font-size: 26px;
    }
    .join-top p{
        font-size: 18px;
        line-height: 28px;
    }
    .join-top .swiper-container{
        max-width: 100%;
    }

    .join-us .swiper-button-next.swiper-button-white, .join-top .swiper-container-rtl .swiper-button-prev.swiper-button-white{
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .join-us .swiper-button-prev.swiper-button-white, .join-top .swiper-container-rtl .swiper-button-next.swiper-button-white{
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .join-bot ul{
        display: none;
    }
    .accordion-style1 .accordion-button{
        flex-flow: wrap;
    }
    .accordion-style1 .accordion-button span{
        width: 100%!important;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .accordion-style1 .accordion-body h4{
        margin-bottom: 20px;
    }
    .accordion-style1 .accordion-body p{
        font-size: 16px;
        line-height: 26px;
    }

    .biz_timeline{
        margin-bottom: 30px;
    }
    .biz-timeline-box{
        width: 100%;
    }
    .biz_timeline-eventbox .text{
        position: relative;
        margin-bottom: 25px;
    }
    .biz_timeline-xian{
        position: relative;
        right: auto;
        top: auto;

        left: auto;
        width: 50px;
    }
    .biz_timeline-time{
        position: relative;
        right: auto;
        top: auto;
        padding: 0;
        margin-top: 15px;
        font-size: 20px;
    }
    .biz_timeline-eventbox .pic{
        max-width: 100%;
        margin-bottom: 25px;
    }
    .biz_timeline-eventbox p{
        font-size: 20px;
        line-height: 30px;
    }
    .biz_timeline:nth-child(even) .biz_timeline-xian {
        right: auto;
        left: auto;
    }
    /*.biz_timeline:nth-child(even) .biz_timeline-time {*/
    /*    right: auto;*/
    /*    left: auto;*/
    /*}*/
    .biz_timeline:nth-child(odd) .biz_timeline-time2{
        right: auto;
        left: auto;
    }
    .biz_longString{
        display: none;
    }

    .biz_timtline-box{
        margin-top: 50px;
    }
    .history ul li a{
        font-size: 18px;
    }
    .about-top .about-text .content{
        flex-flow: wrap;
    }
    .about-top .content .text{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-top .content .pic{
        width: 100%;
    }
    .about-top .content .text h4{
        font-size: 20px;
    }
    .about-top .content .text p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .about-top .content .pic .icon{
        width: 60px;
        height: 60px;
    }
    .about-mid .content{
        flex-flow: wrap;
        padding-top: 40px;
    }
    .about-mid .content .list{
        width: 48%;
        height: auto;
        margin-bottom: 30px;
        border-right: none;
        padding: 0;
        margin-bottom: 40px;
    }
    .about-mid .content .icon{
        margin-bottom: 25px;
    }
    .about-mid .content .list .text h4{
        font-size: 20px;
    }
    .about-mid .content .list .text h3{
        font-size: 24px;
    }
    .about-bot .swiper-slide .list{
        width: 100%;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    .about .title h3{
        font-size: 26px;
    }
    .about-bot .menuone{
        justify-content: space-between;
    }
    .about-bot .menuone li{
        width: 32%;
        margin: 0;
        font-size: 16px;
    }
    .about-bot .swiper-button-prev{
        left: 21%;
    }
    .about-bot .swiper-button-next{
        right: 21%;
    }
    .about-top .itemThree .content{
        padding: 0;
    }

    .about-top .itemThree .content .list{
        width: 50%;
    }
    .down{
        display: none;
    }
    .download-from{
        width: 95%;
        box-sizing: border-box;
    }


    .partner-bot .left .list:nth-child(1){
        height: 540px;
    }
    .partner-bot .left .list:nth-child(2){
        height: 4.6rem;
    }
    .partner-bot .right .list:nth-child(1){
        height: 560px;
    }
    .partner-bot .right .list:nth-child(2){
        height: 330px;
    }

    .medal .owl-carousel{
        width: 100%;
    }
    .medal .grid img{
        max-width: 195px;
    }
    .medal .owl-theme .owl-controls .owl-nav .owl-prev{
        left: 15px;
    }
    .medal .owl-theme .owl-controls .owl-nav .owl-next{
        right: 15px;
    }
}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}


