@charset "UTF-8";
body {
  background-color: #f2f5fa;
}

.header .top-bg {
  height: auto;
}
.header .top-bg.wap {
  display: none;
}

.section-title .bg {
  display: block;
  width: 100%;
}
.section-title .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.4285714286%;
}

.hhc-content {
  background-image: url(../images/yj-zx-hhc-img-bottom-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding-bottom: 122px;
}

.section-1 {
  margin-top: 52px;
}
.section-1 .section-1-content {
  margin-top: 60px;
  *zoom: 1;
}
.section-1 .section-1-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .section-1-content .left-container {
  float: left;
  width: 45.8571428571%;
  height: 440px;
  display: flex;
  flex-direction: column;
}
.section-1 .section-1-content .left-container .jianjie-title {
  margin-bottom: 45px;
}
.section-1 .section-1-content .left-container .jianjie-title::before {
  content: "";
  background-image: url(../images/yj-zx-hhc-img-section-1-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 359px;
  height: 122px;
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
}
.section-1 .section-1-content .left-container .jianjie-title span {
  color: #0764cc;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  display: none;
}
.section-1 .section-1-content .left-container .jianjie-title span.active {
  display: inline-block;
}
.section-1 .section-1-content .left-container .jianjie-contents {
  flex: 1;
}
.section-1 .section-1-content .left-container .jianjie-contents > a {
  display: none;
  box-sizing: border-box;
  position: relative;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 2;
}
.section-1 .section-1-content .left-container .jianjie-contents > a .detail {
  color: #0764cc;
}
.section-1 .section-1-content .left-container .jianjie-contents > a.active {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 8; /*设置多行的行数*/
}
.section-1 .section-1-content .left-container .tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.section-1 .section-1-content .left-container .tabs a {
  width: 31.1526479751%;
  height: 54px;
  line-height: 54px;
  border-radius: 6px;
  border: solid 1px #c6d8eb;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  text-align: center;
}
.section-1 .section-1-content .left-container .tabs a.active {
  border: solid 1px #0764cc;
  background-color: #eaf1fc;
  color: #0764cc;
  font-weight: bold;
}
.section-1 .section-1-content .right-container {
  float: right;
  width: 51.2857142857%;
  height: 440px;
  padding: 12px;
  background-color: #fff;
}
.section-1 .section-1-content .right-container .swiper-container {
  width: 100%;
  height: 100%;
}
.section-1 .section-1-content .right-container .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.section-1 .section-1-content .right-container .swiper-container .jqgk-swiper-prev {
  background-image: url(../images/yj-zx-hhc-img-swiper-prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 33px;
  height: 63px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
}
.section-1 .section-1-content .right-container .swiper-container .jqgk-swiper-next {
  background-image: url(../images/yj-zx-hhc-img-swiper-next.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 33px;
  height: 63px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
}
.section-1 .section-1-content .right-container .swiper-container .swiper-button-disabled {
  cursor: no-drop;
}

.section-2 {
  margin-top: 80px;
}
.section-2 .bg {
  display: block;
  width: 100%;
  height: auto;
}
.section-2 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-2 .container .lygl-section-title {
  width: 10.9285714286%;
  position: absolute;
  right: -3.2142857143%;
  top: 0;
}
.section-2 .container .lygl-section-title .section-title-bg {
  display: block;
  width: 100%;
  height: auto;
}
.section-2 .container .lygl-section-title .text-v {
  width: 31.3725490196%;
  position: absolute;
  left: 0;
  top: 7.060518732%;
}
.section-2 .container .lygl-section-title .text-h {
  display: none;
}
.section-2 .container .item {
  position: absolute;
  width: 13.0714285714%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-2 .container .item > img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
.section-2 .container .item .sanjiao {
  display: block;
  margin-top: 14px;
  width: 15px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.section-2 .container .item .text-wrapper {
  margin-top: 18px;
  width: 27.3224043716%;
  height: 280px;
  border-left: dashed 1px #4791e4;
  border-right: dashed 1px #4791e4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-2 .container .item .text-wrapper span {
  word-break: break-all;
  font-size: 23.4px;
  font-size: calc(26 * var(--font-scale) * 1px);
  color: #0764cc;
  text-align: center;
  line-height: 1.1;
  transition: all 0.3s ease;
}
.section-2 .container .item .text-wrapper img {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.section-2 .container .item:hover > img:nth-of-type(1) {
  transform: rotateY(360deg);
}
.section-2 .container .item:hover .text-wrapper span {
  line-height: 1.4;
}
.section-2 .container .item:nth-child(2) {
  right: 13.7142857143%;
  top: 222px;
}
.section-2 .container .item:nth-child(3) {
  right: 32.1428571429%;
  top: 90px;
}
.section-2 .container .item:nth-child(4) {
  right: 50.5%;
  top: 222px;
}
.section-2 .container .item:nth-child(5) {
  right: 68.9285714286%;
  top: 90px;
}

.section-3 {
  margin-top: 64px;
}
.section-3 .section-3-content {
  margin-top: 60px;
  *zoom: 1;
}
.section-3 .section-3-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-3 .section-3-content .swiper-container {
  --swiper-theme-color: #0764cc;
  float: left;
  width: 47.8571428571%;
  height: 380px;
}
.section-3 .section-3-content .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-3 .section-3-content .swiper-container img:hover {
  transform: scale(1.1);
}
.section-3 .section-3-content .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 15px;
}
.section-3 .section-3-content .list {
  float: right;
  width: 48.7142857143%;
}
.section-3 .section-3-content .list a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.section-3 .section-3-content .list a .title {
  padding-right: 150px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-3 .section-3-content .list a .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  color: #999;
}
.section-3 .section-3-content .list a:hover .title,
.section-3 .section-3-content .list a:hover .time {
  color: #0764cc;
}
.section-3 .section-3-content .list a + a {
  margin-top: 39px;
}
.section-3 .more {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  border-radius: 6px;
  border: solid 1px #0764cc;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #0764cc;
}
.section-3 .more:hover {
  background-color: #0764cc;
  color: #fff;
}

.section-4 {
  margin-top: 64px;
}
.section-4 .list {
  margin-top: 64px;
  *zoom: 1;
}
.section-4 .list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .list a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 12px;
  background-color: #fff;
}
.section-4 .list a span {
  position: absolute;
  right: 23px;
  bottom: 30px;
  padding: 12px 26px;
  border-radius: 24px;
  color: #fff;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
}
.section-4 .list a .img-container {
  height: 0;
  overflow: hidden;
}
.section-4 .list a .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-4 .list a:nth-child(1), .section-4 .list a:nth-child(2), .section-4 .list a:nth-child(3) {
  width: 31.7142857143%;
  margin-bottom: 28px;
}
.section-4 .list a:nth-child(1) .img-container, .section-4 .list a:nth-child(2) .img-container, .section-4 .list a:nth-child(3) .img-container {
  padding-top: 118.5714285714%;
}
.section-4 .list a:nth-child(4), .section-4 .list a:nth-child(5) {
  width: 48.8571428571%;
}
.section-4 .list a:nth-child(4) .img-container, .section-4 .list a:nth-child(5) .img-container {
  padding-top: 35.7575757576%;
}
.section-4 .list a:nth-child(2), .section-4 .list a:nth-child(3), .section-4 .list a:nth-child(5) {
  margin-left: 2.2857142857%;
}
.section-4 .list a:hover img {
  transform: scale(1.1);
}
.section-4 .list a:hover span {
  background-color: rgba(0, 0, 0, 0.65);
}

@media screen and (min-width: 992px) and (max-width: 1920px) {
  .section-2 {
    margin-top: 4.16667vw;
  }
  .section-2 .container .item .sanjiao {
    margin-top: 0.72917vw;
    width: 0.78125vw;
  }
  .section-2 .container .item .text-wrapper {
    margin-top: 0.9375vw;
    height: 14.58333vw;
  }
  .section-2 .container .item .text-wrapper img {
    bottom: 1.25vw;
  }
  .section-2 .container .item:nth-child(2) {
    top: 11.5625vw;
  }
  .section-2 .container .item:nth-child(3) {
    top: 4.6875vw;
  }
  .section-2 .container .item:nth-child(4) {
    top: 11.5625vw;
  }
  .section-2 .container .item:nth-child(5) {
    top: 4.6875vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1450px) {
  .section-1 {
    margin-top: 2.70833vw;
  }
  .section-1 .section-1-content {
    margin-top: 3.125vw;
  }
  .section-1 .section-1-content .left-container {
    height: 22.91667vw;
  }
  .section-1 .section-1-content .left-container .jianjie-title {
    margin-bottom: 2.34375vw;
  }
  .section-1 .section-1-content .left-container .jianjie-title::before {
    width: 18.69792vw;
    height: 6.35417vw;
    left: -3.38542vw;
  }
  .section-1 .section-1-content .left-container .jianjie-contents > a.active {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 6; /*设置多行的行数*/
  }
  .section-1 .section-1-content .left-container .tabs {
    margin-bottom: 0.625vw;
  }
  .section-1 .section-1-content .left-container .tabs a {
    height: 2.8125vw;
    line-height: 2.8125vw;
    border-radius: 0.3125vw;
  }
  .section-1 .section-1-content .right-container {
    height: 22.91667vw;
    padding: 0.625vw;
  }
  .section-1 .section-1-content .right-container .swiper-container .jqgk-swiper-prev {
    width: 1.71875vw;
    height: 3.28125vw;
  }
  .section-1 .section-1-content .right-container .swiper-container .jqgk-swiper-next {
    width: 1.71875vw;
    height: 3.28125vw;
  }
  .section-3 {
    margin-top: 3.33333vw;
  }
  .section-3 .section-3-content {
    margin-top: 3.125vw;
  }
  .section-3 .section-3-content .swiper-container {
    height: 19.79167vw;
  }
  .section-3 .section-3-content .list a .title {
    padding-right: 7.8125vw;
  }
  .section-3 .section-3-content .list a + a {
    margin-top: 1.66667vw;
  }
  .section-3 .more {
    margin-top: 2.5vw;
    border-radius: 0.3125vw;
    width: 7.29167vw;
    height: 2.34375vw;
    line-height: 2.34375vw;
  }
  .section-4 {
    margin-top: 3.33333vw;
  }
  .section-4 .list {
    margin-top: 3.33333vw;
  }
  .section-4 .list a {
    padding: 0.625vw;
  }
  .section-4 .list a span {
    right: 1.19792vw;
    bottom: 1.5625vw;
    padding: 0.625vw 1.35417vw;
    border-radius: 1.25vw;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .section-4 .list a:nth-child(1), .section-4 .list a:nth-child(2), .section-4 .list a:nth-child(3) {
    margin-bottom: 1.45833vw;
  }
}
@media screen and (max-width: 992px) {
  .hhc-content {
    padding-bottom: 40px;
  }
  .header .top-bg {
    display: none;
  }
  .header .top-bg.wap {
    display: block;
  }
  .section-title {
    text-align: center;
  }
  .section-title .bg {
    display: none;
  }
  .section-title .text {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100px;
  }
  .section-1 {
    margin-top: 30px;
  }
  .section-1 .section-1-content {
    margin-top: 20px;
  }
  .section-1 .section-1-content .left-container {
    float: none;
    width: 100%;
    height: auto;
  }
  .section-1 .section-1-content .left-container .jianjie-title {
    margin-bottom: 15px;
  }
  .section-1 .section-1-content .left-container .jianjie-title::before {
    width: 179px;
    height: 61px;
    left: -35px;
  }
  .section-1 .section-1-content .left-container .jianjie-title span {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .section-1 .section-1-content .left-container .jianjie-contents {
    flex: 1;
  }
  .section-1 .section-1-content .left-container .jianjie-contents > a {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    line-height: 2;
  }
  .section-1 .section-1-content .left-container .jianjie-contents > a.active {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 4; /*设置多行的行数*/
  }
  .section-1 .section-1-content .left-container .tabs {
    margin-bottom: 20px;
    margin-top: 15px;
    flex-direction: column;
  }
  .section-1 .section-1-content .left-container .tabs a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .section-1 .section-1-content .left-container .tabs a + a {
    margin-top: 5px;
  }
  .section-1 .section-1-content .right-container {
    float: none;
    width: 100%;
    height: 200px;
    padding: 5px;
    background-color: #fff;
  }
  .section-1 .section-1-content .right-container .swiper-container .jqgk-swiper-prev,
  .section-1 .section-1-content .right-container .swiper-container .jqgk-swiper-next {
    width: 15px;
    height: 30px;
  }
  .section-2 {
    margin-top: 30px;
  }
  .section-2 .bg {
    display: none;
  }
  .section-2 .container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .section-2 .container .lygl-section-title {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  .section-2 .container .lygl-section-title .section-title-bg {
    display: none;
  }
  .section-2 .container .lygl-section-title .text-v {
    display: none;
  }
  .section-2 .container .lygl-section-title .text-h {
    display: inline-block;
    width: 100px;
  }
  .section-2 .container .item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
  }
  .section-2 .container .item > img {
    width: 60px;
    height: auto;
    display: block;
    transition: all 0.3s ease;
  }
  .section-2 .container .item .sanjiao {
    display: block;
    margin-top: 0;
    width: 8px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    transform: rotate(-90deg);
  }
  .section-2 .container .item .text-wrapper {
    margin-top: 0;
    width: auto;
    flex: 1;
    height: 40px;
    border-left: none;
    border-right: none;
    border-top: dashed 1px #4791e4;
    border-bottom: dashed 1px #4791e4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .section-2 .container .item .text-wrapper span {
    word-break: keep-all;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    text-align: left;
    line-height: 1;
    letter-spacing: 2px;
  }
  .section-2 .container .item .text-wrapper img {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 10px;
  }
  .section-2 .container .item:hover > img:nth-of-type(1) {
    transform: rotateY(360deg);
  }
  .section-2 .container .item:hover .text-wrapper span {
    line-height: 1;
    letter-spacing: 4px;
  }
  .section-2 .container .item:nth-child(2), .section-2 .container .item:nth-child(3), .section-2 .container .item:nth-child(4), .section-2 .container .item:nth-child(5) {
    right: 0;
    top: 0;
  }
  .section-3 {
    margin-top: 30px;
  }
  .section-3 .section-3-content {
    margin-top: 20px;
  }
  .section-3 .section-3-content .swiper-container {
    float: none;
    width: 100%;
    height: 180px;
  }
  .section-3 .section-3-content .list {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .section-3 .section-3-content .list a .title {
    padding-right: 120px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
  }
  .section-3 .section-3-content .list a .time {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    color: #999;
  }
  .section-3 .section-3-content .list a + a {
    margin-top: 0;
  }
  .section-3 .more {
    margin-top: 15px;
    border-radius: 4px;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-4 {
    margin-top: 30px;
  }
  .section-4 .list {
    margin-top: 20px;
  }
  .section-4 .list a {
    float: none;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 5px;
  }
  .section-4 .list a span {
    right: 15px;
    bottom: 15px;
    padding: 10px 26px;
    border-radius: 24px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .section-4 .list a:nth-child(1), .section-4 .list a:nth-child(2), .section-4 .list a:nth-child(3), .section-4 .list a:nth-child(4), .section-4 .list a:nth-child(5) {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-4 .list a:nth-child(1) .img-container, .section-4 .list a:nth-child(2) .img-container, .section-4 .list a:nth-child(3) .img-container, .section-4 .list a:nth-child(4) .img-container, .section-4 .list a:nth-child(5) .img-container {
    padding-top: 62.5%;
  }
  .section-4 .list a:nth-child(2), .section-4 .list a:nth-child(3), .section-4 .list a:nth-child(5) {
    margin-left: 0;
  }
}
