
/* 新增改动------------------------------------------------------------------------- */

.hyyyxt-content nav ul li>a {
  /* color: #fff; */
}

.hyyyxt-content .navbar span {
  color: #fff;
}

.hyyyxt-content nav ul li.isActive>a {
  color: #016ec9;
}

.hyyyxt-content .banner .left {
  display: block;
  text-align: center;
}

.hyyyxt-content .banner .left h2 {
  color: #fff;
  margin-top: 128px;
}

.hyyyxt-content #section2 > .content-box {
  display: block;
  padding-top: 45px;
  padding-bottom: 95px;
}

.hyyyxt-content #section2 > .content-box >.desc-box >.title {

}

.hyyyxt-content #section2 > .content-box> .desc-box >.content {
  margin-top: 30px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #303030;
}

.hyyyxt-content #section2 > .content-box> .icon-list-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.hyyyxt-content #section2 > .content-box> .icon-list-box >.icon-item {
  width: 300px;
  margin-top: 45px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hyyyxt-content #section2 > .content-box> .icon-list-box >.icon-item >.desc {
  margin-top: 12px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1a2d4f;
  text-align: center;
  line-height: 28px;
}
.hyyyxt-content #section3 {
  /* padding-top: 0;
  padding-bottom: 0; */
}
.hyyyxt-content #section3 > .content-box {

}

.hyyyxt-content #section3 > .content-box >h2 {
  margin-top: 5px;
  margin-bottom: 30px;;
}

.hyyyxt-content #section3 > .content-box >.img-box >img {
  width: 100%;
}

.hyyyxt-content #section3 >img {
  width: 100%;
}
.hyyyxt-content #section4 {
  /* padding-bottom: 0; */
}
.hyyyxt-content #section4 > .content-box >h2 {
  margin-bottom: 20px;
}

.hyyyxt-content #section4 > .content-box > .img--box > img {
  width: 100%;
}
.hyyyxt-content #section5 > .content-box > .img--box >  img {
  width: 100%;
}
.hyyyxt-content #section5 > .content-box >h2 {
  margin-bottom: 30px;
}

.h2-style {
	font-family: MicrosoftYaHei-Bold;
	font-size: 34px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #3f43e0;
}

@media screen and (max-width: 768px) {
  .hyyyxt-content .banner .left h2 {
    font-size: 20px;
  }
  .hyyyxt-content #section2 > .content-box >.desc-box >.title {
    font-size: 20px;
  }
  .hyyyxt-content #section2 > .content-box> .desc-box >.content {
    font-size: 14px;
  }
  .hyyyxt-content #section2 > .content-box> .icon-list-box >.icon-item >.desc {
    font-size: 12px;
  }
  .hyyyxt-content #section4 > .content-box >h2 {
    font-size: 20px;
  }
  .hyyyxt-content #section5 > .content-box >h2 {
    font-size: 20px;
  }
  .hyyyxt-content #section3 > .content-box >h2 {
    font-size: 20px;
  }

  .hyyyxt-content #section2 > .content-box> .icon-list-box {
    justify-content: center;
  }
}
