@charset "utf-8";

#body {
  margin: 30px auto;
}

nav .box li:nth-child(4) a {
  font-weight: bold;
  border-bottom: 2px solid rgb(255, 255, 255);
}

nav .subnav-zong #subnav4 {
  display: block;
}

.container {
  width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.content-one .content-one-left {
  width: 500px;
}

.normal-title {
  position: relative;
  margin-bottom: 15px;
}

.normal-title h5 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.normal-title .line {
  height: 4px;
  background: #f5f5f5;
  margin-top: 10px;
}

.normal-title .line-short,
.content-one-right .title li .line-short {
  width: 110px;
  height: 4px;
  background: #115db2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.2s;
}

.normal-title .line-short p,
.content-one-right .title li .line-short p {
  position: absolute;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #115db2;
}

.normal-title .line-short h6,
.content-one-right .title li .line-short h6 {
  position: absolute;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.normal-title:hover .line-short {
  width: 100%;
  transition: width 1.2s;
}

.content-one-left .container1 {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
}

.container1 .ctTop {
  display: flex;
}

.container1 .ctTop .lt {
  width: 125px;
  padding: 5px;
  background-color: #ffffff;
  border: solid 1px #c6c6c6;
}

.container1 .ctTop .lt img {
  width: 100%;
  height: 100%;
}

.container1 .ctTop .rt {
  width: 67%;
  margin-left: 30px;
  padding-top: 10px;
}

.content-one .content-one-left .people {
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.content-one .content-one-left .people .name a {
  display: block;
  color: #115db2;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.content-one .content-one-left .people .job {
  float: left;
  padding: 10px 15px 5px;
}

.content-one .content-one-left .container1 .peopleInfo li a {
  width: 56%;
  height: 35px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #404040;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #dddddd;
}

.content-one .content-one-left .container1 .peopleInfo li a:hover {
  background-color: #d6d6d6;
  color: #115db2;
}

.content-one .content-one-left .container1 .peopleInfo li {
  margin-bottom: 10px;
}

.content-one .content-one-left .container1 .peopleInfo li:last-of-type {
  margin-bottom: 0;
}

.content-one .content-one-left .container1 .peopleInfo img {
  height: 19px;
}

.content-one .content-one-left .container1 .ctBottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 2%;
  margin-top: 30px;
}

.content-one .content-one-left .container1 .ctBottom li > a {
  color: #404040;
}

.content-one .content-one-left .container1 .ctBottom li > a:hover {
  color: #115db2;
}

.content-one .content-one-right {
  width: 646px;
}

.content-one-right .title {
  width: 100%;
  display: flex;
  border-bottom: 4px solid #f5f5f5;
}

.content-one-right .title li {
  position: relative;
  margin-right: 30px;
  padding-bottom: 10px;
}

.content-one-right .title li a {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  padding-bottom: 20px;
}
.content-one-right .title li .line-short {
  width: 100px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.content-one-right .title li:first-child .line-short {
  width: 150px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.content-one-right .title li:first-child .line-short p {
  position: absolute;
  left: 70px;
}

.content-one-right .title li:first-child .line-short h6 {
  position: absolute;
  left: 75px;
}

.normal-ul-li {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-indent: 10px;
}

.normal-ul-li a {
  display: block;
}

.normal-ul-li:hover .caption {
  color: #115db2;
}

.normal-ul-li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #115db2;
  border-radius: 50%;
  left: 0;
  top: 24px;
}

.normal-ul-li .caption {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #404040;
}

.normal-ul-li a .time {
  float: right;
  color: #666;
}

.content-two {
  flex-direction: column;
}

.content-two .normal-title .line-short {
  width: 140px;
}

.content-two .normal-title .line-short p {
  position: absolute;
  left: 60px;
}

.content-two .normal-title .line-short h6 {
  position: absolute;
  left: 65px;
}

.content-two .normal-title:hover .line-short {
  width: 100%;
  transition: width 1.2s;
}

.content-two-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-two-ul-li {
  width: 285px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: url(xxgkzn.png);
  background-size: 100% 100%;
}

.content-two-ul-li:nth-child(2) {
  background-image: url(xxgkzd.png);
  background-size: 100% 100%;
}

.content-two-ul-li:nth-child(3) {
  background-image: url(xxgknb.png);
  background-size: 100% 100%;
}

.content-two-ul-li:nth-child(4) {
  background-image: url(fdzdgk.png);
  background-size: 100% 100%;
}

.content-two-ul-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #404040;
  padding-left: 8%;
}

.content-two-ul-li:hover a {
  color: #115db2;
  font-weight: 600;
}

.content-three .content-three-left {
  width: 860px;
}

.content-three-left .row-title {
  display: flex;
  border-bottom: 3px solid #ddd;
}

.content-three-left .row-title .normal-title {
  padding-bottom: 5px;
  margin: 0 20px;
}

.content-three-left .row-title .active {
  border-bottom: 3px solid #115db2;
}

.content-three-left .row-title .active h5 {
  color: #115db2;
  font-weight: 600;
}

.content-three-left .row-nav {
  width: 100%;
  background-color: #daecfb;
  margin-bottom: 10px;
}

.content-three-left .row-nav ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.content-three-left .row-nav ul li {
  padding: 0 20px;
  line-height: 50px;
}

.content-three-left .row-nav ul li a {
  color: #115db2;
}

.content-three-left .row-nav ul .on,
.content-three-left .row-nav ul .on a {
  font-weight: 600;
  color: #115db2;
}

.content_list li {
  position: relative;
}

.content_list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #115db2;
  border-radius: 50%;
  left: 0;
  top: 24px;
}

.content_list li a {
  display: block;
}

.content_list li a .caption {
  color: #404040;
}

.content_list li a .time {
  color: #666;
}

.content_list li a:hover .caption {
  color: #115db2;
}

.content_list li span {
  height: 50px;
  line-height: 50px;
}

.content_list li span:first-of-type {
  font-size: 16px;
  color: #333333;
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-left: 13px;
}

.content_list .time {
  color: #999999;
  font-size: 16px;
  float: right;
}

.content-three-right {
  width: 300px;
}

.content-three-right .content {
  width: 100%;
  height: 290px;
  border: solid 1px #115db2;
  margin-top: 20px;
}

.content-three-right ul {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
}

.content-three-right ul li {
  text-align: center;
  width: 30%;
  margin: auto;
}

.content-three-right ul li a {
  display: block;
}

.content-three-right ul li img {
  width: 50px;
  height: 50px;
  margin: 0 8px;
}

.content-three-right ul li p {
  color: #404040;
  text-align: center;
  margin-top: 6px;
}

.content-three-right .query {
  padding: 0 0 10px 10px;
}

.content-three-right .bottom {
  width: 100%;
  justify-content: space-between;
  margin: 10px 0 0;
}

.content-three-right .bottom li {
  width: 48%;
  height: 40px;
  background-color: #f5f5f5;
  border: solid 1px #115db2;
  margin: 0;
}

.content-three-right .bottom li a {
  width: 100%;
  height: 100%;
  padding-right: 2%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.content-three-right .bottom li a img {
  width: 20px;
  height: 20px;
}

.content-four {
  width: 100%;
  background-image: url(bg.png);
  background-size: 100% 100%;
}

.content-four .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-four .list_one .list_item {
  width: 200px;
  height: 160px;
  line-height: 55px;
  background-color: #fff;
  text-align: center;
}

.content-four .list_one .list_item:hover {
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
}

.content-four .list_one .list_item:hover a {
  color: #115db2;
}

.content-four .list_one .list_item a {
  height: 100%;
  font-size: 18px;
  color: #404040;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-four .list_one .list_item img {
  width: 78px;
  height: 90px;
}

.content-four .pullDown {
  position: relative;
  background: #115db2;
  color: #fff;
}

.content-four .list_one .list_item .pullDown a {
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.content-five {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-five-li {
  width: 225px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #404040;
}

.content-five-li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #404040;
}

.content-five-li:hover a {
  background-color: #115db2;
  color: #fff;
}

.content-six {
  flex-direction: column;
}

.content-six .normal-title {
  width: 1200px;
  margin-bottom: 25px;
}

.content-six .normal-title .line-short {
  width: 195px;
  height: 4px;
  background: #115db2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.2s;
}

.content-six .normal-title:hover .line-short {
  width: 100%;
  transition: width 1.2s;
}

.content-six .normal-title .line-short p {
  position: absolute;
  left: 90px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #115db2;
}

.content-six .normal-title .line-short h6 {
  position: absolute;
  left: 95px;
}

.content-six-m ul {
  display: flex;
  flex-wrap: wrap;
}

.content-six-m ul li {
  width: 16.1%;
  height: 70px;
  margin: 0 3px 5px 3px;
  background-color: #f5f5f5;
  text-align: center;
}

.content-six-m ul li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 0 5%;
}

.content-six-m ul li a p {
  width: 96px;
  overflow: hidden;
  text-align: center;
  color: #404040;
}

.content-six-m ul li a img.fz {
  display: none;
  transform: rotateY(180deg);
}

.content-six-m ul li .image_show {
  transition: all 0.6s;
}

.content-six-m ul li:hover img.mr {
  display: none;
}

.content-six-m ul li:hover .image_show {
  transform: rotateY(180deg);
}

.content-six-m ul li:hover img.fz {
  display: inline-block;
}

.content-six-m ul li:hover a p {
  color: #fff;
}

.content-six-m ul li:hover a {
  background: #115db2;
}

.content-seven {
  flex-direction: column;
}

.content-seven ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-seven .content-seven-top li {
  width: 19.5%;
  min-width: 200px;
  height: 50px;
  background-color: #5478ad;
  margin-bottom: 20px;
  transition: all 0.6s;
}

.content-seven ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}

.content-seven .content-seven-top li:hover {
  background: #115db2;
}

.content-seven .content-seven-top li:hover a {
  color: #fff;
}

.content-seven ul:last-child li {
  width: 32%;
  height: auto;
  border: 0;
  transition: all 0.6s;
}

.content-seven ul:last-child li:hover {
  transform: scale(1.06);
}

.content-seven ul:last-child li img {
  width: 100%;
}
.content-seven .content-eight {
  flex-wrap: wrap;
}
.content-eight-li {
  width: 18.6%;
  min-width: 180px;
  height: 50px;
  margin-bottom: 8px;
  background-color: #edf7ff;
  border: solid 1px #115db2;
  transition: all 0.2s;
}

.content-eight-li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
  color: #115db2;
  padding: 0 5%;
}

.content-eight-li:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 1200px) {
  #body {
    max-width: 96%;
    padding: 0 1%;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    flex-direction: column;
  }

  .content-eight {
    flex-direction: row;
  }

  .content-one-left,
  .content-one-right,
  .content-three-left,
  .content-three-right,
  .content-seven-left,
  .content-seven-right {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .container1 .ctTop .rt {
    padding-top: 0;
  }

  .content-one .content-one-left .people {
    height: 70px;
    flex-direction: column;
  }

  .content-one .content-one-left .people .job {
    font-size: 15px;
  }

  .content-one .content-one-left .container1 .ctBottom .lt {
    width: 25%;
  }

  .content-one .content-one-left .people .job {
    padding: 10px 0;
  }

  .content-two {
    height: auto;
  }

  .content-two-ul-li {
    width: 48%;
    margin-bottom: 5px;
  }

  .content-three-left .row-nav ul li {
    padding: 0 4px;
  }

  .content-three-left .row-nav ul li {
    font-size: 15px;
  }

  .content-three .query {
    margin-left: 32%;
  }

  .content-four {
    height: auto;
  }

  .content-four .list_one .list_item {
    width: 19%;
    margin-bottom: 10px;
  }

  .content-four .list_one.container,
  .content-five.container {
    flex-direction: row;
  }

  .content-six-m ul {
    justify-content: flex-start;
  }

  .content-six-m ul li {
    width: 48%;
    margin: 0 0.6% 5px;
  }

  .normal-title .line {
    max-width: 100%;
  }

  .normal-ul-li .caption {
    width: 66%;
  }

  .content_list li span:first-of-type {
    width: 70%;
  }

  .normal-title h5 {
    font-size: 22px;
  }

  .swiper-container,
  .swiper-slide img {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container1 .ctTop .lt {
    width: 200px;
    padding-top: 16px;
    border: none;
  }
  .container1 .ctTop .lt img {
    height: auto;
  }
  .content-one .content-one-left .people .job {
    color: #999;
    line-height: 22px;
    padding: 4px 0;
    font-size: 14px;
  }
  .content-one .content-one-left .container1 .peopleInfo li {
    margin-bottom: -8px;
  }
  .content-one .content-one-left .container1 .peopleInfo li a {
    width: 95%;
    margin-top: 18px;
  }
  .content-one .content-one-left .container1 .ctBottom {
    margin-top: 6px;
  }
  .ctBottom li:first-child {
    width: 100% !important;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .ctBottom li:not(:first-child) {
    width: 25%;
  }
  .ctBottom li > a {
    color: #999 !important;
  }
  .content-eight {
    width: 92%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-eight-li {
    width: 48%;
    min-width: 120px;
  }
  .content-eight-li a {
    font-size: 15px;
  }
  .content-eight-li a img {
    width: 16%;
  }
}

@media screen and (max-width: 480px) {
  #body {
    max-width: 98%;
  }

  .normal-title h5 {
    font-size: 18px;
  }

  .content-one .content-one-left .container1 .ctBottom .lt {
    width: 23%;
  }

  .content-two-ul {
    justify-content: center;
  }
  .content-two-ul-li {
    width: 285px;
  }

  .content-three-left .row-title .normal-title {
    margin: 0 5px;
  }

  .content-three .query {
    margin-left: 0;
  }
  .zhengcess {
    width: 100% !important;
  }
  .input_box {
    justify-content: center;
  }
  .sscx {
    right: 48px !important;
  }
  .content-four .list {
    flex-wrap: wrap;
  }
  .ysq_box {
    width: 100% !important;
  }
  .ysq_a {
    width: 100% !important;
  }
  .znlc {
    text-align: center !important;
  }
  .content-four .list_one .list_item {
    width: 44%;
    margin: 3%;
  }

  .content-five {
    flex-wrap: wrap;
  }

  .content-five-li {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .content-six-m ul {
    justify-content: flex-start;
  }
  .content-seven ul li {
    width: 48% !important;
    min-width: 48% !important;
  }

  .content-seven ul:last-child li {
    width: 49% !important;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 350px) {
  .normal-ul-li .caption {
    width: 64%;
  }

  .content-one .container1 .ctTop .lt img {
    width: 120px;
  }

  .container1 .ctTop .rt {
    margin-left: 15px;
  }

  .content-one .content-one-left .container1 .peopleInfo img {
    margin-right: 5px;
  }

  .content-one .content-one-left .container1 .ctBottom .lt {
    width: 24%;
  }

  .content-three .query {
    margin-left: 6%;
  }

  .content-three-left .row-nav ul li {
    font-size: 13px;
  }

  .normal-title h5 {
    font-size: 17px;
  }

  .content-eight-li {
    width: 100%;
  }
}
