.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.b1c{
	position: relative;
}
.b1c .b2{
	position: absolute;
	width:100%;
	bottom:0;
}
.banner img{
	display: block;
	width:100%;
}
.banner2 .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	cursor: pointer;
	padding:40px 0;
	border-top:1px solid rgb(255,255,255,0.6);
	color:#fff;
	font-size:24px;
}
.banner2 span{
	font-weight: 800;
}
@media(max-width:1000px){
	.banner2{
		display: none;
	}
}
.s2{
	padding:80px 0;
}
.s2a{
	position: relative;
	padding: 30px;
	background: #eeeeee;
	transition: 0.4s;
	display: block;
	width:calc((100% - 75px) / 4);
	margin-bottom:25px;
	overflow: hidden;
}
.s2a-more{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.s2a-more .pro-more{
	padding:10px 30px;
	background: #000;
	color:#fff;
}
.s2a-more .pro-more:hover{
	background:#c62604;
}
.s2a:after{
	position: absolute;
	content:'';
	display: block;
	width:0;
	height:2px;
	background: #c32602;
	transition:1s;
	bottom:0;
	left:0;
	z-index:0;
}
.s2_icon{
	position: absolute;
	top:30px;
	left:30px;
	z-index: 9;
}
.s2_img {
    display: block;
    width: 100%;
	position: relative;
	z-index:5;
}
.s2p1{
	margin-top:15px;
	color:#000;
	font-size:20px;
	font-weight:800;
	text-align: center;
	line-height: 1;
}
.s2p2{
	margin-top:15px;
	color:#000;
	font-size:16px;
	font-weight:400;
	text-align: center;
	line-height: 1;
}
.s2_bg{
	position: absolute;
	bottom:-350px;
	right:-350px;
	width:100%;
	height:auto;
	display:block;
	transition:1s;
	z-index: 1;
}
.s2a:hover .s2p1{
	color:#c32602;
}
.s2a:hover .s2p2{
	color:#c32602;
}
.s2a:hover:after{
	width:100%;
}

.s2a:hover .s2_bg{
	bottom:-50px;
	right:-100px;
}
@media(max-width:1000px){
	.s2{
		padding:20px 0;
	}
	.s2a{
		width:100%;
	}
}
.s3{
	padding:80px 0;
	width:100%;
	background-image: url(../image/s3bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	color:#fff;
}
.s3p1{
	width:100%;
	text-align: center;
	line-height: 1;
	font-size:48px;
	font-weight:800;
}
.s3p2{
	width:100%;
	text-align: center;
	line-height:2;
	margin-top:80px;
	font-size:18px;
	font-weight:400;
	box-sizing: border-box;
}
.s3con{
	margin-top:100px;
}
.s3pc{
	width:25%;
	box-sizing: border-box;
	position: relative;
}
.s3pc:after{
	content: '';
	width:1px;
	height:100%;
	position: absolute;
	right:0;
	top:0;
	background:rgb(255,255,255,0.5);
}
.s3pc:nth-child(4):after{
	display: none;
}
.s3pc1{
	font-size:22px;
	font-weight:400;
}
.s3pc1 span{
	font-size:60px;
	font-weight:400;
	padding-right:10px;
	display: inline-block;
	font-family: impact;
}
.s3pc2{
	margin-top: 10px;
	font-size:22px;
	font-weight:400;
}
.s3con2{
	margin-top:100px;
	justify-content: space-around!important;
}
.s3con2-view{
	padding:35px 70px;
	font-size:32px;
	background: #000;
	color:#fff;
}
.s3con2-view:hover{
	background: #c32602;
	color:#fff;
}
/* .s3con2-view:nth-child(2){
	background: #c32602;
} */
@media(max-width:1000px){
	.s3{
		padding:30px 0;
	}
	.s3p1{
		font-size: 30px;
	}
	.s3p2{
		margin-top:30px;
		font-size: 16px;
	}
	.s3pc{
		width:50%;
		padding:15px 0;
	}
	.s3pc1 span{
		font-size:30px;
	}
	.s3pc1{
		font-size:18px;
	}
	.s3pc2{
		font-size:18px;
	}
	.s3pc:nth-child(2):after{
		display: none;
	}
	.s3pc:before{
		content: '';
		height:1px;
		width:100%;
		position: absolute;
		left:0;
		top:0;
		background:rgb(255,255,255,0.5);
	}
	.s3pc:nth-child(1):before{
		display: none;
	}
	.s3pc:nth-child(2):before{
		display: none;
	}
	.s3con{
		margin-top:50px;
	}
	.s3con2{
		margin-top:50px;
	}
	.s3con2-view {
	    padding: 15px 0;
		width:100%;
		font-size: 24px;
	}
}
.s4{
	padding:100px 0;
	background: #eeeeee url(../image/s4bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size:auto;
}
.s4p1{
	font-size:46px;
	color:#000; 
}
.s4p2{
	margin-top:20px;
	font-size:16px;
	color:#666666; 
	line-height: 2;
	width:60%;
	text-align:justify;
}
.s4pcon{
	margin-top:50px;
	width:40%;
}
.s4c{
	width:calc(50% - 15px);
	margin-bottom:30px;
	background: #fff;
	padding:30px;
	box-sizing: border-box;
	cursor:pointer;
	transition: 0.5s;
}
.s4c img{
	transition: 1s;
}
.s4c1{
	text-align: center;
}
.s4c p{
	margin-top:20px;
	line-height: 2;
	text-align: center;
	margin-bottom:0;
	max-width:200px;
	margin-left: auto;
	margin-right: auto;
}
.s4c:hover{
	transform: translate(-15px,-15px);
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
}
/* .s4c:hover img{
	transform: rotate(360deg);
} */
@media(max-width:1000px){
	.s4{
		padding:30px 0;
	}
	.s4p1{
		line-height: 2;
		font-size:26px;
	}
	.s4p2{
		text-align: justify;
		width:100%;
	}
	.s4pcon{
		width:100%;
	}
}

.s5{
    display: block;
    position: relative;
    width: 100%;
	padding:100px 0 0;
    height: auto;
}
.s5p1{
    line-height: 1;
    text-align: center;
    font-size:48px;
    color: #000;
    font-weight: 600;
}
.s5line{
	width:100px;
	height:5px;
	background: #c32602;
	margin:15px auto 25px;
}
.s5p2{
    line-height: 2;
    text-align: center;
    font-size:18px;
    color: #999;
}
.s5 .content {
    margin: 0 auto;
    padding: 50px 0 ;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    transition: all linear 0.5s;
    transition-property: transform,opacity;
}
.s5 .content img {
    width: 400px;
}
.s5 .content .scroll {
    position: relative;
}
.s5 .content .scroll::before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 40px;
    background: linear-gradient(to left, rgba(243,244,244,0) ,#f3f4f4);
}
.s5 .content .scroll::after {
    /* content: ''; */
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 40px;
    background: linear-gradient(to right, rgba(243,244,244,0),#f3f4f4 );
}
.s5 ul {
    display: flex;
}
.s5 ul:first-child {
    margin-bottom: 24px;
}
.s5 ul li {
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
}
.s5 ul li img {
    width: 500px;
    margin-right: 24px;
}
.s5 ul:first-child 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;
    -webkit-animation: s5zuo 200s linear infinite;
    animation: s5zuo 200s linear infinite;
}
.s5 ul:last-child 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;
    -webkit-animation: s5you 200s linear infinite;
    animation: s5you 200s 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);
    }
}


.s6{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.s6p1{
    line-height: 1;
    text-align: center;
    font-size:48px;
    color: #000;
    font-weight: 600;
}
.s6line{
	width:100px;
	height:5px;
	background: #c32602;
	margin:15px auto 25px;
}
.s6p2{
    line-height: 2;
    text-align: center;
    font-size:18px;
    color: #999;
	margin-bottom:50px;
}
.s6con{
	padding:100px 0;
	background: #eee;
}	
.s6left{
	width:50%;
}
.s6right{
	width:50%;
	padding-left:50px;
}
.s6con a{
	display: block;
}
.s6p3{
	padding:10px 20px;
	color:#fff;
	transition:1s;
	font-size:16px;
	background: #000;
	display: inline-block;
}
.s6con a:hover .s6p3{
	background: #c32602;
}
.s6p4{
	padding:20px 0;
	color:#000;
	transition:1s;
	font-size:18px;
}
.s6con a:hover .s6p4{
	color:#c32602;
}
.s6p5{
	width:100%;
}
.s6p5 img{
	width:100%;
	display: block;
}
.s6p6{
	color:#666;
	transition:1s;
	font-size:16px;
	line-height: 2;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
	margin-bottom:20px;
	text-align: justify;
}
@media(max-width:1000px){
	.s6con{
		padding:30px 0;
	}
	.s6left{
		width:100%;
	}
	.s6right{
		width:100%;
		padding:0;
	}
}
.s7{
	padding:100px 0 60px;
}
.s7p1{
	text-align: center;
	font-size:50px;
	font-weight:800;
	color:#000;
}
.s7con{
	justify-content: center;
	margin-top:40px;
}
.s7c{
	padding:40px 0;
	text-align: center;
	max-width:360px;
	width:20%;
	transition:1s;
	cursor: pointer;
}
.s7c2{
	font-size:18px;
}
.s7c:hover{
	transform: translate(-5px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
@media(max-width:1000px){
	.s7{
		padding:30px 0;
	}
	.s7p1{
		font-size:20px;
	}
	.s7c{
		width:25%;
		padding:20px 0; 
	}
	.s7con{
		margin-top:20px;
	}
	.s7c1 img{
		display: block;
		width:80%;
		margin:0 auto;
	}
	.s7c2{
		margin-top: 10px;
	}
}
