@charset "utf-8";
/* CSS Document */
body{
 margin:0 auto;
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/img/bg_menu.jpg);background-repeat: repeat-x;
}
ul,dl{
	list-style:none;
	margin:0px;
	padding:0px;
}
p,form{
	margin:0px;
}
a{
	color:#296685;
	text-decoration:none;
}
a:hover{
	color:#296685;
	text-decoration:underline;
}
a img{
	border:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.padtop5{
	padding-top:5px;
}
.padtop10{
	padding-top:10px;
}
.padtop20{
	padding-top:20px;
}
.padbottom5{
	padding-bottom:5px;
}
.padbottom10{
	padding-bottom:10px;
}
.padbottom20{
	padding-bottom:20px;
}
.martop10{
	margin-top:10px;
}
.martop15{
	margin-top:15px;
}
.martop20{
	margin-top:20px;
}
.padleft10{
	padding-left:10px;
}
.padleft20{
	padding-left:20px;
}
.padleft50{
	padding-left:50px;
}
.padleft60{
	padding-left:60px;
}
.padleft80{
	padding-left:80px;
}
.padleft190{
	padding-left:90px;
}
.padleft65{
	padding-left:65px;
}
.padright10{
	padding-right:10px;
}
.padright20{
	padding-right:20px;
}
.marleft10{
	margin-left:10px;
}
.marright10{
	margin-right:10px;
}
.fntbold{
	font-weight:bold;
}
.fntcenter{
	text-align:center;
}
.fntright{
	text-align:right
}
.box{
	clear:both;
	overflow:hidden;
	width:100%;
}
.textlink{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.textlink:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
.textlink1{
	color:#00499C;
	text-decoration:none;
}
.textlink1:hover{
	color:#00499C;
	text-decoration:underline;
}
.textlink2{
	color:#ff8A00;
	text-decoration:none;
}
.textlink2:hover{
	color:#ff8A00;
	text-decoration:underline;
}
.btn,.btn1{
	border-width:0px;
	height:30px;
	width:74px;
	txt-align:center;
	color:#FFF;
	padding-top:3px;
	font-weight:bold;
	cursor:pointer;
}
.btn{
	background:url(/images/btn.jpg) no-repeat;
}
.btn1{
	background:url(/images/btn1.jpg) no-repeat;
}
.btn2{
	border-width:0px;
	height:28px;
	width:72px;
	txt-align:center;
	color:#7A0E0E;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	background:url(/images/btn2.jpg) no-repeat;
}

.inputstyle{
	border:#D1D1D1 1px solid;
}
.text{
	color:#888;
}
.text1{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.bgcolor{
	background:#F1F1F1;
}
.box_bg{
	background:#FFF;
}
.box_bg1{
	background:#CCC;
}
.text2{
	font-size:14px;
}
#header{overflow:hidden;float:left;}
#logo{width:200px;height:80px;float:left; background-image:url(/img/logo.jpg);}
#ucbar{width:980px;padding:0;margin:0 auto; font-family:verdana, arial, helvetica, sans-serif; font-size:12px;}
#login{ padding-top:5px;float:right;}
.login_sp6 {float: right;}
#login #member_login {float:right; margin-right:10px;}
#login #member_login li {float:left;line-height: 24px; padding-left:5px;}
#username {border: 1px solid #999999;height: 16px;}
.top_h { padding-top:5px;margin-right:10px;}
#nav{clear:both;padding-top:2px;overflow:hidden;}
#banner{width:980px;height:60px;float:left;line-height:60px;}
#banner li{width:100px;float:left; text-align:center;}
#banner li a{display:block;font-size:14px; font-weight:bold;color:#fff;}
#banner li a:hover{ display:block;width:95px;height:60px;background:url(/img/bg_nav.png) no-repeat;}
#banner .s{ background:none;}
#banner .f{width:1px;float:left; text-align:center;color:#fff;}
#sysinfo{height:40px;}
#bannertop{ margin-top:8px; float:right; margin-right:10px;}


#footer{text-align:center;width:960px; margin:0 auto; background:#ffffff}
.style1 {color: #999;line-height:40px;font-weight: bold;font-size: 14px;}
#copyright{font-size:14px; color:#999;}
.copy_logo {width:140px;height:60px;background:url(/img/copyright_logo.png) no-repeat 0 5px;float:left; margin-left:100px;}
.copy_info {font-size:14px;width:500px;line-height:30px;float:left;text-align:center;}
/*Header*/
.header{
	width:780px;
	height:96px;
	margin:0px auto;
	clear:both;
	position:relative;
}
.city{
	position:absolute;
	background:url(/images/city.png) no-repeat !important; background: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/city.png',sizingMethod=image);
	width:83px;
	height:81px;
	top:29px;
	right:-92px;
	z-index:9999;
}
/*Menu*/
.nav_title{
	width:350px;
	float:left;
	font-family:黑体;
	font-size:20px;
	margin-top:50px;
}
.menu{
	background: url(/images/menu_bg.jpg) no-repeat;
	height:37px;
	width:340px;
	float:right;
	margin-top:40px;
}
.menu li{
	float:left;
	height: 37px;
	margin:0px;
	padding:0px;
}
.menu li a{
	display:block;
	height:37px;
}
.menu li a:hover {
	color:#FFF;
	text-decoration:none;
}
#blank{
 	width:19px;
}
/* 导航我的首页 */
#home_link a {
	width: 92px;
	background: url(/images/home.jpg) 0 0 no-repeat;
}
#home_link a:hover, #home_link a.active, #home_link a.active:hover {
	background: url(/images/home.jpg) 0 -37px no-repeat;
}
#q_link a {
	width: 69px;
	background: url(/images/q.jpg) 0 0 no-repeat;
}
#q_link a:hover, #q_link a.active, #q_link a.active:hover {
	background: url(/images/q.jpg) 0 -37px no-repeat;
}
#active_link a {
	width: 67px;
	background: url(/images/active.jpg) 0 0 no-repeat;
}
#active_link a:hover, #active_link a.active, #active_link a.active:hover {
	background: url(/images/active.jpg) 0 -37px no-repeat;
}
#sgame_link a {
	width: 67px;
	background: url(/images/sgame.jpg) 0 0 no-repeat;
}
#sgame_link a:hover, #sgame_link a.active, #sgame_link a.active:hover {
	background: url(/images/sgame.jpg) 0 -37px no-repeat;
}

/*search*/
.search{
	width:950px;
	margin:10px auto;
	clear:both;
	height:50px;
}
.search_l{
	width:32px;
	background:url(/images/search_l.jpg);
	height:50px;
	float:left;
}
.search_m{
	width:886px;
	background:url(/images/search_bg.jpg);
	height:50px;
	float:left;
}
.search_r{
	width:32px;
	background:url(/images/search_r.jpg);
	height:50px;
	float:right;
}
.search_mmain{
	width:700px;
	margin:0px auto;
	text-align:center;
}
.search_main{
	float:left;
	padding-top:12px;
}
.search_btn{
	width:80px;
	padding-top:8px;
	float:left;
}
.btn_search{
	border-width:0px;
	background:url(/images/search_btn.jpg) no-repeat;
	height:31px;
	width:69px;
	cursor:pointer;
}
/*label*/
.label1{
	width:940px;
	clear:both;
	height:20px;
	margin:0px auto;
	background:url(/images/label_bg.jpg) left bottom no-repeat;
}
.label{
	width:940px;
	clear:both;
	height:34px;
	margin:0px auto;
	background:url(/images/label_bg.jpg);
}
.label li{
	float:left;
	margin:1px 0px 0px 7px;
	height:33px;
	width:84px;
	background:url(/images/label.jpg) 0 0 no-repeat;
}
.label li a{
	display:block;
	line-height:33px;
	width:79px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background:url(/images/label.jpg) 0 0 no-repeat;
}
.label li a:hover{
	background:url(/images/label.jpg) 0 -33px no-repeat;
	color:#FFF;
	text-decoration:none;
}
.label li a.active{
	background:url(/images/label.jpg) 0 -66px no-repeat;
	color:#333;
	text-decoration:none;
}
.label li a.active:hover{
	background:url(/images/label.jpg) 0 -66px no-repeat;
	color:#333;
	text-decoration:none;
}
#qmanage a:hover,#qmanage a {
	background:url(/images/label.jpg) 0 -33px no-repeat;
	color:#FFF;
	text-decoration:none;
}
#blank1{
 	width:0px;
	background:none;
}
/*content*/
.content{
	width:967px;
	background:url(/images/content_bg.jpg);
	clear:both;
	overflow:hidden;
	margin:0px auto;
}
.content_box{
	width:980px;
	clear:both;
	overflow:hidden;
}
.content_main{
	width:967px;
	float:right;
	overflow:hidden;
	padding-bottom:20px;
}
.contentbox_bottom{
	width:980px;
	background:url(/images/contentbox_bottom.jpg) #FFF left top no-repeat;
	clear:both;
	height:90px;
	position:relative;
}
.content_mainbox{
	width:947px;
	margin:0px auto;
	overflow:hidden;
}
.content_mainboxL{
	width:687px;
	float:left;
}
.content_mainboxmain{
	width:667px;
	clear:both;
	margin:0px auto;
}
.content_mainboxR{
	width:229px;
	float:right;
}
.title_bg{
	width:687px;
	background:url(/images/title_bg.jpg) no-repeat;
	height:35px;
	clear:both;
	position:relative;
	line-height:35px;
}
.mytitle_bg{
	width:254px;
	background:url(/images/my_titlebg.jpg) no-repeat;
	height:36px;
	clear:both;
	position:relative;
	margin-top:25px;
	line-height:36px;
}
.mybtitle_bg{
	width:643px;
	background:url(/images/mytitle_bg.jpg) no-repeat;
	height:30px;
	clear:both;
	position:relative;
	margin-top:25px;
	line-height:30px;
}
.btitle_bg{
	width:934px;
	background:url(/images/title_bg1.jpg) no-repeat;
	height:35px;
	clear:both;
	position:relative;
	margin-top:25px;
	line-height:35px;
}
.bstitle_bg{
	width:780px;
	background:url(/images/title_bg2.jpg) no-repeat;
	height:36px;
	clear:both;
	position:relative;
	line-height:36px;
}
.bscontent_box{
	width:780px;
	background:url(/images/content_bg1.jpg);
	clear:both;
	overflow:hidden;
}
.bscontent_boxmain{
	width:750px;
	margin:0px auto;
	clear:both;
}
.bscontent_box1{
	width:780px;
	background:url(/images/content_bg1bottom.jpg) left bottom no-repeat;
	clear:both;
}
.stitle_bg{
	width:229px;
	background:url(/images/stitle_bg.jpg) no-repeat;
	height:36px;
	clear:both;
	position:relative;
	margin-top:15px;
	line-height:36px;
}
.stitle_bg1{
	width:229px;
	background:url(/images/stitle_bg1.jpg) no-repeat;
	height:17px;
	clear:both;
}
.sbox_bottom{
	width:229px;
	overflow:hidden;
	padding-bottom:15px;
	background:url(/images/sbox_bg.jpg) left bottom no-repeat;
}
.mysbox_bottom{
	width:254px;
	overflow:hidden;
	padding-bottom:15px;
	background:url(/images/my_sbg.jpg) left bottom no-repeat;
}
.sbox_main{
	width:196px;
	margin:0px auto;
	padding-top:10px;
}
.mysbox_main{
	width:224px;
	margin:0px auto;
	padding-top:10px;
}
.footer{
	width:967px;
	top:7px;
	left:30px;
	position:absolute;
	z-index:888;
}
.footer_top{
	width:720px;
	height:48px;
	line-height:40px;
	text-align:center;
	clear:both;
	color:#620A0A;
	background:url(/images/footer_bg.gif) no-repeat;
}
.footer_top a{
	color:#620A0A;
	text-decoration:none;
}
.footer_top a:hover{
	color:#620A0A;
	text-decoration:underline;
}
.footer_bottom{
	width:720px;
	height:20px;
	line-height:20px;
	text-align:center;
	clear:both;
}
/*分页CSS*/
.pagelink{
	clear:both;
	overflow:hidden;
	line-height:40px;
}
.pagelink a{
	margin-left:10px;
	padding:2px 5px 2px 5px;
}
.pagelink a.active{
	text-decoration:underline;
}

