.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-top{
	background: #013900;
	padding:10px 0;
	font-size:14px;
	font-weight:800;
	color: #fff;
}


.header-top .content {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    transition: all linear 0.3s;
    transition-property: transform,opacity;
}

.header-top .content .scroll {
    position: relative;
}

.header-top ul {
    display: flex;
}
.header-top ul:first-child {
    margin-bottom: 0;
}
.header-top ul li {
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
}
.header-top ul li img {
    width: 500px;
    
}
.header-top-r-div{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 24px;
}
.header-top-r-div img{
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.header-top .play_button{
	position:absolute;
	top:auto!important;
	left:auto!important;
	right:40px;
	bottom:20px;
	width:40px;
	height:40px;
}
.header-top .scroll-top-ul .scroll-top-li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.scroll-top-left{
	-webkit-animation: s5zuo 300s linear infinite;
	animation: s5zuo 300s linear infinite;
}
.header-top .scroll-bottom-ul .scroll-bottom-li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.header-top .scroll-r-div{
	color:#fff;
	display: inline-block;
	margin-right:50px;
}
.header-top .scroll-r-div:hover{
	color:#FAA432;
}
.scroll-bottom-right{
	-webkit-animation: s5you 300s linear infinite;
	animation: s5you 300s linear infinite;
}
@-webkit-keyframes s5zuo {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

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

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

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

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@media(max-width:1440px){
	.header-top ul li img {
		width:400px;
	}
}
@media(max-width:999px){
	.header-top ul li img {
		width:300px;
	}
	.header-top .play_button{
		right:20px;
		bottom:10px;
	}
}
@media(max-width:750px){
	.header-top ul li img {
		width:200px;
	}
}
.banner img{
	display: block;
	width:100%;
}

.banner-next:after{
	display:none;
}
.banner-prev:after{
	display:none;
}
.banner-next{
	padding:20px;
	font-size:20px;
	background: #f65c00;
	border-radius: 45px;
	color: #fff !important;
	right: 50px !important;
}
.banner-prev{
	padding:20px;
	font-size:20px;
	background: #f65c00;
	border-radius: 45px;
	color: #fff !important;
	left: 50px !important;
}
.index-section .title{
	text-align: center;
	font-size:50px;
}
.s1-con{
	margin-top:50px;
}
.s1-tab{
	width:calc((100% - 60px) / 3);
	display: block;
}
.s1-img{
	width:100%;
}
.s1-img img{
	width:100%;
	display: block;
}
.s1-text{
	margin-top:20px;
	background: #f8f8f9;
	padding:30px;
	box-sizing: border-box;
	text-align: center;
}
.s1-title{
	font-size:20px;
	color:#000;
	font-weight:800;
}
.s1-more{
	margin-top:30px;
	background: #f65c00;
	color:#fff;
	font-weight:800;
	height:50px;
	width:180px;
	text-align: center;
	line-height: 50px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 25px;
	transition:0.3s;
}
.s1-tab:hover .s1-more{
	background: #000;
}
@media(max-width:999px){
	.s1-tab{
		width:100%;
		display: block;
		margin-bottom:20px;
	}
}
.s2{
	background: #000;
	background-image: url(../image/s2bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s2 .features-content{
	/* color:#fff; */
}
.s2 .features-text .title{
	/* color:#fff; */
}
.s2 .features-text p{
	/* color:#fff; */
}
.s4 .title{
	text-align: center;
}
.s4 .response-transition{
	margin-top:25px;
	line-height: 1;
	font-size: 16px;
	text-align: center;
	color: rgb(102, 102, 102);
	padding-bottom: 0px;
}
.s4-con{
	margin-top:60px;
	position: relative;
	padding-left:8%;
}
.s4-bottom{
	position: relative;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	top:auto;
	bottom:0px;
}

.s4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#013900;
}
.s4swiper img{
	display: block;
	width:100%;
}
.s4-a{
	display: block;
	width:100%;
	position: relative;
}
.s4-text{
	position: absolute;
	bottom:0;
	padding:0 20px 20px;
	width:100%;
	box-sizing: border-box;
}
.s4-text .flex{
	background: #fff;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding:20px 30px;
	width:100%;
	box-sizing: border-box;
	align-items: center;
}
.s4-right{
	height:40px;
	width:40px;
	line-height: 40px;
	text-align: center;
	background: #f65c00;
	border-radius: 50px;
	font-size:20px;
}
.s4-p1{
	color:#000;
	font-size:20px;
}
.s4-p2{
	color:#f65c00;
	font-size:14px;
}
.s5 .title{
	text-align: center;
}
.s5 .response-transition{
	margin-top:25px;
	line-height: 1;
	font-size: 16px;
	text-align: center;
	color: rgb(102, 102, 102);
	padding-bottom: 0px;
}
.s5-con {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 auto;
	margin-top:50px;
}
.card {
	flex: 1 1 300px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.card img {
	width: 100%;
	height: auto;
	display: block;
}
.card-content {
	padding: 20px;
	box-sizing: border-box;
}
.card-content h3 {
	margin-top: 0;
}
.card-content p {
	margin-bottom: 15px;
}
.read-more {
	display: inline-block;
	background-color: #ff6600;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 25px;
}


.s5-left{
	width:calc(40% - 20px);
}
.s5-right{
	width:calc(60% - 20px);
}
.card-1{
	width:100%;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin-bottom:40px;
}
.s5-img2{
	width:30%;
}
.s5-text2{
	width:70%;
}
.card-2{
	display: inline-block;
	width:calc(50% - 20px);
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.s5-img3{
	width:100%;
}
.s5-text3{
	width:100%;
}
.s5 a:hover{
	color:#ff6600;
}
@media(max-width:999px){
	.s5-left{
		width:100%;
	}
	.s5-right{
		width:100%;
	}
	.s5-img2{
		width:100%;
	}
	.s5-text2{
		width:100%;
	}
	.card-2{
		width:100%;
		margin-bottom:20px;
	}
	.features-products-thumb,.features-products-wrap:nth-child(even) .features-products-thumb{
		padding:0;
		margin: 0px 0px 20px 0px;
	}
	.features-products-thumb .main-img{
		width:100%;
		
	}
}

