/*
*样式初始化
*/
*{ 
	padding: 0; 
	margin: 0; 
} 
body{
	/*font-size:14px;*/
}
table{ 
	/*border-collapse: collapse; */
	border-spacing: 0; 
}
td{
	VERTICAL-ALIGN: top;
}
fieldset,img { 
	border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal; 
} 
ol,ul,li{ 
	list-style: none; 
} 
caption,th { 
	text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	font-size: 100%; 
} 
q:before,q:after { 
	content:”; 
} 
abbr,acronym { 
	border: 0; 
}
a{
	/*font-size: 14px;*/
}
a:link{
	color: #333333;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
	color: #4E667B;
}
a:active{
	text-decoration: none;
}

.wrap{
	width:990px;
	margin:auto;
}
.mt10{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;
}
.cleardiv{
	clear:both;
}
.FL{
	float:left;
}
.FR{
	float:right
}
.F14{
	font-size:14px;
}
.FB{
	font-weight:bold;
}
.normal{
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	color:#333;
	padding:0;
	margin:0;
	text-align:left;
}
.cleardiv{
	clear:both;
}
/*******************************************网站头部************************************/
/*
*顶部信息
*/
#header_login{
	margin:auto;
	height:30px;
	line-height:30px;
	background:url(topbga.gif) left top repeat-x;
}
#header_login .login{
	width:60%;
	padding-left:10px;
}
#header_login .login span{
	display:block;
	float:left;
	padding-right:5px;
}
#header_login .login span.word em{
	color:red;
}
#header_login .login span.word a{
	color:blue;
}
#header_login .login span.input{
	padding-top:4px !important;
	padding-top:3px;
}
#header_login .login span.input input{
	width:100px;
	border:#CCC solid 1px;
	height:18px;
}
#header_login .login span.sub{
	padding:3px 10px 0 10px;
}
#header_login .login span.sub input{
	width:50px;
	text-align:center;
}
#header_login .login span.sub input{
	width:50px;
	text-align:center;
}
#header_login .info{
	width:40%;
	text-align:right;
	padding-right:10px;
	word-spacing:5px;
	color:#666;
}
#header_login .info a{
	color:blue;
}
/*
*logo样式
*/
#header_logo{
	background:url(logo_bg.gif) right bottom no-repeat;
	height:80px;
	margin:auto;
}
#header_logo td{
	vertical-align:middle;
	text-align:left;
}
/*
*导航样式
*/
#Mainmenu{
	clear:both;
	margin:auto;
	width:970px;
	height:38px;
	padding-left:20px;
	background:url(header_menu.gif) center top no-repeat;
}
#Mainmenu a{
	text-decoration:none;	
}
#Mainmenu dl{
	position:relative;
	padding:0;
	margin:0;
	width:80px;
	float:left;
}
#Mainmenu dl dt{
	background:url(menu_spacing.gif) left 13px no-repeat;
	height:38px;
	overflow:hidden;	
	text-align:center;
}
#Mainmenu dl dt a{
	display:block;
	padding-top:5px;
	line-height:33px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#Mainmenu dl.choose dt,#Mainmenu dl.over dt{
	/*background:url(subon.gif) center bottom no-repeat;
	border:#2886B3 solid 1px;
	border-bottom:0;*/
	background:url(menuon.gif) center 3px no-repeat;
}
#Mainmenu dl.choose dt a,#Mainmenu dl.over dt a{
	color:#333;
}
#Mainmenu dl dd{
	position:absolute;
	left:0;
	top:38px;
	display:none;
}
#Mainmenu dl.choose dd{
	display:block;
	width:80px;
	background:url(menuon.gif) center bottom no-repeat;
	padding:5px 0 3px 0;
}
#Mainmenu dl.choose dd div a{
	display:block;
	margin:0 3px 0 3px;
	line-height:25px;
	height:25px;
	text-align:center;
}
#Mainmenu dl.choose dd div a:hover{
	background:#25B0D4;
	color:#FFF;
}
#Mainmenu div.post{
	float:right;
	background:url(menu_post.gif) left top no-repeat;	
}
#Mainmenu div.post span{
	display:block;
	padding:3px 20px 0 30px;
	line-height:35px;
	background:url(menu_note.gif) 18px 10px no-repeat;	
}
#Mainmenu div.post a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;	
}
/**/
#header_menu{
	margin:auto;
	width:970px;
	height:38px;
	background:url(header_menu.gif) center bottom no-repeat;
	padding-left:20px;
}
#header_menu li{
	margin-top:3px;
	line-height:35px;
	float:left;
	background:url(menu_spacing.gif) left 11px no-repeat;	
}
#header_menu li a{
	display:block;
	padding:0 15px 0 16px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;	
}
#header_menu li a.choose{
	background:#FFF url(menu_array.gif) center bottom no-repeat;
	color:#333;
}
#header_menu li.post{
	margin-top:0;
	line-height:38px;
	float:right;
	background:url(menu_post.gif) left top no-repeat;	
}
#header_menu li.post a{
	padding-left:30px;
	background:url(menu_note.gif) 18px 10px no-repeat;	
}
/*
*头部搜索
*/
#header_search{
	margin:0 auto 10px auto;
	height:70px;
	background:url(head_searchbg.gif) center bottom no-repeat;
}
#header_search td{
	padding-left:200px;
	background:url(head_search.gif) 120px top no-repeat;
	vertical-align:middle;
}
#header_search .search{
	height:30px;
}
#header_search .search span{
	display:block;
	float:left;
	padding-right:10px;
}
#header_search .search span.input input{
	height:16px;
	width:300px;
}
#header_search .search span.sub input{
	width:60px;
	text-align:center;
}
#header_search .search span.word{
	padding-top:5px;
}
#header_search .search span a{
	color:#0F42A6;
}
#header_search .moresearch a.b{
	color:red;
}
/*
*当前位置
*/
#nav_guide{
	width:990px;
	margin:0 auto 10px auto;
	border:#DDD solid 1px;
	line-height:25px;
	color:#666;
}
#nav_guide a{
	color:#666;
}
#nav_guide .t1,#nav_guide .t2{
	float:left;
}
#nav_guide .t1{
	padding-left:40px;
	padding-right:5px;
	border-right:#DDD solid 1px;
	background:url(home_icon.gif) 20px 6px no-repeat;
}
#nav_guide .t2{
	padding-left:10px;
}
/*
*底部样式
*/
#copyright{
	clear:both;
	width:990px;
	margin:10px auto 0 auto;
	background:url(footbg.gif) left top repeat-x;
	text-align:center;
	padding-top:10px;
	line-height:20px;
	color:#666;
	padding-bottom:20px;
}
#copyright a{
	color:#666;
}




/*********************************************************************
**********************************************************************
AJAX在线编辑DIV容器
这个会员看不到.只是版主管理员才可以看到.这是后台风格
一般不必修改了.修改了会员也看不到
**********************************************************************
*********************************************************************/
#AjaxEditTable{
	border:1px solid #BEDDFF;
	background:#FFF;
}
#AjaxEditTable .head{
	height: 21px;
	background: #DBEAFF;
	border-bottom:1px solid #BEDDFF;
	padding:3px 5px 0 7px;
}
#AjaxEditTable .head a{
	color:#FFF;
}
#AjaxEditTable .head span{
	DISPLAY: block; 
	FLOAT: right;
}
#AjaxEditTable .middle{
	background:#FFF;
	line-height:18px;
	padding:5px;
}
#AjaxEditTable .middle input,#AjaxEditTable .middle textarea{
	border:1px solid #BEDDFF;
	background:#FFF;
}

.fx_foot{margin:0px auto;width:980px;}
.foot #friend-link,.friend-link .foot_img,#footer .bot1,#fl_img .imgfriendlink,#fl_img,.logoUl,
.foot_img,.foot_img ul,#friend-link,#foot #lianimg,.goodlink ul,.link1,.link1 ul,body .bottom_box .images_ul,.lianjie,.lianjie-img,
.bottom_box .images_ul,.footer_t .footer_tt{display:block;width:100%;height:auto;overflow:hidden;padding:0;box-sizing:border-box;}
.frind_out .frind_img_box a,#footer .bot1 a,.logoUl a,.link1 li,.bottom_box .images_ul a,.footer_tt a,.lianjie-img li,
.frind_img_box li,.goodlink ul li,.foot_img a,#foot #lianimg a,#friend-link #fl_img a,#friend-link #fl_img li,.imgfriendlink li,.foot_img ul li,.logoUl li,.bottom_box .images_ul li,.footer_t .footer_tt li {
		float: left;width:15.4%;height:55px;margin:.6%;padding:0;overflow:hidden;box-sizing:border-box;}
.link1 li *,.frind_out .frind_img_box li *,.goodlink ul li *,.foot_img a *,#foot #lianimg a *,.bottom_box .images_ul li img,.footer_tt a *,.footer_tt a img,
#friend-link #fl_img li *,#friend-link #fl_img a *,#fl_img .imgfriendlink li *,.foot_img ul li *,.logoUl li *,.bottom_box .images_ul li *,.foot_img li img,.logoUl li img,
.logoUl a *,#footer .bot1>a img,#footer .bot1 a *,.frind_out .frind_img_box a *,.frind_img_box a,.foot_img ul a *,.bottom_box .images_ul a *,.lianjie-img li *,
.footer_t .footer_tt li *{display: block;width: 100%;height: 100%;box-sizing:border-box;margin:0;padding:0px;}
.f-r ul,.footer_t .ljw{overflow:hidden;}
.footer_t .ljw li{margin-bottom:11px;}
#connect-us ul li,.root,#connect-us,#btm-inf,#footer,.footerBottom,
.link_1,.footer_b,.bottom_box .list_ul,.bottom_box,#foot,.link,.logoUl,.footerTop,.footer,.bottom_box,.list_ul,.footer_t,.yqlj{height:auto;overflow:hidden;box-sizing:border-box;}
.yqlj_y,.footer_t .yqlj_y{float:left;}
.footer_b{margin-top:0px;}
.yqlj{margin-bottom:8px;}
.f_l_r a,#footer ul.bot2 li,.frind_out .frind_a_list a,.f-r ul li{width:auto;}
#yqlianjie *,#footer ul.bot2 li,.ljw *,.list_ul li,.f-r ul li,.gl_text a{float:left;font-size:16px;padding:0;/*margin:0 1% 1%;*/} 
.bottom_box .list_ul .first_li{margin-bottom:22px;}
 .inf-con-QQ *{vertical-align:middle;}
.footer #btm-inf,#btm-inf{height:auto;overflow:hidden;padding-top:11px;}
.foot #btm-icon,#btm-icon ul,.address .p_seven,#btm-icon{padding:0px;margin-top:1px;}
.ftoroot1,#connect-us ul,#btm-icon,.foot .inf-con-QQ{width:100%;overflow:hidden;text-align:center;height:auto;padding:0px;}
.fotroot .ftoroot1 *,#connect-us ul *,#btm-icon *,.foot .inf-con-QQ *{float:none;display:inline-block;}
 
 .bot2{width:990px; border-top:1px solid #ccc;padding:5px 0px 0px 10px;line-height:25px;text-align:left;overflow:hidden;}
 .bot2 li{float:left;}
 .bot2 li:nth-of-type(1){margin-bottom:22px;}
 .bot2 a{margin-left:20px;font-size:13px;}
 .bot2 a:hover{text-decoration:underline;}
 .bot2 .first{color:#1f4a9a;}
.F14 .blue{margin-top:0px;display:inline-block;}
.db_z{padding-top:0px;}
.foot_logo_r{margin-top:0px;}
 