* {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	background: #0c163c url(../img/bg.png) no-repeat center;
    background-position-y: 0;
}
.main_box {
	width: 940px;
	margin: 0 auto;
}
.top_banner {
	width: 100%;
	background: url(../img/banner.jpg) center;
	height: 772px;
}
.top .title {
	width: 587px;
	height: 126px;
	background: url(../img/title.png) no-repeat;
	margin: 0 auto;
}
.top_two .title {
	background: url(../img/title2.png) no-repeat;
	margin-bottom: 10px;
}
.top_three {
	margin-top: 30px;
}
.top_four .title  {
	background: url(../img/title4.png) no-repeat;
	margin-top: 22px;
}
.top_five .title {
	background: url(../img/title5.png) no-repeat;
	margin-top: 24px;
}
.top_six .title {
	background: url(../img/title6.png) no-repeat;
	margin-top: 24px;
}
.top_one {
	padding-top: 770px;
}
.top_two .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_two .content div {
	width: 450px;
	height: 218px;
	background: url(../img/box.png) no-repeat;
	margin-top: 30px;
}
.top_two .content div:nth-child(2) {
	background: url(../img/box2.png) no-repeat;
}
.top_two .content div:nth-child(3) {
	background: url(../img/box3.png) no-repeat;
}
.top_two .content div:last-child {
	background: url(../img/box4.png) no-repeat;
}
.province {
	display: flex;
	justify-content: space-between;
}
.class_table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	height: 440px;
	color: #333333;
	font-size: 20px;
	background: url(../img/back.png);
	margin-top: 40px;
	padding: 28px 20px;
}
.top_four .class_table {
	position: relative;
}
.top_four .class_table .icon {
	margin-bottom: 20px;
}
.top_four .class_table span{
	display: block;
	width: 186px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #ed7368;
	border-radius: 20px;
}
.top_four .zx_btn {
	position: absolute;
	left: 312px;
	bottom: -26px;
	width: 316px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	background: #ed7a70;
	border: 2px solid #f7d94a;
	border-radius: 26px;
	cursor: pointer;
}
.top_four .area {
	display: block;
	width: 100px;
	height: 64px;
	text-align: center;
	line-height: 60px;
	color: #ed7a70;
	font-size: 26px;
	font-weight: bold;
	background: url(../img/area.png) no-repeat;
	cursor: pointer;
	margin-top: 56px;
	text-decoration: 0;
}
.top_five {
	text-align: center;
}
.top_four .total {
	margin-top: 50px;
}
.video {
	width: 592px;
	height: 332px;
	margin: 50px auto;
	position: relative;
}
.video img {
	width: 592px;
	height: 332px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.top_five iframe {
	width: 592px;
	height: 332px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/video.png);
}
.top_six {
	padding-bottom: 80px;
}
.top_six .detail {
	position: relative;
	width: 908px;
	height: 646px;
	font-size: 20px;
	color: #333333;
	border: 6px solid #ed7a70;
	border-radius: 10px;
	background: #ffffff;
	margin-top: 40px;
	padding: 0 0 20px 20px;
}
.top_six .detail .tag {
	margin-top: 30px;
	margin-bottom: 12px;
}
.top_six .detail .qr_code{
	position: absolute;
	top: 26px;
	right: 30px;
}
