.banner .swiper-slide{
	position: relative;
	width:100%;
	height:100vh;
	overflow: hidden;
}
.banner .swiper-slide .P_link_img{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all ease 4s;
    transform: scale(1.2);
}
.banner .swiper-slide .P_link_img img{
    display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	height: auto;  
}
.banner .swiper-slide-active .P_link_img {
    transform: scale(1)
}
.banner2{
	display: none!important;
}
.bannernav{
	position: absolute;
	bottom:0px;
	right:0px;
	width:380px;
	height:100px;
	background: #db0004;
	z-index: 2;
	padding:30px 0;
	box-sizing: border-box;
}
.bannerprev{
	color:#fff!important;
	right: auto !important;
	left: 50px !important;
	bottom: auto!important;
	font-size:18px;
	
}
.bannernext{
	color:#fff!important;
	right: auto !important;
	left: 150px !important;
	bottom: 0px!important;
	font-size:18px;
}
.bannerprev:after{
	font-size:30px!important;
}
.bannernext:after{
	font-size:30px!important;
}
.swiper-line{
	position: absolute;
	top:30px;
	height:35px;
	width:2px;
	background:#fff;
	left: 110px !important;
}
.swiper-num{
	position: absolute;
	left:-100px;
	font-size:20px;
	color:#fff;
}
.bactive{
	font-style: italic;
	font-size:26px;
	font-weight:800;
}
.banner .cover_box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 8.075%;
	padding-right: 50px;
	padding-bottom:100px;
    z-index: 2;
}
.index-more{
	color:#000;
	font-size:18px;
	font-weight: 800;
	
}
.index-more a{
	padding-left:80px;
	position: relative;
	z-index: 3;
	transition:1s;
}
.index-more:before{
	position: absolute;
	content: '';
	z-index:1;
	display: block;
	border-radius: 50%;
	width:80px;
	height:80px;
	background: #db0004;
	top: -25px;
	left: 25px;
	transition:1s;
}
.index-more:after{
	position: absolute;
	content: '';
	z-index:2;
	display: block;
	border-radius: 50%;
	width:20px;
	height:2px;
	background: #fff;
	top: 13px;
	left: 50px;
	transition:1s;
}
.cover_box .index-more{
	color:#fff;
	position: relative;
	z-index: 10;
}
.index-more:hover a{
	padding-left:100px;
}
.index-more:hover:after{
	width:30px;
}
.cover_box .index-more a:hover{
	color:#eee;
}
.banner2 img{
	width:100%;
}
@media(max-width:800px){
	.banner{
		display: none!important;
	}
	.banner2{
		margin-top:58px;
		display:block!important;
	}
	.banner .cover_box{
		display:none;
	}
	.bannernav{
		display: none;
	}
}
.s1{
	position: relative;
	width:100%;
	display: block;
	/* background-image: url(../index/s1bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto; */
	padding-top:150px;
}
.s1 .container{
	position: relative;
	z-index: 2;
}
.s1bg{
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	right:0;
	overflow: hidden;
}
.eyesberg-card-btn {
	height: 50px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	/* top: 50%;
	left: 50%; */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
	/*z-index: 5;*/
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition: top 0.6s ease-in-out;
	-moz-transition: top 0.6s ease-in-out;
	-ms-transition: top 0.6s ease-in-out;
	-o-transition: top 0.6s ease-in-out;
	transition: top 0.6s ease-in-out;
}
.eyesberg-card-btn.open-btn::before {
	position: absolute;
	display: block;
	content: '';
	width: 300%;
	height: 300%;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 50%;
	background: rgba(219,0,3,.5);
	-webkit-animation: pulse-ring 1.25s cubic-bezier(.219, .0, .3, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(.219, .0, .3, 1) infinite;
	z-index: -1;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-lg-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #db0004;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-sm-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: width, height;
	-o-transition-property: width, height;
	transition-property: width, height;
}
@keyframes pulse-ring {
	0% {
	 -webkit-transform:scale(.33);
	 transform:scale(.33)
	}
	100%, 80% {
	 opacity:0
	}
}
.open-btn:hover .eyesberg-card-btn-lg-circle {
	opacity: .75;
}
.open-btn:hover .eyesberg-card-btn-sm-circle {
	width: 25px;
	height: 25px;
}
.open-btn1 {
    top: 240px;
    right: 355px;
}
.open-btn2{
	top: 330px;
	right: 1210px;
}
.open-btn3{
	top: 400px;
	right: 180px;
}
.open-btn4{
	top:490px;
	right:450px;
}
.open-btn5{
	top:500px;
	right:710px;
}
.open-btn6{
	top:720px;
	right:200px;
}
.s1img{
	float:right;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.index-p1{
	font-size:48px;
	font-weight: 800;
	color:#333;
	line-height: 1;
}
.index-p2{
	font-size:50px;
	font-weight: 800;
	color:#333;
	line-height: 1;
	margin-top: 0px;
}
.s1-p1{
	font-size:32px;
	font-weight: 400;
	color:#2a2a2a;
	line-height: 2;
	margin-top: 80px;
}
.s1-p2{
	font-size:18px;
	font-weight: 400;
	color:#333;
	line-height: 2;
	margin-top: 30px;
	width:40%;
	text-align: justify;
}
.s1-p3{
	position: relative;
	margin-top:100px;
}
.s1-bottom{
	margin-top:80px;
	border-top: 1px solid #d7d7d7;
	width:100%;
}
.s1-icon{
	/* width:25%; */
	padding-top:80px;
}
.s1-num{
	font-size:18px;
	color:#333;
}
.s1-num span{
	font-size:72px;
	color:#333;
	font-weight: 800;
}
.s1-p4{
	font-size:18px;
	color:#333;
	margin-top:10px;
}
@media(max-width:1000px){
	.s1{
		padding:30px 0;
		background-image: url(../index/s1bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size:100% auto;
	}
	.s1bg{
		display:none;
	}
	.index-p1{
		text-align: center;
		font-size:32px;
	}
	.index-p2{
		text-align: center;
		font-size:28px;
	}
	.s1-p1{
		margin-top: 10px;
		text-align: center;
		font-size:18px;
	}
	.s1-p2{
		font-size:15px;
		width:100%;
	}
	.s1-icon{
		margin-top: 10px;
		padding-top: 20px;
		width:50%;
	}
	.s1-num span{
		font-size:40px;
	}
}
.s2-p1{
	position: relative;
}
.s2 .s2-center{
	justify-content: center;
	margin:50px 0;
}
.s2-tab{
	width:500px;
	padding:0 20px;
	box-sizing: border-box;
	background: #f5f6f8;
	margin:0 50px;
	cursor:pointer;
}
.s2-tab-hover{
	background: #e61e28;
}
.s2-tab .s2img2{
	display: block;
}
.s2-tab .s2img1{
	display: none;
}
.s2-tab-hover .s2img2{
	display: none;
}
.s2-tab-hover .s2img1{
	display: block;
}
.s2-tab-text{
	text-align: center;
}
.s2-p2{
	font-size:28px;
	color:#333;
	font-weight: 800;
	padding-top:25px;
	margin-bottom:0;
	position: relative;
	z-index: 2;
}
.s2-tab-hover .s2-p2{
	color:#fff;
}
.s2-p3{
	font-size:18px;
	color:#d8d9da;
	font-weight: 800;
	font-style: italic;
	margin-bottom:0;
	margin-top:-10px;
	position: relative;
	z-index: 1;
}
.s2-tab-hover .s2-p3{
	color:#ee7d81;
}
.s2-bottom{
	margin-top:100px;
}
.s2-bottom .flex{
	display: flex;
}

.s2-bottom .s2-flex{
	width:100%;
	display: none;
}

.s2-bottom .s2-flex-hover{
	display: flex;
}
.s2-option{
	width:calc(100% / 3 - 20px);
}
.s2-img{
	width:100%;
	position: relative;
}
.s2-img img{
	width:100%;
	position: relative;
}
.s2-img-text{
	position: absolute;
	top:50px;
	right:0;
} 
.s2-img-p1{
	font-size:30px;
	color:#333;
	font-weight:800;
}
.s2-img-p2{
	font-size:18px;
	color:#fff;
	font-weight:400;
	margin-top:10px;
	border-radius: 25px;
	background: #333;
	text-align: center;
	padding:5px 0;
	width:150px;
	border-top-left-radius: 0px;
}
.s2-text{
	background: #dadbdf;
	color:#fff;
	padding:30px 50px;
	box-sizing: border-box;
	font-size: 22px;
}
.s2-text:hover{
	color:#fff;
}
.s2-text span img{
	transition:1s;
}
.s2-option:hover .s2-text span img{
	transform: rotate(-45deg);
}
.s2-option-hover .s2-img{
	background-image: url(../index/s2bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.s2-option-hover .s2-img-p1{
	color:#e61e28;
}
.s2-option-hover .s2-img-p2{
	color:#fff;
	background:#e61e28;
}
.s2-option-hover .s2-text{
	background:#e61e28;
}
@media(max-width:1000px){
	.s2-tab{
		width:100%;
		margin:10px 0;
	}
	.s2-bottom{
		margin-top:30px;
	}
	.s2-option{
		width:100%;
		margin-bottom:20px;
	}
}
.s3{
	position: relative;
	width:100%;
	padding:0;
	margin:50px 0;
}
.s3imgbox{
	position: relative;
}
.s3bg{
	position: absolute;
	z-index: 1;
	width:100%;
}
.s3bg-hover{
	position: relative;
	z-index: 2;
}
.s3con{
	position: absolute;
	z-index: 5;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.s3-top{
	padding-top:50px;
}
.s3-top .index-p1{
	color: #fff;
}
.s3-top .index-p2{
	color: #fff;
}
.s3t{
	position: absolute;
	z-index: 5;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.s3-tab{
	width:25%;
	height:100%;
	border-right: 1px solid rgb(255,255,255,0.3);
	display: flex;
	flex-wrap:wrap;
	align-items:flex-end;
	align-content:flex-end;
	padding:50px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.s3-img-box{
	width:100%;
	text-align: center;
}
.s3-p1{
	width:100%;
	font-size:26px;
	font-weight: 800;
	margin-top:30px;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.s3-p2{
	width:100%;
	font-size:16px;
	text-align: justify;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.s3-img-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.s3-img1{
	display: none;
}
.s3-img2{
	display: block;
}
.s3-tab-hover .s3-img1{
	display: block;
}
.s3-tab-hover .s3-img2{
	display: none;
}
.s3-tab-hover{
	background: rgb(0,0,0,0.2);
}
@media(max-width:1000px){
	.s3{
		display: none;
	}
}

.s4{
	margin:50px 0;
	width:100%;
	box-sizing: border-box;
	position: relative;
}
.s4-p1{
	box-sizing: border-box;
	position: relative;
}
.s4-center{
	margin:50px 0;
}
.s4-left{
	width:55%;
	height: 500px;
	background-image:url('../index/s4bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position: relative;
}
.s4-left p{
	position: absolute;
	bottom:0;
	width:100%;
	padding:20px;
	box-sizing: border-box;
	background: rgb(0 0 0 / 40%);
	color:#fff;
	font-size: 18px;
	margin-bottom: 0;
}
.s4-right{
	width:45%;
	box-sizing: border-box;
	padding-left: 50px;
}
.s4a2{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #efefef;
	display: block;
}
.s4a2p1{
	font-size: 20px;
	color:#2a2a2a;
}
.s4a2p1-time{
	font-size:18px;
	color:#666;
}
.s4a2p2{
	text-align: justify;
	color:#666;
	font-size: 15px;
	height:78px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden; /*设置隐藏*/
	text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.s4a2:hover .s4a2p1{
	color:#db0004;
}
.s4-bottom{
	position: relative;
}
.s4swiper .swiper-slide{
	padding:0 10px;
}
.s4a3{
	display: block;
	padding:40px 30px;
	box-sizing: border-box;
	margin:20px 0;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s4a3-p1{
	width:100%;
	font-size:22px;
	font-weight: 800;
	color:#dadada;
}
.s4a3-p1-day{
	font-size:40px;
	color:#db0004;
}
.s4a3-p1-year{
	font-size:18px;
	color:#db0004;
}
.s4a3-p2{
	height:52px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden; /*设置隐藏*/
	text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.s4a3:hover{
	background: #db0004;
}
.s4a3:hover .s4a3-p1-day{
	color:#fff;
}
.s4a3:hover .s4a3-p1-year{
	color:#fff;
}
.s4a3:hover .s4a3-p2{
	color:#fff;
}
.s4-next{
	right:0!important;
	background: rgb(0,0,0,0.3);
	padding:20px 10px;
}
.s4-prev{
	left:0!important;
	background: rgb(0,0,0,0.3);
	padding:20px 10px;
}
.s4-next:after{
	font-size:20px!important;
	color:#fff;
}
.s4-prev:after{
	font-size:20px!important;
	color:#fff;
}
@media(max-width:1000px){
	.s4-left{
		width:100%;
		height:200px;
	}
	.s4-right{
		width:100%;
		padding:20px;
	}
	.s4-center{
		margin-bottom:20px;
	}
	.s4{
		margin-bottom:0px;
	}
}
