*{
	margin: 0;
	padding: 0;
}
a{
	display: block;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
body{
	font-family: "Microsoft Yahei";
}
.main{
	width: 1403px;
	margin:0 auto;
}
.main_top{
	width: 1403px;
	height: 77px;
	margin:0 auto;
}
.main_top h1.logo{
	float: left;
}
.main_top h1.logo a{
	display: block;
	width: 205px;
	height: 77px;
	background: url("../../images/certificateCnnic/header01.png") no-repeat;
}
.main_top .banner{
	float: left;
	background: url("../../images/certificateCnnic/header03.png") no-repeat;
	width: 1198px;
	height: 77px;
}
.main_body{
	width: 600px;
	margin: 0 auto;
	padding: 70px 0 26px 0;
}
.main_body h3{
	font-size: 30px;
	font-weight: normal;
	color: #3a80c1;
	height: 70px;
	margin-left: 10px;
}
.main_body .inputLine{
	height: 66px;
	width: 120%;
}
.main_body .inputLine span{
	font-size: 22px;
	color: #717272;
}
.main_body .inputLine input{
	width: 300px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #b3b3b3;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	padding-left: 18px;
}
.main_body .inputLine input:focus{
	outline: none;
}
.main_body .btn{
	width: 150px;
	height: 36px;
	margin: 0 auto;
	background-color: #3a80c1;
}

.main_body .btn:hover {
	cursor: pointer;
}
.main_body .btn span{
	font-size: 20px;
	color: #fff;
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
}
.main .remark{
	width: 600px;
	margin: 0 auto;
	font-size: 16px;
}
.main .remark span{
	color: #c13a3a;
	height: 24px;
}
.main .remark p{
	height: 24px;
	color: #8a8a8a;
}

.line{
	margin-top: 30px;
	width: 100%;
	height: 30px;
	background-color: #5a9ae4;
}
.main_footer{
	width: 1403px;
	margin: 0 auto;
}
.main_footer p{	
	width: 600px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #8a8a8a;
	height: 77px;
	line-height: 77px;
	text-align: center;
}
.line_en{
	margin-top: 30px;
	width: 100%;
	border-top: 50px solid #5a9ae4;
}
.error{
	color: red;
	font-size: 14px;
}