body,div,p,ul,li{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style-type: none;
}
body{
	font-family: "Microsoft Yahei";
}
.fl{float: left;}.fr{float: right;}
.w1000{
	width: 1000px;
	margin: 0 auto;
}.orange{
	color: #ff6600;
}
.red{
	color: red;
}
.border0{
	border: none!important;
}



.banner{
	height: 931px;
	width: 100%;
	background: url(../images/zt113_01.jpg) center no-repeat;
}
.banner .w1000{
	height: 931px;
}
.msg{
	padding: 330px 0 0 22px;
	color: #333;
	font: bold 16px/30px "Microsoft Yahei";
}
.apply-button{
	display: block;
	margin: 22px 0 0 24px;
	width: 303px;
	height: 74px;
	cursor: pointer;
}
.apply-form{
	height: 580px;
	background: #fff;
}
.explanation{
	width: 350px;
}
.explanation-text{
	padding: 0 40px 0 36px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
#form{
	padding-top: 40px;
	width: 650px;
}
#form li{
	width: 635px;
	height: 58px;
	line-height: 58px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
#form input{
	border: none;
	outline: none;
	height: 40px;
	width: 400px;
	line-height: 40px;
	color: #666;
	font-family: "Microsoft Yahei";
}
#form label{
	display: inline-block;
	width: 100px;
	cursor: pointer;
}
#form .mistake{
	display: none;
}
#submmit{
	margin-top: 30px;
	width: 635px;
	height: 80px;
	border: none;
	outline: none;
	background: #2c6ac7;
	color: #fff;
	font-size: 26px;
	font-family: "Microsoft Yahei";
	cursor: pointer;
}
#report{
	background: #efefef;
}
#report .box{
	overflow: hidden;
	padding: 35px 15px 50px;
	font-size: 16px;
}
#btitle{
	padding-bottom: 40px;
	color: #333;
	text-indent: 20px;
}
.report-article{
	float: left;
	padding: 20px;
	width: 280px;
	border-right: 1px solid #ccc;
}
a.title{
	padding-bottom: 15px;
	display: inline-block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.content{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
#footer{
	padding: 35px 0 270px;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 26px;
}
#footer a{
	padding: 0 10px;
	color: #666;
	text-decoration: none;
}
.dialog{
	display: none;
}
#dialog{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #666;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#dialog-box{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -265px;
	width: 500px;
	height: 530px;
	background: #fff;
	opacity: 1;
	text-align: center;
}
#dialog-box h3{
	margin-top: 90px;
	font: bold 20px/20px "Microsoft Yahei";
}
.close-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: url(../images/close_03.jpg) no-repeat;
}
.wechat-box{
	padding: 35px 0 20px;
	margin: 35px 45px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.wechat-box p{
	padding-top: 2px;
	font-size: 14px;
	color: #666;
}
.sure-btn{
	margin: 0 auto;
	width: 200px;
	height: 50px;
	background: #2c6ac7;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}