.s1{
	padding-top:100px;
	position: relative;
}
.s1-pagination{
	width:300px!important;
	z-index:5!important;
	position: relative;
	top:0;
	left:0;
	padding-left:50px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.s1swiper{
	width:calc(100% - 375px)!important;
}
.s1-pagination .swiper-pagination-bullet{
	opacity:1!important;
	display: block!important;
	width:100%!important;
	background:#fff!important;
	border:1px solid #b5b5b5!important;
	color:#505050!important;
	border-radius: 0!important;
	height:auto!important;
	padding:15px!important;
	font-size:18px!important;
	margin-bottom:15px!important;
}
.s1-pagination .swiper-pagination-bullet-active{
	width:100%!important;
	background: linear-gradient(90deg, #0e36a1 0%, #134ce5 100%)!important;
	border:1px solid #0e36a1!important;
	color:#fff!important;
	border-radius: 0!important;
}
.s1swipercon img{
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.s1text{
	position: absolute;
	top:0;
	width:100%;
	left:0;
	z-index: 9;
}
.s1p1{
	font-size: 52px;
	font-weight:800;
	color:#0e36a1;
	line-height: 1;
	margin-bottom:35px;
}
.s1p2{
	max-width:550px;
	width:100%;
	font-size: 18px;
	font-weight:400;
	color:#1a1a1a;
	line-height: 2;
	margin-bottom:60px;
}
.s1p3{
	display: block;
	max-width:150px;
	height:50px;
	line-height:50px;;
	font-size: 18px;
	font-weight:400;
	color:#fff;
	background: #0e36a1;
	text-align: center;
}
.s1p3:hover{
	background: linear-gradient(90deg, #0e36a1 0%, #134ce5 100%);
}
.s1img{
	position: relative;
}
.s1img img{
	display: block;
	margin: 20px auto;
	max-width:100%;
}
.s1-prev{
    color: #bfbfbf;
    border-radius: 0;
    border: 1px dashed #bfbfbf;
	background: #bfbfbf;
    height: 50px;
    width: 50px;
    transition: all ease .3s;
	top:30px!important;
	left: auto !important;
	right: 250px !important;
}
.s1-prev:hover {
	background: linear-gradient(90deg, #0e36a1 0%, #134ce5 100%);
    border: 1px solid #fff;
}
.s1-prev:after{
	font-size:15px;
	color: #fff;
}
.s1-prev:hover::after {
    color: #fff;
}


.s1-next{
    color: #bfbfbf;
    border-radius: 0;
    border: 1px dashed #bfbfbf;
	background: #bfbfbf;
    height: 50px;
    width: 50px;
    transition: all ease .3s;
	top:30px!important;
	left: auto !important;
	right: 80px !important;
}
.s1-next:hover {
	background: linear-gradient(90deg, #0e36a1 0%, #134ce5 100%);
    border: 1px solid #fff;
}
.s1-next:after{
	font-size:15px;
	color: #fff;
}
.s1-next:hover::after {
    color: #fff;
}
.swiper-num{
	position: absolute;
	top:23px!important;
	left: auto !important;
	right: 160px !important;
}


@media(max-width:1400px){
	.s1p1{
		font-size: 36px;
	}
}
@media(max-width:1000px){
	.s1{
		padding:30px 20px;
	}
	.s1-pagination{
		width: 100% !important;
		padding-left:0!important;
	}
	.s1-pagination .swiper-pagination-bullet{
		width:calc(50% - 10px)!important;
		padding: 5px!important;
		font-size: 14px!important;
		margin-bottom: 5px!important;
	}
	.s1swiper{
		width:100%!important;
	}
	.s1p2{
		display: none!important;
	}
	.s1p1{
		font-size:20px;
		text-align: center;
		margin-top:20px;
	}
	.s1p3{
		display: none;
	}
	.s1-prev{
		top: 50%!important;
		left: 0px !important; 
		right: auto!important;
	}
	.s1-next{
		top: 50%!important;
		right: 0px !important; 
		left: auto!important;
	}
	.swiper-num{
		width:100%;
		bottom:10px!important;
		top:auto!important;
		right: auto!important;
		left: auto!important;
		display: flex;
		justify-content: center;
	}
}
.s2{
	background-image:url(../image/s2bg.jpg);
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
	color:#fff;
}
.index-title{
	padding:80px 0 40px;
	font-size:48px;
	text-align: center;
}
.index-text{
	line-height: 2;
	font-size:18px;
	text-align: center;
	padding-bottom:80px;
}
.s2c .s2tab{
	width:400px;
	max-width:calc(100% / 3);
}
.s2c .s2tab .s2icon{
	text-align: center;
}
.s2c .s2tab .s2icon img{
	display: block;
	margin:0 auto;
	transition:1s;
	max-width:100%;
}
.s2c .s2tab:hover img{
	transform: rotate(360deg);
}
.s2p1{
	font-size:24px;
	font-weight:800;
	padding:30px 0;
	text-align: center;
}
.s2p2{
	line-height: 2;
	font-size:16px;
	font-weight:400;
	text-align: center;
	padding-bottom: 30px;
}

.s2b .s2tab{
	width:50%;
	padding:30px;
	box-sizing: border-box;
	background: #fff;
	justify-content: start;
}
.s2b .s2tab:nth-child(2){
	color:#003287;
}
.s2b .s2tab:nth-child(1){
	color:#fff;
	background: #003287;
}
.s2b .s2tab .s2b-left{
	margin-right:15px;
}
.s2b .s2tab .s2b-right{
	width:calc(100% - 80px);
}
.s2p3{
	font-size:30px;
	margin-bottom:10px;
	line-height: 1;
}
.s2p4{
	font-size:16px;
	line-height: 1;
}
.s3 .w1600{
	background: #eee;
}
.s3con{
	justify-content: space-around;
	padding:35px 0;
}
.s3tab{
	max-width:200px;
}
.s3tab img{
	display: block;
	width:100%;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
}
@media(max-width:1000px){
	.s2b .s2tab{
		width:100%;
	}
	.index-title{
		padding: 30px 0;
		font-size: 28px;
	}
	.index-text{
		font-size: 15px;
		padding-bottom: 30px;
	}
	.s2c .s2tab{
		max-width: 30%;
	}
	.s2p1{
		font-size:18px;
	}
	.s2p2{
		font-size:14px;
	}
	.s2b-left img{
		width:40px;
	}
	.s2p4{
		line-height: 2;
	}
	.s3tab{
		max-width:calc(50% - 10px);
		margin-bottom:20px;
	}
}
.s4swiper a{
	display: block;
	width:100%;
	position: relative;
}
.s4img{
	display: block;
	width:100%;
	position: relative;
}
.s4text{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left:0;
	width:100%;
	box-sizing: border-box;
	padding:40px 50px;
	color:#fff;
	background: rgb(0, 0, 0,0.5);
	align-items: center;
}
.s4text span{
	font-size:18px;
}
.s4text span img{
	transition: 1s;
}
.s4swiper a:hover .s4text span img{
	transform: rotate(360deg);
}
.s4a{
    display: block;
    max-width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
	margin:30px auto;
    color: #fff;
    background: #0e36a1;
    text-align: center;
}
.s4a:hover{
	background: linear-gradient(90deg, #0e36a1 0%, #134ce5 100%);
}
@media(max-width:1000px){
	.s4{
		padding:30px 20px;
	}
	.s4text{
		padding:20px;
	}
}
.s5{
	padding-bottom:100px;
}
.s5a{
	display:block;
	width:calc(50% - 20px);
	position:relative;
}
.s5img{
	position: relative;
	display: block;
	width:100%;
}
.s5date{
	position: absolute;
	top:0;
	left:40px;
	padding:20px;
	background: #0e36a1;
	text-align: center;
	color:#fff;
}
.s5d1{
	font-size:44px;
	font-weight:800;
}
.s5d2{
	font-size:22px;
	font-weight:400;
}
.s5img{
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s5text{
	background: #1a1a1a;
	color:#fff;
	padding:50px;
}
.s5p1{
	font-size:24px;
}
.s5p2{
	padding:40px 0;
	font-size:16px;
}
.s5p3{
	padding:10px 30px;
	font-size:16px;
	border:1px solid #fff;
	display: inline-block;
}
.s5p3:hover{
	background: linear-gradient(90deg, #0e36a1 0%, #134ce5 100%);
}
.s5a:hover .s5date{
	background: linear-gradient(90deg, #0e36a1 0%, #134ce5 100%);
}
@media(max-width:1000px){
	.s5a{
		width:100%;
		margin-bottom:20px;
	}
	.s5{
		padding-bottom:10px;
	}
	.s5text{
		padding:20px;
	}
}