.banner-img{
	position: relative;
	width:100%;
	display: block;
}
.banner-slide{
	position: relative;
}
.bannerbg{
	position: absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index:10;
}
.banner-text{
	position: absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index:15;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	color:#fff;
}
.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner a{
    display: block;
}
.banner a img{
    width:100%;
    display: block;
}
.bt1{
	width:60%;
	font-size:48px;
	line-height: 1.2;
}
.bt2{
	width:50%;
	margin-top:30px;
	font-size:24px;
}
.bt3{
	width:50%;
	font-size:18px;
	margin-top:20px;
	line-height: 2;
}

.bannerimg{
	display: block;
	width:100%;
}
.banner-np{
	position: absolute;
	width:100%;
	display: block;
	bottom: 180px;
}
.banner-line{
	width:180px;
	height:2px;
	background: rgb(255,255,255,50%);
	position: absolute;
	left:80px;
	top:0px;
	z-index:2;
}
.banner-line:after {
    content: '';
    width:0px;
    height:2px;
	display:block;
    background:linear-gradient(90deg,#192e77,#ec6519);
    position: absolute;
    -webkit-animation: sd1 3s both infinite;
    -o-animation: sd1 3s both infinite;
    animation: sd1 3s both infinite;
}
@-webkit-keyframes sd1 {
    from {
        width:0px;
    }
    to {
        width:180px;
    }
}
.banner-center{
	width:250px;
	margin:0 auto;
	position: relative;
}
.banner-s{
	position: relative;
	width:100%;
	margin-top:-100px;
	z-index: 2;
}
.banner-bottom{
	background: #fff;
	box-shadow: 0 0 10px 3px rgba(0,104,208,0.05);
	border-radius: 15px;
	padding:30px 0;
}
.banner-next{
	right: auto !important;
	left: 40px!important;
}
.banner-next:after{
	font-size:15px !important;
	color: #fff !important;	
}
.banner-prev:after{
	font-size:15px !important;
	color: #fff !important;
}
.banner-c{
	text-align: center;
	width:calc(100% / 6);
	display: block;
	position: relative;
	box-sizing:border-box;
}
.banner-c img{
	display:block;
	margin:0 auto;
	transition: 1s;
}
.banner-c p{
	padding:0 25px;
	margin-bottom:0;
	font-size:14px;
}
.banner-c:after{
	content:'';
	display: block;
	position: absolute;
	z-index:2;
	right:0px;
	top:0px;
	height:100%;
	width:2px;
	background:#f9f9f9;
}
.banner-c:last-child:after{
	display: none;
}
.banner-c:hover img{
	transform: rotateY(180deg);
}
@media(max-width:1000px){
	.indexnext,.indexpagination,.bt1{
		display: none!important;
	}
	.bt3{
		width:100%;
		font-size:14px;	
	}
	.bt2{
		width:100%;
		font-size:16px;
		margin-top:0;
	}
	.banner-c{
		width:50%;
	}
	.banner-s{
		margin-top: 20px;
	}
	.banner-c p{
		padding:0;
	}
}
.s1{
	padding:80px 0;
}
.stitle{
	margin-bottom:50px;
}
.stitle-p{
	font-size:26px;
	font-weight:800;
	color:#222222;
}
.stitle-a{
	font-size:16px;
	font-weight:400;
	color:#002e70;
}
.s1 .blog-feed-post-meta{
	margin-top:30px;
	margin-bottom:0;
}
.s2-pro{
	margin-bottom:30px;
}
.s3-a{
	display: block;
	width:100%;
	border:1px solid #ddd;
}
.s3-img{
	display: block;
	width:100%;
}
.s3-div{
	padding:30px;
}
.s3-div1 {
	min-height: 274px;
}
.s3p1{
	font-size:14px;
	color:#001762;
	line-height: 1;
	margin-bottom:15px;
}
.s3p2{
	font-size:18px;
	color:#222222;
	line-height: 1;
	margin-bottom:25px;
}
.s3p3{
	font-size:15px;
	color:#555555;
	line-height: 1;
	margin-bottom:0px;
}
.s3-a2{
	margin-bottom:30px;
}
.s4{
	margin-top:50px;
}
/* .s4-slide{
	border:1px solid #ddd;
} */
.s4-img{
	display:block;
	width:100%;
}
@media(max-width:1000px){
	.s4{
		margin-top:0;
	}
}