@charset "UTF-8";

@font-face {
  font-family: "思源宋体Regular";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/qUmGVeXsdZfD/C3SUVNirQMBz.woff2")
      format("woff2"),
    url("//at.alicdn.com/wf/webfont/qUmGVeXsdZfD/nRl9hSWor2ZJ.woff")
      format("woff");
  font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
.ychdzx-com {
    width: 100%;
    position: relative;
    background: #111;
}
.ychdzx-com .p5 {
    position: sticky;
    top: 0;
    height: 100vh !important;
    font-size: 0.12rem;
  /*position: relative;*/
  /*width: 100%;*/
  /*height: 100vh;*/
  /*overflow: hidden;*/
  /*max-height: 100vh;*/
  /*background: white;*/
  /*transform-origin: center top;*/
  /*font-family: "思源宋体Regular";*/
}
.ychdzx-com .p5 .p5-content {
  /*overflow: hidden;*/
  /*width: 900%;*/
  /*height: 100%;*/
  /*display: flex;*/
}
.ychdzx-com .p5 .p5-content .p5-item {
  /*position: relative;*/
  /*width: 11.111%;*/
  /*height: 100%;*/
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 20;
    opacity: 0;
    transition: 0.3s;
}
.ychdzx-com .p5 .p5-content .p5-item.p5-item-active {
    opacity: 1;
    z-index: 21;
}
.ychdzx-com .p5 .p5-content .p5-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ychdzx-com .p5 .p5-content .p5-item-r {
  position: absolute;
  right: 2rem;
  top: 1rem;
  opacity: 0;
  scale: 0.9;
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-content .p5-item-r img {
  width: 3rem;
  height: auto;
}
.ychdzx-com .p5 .p5-content .p5-item-info {
  position: absolute;
  left: 15%;
  top: 0;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-top {
  font-size: 0.36rem;
  line-height: 0.48rem;
  scale: 1.2;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 0.5rem;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-top .p5-info-top_title {
  font-weight: 400;
  font-size: 0.22rem;
  line-height: 0.2rem;
  color: #f8d18e;
  font-family: "SourceHanSansK_Normal";
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-top .p5-info-top_desc {
  font-weight: 400;
  font-size: 0.14rem;
  color: #f8d18e;
  font-family: "SourceHanSansK_Normal";
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-num {
  position: relative;
  color: #f8d18e;
  font-size: 0.4815rem;
  width: 0.67rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.24rem;
  opacity: 0;
  scale: 0.5;
  font-family: "思源宋体Regular";
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-num .p5-num-border {
  border-radius: 0.25rem;
  width: 0.67rem;
  height: 0.61rem;
  position: absolute;
  left: 0px;
  top: -0.01rem;
  opacity: 0;
  transition: 0.3s 0.2s;
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-title {
  font-size: 0.77rem;
  margin-top: 5vh;
  line-height: 1;
  opacity: 0;
  scale: 0.9;
  transform: translateY(-0.5rem);
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-lab {
  font-size: 0.17rem;
  margin-top: 0.1rem;
  font-family: "思源宋体Regular";
  letter-spacing: -0.01rem;
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-txt {
  width: 3.4rem;
  margin-top: 4vh;
  font-size: 0.18rem;
  transform: translateY(0.5rem);
  opacity: 0;
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-icon {
  margin-top: 20vh;
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-icon img {
  width: 1.75rem;
  height: auto;
}
.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-top {
  scale: 1;
  opacity: 1;
}
.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-num {
  opacity: 1;
  scale: 1;
}
.ychdzx-com .p5 .p5-content .p5-item-active .p5-num-border {
  border-radius: 15px !important;
  opacity: 1 !important;
}
.ychdzx-com .p5 .p5-content .p5-item-active .p5-item-r {
  opacity: 1;
  scale: 1;
}
.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-txt {
  opacity: 1;
  transform: translateY(0px);
}
.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-title {
  opacity: 1;
  scale: 1;
  transform: translateY(0px);
}
.ychdzx-com .p5 .p5-nav-bar {
  height: 0.01rem;
  width: 0%;
  background: #c23a22;
  position: absolute;
  left: 0;
  bottom: 0.38rem;
}
.ychdzx-com .p5 .p5-nav {
  position: absolute;
  left: 0;
  bottom: 1rem;
  height: 0.38rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.ychdzx-com .p5 .p5-nav .p5-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  width: 0.95rem;
  height: 0.95rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  margin-right: 0.6rem;
  transition: all 0.3s;
  margin-top: 0px;
}
.ychdzx-com .p5 .p5-nav .p5-nav-item:last-child {
  margin-right: 0;
}
.ychdzx-com .p5 .p5-nav .p5-nav-item.active {
  margin-top: -0.15rem;
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-nav .p5-nav-item .p5-nav-item_img {
  width: 0.95rem;
  height: 0.95rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-nav .p5-nav-item.active .p5-nav-item_img {
  opacity: 1;
  transition: all 0.3s;
}
.ychdzx-com .p5 .p5-nav .p5-nav-item .p5-nav-item_title {
  font-weight: 400;
  font-size: 0.2rem;
  /*letter-spacing: 1px;*/
  color: #fff;
  /*font-family: "SourcehtCN_Medium";*/
  line-height: 1.8;
}
.ychdzx-com .p5 .p5-nav .p5-nav-item.active .p5-nav-item_title {
  color: #f8d18e;
}

.ychdzx-com-p6 .P6 {
  position: relative;
  width: 100%;
  height: 10.8rem;
}
.ychdzx-com-p6 .P6 .p6_img {
  width: 100%;
  height: 10.8rem;
  aspect-ratio: 1920/1080;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.ychdzx-com-p6 .P6 .p5-item-info {
  position: absolute;
  left: 15%;
  top: 0;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ychdzx-com-p6 .P6 .p5-item-info.right {
  left: auto;
  right: 10%;
  top: 0;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-num {
  position: relative;
  font-weight: 400;
  font-size: 0.48rem;
  color: #f62424;
  width: 0.67rem;
  height: 0.61rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.24rem;
  transition: all 0.3s;
  font-family: "思源宋体Regular";
}
.ychdzx-com-p6 .P6 .p5-item-info .p5-info-num .p5-num-border {
  border-radius: 25px;
  width: 0.67rem;
  height: 0.61rem;
  position: absolute;
  left: 0px;
  top: -0.01rem;
  transition: 0.3s 0.2s;
}
.ychdzx-com-p6 .P6 .p5-item-info .p5-info-num .p5-num-border img {
  width: 100%;
}
.ychdzx-com-p6 .P6 .p5-item-info .p5-info-title {
  font-weight: 400;
  font-size: 0.72rem;
  color: #ffffff;
  margin-top: 5vh;
  line-height: 1;
  font-family: "思源宋体Regular";
  transition: all 0.3s;
}
.ychdzx-com-p6 .P6 .p5-item-info .p5-info-lab {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  font-family: "思源宋体Regular";
  letter-spacing: -1px;
  transition: all 0.3s;
}
.ychdzx-com-p6 .P6 .p5-item-info .p5-info-txt {
  width: 3.4rem;
  margin-top: 4vh;
  font-size: 0.18rem;
  transition: all 0.3s;
}
.ychdzx-com-p6 .P6 .p5-item-info .p5-info-icon {
  margin-top: 20vh;
  transition: all 0.3s;
}
.ychdzx-com-p6 .P6 .p5-item-info .p5-info-icon img {
  width: 1.75rem;
  height: auto;
}
