@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #3399cc;
}
img {
	border:outset none none;
}
li, dd {
	list-style: none;

}
body {
	font-size: 14px;
	color: #333;
	word-break: break-all;
	font-family: "宋体";
}
.float-left {
	float: left;
}
.float-rigth {
	float: right;
}
.margin-top {
	margin-top: 20px;
}
.margin-top2 {
	margin-top: 10px;
}
.margin-left {
	margin-left: 20px;
}
.padding-bottom {
	padding-bottom: 10px;
}
.font12 {
	font-size: 12px;
}
h3 {
	font-size: 20px;
	font-family: "黑体";
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
/*顶部登录*/
.web_top {
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: url(../images/web_top_bg.jpg) repeat-x;
}
.web_top-con {
	width: 960px;
	height: 30px;
	line-height: 32px;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 auto;
}
.web_top-con p {
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	float: left;
	line-height: 32px;
}
.web_top-con ul {
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	float: right;
}
.web_top-con li {
	display: block;
	width: auto;
	height: 30px;
	line-height: 32px;
	float: left;
	padding: 0 3px;
}
/*logo*/
.web_logo {
	width: 980px;
	height: 120px;
	overflow: hidden;
	margin: 3px auto 0;
	background: 0;
}
.web_logo .fl {
	width: 327px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.web_logo .fl img{
	width:327px;
	height:120px;
	}
.web_logo .fr {
	width: 653px;
	height: 120px;
	overflow: hidden;
	float: right;
}
.web_logo .fr img{
	width:653px;
	height:120px;
	}
/*导航*/
.web_nav {
	width: 980px;
	height: 80px;
	overflow: hidden;
	margin: 3px auto 0;
	background: url(../images/web_nav.jpg) no-repeat;
}
.web_nav ul {
	padding-left: 23px;
}
.web_nav li {
	display: block;
	width: 78px;
	height: 40px;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	font-weight: bold;
}
.web_nav li a {
	display: block;
	width: 78px;
	height: 40px;
	overflow: hidden;
	color: #fff;
}
.web_nav li a:hover {
	background: url(../images/web_nav_libg2.jpg) no-repeat;
	color: #fff;
}
.web_nav li .a1 {
	background: url(../images/web_nav_libg2.jpg) no-repeat;
}
/*头条*/
.top_line {
	width: 980px;
	height: 86px;
	overflow: hidden;
	margin: 20px auto 0;
}
.top_line ul {
	display: block;
	width: 1005px;
	height: 86px;
	overflow: hidden;
}
.top_line li {
	display: block;
	width: 310px;
	height: 86px;
	overflow: hidden;
	float: left;
	padding-right: 25px;
}
.top_line li img {
	width: 110px;
	height: 86px;
	float: left;
}
.top_line h5 {
	display: block;
	width: 190px;
	height: 30px;
	overflow: hidden;
	float: right;
}
.top_line p {
	display: block;
	width: 190px;
	height: auto;
	overflow: hidden;
	line-height: 22px;
	font-size: 12px;
	color: #999;
	float: right;
	margin-top: -6px;
}
/*首页内容部分*/
.index_con {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0;
	padding-top: 4px;
	background: url(../images/index_con_bg.jpg) repeat-x left top;
}
.index_con2 {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0;
}
.index_con-l {
	width: 340px;
	height: auto;
	overflow: hidden;
}
.index_con-c {
	width: 340px;
	height: auto;
	overflow: hidden;
}
.index_con-r {
	width: 260px;
	height: auto;
	overflow: hidden;
	background: url(../images/titbg2.jpg);
	padding-bottom: 9px;
}
/*翻转图*/
.swap_img {
	width: 340px;
	height: 272px;
	overflow: hidden;
}
.swap_img ul {
	display: block;
	width: 340px;
	height: 30px;
	overflow: hidden;
}
.swap_img li {
	display: block;
	width: 65px;
	height: 24px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-right: 1px;
	float: left;
	font-size: 12px;
}
.swap_img li a {
	display: block;
	width: 63px;
	height: 22px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	margin: 1px;
}
.swap_img li a:hover {
	color: #fff;
}
.swap_img li .a1 {
	color: #fff;
	background: url(../images/index_tit-h5bg.jpg);
}
.swap_img .img {
	width: 340px;
	height: 242px;
}
.swap_img p {
	display: block;
	width: 320px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
	line-height: 32px;
	font-weight: bold;
	filter: alpha(opacity=70); /* 设置ie透明度  */
	opacity: 0.7;  /* 设置火狐高版本透明度  */
	-moz-opacity: .7; /* 设置火狐低版本透明度  */
	background: #000;
	margin-top: -30px;
}
.swap_img p a, .swap_img p a:hover {
	color: #fff;
}
.index_tit1 {
	width: 340px;
	height: 26px;
	overflow: hidden;
	background: url(../images/titbg1.jpg) no-repeat;
	padding-top: 4px;
}
.index_tit1 h5 {
	display: block;
	width: auto;
	height: 26px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 10px;
	background: url(../images/index_tit-h5bg.jpg);
}
.index_tit1 h5 a, .index_tit1 h5 a:hover {
	color: #fff;
}
.index_tit1 span {
	display: block;
	width: auto;
	height: 26px;
	overflow: hidden;
	line-height: 28px;
	padding-right: 10px;
}
.index_content1 {
	width: 340px;
	height: auto;
	overflow: hidden;
}
.index_content1 h5 {
	display: block;
	width: 340px;
	height: 30px;
	overflow: hidden;
	margin: 10px 0;
	line-height: 32px;
}
.index_content1 .imgdiv {
	width: 340px;
	height: 86px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.index_content1 .imgdiv img {
	width: 110px;
	height: 86px;
	float: left;
}
.index_content1 .imgdiv p {
	display: block;
	width: 220px;
	height: auto;
	overflow: hidden;
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #999;
	margin-top: -4px;
}
.index_content1 ul {
	width: 340px;
	height: 172px;
	overflow: hidden;
	padding-top: 10px;
}
.index_content1 ul li {
	padding-left: 18px;
	background: url(../images/list-style_1.jpg) no-repeat 0;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.index_content1 .imgdiv2 {
	width: 340px;
	height: 136px;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
.index_content1 .imgdiv2 dl {
	display: block;
	width: 361px;
	height: 136px;
	overflow: hidden;
	margin-left: -10px;
}
.index_content1 .imgdiv2 dt {
	display: block;
	width: 340px;
	height: 34px;
	overflow: hidden;
	line-height: 26px;
	font-weight: bold;
	padding-left: 10px;
}
.index_content1 .imgdiv2 dd {
	display: block;
	width: 159px;
	height: 26px;
	overflow: hidden;
	float: left;
	padding: 0 11px 0 10px;
	background: url(../images/sline.jpg) no-repeat right 2px;
}
.index_content1 .imgdiv2 strong {
	display: block;
	width: 340px;
	height: 34px;
	overflow: hidden;
	line-height: 26px;
	font-weight: bold;
	padding-left: 10px;
}
.index_content1 .imgdiv2 ol {
	padding-top: 6px;
}
.index_content1 .imgdiv2 ol li {
	display: block;
	width: 110px;
	height: 86px;
	overflow: hidden;
	float: left;
	padding-left: 40px;
	background: none;
}
.index_content1 .imgdiv2 ol li img {
	width: 110px;
	height: 86px;
	float: left;
}
.index_content1 .imgdiv2 ol li span {
	display: block;
	width: 110px;
	height: 20px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=70); /* 设置ie透明度  */
	opacity: 0.7;  /* 设置火狐高版本透明度  */
	-moz-opacity: .7; /* 设置火狐低版本透明度  */
	text-align: center;
	line-height: 22px;
	margin-top: -20px;
	float: left;
	font-size: 12px;
}
.index_content1 .imgdiv2 ol li span a, .index_content1 .imgdiv2 li span a:hover {
	color: #fff;
}
.index_content1 .imgdiv2_2 {
	border-bottom: none;
	border-top: 1px dotted #ccc;
	margin-top: 6px;
	padding-top: 4px;
}
.ad_1 {
	width: 340px;
	height: 50px;
	overflow: hidden;
}
.ad_1 img {
	width: 340px;
	height: 50px;
}
.index_tit2 {
	width: 340px;
	height: 26px;
	overflow: hidden;
	background: url(../images/titbg2.jpg);
}
.index_tit2 h5 {
	display: block;
	width: auto;
	height: 26px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 10px;
}
.index_tit2 h5 a, .index_tit1 h5 a:hover {
	color: #3399cc;
}
.index_tit2 span {
	display: block;
	width: auto;
	height: 26px;
	overflow: hidden;
	line-height: 28px;
	padding-right: 10px;
}
.index_content2 {
	width: 340px;
	height: auto;
	overflow: hidden;
}
.index_content2 h4 {
	display: block;
	width: 340px;
	height: 26px;
	overflow: hidden;
	margin: 10px 0;
	line-height: 22px;
}
.index_content2 ul {
	width: 340px;
	height: 555px;
	overflow: hidden;
	margin-top: -4px;
}
.index_content2 ul li {
	padding-left: 18px;
	background: url(../images/list-style_1.jpg) no-repeat 0;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.index_content2 dl {
	display: block;
	width: 320px;
	height: 167px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-top: 3px;
	padding: 3px 9px 0;
}
.index_content2 dd {
	display: block;
	font-size: 12px;
	line-height: 24px;
	padding-left: 16px;
	background: url(../images/list-style_1.jpg) no-repeat 0 9px;
}
.index_con-r-ad {
	width: 240px;
	height: 70px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.index_con-r-ad img {
	width: 240px;
	height: 70px;
}
.index_sdiv {
	width: 218px;
	height: 251px;
	overflow: hidden;
	margin: 10px auto 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 20px;
}
.index_sdiv .tit {
	display: block;
	width: 218px;
	height: 30px;
	overflow: hidden;
}
.index_sdiv .tit h5 {
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	float: left;
	line-height: 32px;
}
.index_sdiv .tit h5 a, .index_sdiv .tit h5 a:hover {
	color: #3399cc;
}
.index_sdiv .tit span {
	font-size: 12px;
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	float: right;
	line-height: 32px;
}
.index_sdiv .con {
	width: 218px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
}
.index_sdiv .con .imgdiv {
	width: 218px;
	height: 118px;
	overflow: hidden;
}
.index_sdiv .con .imgdiv h6 {
	font-weight: normal;
	display: block;
	width: 218px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	float: left;
	font-size: 12px;
}
.index_sdiv .con .imgdiv img {
	width: 110px;
	height: 86px;
	float: left;
}
.index_sdiv .con p {
	display: block;
	width: 98px;
	height: auto;
	overflow: hidden;
	float: right;
	line-height: 24px;
	margin-top: -4px;
	color: #999;
}
.index_sdiv .con dl {
	padding-left: 3px;
	padding-top: 5px;
}
.index_sdiv .con dd {
	display: block;
	font-size: 12px;
	line-height: 24px;
	padding-left: 16px;
	background: url(../images/list-style_1.jpg) no-repeat 0 9px;
}
.index_ad_t {
	width: 980px;
	height: 90px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.index_ad_t img {
	width: 980px;
	height: 90px;
}
/*底部*/
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.f-r  li{
	 float:left;
	 padding:0px 5px;
}
.c-f {
	clear: both;
}
#friend-link {
	width: 978px;
	height: 137px;
	overflow: hidden;
	background: #ffece8;
	border: 1px solid #f5c3c2;
	margin: 20px auto 0;
}
.frd-link {
	color: #333;
	margin: 0 4px;
}
#friend-link a {
	color: #333;
	font-size: 12px;
	;
}
#fl_img {
	width: 990px;
	padding: 8px 10px 6px;
	height: 50px;
	border-bottom: 1px solid #ccc;
}
#fl_img a {
	margin-right: 17px;
	float: left
}
a.frd-link:hover, a#SQlink:hover, .btm-miaoshu a:hover, .inf-con a:hover {
	text-decoration: underline;
}
#connect-us {
	width: 978px;
	height: 14px;
	overflow: hidden;
	padding: 7px 0;
	margin: 10px auto 0;
	border: 1px solid #cdcdcd;
	font-size: 12px;
}
#connect-us ul {
	width: 390px;
	margin: 0 auto;
}
#connect-us ul li {
	height: 13px;
	width: auto;
	padding: 1px 10px 0 10px;
}
#connect-us ul li a:hover {
	color: #383838;
}
.right-border {
	border-right: 1px solid #616161;
}
/*#btm-inf {
	height: 145px;
	padding-top: 20px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}
#btm-icon {
	width: 875px;
	height: 51px;
	overflow: hidden;
	padding: 4px 0 0 105px;
	margin: 0 auto;
}
.margin-right {
	margin-right: 10px;
	margin-top: 12px;
}
.inf-con {
	text-align: center;
	line-height: 26px;
}
.inf-con-ZZ {
	font-weight: 800;
	color: #f00;
	width: 440px;
	height: 26px;
	margin: 0 auto 0 540px;
}
.inf-con-QQ {
	text-align: center;
	height: 36px;
	width: 540px;
	margin: 0 auto;
	line-height: 36px;
}
*/
/*登录弹出层*/
.leaguer {
	width: 100%;
	height: 100%;
_height:expression(document.body.clientHeight);
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50); /* 设置ie透明度  */
	opacity: 0.5;  /* 设置火狐高版本透明度  */
	-moz-opacity: .5; /* 设置火狐低版本透明度  */
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	_position: absolute;
_top: expression(documentElement.scrollTop)+ 0 + "px");
	display: none;
}
.leaguer_con {
	width: 340px;
	height: auto;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -120px;
	background: #fff;
	z-index: 999;
	_position: absolute;
_top: expression(documentElement.scrollTop + 150 + "px");
	background: #F0FFF0;
	display: none;
}
.leaguer_con p {
	display: block;
	width: 340px;
	height: 20px;
	overflow: hidden;
	text-align: right;
}
.leaguer_con p .a1 {
	display: inline;
	width: 30px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	line-height: 18px;
	border: 1px solid #ccc;
	margin: 2px;
	float: right;
	color: #333;
	cursor: pointer;
	background: #0C0;
	color: #fff;
}
.leaguer_con p .a1:hover {
	color: #fff;
	text-decoration: none;
}
.leaguer_con dl {
	display: block;
	width: 320px;
	height: 34px;
	padding: 0 10px;
	position: relative;
	z-index: 99;
	float: left;
}
.leaguer_con dd {
	display: block;
	width: auto;
	height: 34px;
	overflow: hidden;
	float: left;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #093;
	border-bottom: none;
	margin-right: 1px;
}
.leaguer_con dd a {
	display: block;
	width: auto;
	height: 34px;
	padding: 0 8px;
	float: left;
	overflow: hidden;
}
.leaguer_con dd a:hover {
	text-decoration: none;
	color: #333;
}
.leaguer_con dd .a1 {
	background: #093;
	color: #fff;
}
.leaguer_con dd .a2 {
	background: #fff;
	color: #093;
}
.leaguer_con ul {
	display: block;
	width: 278px;
	height: auto;
	overflow: hidden;
	margin: 0 10px 10px;
	border: 1px solid #093;
	padding: 20px 20px 4px;
	background: #fff;
	position: relative;
	z-index: 98;
	float: left;
	_margin-top: -1px;
	_margin-left: 5px;
	_margin-right: 5px;
}
.leaguer_con li {
	width: 278px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
}
.leaguer_con li a {
	margin-left: 10px;
	color: #093;
	text-decoration: underline;
}
.leaguer_con li a:hover {
	color: red;
}
.leaguer_con li .yzm {
	width: 76px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 8px;
	_top: 0;
}
.leaguer_con li #username {
	color: #999;
}
.leaguer_con li .inp1 {
	width: 172px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 0 3px;
	padding-right: 23px;
}
.leaguer_con li .inp2 {
	width: 84px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 0 3px;
	padding-right: 23px;
	text-transform: uppercase;
}
.leaguer_con li .sub {
	width: 52px;
	height: 21px;
	overflow: hidden;
	border: none;
	background: url(../images/login_sub.jpg) no-repeat;
	cursor: pointer;
}
.leaguer_con li .inp3 {
	margin-top: 13px;
	float: left;
	margin-left: 78px;
	_margin-top: 8px;
}
.leaguer_con li .span2 {
	float: left;
	display: block;
	padding-left: 4px;
}
.leaguer_con li strong {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 12px;
	z-index: 5;
}
.leaguer_con li strong img {
	width: 15px;
	height: 15px;
}
.leaguer_con li .code_check {
	right: 88px;
}
