.container{
    width: 1600px;
    margin: auto;
}

.header{}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.head-left{}
.head-left a{
    width: 110px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-right{}
.head-right-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 60px;
}
.head-right-one:first-child{
    margin-left: 0;
}
.head-right-one img{
    width: 30px;
    display: block;
}
.head-right-one p{
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}
.head-right-two{
    margin-left: 60px;
}
.head-right-two form{}
.head-right-two form .form-group{
    position: relative;
    background-color: #f7f7f7;
    border-radius: 25px;
}
.head-right-two form .form-group input{
    width: calc(100% - 30px);
    padding: 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
}
.head-right-two form .form-group i{
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #1d813f;
}
.head-right-three{
    margin-left: 60px;
}
.head-right-three ul{
    position: relative;
}
.head-right-three ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.head-right-three ul li img{
    width: 21px;
    height: 15px;
    display: block;
}
.head-right-three ul li p{
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}
.head-right-three ul li i{
    font-size: 14px;
    color: #666666;
    margin-left: 5px;
}
.lang-down{
    width: 100%;
    position: absolute;
    display: none;
    background-color: #fff;
}
.head-right-three ul:hover .lang-down{
    display: block;
}
.lang-down li{
    padding-top: 10px;
}
.head-right-bottom{}
.head-right-bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.head-right-bottom li{}
.head-right-bottom li a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 20px 40px;
    box-sizing: border-box;
    font-weight: 600;
}
.head-right-bottom ul .active a{
    color: #6eba44;
}
.head-right-bottom ul li:hover a{
    color: #6eba44;
}
.banner{}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
}
.pc-ban{
    display: block;
}
.phone-ban{
    display: none;
}
.ban-page .swiper-pagination-bullet{
    background: #fff;
    border: 4px solid #6cba43;
    opacity: 1;
}
.ban-page .swiper-pagination-bullet-active{
    background: #6cba43;
}
.index-one{
    padding: 100px 0;
}
.index-one-top{}
.index-one-top h2{
    font-size: 42px;
    color: #1a1e17;
    text-align: center;
    text-transform: uppercase;
}
.index-one-top p{
    font-size: 14px;
    color: rgba(26,30,23,.62);
    text-align: center;
}
.index-one-content{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.index-one-cont{
    width: 23%;
}
.index-one-cont:hover img{
    transform: scale(1.1);
}
.index-one-cont img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.index-one-cont h2{
    font-size: 24px;
    color: #1a1e17;
    text-align: center;
    margin-top: 10px;
}
.index-one-cont p{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-top: 10px;
}
.index-two{
    padding: 100px 0;
    background-color: #e7f2f9;
}
.index-two-content-all{
    max-width: 1200px;
    margin: auto;
}
.index-two-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.index-two-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.index-two-cont:hover img{
    transform: scale(1.1);
}
.index-two-cont:hover p{
    color: #fff;
    background-color: #6cba43;
}
.index-two-cont a{
    display: block;
}
.index-two-cont a .index-two-img{
    overflow: hidden;
}
.index-two-cont a .index-two-img img{
    width: 70%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.index-two-cont a h2{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-two-cont a p{
    font-size: 18px;
    color: #6cba43;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    background-color: rgba(108,186,67,.1);
    transition: .3s ease-in;
}
.index-three{
    padding: 100px 0;
}
.index-three-content{
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
}
.index-three-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-three-one-left{
    width: 49%;
}
.index-three-one-left video{
    width: 100%;
    display: block;
}
.index-three-one-right{
    width: 49%;
}
.index-three-one-right h2{
    font-size: 24px;
    color: #6cba43;
    margin-bottom: 20px;
}
.index-three-one-right p{
    font-size: 14px;
    line-height: 30px;
    color: #1a1e17;
}
.index-three-two{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-three-two-cont{
    width: 31%;
    position: relative;
}
.index-three-two-cont:hover img{
    transform: scale(1.1);
}
.index-three-img{
    overflow: hidden;
}
.index-three-img img{
    display: block;
    transition: .3s ease-in;
}
.index-three-two-cont p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: rgba(108,186,67,.66);
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
}
.index-four{
    background: url(../img/why.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.index-four-all{
    width: 55%;
    float: right;
    padding: 70px;
    padding-left: 10%;
    background-color: #3468af;
    clip-path: polygon(15% 0%, 0% 180%, 250% 0%);
}
.index-four-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 80px;
}
.index-four-top h2{
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
}
.index-four-top p{
    font-size: 36px;
    color: rgba(255,255,255,.4);
    margin-left: 30px;
    position: relative;
    margin-top: 10px;
}
.index-four-top p::before{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    top: -10px;
    left: 0;
}
.index-four-top p::after{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    top: 0px;
    right: 0;
}
.index-four-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-four-cont{
    width: 46%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-four-left{
    width: 60px;
}
.index-four-left img{
    display: block;
}
.index-four-right{
    width: calc(100% - 80px);
}
.index-four-right h2{
    font-size: 24px;
    color: #fff;
}
.index-four-right p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
}
.index-five{
    padding: 100px 0;
    background: url(../img/video.png) no-repeat center right;
    background-size: contain;
}
.index-five-content-all{
    max-width: 1200px;
    margin: auto;
}
.index-five-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.index-five-cont{
    width: 31%;
    margin-left: 2%;
}
.index-five-cont video{
    width: 100%;
    display: block;
}
.index-six{
    padding: 100px 0;
}
.index-six-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-six-left{
    width: 35%;
    border: 10px solid #6cba43;
    box-sizing: border-box;
    padding: 60px 40px;
}
.index-six-left h2{
    font-size: 42px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.index-six-left p{
    font-size: 14px;
    line-height: 24px;
    color: #1a1e17;
    text-align: center;
    margin-top: 20px;
}
.index-six-left form{
    margin-top: 60px;
}
.index-six-left form .form-group{
    position: relative;
    margin-top: 10px;
}
.index-six-left form .form-group input{
    width: 100%;
    padding: 15px;
    padding-left: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    outline: none;
}
.index-six-left form .form-group i{
    font-size: 24px;
    color: #e1e1e1;
    position: absolute;
    top: 8px;
    right: 10px;
}
.index-six-left form .form-group textarea{
    width: 100%;
    padding: 15px;
    padding-left: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    outline: none;
}
.index-six-left form .btn{
    background-color: #6cba43;
    color: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    border: none;
    outline: none;
    margin-top: 20px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.index-six-left form .btn:hover{
    border: 1px solid #6cba43;
    color: #6cba43;
    background-color: transparent;
}
.index-six-right{
    width: 60%;
}
.index-six-top{}
.index-six-top h2{
    font-size: 42px;
    color: #333333;
    text-align: center;
}
.index-six-top p{
    font-size: 14px;
    color: #1a1e17;
    margin-top: 10px;
    text-align: center;
}
.index-six-right-all{
    margin-top: 20px;
}
.index-six-right-all a{
    display: block;
}
.index-six-right-all a:hover img{
    transform: scale(1.1);
}
.index-six-right-all a:hover h2{
    color: #6cba43;
}
.index-six-right-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.index-six-zuo{
    width: 65%;
}
.index-six-zuo h2{
    font-size: 24px;
    color: #333333;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-six-zuo p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-six-zuo span{
    font-size: 14px;
    display: block;
    color: #6cba43;
    margin-top: 20px;
}
.index-six-you{
    width: 20%;
    overflow: hidden;
}
.index-six-you img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.footer{
    background: url(../img/footer.png) no-repeat center;
    background-size: cover;
}
.foot{
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one{
    width: 40%;
}
.foot-one a{
    width: 120px;
    display: block;
}
.foot-one a img{
    width: 100%;
    display: block;
}
.foot-one li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}
.foot-one li i{
    font-size: 35px;
    color: #fff;
}
.foot-one li p{
    width: calc(100% - 70px);
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
}
.foot-one li p span{
    display: block;
    font-size: 20px;
    color: #fff;
}
.foot-two{}
.foot-two ul{}
.foot-two ul li{
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.foot-two ul a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}
.foot-three{
    width: 30%;
}
.foot-three h2{
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.foot-three p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.foot-three a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #6cba43;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 40px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.foot-three a span{
    display: block;
    font-size: 16px;
    color: #fff;
    transition: .3s ease-in;
}
.foot-three a i{
    font-size: 16px;
    color: #fff;
    transition: .3s ease-in;
}
.foot-three a:hover{
    border: 1px solid #6cba43;
    background-color: transparent;
}
.foot-di{
    border-top: 1px solid rgba(255,255,255,.4);
}
.foot-di p{
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.foot-di p a{
    display: inline-block;
    margin-left: 15px;
    color: #fff;
}
.pro-ban{}
.pro-ban img{
    width: 100%;
    display: block;
}
.pro{
    padding: 100px 0;
}
.pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-left{
    width: 300px;
}
.pro-left ul{}
.pro-left ul li{
    background-color: #2a62ae;
    padding: 10px;
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}
.pro-left ul li::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/pro-menu.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 10px;
}
.pro-left ul p{
    margin-bottom: 20px;
}
.pro-left ul p a:first-child{
    background-color: #2a62ae;
    color: #fff;
}
.pro-left ul a{
    display: block;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    transition: .3s ease-in;
}
.pro-left ul a:hover{
    color: #fff;
    background-color: #2a62ae;
}
.pro-right{
    width: calc(100% - 330px);
}
.pro-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.pro-right-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.pro-img{}
.pro-img:hover img{
    transform: scale(1.1);
}
.pro-img a{
    display: block;
    overflow: hidden;
}
.pro-img a img{
    width: 70%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.pro-right-cont h2{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.pro-right-cont p{
    font-size: 18px;
    color: #6cba43;
}
.pro-right-cont>a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 5px 30px;
    background-color: #2a62ae;
    margin-top: 20px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.pro-right-cont>a:hover{
    background-color: transparent;
    border: 1px solid #2a62ae;
    color: #2a62ae;
}
.pro-left-more{
    margin-top: 40px;
}
.pro-left-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.pro-left-top img{
    display: block;
}
.pro-left-top p{
    font-size: 24px;
    color: #111111;
    margin-left: 10px;
}
.pro-left-cont{}
.pro-left-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #f0efee;
    margin-top: 20px;
    overflow: hidden;
}
.pro-left-cont a img{
    width: 40%;
    display: block;
    transition: .3s ease-in;
}
.pro-left-cont a:hover img{
    transform: scale(1.1);
}
.pro-left-cont a:hover h2 p{
    color: #6cba43;
}
.pro-left-cont a h2{
    width: 45%;
}
.pro-left-cont a h2 p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.pro-left-cont a h2 span{
    font-size: 16px;
    color: #6cba43;
    margin-top: 10px;
    display: block;
}
.pro-detail{}
.pro-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-one-left{
    width: 48%;
}
.mySwiper2{
    overflow: hidden;
    position: relative;
    padding-right: 2px;
}
.mySwiper2 .swiper-slide{
    padding: 50px 10px;
    box-sizing: border-box;
    border: 1px solid #f2f1f1;
}
.mySwiper2 .swiper-slide img{
    /* width: 100%; */
    display: block;
    margin: auto;
}
.mySwiper{
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding-right: 2px;
}
.mySwiper .swiper-slide img{
    width: 100%;
    display: block;
}
.mySwiper .swiper-slide{
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #f2f1f1;
}
.mySwiper .swiper-slide-thumb-active{
    border: 1px solid #6cba43;
}
.pro-detail-one-right{
    width: 48%;
    background-color: #f7f7f7;
    padding: 40px;
    box-sizing: border-box;
}
.pro-detail-one-right ul{}
.pro-detail-one-right ul h2{
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.pro-detail-one-right ul li{
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-one-right ul li p{
    width: 30%;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}
/* .pro-detail-one-right h2{
    font-size: 24px;
    color: #333333;
}
.pro-detail-one-right p{
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
}
.pro-detail-one-right span{
    font-size: 18px;
    line-height: 36px;
    color: #999999;
    margin-top: 10px;
    display: block;
} */
.pro-detail-one-right a{
    font-size: 18px;
    color: #fff;
    width: 200px;
    padding: 10px 0;
    background-color: #2a62ae;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.pro-detail-one-right a i{
    color: #fff;
    margin-left: 15px;
    transition: .3s ease-in;
}
.pro-detail-one-right a:hover{
    background-color: transparent;
    border: 1px solid #2a62ae;
    color: #2a62ae;
}
.pro-detail-one-right a:hover i{
    color: #2a62ae;
}
.pro-detail-two{
    margin-top: 40px;
}
.pro-detail-two ul{
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.pro-detail-two ul .active{
    background-color: #6cba43;
    color: #fff;
}
.pro-detail-two ul li{
    font-size: 18px;
    color: #333333;
    padding: 10px 30px;
    cursor: pointer;
}
.pro-detail-two-all{
    margin-top: 50px;
}
.pro-detail-two-cont{
    overflow: hidden;
}
.yi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.yi-left{
    width: 100%;
    /* width: 65%; */
}
.yi-right{
    width: 30%;
}
.advantage{}
.advantage-one{
    padding-top: 100px;
}
.advantage-one h1{
    font-size: 30px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.advantage-one-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage-one-content:nth-child(2n-1){
    flex-direction: row-reverse;
}
.advantage-one-left{
    width: 50%;
    padding: 40px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.advantage-one-left h2{
    font-size: 24px;
    color: #000;
}
.advantage-one-left h3{
    font-size: 18px;
    color: #6eba44;
}
.advantage-one-left p{
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    margin-top: 20px;
}
.advantage-one-right{
    width: 50%;
    overflow: hidden;
}
.advantage-one-right:hover img{
    transform: scale(1.1);
}
.advantage-one-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.advantage-two{
    margin-top: 60px;
}
.advantage-two-top{}
.advantage-two-top h1{
    font-size: 30px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
}
.advantage-two-top h2{
    font-size: 42px;
    line-height: 48px;
    color: #000;
    margin: 20px 0;
}
.advantage-two-top h2 span{
    color: #2a62ae;
    display: inline-block;
}
.advantage-two-top p{
    padding: 10px 0;
    background-color: #6eba44;
}
.advantage-two-top p span{
    display: block;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
.advantage-two-cont{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #2a62ae;
}
.advantage-two-left{
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
}
.advantage-two-left h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.advantage-two-left p{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.advantage-two-right{
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.advantage-two-right h2{
    font-size: 30px;
    color: #6eba44;
    margin-top: 20px;
}
.advantage-two-right p{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}
.advantage-two-right h2:first-child{
    margin-top: 0;
}
.advantage-three{
    padding: 100px 0;
    background-color: #f7f7f7;
}
.advantage-three h1{
    font-size: 30px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.advan-swiper{
    overflow: hidden;
    position: relative;
    /* padding-bottom: 60px; */
}
.advan-swiper .swiper-slide{}
.advan-swiper .swiper-slide .index-one-cont{
    width: 100%;
    background-color: #fff;
    padding: 50px 40px;
    box-sizing: border-box;
}
.advan-swiper .swiper-slide .index-one-cont p{
    min-height: 72px;
}
.advan-page .swiper-pagination-bullet{
    background: #fff;
    border: 4px solid #6cba43;
    opacity: 1;
}
.advan-page .swiper-pagination-bullet-active{
    background: #6cba43;
}
.advantage-four{
    padding: 100px 0;
}
.advantage-four h1{
    font-size: 30px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.advantage-four-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage-four-cont{
    width: 24%;
    overflow: hidden;
}
.advantage-four-cont:hover img{
    transform: scale(1.1);
}
.advantage-four-cont img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.advantage-four-p{
    border: 1px solid #f0f0f0;
    padding: 20px 10px;
    box-sizing: border-box;
}
.advantage-four-cont h2{
    font-size: 24px;
    line-height: 30px;
    color: #000;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.advantage-four-cont h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6cba43;
}
.advantage-four-cont p{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    min-height: 288px;
}
.download{
    padding: 100px 0;
}
.download-all{}
.download-one{
    margin-bottom: 60px;
}
.download-one:last-child{
    margin-bottom: 0;
}
.download-one h1{
    font-size: 24px;
    color: #333333;
}
.down-top{
    margin-top: 10px;
}
.down-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #dee2e6;
}
.down-top ul li{
    width: 15%;
    text-align: center;
    font-size: 18px;
    color: #2a62ae;
    padding: 10px 0;
}
.down-top ul li:first-child{
    width: 50%;
    text-align: left;
    padding-left: 34px;
    box-sizing: border-box;
}
.down-cont{}
.down-cont a{
    display: block;
}
.down-cont a:hover li p{
    color: #6cba43;
}
.down-cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #dee2e6;
}
.down-cont ul li{
    width: 15%;
    text-align: center;
    padding: 10px 0;
}
.down-cont ul li:first-child{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.down-cont ul li:first-child i{
    margin-right: 10px;
}
.down-cont ul li i{
    font-size: 24px;
    color: #6cba43;
}
.down-cont ul li p{
    width: calc(100% - 34px);
    font-size: 18px;
    color: #333333;
    transition: .3s ease-in;
}
.media{
    padding: 100px 0;
}
.media-all{}
.media-all h1{
    font-size: 42px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.media-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.media-cont{
    width: 31%;
    margin-left: 2%;
    margin-top: 60px;
}
.media-cont:hover img{
    transform: scale(1.1);
}
.media-cont:hover .video-p{
    background-color: #6eba44;
}
.media-cont:hover h2{
    color: #6eba44;
}
.media-img{
    overflow: hidden;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.media-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.media-cont h2{
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.media-cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.media-cont ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.media-cont ul li i{
    font-size: 16px;
    color: #6eba44;
}
.media-cont ul li p{
    font-size: 16px;
    color: #6eba44;
    margin-left: 5px;
}
.media-cont ul li:last-child{
    margin-left: 20px;
}
.media-cont a>p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.media-cont .media-more{
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.media-cont .media-more span{
    font-size: 16px;
    color: #6eba44;
    display: inline-block;
    border-bottom: 1px solid #6eba44;
}
.media-cont .media-more i{
    font-size: 16px;
    color: #6eba44;
    margin-left: 20px;
}
.media-detail{
    padding: 100px 0;
}
.media-detail-top{
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.media-detail-top h2{
    font-size: 24px;
    color: #191919;
}
.media-detail-top p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.media-detail-cont{
    margin-top: 40px;
}
.media-page{
    margin-top: 40px;
}
.media-page a{
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 10px 0;
}
.media-page a:first-child{
    border-bottom: 1px solid #efefef;
}
.video-content{}
.video-content video{
    width: 100%;
    display: block;
}
.video-p{
    padding: 20px 40px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.video-p h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 0;
}
.video-p p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.about{
    padding-top: 100px;
}
.about-one{
    background-color: #f7f7f7;
    padding: 60px 0;
}
.about-one h1{
    font-size: 42px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.about-one-all{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-one-left{
    width: 49%;
}
.about-one-left p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.about-one-right{
    width: 49%;
}
.about-one-right video{
    width: 100%;
    display: block;
}
.about-one-cont{
    width: 90%;
    margin: auto;
    margin-top: 40px;
}
.about-one-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid #6eba44;
}
.about-one-p img{
    width: 90px;
    height: 90px;
    display: block;
}
.about-one-p p{
    width: calc(100% - 110px);
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #555555;
}
.about-one-p p span{
    display: block;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-two h1{
    font-size: 42px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    border-bottom: none;
    display: block;
}
.search{
    padding: 100px 0;
}
.search .pro-right{
    width: 100%;
}
.search .pro-right .pro-right-cont{
    width: 23%;
}


/* phone */
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

#wrap {
    text-align: left;
}

.fl {
    float: left;
    display: inline;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-nav {
    background-color: #6eba44;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: calc(100% - 70px);
    padding-top: 0%;
    overflow-y: auto;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#wrap {
    text-align: left;
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgb(0, 0, 0);
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-header-icon {
    display: none;
}

@media (min-width:320px) and (max-width:1100px) {
    .mobile-inner-header-icon {
        display: block;
    }
}

/* phone xl */
.alist{
    position: relative;
}
.alist .iphone-xl{
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 0px;
    z-index: 99999;
    display: inline-block;
    border-bottom: none;
}
.alist i{
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    transition: .3s ease-in;
}
.alist .m-xiala{
    display: none;
    position: relative;
}
.m-xiala a{
    width: 85%;
    font-size: 14px;
    padding-left: 20px;
}
.m-xiala>p{
    position: relative;
}
.alist .show{
    display: block;
}
.xuan i{
    display: block;
    transform: rotate(180deg);
}
.m-xiala span{
    display: block;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin-left: 5%;
    position: relative;
}




@media (min-width:1100px) and (max-width:1600px){
    .container{
        width: 85%;
    }
    .head-left a{
        width: 85px;
    }
    .head-right-one,.head-right-two,.head-right-three{
        margin-left: 40px;
    }
    .head-right-bottom li a{
        padding: 20px;
    }
    .index-four-all{
        width: 75%;
        padding-left: 15%;
    }
    .index-six-left{
        width: 40%;
    }
    .index-six-right{
        width: 55%;
    }
    .index-six-you{
        width: 28%;
    }
    .pro-right-cont{
        padding: 20px;
    }
    .advantage-one-left{
        padding: 30px;
    }
    .advantage-one-right img{
        height: 100%;
        object-fit: cover;
    }
    .advantage-two-top p span{
        font-size: 24px;
        line-height: 34px;
    }
    .advantage-two-left{
        padding: 30px;
    }
    .advantage-two-left h2{
        font-size: 26px;
    }
    .advan-swiper .swiper-slide .index-one-cont{
        padding: 30px 20px;
    }
    .index-one-cont h2{
        font-size: 20px;
    }
    .advan-swiper .swiper-slide .index-one-cont p{
        min-height: 120px;
    }
    .advantage-four-cont h2{
        font-size: 18px;
    }
    .advantage-four-cont p{
        font-size: 14px;
        min-height: 312px;
    }
}
@media screen and (max-width:1100px){
    .phone-lang{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .container{
        width: 90%;
    }
    .head{
        padding: 0;
    }
    .head-right-top,.head-right-bottom{
        display: none;
    }
    .head-left a{
        width: 50px;
    }
    .ban-swiper{
        padding-bottom: 50px;
    }
    .pc-ban{
        display: none;
    }
    .phone-ban{
        display: block;
    }
    .index-one{
        padding: 30px 0;
    }
    .index-one-top h2{
        font-size: 24px;
    }
    .index-one-content{
        margin-top: 0px;
    }
    .index-one-cont{
        width: 100%;
        margin-top: 30px;
    }
    .index-two{
        padding: 30px 0;
    }
    .index-two-cont{
        width: 100%;
    }
    .index-three{
        padding: 30px 0;
    }
    .index-three-content{
        margin-top: 30px;
    }
    .index-three-one-left{
        width: 100%;
    }
    .index-three-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-three-two{
        margin-top: 0;
    }
    .index-three-two-cont{
        width: 100%;
        margin-top: 20px;
    }
    .index-four-all{
        width: 100%;
        clip-path: none;
        padding: 30px;
        box-sizing: border-box;
    }
    .index-four-top{
        padding-left: 0;
    }
    .index-four-top h2{
        font-size: 24px;
    }
    .index-four-top p{
        font-size: 14px;
    }
    .index-four-content{
        margin-top: 30px;
    }
    .index-four-cont{
        width: 100%;
    }
    .index-four-left{
        display: none;
    }
    .index-four-right{
        width: 100%;
    }
    .index-five{
        padding: 30px 0;
    }
    .index-five-content{
        margin-top: 0px;
    }
    .index-five-cont{
        width: 100%;
        margin-top: 30px;
    }
    .index-six{
        padding: 30px 0;
    }
    .index-six-left{
        width: 100%;
        padding: 20px 15px;
    }
    .index-six-left h2{
        font-size: 24px;
    }
    .index-six-left p{
        margin-top: 10px;
    }
    .index-six-left form{
        margin-top: 20px;
    }
    .index-six-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-six-zuo{
        width: 48%;
    }
    .index-six-you{
        width: 45%;
    }
    .index-six-zuo h2{
        font-size: 18px;
    }
    .index-six-zuo span{
        margin-top: 10px;
    }
    .foot{
        padding: 30px 0;
    }
    .foot-one a{
        width: 80px;
    }
    .foot-one li{
        margin-top: 20px;
    }
    .foot-one,.foot-three{
        width: 100%;
    }
    .foot-two{
        display: none;
    }
    .pro{
        padding: 30px 0;
    }
    .pro-left{
        display: none;
    }
    .pro-right{
        width: 100%;
    }
    .pro-right-cont{
        width: 100%;
    }
    .pro-detail-one-left{
        width: 100%;
    }
    .pro-detail-one-right{
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }
    .pro-detail-one-right a{
        margin-top: 30px;
    }
    .pro-detail-two ul li{
        width: 50%;
        padding: 10px 0;
        text-align: center;
    }
    .pro-detail-two-all{
        margin-top: 30px;
    }
    .yi-left{
        width: 100%;
    }
    .yi-right{
        width: 100%;
        margin-top: 20px;
    }
    .download-one{
        margin-bottom: 40px;
    }
    .down-top,.down-cont ul li{
        display: none;
    }
    .down-cont ul li:first-child{
        width: 100%;
        display: flex;
    }
    .down-cont ul li p{
        font-size: 16px;
    }
    .advantage-one{
        padding-top: 30px;
    }
    .advantage-one-content{
        flex-direction: column-reverse !important;
    }
    .advantage-one-left{
        width: 100%;
        padding: 20px;
    }
    .advantage-one-right{
        width: 100%;
    }
    .advantage-two{
        margin-top: 30px;
    }
    .advantage-two-top h1{
        font-size: 24px;
    }
    .advantage-two-top h2{
        font-size: 24px;
        line-height: 34px;
    }
    .advantage-two-top p span{
        font-size: 16px;
        line-height: 28px;
    }
    .advantage-two-left{
        width: 100%;
        padding: 20px;
    }
    .advantage-two-left h2{
        font-size: 24px;
    }
    .advantage-two-left p{
        font-size: 16px;
        line-height: 30px;
    }
    .advantage-two-right{
        width: 100%;
        padding: 20px;
    }
    .advantage-three{
        padding: 30px 0;
    }
    .advantage-three h1{
        margin-bottom: 0;
    }
    .advantage-four{
        padding: 30px 0;
    }
    .advantage-four-cont{
        width: 100%;
    }
    .advantage-four-cont p{
        min-height: auto;
    }
    .advan-swiper .swiper-slide .index-one-cont{
        padding: 30px 20px;
    }
    .download{
        padding: 30px 0;
    }
    .pro-ban img{
        height: 200px;
        object-fit: cover;
    }
    .media{
        padding: 30px 0;
    }
    .media-all h1{
        font-size: 24px;
    }
    .media-cont{
        width: 100%;
        margin-top: 30px;
    }
    .media-cont .media-more{
        margin-top: 10px;
    }
    .media-detail{
        padding: 30px 0;
    }
    .video-p{
        padding: 20px 10px;
    }
    .about{
        padding-top: 0px;
    }
    .about-one{
        padding: 30px 0;
    }
    .about-one h1{
        font-size: 24px;
    }
    .about-one-all{
        margin-top: 20px;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-left p{
        font-size: 16px;
        line-height: 26px;
    }
    .about-one-p p{
        font-size: 16px;
    }
    .about-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-two h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .banner img{
        height: auto;
    }
    .index-one-cont{
        width: 23%;
    }
    .index-two-cont{
        width: 31%;
    }
    .index-three-two-cont{
        width: 31%;
    }
    .index-three-one{
        align-items: center;
    }
    .index-three-one-left{
        width: 49%;
    }
    .index-three-one-right{
        width: 49%;
        margin-top: 0;
    }
    .index-four-left{
        display: block;
    }
    .index-four-right{
        width: calc(100% - 80px);
    }
    .index-five-cont{
        width: 31%;
    }
    .index-six-zuo{
        width: 60%;
    }
    .index-six-you{
        width: 30%;
    }
    .pro-right-cont{
        width: 31%;
    }
    .pro-detail-one-left{
        width: 48%;
    }
    .pro-detail-one-right{
        width: 48%;
        margin-top: 0;
    }
    .yi-right img{
        margin: auto;
    }
    .pro-detail-two ul li{
        width: 25%;
    }
    .down-top, .down-cont ul li{
        display: block;
    }
    .down-top ul li{
        width: 15%;
    }
    .down-cont ul li{
        width: 15%;
    }
    .down-cont ul li:first-child{
        width: 50%;
        text-align: left;
    }
    .advantage-one-content{
        flex-direction: unset !important;
    }
    .advantage-one-content:nth-child(2n-1) {
        flex-direction: row-reverse !important;
    }
    .advantage-one-left{
        width: 50%;
    }
    .advantage-one-right{
        width: 50%;
    }
    .advantage-one-right img{
        height: 100%;
        object-fit: cover;
    }
    .advantage-two-left{
        width: 50%;
    }
    .advantage-two-right{
        width: 50%;
    }
    .media-cont{
        width: 31%;
    }
    .about-one-cont{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-one-p{
        width: 48%;
    }
    .media-cont .media-more{
        margin-top: 10px;
    }
    .advantage-four-cont{
        width: 48%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .banner img{
        height: auto;
    }
    .index-one-cont{
        width: 48%;
    }
    .index-two-cont{
        width: 48%;
    }
    .index-three-two-cont{
        width: 48%;
    }
    .index-four-left{
        display: block;
    }
    .index-four-right{
        width: calc(100% - 80px);
    }
    .index-five-cont{
        width: 48%;
    }
    .index-six-zuo{
        width: 60%;
    }
    .index-six-you{
        width: 30%;
    }
    .pro-right-cont{
        width: 48%;
    }
    .pro-detail-two ul li{
        width: 25%;
    }
    .down-cont ul li:first-child{
        width: 50%;
    }
    .down-cont ul li:nth-child(2),
    .down-cont ul li:nth-child(3){
        display: block;
    }
    .media-cont{
        width: 48%;
    }
    .media-cont .media-more{
        margin-top: 10px;
    }
    .advantage-four-cont{
        width: 48%;
    }
}
@media screen and (max-width:414px){
    .index-four-top p{
        display: none;
    }
}

.pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.pagination a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    width: 60px;
    height: 40px;
    color: #333;
    background-color: #f8f8f8;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination a:hover,
.pagination a.active {
    background-color: #6eba44;
    color: #fff;
}

.ql-editor {
    padding: 0;
}

.wang-editor-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0.67em 0;
}

.wang-editor-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.83em 0;
}

.wang-editor-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
}

.wang-editor-content p {
    margin: 1em 0;
}

.wang-editor-content img,
.wang-editor-content video {
    display: revert;
}

.wang-editor-content ul,
.wang-editor-content ol {
    padding-left: 20px;
    margin: 0;
}

.wang-editor-content ul li,
.wang-editor-content ol li {
    margin-bottom: 5px;
    list-style-position: inside;
}

.wang-editor-content ul li {
    list-style-type: disc;
}

.wang-editor-content ol li {
    list-style-type: decimal;
}
