/*头部*/
.tou{
	width:100%;
    background-color: #FFF;
}
.head{ width:1010px; height:59px; margin:0 auto;}
.head p{ float:left;}
.head li{ float:left; margin-top:28px; margin-left:35px; font-size:14px; font-weight:400;}
.head li a{ color:#000;}
.head .xun{ margin-top:13px; line-height:18px;}
.head .xun b{ font-size:12px; color:#000;}
.head .xun span{ color:#000; font-size:16px;}
.gray{ width:100%; height:10px; background:#818181;}
.clear{clear:both}
.bw{width:1200px;margin:0 auto}
/*bd*/
.db{
	width: 100%;
	height: auto;
	position: relative;
	min-width: 1200px;
}
.bg{
	width: 520px;
	height: 335px;
	background: #f0eff5;
	position: absolute;
	top: 26.5%;
	left: 37.6%;
	padding: 30px 0 0 0;
}
.bg li{
	width: 95%;
	height: 50px;
	line-height: 50px;
	margin: 10px auto;
	text-align: center;
}
.bg li h3{
	font-size: 26px;
	color: #f90000;
}
.bg li:nth-child(2){
	font-size: 22px;
	color: #ff6600;
}
.bg li input{
	width: 90%;
	height: 100%;
	border:0;
	text-align: center;
	font-size: 18px;
	color: #807f7f;
	border-radius: 10px;
}
.bg li input[type=submit]{
	background: #f90000;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}