body {
	max-width: 1920px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

.middle .middle_box #certify .swiper-slide span a{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 60px;
}

.content .content_box .images {
	display: none;
}

.header_box {
	background-color: #082767;
}

.header_box ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

.header_box ul li {
	padding: 0 50px;
}

.header_box ul li a {
	display: block;
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 195px;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

.header_box ul li a:hover {
	background-image: url(../images/a.png);
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.header_box ul .w1200 a {
	background-image: url(../images/a.png);
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.content .content_a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.content .content_box {
	background-image: url(../images/2.jpg);
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	width: 100%;
	height: 632px;
	margin-top: 50px;
}

.content .content_box .content_boxc {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.content .content_box .content_fl {
	width: 640px;
	margin-top: 24px;
	position: relative;
}

.content .content_box .content_fl  span a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 60px;
}

.content .content_box .content_fr {
	width: 560px;
	padding: 0 20px;
	margin-top: 50px;
}

.content .content_box .content_fr .content_te a {
	display: block;
	font-size: 27px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}

.content .content_box .content_fr .content_te p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 20px;
}

.content .content_box .content_fr .content_tc ul {
	margin-top: 20px;
	height: 300px;
	overflow: auto;
}

.content .content_box .content_fr .content_tc ul li {
	display: flex;
	align-items: center;
	padding: 13px 0;
}

.content .content_box .content_fr .content_tc ul li span a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 10px;
	width: 475px;
	overflow: hidden;
}

.content .content_box .content_fr .content_tc ul::-webkit-scrollbar {
	display: none;
}

.middle {
	background-image: url(../images/hj.jpg);
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	width: 100%;
	height: 1028px;
	padding-top: 245px;
}

.middle .middle_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.middle .middle_box #certify .swiper-slide {
	width: 990px;
	height: 550px;
}

.middle .content_a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.success {
	background-image: url(../images/uu.jpg);
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	width: 100%;
	height: 993px;
	padding-top: 230px;
}

.success .success_box {
	width: 1200px;
	margin: 0 auto;
}

.success .success_box span a {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.success .content_a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.footer {
	background-image: url(../images/yu.jpg);
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	width: 100%;
	height: 201px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer span {
	display: block;
	text-align: center;
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footer p {
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
}

@media (max-width: 751px) {
	body {
		max-width: 750px;
		margin: 0 auto;
	}

	img {
		max-width: 100%;
	}




	.header_box {
		background-color: #082767;
	}

	.header_box ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: .7rem;
		padding: 0 .35rem;
	}

	.header_box ul li {
		padding: 0;
	}

	.header_box ul li a {
		display: block;
		font-size: .21rem;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		width: auto;
		text-align: center;
		height: .7rem;
		line-height: .7rem;
	}

	.header_box ul li a:hover {
		background-image: none;
		background-size: 100% 100%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center 0;
	}

	.header_box ul .w1200 a {
		background-image: none;
		background-size: 100% 100%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center 0;
	}

	.content .content_a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: .6rem;
	}

	.content .content_a a img {
		width: 3rem;
	}

	.content .content_box {
		background-image: none;
		background-size: 100% 100%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center 0;
		width: 100%;
		height: auto;
		margin-top: .5rem;
		padding-bottom: .5rem;
		position: relative;
	}

	.content .content_box .images {
		display: block;
		width: 3.5rem;
		height: 4.44rem;
		position: absolute;
		left: 50%;
		bottom: 0;
		z-index: -1;
	}

	.content .content_box .content_boxc {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
	}

	.content .content_box .content_fl {
		width: 7rem;
		margin-top: .25rem;
	}

.content .content_box .content_fl  span a {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: .25rem;
		color: #FFFFFF;
		background-color: rgba(0, 0, 0, 0.5);
		line-height: .6rem;
	}

	.content .content_box .content_fr {
		width: 7rem;
		padding: .2rem;
		margin-top: .3rem;
		background-color: #082767;
	}

	.content .content_box .content_fr .content_te a {
		display: block;
		font-size: .27rem;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFFFFF;
		line-height: .3rem;
	}

	.content .content_box .content_fr .content_te p {
		font-size: .14rem;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		line-height: .28rem;
		margin-top: .2rem;
	}

	.content .content_box .content_fr .content_tc ul {
		margin-top: .2rem;
		height: auto;
		overflow: auto;
	}

	.content .content_box .content_fr .content_tc ul li {
		display: flex;
		align-items: center;
		padding: .13rem 0;
	}

	.content .content_box .content_fr .content_tc ul li span a {
		font-size: .18rem;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		margin-left: .1rem;
		width: auto;
		overflow: hidden;
	}

	.content .content_box .content_fr .content_tc ul::-webkit-scrollbar {
		display: none;
	}

	.middle {
		background-image: url(../images/hj.jpg);
		background-size: 100% 100%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center 0;
		width: 100%;
		height: auto;
		padding-top: 2.5rem;
	}

	.middle .middle_box {
		width: 7rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.middle .middle_box #certify {
		width: 7rem;
		margin: 0 auto;
	}

	.middle .middle_box #certify .swiper-slide {
		width: 7rem;
		height: 4rem;
	}

	.middle .middle_box #certify .swiper-slide span a{
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: .25rem;
		color: #FFFFFF;
		line-height: .6rem;
	}

	.middle #certify .swiper-container {
		padding-bottom: .8rem;
	}

	.middle .content_a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 0rem;
	}

	.middle .content_a a img {
		width: 3rem;
	}

	.success {
		background-image: url(../images/uu.jpg);
		background-size: 100% 100%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center 0;
		width: 100%;
		height: 7.5rem;
		padding-top: 2.3rem;
	}

	.success .success_box {
		width: 7rem;
		margin: 0 auto;
	}

	.success .success_box span a{
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: center;
		font-size: .25rem;
		line-height: .6rem;
		background-color: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
	}

	.success .content_a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: .6rem;
	}

	.success .content_a a img {
		width: 3rem;
	}

	.footer {
		background-image: url(../images/yu.jpg);
		background-size: 100% 100%;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center 0;
		width: 100%;
		height: 2rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer span {
		display: block;
		text-align: center;
		font-size: .21rem;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
	}

	.footer p {
		font-size: .21rem;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		padding-top: .3rem;
	}

}
