@charset "utf-8";

nav .box li:nth-child(7) a {
  font-weight: bold;
  border-bottom: 2px solid rgb(255, 255, 255);
}

nav .subnav-zong #subnav7 {
  display: block;
}

.container {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.banner a,
.banner a img {
  width: 100%;
}

.zjly-one-left {
  width: 50%;
}

.zjly-one-left video {
  width: 100%;
}

.zjly-one-right {
  width: 46.7%;
  text-align: center;
}

.zjly-one-right-title {
  width: 70%;
  margin: 10px 0 20px;
}

.zjly-one-right-title img {
  width: 100%;
}

.zjly-one-right p {
  text-align: left;
  font-size: 17px;
  line-height: 36px;
  color: #404040;
}

.zjly-one-right p a {
  color: #115db2;
}

.zjly-two-li {
  width: 24%;
  height: 90px;
  background: url(ul-li1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.6s;
}

.zjly-two-li:hover {
  transform: scale(1.05);
}

.zjly-two-li:nth-child(2) {
  background: url(ul-li2.png) no-repeat;
  background-size: 100% 100%;
}

.zjly-two-li:nth-child(3) {
  background: url(ul-li3.png) no-repeat;
  background-size: 100% 100%;
}

.zjly-two-li:nth-child(4) {
  background: url(ul-li4.png) no-repeat;
  background-size: 100% 100%;
}

.zjly-two-li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.zjly-three-left {
  width: 48.7%;
  background: url(lymp-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px;
}

.zjly-three-title h2 {
  font-size: 24px;
  color: #fff;
}

.zjly-three-title span {
  display: inline-block;
  width: 40px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}

.zjly-three-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.zjly-three-ul-li {
  width: 50%;
  line-height: 50px;
}

.zjly-three-ul-li:last-child {
  white-space: nowrap;
}

.zjly-three-ul a {
  color: #fff;
}

.zjly-three-right {
  width: 48.7%;
}

.zjly-three-right .top {
  padding: 30px;
  background: url(nj-bg.png) no-repeat;
  background-size: 100% 100%;
}

.zjly-three-right .top ul {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 30px;
}

.zjly-three-right .top ul span {
  color: #fff;
  margin-left: 10px;
}

.zjly-three-right .bottom {
  height: 200px;
  margin-top: 30px;
  padding: 30px;
  background: url(tdt-bg.png) no-repeat;
  background-size: 100% 100%;
}

.zjly-three-right .bottom a {
  width: 100%;
}

.bottom .zjly-three-title {
  text-align: center;
  padding-top: 40px;
}

.zjly-four {
  flex-direction: column;
}

.zjly-four-title {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.swiper-container,
.swiper-slide {
  width: 100%;
}
.swiper-slide a {
  display: block;
  position: relative;
}

.swiper-slide img {
  display: inline-block;
  width: 100%;
}
.swiper-slide .wrapper {
  display: flex;
  justify-content: space-between;
}

.swiper-slide .wrapper p {
  display: none;
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 45px;
  color: #fff;
  padding-left: 5%;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-slide .wrapper a img {
  height: 100%;
}

.swiper-slide .one-a {
  width: 63%;
}

.swiper-slide .one-a img {
  height: 100%;
}

.slide-one .img-box {
  width: 35.8%;
}

.slide-one .two {
  margin-bottom: 10px;
}

.slide-one .img-box a:first-child p {
  bottom: 13px;
}

.slide-one .img-box a:last-child p {
  bottom: 3px;
}

.slide-two p {
  bottom: 3px;
}

.slide-two .img-box a:first-child {
  margin-bottom: 6px;
}
.slide-three .wrapper {
  justify-content: center;
}
.slide-three .img-box {
  width: 34%;
  margin-right: 12px;
}
.slide-three .img-box p {
  bottom: 3px;
}

.slide-three .img-box a:first-child {
  margin-bottom: 10px;
}

.slide-three .last {
  width: 55%;
}

.slide-three .last img {
  height: 100%;
  height: 100%;
}

.swiper-slide .wrapper a:hover p {
  display: block;
}

.zjly-five {
  padding: 50px 0;
  margin-top: 50px;
  background: #f5f5f5;
  text-align: center;
}

.zjly-five-ul {
  width: 26.7%;
  height: 320px;
  background: #fff;
  margin-top: 20px;
}

.zjly-five-ul:hover {
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
}

.zjly-five-ul li {
  position: relative;
  margin-left: 30px;
  text-align: left;
  line-height: 32px;
}

.zjly-five-ul li:hover a {
  color: #115db2;
}

.zjly-five-ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #404040;
  border-radius: 50%;
  left: 0;
  top: 14px;
}

.zjly-five-ul li a {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  padding-left: 15px;
}

.zjly-five-ul img {
  width: 100%;
}

.zjly-five-ul:nth-child(2) li {
  line-height: 32px;
}

.zjly-five-ul:nth-child(3) li {
  line-height: 32px;
}

.zjly-five-ul:nth-child(2) li::before,
.zjly-five-ul:nth-child(3) li::before {
  top: 14px;
}

.zjly-five-ul .two {
  display: none;
}
.zjly-five-ul p {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.zjly-five-ul p img {
  width: 50px;
  height: 50px;
  margin-right: 25px;
}

.zjly-five-ul .normal {
  background: url(tzly-bg2.png);
  background-size: 100% 100%;
}

.zjly-five-ul .normal span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.zjly-five-ul .special {
  background: url(tzly-bg1.png);
  background-size: 100% 100%;
}

.zjly-five-ul .special span {
  font-size: 24px;
  font-weight: 600;
  color: #115db2;
}

.zjly-five-ul:hover .two {
  display: block;
}

.zjly-five-ul:hover .one {
  display: none;
}

.zjly-six {
  text-align: center;
  padding-top: 50px;
  background: url(lybj-bg.png) no-repeat center bottom;
}

.zjly-six-ul {
  padding: 70px 25px 120px;
}

.zjly-six-ul li:nth-child(2),
.zjly-six-ul li:nth-child(3) {
  margin-top: -40px;
}

.zjly-six-ul li {
  transition: all 0.6s;
}

.zjly-six-ul li:hover {
  transform: scale(1.06);
}
.zjly-seven {
  text-align: center;
}
.zjly-seven-title {
  margin-top: 24px;
  margin-bottom: 32px;
}
.swiper-container-three {
  height: 230px;
}
.sm-div {
  width: 1200px;
  margin: 0 auto;
}

.swiper-container-three .swiper-slide {
  width: 284px;
  height: 165px;
}
.swiper-container-three .swiper-slide img {
  width: 284px;
  height: 165px;
}
.swiper-container-three .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.swiper-container-three .swiper-pagination-bullet-active {
  background-color: #115db2;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .zjly-four-ul-li {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .zjly-one-left,
  .zjly-one-right,
  .zjly-three-left,
  .zjly-three-right,
  .zjly-three-ul-li,
  .zjly-four-ul .zjly-four-ul-li,
  .zjly-five-ul {
    width: 96%;
  }
  .zjly-two-li {
    width: 290px;
    height: 90px;
    margin-bottom: 10px;
  }
  .zjly-three-left {
    margin-bottom: 25px;
  }
  .zjly-three-ul-li {
    width: 50% !important;
  }
  .zjly-three-ul a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .zjly-three-right .top {
    height: 200px;
  }
  .zjly-three-right .top ul {
    flex-wrap: wrap;
  }
  .zjly-three-right ul li {
    flex: 1 0 50%;
    line-height: 24px;
  }
  .zjly-three-right img {
    width: 14px;
  }
  .zjly-three-right .bottom {
    height: 170px;
  }
  .zjly-four-ul {
    flex-direction: column;
    align-items: center;
  }
  .zjly-five-ul {
    height: auto;
  }
  .zjly-six-ul {
    padding-top: 10px;
  }

  .zjly-six .zjly-six-ul li {
    margin-top: 0;
    width: 48%;
    margin: 1%;
  }
  .zjly-six-ul img {
    width: 100%;
  }
  .sm-div {
    width: 98%;
  }
  .swiper-container-three .swiper-slide {
    width: 100%;
    height: 165px;
  }
  .swiper-container-three .swiper-slide img {
    width: 100%;
    height: 165px;
    object-fit: cover;
  }
  .swiper-container-three {
    height: 215px;
  }
}
