.banner{
    height:auto;
    background:none;
    width:100%;
}
.banner img{
    width:100%;
}

.navs {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    background: #5db0ee;
    height: 100px;
    line-height: 100px;
}
.navs ul {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}
.navs ul li {
    width: 600px;
    text-align: center;
    font-size: 24px;
    float: left;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.navs ul li span {
    position: absolute;
    background: #ffffff;
    height: 8px;
    width: 54px;
    display: none;
    border-radius: 4px;
    bottom: 14px;
    left: 50%;
    margin-left: -27px;
}
.navs ul li.current {
    background: #ffc029;
}
.navs ul li.current span {
    display: block;
}

.main {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    background: #eef8ff;
}
.main .con {
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    padding-bottom: 20px;
}

.main .con .section {
    margin: 10px auto;
    padding: 20px;
}

.main .con .section:hover {
    background-color: #e3f4ff;
}
.main .con .section .pic {
    height: 180px;
    width: 320px;
    margin-top: 12px;
}
.main .con .section .pic img{
    height: 100%;
    width: 100%;
}
.main .con .section .describe {
    width: 820px;
}
.main .con .section .describe p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 6px;
}
.main .con .section .describe h5 {
    font-weight: bold;
    line-height: 40px;
    font-size: 24px;
}
.main .con .section .describe a:hover {
    color: #4694e3;
}
.main .con .section .describe p span {
    margin-right: 20px;
    color: #333333;
}
.main .con .section .describe p.zw {
    color: #666666;
}

.main .con .page {
    margin: 30px auto ;
    text-align: center;
}
.main .con .page a {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  line-height: 30px;
  text-align: center;
  color: #4694e3;
  border: 1px solid #b2b2b2;
  cursor: pointer;
  font-size: 16px;
}
.main .con .page a.current {
  color: #fff;
  background-color: #4694e3;
  border: 1px solid #4694e3;
}
.main .con .page a:hover {
  border: 1px solid #4694e3;
}

.main.qyxz{
    background: #e7f6ea;
}
.main.qyxz .con .section:hover {
    background-color: #f2f6f3;
}
.main.qyxz .con .section .describe a:hover {
    color: #277939;
}
.main.qyxz .con .page a {
  color: #277939;
  border: 1px solid #b2b2b2;
}
.main.qyxz .con .page a.current {
  background-color: #277939;
  color: #ffffff;
  border: 1px solid #277939;
}
.main.qyxz .con .page a:hover {
  border: 1px solid #277939;
}

.main.xnr{
    background: #f4f9ef;
}
.main.xnr .con .section:hover {
    background-color: #f1f9e8;
}
.main.xnr .con .section .describe a:hover {
    color: #277939;
}
.main.xnr .con .page a {
  color: #277939;
  border: 1px solid #b2b2b2;
}
.main.xnr .con .page a.current {
  background-color: #277939;
  color: #ffffff;
  border: 1px solid #277939;
}
.main.xnr .con .page a:hover {
  border: 1px solid #277939;
}