@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #0099ff;
}
img {
	border: none;
}
li, dd {
	list-style: none;
}
body {
	font-size: 14px;
	color: #333;
	word-break: break-all;
	font-family: "宋体";
}
.left {
	float: left;
}
.rigth {
	float: right;
}
h3 {
	font-size: 24px;
}
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;
	overflow: hidden;
	margin: 0 auto;
	font-size: 12px;
}
.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和banner*/
.web_logo {
	width: 980px;
	height: 120px;
	overflow: hidden;
	margin: 3px auto;
}
.web_logo_logo {
	width: 327px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.web_logo_logo img {
	width: 327px;
	height: 120px;
}
.web_logo_banner {
	width: 653px;
	height: 120px;
	overflow: hidden;
	float: right;
}
.web_logo_banner img {
	width: 653px;
	height: 120px;
}
/*导航*/
.body_nav {
	width: 980px;
	height: 67px;
	overflow: hidden;
	margin: 3px auto 0;
	
}
.body_nav h2{width: 28px; height: 67px; line-height: 33px; text-align: center; background: #CCC; float: left;margin-top:0px;}
.body_nav h2 a{ text-decoration:none; color: #ff0000; font-size: 16px;}
.body_nav h2 a:hover { border-bottom: none;color: #ff0000;}
.body_nav dl{ width: 952px; height: 67px; float: left; background: url(../images/nav_bg.jpg) no-repeat; background-size: 100% 67px;}
.body_nav dd {
	width: 68px;
	height: 33px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 33px;
}

.body_nav dt {
	width: 78px;
	height: 64px;
	overflow: hidden;
	float: left;
	padding-left: 11px;
	padding-top: 6px;
	padding-right: 8px;
}
/*.body_nav dd {
	width: auto;
	height: 34px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-left: 13px;
	line-height: 36px;
}*/
.body_nav dd a {
	color: #fff;
}
.body_nav dd a:hover {
	color: #fff;
	text-decoration: underline;
}
/*导航*/


/*首页板块内容*/
.index_con {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0;
}
.index_con .part1_l {
	width: 278px;
	height: auto;
	overflow: hidden;
	float: left;
}
.index_con .part1_l-t {
	width: 270px;
	height: 220px;
	overflow: hidden;
	background: url(../images/part1_l-t.jpg) no-repeat;
	padding: 4px;
}
.index_con .part1_l-t .img {
	width: 262px;
	height: 180px;
	float: left;
}
.index_con .part1_l-t p {
	display: block;
	width: 262px;
	height: 34px;
	overflow: hidden;
	line-height: 36px;
	float: left;
	text-align: center;
}
.index_con .part1_l-t p a {
	color: #0099ff;
}
.index_con .part1_l-t p a:hover {
	color: #0099ff;
}
.swap_left {
	width: 30px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-top: -130px;
}
.swap_right {
	width: 30px;
	height: 180px;
	overflow: hidden;
	float: right;
	margin-top: -130px;
	padding-right: 8px;
}
.swap_left a, .swap_right a {
	visibility: hidden;
}
.swap_left img, .swap_right img {
	width: 30px;
	height: 24px;
	filter: alpha(opacity=50); /* 设置ie透明度  */
	opacity: 0.5;  /* 设置火狐高版本透明度  */
	-moz-opacity: .5; /* 设置火狐低版本透明度  */
}
.index_con .part1_l-b {
	width: 278px;
	height: 422px;
	overflow: hidden;
	margin-top: 20px;
}
.index_con .part1_l-b .tit {
	width: 278px;
	height: 29px;
	overflow: hidden;
	background: url(../images/part1_bg1.jpg);
}
.index_con .part1_l-b .tit h5 {
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	line-height: 32px;
	float: left;
	padding-left: 26px;
	background: url(../images/part1_l-b-tit_list-style.jpg) no-repeat 10px 12px;
}
.index_con .part1_l-b .tit h5 a {
	color: #0099ff;
}
.index_con .part1_l-b .tit span {
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	line-height: 32px;
	float: right;
	padding-right: 10px;
	font-size: 12px;
}
.index_con .part1_l-b .tit span a {
	color: #666;
}
.index_con .part1_l-b .tit span a:hover {
	color: #0099ff;
}
.index_con .part1_l-b .con {
	width: 278px;
	height: 393px;
	overflow: hidden;
}
.index_con .part1_l-b .con li {
	display: block;
	width: 258px;
	height: 110px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}
.index_con .part1_l-b .con li h5 {
	display: block;
	width: 258px;
	height: 24px;
	overflow: hidden;
	float: left;
}
.index_con .part1_l-b .con li p {
	display: block;
	width: 138px;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 22px;
	font-size: 12px;
	color: #666;
}
.index_con .part1_l-b .con li p span, .index_con .part1_l-b .con li p span a {
	color: #0099ff;
}
.index_con .part1_l-b .con li p span a:hover {
	color: #0099ff;
}
.index_con .part1_l-b .con li img {
	width: 110px;
	height: 86px;
	float: right;
}
.index_con .part1_c {
	width: 392px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.index_con .part1_c-t {
	width: 392px;
	height: 228px;
	overflow: hidden;
}
.index_con .part1_c-t h5 {
	display: block;
	width: 392px;
	height: 24px;
	line-height: 20px;
}
.index_con .part1_c-t p {
	display: block;
	width: 392px;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	padding-bottom: 8px;
}
.index_con .part1_c-t p span, .index_con .part1_c-t p span a {
	color: #0099ff;
}
.index_con .part1_c-t p span a:hover {
	color: #0099ff;
}
.index_con .part1_c-b {
	width: 392px;
	height: 422px;
	overflow: hidden;
	margin-top: 20px;
}
.index_con .part1_c-b .tit {
	width: 392px;
	height: 30px;
	overflow: hidden;
	line-height: 32px;
	background: url(../images/part1_c-b-titbg.jpg) no-repeat;
}
.index_con .part1_c-b .tit h5 {
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}
.index_con .part1_c-b .tit h5 a {
	color: #0099ff;
}
.index_con .part1_c-b .tit h5 a:hover {
	color: #0099ff;
}
.index_con .part1_c-b .tit span {
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	float: right;
	padding-right: 10px;
	font-size: 12px;
}
.index_con .part1_c-b .tit span a {
	color: #666;
}
.index_con .part1_c-b .tit span a:hover {
	color: #0099ff;
}
.index_con .part1_c-b .con {
	width: 392px;
	height: 392px;
	overflow: hidden;
	padding-top: 2px;
}
.index_con .part1_c-b .con li {
	display: block;
	width: 354px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	padding-left: 28px;
	background: url(../images/list-style_1.jpg) no-repeat 10px 12px;
}
.index_con .part1_r {
	width: 270px;
	height: auto;
	overflow: hidden;
	float: right;
}
.index_con .part1_r .sdiv {
	width: 270px;
	height: 228px;
	overflow: hidden;
	background: url(../images/part1_bg1.jpg);
}
.index_con .part1_r .sdiv .tit {
	width: 250px;
	height: 29px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	line-height: 32px;
	margin: 0 auto;
}
.index_con .part1_r .sdiv .tit h5 {
	display: block;
	width: auto;
	height: 29px;
	overflow: hidden;
	float: left;
	padding-left: 20px;
	background: url(../images/part1_r_titlist-style.jpg) no-repeat 0 7px;
}
.index_con .part1_r .sdiv .tit h5 a {
	color: #0099ff;
}
.index_con .part1_r .sdiv .tit h5 a:hover {
	color: #0099ff;
}
.index_con .part1_r .sdiv .tit span {
	display: block;
	width: auto;
	height: 29px;
	overflow: hidden;
	float: right;
	font-size: 12px;
}
.index_con .part1_r .sdiv .tit span a {
	color: #666;
}
.index_con .part1_r .sdiv .tit span a:hover {
	color: #0099ff;
}
.index_con .part1_r .sdiv .con {
	width: 250px;
	height: auto;
	overflow: hidden;
	margin: 4px auto 0;
}
.index_con .part1_r .sdiv .con dt {
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
}
.index_con .part1_r .sdiv .con dd {
	display: block;
	width: 232px;
	height: auto;
	padding-left: 18px;
	line-height: 24px;
	overflow: hidden;
	float: left;
	background: url(../images/list-style_1.jpg) no-repeat 3px 9px;
	font-size: 12px;
}
.index_con .part1_r .ad {
	width: 270px;
	height: 174px;
	overflow: hidden;
	margin: 20px 0;
}
.index_con .part1_r .ad img {
	width: 270px;
	height: 174px;
}
.index_con .part1_r .sdiv .con .imgdiv {
	width: 250px;
	height: 86px;
	overflow: hidden;
	margin: 6px auto 4px;
}
.index_con .part1_r .sdiv .con .imgdiv img {
	width: 110px;
	height: 86px;
	float: left;
}
.index_con .part1_r .sdiv .con .imgdiv h5 {
	display: block;
	width: 130px;
	height: 20px;
	overflow: hidden;
	float: right;
}
.index_con .part1_r .sdiv .con .imgdiv p {
	display: block;
	width: 130px;
	height: auto;
	overflow: hidden;
	float: right;
	line-height: 22px;
	color: #666;
	font-size: 12px;
}
.ad_t {
	width: 980px;
	height: 120px;
	overflow: hidden;
	margin: 20px auto 0;
}
.ad_t img {
	width: 980px;
	height: 120px;
}
.index_con .part2_div {
	width: 980px;
	height: 309px;
	overflow: hidden;
}
.index_con .part2_div-l {
	width: 0099ffpx;
	height: 309px;
	overflow: hidden;
	float: left;
}
.index_con .part2_div-l .tit {
	width: 0099ffpx;
	height: 30px;
	overflow: hidden;
	background: url(../images/part2_l-titbg.jpg) no-repeat;
}
.index_con .part2_div-l .tit h5 {
	display: block;
	width: auto;
	height: 28px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	background: url(../images/part2_l_h5bg.jpg) repeat-x;
	float: left;
	margin-top: 2px;
}
.index_con .part2_div-l .tit h5 a {
	color: #fff;
}
.index_con .part2_div-l .tit h5 a:hover {
	color: #fff;
}
.index_con .part2_div-l .tit span {
	display: block;
	width: auto;
	height: 28px;
	overflow: hidden;
	padding-top: 2px;
	padding-right: 10px;
	line-height: 30px;
	font-size: 12px;
	float: right;
}
.index_con .part2_div-l .tit span a {
	color: #666;
}
.index_con .part2_div-l .tit span a:hover {
	color: #0099ff;
}
.index_con .part2_div-l .con {
	width: 0099ffpx;
	height: 269px;
	overflow: hidden;
	padding-top: 10px;
}
.index_con .part2_div-l .con_l {
	width: 278px;
	height: 269px;
	overflow: hidden;
	float: left;
}
.index_con .part2_div-l .con_l h5 {
	display: block;
	width: 278px;
	height: 22px;
	overflow: hidden;
	float: left;
}
.index_con .part2_div-l .con_l ul {
	display: block;
	width: 278px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-bottom: 6px;
}
.index_con .part2_div-l .con_l li {
	display: block;
	width: 260px;
	height: auto;
	overflow: hidden;
	line-height: 28px;
	padding-left: 18px;
	background: url(../images/list-style_1.jpg) no-repeat 4px 12px;
}
.index_con .part2_div-l .con_l .imgdiv {
	width: 278px;
	height: 136px;
	overflow: hidden;
}
.index_con .part2_div-l .con_l .imgdiv h4 {
	font-size: 14px;
	display: block;
	width: 278px;
	height: 26px;
	overflow: hidden;
	float: left;
}
.index_con .part2_div-l .con_l .imgdiv p {
	display: block;
	width: 158px;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	margin-top: -4px;
}
.index_con .part2_div-l .con_l .imgdiv p span {
	color: #0099ff;
}
.index_con .part2_div-l .con_l .imgdiv p a, .index_con .part2_div-l .con_l .imgdiv p a:hover {
	color: #0099ff;
}
.index_con .part2_div-l .con_l .imgdiv img {
	width: 110px;
	height: 86px;
	float: right;
}
.index_con .part2_div-l .con_r {
	width: 392px;
	height: 269px;
	overflow: hidden;
	float: right;
}
.index_con .part2_div-l .con_r-con {
	width: 372px;
	height: 269px;
	overflow: hidden;
	padding: 0 10px;
}
.index_con .part2_div-l .con_r-con ul {
	width: 372px;
	height: auto;
	overflow: hidden;
}
.index_con .part2_div-l .con_r-con li {
	display: block;
	width: 372px;
	height: 122px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 23px;
	_margin-bottom: 21px;
}
.index_con .part2_div-l .con_r-con li h5 {
	display: block;
	width: 372px;
	height: 26px;
	overflow: hidden;
}
.index_con .part2_div-l .con_r-con li img {
	width: 110px;
	height: 86px;
	float: left;
}
.index_con .part2_div-l .con_r-con li p {
	display: block;
	width: 252px;
	height: auto;
	overflow: hidden;
	float: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	margin-top: -4px;
}
.index_con .part2_div-l .con_r-con li p span {
	color: #333;
}
.index_con .part2_div-l .con_r-con li p a, .index_con .part2_div-r li p a:hover {
	color: #333;
}
.index_con .part2_div-l .con_r-con h4 {
	font-size: 14px;
	display: block;
	width: 372px;
	height: 22px;
	overflow: hidden;
}
.index_con .part2_div-l .con_r-con p {
	display: block;
	width: 372px;
	height: 80px;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}
.index_con .part2_div-l .con_r-con p span, .index_con .part2_div-l .con_r-con p span a {
	color: #333;
}
.index_con .part2_div-l .con_r-con p span a:hover {
	color: #0099ff;
}
.index_con .part2_div-l .con_r-con dd {
	display: block;
	width: 356px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding-left: 16px;
	background: url(../images/list-style_1.jpg) no-repeat 3px 12px;
}
.index_con .part2_div-r {
	width: 270px;
	height: 309px;
	overflow: hidden;
	float: right;
	background: url(../images/part2_r-bg.jpg);
}
.index_con .part2_div-r .tit {
	width: 250px;
	height: 29px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	line-height: 32px;
	margin: 0 auto;
}
.index_con .part2_div-r .tit h5 {
	display: block;
	width: auto;
	height: 29px;
	overflow: hidden;
	float: left;
	padding-left: 20px;
	background: url(../images/part1_r_titlist-style.jpg) no-repeat 0 7px;
}
.index_con .part2_div-r .tit h5 a {
	color: #0099ff;
}
.index_con .part2_div-r .tit h5 a:hover {
	color: #0099ff;
}
.index_con .part2_div-r .tit span {
	display: block;
	width: auto;
	height: 29px;
	overflow: hidden;
	float: right;
	font-size: 12px;
}
.index_con .part2_div-r .tit span a {
	color: #666;
}
.index_con .part2_div-r .tit span a:hover {
	color: #0099ff;
}
.index_con .part2_div-r .con {
	width: 270px;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0;
}
.index_con .part2_div-r .con .imgdiv {
	width: 270px;
	height: 122px;
	overflow: hidden;
}
.index_con .part2_div-r .con .imgdiv li {
	display: block;
	width: 110px;
	height: 116px;
	overflow: hidden;
	float: left;
	padding-left: 16px;
}
.index_con .part2_div-r .con .imgdiv li img {
	width: 110px;
	height: 86px;
	float: left;
}
.index_con .part2_div-r .con .imgdiv li p {
	width: 110px;
	height: 30px;
	overflow: hidden;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	float: left;
}
.index_con .part2_div-r .con .imgdiv li p a:hover {
	color: #0099ff;
}
.index_con .part2_div-r .con dl {
	display: block;
	width: 250px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.index_con .part2_div-r .con dt {
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
}
.index_con .part2_div-r .con dd {
	display: block;
	width: 232px;
	padding-left: 18px;
	line-height: 24px;
	overflow: hidden;
	float: left;
	height: 24px;
	background: url(../images/list-style_1.jpg) no-repeat 3px 9px;
	font-size: 12px;
}
.index_con .part2_div-r .con .ad {
	width: 250px;
	height: 112px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 4px;
}
.index_con .part2_div-r .con .ad img {
	width: 250px;
	height: 112px;
}
/*底部*/
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.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;
 overflow:hidden;
	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;
}
.f-r li{
	float:left;
	margin-left:12px;
	}
#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: 169px;
	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:15px;
}
.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;
}
/*head*/ 
	.search-nav{width:980px;height:60px;margin:10px auto; background: #0ca2ef;font-size:18px; -moz-border-radius:8px;-webkit-border-radius:8px;　border-radius: 8px;}
	.search-nav ul {list-style:none;padding:0px;width:600px;height:60px;margin:0 auto;}
	.search-nav ul li{float:left;text-align: center; height: 35px;line-height:60px;width:120px;}
	.search-nav ul li a{padding-bottom:4px;	color:white;font-weight: bold;border-bottom:3px solid #008b8b;}
	 
.list_body_r .ad img,#fl_img a img,.index_con .part2_div-r .con .ad img,.index_con .part2_div-r .con .ad img,.ad_t img,.index_con .part1_r .ad img,.web_logo img {display:block;}	


#connect-us li:nth-last-of-type(1){border:none;}

.conview{width:980px;margin:0px auto;overflow:hidden;}