
.bannerprev:after{
	color:#fff;
}
.bannernext:after{
	color:#fff;
}
.bannerprev:hover::after{
	color:#006ecc;
}
.bannernext:hover::after{
	color:#006ecc;
}
.bannerpagination .swiper-pagination-bullet{
	width:66px;
	height: 14px;
	opacity: 1;
	background: #ff9c00;
	border-radius: 15px;
}
.bannerpagination .swiper-pagination-bullet-active{
	width:14px;
	height: 14px;
	opacity: 1;
	background: #fff;
	border-radius: 15px;
}
.banner .bannerpagination{
	bottom:50px;
}
/*s1*/
.s1{
	position: relative;
	padding:80px 0;
	background: #fff;
}
.title{
	text-align: center;
}
.tp1{
	font-size:48px;
	font-weight: 800;
	color:#000;
	line-height:1;
	text-align: center;
}
.tp2{
	margin:25px auto;
	width:110px;
	height: 5px;
	background: #13589d;
}
.tp3{
	font-size:18px;
	color:#666;
	line-height:2;
	text-align: center;
	
}
.s1top{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.s1topa{
	display: block;
	width:20%;
}
.s1topa img{
	display: block;
	margin: 0 auto;
	transition: 0.5s;
}
.s1topa:hover img{
	transform: translate(-10px,0px)
}
.s1topa p{
	display: block;
	text-align: center;
	font-size:18px;
	font-weight: 800;
}
.s1cptitle{
	margin-top:30px;
	font-family: impact;
	font-size:20px;
	color: #000;
}
.s1cs{
	border-left:3px solid #ff9c00;
	padding-left: 20px;
	font-size:18px;
	color:#666;
}
.s1bot{
	margin-top: 30px;
	position: relative;
}
.s1text{
	position: relative;
	overflow: hidden;
	transition:1s;
}
.s1text .more{
	padding:10px 20px;
	color:#fff;
	font-size:16px;
	background: #0054a6;
	display: inline-block;
	position: absolute;
	bottom:-50px;
	left:0px;
	transition:1s;
	z-index: 10;
	border-radius: 30px;
}
.s1text::after{
	content:'';
	display: block;
	position: absolute;
	width:100%;
	height: 0;
	background: linear-gradient(to top, #ffffff 20%, rgba(255,255,255,0));
	transition: all .3s ease;
	top:100px;
}
.s1text:hover::after{
	height:100%;
	width:100%;
	top:0;
}
.s1text:hover .more{
	bottom:10px;
}
.s1prev{
	left:40px!important;
	height: 55px!important;
	width:55px!important;
	text-align: center!important;
	line-height: 55px!important;
	border:1px solid #70767e!important;
	border-radius:0!important;
}
.s1prev:after{
	display: none!important;
}
.s1next{
	right:40px!important;
	height: 55px!important;
	width:55px!important;
	text-align: center!important;
	line-height: 55px!important;
	border:1px solid #70767e!important;
	border-radius:0!important;
}
.s1next:after{
	display: none!important;
}
.s1next:hover,.s1prev:hover{
	padding: 0!important;
	background: #0054a6;
	border:1px solid #0054a6;
}
.s1next:hover svg path,.s1prev:hover svg path{
	fill:#fff;
}
@media(max-width:1000px){
	.tp1{
		font-size:30px;
	}
	.s1topa{
		width:25%;
	}
	.s1topa p{
		font-size:15px;
	}
	.s1bot{
		padding:0 20px;
		box-sizing:border-box;
	}
	.s1next, .s1prev{
		top:20%;
	}
}
/*s2*/
.s2{
	position: relative;
	padding:80px 0;
	background: #f7f7f7;
}
.s2con{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.s2c1{
	background-image: url(../image/s2bg1.jpg);
	background-repeat: no-repeat;
	background-size:auto 100%;
	width:100%;
	height:380px;
	background-position: center center;
	position: relative;
	margin-top:50px;
	cursor:pointer;
	transition:1s;
}
.s2c1:hover{
	background-size:auto 120%;
}
.s2p1{
	position: absolute;
	bottom:20px;
	left:30px;
	color: #fff;
	font-size:30px;
	font-weight: 800;
}
.s2p2{
	display:block;
	font-size:18px;
	font-weight:400;
}
.s2c2{
	background-image: url(../image/s2bg2.jpg);
	background-repeat: no-repeat;
	background-size:auto 100%;
	width:42.5%;
	height:330px;
	background-position: center center;
	position: relative;
	margin-top:30px;
	cursor:pointer;
	transition:1s;
}
.s2c2:hover{
	background-size:auto 120%;
}
.s2c3{
	background-image: url(../image/s2bg3.jpg);
	background-repeat: no-repeat;
	background-size:auto 100%;
	width:calc(57.5% - 30px);
	height:330px;
	background-position: center center;
	position: relative;
	margin-top:30px;
	cursor:pointer;
	transition:1s;
}
.s2c3:hover{
	background-size:auto 120%;
}
@media(max-width:1000px){


	.s2c2{
		width:100%;
	}
	.s2c3{
		width:100%; 
	}
}
/*s3*/
.s3{
	position: relative;
	padding:80px 0 0;
	background: #fff;
}
.s3con{
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.s3c1{
	width: calc(33.3333% - 30px);
}
.s3img{
	width:100%;
	position: relative;
	height: 300px;
}
.s3img a{
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
	transition: 1s;
}
.s3c1img{
	background-image: url(../image/s3bg1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
}
.s3text{
	width:100%;
	position: relative;
	height: 300px;
	background: #f5f5f5;
	transition:0s;
	padding:35px;
	box-sizing:border-box;
}
.s3p1{
	font-size:34px;
	font-weight:800;
	line-height:1;
}
.s3p2{
	font-size:24px;
	font-weight:800;
	line-height:1;
}
.s3p3{
	font-size:18px;
	font-weight:800;
	color:#333;
}
.s3text a{
	font-size:16px;
	color:#0054a6;
}
.s3c1:hover .s3text{
	background: #13589d;
	color:#fff;
}
.s3c1:hover .s3text .s3p3{
	color:#fff;
}
.s3c1:hover .s3img a{
	transform: rotate(360deg);
}
.s3c1:hover .s3text a{
	color: #fff;
}
.s3c2:hover .s3text{
	background: #13589d;
	color:#fff;
}
.s3c2:hover .s3text .s3p3{
	color:#fff;
}
.s3c2:hover .s3img a{
	transform: rotate(360deg);
}
.s3c2:hover .s3text a{
	color: #fff;
}
.s3c2{
	width: calc(33.3333% - 30px);
}
.s3c2img{
	background-image: url(../image/s3bg2.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
}
.s3c3{
	width: calc(33.3333% - 30px);
}
.s3c3top{
	border-left:5px solid #0054a6;
	padding-left:15px;
	font-size:30px;
	box-sizing:border-box;
	line-height: 1;
	font-weight:800;
	color:#000;
}
.s3c3bot{
	position: relative;
	top:30px;
	width:100%;
	height:calc(100% - 60px);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.s33z{
	width:65%;
	height: 100%;
	background-image: url(../image/s3bg3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition:1s;
	position: relative;
}

.s33y{
	width:35%;
	height: 100%;
	background-image: url(../image/s3bg4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition:1s;
	position: relative;
}
.s3b1img{
	position: relative;
	top:20%;
	margin:0 auto;
	display: block;
}
.s3b2img{
	position: relative;
	top:30%;
	margin:0 auto;
	display: block;
	width:50%;
}
@media(max-width:1000px){
	.s3c1,.s3c2,.s3c3{
		width:100%;
		margin-bottom:20px;
	}
	.s3c3bot{
		height:350px;
	}
	.s3text{
		height:auto;
	}
}
/*s4*/
.s4{
	position: relative;
	padding:80px 0;
	background-image: url(../image/s4bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}
.s4con{
	margin-top:40px;
	padding-top: 40px;
	border-top: 1px solid #bfbfbf;
}
.s4a{
	display:block;
	width:100%;
	position: relative;
	border-bottom: 5px solid #0054a6;
}
.s4img{
	width:100%;
	display: block;
	position: relative;
}
.s4img img{
	display: block;
	width:100%;
}
.s4img p{
	display: block;
	position: absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width:80px;
	height: 80px;
	line-height: 80px;
	text-align:center;
	border-radius: 50%;
	border:1px solid #fff;
	font-size:20px;
	color:#fff;
	transition:1s;
}
.s4a:hover .s4img p{
	background: #004d99;
	border:1px solid #004d99;
	transform: rotate(720deg);
}
.s4p1{
	margin-top:15px;
	font-size:20px;
	font-weight:800;
	color:#0054a6;
}
.s4p2{
	margin-top:15px;
	font-size:16px;
	font-weight:400;
	color:#666666;
}
.s4a:hover .s4p1{
	color:#ff9c00;
}
.s4p3{
	margin-top:15px;
	font-size:14px;
	font-weight:400;
	color:#666666;
	margin-bottom: 50px;
}
.s4a:after{
	display:block;
	content:'';
	position: absolute;
	bottom:-5px;
	left:0;
	background: #ff9c00;
	width:0px;
	height: 5px;
	transition:1s;
}
.s4a:hover::after{
	width:100%;
}
.pcb{
	display: block;
}
.wapb{
	display: none;
}
.swiper img{
    width:100%;
}
@media(max-width:1000px){
	.s1,.s2,.s3,.s4{
		padding:30px 0;
	}
	.pcb{
		display: none;
	}
	.wapb{
		display: block;
	}
}
