/*common*/
	body,.section, .section div, .section span, .section ul, .section li, .section p, .section form, .section img, .section input, .section label, .section table, .section thead, .section tbody, .section tr, .section th, .section td, .section hr, .section textarea, .section a, .section h5 {
		-moz-box-sizing: border-box;-wemainit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
		margin:0;padding:0;
	}
	body{padding: 2rem 0 0;}
	#main{
		font-size: 0;
		font-family: "Microsoft YaHei";
		color: #000;
		line-height: 1;
	}
	html,body,#main,.section{height: 100%;}
	img[src="https://hmcdn.baidu.com/static/hmt/icon/21.gif"], img[src="https://icon.cnzz.com/img/pic.gif"] {
	    display: none;
	}
	.section img{vertical-align: middle;}
	.section .btn{
		margin: 0 auto;text-align: center;width: 13.5rem;
		border-radius: 0.25rem;color: #000;font-weight: bold;
		height: 1.95rem;line-height: 1.95rem;font-size: 0.95rem;
		background-image: -webkit-linear-gradient(90deg, #ffe400, #ffb449);
		background-image: -o-linear-gradient(90deg, #ffe400, #ffb449);
		background-image: linear-gradient(0deg, #ffe400, #ffb449);
		box-shadow: 0 0 0.6rem rgba(0,0,73,0.1);
	}
	.section a.btn{display: block;text-decoration: none;}
	.section .showMq{font-size: 0.55rem;text-decoration: underline;}
	.section .showMq.btn{text-decoration: none;}
	.section .box-inline{text-align: center;}
	.section .box-inline .btn{display: inline-block;}
	.section .fl{float: left;}
	.section .fr{float: right;}
	.section .tr{text-align: right;}
	.section .clearfloat:after{content:"";display:block;clear:both;height:0}
/*form*/
	.section .pageForm{margin: 0 auto;}
	.section .pageForm .form-item{
		position: relative;
		margin: 0 auto 0.5rem;
		width: 13.5rem;
	}
	.section .pageForm input, .section .pageForm select, .section .pageForm textarea{
		resize:none;outline: none;-webkit-appearance: none;
		background-color: #fff;color: #333;
		padding-left: 1.45rem;
		border-radius: 0.1rem;
		font-size: 0.55rem;
		width: 100%;height: 1.5rem;
		border: 1px solid #000;
	}
	.section .pageForm textarea{padding: 0.4rem 0.5rem 0;height: 4.3rem;}
	.section .pageForm .form-item img{
		position: absolute;
		height: 0.7rem;
		left: 0.5rem;
		top: 50%;
		margin-top: -0.35rem;
	}
	.section .pageForm input::-webkit-input-placeholder,
	.section .pageForm textarea::-webkit-input-placeholder{color: #8c8c8c;}
	.section .pageForm .j_submit{
		margin-top: 0.75rem;
	}

.section{
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
.section .last{margin-right: 0!important;}
.section .container{
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section1{
	background-image: url(../images/bg.jpg);
	padding-top: 3.25rem;
}
.section1 .headline{color: #fff;text-align: center;}
.section1 .headline .tit{
	font-weight: bold;
	font-size: 1.1rem;
}
.section1 .headline p{
	font-size: 0.7rem;
	margin: 0.45rem 0 1.1rem;
}

.zt_common_top .zt_menu{display: none;}