@charset "UTF-8";
.content-warp {
  width: 100%;
  overflow: hidden;
}

.content-warp .content-con {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .banner-pc {
    display: none;
  }
}

.banner-ms {
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner-ms {
    display: block;
  }
}

.content-banner {
  width: 100%;
  position: relative;
}

.content-banner .swiper-slide {
  position: relative;
}

.content-banner .swiper-slide img {
  width: 100%;
}

.content-banner .swiper-slide .banner-con {
  max-width: 600px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  .content-banner .swiper-slide .banner-con {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .content-banner .swiper-slide .banner-con {
    padding: 50px 20px;
    left: 0;
    margin-left: 0;
    justify-content: end;
  }
}

.content-banner .swiper-slide .banner-con h5 {
  font-size: 36px;
  color: #ffffff;
  font-weight: Medium;
  font-family: "KaiGenGothicSC-Light";
}

@media screen and (max-width: 768px) {
  .content-banner .swiper-slide .banner-con h5 {
    font-size: 14px;
  }
}

.content-banner .swiper-slide .banner-con p {
  font-size: 18px;
  color: #ffffff;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 768px) {
  .content-banner .swiper-slide .banner-con p {
    font-size: 12px;
  }
}

.content-banner .swiper-slide .banner-con .banner-con-pag {
  display: flex;
  flex-direction: row;
}

.content-banner .swiper-slide .banner-con .banner-con-pag span {
  border-radius: 30px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .content-banner .swiper-slide .banner-con .banner-con-pag span {
    font-size: 12px;
  }
}

.content-banner .swiper-slide .banner-con .banner-con-pag span a {
  padding: 10px 15px;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .content-banner .swiper-slide .banner-con .banner-con-pag span a {
    padding: 5px 10px;
  }
}

.content-banner .swiper-slide .banner-con .banner-con-pag span:nth-of-type(1) {
  color: #ffffff;
  background: #1795ff;
  margin-right: 20px;
}

.content-banner .swiper-slide .banner-con .banner-con-pag span:nth-of-type(1):hover {
  color: #1795ff;
  background: #ffffff;
}

.content-banner .swiper-slide .banner-con .banner-con-pag span:nth-of-type(2) {
  color: #1795ff;
  background: #ffffff;
}

.content-banner .swiper-slide .banner-con .banner-con-pag span:nth-of-type(2):hover {
  color: #ffffff;
  background: #1795ff;
}

.rjhh-warp {
  width: 100%;
}

.rjhh-con {
  width: 100%;
  background: #ffffff;
}

@media screen and (max-width: 1024px) {
  .rjhh-con {
    padding: 0 15px;
  }
}

.rjhh-con .rjhh-con-list {
  width: 100%;
  background: #ffffff;
}

.rujk {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

@media screen and (max-width: 1024px) {
  .rujk {
    padding: 10px 0;
  }
}

.rujk h5 {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .rujk h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.rujk h5 span {
  font-size: 24px;
  margin-left: 20px;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .rujk h5 span {
    font-size: 14px;
    margin-left: 10px;
  }
}

.rujk-list {
  width: 100%;
}

.rujk-list ul {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 3px;
}

.rujk-list ul li:nth-of-type(1) {
  background: url("../images/rjkfbg1.png") no-repeat;
  background-position: 90% 90%;
}

.rujk-list ul li:nth-of-type(2) {
  background: url("../images/rjkfbg2.png") no-repeat;
  background-position: 90% 90%;
}

.rujk-list ul li:nth-of-type(3) {
  background: url("../images/rjkfbg3.png") no-repeat;
  background-position: 90% 90%;
}

.rujk-list ul li:nth-of-type(4) {
  background: url("../images/rjkfbg4.png") no-repeat;
  background-position: 90% 90%;
}

.rujk-list ul li:nth-of-type(5) {
  background: url("../images/rjkfbg5.png") no-repeat;
  background-position: 90% 90%;
}

.rujk-list ul li:nth-of-type(6) {
  background: url("../images/rjkfbg6.png") no-repeat;
  background-position: 90% 90%;
}

.rujk-list ul li {
  width: 366px;
  padding: 30px 20px 30px 35px;
  box-shadow: 1px 1px 5px 5px #f5f5f5;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .rujk-list ul li {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
  }
}

.rujk-list ul li p:nth-of-type(1) {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .rujk-list ul li p:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.rujk-list ul li p:nth-of-type(1) span {
  font-size: 18px;
  color: #3a3a3a;
  margin-left: 20px;
  font-weight: bold;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .rujk-list ul li p:nth-of-type(1) span {
    font-size: 14px;
  }
}

.rujk-list ul li .kf-jeis {
  line-height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1024px) {
  .rujk-list ul li .kf-jeis {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.rujk-list ul li .ljgd {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px;
  background: #ffffff;
  color: #1795ff;
  font-size: 16px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 1024px) {
  .rujk-list ul li .ljgd {
    font-size: 12px;
    padding: 5px 10px;
    float: right;
  }
}

.rujk-list ul li:hover .ljgd {
  background: #1795ff;
  color: #ffffff;
  border: 1px solid transparent;
}

.rujk-list ul li:hover p span {
  color: #1795ff;
}

.rujk-list ul li:hover p svg path {
  fill: #1795ff;
}

.rjhh-con-tit {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.rjhh-con-tit ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.rjhh-con-tit ul li {
  font-size: 16px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
  height: 50px;
  line-height: 50px;
  margin-right: 70px;
}

@media screen and (max-width: 1024px) {
  .rjhh-con-tit ul li {
    margin-right: 20px;
    white-space: nowrap;
    font-size: 14px;
  }
}

.jjfa-warp {
  width: 100%;
}

.jjfa-con {
  width: 100%;
  background: #f4f9fd;
}

@media screen and (max-width: 1024px) {
  .jjfa-con {
    padding: 0 15px;
  }
}

.jjfa-tit {
  width: 100%;
  padding: 20px 0;
}

@media screen and (max-width: 1024px) {
  .jjfa-tit {
    display: none;
  }
}

.jjfa-tit ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: unset;
  margin: 0;
}

.jjfa-tit ul li:hover {
  cursor: pointer;
  color: #1795ff;
}

.jjfa-tit ul li {
  display: flex;
  flex-direction: row;
  height: 50px;
  align-items: center;
  width: auto;
}

.jjfa-tit ul li span {
  margin-left: 15px;
  font-size: 20px;
}

.jjfa-tit ul li p {
  font-size: 45px;
  margin: 0;
}

.jjfa-bann {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .jjfa-bann {
    height: auto;
  }
}

.jjfa-bann .swiper-containerrr {
  position: relative;
}

.jjfa-bann .swiper-containerrr .swiper-slide {
  width: 590px;
  height: 322px;
}

@media screen and (max-width: 1024px) {
  .jjfa-bann .swiper-containerrr .swiper-slide {
    width: 100%;
    height: auto;
  }
}

.jjfa-bann .swiper-containerrr .swiper-slide img {
  width: 100%;
  height: 100%;
}

.jjfa-bann .swiper-containerrr .swiper-slide .jjfa-ban-con {
  width: 55%;
  position: absolute;
  left: 25px;
  bottom: 25px;
  text-align: left;
}

.jjfa-bann .swiper-containerrr .swiper-slide .jjfa-ban-con h5 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.jjfa-bann .swiper-containerrr .swiper-slide .jjfa-ban-con span {
  color: #ffffff;
  font-size: 16px;
}

.jjfa-bann .swiper-containerrr .swiper-slide .jjfa-ban-con p {
  margin-top: 15px;
}

.jjfa-bann .swiper-containerrr .swiper-slide .jjfa-ban-con p a img {
  width: 28px;
  height: 21px;
  margin-right: 15px;
}

.hzal-warp {
  width: 100%;
}

.hzal-con {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .hzal-con {
    padding: 0 15px;
  }
}

.hzal-list {
  width: 100%;
}

.hzal-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .hzal-list ul {
    flex-direction: column;
  }
}

.hzal-list ul li {
  display: flex;
  flex: 1;
  margin-right: 37px;
  box-shadow: 0px 2px 1px 1px #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .hzal-list ul li {
    margin-right: 15px;
    width: 33%;
  }
}

@media screen and (max-width: 1024px) {
  .hzal-list ul li {
    width: 100%;
  }
}

.hzal-list ul li a {
  display: flex;
  flex-direction: column;
}

.hzal-list ul li a .hzal-list-t {
  position: relative;
}

.hzal-list ul li a .hzal-list-t img {
  width: 100%;
}

.hzal-list ul li a .hzal-list-t span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 8px;
  background: #ffffff;
  color: #939393;
  font-size: 14px;
}

.hzal-list ul li a .hzal-list-b {
  padding: 0 20px;
}

.hzal-list ul li a .hzal-list-b h5 {
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 70px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}

.hzal-list ul li a .hzal-list-b p {
  margin-bottom: 0;
  font-size: 14px;
  color: #939393;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}

.hzal-list ul li:last-child {
  margin-right: 0;
}

.hzal-list ul li:hover .hzal-list-b h5 {
  border-color: #ffffff;
  color: #ffffff;
}

.hzal-list ul li:hover .hzal-list-b p {
  color: #ffffff;
}

.hzal-list ul li:hover .hzal-list-b {
  background: #1795ff;
  transition: 0.5s;
}

.hzqy-warp {
  width: 100%;
  background: url("../images/xxbanner_31.jpg") 100% no-repeat;
  background-position: top;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .hzqy-warp {
    background-size: 100% 100%;
  }
}

.hzqy-tit h5 {
  color: #ffffff;
}

.hzqy-con {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .hzqy-con {
    padding: 0 15px;
  }
}

.hzqy-list {
  width: 100%;
}

.hzqy-list ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}

.hzqy-list ul li {
  display: flex;
  width: 270px;
  height: 240px;
  margin-right: 40px;
  margin-bottom: 35px;
  background: #ffffff;
  box-shadow: 0px 1px 5px 1px #cccccc;
  padding: 30px 15px;
  border-bottom-right-radius: 60px;
}

@media screen and (max-width: 1230px) {
  .hzqy-list ul li {
    width: 240px;
    margin-right: 15px;
    height: 210px;
  }
}

@media screen and (max-width: 1024px) {
  .hzqy-list ul li {
    width: 49%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 15px 10px;
  }
}

.hzqy-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hzqy-list ul li a span {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .hzqy-list ul li a span {
    font-size: 12px;
    text-align: center;
  }
}

.hzqy-list ul li a .hzqy-img {
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .hzqy-list ul li a .hzqy-img {
    height: 35px;
  }
}

.hzqy-list ul li a .hzqy-img img {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .hzqy-list ul li a .hzqy-img img {
    height: 100%;
    width: auto;
  }
}

.hzqy-list ul li:nth-of-type(4n) {
  margin-right: 0;
}

.hzqy-list ul li:hover {
  box-shadow: 0px 1px 5px 1px #1795ff;
}

.hzqy-list ul li:hover span {
  color: #1795ff;
}

@media screen and (max-width: 1024px) {
  .hzqy-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.swiper-button-prev {
  top: 40%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    top: 50%;
    width: 30px;
    height: 30px;
  }
}

.swiper-button-prev:after {
  font-size: 25px;
}

@media screen and (max-width: 1024px) {
  .swiper-button-prev:after {
    font-size: 14px;
  }
}

.swiper-button-next:after {
  font-size: 25px;
}

@media screen and (max-width: 1024px) {
  .swiper-button-next:after {
    font-size: 14px;
  }
}

.swiper-button-next {
  top: 40%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.7;
  font-size: 25px;
}

@media screen and (max-width: 1024px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 50%;
  }
}

.activee {
  color: #1795ff;
  border-bottom: #1795ff 2px solid;
}

.yanse {
  color: #1795ff;
  border-bottom: #1795ff 2px solid;
}

.activeee {
  color: #1795ff;
}

.swiper-containerrr {
  width: 100%;
  height: 100%;
}

.swiper-containerrr .swiper-wrapper {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .swiper-containerrr .swiper-wrapper {
    margin-top: 0;
  }
}

.swiper-containerrr .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: translate3d(0) !important;
  transform: scale(1);
}

.swiper-containerrr .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 99;
}
