* {
	margin: 0;
	padding: 0;
}
input::-webkit-input-placeholder {
	color: #999999;
}
.top {
	height: 44px;
	background: url('../img/top.png') no-repeat;
	background-size: 100%;
}
.nav p {
	position: fixed;
	top: 300px;
	z-index: 9;
	cursor: pointer;
}
.nav p b {
	width: 100%;
	height: 38px;
	display: block;
	position: absolute;
	bottom: 20px;	
}
.nav p:first-child {
	left: 0;
}
.nav p:last-child {
	right: 0;
}
.nav p {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav p img {
	margin-bottom: 20px;
}
.header {
    position: relative;
    width: 100%;
    height: 574px;
    background: url(../img/header.png) center no-repeat;
}
.header p {
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translate(-50%);
	cursor: pointer;
    width: 607px;
}
.header p img:first-child {
	margin-right: 40px;
}
.section {
	margin: 0 auto;
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section div {
	display: inline-block;
	width: 238px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 15px 48.5px 8.5px rgba(185, 173, 173, 0.65);
	padding: 20px 0;
	margin-bottom: 24px;
	border-radius: 6px;
}
.tag_title {
	font-size: 26px;
	color: #170d5e;
}
.detail {
	height: 84px;
	font-size: 20px;
	color: #2c2c2c;
	margin-top: 20px;
}
.zx_img {
	margin-top: 32px;
}
.zx_center {
	width: 100%;
    height: 1028px;
    background: url(../img/2.png) center no-repeat;
}
.zx_police {
	width: 1000px;
	padding-top: 315px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zx_police span {
	display: inline-block;
	width: 192px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 20px;
	margin-bottom: 24px;
	cursor: pointer;
}
.zx_police span:hover {
	background: #d5b570;
}
.zx_center a {
	display: block;
	text-align: center;
	color: #ffffff;
	margin-top: 34px;
}
.ten_question, .lesson {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	margin-top: -100px;
}
.ten_question div {
	width: 100%;
    height: 566px;
    margin-top: 171px;
}
.ten_question {
	height: 854px;
	text-align: center;
	background: url(../img/3.png) no-repeat;
	overflow: hidden;
}
.ten_question img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	cursor: pointer;
}
.bm_time {
    position: relative;
    height: 908px;
    background: url(../img/4.png?11) center no-repeat;
	overflow: hidden;
}
.bm_time div {
	width: 625px;
	margin: 430px auto 0;
}
.bm_time div b {
	font-size: 116px;
	color: #c29a44;
	width: 160px;
	float: left;
	text-align: center;
}
.bm_time div b:first-child {
	margin-left: 75px;
}
.bm_time div b:last-child {
	margin-left: 60px;
}
.bm_time p {
	position: absolute;
	left: 50%;
	bottom: 186px;
	transform: translate(-50%);
	display: flex;
	cursor: pointer;
}
.bm_time p img:first-child {
	margin-right: 122px;
}
.lesson {
	width: 1102px;
	height: 3050px;
	background: url(../img/5.png?22) no-repeat;
	overflow: hidden;
}
.lesson iframe {
	width: 900px;
    height: 1640px;
    margin: 760px auto 0;
    display: block;
}
.lesson_zx {
	position: absolute;
	bottom: 52px;
	text-align: center;
}
.pp_story {
	height: 898px;
	background: url(../img/6.png) center no-repeat;
}
.copyRight {
	text-align: center;
	background: #444546;
}
.offcnCopy {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
	font-size: 14px;
}
.offcnCopy a {
    color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.zx-side, .popup-service {
	display: none;
}
.window-mask .ajax_form {
	border: 2px solid #FFFFFF;
	width: 515px;
	height: 406px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 12px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 22px;
	display: none;
}
.window-mask .ajax_form .close {
	font-size: 30px;
	line-height: 20px;
	color: #ccc;
	position: absolute;
	right: 13px;
	top: 13px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.window-mask .ajax_form h2 {
	text-align: center;
	font-size: 26px;
	font-family: FZLanTingHeiS-EB-GB;
	color: #DD011A;
	padding-bottom: 10px;
	border-bottom: 2px dashed #DD011A;
}
.form-box {
	box-sizing: border-box;
	padding: 19px 30px;
}
.form-box .list-div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
	position: relative;
}
.form-box input,.form-box select {
	height: 47px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	border-radius: 7px;
	box-sizing: border-box;
	padding: 0 0 0 14px;
	font-size: 16px;
}
.form-box input {
	width: 100%;
}
.form-box select {
	display: block;
	width: 100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline: none;
}
.form-box #fs {
	position: absolute;
	right: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 138px;
	height: 39px;
	background: #DD011A;
	border-radius: 6px;
	padding: 0;
	color: #fff;
	cursor: pointer;
	border: none;
}
.form-box .btn-box {
	width: 295px;
	height: 97px;
	background: url('../img/yy_btn_bg.png') no-repeat center;
	margin: auto;
	box-sizing: border-box;
	padding: 10px 20px;
}
.form-box .ajaxBtn {
	padding: 0;
	border: none;
	font-size: 26px;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 55px;
	background: rgba(0, 0, 0, 0);
	display: block;
}