﻿.header {
  width: 100%;
  height: 370px;
  background-color: #e5e5e5; }
.header .top {
      background:url(../image/top.png) repeat-x;display:block;height:27px;width:100%;line-height:13px;  }
.header .top p{width:1000px;margin:0 auto;}
/*间距*/
.mt10{
	margin-top:10px;
}
.mt20{margin-top:20px;}
.mt0{margin:0;}
.ml10{margin-left:10px;}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}

.pd0{
	padding:0;
	}
.fl{
	float:left;
}
.fr{float:right;}

/*color*/
.blue{
	color:#1e75ce;
}
.grey{
	color:#999999;
}
.color1{
  color:#000000;
}
.color2{
  color:#666666;
}
.page .current{
  color:red;
}
.page .num,.first,.prev,.next,.end{
  color:#000000;
}

.pointer{
  cursor: pointer;
}
.w100{
  width:100px;
}
.add_button{
  background-color:#1e75ce;
  border:medium none;
  border-radius:5px;
  font-size:14px;
  width:80px;
  color:#fff;
}
.submit{
  background-color:#1e75ce;
  border:medium none;
  border-radius:5px;
  font-size:16px;
  margin-right:25px;
  height:35px;
  line-height:35px;
  width:107px;
  color:#fff;
  cursor:pointer;
}

