@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol, li { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "Microsoft YaHei","SimSun","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:14px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0;	vertical-align:middle; max-width:100%;margin:auto;}  /*  去掉图片低测默认的3像素空白缝隙*/
img,object{max-width:100%;margin:auto;}
table { border-collapse:collapse; }
body {
    font:14px/150% '微软雅黑',Microsoft YaHei,SimSun,Arial,Verdana,"\5b8b\4f53";
    color:#333;
    background-color: #fff;
}
.g-clearfix:before,.g-clearfix:after{
    content:"";
    display:table;
}
.g-clearfix:after{clear:both;}
.g-clearfix{
    *zoom:1;/*IE/7/6*/
}
a{color:#333; text-decoration:none; }
a:hover{text-decoration: none; color:#0e2c48;}
h1,h2,h3,h4,h5,h6{text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}

/* 鼠标手势 */
.cur-p {cursor: pointer}

/* 浮动 */
.fl {float:left}
.fr {float:right}

/* 显示/隐藏 */
.show {display: block !important}
.hidden {display: none !important}
.ov-h {overflow: hidden;zoom: 1}

/* 块级元素 */
.block { display: block; margin-left: auto; margin-right: auto; }
.inblock { display: inline-block; }

/* 全局样式 */
.w{
	width: 1200px;
	margin: 0 auto;
}

.w a{
	color: #454545;
}
.w a:hover{
	/*color: #777;*/
}
h3{
	margin: 0;
}
