@charset "utf-8";
/* CSS Document */
html{ overflow-x:hidden}

.fn{ font-weight:normal;}
.fb{ font-weight:bold;}


.fl{ float:left;}
.fr{ float:right;}

.white{ color:#ffffff;}
.white a:link{ color:#ffffff;}
.white a:visited{ color:#ffffff;}
.white a:hover{ color:#ffffff;}

.red{ color:#ff0000;}
.red a:link{ color:#ff0000;}
.red a:visited{ color:#ff0000;}
.red a:hover{ color:#ff0000;}

.grey{ color:#575757;}
.grey a:link{ color:#000;}
.grey a:visited{ color:#000;}
.grey a:hover{ color:#000;}

/*by justin*/
.lh18{
line-height:18px;
}
.lh20{
line-height:20px;
}
.lh22{
line-height:22px;
}
.lh23{
line-height:23px;
}
.lh24{
line-height:24px;
}
.lh25{
line-height:25px;
}
.lh26{
line-height:26px;
}
.lh28{
line-height:28px;
}
.lh30{
line-height:30px;
}
.lh32{
line-height:32px;
}
.lh34{
line-height:34px;
}
.lh36{
line-height:36px;
}
.font12{ font-size:12px;}
.font14{ font-size:14px;}
.font16{ font-size:16px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font_songti{ font-family:"宋体"!important}
.clearfix:after
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix{display: inline-block;} 
.clearfix{display: block;} 
ul.Twolist{
overflow:hidden;
zoom:1
}
ul.Twolist li{
float:left;
width:49.9%;
}
ul.Threelist{
overflow:hidden;
zoom:1
}
ul.Threelist li{
float:left;
width:33.2%;
}
.mgt10{ margin-top:10px;}
.mgt15{ margin-top:15px;}
.mgt18{ margin-top:18px;}
.mgt20{ margin-top:20px;}
.mgl10{ display:inline; margin-left:10px;}
.pd20{
	padding:20px;
}
.pdl25{
	padding-left:25px;
}
.pd015{
	padding:0 15px;
}
.tex_cen{
text-align:center;
}
.text-right {
    text-align: right;
}
.w100{
	width:100%;
}
.w1200{
width:1200px;
margin:0 auto;
}
.wmgt1200{
	width:1200px;
	margin:20px auto 0;
}
.w220{
width:220px;
}
.w264{
width:264px;
}
.w284{
width:284px;
}
.w315{
width:315px;
}
.w366{
width:366px;
}
.w390{
width:390px;
}
.w415{
width:415px;
}
.w425{
width:425px;
}
.w430{
width:430px;
}
.w436{
width:436px;
}
.w440{
width:440px;
}
.w444{
width:444px;
}
.w470{
width:470px;
}
.w500{
width:500px;
}
.w526{
width:526px;
}
.w560{
width:560px;
}
.w578{
width:578px;
}
.w588{
width:588px;
}
.w590{
width:590px;
}
.w592{
width:592px;
}
.w756{
width:756px;
}
.w855{
width:855px;
}
.w875{
width:875px;
}
.w884{
width:884px;
}
.w894{
width:894px;
}

.pie{
behavior: url(/static/pie/PIE.htc);
z-index:10	
}

.whitebox{
	background:#ffffff
}

/*分页代码*/
.list_page{height: 30px;padding: 30px 0 20px;text-align: center;}
.list_page span{margin-left: 11px;display: inline-block;width: 30px;height: 30px;background:url(../images/global/list_page_bg.jpg) no-repeat left top;color: #7f7f7f;font-size: 14px;font-weight: bold;line-height: 30px;text-align: center;vertical-align: middle;cursor: pointer;overflow:hidden}
.list_page span a{color: #7f7f7f;display: block;}
.list_page span a:hover{color: #fff;}
.list_page span:hover,.list_page span.active{background:url(../images/global/list_page_bg_selected.jpg) no-repeat left top;color: #fff;}
.list_page span img{float: left;}
.list_page .gopage{width:35px}
.list_page input{border: medium none;width: 35px !important;height: 30px;background:url(../images/global/list_page_turn.jpg) no-repeat left top;line-height: 30px;text-align: center;vertical-align: middle;}
.list_page .page_text,.list_page .page_text:hover{width:50px;height:30px;line-height:30px;font-size:14px;font-weight:bold;background:none;color:#7f7f7f;cursor:default}
.list_page span.page_prev a,.list_page span.page_next a{line-height:100px;}
.list_page span.page_prev{background:url(../images/global/list_page_prev.jpg) no-repeat left top;}
.list_page span.page_prev.disabled{background:url(../images/global/list_page_prev_no.jpg) no-repeat left top;}
.list_page span.page_next{background:url(../images/global/list_page_next.jpg) no-repeat left top;}
.list_page span.page_next.disabled{background:url(../images/global/list_page_next_no.jpg) no-repeat left top;}
.list_page span.page_prev.disabled a,.list_page span.page_next.disabled a{cursor:default}
/*分页代码 end*/