@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 {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
}
input{
	cursor: pointer;
}
input:hover,a:hover{
	filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}

/*防止拖动*/
img {
	width: 100%;
	height: auto;	
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
body {
  font: 12px/1 Arial, Verdana, "\5b8b\4f53";
  color: #333;
  /*background: #f5f5f5;*/
}
body,
html {
  min-width: 1200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
a {
  color: #3399cc;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
 	filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9; 
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
/*.col-red{color: #C81623!important;}*/
/*公共类*/
.main {
  /*版心 提取 */
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.hide {
  display: none;
}

/*内容*/
.mbody{
  position: absolute;
  top:60px;
  left: 150px;
  min-width: 1200px;
  min-height: 600px;
}


/*分页*/
.page{
  margin-top: 20px;
  height: 30px;
}
.page a,.page span{
  display: inline-block;
  float: left;
  padding: 5px 8px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.page a:hover{
  background: #09c;
  color: #fff;
  text-decoration: none;
}
.page .current{
  background: no-repeat;
  font-weight: bold;
  color: #f44;
  border-color: transparent;
}