@charset "UTF-8";
/* CSS Document */
body,div,h3,ul,li,p{
	padding:0;
	margin:0;
	font-family:"Microsoft YaHei UI","微软雅黑";	
	font-size:12px;
}
.back{
	background-color:#ed9b3b;
	top:100px;
	right:0px;
	position:fixed;
	width:120px;
	line-height:50px;
	height:115px;
	padding-top:12px;
	_position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
	_margin-top:110px;
}
.back li{
	padding:0 10px;
	list-style:none;
	line-height:24px;
}
.back a{
	color:#fff;
	text-decoration:underline;
}
.box{
	width:400px;
	height:300px;
	border:8px solid #4b78bc;
	background-color:#f1f3f5;
	margin:0 auto;
}
.box h3{
	background-color:#4b78bc;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center
}
table{
	padding-top:20px;
}
table a{
	color:#4b78bc;
}
/****A-样式一***/
.A-body{
	background-color:#f4f7f9;
}
.A-top{
	height:5px;
	width:100%;
	background-color:#2c7ccd;
}
.A-content{
	width:1001px;
	height:1893px;
	margin:0 auto;
	background:url(images/A-content.jpg);
}
/****B-样式一***/
.B-body{
	background-color:#fafdff;
}
.B-top{
	background:url(images/B-top-bg.jpg);
	width:100%;
	height:165px
}
.B-top-con{
	background:url(images/B-top.jpg);
	width:1000px;
	margin:0 auto;
	height:165px;
}
.B-content{
	width:1000px;
	height:1846px;
	margin:0 auto;
	background:url(images/B-content.jpg);
}
.B-foot{
	background-color:#2b5b8c;
	width:100%;
	height:344px;
}
.B-foot-con{
	background:url(images/B-foot.jpg);
	width:1000px;
	margin:0 auto;
	height:344px;
}
/****C-样式一***/
.C-body{
	background-color:#fafdff;
}
.C-top{
	background:url(images/C-top-bg.jpg);
	width:100%;
	height:165px
}
.C-top-con{
	background:url(images/C-top.jpg);
	width:1000px;
	margin:0 auto;
	height:164px;
}
.C-content{
	width:1000px;
	height:1846px;
	margin:0 auto;
	background:url(images/C-content.jpg);
}
/*--问卷框--*/
.wj-box{
	width:840px;
	margin:0 auto;
	height:500px;
	padding:30px;
	background-color:#f3f7fa;
	border:2px solid #579de5;
}
.wj-box h3{
	color:#3473C1;
	font-size:24px;
	text-align:center;
	margin:15px 0;
}
.wj-box .form-box{
	padding:5px;
}
.wj-box .row{
	line-height:36px;
	margin:10px 0 10px 25px;
}
.wj-box label{
	vertical-align:middle;
	display:inline-block;
}
.wj-box p{
	line-height:24px;
	text-indent:2em;
	margin:10px 0;
}
.wj-box .txt{
	border:1px solid #e0e2e1;
	width:150px;
	height:24px;
	line-height:24px;
	padding-left:8px;
	font-size:12px;
	vertical-align:middle;
}
.wj-box .btn{
	border:0px;
	background-color:#438cd9;
	width:80px;
	height:25px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin:10px 0 0 15px;
	cursor:pointer;
}