﻿ul, ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
	margin: 0px;
	padding: 0px;
	color: #4d96cd;
}

html, body, form {
	height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img, input {
	border: 0px;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
	border-radius: 0px;
}

.sy_two li a, .sy_two li .bottom {
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.sy_two li:hover a {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.sy_four .nei .a:hover, .sy_six .ul li h1 a:hover, .sy_six .amore:hover, .sy_nine .left a:hover, .footer_one li h1 a:hover, .footer_one li p a:hover, .footer_four .right a:hover {
	color: #39F
}

.zc_three li .btn_next:hover, .zc_three li .btn_yzm:hover, .ll_one li .btn:hover, .dy_one li .btn:hover {
	background: #4d96cd;
}

/* header */

.header {
	float: left;
	width: 100%;
	text-align: center;
}

.header img {
	width: 100%;
}

.header .left, .header .zhong, .header .right {
	float: left;
	width: 33.33%;
	text-align: center;
}

.header .left img {
	max-width: 90%
}

.header .zhong {
	line-height: 160px;
	color: #fff;
	font-size: 60px;
}

.header .right {
	width: auto;
	float: right;
	text-align: right;
	padding-right: 5%;
	max-width: 28%
}

.header .right img {
	margin-top: 20px;
}

.header .img {
	float: left;
	width: 100%;
	display: none
}

@media (min-width: 1500px) {
	.header .zhong {
		font-size: 70px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.header .img_pc {
		float: left;
		width: 100%;
	}
	.header {
		padding: 30px 0px;
	}
	.header .left {
		width: 100%;
		text-align: center;
	}
	.header .zhong {
		width: 100%;
		line-height: 100px;
		font-size: 32px;
	}
	.header .right {
		width: 100%;
		text-align: center;
		max-width: 100%;
		padding-right: 0;
	}
	.header .right img {
		margin: 0px;
		margin: 0px 30px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.header {
		padding: 0px;
	}
	.header .left {
		width: 100%;
		text-align: center;
	}
	.header .left img {
		max-width: 60%
	}
	.header .zhong {
		width: 100%;
		line-height: 40px;
		font-size: 18px;
	}
	.header .right {
		width: 100%;
		text-align: center;
		max-width: 100%;
		padding-right: 0;
	}
	.header .right img {
		margin: 0px;
		margin: 0px 5px;
		max-width: 42%;
		opacity: 0.7
	}
	.header .img_pc {
		display: none;
	}
	.header .img {
		display: block;
	}
}

/* page1 */

.page1 {
	width: 1030px;
	margin: 0 auto;
}

.page1 ul {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.page1 ul li {
	float: left;
	width: 430px;
	margin: 0px 40px;
	margin-top: 50px;
}

.page1 ul li a {
	float: left;
	width: 95%;
	height: 87px;
	border-radius: 100px;
	border: 1px solid #4d96cd;
	border-left: 0px;
	background: #E8E8E8;
	text-align: center;
	font-size: 32px;
	color: #4d96cd;
	line-height: 34px;
	padding-top: 15px;
	padding-right: 5%
}

.page1 ul li a img {
	float: left;
	margin-top: -15px;
}

.page1 ul li a span {
	font-size: 18px;
}

.page1 ul li a.sel {
	background: #4d96cd;
	color: #fff;
}

.page1 ul li a.sel span {
	color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.page1 {
		width: 90%;
		margin-left: 5%;
		float: left;
	}
	.page1 ul li {
		width: 44%;
		margin: 0px 3%;
		margin-top: 40px;
	}
	.page1 ul li a {
		height: 60px;
		padding-top: 10px;
		font-size: 20px;
		line-height: 26px;
	}
	.page1 ul li a span {
		font-size: 15px;
	}
	.page1 ul li a img {
		height: 70px;
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.page1 {
		width: 70%;
		margin-left: 15%;
		float: left;
		padding-top: 0px;
		padding-bottom: 0;
	}
	.page1 ul li {
		width: 100%;
		margin: 0px;
		margin-top: 20px;
	}
	.page1 ul li a {
		height: 47px;
		padding-top: 7px;
		font-size: 16px;
		line-height: 20px;
	}
	.page1 ul li a span {
		font-size: 12px;
	}
	.page1 ul li a img {
		height: 54px;
		margin-top: -7px;
	}
	.page1 ul {
		margin-bottom: 0
	}
}

/* footer */

footer {
	float: left;
	width: 100%;
	text-align: center;
}

footer .img_pc {}

footer .img {
	float: left;
	width: 100%;
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	footer {
		padding: 20px 0px;
	}
	footer .img_pc {
		float: left;
		width: 100%;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	footer {
		padding: 0px;
	}
	footer .img_pc {
		display: none
	}
	footer .img {
		display: block
	}
}

/* 注册 zc */

.zc_main {
	width: 680px;
	margin: 0px auto;
}

.zc_one {
	float: left;
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	font-size: 34px;
	color: #4d96cd;
	line-height: 30px;
}

.zc_one span {
	font-size: 21px;
}

.zc_two {
	float: left;
	width: 100%;
	border-bottom: 1px solid #4d96cd;
	text-align: center;
}

.zc_two li {
	display: inline-block;
	width: 200px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #4d96cd;
	border-bottom: 0px;
	margin: 0px 10px;
	color: #4d96cd;
	font-size: 24px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #ffffff;
	cursor: pointer;
}

.zc_two li.sel {
	background: #4d96cd;
	color: #fff;
}

.zc_three {
	float: left;
	width: 88%;
	margin-left: 6%;
	padding: 40px 0px;
}

.zc_three li {
	float: left;
	width: 100%;
	padding: 15px 0px;
}

.zc_three li span {
	float: left;
	line-height: 60px;
	color: #4d96cd;
	font-size: 24px;
	padding-right: 10px;
}

.zc_three li .txt {
	border: 1px solid #4d96cd;
	padding-left: 10px;
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

.zc_three li .txt::-webkit-input-placeholder {
	color: #838F8F;
}

.zc_three li .txt:-moz-placeholder {
	color: #838F8F;
}

.zc_three li .txt::-moz-placeholder {
	color: #838F8F;
}

.zc_three li .txt:-ms-input-placeholder {
	color: #838F8F
}

.zc_three li .txt_tell {
	float: left;
	width: 456px;
}

.zc_three li .txt_yzm {
	float: left;
	width: 256px;
}

.zc_three li .txt_xin {
	float: left;
	width: 256px;
}

.zc_three li .img_yzm {
	float: left;
	margin-left: 20px;
	height: 60px;
}

.zc_three li .btn_yzm {
	float: left;
	margin-left: 20px;
	background: #4d96cd;
	height: 62px;
	line-height: 62px;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	width: 180px;
}

.zc_three li .btn_next {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #4d96cd;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.zc_four {
	float: left;
	width: 100%;
	border-top: 1px solid #4d96cd;
	padding: 20px 0px;
	text-align: center;
	color: #4d96cd;
	font-size: 20px;
	line-height: 30px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.zc_one {
		font-size: 30px;
	}
	.zc_one span {
		font-size: 18px;
	}
	.zc_two li {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.zc_main {
		float: left;
		width: 90%;
		margin-left: 5%
	}
	.zc_one {
		font-size: 20px;
		line-height: 20px;
		padding: 20px 0px;
	}
	.zc_one span {
		font-size: 12px;
	}
	.zc_two li {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 110px;
		margin: 0px 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.zc_three {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 20px 0px;
	}
	.zc_three li {
		width: 100%;
		padding: 9px 0px;
	}
	.zc_three li span {
		float: left;
		width: 25%;
		font-size: 14px;
		padding: 0;
		line-height: 40px;
	}
	.zc_three li .txt {
		line-height: 40px;
		height: 40px;
		font-size: 13px;
	}
	.zc_three li .txt_tell {
		width: 64%;
		padding-left: 10%;
		background: url(../images/bg_01.png) no-repeat -10px center;
		background-size: 40px;
	}
	.zc_three li .txt_yzm {
		width: 35%;
		padding-left: 10%;
		background: url(../images/bg_02.png) no-repeat 0px center;
		background-size: 24px;
	}
	.zc_three li .img_yzm {
		margin: 0px;
		width: 25%;
		float: right;
		height: 40px;
	}
	.zc_three li .txt_xin {
		width: 35%;
		padding-left: 10%;
		background: url(../images/bg_03.png) no-repeat -4px center;
		background-size: 32px;
	}
	.zc_three li .btn_yzm {
		width: 27%;
		float: right;
		height: 42px;
		line-height: 42px;
		font-size: 13px;
		margin: 0px;
	}
	.zc_three li .btn_next {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.zc_four {
		font-size: 13px;
		line-height: 22px;
		padding: 10px 0px;
	}
	.zc_four img {
		width: 20px;
	}
}

/* 联络信息 ll */

.main {
	width: 680px;
	margin: 0px auto;
}

.ll_one {
	float: left;
	width: 100%;
	padding: 30px 0px;
}

.ll_one li {
	float: left;
	width: 100%;
	padding-top: 20px;
	line-height: 60px;
	font-size: 22px;
	color: #3A4950;
}

.ll_one li span {
	float: left;
	width: 18%;
	font-size: 22px;
	color: #4d96cd;
}

.ll_one li .txt {
	float: left;
	width: 78%;
	padding-left: 3%;
	border: 1px solid #4d96cd;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #4d96cd;
}

.ll_one li select.txt {
	width: 81%;
}

.ll_one li .txt::-webkit-input-placeholder {
	color: #838F8F;
}

.ll_one li .txt:-moz-placeholder {
	color: #838F8F;
}

.ll_one li .txt::-moz-placeholder {
	color: #838F8F;
}

.ll_one li .txt:-ms-input-placeholder {
	color: #838F8F
}

.ll_one li label {
	cursor: pointer;
	margin-right: 30px;
}

.ll_one li label input {
	width: 20px;
	height: 20px;
}

.ll_one li .txt3 {
	width: 16%
}

.ll_one li .txt2 {
	width: 38.5%;
	margin: 0px 2%;
}

.ll_one li .select {
	float: left;
	border: 1px solid #4d96cd;
	line-height: 60px;
	font-size: 22px;
	color: #4d96cd;
	height: 60px;
	margin-right: 10px;
	width: 26%;
	padding: 0px 5px;
}

.ll_one li .sel_qu {
	width: 27%;
	margin-right: 0
}

.ll_one .li, .dy_one .li {
	text-align: center;
}

.ll_one li .btn, .dy_one li .btn, .tx_four .btn {
	height: 60px;
	font-size: 22px;
	background: #4d96cd;
	color: #fff;
	padding: 0px 25px;
}

@media (max-width: 767px) {
	/* 手机 */
	.main {
		width: 92%;
		margin-left: 4%;
		float: left;
	}
	.ll_one {
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.ll_one li {
		padding-top: 10px;
		line-height: 36px;
		font-size: 14px;
	}
	.ll_one li span {
		font-size: 14px;
		line-height: 30px;
		width: 20%;
	}
	.ll_one li .txt {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 70%;
		padding-left: 3%;
	}
	.ll_one li select.txt {
		width: 73.5%;
	}
	.ll_one li label input {
		width: 15px;
		height: 15px;
		float: left;
		margin-top: 10px;
		margin-right: 4px;
	}
	.ll_one li label {
		margin-right: 15px;
		float: left;
	}
	.ll_one li .txt3 {
		width: 15%
	}
	.ll_one li .txt2 {
		width: 34.5%;
		margin: 0px 1.5%;
	}
	.ll_one li .select {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 23%;
		margin-right: 1%
	}
	.ll_one li .sel_qu {
		width: 26%;
		margin-right: 0
	}
	.ll_one li .btn, .dy_one li .btn, .tx_four .btn {
		padding: 0px 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

/* 调研信息 dy */

.dy_one .top span {
	width: 98%;
}

.dy_one li {
	float: left;
	width: 100%;
	/* padding-bottom: 40px; */
}

.dy_one li .top {
	float: left;
	width: 100%;
	/* background: #E8E8E8; */
	color: #4d96cd;
	font-size: 24px;
	line-height: 60px;
}

.dy_one li .top i {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #4d96cd;
	font-size: 48px;
	color: #E8E8E8;
	font-style: inherit;
	border-right: 10px solid #ffff;
}

.dy_one li .top span {
	padding-left: 15px;
}

.dy_one li .bottom {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.dy_one li label {
	float: left;
	/* width: 110%; */
	line-height: 50px;
	font-size: 20px;
	color: #4d96cd;
	cursor: pointer;
}

.dy_one li label input {
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 80px;
	margin-top: 14px;
	margin-right: 10px;
}

.dy_one li .btn {
	width: 40%;
	margin: 0px 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.dy_one li .top {
		line-height: 50px;
		font-size: 20px;
	}
	.dy_one li .top i {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 36px
	}
	.dy_one li label {
		font-size: 20px;
		line-height: 44px;
		width: 100%;
	}
	.dy_one li label input {
		width: 20px;
		height: 20px;
	}
	.dy_one li .btn {
		font-size: 20px;
		line-height: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.dy_one {
		width: 100%;
		margin-left: 0%;
		padding-top: 20px;
	}
	.dy_one li {
		/* padding-bottom: 20px; */
	}
	.dy_one li .top {
		width: 94%;
		line-height: 40px;
		font-size: 15px;
	}
	.dy_one li .top i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 26px;
		border-right: 5px solid #fff;
	}
	.dy_one li .top span {
		padding-left: 10px;
	}
	.dy_one li label {
		font-size: 20px;
		font-size: 12px;
		line-height: 20px;
		/* width: 100%; */
	}
	.dy_one li label input {
		width: 14px;
		height: 14px;
		margin-left: 50px;
		margin-top: 3px;
		margin-right: 5px;
		float: left;
		margin-bottom: 10px;
	}
	.dy_one li .btn {
		margin: 0px 5px;
		width: 45%;
		padding: 0px;
		font-size: 13px;
	}
}

/* 头像 tx */

.tx_one {
	float: left;
	width: 100%;
	padding-top: 80px;
	text-align: center;
}

.tx_one img {
	max-width: 55%;
	border-radius: 400px;
}

.tx_two {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	color: #4d96cd;
	margin: 0px;
	font-weight: normal;
}

.tx_three {
	float: left;
	width: 80%;
	margin-left: 10%;
	line-height: 30px;
	color: #4d96cd;
	font-size: 16px;
	padding-bottom: 40px;
}

.tx_four {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.tx_four .btn {
	width: 40%
}

.file_passport {
	position: absolute;
	left: calc(53% - 75px);
	height: 100%;
	width: 150px;
	opacity: 0;
}

.img_passport {
	width: 150px;
	margin-left: calc(35% - 75px);
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.tx_four .btn {
		width: 60%
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.tx_one img {
		max-width: 36%;
		border-radius: 400px;
	}
	.tx_one {
		padding-top: 15px;
	}
	.tx_two {
		line-height: 40px;
		font-size: 15px;
	}
	.tx_three {
		width: 100%;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
		line-height: 20px;
		padding-bottom: 15px;
	}
	.tx_four {
		padding-bottom: 20px;
	}
	.tx_four .btn {
		width: 50%
	}
	.file_passport {
		position: absolute;
		left: calc(55% - 50px);
		height: 100%;
		width: 100px;
		opacity: 0;
	}
	.img_passport {
		width: 100px;
		margin-left: calc(35% - 50px);
	}
}

/* 我的 wd */

.wd_one {
	float: left;
	width: 80%;
	background: #4d96cd;
	border-radius: 20px;
	margin: 50px 10%;
}

.wd_one h5 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 20px;
	margin: 0px;
	line-height: 76px;
	color: #fff;
	text-align: center;
	width: 100%
}

.wd_one .img {
	float: left;
	width: 100%;
	text-align: center;
}

.wd_one .img img {
	width: 80%;
}

.wd_one .bottom {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 3px;
}

.wd_two {
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-bottom: 20px;
}

.wd_two li {
	float: left;
	width: 42%;
	margin-left: 5%;
	margin-bottom: 25px;
}

.wd_two li a {
	float: left;
	width: 92%;
	padding-right: 8%;
	text-align: center;
	border: 1px solid #4d96cd;
	height: 55px;
	border-radius: 100px;
	border-left: 0px;
	color: #4d96cd;
	font-size: 24px;
	line-height: 22px;
	padding-top: 15px;
	background: #E8E8E8;
}

.wd_two li a img {
	float: left;
	margin-top: -16px;
}

.wd_two li a span {
	font-size: 13px;
}

.wd_two li a.sel {
	color: #fff;
	background: #4d96cd
}

.wd_two li a.sel span {
	color: #fff;
}

.wd_three {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	color: #4d96cd;
	font-size: 24px;
	padding-top: 20px;
}

.txt_wd {
	float: left;
	width: 92%;
	border: 1px solid #4d96cd;
	border-radius: 20px;
	padding: 20px 4%;
	height: 240px;
	line-height: 40px;
	font-size: 18px;
	color: #4d96cd;
	margin-bottom: 40px;
	outline: none;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.wd_one {
		width: 60%;
		margin: 30px 20%;
	}
	.wd_one h5 {
		letter-spacing: 8px;
		font-size: 14px;
		line-height: 60px;
	}
	.wd_one .bottom {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.wd_one {
		width: 90%;
		margin: 30px 5%;
	}
	.wd_one h5 {
		letter-spacing: 4px;
		font-size: 12px;
		line-height: 50px;
	}
	.wd_one .bottom {
		font-size: 14px;
		line-height: 20px;
		padding: 6px 0px;
	}
	.wd_two li {
		width: 90%;
		margin: 0px;
		margin-left: 5%;
		margin-bottom: 20px;
		padding: 0px;
	}
	.wd_two li a {
		height: 42px;
		width: 92%;
		padding-top: 8px;
		font-size: 18px;
		line-height: 18px;
		padding-right: 8%;
	}
	.wd_two li a img {
		height: 50px;
		margin-top: -8px;
	}
	.wd_two li a span {
		font-size: 12px;
	}
	.wd_three {
		font-size: 16px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.txt_wd {
		width: 92%;
		padding: 10px 4%;
		font-size: 13px;
		line-height: 24px;
		height: 140px;
	}
}

/* 邀请 yq */

.yq_one {
	float: left;
	width: 100%;
	padding-top: 80px;
	text-align: center;
	color: #4E616B;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 6px;
	padding-bottom: 10px;
}

.yq_two {
	float: left;
	width: 100%;
	background: url(../images/bg_04.png) no-repeat top center;
	height: 200px;
	font-size: 32px;
	text-align: center;
	line-height: 36px;
}

.yq_two span {
	font-size: 18px;
	letter-spacing: 3px;
}

.yq_three {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 36px;
	letter-spacing: 3px;
}

.yq_four {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 40px;
	border: 1px solid #4E616B;
	border-radius: 20px;
	padding-bottom: 200px;
}

.yq_four .top {
	float: left;
	width: 100%;
	padding-top: 40px;
	line-height: 40px;
	font-size: 27px;
	letter-spacing: 24px;
	text-align: center;
	padding-bottom: 30px;
}

.yq_four .top span {
	font-size: 15px;
	letter-spacing: 3px
}

.yq_four .img {
	float: left;
	width: 100%;
	text-align: center;
}

.yq_four .img img {
	width: 50%
}

.yq_four .bottom {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 3px;
}

.yq_five {
	float: left;
	width: 90%;
	margin-left: 5%;
	background: url(../images/bg_05.png) no-repeat left top;
	background-size: 100%;
	height: 360px;
	margin-top: -200px;
	text-align: center;
	font-size: 28px;
	letter-spacing: 15px;
	line-height: 40px;
	padding-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
	.yq_one {
		padding-top: 60px;
		font-size: 24px;
		line-height: 50px;
	}
	.yq_two span {
		font-size: 16px;
	}
	.yq_three {
		font-size: 32px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	/* 手机 */
	.yq_one {
		padding-top: 10px;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 3px;
	}
	.yq_two {
		height: 90px;
		background-size: auto 100%;
		font-size: 20px;
		line-height: 22px;
	}
	.yq_two span {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.yq_three {
		font-size: 15px;
		line-height: 24px;
		margin-top: 10px;
		letter-spacing: 2px;
	}
	.yq_four {
		padding-bottom: 100px;
		width: 84%;
		margin-left: 8%;
		margin-top: 10px;
	}
	.yq_four .top {
		font-size: 16px;
		letter-spacing: 10px;
		padding-top: 10px;
		line-height: 24px;
		padding-bottom: 5px;
	}
	.yq_four .top span {
		font-size: 12px;
	}
	.yq_four .img img {
		width: 50%
	}
	.yq_four .bottom {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.yq_five {
		width: 100%;
		margin: 0px;
		margin-top: -100px;
		font-size: 16px;
		padding-top: 10px;
		line-height: 22px;
		letter-spacing: 5px;
		height: 210px;
		background-size: 100%;
	}
}

/* 签到 qd */

.qd_one {
	float: left;
	width: 83%;
	margin: 20px 0px;
	margin-left: 5%;
	border: 1px solid #4d96cd;
	padding: 10px 3.5%;
	text-align: center;
}

.qd_one img {
	max-width: 100%;
	border-radius: 20px;
}

.dq_two {
	float: left;
	width: 100%;
	padding-top: 35px;
	background: url(../images/bg_04_1.png) no-repeat top center;
	background-size: auto 25px;
	color: #4d96cd;
	font-size: 12px;
	padding-bottom: 20px;
	line-height: 20px;
	text-align: center;
}

.qd_three {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.qd_three .btn {
	height: 34px;
	background: #4d96cd;
	color: #fff;
	font-size: 14px;
	width: 35%;
	margin: 0px 10px;
}

.qd_four {
	padding: 0px;
}

.qd_four h1 {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;
	padding-top: 40px;
}

.qd_four .txt {
	float: left;
	width: 80%;
	margin-left: 10%;
	border: 1px solid #4d96cd;
	line-height: 36px;
	height: 36px;
	margin-bottom: 50px;
	text-align: center;
}

.qd_five {
	float: left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	border-bottom: 1px solid #4d96cd;
}

.qd_five li {
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.qd_five li .left {
	float: left;
	width: 70%;
	text-align: center;
	color: #4d96cd;
	font-size: 13px;
	line-height: 20px;
}

.qd_five li .right {
	float: right;
	width: 30%;
	text-align: center;
	padding-top: 5px;
}

.qd_five li .right img {
	height: 28px;
}

.qd_five .li {
	background: #E8E8E8
}

.qd_six {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.qd_six a {
	background: #4d96cd;
	color: #fff;
	padding: 8px 25px;
	font-size: 14px;
}

.qd_six .a_left, .qd_six .a_right {
	float: left;
	background: #E8E8E8;
	color: #4d96cd;
	padding: 5px 20px;
	margin-top: -5px;
}

.qd_six .a_right {
	float: right;
}

.qd_six .a_fh {
	padding: 5px 10px;
}

.qd_seven {
	float: left;
	width: 93%;
	border-bottom: 1px solid #4d96cd;
	padding: 10px 0px;
	padding-left: 7%;
}

.qd_seven li {
	float: left;
	width: 100%;
	line-height: 30px;
	color: #4d96cd;
	font-size: 13px;
}

.qd_seven li .txt {
	float: left;
	width: 70%;
	height: 28px;
	border: 1px solid #4d96cd;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
}

.qd_seven li .btn {
	float: left;
	width: 25%;
	background: #4d96cd;
	color: #fff;
	font-size: 13px;
	height: 30px;
	margin-left: 5px;
}

.dy_one .bottom .txt_yj {
	float: left;
	width: 78%;
	border: 1px solid #0d63ca;
	height: 120px;
	line-height: 30px;
	font-size: 20px;
	margin-left: 100px;
	padding-left: 2%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.dy_one .bottom .txt_sm {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	/* 平板 */
}

@media (max-width: 767px) {
	/* 手机 */
	.dy_one .bottom .txt_yj {
		margin-left: 50px;
		height: 80px;
		font-size: 14px;
		line-height: 26px;
	}
	.dy_one .bottom .txt_sm {
		height: 32px;
		line-height: 32px;
		margin-top: 10px;
		padding: 0px;
		padding-left: 3%;
		font-size: 13px;
	}
}

body {
	display: flex !important;
	flex-direction: column !important;
}

head {
	width: 1280px !important;
	height: 160px !important;
	order: 1 !important;
}

.zc_main, .main {
	flex: 1 !important;
	margin-bottom: 80px !important;
}

footer {
	height: 80px !important;
	order: 3 !important;
	position: fixed !important;
	bottom: 0 !important;
}

footer img {
	width: 100%;
	height: 100%;
}

.zc_main, .main {
	transform: scale(0.75) !important;
}

@media(max-width:767px) {
	head {
		width: 100% !important;
		height: 400px !important;
		order: 1;
	}
	footer {
		width: 100% !important;
		height: auto !important;
		order: 3;
		position: fixed !important;
		bottom: 0 !important;
		left: auto !important;
	}
	.zc_main, .main {
		transform: scale(1) !important;
	}
}