﻿﻿body {
  min-width: 1200px;
  background: #fff;
  color: #333;
}


ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.banner {
  height: 360px;
  background: url("huiqi-banner.jpg") center no-repeat;
  text-align: left;
}

.w1200 {
  width: 1200px;
  margin: auto;
  padding-top: 10px;
}

.main {
  width: 1200px;
  margin: 40px auto;
}

.main-left {
  float: left;
  width: 240px;
  min-height: 650px;
}

.navlist li {
  background: #e6effa;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 5px;
}

.navlist li + li {
  margin-top: 10px;
}

.navlist li a {
  display: block;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.navlist li.active {
  background: #0b62cc;
}

.navlist li.active a {
  color: #fff;
}

.main-right {
  width: 920px;
  float: right;
}

.search-box {
  height: 90px;
  background: url("huiqi-search-bg.png") center no-repeat;
}

.search-box form {
  float: right;
  margin: 25px 20px 0 0;
}

.search-box input[type="text"] {
  width: 400px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 0 0 20px;
  float: left;
  background: #fff url("huiqi-search.png") 20px center no-repeat;
  padding-left: 55px;
  font-size: 16px;
  border: 0
}

.search-box input[type="text"]:focus {
  outline: 0;
  border: 0;
}

.btn-submit {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 0 20px 20px 0;
  background: #0b62cc;
  color: #fff;
  font-size: 18px;
  border: 0;
  font-weight: bold;
}

.content-box {
  margin-top: 30px;
  border: 1px solid #cee0f5;
  border-radius: 3px;
  padding: 30px 40px;
}

.title {
  font-size: 24px;
  color: #0b62cc;
  text-align: center;
}

.line {
  border: 0;
  height: 6px;
  background: url("huiqi-line.png");
  margin: 30px 0 10px;
}

.content p {
  margin: 0;
}

.toolbar {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}

.footer_size .botttom_nav {
  color: #999;
}