@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-around;
}

@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 img {
  width: 100%;
  height: 250px;
}
}

.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;
  display: none;
}

.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%;
  overflow: hidden;
}

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

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

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

.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;
}


.activee {
  color: #1795ff;
  border-bottom: #1795ff 2px solid;
}
.cpxq-con{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cpxq-tit{
  line-height: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
}

.cpxq-tit p{
  color: #999999;
  font-size: 16px;

}
.cpxq-tit p:hover {
  color: #1795ff;
}
@media screen and (max-width: 1024px) {
  .rjhh-con-tit ul li {
    margin-right: 15px;
    white-space: nowrap;
    font-size: 14px;
  }
  
  .cpxq-tit p{
    font-size: 14px;
  }
}