@charset "utf-8";
@font-face {
	font-family:"PINGFANGBOLD";
	src: url(../font/PINGFANGBOLD.bin);
}
@font-face {
	font-family:"PINGFANGREGULAR";
	src: url(../font/PINGFANGREGULAR.bin);
}
@font-face {
	font-family:"PINGFANGMEDIUM";
	src: url(../font/PINGFANGMEDIUM.bin);
}
/*CSS reset*/ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0 }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal }
strong{ font-style: normal;}
th{font-weight:bold;}
input{ outline:0;}
ol, ul { list-style: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
q:before, q:after { content: '' }
abbr, acronym { border: 0 }
a { text-decoration: none;color:#666666;outline:none;cursor: pointer;}
.none{ display: none;}
a:active,a:hover,a:visited{border:none; color: #666;}
html{*overflow:auto;}
textarea{resize:none;}
input[type=number],input[type=submit]{-webkit-appearance: none;}
body{ font:12px;font-family: arial; width:100%; min-width:320px; background: #f2f2f2;}
.fl{ float: left;}
.fr{ float: right;}
.dn{display: none;}
.tc{ text-align: center;}
.link{ color: #005cce;}
.w1200{ width: 1200px; margin: 0px auto;}
.br3{ border-radius: 3px; -o-border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px;}
.br6{ border-radius: 6px; -o-border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px;}
.br8{ border-radius: 8px; -o-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px;}

.brtc{ border-top: 1px solid #ccc;}



.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix{
	*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


#nb_icon_wrap{display:none !important;}  /*隐藏百度商桥图标*/