﻿* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "微软雅黑", Tahoma;
}
body {
	background-color: #E9E8DE;
}
.site {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.con_head {
	height: 116px;
	position: relative;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}
.con_box {
	height: 462px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(img/box_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border:#59525C 1px solid;
	border-top: none;
	border-bottom: none;
}

.con_box .title_txt {
	background-color: #444444;
	height: 128px;
	border: 1px solid #FFFFFF;
	line-height: 28px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 10px;
}
.con_box .title_txt a {
	color: #FFFFFF;
	text-decoration: none;
}
.con_box .title_txt a:hover {
	text-decoration: underline;
}
.footer {
    height: 84px;
	position: relative;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;

	text-align:right;
	padding:14px 10px;
}
.formList #formItem {
	background-image: url(img/itemBg.gif);
	background-repeat: repeat-y;
	width: 196px;
	list-style-type: none;
	display: block;
	height: 460px;
	float: left;
}
.formList #formItem li {
	background-image: url(img/itemOff.gif);
	background-repeat: no-repeat;
	height: 70px;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	display: block;
	cursor: pointer;
	color: #666666;
}
.formList .form_box {
	float: left;
	width: 330px;
	padding-left: 40px;
	display: none;	
}
.formList .form_box h2 {
	font-size: 18px;
	color: #6B6370;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}
.txt_num {
	height: 25px;
	line-height: 25px;
	width: 220px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #666666;
}
.txt_num_bor {
	height: 25px;
	line-height: 25px;
	width: 220px;
	font-size: 16px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #F1F8FF;
}
.conf_num {
	height: 25px;
	line-height: 25px;
	width: 80px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #666666;
}
.conf_num_bor {
	height: 25px;
	line-height: 25px;
	width: 80px;
	font-size: 16px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #F1F8FF;
}
.about_txt {
	line-height: 30px;
	color: #666666;
	height: 30px;
}
.tit_name {
	font-size: 14px;
	color: #333333;
}
.formList .more_txt {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	padding-left: 15px;
	display: block;
}
.more_txt li {
	color: #E87302;
	padding-top: 20px;
	line-height: 20px;
}
