/*首页banner*/
.index_banner {
	position: relative;
}

.index_banner img {
	width: 100%;
}

.index_banner_yd {
	position: absolute;
	bottom: 5% !important;
	left: 0;
	text-align: center;
	z-index: 999;
	width: 100%;
	font-size: 0;
}

.index_banner_yd span {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	opacity: 1 !important;
	margin: 0 5px;
}

.index_banner_yd span.swiper-pagination-bullet-active {
	background: #0762cb;
}

/*首页关于我们*/
.index_about {
	padding: 5% 0;
	overflow: hidden;
}

.index_about_con {
	position: relative;
	align-items: flex-end;
}

.index_about_fl {
	width: 50%;
	position: relative;
	z-index: 9;
	margin-bottom: 18%;
}

.index_about_fl_ft {
	position: relative;
}

.index_about_fl_ft h3 {
	font-size: 6rem;
	font-weight: bold;
	line-height: .8;
	color: #f5f5f5;
}

.index_about_fl_ft h4 {
	font-size: 2.4rem;
	line-height: 1;
	color: #333333;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.index_about_fl_fc {
	font-size: 16px;
	line-height: 2.25;
	color: #333333;
	max-width: 670px;
	margin: 9% 0;
}

.index_about_fl_fb {
	font-size: 0;
}

.index_about_fl_fb a {
	font-size: 1rem;
	line-height: 1.5;
	color: #0762cb;
	padding: .75rem 4rem;
	border: solid 1px #0762cb;
	border-radius: 1.5rem;
	display: inline-block;
}

.index_about_fr {
	width: 43%;
	position: relative;
	z-index: 9;
}

.index_about_fr img {
	max-width: 100%;
}

.index_about_fb {
	position: absolute;
	width: 100vw;
	bottom: 0;
	left: 0;
	background-color: #0762cb;
	padding: 3.2% 0 3.2% 5.5%;
}

.index_about_fb_img {
	width: 17%;
}

.index_about_fb img {
	max-width: 100%;
}

@media(max-width:1540px) {
	.index_about_fb {
		padding: 2% 0 2% 3%;
	}
}

@media(max-width:1200px) {
	.index_about_fl_fb a {
		font-size: 16px;
	}

	.index_about_fl_fc {
		line-height: 2;
	}
}

@media(max-width:991px) {
	.index_about_fl_fb a {
		padding: 10px 30px;
		border-radius: 30px;
	}

	.index_about_fl_fc {
		line-height: 1.5;
	}

	.index_about_fb_img {
		width: 20%;
	}

	.index_about_fb {
		padding: 3% 5%;
	}
}

@media(max-width:768px) {
	.index_about {
		padding: 30px 0;
	}

	.index_about_fl {
		width: 100%;
		margin-bottom: 20px;
	}

	.index_about_fl_ft h3 {
		font-size: 48px;
	}

	.index_about_fl_ft h4 {
		font-size: 24px;
	}

	.index_about_fl_fc {
		margin: 20px 0;
	}

	.index_about_fr {
		width: 100%;
	}

	.index_about_fr img {
		width: 100%;
	}

	.index_about_fb {
		display: none;
	}
}
@media(max-width:468px){
    .index_about_fl_ft h3 {
		font-size: 40px;
	}

	.index_about_fl_ft h4 {
		font-size: 22px;
	}
}
/*首页业务范围*/
.index_business {
	padding: 4% 0;
	max-width: 1920px;
	margin: 0 auto;
}

.index_business_fbw {
	margin-top: 4%;
	position: relative;
	/*display: flex;*/
	/*display: -webkit-flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: flex-end;*/
}

.index_business_fb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
}

.index_business_fb_fl {
	width: 30%;
	margin-top: 13%;
}

.index_business_fb_fl_btn {
	font-size: 0;
	margin-bottom: 24%;
}

.index_business_fb_fl_btnl {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #cccccc url(../images/index_ywbtnr.png) no-repeat center;
	display: inline-block;
	cursor: pointer;
}

.index_business_fb_fl_btnr {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #cccccc url(../images/index_ywbtnl.png) no-repeat center;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}

.index_business_fb_fl_btnl:hover {
	background: #0762cb url(../images/index_ywbtnr.png) no-repeat center;
}

.index_business_fb_fl_btnr:hover {
	background: #0762cb url(../images/index_ywbtnl.png) no-repeat center;
}

.index_business_fb_fr {
	width: 70.2%;
	/*padding-right: 15%;*/
	overflow: hidden;
	position: relative;
	z-index: 15;
}

.index_business_fb_fr li img {
	width: 100%;
}

.index_business_fb_fr li .wz h3 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}

.index_business_fb_fr li .wz h4 {
	font-size: 14px;
	line-height: 27px;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.index_ywfwgd1 {
	display: none;
}

@media(max-width:1800px) {
	.index_business_fb_fl {
		margin-top: 8%;
	}
}

@media(max-width:1540px) {
	.index_business_fb_fr {
		width: 73%;
	}
}

@media(max-width:1200px) {
	.index_business_fb_fr li .wz h3 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.index_business_fb_fr {
		padding-right: 0;
		margin-right: 15px;
	}
}

@media(max-width:768px) {
	.index_business {
		padding: 30px 0;
	}

	.index_business_fbw {
		margin-top: 25px;
		justify-content: center;
	}

	.index_business_fb_fl {
		display: none;
	}

	.index_business_fb_fr {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.index_ywfwgd1 {
		display: block;
		text-align: center;
	}
	.index_ywfwgd1 a{
	    margin-top: 15px;
	}
}

/**/
.index_achievement {
	background-color: #0762cb;
	padding: 5% 0;
}

.index_achievement .index_about_fl_ft h3 {
	color: #2b78d0;
}

.index_achievement .index_about_fl_ft h4 {
	color: #fff;
}

.index_achievement_fb {
	margin-top: 5%;
	overflow: hidden;
}

.index_achievement_fb li {
	position: relative;
}

.index_achievement_fb li img {
	width: 100%;
}

.index_achievement_fb li .wz {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(43, 120, 208, .64);
}

.index_achievement_fb li .wz h3 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	text-align: center;
}

@media(max-width:1200px) {
	.index_achievement_fb li .wz h3 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.index_achievement {
		padding: 30px 0;
	}

	.index_achievement_fb {
		margin-top: 25px;
	}

	.index_achievement_fb li .wz h3 {
		font-size: 16px;
	}
}

/*首页新闻中心*/
.index_news {
	padding: 5% 0;
}

.index_news_fb {
	margin-top: 5%;
}

.index_news_fb_fl {
	width: 46%;
}

.index_news_fb_fl img {
	width: 100%;
}

.index_news_fb_fl .wz {
	width: 100%;
	margin-top: 4%;
}

.index_news_fb_fl .wz .wz_fl {
	width: calc(60px + 2rem);
}

.index_news_fb_fl .wz .wz_fr {
	border-left: 1px solid #cccccc;
}

.index_news_fb_fl .wz .wz_fr {
	width: calc(100% - 60px - 2rem);
	padding-left: 2rem;
}

.index_news_fb_fl .wz .wz_fl h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
}

.index_news_fb_fl .wz .wz_fl h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	color: #333333;
}

.index_news_fb_fl .wz .wz_fr h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news_fb_fl .wz .wz_fr h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	height: 84px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.index_news_fb_fr {
	width: 49%;
}

.index_news_fb_fr li:last-child .wz .wz_fr {
	padding-bottom: 0;
}

.index_news_fb_fr .wz .wz_fl {
	width: calc(60px + 2rem);
}

.index_news_fb_fr .wz .wz_fr {
	width: calc(100% - 60px - 2rem);
	padding-left: 2rem;
	padding-bottom: 5%;
}

.index_news_fb_fr .wz .wz_fr {
	border-left: 1px solid #cccccc;
}

.index_news_fb_fr .wz .wz_fl h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
}

.index_news_fb_fr .wz .wz_fl h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	color: #333333;
}

.index_news_fb_fr .wz .wz_fr h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news_fb_fr .wz .wz_fr h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	height: 84px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 3%;
}

@media(max-width:768px) {
	.index_news {
		padding: 30px 0;
	}

	.index_news_fb {
		margin-top: 20px;
	}

	.index_news_fb_fl {
		width: 100%;
	}

	.index_news_fb_fl .wz {
		margin-top: 20px;
	}

	.index_news_fb_fr {
		width: 100%;
		margin-top: 20px;
	}

	.index_news_fb_fr .wz .wz_fr h4 {
		margin-top: 15px;
	}

	.index_news_fb_fr .wz .wz_fr {
		padding-bottom: 20px;
	}
}

@media(max-width:468px) {
	.index_news_fb_fl .wz .wz_fl h3 {
		font-size: 20px;
	}

	.index_news_fb_fr .wz .wz_fl h3 {
		font-size: 20px;
	}

	.index_news_fb_fl .wz .wz_fl {
		width: 70px;
	}

	.index_news_fb_fl .wz .wz_fr {
		width: calc(100% - 70px);
		padding-left: 20px;
	}

	.index_news_fb_fr .wz .wz_fl {
		width: 70px;
	}

	.index_news_fb_fr .wz .wz_fr {
		width: calc(100% - 70px);
		padding-left: 20px;
	}
}
