* {
	margin: 0;
	padding: 0;
}


.top {
	width: 100%;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.top_btn{
	width: 130px;
	height: 38px;
	border: 1px solid #FFFFFF;
	border-radius: 19px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.top_btn:hover{
	background: #FFFFFF;
	color: #17B362;
}

.top_mobile{
	position: relative;
	display: none;
	font-size: 16px;
	cursor: pointer;
}

.top_mobile:hover .top_mobile_hover{
	display: block;
}

.top_mobile_title{
	text-decoration: underline;
}

.top_mobile_hover{
	display: none;
	position: absolute;
	top: 40px;
	left: -20px;
	width: 160px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
	border-radius: 5px;
}

.top_mobile_hover_i{
	position: absolute;
	top: -15px;
	left: 60px;
	z-index: 100;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	transform: rotate(45deg);
	box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
}

.top_mobile_hover_view{
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px;
}

.top_mobile_hover_title{
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding-top: 30px;
}

.top_mobile_hover_a{
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #C2C2C2;
}

.top_mobile_hover_btn{
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #17B362;
	cursor: pointer;
}

.wzck_btn_dx {
	display: block;
	text-decoration: none;
	transform: scale(1.03);
	animation-name: dx;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

@keyframes dx {
	0% {
		transform: scale(1.03);
		/*开始为原始大小*/
	}

	50% {
		transform: scale(0.98);
		/*开始为原始大小*/
	}

	100% {
		transform: scale(1.03);
		/*开始为原始大小*/
	}
}


.banner_login_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.banner_login_bg_box {
	position: relative;
	width: 610px;
	height: 651px;
	background: #FFFFFF;
	border-radius: 10px;
}

.banner_login_bg_box_title {
	text-align: center;
	font-size: 32px;
	color: #333333;
	padding-top: 30px;
	padding-bottom: 15px;
}

.banner_login_btn {
	width: 530px;
	height: 80px;
	background: #17B362;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 34px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 65px;
}

.banner_login_bg_box_cuo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
}

.banner_login_bot {
	text-align: center;
	font-size: 26px;
	color: #17B362;
	padding-top: 20px;
}

.banner_login_box {
	width: 530px;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 40px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	padding: 0 10px;
	overflow: hidden;
}

.banner_login_box_t1 {
	font-size: 26px;
	color: #BEBEBE;
	padding-right: 20px;
}

.banner_login_box_t2 {
	font-size: 26px;
	color: #17B362;
	padding-right: 20px;
}

.banner_login_box_inp {
	width: 100%;
	height: 80px;
	font-size: 26px;
	border: none;
	padding-left: 15px;
	box-sizing: border-box;
	outline: none;
}

.top_btn{
	width: 170px;
	height: 60px;
	border: 1px solid #17B362;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #17B362;
}

/*头部*/

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 590;
	width: 100%;
	height: 96px;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo {
	width: 104px;
	height: 24px;
	margin-left: 15px;
}

.header_cuo {
	/* width: 20px;
	height: 15px;
	margin-right: 21px; */
}

.header_bg{
	display: none;
	position: fixed;
	top: 0px;
	z-index: 570;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

#header_ul{
	display: none;
	padding-top: 40px;
	padding-bottom: 20px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 580;
	width: 354px;
	height: 100%;
	background: #F4F5F4;
	overflow: hidden;
	box-sizing: border-box;
}

.header_ul {
	height: 100%;
	overflow-y: scroll;
}

.header_ul li {
	width: 100%; 
	height: 120px;
	line-height: 120px;
	box-sizing: border-box;
	font-size: 34px;
	color: #272727;
}

.header_ul li a{
	display: block;
	width: 100%;
	height: 120px;
	color: #272727;
	padding-left: 46px;
	text-decoration: none;
	box-sizing: border-box;
}


.footer {
	width: 100%;
	height: 100px;
	background: #3C3C3C;
	text-align: center;
	line-height: 100px;
	font-size: 18px;
	color: #9F9F9F;
	/* margin-top: 50px; */
}