@charset "gb2312";
/* CSS Document */
/* 基础设置 */
*{border:0; margin:0; padding:0}
body html{ height:100%;}
body{
	font-size:12px;
	background-color:#a20c0d;
	color: #555555;
}
a img {border:0;}
.imgstyle01{
	border: 1px solid #e7e7e7;
}
.imgstyle02{
	border: 1px solid #e7e7e7;
	padding: 2px;
}
.imgstyle02:hover{
	border: 1px solid #ffd491;
	padding: 2px;
}
table,td,th{
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
ul{list-style-type:none;}
/*link*/
a:link,a:visited,a:active{
	text-decoration: none;
	color: #383838;
	font-family: "宋体";
}
a:hover{
	color:#F96;
	text-decoration: none;
	font-family: "宋体";
}


/*文字行高颜色大小设置*/
.l14{line-height: 14px;}
.l15{line-height: 15px;}
.l16{line-height: 16px;}
.l18{line-height: 18px;}
.l20{line-height: 20px;}
.l22{line-height: 22px;}
.l23{line-height: 23px;}
.l24{line-height: 24px;}
.l25{line-height: 25px;}
.l26{line-height: 26px;}
.l27{line-height: 27px;}
.l28{line-height: 28px;}
.l30{line-height: 30px;}
.l31{line-height: 31px;}
.l35{line-height: 35px;}
.f10{
	font-size:10px;
	word-spacing: -1px;
	letter-spacing:-2px;
	}
.f11{font-size:11px;
	word-spacing: -1px;
	letter-spacing:-2px;
}
.f12{
	font-size:12px;
	font-weight: normal;
}
.f12b{font-size:12px;font-weight: bold;}
.f13{ font-size:13px;font-weight: normal;}
.f13b{font-size:13px;font-weight: bold;}
.f14{font-size:14px;font-weight: normal;}
.f14b{font-size:14px;font-weight: bold;}
.f15{font-size:15px;font-weight: normal;}
.f15b{font-size:15px;font-weight: bold;}
.f16{font-size:16px;font-weight: normal;}
.f16b{font-size:16px;font-weight: bold;}
.f18b{font-size:18px;font-weight: bold;}
.f22b{font-size:22px;font-weight: bold;}
.zijianju{letter-spacing:-2px;}
.heiti{font-family: "黑体";}
.white,.white a:link,.white a:visited,.white a:active{
	color: #FFFFFF;
}
.white a:hover{
	color:#606;
	text-decoration: none;
}
.yellow,.yellow a:link,.yellow a:visited,.yellow a:active{
	color: #FFF46F;
}
.yellow a:hover{color:#FF6633;text-decoration: none;}
.green,.green a:link,.green a:visited,.green a:active{
color:#316301}
.green a:hover{color:#FF6633;text-decoration: none;}
.red,.red a:link,.red a:visited,.red a:active{
color:#ed223a}
.red a:hover{color:#FF9933;text-decoration: none;}
.red01,.red01 a:link,.red01 a:visited,.red01 a:active{
	color:#C33
}
.red01 a:hover{color:#FF9933;text-decoration: none;}
.red02,.red02 a:link,.red02 a:visited,.red02 a:active{
	color:#F60
}
.red02 a:hover{
	color:#F93;
	text-decoration: none;
}
.gray,.gray a:link,.gray a:visited,.gray a:active{
	color:#CCC
}
.gray a:hover{color:#F96;text-decoration: none;}
.blue,.blue a:link,.blue a:visited,.blue a:active{
	color:#5f6197
}
.blue a:hover{color:#F96;text-decoration: none;}
/* 线设置 */
.dotted_bottom{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbdbdb;
}
.dotted_top{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.dashed_bottom_white{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	margin-right: 8px;
	margin-left: 8px;
}
.border_gray{
	border: 1px solid #dbdbdb;
}

/* box设置 */

#box1,#box3,#box2{
	margin:0 auto;
	width:1001px;
	background-color: #FFF;
}
#boxtop,#boxbot{
	margin:0 auto;
	width:1001px;
}
#box6{
	margin:0 auto;
	width:1001px;
}

/* 对齐设置 */
.floatleft{float: left;}
.floatright{float: right;}
.vertical_align_middle{vertical-align: middle;}
.text_align_center{text-align: center;}
.text_align_right{
	text-align: right;
}
.text_indent3{text-indent: 3px;
}
.text_indent20{text-indent: 20px;
}
.text_indent22{text-indent: 22px;
}
.text_indent25{text-indent: 25px;
}
.text_indent30{text-indent: 30px;
}

/* 高度设置 */
.height5{height: 5px;}
.height8{height: 8px;}
.height50{height: 50px;}
.height77{height: 77px;}
.height117{height: 117px;}
/* 最小高度设置 */
.min_height130{min-height: 130px;}
.min_height300{min-height: 300px;}
.min_height600{min-height: 600px;}
.min_height75{min-height: 75px;}
/* 宽度设置 */
.width5{width: 5px;}
.width12{width: 12px;}
.width75{width: 75px;}
.width250{width: 250px;}
.width188{width: 188px;}
/* 填充设置 */
.padding_top4{padding-top: 4px;}
.margin_top4{margin-top: 4px;}
.margin_top10{margin-top: 10px;}
.margin_8{
	margin: 8px;
}
.margin_8_2{
	margin-top: 8px;
	margin-right: 18px;
	margin-bottom: 8px;
	margin-left: 18px;
}
.margin_8_1{
	margin-right: 8px;
	margin-left: 8px;
}
.padding5{padding: 5px;}
.padding8{padding: 8px;}
/* 导航样式设置 */
.tabs01hot{
	background-image: url(jnstyleimagestag_01.gif);
}
.tabs01{
	background-image: url(jnstyleimagestag_02.gif);
}
.input_search{
	background-color: #FDFBFE;
	font-size: 12px;
	color: #CCCCCC;
	height: 20px;
	width: 200px;
	background-image: url(adxinstyleimagessearch_01.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	border: 1px solid #c4c4c4;
	line-height: 20px;
}
.button_search{
	font-size: 12px;
	background-image: url(adxinstyleimagessearch_but.gif);
	border: 0px;
	width: 60px;
	height: 22px;
}
.layer01{
	border: 1px solid #d3dae0;
	padding: 1px;
	background-color: #FFF;
}

.h1_title{
	text-align: center;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-top: 50px;
	padding-left: 50px;
}
.dashed_02{
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.content_bottom{
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.content_content{
	padding-right: 50px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 50px;
	min-height:700px;
}
.input_hudong{
	background-color: #FDFBFE;
	font-size: 12px;
	border: 1px solid #b9c3cb;
	color: #333;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.iconsanjiao{
	background-image: url(jnstyleimagesicon_02.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
}
.anniubg{
	background-image: url(/jnstyle/images/anniu_02.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	background-position: 2px;
}
.anniubg:hover{
	background-image: url(jnstyleimagesanniu_01.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	background-position: 2px;
}
.titleli_decimal{
	list-style-type: decimal;
}
.ol_decimal{
	padding-left: 23px;
	padding-bottom: 8px;
}
.titleli_left{
	position: relative;
	left: -5px;
}
.channelsnav{
	background-image: url(jnstyleimagesbannernav_03.gif);
	background-repeat: no-repeat;
}