/** CSS Reset **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

textarea,
input,
select {
	resize: none;
	outline: none;
	background: none;
	border: none;
}

button {
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}

input {
	border: 0
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
	display: block;
}

html {
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	font-size: 18px;
	line-height: 160%;
	font-family: "Microsoft YaHei";
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mobile {
	display: none;
}

.m1000 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
/* banner */
.header {
	width: 100%;
	height: 590px;
	position: relative;
	background: url("../images/header_bg.png") no-repeat center top;
}

.header_t {
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -590px;
}

/*part*/
.page {
	padding: 30px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.page .title {
	margin-bottom: 40px;
	text-align: center;
}

.page .title img {
	margin: 0 auto;
	display: block;
}

.btns {
	padding-top: 0;
	background: url(../images/btns_bg.png) no-repeat top center;
	height: 260px;
}

.btns a {
	display: inline-block;
	width: 28.583%;
	margin: 0px 2.375%;
	height: 204px;
	text-align: center;
	line-height: 190px;
	font-weight: bold;
	font-size: 44px;
	color: #ffffff;
	float: left;
	background: url(../images/btn_bg.png) no-repeat top center;
}

.btns a:hover {
	background: url(../images/btn_bg_active.png) no-repeat top center;
}

.zxyy {
	background: url(../images/bd_bg.png) no-repeat top center;
	background-size: cover;
}


.zxyy .title {
	margin-bottom: 40px;
	text-align: center;
}
.zxyy .yy_tit{
	display: block;
	margin: -20px auto 40px;
}

.zxyy .yy_tit.mobile{
	display: none;
}
.zxyy .form-wrap {
	width: 100%;
}

.zxyy .form-wrap form label {
	border: none;
	width: 530px;
	margin-bottom: 30px;
	background-color: #74728d;
}

.form-wrap form label span {
	display: inline-block;
	width: 26%;
	padding-left: 10px;
	font-size: 18px;
	color: #ffffff;
}

.form-wrap form label input,
.form-wrap form label select {
	color: #ffffff;
}

.zxyy .form-wrap .btn-wrap {
	background: #fb8138;
	color: #fff;
	margin-top: 0;
	width: 570px;
}

.zxyy .tiaokuan {
	margin: -24px auto 0;
	width: 570px;
}

.zxyy .tiaokuan.white a {
	color: #091d5f;
	font-weight: bold;
}

#reg form label {
	margin: 0px 0;
}

@media screen and (max-width:1000px) {
	body {
		line-height: 140%;
	}

	.m1000 {
		width: 98%;
		margin: 0 auto;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.page{padding: 0rem 2% 1.2rem;}

	/*banner*/
	.header {
		height: 5.6rem;
		background: url("../images/m_header_bg.png") no-repeat center top;
	}

	.header .m1000 {
		width: 100%;
	}

	.header_t {
		top: 1.25rem;
		margin-left: -3.8rem;
	}

	.btns {
		background: url(../images/m_btns_bg.png) no-repeat top center;
		height: 4.5rem;
	}

	.btns a {
		width: 46.8%;
		margin: 0 1.6%;
		background-size: contain;
	}

	.btns a.center {
		margin: 0 26.6% 0.2rem;
	}
	
	.zxyy .yy_tit{
		margin: -15px auto 25px;
	}
	.zxyy .yy_tit.pc{
		display: none;
	}
	.zxyy .yy_tit.mobile{
	display: block;
	margin: -15px auto 25px;
	}
	.zxyy .form-wrap {
		width: 80%
	}

	.zxyy .form-wrap form label {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.zxyy .form-wrap form label {
		width: calc(100% - 0.6rem);
	}

	.zxyy .tiaokuan {
		width: 100%;
		margin: 0px auto;
	}
.zxyy .tiaokuan img{
	width: .2rem;
	    height: .2rem;
		    margin-top: 0;
	}
	.zxyy .form-wrap .btn-wrap {
		width: 100%;
		margin-top: 0.1rem;
	}

	.form-wrap form label span {
		float: left;
	}

	.form-wrap form label i {
		top: 38%;
		left: .25rem;
	}

	.form-wrap form label span,
	.form-wrap form label input,
	.form-wrap form label select {
		font-size: 0.24rem;
		    float: left;
		    height: 100%;
	}
	.page.zxyy {
		padding: 0.4rem 2% 1rem !important;
		background: url(../images/m_bd_bg.png) no-repeat top center;
		background-size: cover;
	}

}
