.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner img{
      display: block;
      width: 100%;
}
.bannernext{
	right:70px!important;
	top:auto!important;
	bottom:70px!important;
	color: #fff !important;
}
.bannerprev{
	right:360px!important;
	top:auto!important;
	left:auto!important;
	bottom:70px!important;
	color: #fff !important;
}
.bannernext:after{
	display: none;
}
.bannerprev:after{
	display: none;
}
.bannerline{
	width:200px;
	height:5px;
	background: #ca0915;
	right:130px!important;
	top:auto!important;
	left:auto!important;
	bottom:90px!important;
	position: absolute;
	z-index: 99;
}
.banner-bottom{
	padding:20px 0;
	background: #1c1c1c;
}
.banner-bottom .banner-pagination{
	position: relative;
	top:auto!important;
	bottom:auto!important;
}
.banner-bottom .banner-pagination .swiper-pagination-bullet{
	background: #fff;
	opacity: 1!important;
}
.banner-bottom .banner-pagination .swiper-pagination-bullet-active{
	background: #ca0915;
	opacity: 1!important;
}
@media(max-width:797px){
	.bannerline{
		display: none;
	}
	.bannernext{
		left:auto!important;
		right:30px!important;
		top:50%!important;
		bottom:auto!important;
	}
	.bannerprev{
		right:auto!important;
		left:30px!important;
		top:50%!important;
		bottom:auto!important;
	}
}
/*mainpro*/
li, ol, ul {
    list-style: none;
	margin:0;
	padding: 0;
}
.content {
    width: 94%;
    margin: 0 auto;
    max-width: 1200px;
}
.mainpro {
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	padding: 70px 0 0
}
.pro_text .etw_hometitle {
    width: 100%;
    position: relative;
}
.etw_hometitle {
    display: block;
    font-size: 3rem;
    line-height: 2.8rem;
    color: #454545;
    margin: 0;
    text-transform: uppercase;
	font-weight:800;
}
.mainpro .pro_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.mainpro .pro_top .pro_text {
	width: 50%;
	text-align: left
}

.mainpro .pro_top .pro_text p {
	width: 80%;
	display: block;
	color: #333;
	font-size: 1rem;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.mainpro .pro_top ul {
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end
}

.mainpro .pro_top ul>li {
	width: calc((100% - 20px)/2);
	margin: 0 20px 50px 0
}

.mainpro .pro_top ul>li:nth-child(2n) {
	margin-right: 0
}

.mainpro .pro_top ul>li>ol>li.product_img {
	width: 100%;
	position: relative;
}

.mainpro .pro_top ul>li>ol>li.product_img:after {
	position: absolute;
	content: '';
	width: 60%;
	height: calc(100% + 10px);
	background: #f0f0f0;
	left: 0;
	bottom: -10px;
	-webkit-clip-path: polygon(0 0,100% 25%,100% 100%,0% 100%);
	clip-path: polygon(0 0,100% 25%,100% 100%,0% 100%);
	transition: all .5s
}

.mainpro .pro_top ul>li>ol>li.product_img a {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden
}

.mainpro .pro_top ul>li>ol>li.product_img a img {
	display: block;
	transition: all .5s
}

.mainpro .pro_top ul>li:hover>ol>li.product_img a img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08)
}

.mainpro .pro_top ul>li:hover>ol>li.product_img:after {
	width: 90%;
	background: #ca0915
}

.mainpro .pro_top ul>li>ol>li.product_con {
	width: 100%;
	text-align: left;
}

.mainpro .pro_top ul>li>ol>li.product_con a {
	display: block;
	padding-top: 30px;
	color: #454545;
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: ReadexPro;
	text-transform: uppercase;
	transition: all .5s
}

.mainpro .pro_top ul>li:hover>ol>li.product_con a {
	color: #ca0915
}

.bottom_pro {
	width: 100%;
	margin: 0 auto;
}

.bottom_pro ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bottom_pro ul>li {
	width: calc((100% - 60px) / 4);
	margin: 0 20px 50px 0
}



.bottom_pro ul>li:nth-child(4n) {
	margin-right: 0
}

.bottom_pro ul>li>ol,.bottom_pro ul>li>ol>li {
	width: 100%;
}

.bottom_pro ul>li>ol>li.product_img {
	width: 100%;
	position: relative;
}

.bottom_pro ul>li>ol>li.product_img:after {
	position: absolute;
	content: '';
	width: 62%;
	height: calc(100% + 10px);
	background: #f0f0f0;
	left: 0;
	bottom: -10px;
	-webkit-clip-path: polygon(0 0,100% 25%,100% 100%,0% 100%);
	clip-path: polygon(0 0,100% 25%,100% 100%,0% 100%);
	transition: all .5s
}

.bottom_pro ul>li>ol>li.product_img a {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden
}

.bottom_pro ul>li>ol>li.product_img a img {
	display: block;
	transition: all .5s
}

.bottom_pro ul>li>ol>li:hover.product_img a img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08)
}

.bottom_pro ul>li>ol>li:hover.product_img:after {
	width: 90%;
	background: #ca0915
}

.bottom_pro ul>li>ol>li.product_con {
	width: 100%;
	text-align: left;
}

.bottom_pro ul>li>ol>li.product_con a {
	display: block;
	padding-top: 30px;
	color: #454545;
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: ReadexPro;
	text-transform: uppercase;
	transition: all .5s
}

.bottom_pro ul>li:hover>ol>li.product_con a {
	color: #ca0915
}

@media (max-width:1260px) {
	.mainpro .pro_top .pro_text p {
		width: 90%
	}

	.mainpro .pro_top ul>li>ol>li.product_con a,.bottom_pro ul>li>ol>li.product_con a {
		font-size: 1.125rem
	}
}

@media (max-width:992px) {
	.mainpro .pro_top .pro_text p {
		width: 95%
	}

	.mainpro .pro_top ul>li>ol>li.product_con a,.bottom_pro ul>li>ol>li.product_con a {
		font-size: 1rem;
		line-height: 1.25rem
	}

	.bottom_pro ul>li>ol>li.product_img:after,.mainpro .pro_top ul>li>ol>li.product_img:after {
		width: 72%
	}

	.mainpro .pro_top .pro_text {
		width: 100%;
	}

	.mainpro .pro_top ul {
		display: block;
		opacity: 1;
		width:100%;
	}

	.bottom_pro ul>li:nth-child(1),.bottom_pro ul>li:nth-child(2) {
		display: block;
		opacity: 1
	}

	.mainpro .pro_top .pro_text p {
		font-size: 0.95rem;
		line-height: 1.4rem;
		width: 100%;
	}
}

@media (max-width:768px) {
	.mainpro {
		padding: 2rem 0 1rem;
	}

	.bottom_pro ul>li {
		width: 48.5%;
		margin: 0 3% 25px 0
	}

	.bottom_pro ul>li:nth-child(3n) {
		margin-right: 3%
	}

	.bottom_pro ul>li:nth-child(2n) {
		margin-right: 0
	}
	.mainpro .pro_top ul>li>ol>li.product_img:after {
		width: 100%;
	}
	.bottom_pro ul>li>ol>li.product_img:after {
		width: 100%
	}

	.bottom_pro ul>li>ol>li.product_img a img {
		margin: 0 auto;
	}
}

@media (max-width:675px) {
	.mainpro .pro_top ul>li{
		width: 100%;
		margin: 0 0 25px 0 !important
	}
	
	.mainpro .pro_top ul>li>ol>li.product_img a img {
		margin: 0 auto;
	}
	
	.bottom_pro ul>li {
		width: 100%;
		margin: 0 0 25px 0 !important
	}

	.bottom_pro ul>li>ol>li.product_img a img {
		margin: 0 auto;
	}
}

.s2{
    position: relative;
    margin:0;
	padding:0;
}
.s2 .bg {
    position: absolute;
	bottom:0;
    left: 0;
    width: 100%;
	z-index: -1;
}
.s2 .container .infor {
    width: 58%;
    max-width:720px;
    color: #fff;
	padding:50px 0;
}

.s2 .container .infor .con {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
}

.s2 .container .infor .more_btn {
    display: inline-block;
    margin-top: 20px;
}

.s2 .container .infor .more_btn>div {
    display: inline-block;
    vertical-align: middle;
}

.s2 .container .infor .more_btn .icon {
    width: 67px;
    transition: all .4s ease;
}

.s2 .container .infor .more_btn .t {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

.s2 .container .infor .more_btn:hover .icon {
    animation: rotateTwo .5s ease-out;
}

.s2 .big_num {
    font-size: 0;
    margin-top: 50px;
    width: 95%;
}

.s2 .big_num .fix{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s2 .big_num li {
    display: block;
    vertical-align: text-top;
    width: 32%;
}

.s2 .big_num li .num_box {
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 10px;
}

.s2 .big_num li .num_box .num{
	font-size:48px;
	font-weight:800;
}

.s2 .big_num li .t {
    font-size:18px;
    line-height: 2;
    color: #ffffff;
}
.s2 .title{
    /* font-size: 40px; */
    line-height:2;
	margin: 0 0 30px;
   /* font-family: Impact; */
}
.s2 .section-sub-title{
	color: #fff;
}
.s2 .wrap{
	position: relative;
}
.s2-right{
	background: #1c1c1c;
	width:40%;
	max-width:670px;
	position:absolute;
	z-index:9;
	bottom:0;
	right: 5%;
	height:calc(100% + 30px);
	padding:50px;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.s2-p1{
	color:#ca0915;
	font-size:36px;
	font-weight:800;
	width:100%;
	text-align: center;
	line-height:1.5;
}
.s2-p2{
	color:#fff;
	font-size:24px;
	font-weight:400;
	width:100%;
	text-align: center;
	line-height:1.5;
	margin-top:30px;
}
.s2-p3{
	color:#fff;
	font-size:38px;
	font-weight:400;
	width:100%;
	text-align: center;
	line-height:1.5;
	margin-top:20px;
	justify-content: center!important;
}
.s2-p3 img{
	margin-right:10px;
}
@media(max-width:1600px){
	.s2-right{
		right:0;
	}
}
@media(max-width:800px){
	.big_num{
		display:none;
	}
	.s2 .container .infor{
		width:100%;
	}
	.s2 .container .s2-right{
		width:100%;
		position: relative;
		padding:30px 20px;
	}
	.s2 .bg{
		bottom:auto;
		top:0;
	}
}
.index-more{
	border:1px solid #ca0915;
	padding:10px;
	box-sizing: border-box;
	font-size:14px;
	line-height:1;
	color:#fff;
}
.index-more-con{
	background: #ca0915;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding:10px 20px;
}
.index-more-con img{
	margin-right:10px;
}

.s3 .content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    transition: all linear 0.5s;
    transition-property: transform,opacity;
	max-width: 100%;
	position: relative;
}
.s3 .content .scroll img {
    height:250px;
	width:auto;
}
.s3 .content .scroll {
    position: relative;
}
.s3 .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);
}
.s3 .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 );
}
.s3 ul {
    display: flex;
}
.s3 ul:first-child {
    margin-bottom: 24px;
}
.s3 ul li {
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
}
.s3 ul li img {
    width: 500px;
    margin-right: 24px;
}
.s3 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;
}
.s3 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);
    }
}
.s3{
    position: relative;
    padding-bottom: 0;
}
.s3-con{
	position: absolute;
	bottom:0;
	width:100%;
	left:0;
}
.s3-c{
	width:100%;
	max-width:850px;
	background:rgba(0,0,0,0.5);
	margin:20px auto;
	padding:40px 100px;
	color:#fff;
}
.s3-p1{
	width:100%;
	font-size:26px;
	font-weight:800;
	line-height: 2;
	text-align: center;
}
.s3-p2{
	text-align: center;
	margin:30px auto;
}
.s3-p3{
	width:100%;
	font-size:18px;
	font-weight:400;
	line-height:1.6;
	text-align: center;
}
@media(max-width:999px){
	.s3-c{
		padding:20px;
	}
}
.s4{
    position: relative;
    padding-bottom: 0;
}
.s4-a{
	display: block;
	width:calc((100% - 120px) / 4);
}
.s4-img-box{
	width:100%;
	position: relative;
}
.s4-img{
	width:100%;
	display: block;
	position: relative;
}
.s4-img-start{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:50px;
}
.s4-p1{
	width:100%;
	font-size:20px;
	font-weight:800;
	color:#454545;
	margin-top:20px;
}
.s4-p2{
	margin-top:10px;
}
.s4-date{
	font-size:16px;
	font-weight:400;
	color:#666;
}
.s4-button{
	font-size:16px;
	font-weight:400;
	color:#ca0915;
}
.s4-button-img{
	max-width:25px;
	margin-left:10px;
}
.s4-bottom{
	padding-top:50px;
}
.s4-bc{
	width:100%;
	max-width:1260px;
	border-radius: 10px;
	overflow: hidden;
	margin:0 auto;
}
.s4-btext{
	background-image: url(../image/s4-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:0 60px;
	box-sizing: border-box;
	width:calc(100% - 293px);
	flex-wrap: nowrap!important;
}
.s4-btext .flex{
	align-content: center;
	align-items: center;
	
}
.s4-left{
	max-width:60%;
}
.s4-p3{
	font-size:24px;
	font-weight:800;
	color:#fff;
}
.s4-p4{
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height: 1.6;
	margin-top:20px;
}
@media(max-width:999px){
	.s4-a{
		width:100%;
		margin-bottom:20px;
	}
	.s4-bimg{
		width:100%;
	}
	.s4-bimg img{
		width:100%;
	}
	.s4-btext{
		width:100%;
		padding:50px 20px;
	}
	.s4-left{
		max-width:100%;
		padding: 0 30px;
	}
	.s4-btext .index-more{
		margin:20px auto;
	}
}
.s5-a{
	width:calc((100% - 40px) / 3 );
	display: block;
}
.s5-img-box{
	width:100%;
	display: block;
}
.s5-img-box img{
	width:100%;
	display: block;
}
.s5-text{
	width:100%;
	display: block;
	padding:20px;
	border: 1px solid #999;
	box-sizing: border-box;
	transition: 0.3s;
}
.s5-p1{
	font-size:18px;
	color:#ca0915;
	font-weight:800;
	line-height: 1.6;
}
.s5-p2{
	font-size:15px;
	color:#666666;
	font-weight:800;
	margin-top:20px;
}
.s5-a:hover .s5-text{
	background: #ca0915;
}
.s5-a:hover .s5-p1{
	color:#fff;
}
.s5-a:hover .s5-p2{
	color:#fff;
}
@media(max-width:999px){
	.s5-a{
		width:100%;
		display: block;
		margin-bottom:20px;
	}
}