@charset "UTF-8";
.content-warp {
  background: #ffffff;
  width: 100%;
}

.content-warp .banner {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .content-warp .banner {
    height: 200px;
  }
  .content-warp .banner img {
    height: 100%;
  }
}

.content-warp .padd {
  padding-top: 0 !important;
}

.content-warp .pad {
  padding: 40px 0;
}

.content-warp .fgs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs {
    margin: 0;
    height: auto;
  }
}

.content-warp .fgs .fgs-tit-con {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs .fgs-tit-con {
    flex-direction: column;
    padding: 0 15px;
  }
}

.content-warp .fgs .fgs-tit-con .fgs-tit-con-r {
  width: 100%;
  height: 560px;
  background: url("../images/qywh1_03_03.jpg") 100% 100%;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs .fgs-tit-con .fgs-tit-con-r {
    height: auto;
  }
}

.content-warp .fgs .fgs-tit-con .fgs-tit-con-r .fgs-tit-con-r-l {
  width: 705px;
  height: 470px;
  margin-top: 45px;
  padding: 100px;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs .fgs-tit-con .fgs-tit-con-r .fgs-tit-con-r-l {
    width: 65%;
    padding: 0;
  }
}

.content-warp .fgs .fgs-tit-con .fgs-tit-con-r .fgs-tit-con-r-l h5 {
  color: #4b4b4b;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs .fgs-tit-con .fgs-tit-con-r .fgs-tit-con-r-l h5 {
    font-size: 18px;
  }
}

.content-warp .fgs .fgs-tit-con .fgs-tit-con-r .fgs-tit-con-r-l a {
  width: 90px;
  display: block;
  margin: 20px 0;
  border-bottom: 2px solid #a72126;
}

.content-warp .fgs .fgs-tit-con .fgs-tit-con-r .fgs-tit-con-r-l span {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
  text-indent: 32px;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs .fgs-tit-con .fgs-tit-con-r .fgs-tit-con-r-l span {
    font-size: 14px;
  }
}

.content-warp .fgs .gswh {
  width: 100%;
}

.content-warp .fgs .gswh ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content-warp .fgs .gswh ul li {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-warp .fgs .gswh ul li h6 {
  font-size: 16px;
  color: #a72126;
  margin-top: 30px;
  font-weight: bold;
}

.content-warp .fgs .gswh ul li span {
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs .gswh ul li span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
  }
}

.content-warp .fgs .gswh ul li img {
  width: 85px;
  height: 85px;
}

.content-warp .fgs .fgs-tit {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .content-warp .fgs .fgs-tit {
    padding: 10px 0;
  }
}

.content-warp .fgs .fgs-tit h6 {
  color: #999999;
  font-size: 14px;
}

.content-warp .fgs .fgs-tit h5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 50px;
}

.content-warp .fgs .fgs-tit h5 span {
  position: relative;
  color: red;
}

.content-warp .fgs .fgs-tit h5 span:nth-of-type(1)::before {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #dadada;
  position: absolute;
  left: -60px;
  top: 24.9px;
}

.content-warp .fgs .fgs-tit h5 span:nth-of-type(2)::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #dadada;
  position: absolute;
  right: -60px;
  top: 24.9px;
}

.content-warp .fgs .fgs-tit h5 p {
  font-size: 30px;
  color: #333333;
  margin: 0 25px;
}
