.for {
	width: 100%;
	background: #e5e5e5;
	height: 80px;
	margin-top: -5px;
	display: flex;
	padding: 5px 0;
}

.for .for-left {
	float: left;
	width: 49%;
	text-align: center;
	border-right: 1px solid #000;
	cursor: pointer;
}

.for .for-left img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 50px;
}

.for .for-left span {
	display: inline-block;
	line-height: 80px;
	font-size: 20px;
	font-weight: 600;
	color: #0099cc;
	padding: 0 20px;
}

.for .for-right {
	float: left;
	width: 49%;
	margin: auto;
	text-align: center;
	cursor: pointer;
}

.for .for-right img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 50px;
}

.for .for-right span {
	display: inline-block;
	line-height: 80px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 0 20px;
}


/*第三块*/

.center .cen_two_a {
	margin-top: 50px;
	padding: 40px 0;
}

.center .cen_two_a h2 {
	text-align: center;
	margin: auto;
	width: 330px;
	background: #0090c5;
	color: #fff;
	font-size: 30px;
}

.center .cen_two_a span {
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 5px;
}

.center .cen_two_a ul {
	display: flex;
	margin-top: 30px;
}

.center .cen_two_a ul li {
	width: 33.3333%;
	padding: 0 20px;
}

.center .cen_two_a ul li h3 {
	color: #006699;
	font-size: 24px;
	margin-top: 10px;
}

.center .cen_two_a ul li h4 {
	font-size: 18px;
	margin-top: 10px;
}

.center .cen_two_a ul li p {
	font-size: 14px;
	margin-top: 20px;
}


/*第一块*/

.center .cen_thre {
	margin-top: 50px;
	margin-bottom: 50px;
}

.center .cen_thre h2 {
	text-align: center;
	margin: auto;
	width: 360px;
	background: #0090c5;
	color: #fff;
	font-size: 30px;
}

.center .cen_thre span {
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 50px;
}

.center .cen_thre .swi_p {
	width: 1000px;
	text-align: center;
	margin: auto;
	font-size: 14px;
	color: #6A6A6A;
	line-height: 24px;
}

.center .cen_thre .swi_one {
	margin-top: 40px;
}


/*第二块*/

.content_list {
	background: #f6f6f6;
	margin-top: 50px;
	padding: 40px 0;
}

.content_ul {
	display: flex;
}

.content_ul li {
	width: 33.333%;
	padding: 0 15px;
}

.content_ul li p {
	font-size: 14px;
	line-height: 24px;
}

.content_list h3 {
	width: 1000px;
	text-align: center;
	margin: 20px auto;
}

.content_ol {
	display: flex;
}

.content_ol li {
	width: 33.333%;
	padding: 0 15px;
}

.content_ol li h4 {
	text-align: center;
	margin: 10px auto;
	font-size: 16px;
}

.content_ol li p {
	text-align: center;
	margin: 10px auto;
	font-size: 14px;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: none !important;
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: none !important;
}

.swiper-slide-active {
	transform: translate3d(20px, 0px, -184px) rotateX(0deg) rotateY(66deg) !important;
}

.swiper-slide-next {
	margin-left: 30px;
}