.banner-top{
	text-align: center;
	font-size:24px;
	color:#000;
	font-weight:800;
	padding:0;
	letter-spacing: 2px;
}
.banner img{
	display: block;
	width:100%;
}
.banner-next{
	right:10%;
	background:#002c97;
	padding:15px;
	width:50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
}
.banner-next:after{
	display: none;
}
.banner-prev{
	left:10%;
	background:#002c97;
	padding:15px;
	width:50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
}
.banner-prev:after{
	display: none;
}
.banner .icon{
	display: block;
	height: 20px;
	width: 20px;
}
@media(max-width:1600px){
	.banner-top {
	    font-size: 22px;
	}
}
@media(max-width:1500px){
	.banner-top {
	    font-size: 20px;
	}
}
@media(max-width:1400px){
	.banner-top {
	    font-size: 18px;
	}
}
@media(max-width:1300px){
	.banner-top {
	    font-size: 16px;
	}
}
@media(max-width:999px){
	.banner-top{
		margin-top:60px;
	}
	.banner-top {
	    font-size:16px;
	}
}
.bg-gray{
	background: #f2f2f2;
}
.s1{
	padding:100px 0;
}
.s1-left{
	width:calc(50% - 30px);
}
.s1-right{
	width:calc(50% - 30px);
}
.stats-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:40px;
	/* text-align: center; */
}

.stat-item {
	
	padding: 20px;
	/* border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.stat-number {
	font-size: 60px;
	color: #0047AB;
	font-weight: bold;
	margin-bottom: 25px;
	border-bottom: 2px solid #d9d9d9;
}

.stat-label {
	font-size: 16px;
	color: #000;
}
.index-p1{
	font-size:44px;
	color:#000;
	font-weight:800;
}
.index-p2{
	margin-top:25px;
	font-size:18px;
	color:#999;
	font-weight:400;
	text-align:justify;
}
.index-p3{
	margin-top:25px;
	font-size:18px;
	color:#002c97;
	font-weight:400;
}
.index-p3 .index-more img{
	width:26px;
	height:26px;
	transition: 0.3s;
}
.index-p3:hover{
	color:#0047ab;
}
.index-p3:hover .index-more img{
	transform: rotate(45deg);
}
@media(max-width:999px){
	.s1-left{
		width:100%;
	}
	.s1-right{
		width:100%;
		margin-top:30px;
	}
	.stats-container{
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}
}
.s2{
	padding:100px 0;
}
.s2-con{
	margin-top:40px;
}
.s2-mg{
	padding:35px;
	background: #002c97;
	margin-bottom:30px;
	display: inline-block;
	transition: 1s;
}
.s2-tab{
	max-width:25%;
}
.s2-tab span{
	font-size:24px;
	display: block;
	color:#000;
}
.s2-tab:hover .s2-mg{
	border-radius: 80px;
	transform: rotate(360deg);
}
@media(max-width:999px){
	.s2-tab span{
		font-size:14px;
	}
	.s2-mg img{
		width:40px;
	}
	.s2-mg{
		padding:20px;
		margin-left: auto;
		margin-right: auto;
	}
}
.s3{
	padding:100px 0;
}
.s3-con{
	margin-top:40px;
}
.s3-tab{
	width:calc((100% - 80px) / 3);
	
}
.s3-tab:hover{
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	
}
.s3-tab img{
	max-width:100%;
}
.s3-tab .s3-text{
	padding:30px 0;
	transition:0.3s;
}
.s3-tab:hover .s3-text{
	padding:30px;
}
.s3-p1{
	font-size:30px;
	color:#000;
}
.s3-p2{
	font-size:18px;
	color:#999;
	margin-top:10px;
}
.s3-p3{
	font-size:18px;
	color:#999;
	margin-top:20px;
}
@media(max-width:999px){
	.s3-tab{
		width:100%;
		margin-bottom:20px;
	}
}
.s4{
	padding:100px 0;
}
.s4 .index-p1{
	text-align: center;
}
.s4 .index-p2{
	text-align: center;
}
.s4 .index-p3{
	text-align: center;
	margin-top:40px;
}
.s4 .index-p3 .index-more{
	margin-left:auto;
	margin-right:auto;
}
.s4-con{
	margin-top:40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	text-align: center;
}
.s4-tab{
	padding:0px;
	display: block;
}
.s4-img{
	display: block;
	width:100%;
}
.s4-text{
	background: #f2f2f2;
	padding:20px;
}
@media(max-width:999px){
	.s4-con{
		grid-template-columns: repeat(1, 1fr);
	}
}
.s5{
	padding:100px 0;
}
.s5-con{
	margin-top:40px;
}
.s5-left{
	width:calc(50% - 20px);
}
.s5-right{
	width:calc(50% - 20px);
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.s5-tab{
	display: block;
	width:100%;
	padding:20px 0;
	box-sizing: border-box;
	border-bottom:1px solid #d9d9d9;
}
.s5-p1{
	display: block;
	font-size:18px;
	color:#999;
}
.s5-p2{
	font-size:24px;
	color:#000;
	margin-top:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s5-tab:hover .s5-p2{
	color:#002c97;
}
.s5.blog-section .songle-blog{
	margin-bottom:0px;
}
.s6{
	padding:140px 0;
	background-image: url(../image/s6bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment:fixed;
}
.s6 .index-p3{
	font-size:48px;
	color:#fff;
	font-weight:800;
	text-align: center;
}
.s6  .index-p3 a{
	color:#fff;
}
@media(max-width:999px){
	.s5-left{
		width:100%;
	}
	.s5-right{
		width:100%;
	}
}