@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body, button, select, textarea, input, label, option, fieldset, legend{font-family: 微软雅黑E\8F6F\96C5\9ED1,Tahoma,Verdana;font-size: 12px;line-height: 18px;color: #444;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td{margin: 0;padding: 0;}
body{
	text-align: justify;
}
input{
 	outline:none;
	border:none;
}
html, body{
	text-align: justify;
}
ul{
	margin: 0!important;
	padding: 0!important;
}
ul li{
	list-style: none;
}
a{
	color: #666;
	text-decoration:none;
}
a:hover{
	color: #666;
	text-decoration:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
button { 
	cursor: pointer;
}
img{
	/*vertical-align:top;   /*图片去边框并居中*/*/
	border:0 none;
}
textarea{
	resize: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.oh{
	overflow: hidden;
}
.fn{
	font-style: normal;
}
.tc{
	text-align: center;
}
.dn{
	display: none;
}
.clear{
	clear: both;
}
/*//滚动条 样式*/

html{ 
	scrollbar-face-color:#f6f6f6; 
	scrollbar-highlight-color:#fff; 
	scrollbar-shadow-color:#eeeeee; 
	scrollbar-3dlight-color:#eeeeee; 
	scrollbar-arrow-color:#000; 
	scrollbar-track-color:#fff; 
	scrollbar-darkshadow-color:#fff; 
}


.pr{position:relative}
.pa{position:absolute}
.cb{clear:both}
.content{
	width: 1100PX;
	margin: 0 auto;
	    position: relative;
}


/*顶部侧边栏*/
.fixed_box{
	z-index: 33;
    position: fixed;
    left: 50%;
    bottom: 10px;
    width: 72px;
    margin-left: 580px;
    font-size: 14px;
    /*line-height: 24px;*/
}
.fixed_box a{
	display: block;
    width: 100%;
    height: 72px;
    margin-bottom: 4px;
    white-space: normal;
    text-align: center;
    font: normal 14px/10px '宋体';
    color: #fff;
    background: #909a9c;
    border-radius: 2px;
    overflow: hidden;
}
.fixed_box a:hover{
	background: #ed5353;
}
.fixed_box a:nth-of-type(1){
	background: #ed5353;
}
.fixed_box a img{
	margin-top: 5px;
}

/*ie中去掉input得焦时的x*/
input::-ms-clear, ::-ms-reveal{display: none;}


select{
	border:1px solid #ccc;
	/*将默认的select选择框样式清除*/
	 appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   background：transparent;
}

select::-ms-expand { display: none; }   /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
