@charset "utf-8";
/* CSS Document */
html {
	width: 100%;
	text-align: center;
}
body {
	font-family: arial, '新宋体', sans-serif, '宋体'; /*width: expression(document.body.clientWidth <= 900? "900px":"auto" ); 在IE6以下浏览器中设置最小宽度：770px*/
	line-height: 150%;
	width: 100%;
	text-align: center;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, td, th, div, button, input, select {
	font-size: 100%;
	font-weight: normal;
}
strong, b {
	font-weight: bold;
}
/*=============以上为全局页面基础参数===============强大的分界线==============以下为主体页面的基础参数=================================*/
.masthead, .tab, .content, .footer {
	width: 100%;  /*width: 985px;*/
	min-width: 770px; /*width: expression(document.body.clientWidth <= 770? "770px":"auto" );*/
	margin:0 auto;
	clear:both;
}
/*=========以上是主体页面的基础参数================强大的分界线==============以下是功能页的容器基础参数================================*/
/*主体容器框架*/
.tool, .buttontool, .list {
	width: 99%;
	margin:0 auto;
	text-align: center;
	clear:both;
}
/*主体容器框架*/
.content_body_style {
	background: transparent;
}
.content_body_style_ie6 {
	background: transparent;
	_width:98%;
}
.open_win_body {
	background: #fff;
}
