@charset "utf-8";
/*about-数字滚动*/

.flcount {
	width: 100%;
	height: 130px;
	box-shadow: 0px 5px 10px #ebebeb;
	background-color: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.flcount .con {
	width: 94%;
	margin: 0px auto;
	height: 90px;
}
.flcount .con .conitems {
	width: 20%;
	float: left;
	border-left: 1px solid #ccc;
	height: 100%;
}
.flcount .con .conitems:before {
	content: '';
	position: relative;
	left: -2px;
	top: 0;
	width: 1px;
	height: 30%;
	background: #999;
	z-index: 1;
	display: block;
}
.flcount .con .conitems .flc {
	width: 80%;
	margin: 0px auto;
	height: 100%;
	text-align: center;
	margin-top: -30px;
}
.flcount .con .conitems .flc .sz {
	width: 100%;
}
.flcount .con .conitems .flc .sz .numz {
	color: #0a51a1;
	font-weight: bold;
	font-size: 46px;
}
.flcount .con .conitems .flc .sz .wz {
	color: #999999;
	font-size: 16px;
}
.flcount .con .conitems .flc .mm {
	color: #999999;
	font-size: 16px;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
.flcount {
	width: 100%;
	height: 460px;
	box-shadow: 0px 5px 10px #ebebeb;
	background-color: rgba(255, 255, 255, 1);
	display: block;
}
.flcount .con .conitems {
	width: 100%;
	float: left;
	border-left: 1px solid #ccc;
	height: 100%;
}
}
/*about-资质滚动*/

.zzlanmu{margin-top:50px;}
.zztu {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
	margin-bottom: 50px;
}
/* 外层容器 */
.zztu .swiper {
	width: 100%;
	height: 300px;
	overflow-x: hidden;
}
/* 轮播项 */
.zztu .swiper .swiper-slide {
	width: 80%;
	height: 100%;
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	/* 文字垂直居中 */
	display: flex;
	justify-content: center;
	align-items: center;
}
.zztu .swiper .swiper-slide img {
	height: 200px;
	max-width: 100%;
}

@media screen and (max-width: 768px) and (min-width: 320px) {


/* 外层容器 */
.zztu .swiper {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
.zztu {
	margin-bottom: 50px;
	position: relative;
	width: 90%
}
/* 轮播项 */
.zztu .swiper .swiper-slide {
	width: 80%;
	height: auto;
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	/* 文字垂直居中 */
	display: flex;
	justify-content: center;
	align-items: center;
}
.zztu .swiper .swiper-slide img {
	height: auto;
	max-width: 100%;
}
}
.culture {
	width: 95%;
	margin-left: 5%;
	margin-bottom: 70px;
}
.culture .title {
	font-size: 34px;
	color: #0a51a1;
	line-height: 1.5;
}
.culture p {
	margin-top: 0px !important;
	margin-bottom: 0px !important
}
.culture b {
	font-weight: bolder;
}
.culture .conjj {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	line-height: 2;
	margin-top: 30px;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
.culture .title {
	font-size: 24px;
	color: #0a51a1;
	line-height: 1.5;
}	
	
}
