.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  padding: 20px 0;
  height: 480px;
  background: url(../images/wsjkTop.png) center top no-repeat;
}
.dqwz {
  line-height: 60px;
  border-bottom: 1px solid #eaeaea;
  padding-left: 38px;
  background: url(../images/dqwz.png) no-repeat 10px center;
  font-size: 18px;
}
.dqwz a {
  font-size: 18px;
}

.commonTitle {
  background-color: #eef6ff;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  margin: 30px 0 0;
}
.commonTitle p {
  background-color: #1781f4;
  color: #fff;
  font-size: 24px;
  border-radius: 48px;
  padding: 0 30px;
  font-weight: 700;
}
.commonTitle a {
  margin-right: 20px;
  color: #616161;
}
.xwdtList .commonList li::before {
  width: 8px;
  height: 8px;
  background-color: #1781f4;
}
.xwdtList .fl,
.xwdtList .fr {
  width: 524px;
}

.yymc ul li {
  line-height: 55px;
  text-align: center;
}

.yyxx {
  position: relative;
  margin: 30px auto;
  /* width: 1300px; */
}
.yyxx .hd .prev,
.yyxx .hd .next {
  display: block;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 999;
}
.yyxx .hd .prev {
  left: -70px;
}
.yyxx .hd .next {
  right: -70px;
}

.yyxx .hd ul li.on {
  background-position: 0 0;
}
.yyxx .bd {
  overflow: hidden;
}
.yyxx .bd ul {
  /* overflow: hidden; */
  zoom: 1;
  width: 100%;
  height: 90px;
  /* left: -426px; */
  position: relative;
  /* overflow: hidden; */
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.yyxx .bd ul li {
  float: left;
  _display: inline;
  text-align: center;
  width: 185px;
  cursor: pointer;
  position: relative;
  height: 75px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin: 0 15px 20px 0;
}
.zk {
  float: left;
  _display: inline;
  text-align: center;
  width: 185px;
  cursor: pointer;
  position: relative;
  height: 75px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.yyxx .bd ul li span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  line-height: 24px;
}

.picList li.on,
.dropDown li.on {
  background-color: #57bfff;
  color: #fff;
}
.picList li.on::after {
  display: none;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  /* border-top: 10px solid #57bfff; */
  border-top: 10px solid #57bfff;
}

.detail {
  background-color: #eef6ff;
  padding: 30px;
  min-height: 300px;
}
.detail li {
  display: none;
}
.detail li.on {
  display: block;
}
.detailTitle {
  color: #0261c8;
  font-size: 18px;
  font-weight: 700;
}
.zxtgfw a {
  background-color: #54aaff;
}
.zxtgfw a:nth-child(1) {
  background-color: #2dc3a5;
}
.zxtgfw a:nth-child(2) {
  background-color: #ebb31d;
}

.zxtgfw {
  font-weight: 700;
}
.zxtgfw a {
  color: #fff;
  margin: 0 10px;
}

.bsfw {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  text-align: center;
  z-index: 9999;
}
.people {
  vertical-align: bottom;
}
.bsfwTitle {
  height: 66px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 66px;
  font-weight: 700;
  background: url(../images/peopleBg.png) repeat-x;
}
.bsfw ul li {
  text-align: left;
  /* height: 70px; */
  /* line-height: 70px; */
  border-bottom: 1px solid #d8eafe;
  padding: 0 10px;
}
.bsfw ul li a {
  line-height: 27px;
  display: block;
  padding: 6px 0;
}
.bsfw ul li:last-child {
  border-bottom: 0;
}
.bsfw ul {
  padding: 0 10px;
  background-color: #eef6ff;
}

.closeBtn {
  position: absolute;
  left: 5px;
  cursor: pointer;
  color: #fff;
  top: 6px;
  background: gray;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.dropDown {
  display: none;
}
.dropDown.active {
  display: block;
}
.zk.active {
  background-color: #57bfff;
  color: #fff;
}
.yyxx .bd ul .zk .zz {
  display: block;
}
.yyxx .bd ul .zk .sh {
  display: none;
}

.yyxx .bd ul .zk.active .zz {
  display: none;
}
.yyxx .bd ul .zk.active .sh {
  display: block;
}


@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .xwdtList .fl,
  .xwdtList .fr {
    width: 100%;
  }
  .header {
    background-size: 100% auto;
    height: 280px;
  }
  .yyxx .hd .next {
    right: 0;
  }
  .yyxx .hd .prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .yyxx .bd ul li {
    width: 30%;
  }
  .header {
    height: 200px;
    padding: 10px 0;
  }
  .logo img {
    width: 200px;
  }
}
@media (max-width: 425px) {
  .yyxx .bd ul li {
    width: 45%;
  }
  .header {
    height: 120px;
  }
  .logo img {
    width: 150px;
  }
}
