﻿body {
	font-family:Arial;
	font-size:12px;
	color: #737573;
	background-color: #737573;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	line-height:18px;
	background-image: url(/templates/default/skins/default/images/bg-0175.jpg);
	background-repeat:repeat;
}
form {
	margin:0px;
	padding: 0px;
}
td,div{
	padding:0;
	margin:0;
	text-align:left;
	background:none;
}
img {
	border:none;
	vertical-align: bottom;
}
/*h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:38px;
	color:#BA500C;
}*/
h1{
	font-size:16px;
	margin:0px;
	height:26px;
	line-height:26px;
	font-family:Georgia, Arial;
	font-weight:bold;
	color:#135CAE;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#938e97;
	/*color:#135CAE;*/
}
h3{
	font-size:16px;
	margin:0px;
	height:26px;
	line-height:26px;
	font-family:Georgia, Arial;
	font-weight:bold;
	color:#CC0000;
}

h4{
	font-size:14px;
	font-family: Arial, "黑体";
	line-height:20px;
	/*color:#0f2e68;*/
	color:#5B6571;
}
h5{
	font-size:16px;
	margin:0px;
	height:26px;
	line-height:26px;
	font-family:Georgia, Arial;
	font-weight:bold;
	color:#135CAE;
}
h6{
	font-size:13px;
	font-weight:bold;
}
.fontbold{
	font-weight:bold;
}
.fontnormal{
	font-weight:normal;
}
.font10{
	font-size:10px;
}
ul,li{
	list-style:none;
	margin:0px;
	padding: 0px;
	border-width: 0px;
}
a:link,a:visited{
	color: #135CAE;
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: none;
	color: #CC0000;
}
a.grey:link,a.grey:visited{
	color: #333333;
	text-decoration: none;
}
a.grey:hover,a.grey:active{
	text-decoration: none;
	color: #CC0000;
}
a.mlm:link,a.mlm:visited{
	font-size:12px;
	color: #333333;
	text-decoration: none;
	font-family:Georgia;
}
a.mlm:hover,a.mlm:active{
	font-size:12px;
	text-decoration: none;
	color: #cc0000;
	margin-right:-2px;
}
a.more:link,a.more:visited{
	color: #135CAE;
	text-decoration: underline;
	font-family:Georgia;
}
a.more:hover,a.more:active{
	text-decoration: underline;
	color: #cc0000;
}
.header {
	background-color:#FFFFFF;
	width:100%;
	clear: both;
	margin: 0;	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bg_header.jpg);
    background-repeat: repeat-x;
	background-position:left 0;
	height:120px;
	margin-bottom:8px;
	display:block;
}
.logo {
	width:255px;
	height:38px;
	clear: left;
	float: left;
	text-align:center;
}
p{
  margin: 10px;
}

.main,.footer{
	width:880px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.full{width:100%;background-color:#FFFFFF;}
.left_f {
	width:180px;
	float:left;
	clear:left;
}
.right_f {
	width:690px;
	float:left;
}
.right_f .left{width:56%;float:left;}
.right_f .right{width:43%;float:right;}
.left {
	width:180px;
	float:left;
	clear:left;
}
.mid {
	width:480px;
	float:left;
	margin-left:10px;
}
.right {
	width:230px;
	float:right;
}
.left50 {width:49%;float:left;}
.right50 {width:49%;float:left;}
/*尾文件*/
.footer{
	width:100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:12px;
	padding-top:10px;
}
.footerborder{
	border-top:2px solid #96ADEA;
}
/******表 单*******/
input{
	font-size:12px;
	vertical-align: middle;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
textarea {
	font-size: 12px;
	background-color: #F9F9F9;
	vertical-align: middle;
	color: #000;
	font-family: Arial, "宋体";
	margin-bottom:5px;
}
select {
	font-size:12px;
	height: 23px;
	background-color: #fff;
	vertical-align: middle;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
.radio{
  border:0px;
}


/*.gotopage {
	line-height: 22px;
	background-image: url(/templates/default/skins/default/images/btn_h22_w30.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 22px;
	width: 30px;
	color: #003399;
	vertical-align: middle;
	font-size: 14px;
	border: 0px solid #bbb1f8;
}*/
.gotopage {
	background-image: url(/templates/default/skins/default/images/go.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 22px;
	width: 22px;
	color: #003399;
	vertical-align: middle;
	font-size: 14px;
	border: 0px solid #bbb1f8;
}
.clear {clear:both;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.block {
	margin-bottom:8px!important;
	margin-bottom:4px;
	clear: both;
	text-align:left;
	background-color:#FFFFFF;
}
.block_bm0 {
	width: 100%;
	margin-bottom:0px;
	clear: both;
	text-align:left;
}
a.white:link,a.white:visited{
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
a.white:hover,a.white:active{
	text-decoration:underline;
	font-size: 12px;
	color: #FF9933;
}

a.red:link,a.red:visited{
	font-size:14px;
	text-decoration:none;
	color:#CC0000;
	font-family:Arial;
}
a.red:hover,a.red:active{
	text-decoration:none;
	color: #DADADA;
}
a.blue:link,a.blue:visited{
	color: #135CAE;
	text-decoration: underline;
}
a.blue:hover,a.blue:active{
	text-decoration: underline;
	color: #cc0000;
}
.pages{
	margin:5px auto 0;
	background-color:#f4f4f4;
	text-align:center;
	padding:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	font-size:12px;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.div2 {
	width:50%;
	float:left;
	margin-bottom:5px;
}
.div3 {
	width:33.3333333333%;
	float:left;
	margin-bottom:5px;
}
.topbar {
	width:100%;
	border-bottom:3px solid #CC0000;
	margin: 0px;
	padding: 0px;
	margin-top:0px!important;
	margin-top:-15px;
}

.sepa {
	border-bottom:1px solid #155c9e;
}
.sepa_red {
	background-image: url(/templates/default/skins/default/images/sepa_r.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:3px;
}
.sepa_dotted {
	width:95%;
	border-bottom:1px dotted #CCCCCC;
}
.mb20 {
	margin-bottom:20px;
}
.tb10lr6 {
	margin:10px 6px 10px 6px;
}
.rborder {
	border-right:1px solid #CC0000;
}
.lborder {
	border-left:1px solid #CC0000;
}
.mt5 {
	margin-top:5px;
}
.mb5 {
	margin-bottom:5px;
}
.m10 {
	margin:10px;
}
.mb10 {
	margin-bottom:10px;
}
.mt10 {
	margin-top:10px;
}
.ml10 {
	margin-left:10px;
}
.mlr10 {
	margin-left:10px;
	margin-right:10px;
}
.p10 {padding:10px;}
#loc{
float: left;            
clear: left;   
height: 0px; /*用来控制图片在内容里的位置*/
width: 1px; 
}
#pic_in_content{
	height: 100px;
	width: 150px;
	float: left;
	clear: left;
	margin:10px;
	margin-left: 0;
	margin-top:0!important;
	margin-top:10px;
}
#new img,#new table {
/*clear: right; */ /*让内容里的图片和表格不会遮挡广告*/
/*margin:10px!important;
margin:5px;*/
}
#new{
float: left;
}

#loc_s{
float: left;            
clear: left;   
height: 15px!important; 
height: 10px; 
width: 1px; 
}
#pic_in_content_s{
	height: 60px;
	width: 90px;
	float: left;
	clear: left;
	margin:5px;
	margin-left: 0;
	margin-top:5px;
}
#new_s img,#new_s table {
/*clear: right; */ /*让内容里的图片和表格不会遮挡广告*/
/*margin:10px!important;
margin:5px;*/
}
#new_s{
float: left;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.bg_white {background-color:#FFFFFF;}

.wrapper_lt {
	background-image: url(/templates/default/skins/default/images/wrapper.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:50%;
	float:left;
	height:10px;
	margin:0;
	padding:0;
}
.wrapper_rt {
	background-image: url(/templates/default/skins/default/images/wrapper.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:50%;
	float:left;
	height:10px;
	margin:0;
	padding:0;	
}
.wrapper_lb {
	background-image: url(/templates/default/skins/default/images/wrapper.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:50%;
	float:left;
	height:10px;
	margin:0;
	padding:0;
}
.wrapper_rb {
	background-image: url(/templates/default/skins/default/images/wrapper.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:50%;
	float:left;
	height:10px;
	margin:0;
	padding:0;	
}
.abs {background-color:#F3F3F3;padding:10px;}
.ico_60 {
	vertical-align: bottom;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	padding:1px;
	width:60px;
	height:60px;
}
.cattit{
	background-image: url(/templates/default/skins/default/images/arrow_r.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:16px;
}
.bul{
	background-image: url(/templates/default/skins/default/images/arrow_r.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:16px;
	clear:both;
	margin-left:10px;
}
.hot {
	background-image: url(/templates/default/skins/default/images/special.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:20px;
}
.hack10{margin-top:0!important;margin-top:-10px;}
.hack20{margin-top:0!important;margin-top:-20px;}

#new_s{
	float:left;
	width:280px!important;
	width:305px;
	border: #cccccc 1px dotted;
	background-color: #f8f8f8;
	padding:10px;
	margin-left:10px;
	font-size: 12px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#loc_s{
	float: left;            
	clear: left;
	height: 0px; 
	width: 1px;
}
#pic_in_content_s{
	float: left;
	clear: left;
	margin:10px;
	margin-left:0;
	min-width:120px;
	min-height:106px;
}

#new{
	float:left;
}
#loc{
	float: left;            
	clear: left;
	height: 50px!important;
	height: 30px;  
	width: 1px;
}
#pic_in_content{
	float: left;
	clear: left;
	margin:12px;
	min-width:225px;
	min-height:180px;
}

.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.pl20{padding-left:20px;}
.content{width:630px!important;width:690px;background-color:#FFFFFF;padding:30px;padding-top:10px;}
.border_l{border-left:1px solid #CC0000;}
.cp_menu{height:23px;line-height:23px;background-color:#CC0000;text-align:center;padding-left:38px;}
a.cp:link,a.cp:visited{font-family:Verdana;font-size:12px;color:#FFFFFF;text-decoration:none;margin-left:25px;}
a.cp:hover,a.cp:active{color:#FF9900;text-decoration:none;}
.td_l{border-left:1px solid #CCCCCC;}
.td_r{border-right:1px solid #CCCCCC;}
.td_t{border-top:1px solid #CCCCCC;}
.td_b{border-bottom:1px solid #CCCCCC;}
.hl4{font-size:12px;font-family:Verdana;color:#5B6571;font-weight:bold;margin-top:10px;margin-bottom:5px;height:23px;line-height:23px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.bl{border-bottom:1px dotted #CCCCCC;}
.bg_grey{background-color:#F8F8F8;}
.bluefont{color:#0066CC;}