@charset "utf-8";
/*首页*/
html{
  height: 100%;
  overflow-x: hidden;
}
body{
  min-height: 100%;
  position: relative;
  background: #f1f1f1;
}
/*头部*/
.header .top{
  height: 30px;
  line-height: 30px;
  background: #e8eaea;
  min-width:1200px;
}
.header .top li{
  float: left;
}
.header .top a{
  margin-left: 20px;
}
.header .top a.border{
  border-right:2px solid #a6a5a5;
  padding-right:20px;
}
/*导航*/
.nav{
  height: 90px;
}
.nav img{
  margin-top: 9px;
}
.banner{
  min-width:1200px;
}
.content{
  padding-bottom:150px;
}
.detail_title{
  min-width: 1200px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  margin: 15px 0;
  color: #666666;
  text-indent: 15px;
}
.detail_title a{
  color: #666666;
}
.page{
  background: #fff;
  padding:20px 0;
  margin-bottom: 20px;
}
.table {
  border-collapse:collapse;
  border-spacing: 0;
  width: 50%;
  margin:0 auto 20px;
}
.table tr {
  display: table-row;
}
.table th,
.table td{
  border: 1px solid #dcdcdc;
  padding:10px;
}
.table td:nth-child(1){
  width: 25%;
}
.center {
  height: auto;
}
.center .search h2{
  text-align: center;
  font-size: 30px;
  color: #444444;
  margin-bottom: 30px;
}
.center .search-text{
  width:35%;
  margin:0 auto 30px;
 
}
.center label{
  font-size: 20px;
}
.center .search .search-input{
  border:1px solid #dcdcdc;
  text-indent:10px;
  width:100%;
  height:40px;
  line-height:40px;
}
.btn {
  display: inline-block;
  width: 80px;
  height: 42px;
  line-height:42px;
  background-color: #0099e5;
  border-radius: 4px;
  text-align: center;
  color:#fff;
  float:right;
}
.btn:hover{
  background:#0099CC;
}
/*底部*/
.footer{
  min-width:1200px;
  height: 110px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #449af3;
  padding: 20px 0;
}
.footer p{
  margin-bottom:10px;
}