.s1{
	padding:30px 0 100px;
}
.s1-img-box{
	display: block;
	width:100%;
	position: relative;
	overflow: hidden;
}
.s1-img-box img{
	display: block;
	width:100%;
	transition: 0.3s;
}
.s1-c{
	position: absolute;
	right:60px;
	height:100%;
	top:0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
.s1-tab{
	width:100%;
	max-width:350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	border:1px solid #fff;
	position: relative;
	overflow: hidden;
}
.s1-tab:first-child{
	margin-bottom:20px;
}
.s1-c .s1-tab img{
	display: block;
	width:100%;
	transition: 0.3s;
	position: relative;
}
.s1-tab:hover img{
	transform: scale(1.1);
}
.s1-tab-div{
	width:100%;
	box-sizing:border-box;
	padding:20px;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 1;
}
.s1-tab-div p{
	font-size:18px;
	color:#fff;
	font-weight:400;
	line-height: 1.6;
	margin-bottom:10px;
}
.s1-tab-a{
	display: inline-block;
	padding:10px;
	border-radius: 10px;
	background: #313131;
	font-size:16px;
	color:#fff;
	font-weight:400;
	line-height: 1;
}
.s1-tab:hover .s1-tab-a{
	background: #02509b;
}
@media(max-width:1200px){
	.s1-tab:first-child{
		margin-bottom:0px;
		margin-right:10px;
	}
}
@media(max-width:999px){
	.s1{
		padding-top:20px;
		padding-bottom:20px;
	}
	.s1-c{
		position: relative;
		top:0;
		right:0;
	}
	.s1-tab{
		margin-top:10px;
	}
	.s1-tab:first-child{
		margin-right: 0;
	}
}
.s2{
	padding:60px 0;
	background: #f5f6fa;
}
.s-title{
	font-size:32px;
	color:#000;
	font-weight:800;
	line-height: 1;
}
.s2-top{
	margin-top:40px;
}
.s2-left{
	width:32.5%;
	padding-right:100px;
	box-sizing: border-box;
}
.s-p1{
	font-size:16px;
	color:#000;
	font-weight:400;
	line-height: 1.6;
}
.s2-right{
	width:67.5%;
	box-sizing: border-box;
}
.s2 .s2swiper{
	background: #fff;
}
.s2 .s2swiper .swiper-slide{
	background: #fff;
}
.s2 .s2swiper .swiper-slide a{
	display: block;
	padding:10px 0 10px 20px;
	min-height:50px;
}
.s2 .s2swiper .swiper-slide a:hover{
	background: #007cbd;
	color: #fff !important;
}
.s2 .s2swiper .swiper-slide-active{
	background: #02509b;
	color: #fff !important;
}
.s2 .s2swiper .swiper-slide-active a p{
	color: #fff !important;
}
.s2 .s2swiper .s2-next:after{
	font-size: 18px!important;
	color:#000;
}
.s2-bottom{
	width:100%;
	margin-top:50px;
	position: relative;
	padding:0 100px;
	box-sizing: border-box;
}
.s2swiper2{
	
}
.s2-prev-b{
	width: 30px !important;
	height:60px !important;
	line-height: 60px !important;
	text-align: center;
	background: #02509b!important;
}
.s2-prev-b:hover{
	background: #007cbd!important;
}
.s2-prev-b:after{
	color:#fff!important;
	font-size:20px!important;
}
.s2-next-b{
	width: 30px !important;
	height:60px !important;
	line-height: 60px !important;
	text-align: center;
	background: #02509b!important;
}
.s2-next-b:hover{
	background: #007cbd!important;
}
.s2-next-b:after{
	color:#fff!important;
	font-size:20px!important;
}
.s2-img-box{
	width:100%;
	display: block;
	overflow: hidden;
}
.s2-img-box img{
	width:100%;
	display: block;
	transition:0.3s;
}
.s2swiper2 a:hover .s2-img-box img{
	transform: scale(1.1);
}
.s2-text-box{
	background:#fff;
	padding:20px 20px 80px;
	position: relative;
}
.s2-p2{
	padding:10px 20px;
	display: inline-block;
	background: #f7f7f7;
	font-size:14px;
	color:#666666;
	font-weight:400px;
	line-height: 1;
}
.s2-p3{
	font-size:16px;
	color:#000000;
	font-weight:800;
	line-height: 1.6;
	margin-top:15px;
}
.s2-p4{
	position: absolute;
	bottom:0;
	right:0;
}
.s2-p4 p{
	background: #02509b;
	padding:15px 25px;
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height: 1;
}
.s2swiper2 a:hover .s2-p4 p{
	background: #007cbd;
}
@media(max-width:999px){
	.s2{
		padding:30px 0;
	}
	.s2-top{
		margin-top:20px;
	}
	.s2-left{
		width:100%;
		padding-right: 0;
	}
	.s2-right{
		width:100%;
		padding-right: 0;
		margin-top:20px;
	}
	.s2-next:after{
		color:#fff!important;
	}
	.s2 .swiper-slide a{
		min-height: 81px;
	}
	.s-title{
		font-size: 24px;
	}
	.s2-bottom{
		padding:0 30px;
	}
}
.s3{
    padding:100px 0;
}
.s3 .txbdstitle{
	padding:20px 0;
	font-size:40px;
	color:#000;
	line-height: 1.6;
	font-weight:800;
}
.s3 .section-content{
	font-size:18px;
	color:#999999;
	line-height: 1;
	font-weight:400;
}
.s3 p{
	text-align: justify;
	font-size:16px;
	color:#8d8d8d;
}
.s3 .hero-button{
	margin-top:45px;
	background: #02509b;
	padding: 15px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
}
.s3 .hero-button:hover{
	background: #007cbd;
}
.abicon{
	margin-top:60px;
}
.ab_left_inner{
    padding: 0;
}

.ab_left_inner .single_image{
	position: relative;
	z-index:2;
	padding-right:40px;
	box-sizing:border-box;
}
.ab_left_inner .single_image img{
	border-radius: 0px;
	width:100%;
}
.ab_left_inner .single_image img{
	position: relative;
	z-index:2;
}
.ab_left_inner .single_image:after{
	content:'';
	display: block;
	position: absolute;
	bottom:-40px;
	right:0px;
	width:calc(100% - 50px);
	height:100%;
	background: #02509b;
	border-radius: 0px;
	z-index:1;
}
.ab_witr{
    padding:0 0 0 20px;
}
.ab_witr .tts {
    margin-bottom:0px;
}
.ab_witr .allcostyle {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0px 35px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 20px 35px;
    padding: 20px 20px 5px 20px;
}
.ab_witr .txbdsvflextlr {
    align-items: flex-start;
}
.ab_witr .txbdsvflex {
    display: flex;
    justify-content: space-between;
}
.ab_witr .iconall {
    margin-bottom: 10px;
}
.ab_witr .iconalltf i {
    border-radius: 5px;
    margin: 10px 0 0 -50px;
    font-size: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--brcolor);
    border-color: var(--brcolor);
    color: var(--white);
    border: 1px solid var(--bdcolor);
    text-align: center;
    display: inline-block;
    transition: .5s;
    padding: 0;
}
.sp-txbdsvfdrl {
    margin-bottom: 2px;
}
.sp-txbdsvfdrl {
    padding-left: 20px;
}
.txbdsvtitle {
    margin-bottom: 10px;
}
.txbdsvbtn {
    margin-top: 22px;
}
.txbdsvtitle:hover {
    color: var(--brcolor);
}
.testimonial-meta-inner{
    display: flex;
    align-items: center;
    margin-top: 58px;
}
.testimonial-image{
    padding-right:15px;
}
.testimonial-meta .testimonial-details, .testimonial-meta .testimonial-image {
    display: table-cell;
    vertical-align: middle;
}
.testimonial-image img{
    width: 80px;
    height: 80px;
	object-fit: cover;
    max-width: none;
	border-radius: 50%;
}
.testimonial-name{
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 700;
}
.testimonial-name {
    line-height: 1.5;
    display: block;
}
.testimonial-job {
    font-size: 16px;
    font-weight: 400;
}

.card {
    -webkit-box-shadow: 0 0 0 .05rem rgba(8,60,130,.06),0 0 1.25rem rgba(30,34,40,.04);
    box-shadow: 0 0 0 .05rem rgba(8,60,130,.06),0 0 1.25rem rgba(30,34,40,.04);
    border: 0;
	border-radius: 10px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}


.btn-circle {
    padding: 0;
    border-radius: 100%!important;
    width: 100px;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    -webkit-backface-visibility: hidden;
	background-color:rgb(246, 247, 249);
	transition:0.3s;
}
.h-about-preim .btn-circle{
    width: 80px;
    height: 80px;
}
.h-about-preim:hover .btn-circle{
	transform: rotateY(360deg);
}
.display-31{
	font-size:40px;
	font-weight:800;
}
.width40{
	width:40%
}
.width60{
	width:60%
}
.width60 .display-31{
	display: inline-block;
	font-family:Montserrat, sans-serif;
	line-height: 1.25;
}
.width60 p{
	display: block;
	text-indent: 0em;
	color:rgb(165, 165, 165);
}
.card:hover .btn-circle{
	background: #02509b;
}
.card:hover .btn-circle img{
	filter:brightness(100);
	/* brightness(0)将图片转为黑色，invert(1)再反转成白色 */
	filter: brightness(0) invert(1);
}
@media(max-width:996px){
	.s3{
		padding:30px 0;
	}
	.s3 .single_image{
		width:100%;
		padding-right: 0px;
	}
	.s3 .single_image img{
		display: block;
		width:100%;
	}
	.s3 .txbdstitle{
		font-size: 18px;
	}
	.s3 p{
		text-align: left;
	}
	.s3 .ab_witr{
		padding:20px 0;
	}
	.abicon{
		margin-top:20px;
	}
	.ab_left_inner .single_image:after{
	    display: none;
	}
	.card{
		margin-bottom:10px;
	}
}
.s4{
	padding:100px 0 30px;
	background: #313131;
}
.s4 .s-title{
	color:#fff;
}
.s4-bottom{
	margin-top:50px;
	position: relative;
	padding-bottom: 70px;
}
.s4-img-box{
	width:100%;
	display: block;
	overflow: hidden;
}
.s4-img-box img{
	width:100%;
	display: block;
	transition:0.3s;
}
.s4swiper .swiper-slide a:hover .s4-img-box img{
	transform: scale(1.1);
}
.s4swiper .swiper-slide a{
	position: relative;
	display: block;
}
.s4-text-box{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.s4-p1{
	position: absolute;
	bottom:0;
	left:0;
	padding:20px;
	color:#fff;
	font-size:18px;
	line-height: 1.6;
	font-weight:400;
}
.s4swiper .swiper-slide a:hover  .s4-text-box{
	background: linear-gradient(to top, rgba(2,80,155,0.6) 0%, rgba(2,80,155,0) 100%);
}
.s4-prev{
	top: auto !important;
	bottom: 0px !important;
	left: auto !important;
	right:50px !important;
}
.s4-prev:after{
	color: #fff !important;
	font-size:18px!important;
}
.s4-next{
	top: auto !important;
	bottom: 0px !important;
	left: auto !important;
	right:0px !important;
}
.s4-next:after{
	color: #fff !important;
	font-size:18px!important;
}
.s5{
	padding:100px 0;
	background: #fff;
}
.s5-con{
	margin-top:50px;
}
.s5-left{
	width:calc(50% - 20px);
}
.s5-right{
	width:calc(50% - 20px);
}
.s5-a1{
	display: block;
	width:calc(50% - 20px);
}

.s5-img-box{
	width:100%;
	display: block;
	overflow: hidden;
}
.s5-img-box img{
	width:100%;
	display: block;
	transition:0.3s;
}
.s5-a1:hover img{
	transform: scale(1.1);
}
.s5-text-box{
	width:100%;
}
.s5-p1{
	margin-top:30px;
	font-size:16px;
	color:#666666;
	font-weight:400;
	line-height: 1;
}
.s5-p2{
	margin-top:20px;
	font-size:16px;
	color:#000000;
	font-weight:800;
	line-height: 1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	min-height:40px;
}
.s5-p3{
	margin-top:20px;
	font-size:16px;
	color:#666666;
	font-weight:400;
	line-height: 1.6;
	display:-webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient:vertical;
	overflow: hidden;
	min-height:135px;
}
.s5-p4{
	margin-top:25px;
	width:100%;
	padding:12px 0;
	color:#fff;
	font-size:14px;
	background: #02509b;
	text-align: center;
}

.s5-a1:hover .s5-p4{
	background: #007cbd;
}
.s5-a1:hover .s5-p2{
	color:#02509b;
}
.s5-right{
	align-content: space-around;
	flex-direction: column;
}
.s5-a2{
	display: block;
	padding:20px;
	background: #eeeeee;
}
.s5-p5{
	font-size:16px;
	color:#666666;
	font-weight:400;
	line-height: 1;
}
.s5-p6{
	margin-top:20px;
	font-size:16px;
	color:#000000;
	font-weight:800;
	line-height: 1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s5-p7{
	margin-top:15px;
	font-size:16px;
	color:#666666;
	font-weight:400;
	line-height: 1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
	
.s5-a2:hover{
	background: #02509b;
}
.s5-a2:hover .s5-p5{
	color:#fff;
}
.s5-a2:hover .s5-p6{
	color:#fff;
}
.s5-a2:hover .s5-p7{
	color:#fff;
}
@media(max-width:999px){
	.s5{
		padding:30px 0;
	}
	.s5-left{
		width:100%;
	}
	.s5-a1{
		width:100%;
		margin-bottom: 20px;
	}
	.s5-right{
		width:100%;
	}
	.s5-a2{
		margin-bottom:20px;
	}
}