.index {
	position: relative;
	width: 100%;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
}

.index .banner .navs-wrapper {
	/* min-height: 27rem; */
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
}

.index .banner .banner_box {
	display: inline-block;
	height: 100%;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
	height: 213px;
	width: 60%;
	margin: 0 auto;
}

.banner .navs-wrapper {
	/* height: auto !important; */
}

.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
}


.index .zycp {
	width: 100%;
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 45px;
	overflow: hidden;
}

.zycp_pic {
	width: 90%;
	margin: 0 auto;
}

.zycp h1 {
	text-align: center;
	font-size: 36px;
	line-height: 59px;
	color: #333;
	font-weight: bold;
}

.zycp_fl {
	margin: 0 auto;
	text-align: center;
}

.zycp_fl ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.zycp_fl ul li {
	width: 14.2%;
	float: left;
	text-align: center;
	height: 31px;
}

.zycp_fl ul li a {
	color: #333;
	font-size: 15px;
	margin: 2px;
	line-height: 28px;

}

.zycp_fl ul li a h3 {
	color: #333;
	font-size: 15px;
	margin: 2px;
	line-height: 28px;

}

.zycp_fl ul li a h3:hover {
	color: #0040c4;
	text-decoration: none;
}

.zycp p {
	color: #333;
	font-size: 15px;
	padding: 27px;
	margin: 0;
	line-height: 48px;
	float: left;
	width: 100%;
	text-align: center;
}


#app {
	width: 92%;
	margin: 0 auto;
}

.box {
	width: 25%;
	float: left;
	padding: 14px;

}

.box a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #535353;
	text-decoration: none;

}

.box a:hover {
	color: #0040c4;
}

.imgBox {
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 0 10px 0 #e0e0e0;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 32px;
	background: #fff;
}

.imgBox img {
	width: 100%;
	/* height: 100%; */
	transition: all 0.6s linear;
	/* padding: 20px; */
	background: #fff;
}

.source {
	border-radius: 33px;
	margin: 11px 0px 26px;
	background: #ff8201;
	color: #fff;
	text-align: center;
	line-height: 31px;
	font-size: 15px;
	padding: 6px 18px;
}

.title {
	font-size: 20px;
	font-size: 16px;
	margin: 0;
	line-height: 41px;
	color: #333;
}

.detail {
	text-align: justify;
	width: 50px;
	height: 3px;
	background-color: #d4d4d4;
	margin-bottom: 9px;
	float: left;
	margin: auto 44%;
	margin-top: 16px;
}

/*鼠标hover效果*/

/* .box>a::after {
	content: '';
	width: 280px;
	position: absolute;
	background: #0040c4;
	bottom: 0;
	height: 0px;
	transition: height 0.3s linear; */
/*利用伪类高度，实现动画效果*/
}

.box>a:hover::after {
	height: 10px;
}

.box:hover img {
	transform: scale(0.9);
}

.box:hover .source {
	background: #0040c4;
	border-color: #0040c4;
	color: #ffffff;
	transition: 0.3s linear;
}



.cpsub_btn {
	text-align: center;
}

.cpsub_btn button {
	font-size: 16px;
	width: 23%;
	height: 43px;
	background: #ff8201;
	border-radius: 30px;
	outline: none;
	color: #fff;
	font-weight: bold;
	margin-top: 3%;
	border: 0;
}

.cpsub_btn button:hover {
	font-size: 16px;
	width: 23%;
	height: 43px;
	background: #0040c4;
	border-radius: 30px;
	outline: none;
	color: #fff;
	font-weight: bold;
	margin-top: 3%;
	border: 0;
	transition: 0.3s linear;
}


.about_left {
	width: 65%;
	float: left;
	border-top-left-radius: 100px;
	background-image: url(/assets/image/abbj.jpg);
	margin-top: 6%;
	margin-bottom: 7%;
}

.about_left h1 {
	font-size: 36px;
	color: #333;
	line-height: 47px;
	margin: 60px 50px 7px;
	font-weight: bold;

}

.about_left p {
	font-size: 15px;
	line-height: 30px;
	margin: 28px 49px;
}

.about_left a {
	text-decoration: none;
}

.more {
	display: block;
	width: 25%;
	margin: 0 auto;
	padding: 12.8px 15px;
	color: #333;
	font-weight: normal;
	border: 1px solid #333;
	text-decoration: none;
	text-align: center;
	margin: 48px;
	font-size: 16px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
}

.more:hover {
	display: block;
	width: 27%;
	margin: 0 auto;
	padding: 13px 15px;
	color: #333;
	font-weight: normal;
	border: 1px solid #333;
	text-decoration: none;
	text-align: center;
	margin: 48px;
	font-size: 16px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
}

.about_left_bot {
	width: 100%;
	height: 120px;
	background-color: #000000d9;

}

.about_left_bot ul li {
	width: 24%;
	height: 120px;
	float: left;
	color: #ff8201;
	margin-left: 8%;
}

.about_left_bot ul li h1 {
	font-family: 'Oswald', sans-serif;
	color: #ff8201;
	margin: 0;
	margin-top: 22px;
	font-size: 46px;
}

.about_left_bot ul li h5 {
	color: #ff8201;
	font-size: 16px;
	font-weight: bold;
}


.about_right {
	width: 35%;
	float: left;
	margin-top: 6%;
	margin-bottom: 7%;
}

.about_right_a {
	width: 100%;
	height: 194px;
	background-image: url(/assets/image/ab01.jpg);
	background-color: #0040c4;
	padding: 25px;
}

.about_right_b {
	width: 100%;
	height: 194px;
	background-image: url(/assets/image/ab02.jpg);
	background-color: #2461df;
	padding: 25px;
}

.about_right_c {
	width: 100%;
	height: 194px;
	background-image: url(/assets/image/ab03.jpg);
	background-color: #2e72ff;
	padding: 25px;
}

.about_right_icon {
	font-size: 38px;
	color: #ff8201;
}

.about_right h3 {
	color: #fff;
	margin: 0px;
	line-height: 36px;
	margin-bottom: 13px;
}

.about_right p {
	color: #fff;
	margin: 0px;
	line-height: 22px;
	font-size: 15px;
}

@media (min-width: 980px) {

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.index .banner .banner_box .bnerimg {
		padding: 75px 0;
		overflow: hidden;
	}

	.banner .navs-wrapper {
		height: 800px;
	}

	.outside-dots .dots>.dot {
		width: 17px;
		margin: 4px 13px;
		height: 17px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #b5b5b5 !important;
		width: 17px;

	}

}

@media (max-width: 980px) {
	.index .zycp {
		width: 100%;
		background: #f9f9f9;
		padding-top: 15px;
		padding-bottom: 26px;
		overflow: hidden;
	}

	.index .banner .banner_box {
		/* height: 580px; */
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.btn-group-justified {
		width: 100px;
	}

	.banner .navs-wrapper {
		height: 172px !important;
	}

	.index .banner .banner_box .bnerimg img {
		height: 100px;
		width: 147px;
	}

	.index .banner .banner_box .bnerimg .banntit p {
		font-size: 12px;
	}

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}


	.bnerimg {
		overflow: hidden;
		padding: 20px 10px;
	}

	.box {
		width: 94%;
		margin: 9.1px;
		float: left;
	}

	.cpsub_btn button {
		font-size: 16px;
		width: 55%;
		height: 43px;
		background: #ff8201;
		border-radius: 30px;
		outline: none;
		color: #fff;
		font-weight: bold;
		margin-top: 3%;
		border: 0;
	}

	.about_left {
		width: 95%;
		float: left;
		border-top-left-radius: 100px;
		background-image: url(/assets/image/abbj.jpg);
		margin-top: 6%;
		margin-bottom: 5%;
		margin: 9px 9px 0px;
	}

	.about_left h1 {
		font-size: 36px;
		color: #333;
		line-height: 47px;
		margin: 58px 18px 5px;
		font-weight: bold;
	}

	.about_left p {
		font-size: 15px;
		line-height: 28px;
		margin: 14px 12px;
	}

	.more {
		display: block;
		width: 51%;
		margin: 0 auto;
		padding: 9px 15px;
		color: #333;
		font-weight: normal;
		border: 1px solid #333;
		text-decoration: none;
		text-align: center;
		margin: 9px;
		font-size: 16px;
		transition: all 0.5s ease-in-out 0s;
		border-radius: 50px;
	}

	.about_right {
		width: 95%;
		float: left;
		margin-top: 6%;
		margin-bottom: 5%;
		margin: 0px 9px;
	}

	.about_left_bot ul li h1 {
		font-family: 'Oswald', sans-serif;
		color: #ff8201;
		margin: 0;
		margin-top: 22px;
		font-size: 26px;
	}

	.zycp h1 {
		text-align: center;
		font-size: 30px;
		line-height: 59px;
		color: #333;
		font-weight: bold;
	}

	.zycp_fl ul li {
		width: 49%;
		float: left;
		text-align: center;
	}

	.zycp_fl p {
		color: #333;
		font-size: 14px;
		padding: 0;
		margin: 8px;
		line-height: 23px;
		float: left;
	}

	.zycp_fl ul li a {
		color: #333;
		font-size: 14px;
		margin: 2px;
		line-height: 27px;
	}

	.zycp p {
		color: #333;
		font-size: 15px;
		padding: 9px;
		margin: 0;
		line-height: 27px;
		float: left;
		width: 100%;
		text-align: left;
		margin-top: 36px;
		float: left;
	}


}
