﻿html {overflow-y:scroll;}
body {margin:0; padding:0; font-family: "Microsoft YaHei";font-size:14px;background: #fff;color:#333;/*overflow:hidden;*/}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table{border-collapse:collapse;width:100%;}
table,td,tr,th{font-size:12px;}
ol,ul {list-style:none;}
li{list-style-type:none;vertical-align:middle;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.hx a,.hx em,.fB{font-weight:bold;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {color:#333; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
input{outline:none;}

/* 浮动属性 */
.left,.l{float:left;}
.right,.r{float:right;}
.clr,.area,.pic-group,.pic-text{zoom:1}
.clr:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.show{display:block;}
.hidden{display:none;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}

/*mainbody*/
.mainbody{width:1200px;margin:0 auto;min-width: 1200px;}

/*font-size*/
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
select{
	border:1px solid #ddd;
	border-radius:0px;
    appearance:none;
    -moz-appearance:none;
	-webkit-appearance:none;
    -ms-appearance:none;
	padding-left:10px;
	background-color:#fff;
  	background: url(../images1/arrow.png) no-repeat right 5px center;
  	background:none \9;
  	padding-right:0px \9 !important;
}
select::-ms-expand {display:none;}
input::-webkit-input-placeholder{
	color:#666;
}
.erm_code{
	position: relative;
	z-index:999;
}
 .erm_code a{
 	color:#858484;
 }
.erm_code .erm_img{
	position: absolute;
	top:25px;
	left:-68px;
	display:none;
	z-index:999;
	width: 143px;
	height:180px;
	font-size:12px;
	padding-top:17px;
	text-align: center;
	background:url(../images1/ewm_bg.png) top center no-repeat;
}
.erm_code .erm_img i{
	font-size:12px;
	line-height:12px;
	color:#196ec8;
}
.erm_code .erm_img p{
	font-size:12px;
	line-height:20px;
}
.erm_code .erm_img img{
	width: 116px;
	height:116px;
	line-height:0;
	display:inline-block;
}
.erm_code:hover .erm_img{
	display: inline-block;
}