@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}

.block {
	display: block
}

.hand {
	cursor: pointer;
}

.gray {
	color: #ccc;
}

.bold {
	font-weight: bold;
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

.fst {
	font-family: "宋体";
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.caption {
	color: #bbb;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

.valid {
	color: #9c0;
	font-weight: normal;
	font-style: italic;
}

.stress {
	color: #c60;
	font-weight: bold;
}

.quote {
	color: #9c0;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.breakall {
	word-break: break-all;
}

.breakword {
	word-break: break-word;
}

.unit {
	color: #789;
	border: 1px solid #c7c8c9;
	margin: 0 5px 0 5px;
	padding: 2px 5px 2px 5px;
	background: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.unit:hover {
	color: #fff;
	background: #d0d0d9;
}

.rect {
	background: #fff;
	border: 1px solid #abc;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.line {
	height: 1px;
	line-height: 1px;
	margin: 5px 0 5px;
	border-bottom: 1px dashed #ccc;
}

body,input,select,textarea {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #333;
	padding: 2px;
}

input,select,textarea {
	outline: none;
	border: 1px solid #abc;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

input[type=checkbox],input[type=radio] {
	border: none;
	padding: 0;
}

/*HTML 5 支持 - 将新 HTML 5 标签设置为 display:block，以使浏览器知道如何正确呈现标签。 */
header,section,footer,aside,article,figure,nav,menu,hgroup {
	display: block;
}

p {
	margin-bottom: 0;
}

ul,ol,dl,form {
	/* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定所需的数值，
	也可以在列表包含的列表项（LI、DT 和 DD）中指定所需的数值。请记住，除非编写一个更具体的选择器，否则，在此处进行的设置将层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

a img {
	/* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}

/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a {
	cursor: pointer;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover,a:active,a:focus {
	text-decoration: none;
}

button {
	/* 去掉按钮的焦点边框样式 */
	outline: none;
}

input {
	/* 去掉输入控件的焦点边框样式 */
	opacity: 0.8;
	padding-left: 5px;
}

input:focus {
	opacity: 1;
}

@charset "utf-8";
/* CSS Document */
body {
	background: #ffffff url(../images/body-bg.png);
}

.inner_container {
	width: 1000px;
	min-height: 10px;
	margin: 0 auto;
}

a,a:visited {
	color: #333333;
}

a:hover {
	color: #EB851F;
	border-bottom: 1px dotted #EB851F;
}

/***************************************************************************
	页面正文样式
 ***************************************************************************/
#content {
	width: 1000px;
	min-height: 10px;
	margin: 10px auto 10px;
}

/***************************************************************************
	页头样式
 ***************************************************************************/
#header {
	min-width: 1000px;
	min-height: 10px;
}

#h_first {
	width: 100%;
	height: 30px;
	background-color: #F8EFDC;
}

.jingsi-xcbs {
	display: block;
	width: 402px;
	min-height: 14px;
	/* 	height: 30px; */
	background: url(../images/jingsi-xcbs.png) no-repeat 0 50%;
}

#h_first .jingsi-xcbs {
	height: 30px;
}

#h_banner {
	width: 100%;
	height: 110px;
	background-color: #FBF8F0;
}

.js-logo {
	width: 1000px;
	height: 110px;
	background: url(../images/logo.png) no-repeat;
}

#h_menu {
	width: 100%;
	height: 50px;
	background-color: #FAB746;
}

#main-nav-menu>ul {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 30px;
}

#main-nav-menu>ul>li {
	cursor: pointer;
	font-size: 14px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	list-style: none;
	margin-right: 20px;
	background-color: #FBC56B;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#main-nav-menu>ul>li.home {
	font-weight: bold;
	color: #EB851F;
	background-color: #fff;
}

#main-nav-menu>ul>li:hover {
	background-color: #FFEFBF;
}

.main-nav ul {
	position: absolute;
	border: 1px solid #FBC56B;
	background-color: #FDFBF7;
}

.main-nav ul li {
	list-style: none;
	text-align: left;
	padding: 2px 30px 2px 20px;
	border-bottom: 1px dotted #FCF4E6;
}

.main-nav ul li.sub-menu {
	background: url(img/sub-menu-sign.png) no-repeat 96% center;
}

.main-nav ul li a {
	color: #FAB746;
}

.main-nav ul li a,.main-nav ul li a:hover {
	text-decoration: none;
	border-bottom: none;
}

.main-nav ul li:hover,.main-nav ul li a:hover {
	color: #EB851F;
}

.main-nav ul li:hover {
	background-color: #FFEFBF;
}

/***************************************************************************
	页脚样式
 ***************************************************************************/
#footer {
	width: 1000px;
	height: 195px;
	margin: 0 auto;
	padding: 10px 0 20px;
}

#footer #left-logo,#footer #right-copy {
	float: left;
}

#footer #left-logo {
	width: 285px;
	height: 195px;
	background: url(../img/t/foot-logo.png) no-repeat 50% 50%;
}

#footer #right-copy {
	width: 715px;
}

#footer #right-copy #top {
	padding: 20px 0 10px;
	overflow: hidden;
}

#footer #right-copy #bottom .link a,#footer #right-copy #bottom .link a:visited
	{
	font-size: 14px;
	color: #EB851F;
}

#footer #right-copy #bottom .link a:hover {
	color: #EB851F;
}

#footer #right-copy #top ul li {
	font-size: 14px;
	width: 160px;
	height: 30px;
	list-style: none;
	float: left;
}

#footer #right-copy #bottom {
	width: 715px;
	overflow: hidden;
}

#footer #right-copy #bottom .link {
	color: #EB851F;
}

#footer #right-copy #bottom .copyright {
	color: #666;
}

#vote_title {
	color: #F08519;
	font-size: 24px;
	height: 60px;
	line-height: 70px;
	padding-left: 30px;
	border-bottom: 3px solid #FAD6A0;
}

#vote_container {
	min-height: 10px;
	border: 4px solid #FCF4E6;
	background: #fff;
	margin-top: 15px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#vote_container a,#vote_container a:visited {
	font-size:20px;
	color:#f90303;
	border-bottom: 1px solid #f90303;
}

#vote_desc,#vote_list,#vote_form,#vote_answer {
	font-size: 16px;
	width: 900px;
	min-height: 10px;
	margin: 0 auto;
}

#vote_desc {
	color: #666;
	line-height: 32px;
	padding: 45px 0 30px;
	border-bottom: 1px dotted #efefef;
	overflow: hidden;
	text-indent: 32px;
}

#vote_list {
	padding: 25px 0 45px;
}

#vote_list .item_child {
	padding-bottom: 30px;
}

#vote_list .item_child .topic {
	color: #666;
}

#vote_list .item_child ul li {
	color: #666;
	list-style: none;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px dotted #efefef;
}

#vote_list .item_child ul li:hover {
	color: #99CC00;
	background: #fcfcfc;
}

#vote_list .item_child ul li span.left {
	float: left;
}

#vote_list .item_child ul li span.right {
	float: right;
}

#vote_list .item_child ul li .checkbox {
	color: #333;
	font-size: 14px;
	height: 25px;
	cursor: pointer;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #eee;
	background: #fff;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#vote_list .item_child ul li .checkbox:hover {
	color: #A0A29B;
	border-color: #E5F4B6;
	background-color: #F3FADE;
}

#vote_list .item_child ul li .selected,#vote_list .item_child ul li .selected:hover
	{
	color: #666;
	border-color: #D3ED85;
	background-color: #EBF7C8;
}

#vote_list .item_child ul li.unselect {
	border: 1px dotted #f30;
	background: #FFF9F7;
}

#vote_form {

}

#vote_form tr th,#vote_form tr td {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #efefef;
}

.title {
	color: #F08519;
	font-size: 18px;
}

#vote_form tr th {
	font-weight: normal;
	text-align: right;
}

#vote_form tr td {

}

#vote_form input[type=text] {
	font-size: 14px;
	width: 250px;
	border-left: none;
	border-right: none;
	border-top: none;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#vote_form #button_group {
	display: block;
	text-align: center;
	margin: 0 auto;
}



#vote_form #btnSubmit:hover {
	background-position: 0 -72px;
}

#vote_answer {
	display:none;
	width: 1000px;
	border: 5px solid #eee;
	overflow: hidden;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#vote_answer #btnNext {
	display: block;
	width: 304px;
	height: 72px;
	margin: 0 auto;
	border: none;
	background: url(http://a.jingsiedu.com/jsweb/resource/img/t/btn_next.png) no-repeat;
}

#vote_answer #btnNext:hover {
	background-position: 0 -72px;
}

#vote_answer #btnClose {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	border: none;
	background: url(http://a.jingsiedu.com/jsweb/resource/img/t/btn_close.png) no-repeat;
}

#vote_answer #btnClose:hover {
	background-position: 0 -40px;
}

#vote_answer .inner_space {
	padding: 20px 40px 20px 40px;
}

#vote_answer .title {
	padding: 20px 0 30px;
}

#vote_answer ul li {
	list-style: none;
	min-height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 8px 0 8px;
	border-bottom: 1px dotted #efefef;
}

#vote_answer ul li span.title {
	font-size: 16px;
	color: #999;
	text-align: right;
	border: 1px dotted #efefef;
	padding: 2px 10px 2px 10px;
	background: #F5FAE5;
	margin-right: 15px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#vote_answer ul li span.answer {
	min-height: 100px;
	overflow: hidden;
}

#vote_answer p.desc {
	text-indent: 32px;
	padding: 30px 0 20px;
	line-height: 30px;
}

#vote_result {
	cursor: pointer;
	position: fixed;
	display: block;
	width: 161px;
	height: 50px;
	background: url(http://a.jingsiedu.com/jsweb/resource/img/t/btn_result.png) no-repeat;
}

#blank_object {
	padding-bottom: 80px;
}

#vote_form #btnSubmit {
    width: 304px;
    height: 72px;
    cursor: pointer;
    border: none;
    opacity: 1;
    background: url(http://a.jingsiedu.com/jsweb/resource/img/t/btn_submit.png) no-repeat;
}
