@import url(http://www.cnhubei.com/common/css/pub.css);

/* CSS Document */

body {text-align:center;font-family:\5B8B\4F53,Arial Narrow,arial,serif;background:#ffffff;font-size:12px;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}

table,td,tr,th{font-size:12px;}

li{list-style-type:none;}

table{ margin:0 auto;}

img{vertical-align:top;border:0;}

ol,ul {list-style:none;}   

caption,th {text-align:left;}  

h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}   

font{font-size:12px;}

/* 默认链接颜色 */

a:link {color: #333; text-decoration:none;}

a:visited {color: #333;text-decoration:none;}

a:hover {color: #bc2931; text-decoration:underline;}

a:active {color: #333}





.unline a:hover{text-decoration:none;}

/* 颜色属性 [定义规则，小写c加颜色名称] */

.cRed a,.cRed a:link,.cRed a:visited{color:red; }

.cBlue,.cBlue:link,.cBlue:visited{color:#1f3a87;}

.cBlue a,.cBlue a:link,.cBlue a:visited{color:#1f3a87;}

.cDRed a,.cDRed a:link,.cDRed a:visited{ color:#bc2931;}

.cGray,.cGray:link,.cGray:visited{ color: #4F544D;}

.cGray a,.cGray a:link,.cGray a:visited{ color: #4F544D;}

.cDGray a,.cDGray a:link,.cDGray a:visited,.cDGray a:hover{ color: #5d5d5d;}

.cWhite a,.cWhite a:link,.cWhite a:visited,.cWhite a:hover{ color:#fff;}

.cBlack,.cBlack:link,.cBlack:visited{color:#000;}

.cBlack a,.cBlack a:link,.cBlack a:visited{color:#000;}

.cBlack a:hover{color:#bc2931;}

.cYellow a,.cYellow a:link,.cYellow a:visited{color:#ff0;}

.cGreen a,.cGreen a:link,.cGreen a:visited{color:#008000;}

/* 字体属性 [定义规则，小写f加属性名称] */

.fB {font-weight: bold;}

.fI {font-style: italic;}

.f12px{font-size:12px;}

.f14px{font-size:14px;}

.f16px{font-size:16px;}

.f18px{font-size:18px;}

.f24px{font-size:24px;}



.left{ float:left;}

.right{ float:right;}

.inline{display:inline;}

.block{display:block;}

.clear{ clear: both; font-size:1px;}

.hidden{ display:none;}

/*间隔*/

.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}

.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}

.blank9{ height:9px; font-size:1px; clear:both;overflow:hidden;}

.blank12{ height:12px; font-size:1px; clear:both;overflow:hidden;}

.blank15{ height:15px; font-size:1px; clear:both;overflow:hidden;}

.blank18{ height:18px; font-size:1px; clear:both;overflow:hidden;}

.blank21{ height:21px; font-size:1px; clear:both;overflow:hidden;}

.blank24{ height:24px; font-size:1px; clear:both;overflow:hidden;}

.mLeft3{margin-left:3px;}

.mLeft10{margin-left:10px;}

.mLeft15{margin-left:15px;}

.mLeft20{margin-left:20px;}



/*横向列表*/

.list_across{ margin:0; padding:0;}

.list_across li{white-space: nowrap;float:left; list-style-type:none;display:block;}

/*竖向列表*/

.list_erect{margin:0; padding:0;}

.list_erect li{white-space: nowrap;clear:left; list-style-type:none;display:block;}







/*达到撑开DIV容器的目的*/

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */

.clearfix {*display:inline-block;}





.myselect { border:1px solid #ccc; *padding:0px 1px 1px 0px;height:16px;margin:0 auto;}

.myselect div {position:relative; overflow:hidden;width:100%;height:100%;}

.myselect div select { position:absolute;left:-2px;top:-2px;}



.box{float:left;}

.box dt{}

.box dt img{padding:3px; border:1px solid #ccc;}

.box dd{line-height:22px;}

a.flash_proxy{

	position:absolute;

	width:100%; 

	height:100%; 

	display:block;

	left:0px;

	top:0px; 

	background-color:#fff;

	filter:alpha(opacity=0);

	opacity:0;

	zoom:1;

	overflow:hidden;

}