@media (min-width: 993px) {
  .part {
    height: calc(100vh - 0.7rem);
    background-size: 100% 100%;
  }
}
.part.part1 {
  padding-top: 1.7rem;
  background-image: url(../images/hxyw_bg21.jpg);
}
@media (min-width: 993px) {
  .part.part1 {
    height: 100vh;
  }
}
.part.part1 .main_title {
  margin-bottom: 0.9rem;
}
.part.part2 .main_title {
  margin-bottom: 0.3rem;
}
.part.part2 {
  background-image: url(../images/hxyw_bg22.jpg);
}
.part.part3 {
  /* padding-top: 0.2rem; */
  background-image: url(../images/hxyw_bg23.jpg);
}
.part.part3 .main_title {
  margin-bottom: 0.3rem;
}
.part.part4 {
  background-image: url(../images/hxyw_bg3.jpg);
}
.part.part5 {
  background-image: url(../images/hxyw_bg4.jpg);
}
.accordion_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .accordion_box {
    flex-direction: column;
  }
}
.accordion_box .accordion {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 2.82rem;
  height: 5rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .accordion_box .accordion {
    width: 100%;
    height: 2.82rem;
  }
  .accordion_box .accordion + .accordion {
    margin-top: 10px;
  }
}
.accordion_box .accordion.s1 {
  background-position: center;
  background-image: url(../images/ywly_img1.jpg);
}
.accordion_box .accordion.s2 {
  background-position: center;
  background-image: url(../images/ywly_img2.jpg);
}
.accordion_box .accordion.s3 {
  background-position: 20% center;
  background-image: url(../images/ywly_img3.jpg);
}
.accordion_box .accordion.s4 {
  background-position: center;
  background-image: url(../images/ywly_img4.jpg);
}
.accordion_box .accordion .accordion_text {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  padding: 0.3rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 0.9) 100%);
  z-index: 2;
}
.accordion_box .accordion .accordion_text_title {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.accordion_box .accordion.cur {
  width: calc(100% - (4 - 1) * (2.82rem + 10px));
}
@media (max-width: 992px) {
  .accordion_box .accordion.cur {
    width: 100%;
    height: 300px;
  }
}
.gkfw_img_box {
  margin-top: 0.2rem;
}
@media (min-width: 993px) {
  .gkfw_img_box {
    /* margin-left: -10%; */
  }
}
.blue_b {
  display: inline-block;
  font-family: DingTalk JinBuTi;
  font-size: 0.3rem;
  font-weight: normal;
  color: var(--mainColor);
}
.yellow_deco {
  position: relative;
}
.yellow_deco::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.05rem;
  width: 1.51rem;
  height: 0.06rem;
  background: url(../images/yellow_deco.png) no-repeat center;
  background-size: contain;
}
.blur_box {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(0.073rem);
}
.blur_box2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.8662) 55%, rgba(255, 255, 255, 0.93) 100%);
  backdrop-filter: blur(0.033rem);
}
.blur_box p,
.blur_box2 p {
  font-family: DingTalk JinBuTi;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  color: #3c3636;
}
.blur_box p .blue_b,
.blur_box2 p .blue_b {
  margin: 0 0.05rem;
}
.gkfw_ul_box {
  padding: 0.3rem 0.6rem;
}
.gkfw_ul {
  box-sizing: border-box;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.gkfw_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gkfw_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  float: left;
}
.gkfw_ul > li:nth-child(n) {
  margin-top: 0;
}
.gkfw_ul > li:nth-child(n)::after {
  display: block;
}
.gkfw_ul > li:nth-child(n + 1) {
  margin-top: 0.3rem;
}
.gkfw_ul > li:nth-child(1) {
  margin-top: 0;
}
.gkfw_ul > li:nth-child(1n)::after,
.gkfw_ul > li:last-child::after {
  display: none;
}
.gkfw_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gkfw_ul li > div {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
}
.gkfw_ul li i {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gkfw_ul li i.s1 {
  background-image: url(../images/gkfw_icon1.png);
}
.gkfw_ul li i.s2 {
  background-image: url(../images/gkfw_icon2.png);
}
.gkfw_ul li i.s3 {
  background-image: url(../images/gkfw_icon3.png);
}
.gkfw_ul li i.s4 {
  background-image: url(../images/gkfw_icon4.png);
}
.gkfw_ul li h6 {
  position: relative;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
  font-size: 0.22rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #000000;
  padding-left: 0.5rem;
}
.gkfw_ul li p {
  padding-left: 0.5rem;
  font-size: 0.18rem;
}
.gkfw_ul li .yellow_deco::after {
  bottom: -0.1rem;
}
.gkfw_ul li:hover i {
  transform: rotateY(360deg);
}
.zhwl_box {
  padding: 0.15rem;
}
@media (min-width: 993px) {
  .zhwl_box {
    width: 4.6rem;
    height: 6.2rem;
    margin-right: auto;
  }
}
.zhwl_top {
  padding: 0.2rem;
}
.zhwl_top p {
  font-family: HarmonyOS Sans SC;
  font-size: 0.16rem;
  line-height: 1.2;
  color: #000000;
}

.zhwl_bottom p {
  margin-top: 0.05rem;
  line-height: 1.5;
}
.zhwl_bottom .blue_b{
  font-size: 0.20rem;
}
.zhwl_bottom .yellow_deco{
  line-height: 2;
}
.zhwl_bottom .yellow_deco::after {
  left: 0.15rem;
}
.kfyy_box,
.qtyw_box {
  padding: 0.5rem;
}
.kfyy_box p,
.qtyw_box p {
  margin-top: 0.1rem;
}
.kfyy_box {
  margin-top: 1rem;
}
@media (min-width: 993px) {
  .kfyy_box {
    width: 50%;
    margin-left: auto;
  }
}
.qtyw_box {
  margin-top: 1.3rem;
  padding: 0.2rem 0.5rem;
}
@media (min-width: 993px) {
  .qtyw_box {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}
.qtyw_box p {
  text-align: center;
}
.qtyw_box p + p {
  margin-top: 0.2rem;
}
