@charset "utf-8";
*{list-style: none;margin:0;padding:0}
a{
	text-decoration: none;
	font-family: "MicrosoftYaHei";
}
body{
	background-color: #CCE3F9;
	background-image: url(../images/bg-2.png);
	background-position: center top;
}
.red{color:#F00}
.index-main{
	margin:0 auto;width:1560px;
	
	}
.ad{
	margin:20px auto 10px auto;width:1280px;height:140px;
	}
.title{
	margin: 50px auto;
	width: 300px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	/*text-shadow: 0px 20px #E0F4FC;*/
	color: #039
}
.content{
	margin: 0 auto 20px auto;
	width: 600px;
	height: 600px;
	border-radius: 10px;
	background-color: #FFFFFF;
	font-family: "微软雅黑";
}
.content-title{margin-top:10px;height:50px;text-align:center;font-size:20px;color:#666;line-height:50px;font-weight:bold}
.content-box{margin:10px 0;height:50px}
.box-title{float:left;width:150px;text-align:right;font-size:17px;line-height:40px;}
.box-input{float:left;width:400px;margin-left:10px;}
.input-1{
	width: 380px;
	padding-left: 10px;
	height: 40px;
	text-align: left;
	font-size: 15px;
	color: #03C;
	border-radius: 5px;
	background-color: #F7F7F7;
	border: 1px solid #999999;
}
.input-2{
	width: 120px;
	padding-left: 10px;
	height: 40px;
	text-align: left;
	font-size: 15px;
	color: #03C;
	border-radius: 5px;
	background-color: #F7F7F7;
	border: 1px solid #999999;
}
.submit_btn{width: 120px;
	text-align: center;
	font-weight: bold;
	height: 40px;
	border-radius: 5px;
	background-color: #0673c9;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	color: #FCFCFC}



