﻿.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.head {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
}

.head .headrig {
  margin-top: 15px;
  overflow: hidden;
}

.head .headrig .btn {
  font-size: 0;
  text-align: right;
  margin-bottom: 20px;
}

.head .headrig .btn img {
  display: inline-block;
  vertical-align: middle;
}

.head .headrig .btn a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  border-radius: 30px;
  background: #3681b9;
  color: #fff;
  font-size: 16px;
}

.head .headrig .btn a:first-child {
  background: #f4f4f4;
  color: #333333;
}

.head .headrig form .item {
  width: 400px;
  height: 37px;
  padding-right: 40px;
  border-radius: 37px;
  background: #f1f1f1;
  position: relative;
}



.head .headrig form .item input {
  display: block;
  height: 37px;
  line-height: 37px;
  width: 90%;
  background: transparent;
  border: none;
  outline: none;
  padding-left: 30px;
  color: #999;
  font-size: 16px;
  float:left;
}

.nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #0462a7;
  overflow: hidden;
  position: relative;
}

.navinner {
  width: 100%;
  font-size: 0;
}

.navinner a {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 12.48%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff;
}

.navinner a:last-child {
  border-right: 1px solid #fff;
}

.border {
  border: 1px solid #e5e5e5;
}

.mr {
  margin-right: 20px;
}

.mt {
  margin-top: 20px;
}

/* list */

.list {
  width: 100%;
}

.list li {
  /* width: 100%; */
  padding-left: 15px;
  position: relative;
}

.list li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #666;
  left: 6px;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.list li a {
  width: 75%;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
  overflow: hidden;
}

.list li a:hover {
  padding-left: 5px;
}

.list li span {
  width: 15%;
  height: 40px;
  display: block;
  text-align: right;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  float: right;
}

.title {
  width: 100%;
  height: 65px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
}

.title span {
  font-size: 20px;
  font-weight: bold;
  color: #0462a7;
  padding: 0 5px;
  position: relative;
}

.title span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0462a7;
  left: 0;
  bottom: -20px;
}

.title a {
  font-size: 16px;
  color: #666666;
}

.con1lef {
  width: 460px;
}

.con1cen {
  width: 340px;
}

.con1rig {
  width: 360px;
}

.slideBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slideBox .bd a {
  display: block;
  width: 100%;
  position: relative;
}

.slideBox .bd a p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  padding-left: 10px;
}

.slideBox .hd {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  z-index: 999;
  width: auto;
}

.slideBox .hd ul {
  font-size: 0;
}

.slideBox .hd li {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.slideBox .hd li.on {
  background: #ffff00;
}

.con1cen {
  padding: 0 20px;
}

.con1cen .list {
  padding: 11px 0 12px;
}

.con1cen .list li a {
  width: 100%;
}

.con1rig {
  padding: 0 20px;
}

.con1rig .list {
  padding: 11px 0 12px;
}

.con1rig .list li a {
  width: 100%;
}

.con2lef {
  width: 820px;
  padding: 0 20px;
  overflow: hidden;
}

.con2lef .list {
  padding: 11px 0 12px;
}

.con2 .slidetab {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.con2 .slidetab .hd ul {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 0;
  border-bottom: 2px solid #e0e0e0;
}

.con2 .slidetab .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 0 5px;
  height: 100%;
  margin-right: 20px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.con2 .slidetab .hd ul li:last-child {
  margin-right: 0;
}

.con2 .slidetab .hd ul li.on {
  color: #4975b0;
  font-weight: bold;
  position: relative;
}

.con2 .slidetab .hd ul li.on a {
  color: #4975b0;
}

.con2 .slidetab .hd ul li.on::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #406798;
}

.con2 .slidetab .bd ul {
  margin-top: 10px;
}

.con2rig {
  width: 360px;
  padding: 0 20px;
}

.con2rig .list {
  padding: 11px 0 12px;
}

.more {
  font-size: 16px;
  color: #666;
}

.con3lef {
  width: 820px;
  padding: 0 20px 50px;
}

#slideBox2 {
  overflow: visible;
}

#slideBox2 .bd li a {
  width: 180px;
  height: 44px;
  border-radius: 3px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #fff;
  transition: all .3s linear;
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 19px;
  background: #f7f7f7;
}

#slideBox2 .bd li a:nth-child(4n) {
  margin-right: 0;
}

#slideBox2 .bd li a:hover {
  border-color: #406798;
}

#slideBox2 .hd {
  bottom: -40px;
  width: 100%;
  text-align: center;
}

#slideBox2 .hd li {
  background: #999999;
}

#slideBox2 .hd li.on {
  background: #406798;
}

.con3rig {
  width: 360px;
  padding: 0 20px;
}

.con3rig a.btn {
  display: block;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  background: #a9d16a;
}

.con3rig a.btn:last-child {
  background: #eb9785;
  margin-top: 36px;
}

.con3rig a.btn img {
  display: inline-block;
  vertical-align: middle;
}

.con3rig a.btn span {
  font-size: 18px;
  color: #ffff;
  margin-left: 30px;
}

.ad img {
  width: 100%;
}

.link {
  width: 100%;
  padding-top: 45px;
  background: #f7f8f9;
  overflow: hidden;
}

.foot {
  width: 100%;
  padding: 35px 0;
  background-color: #333333;
}

.footinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footinner img {
  float: left;
}

.footinner p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.footinner p:last-child {
  margin-bottom: 0;
}

.yqlj {
  height: 28px;
}

.yqlj span {
  color: #666;
  padding: 0 12px;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 22px;
}

.yqlj span.yqlj_color {
  color: #c31f0b;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

.yqlj span.hover {
  color: #fff;
  background: url("yqlj_bg.png") no-repeat center;
}

.yqlj_list ul {
  margin-top: 10px;
  height: 90px;
  overflow-y: scroll
}

.yqlj_list ul li {
  float: left;
  width: 215px;
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
}

.yqlj_list ul li img {
  float: left;
  margin-top: 13px;
  margin-right: 8px;
}

.yqlj_list ul li a {
  color: #333;
}

.yqlj_list ul li a:hover {
  color: #f00;
}

@media screen and (max-width: 992px) {
  * {
    font-size: 12px !important;
  }

  .container {
    width: 100%;
    padding: 0 10px;
  }

  .mt {
    margin-top: 10px;
  }

  .mr {
    margin-right: 0;
  }

  .con1lef,
  .con1cen,
  .con1rig,
  .con2lef,
  .con2rig,
  .con3lef,
  .con3rig {
    width: 100%;
    margin-top: 10px;
    padding: 0 5px;
  }

  .con2 .slidetab .hd ul li {
    margin-right: 0px;
  }

  #slideBox2 .bd li a {
    width: calc(50% - 6px);
    margin: 0 3px 6px;
  }

  .con3lef {
    padding-bottom: 50px;
  }

  .title span::after {
    bottom: -24px;
  }

  .nav {
    height: auto;
    line-height: 30px;
  }

  .navinner {
    display: flex;
    flex-wrap: wrap;
  }

  .navinner a {
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    border-left: none;
    border-right: none !important;
  }

  .head .logo {
    width: 100%;
    display: block;
    float: none;
  }

  .head .logo img {
    display: block;
    width: 100%;
  }

  .head .headrig {
    float: none;
    width: 100%;
  }

  .head .headrig form .item {
    width: 100%;
  }
.link{
  display:none;
}

  .footinner {
    flex-wrap: wrap;
  }

  .footinner>div {
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }

  .footinner img:first-child {
    margin-bottom: 10px;
  }

  .footinner img:last-child {
    margin-top: 10px;
  }
}