/* CSS DOCUMENT */
*{
	padding: 0;
	margin: 0;
}
html,body{
	font: 12px/2 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
	min-width: 980px;
	overflow-x: hidden;
}
html {
   	color: #737474;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
dl,ul,li,ol{
	list-style: none;
}
img{
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode:bicubic;
}
input,a,img,button{
	outline:none;
}

a{
	color: #555555;
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
    blr:expression(this.onFocus=this.blur());
}
a:hover{
	color: #235aa6;
}
.clear {
    clear: both;
}
/***************** top *******************/
.top_wrap,.head_wrap,.nav_wrap,.footer_wrap{width:100%;}
.top,.head,.nav,.product_index,.scrollpic_tit,.about_index,.news_index,.links,.footer,.page{width:1200px;margin: 0 auto;overflow:hidden;}
.page{height:50px;line-height:50px;margin:20px auto;text-align:center;}
.page a{padding:0 8px;}
.page2{height:30px;line-height:30px;margin:20px auto;text-align:center;}
.page2 a{padding:0 8px;}
