body {
  overflow-x: hidden;
}
.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe {
  display: flex;
}
.flex_ae {
  justify-content: flex-end;
}
.flex_js,
.flex_js_fe {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --ww: 1920 * 100vw;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
/* 设置滚动条的样式 */
.scroll {
  //background: #fff;
}
.scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #eeeeee;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #4e494b;
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: 0.16rem;
}
.newPublic {
  padding-top: calc(50 / 1400 * 100%);
}
.newPublic p {
  margin: 0;
}
.newPublic .z_flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.newPublic .gy_SingleBox {
  padding: calc(60 / 1400 * 100%) 0;
}
.newPublic .gy_SingleBox .shgy_intro {
  width: calc(585 / 1400 * 100%);
  line-height: calc(30 / 16);
  color: #555555;
}
.newPublic .gy_SingleBox .pic {
  width: calc(700 / 1400 * 100%);
  height: 3.96rem;
}
.newPublic .gy_SingleBox .pic figure {
  position: relative;
  height: 3.96rem;
}
.newPublic .gy_SingleBox .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --mask: url(../images/img_bg1.png);
  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);
  -webkit-mask-size: cover;
  mask-size: cover;
}
.newPublic .gy_SingleBox .pic .a_play {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  background: url(../images/z_play.png) no-repeat center;
  background-size: contain;
  z-index: 2;
  left: 0.56rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.newPublic .gy_SingleBox .info {
  max-height: 3.3rem;
  overflow-y: auto;
  padding-right: 0.35rem;
}
.newPublic .gy_SingleBox .tit {
  margin: 0;
  font-size: 0.3rem;
  color: #4e494b;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.newPublic .gy_SingleBox_two .shgy_intro {
  order: 2;
}
.newPublic .gy_SingleBox_two .pic {
  width: calc(716 / 1400 * 100%);
}
.newPublic .gy_SingleBox_two .pic em {
  --mask: url(../images/img_bg2.png);
  mask-position: right center;
}
@media (max-width: 768px) {
  .newPublic .gy_SingleBox .shgy_intro,
  .newPublic .gy_SingleBox .pic {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .newPublic .gy_SingleBox .pic {
    height: auto;
  }
  .newPublic .gy_SingleBox .pic figure {
    height: auto;
    padding-top: calc(396 / 700 * 100%);
  }
  .newPublic .gy_SingleBox .pic .a_play {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .newPublic .gy_SingleBox .info {
    max-height: none;
  }
  .newPublic .gy_SingleBox_two .shgy_intro {
    order: 0;
  }
  .newPublic .gy_SingleBox_two .pic {
    width: 100%;
  }
  .newPublic .gy_SingleBox_two .pic em {
    mask-position: center;
  }
}
.gy_ColumnName {
  font-size: 0.3rem;
  font-weight: bold;
  color: #4e494b;
}
.gy_ColumnName.center {
  text-align: center;
}
.gy_project {
  position: relative;
}
.gy_project .gy_ColumnName {
  color: #fff;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 3;
  width: 100%;
}
.gy_project .pic {
  position: relative;
  padding-top: calc(780 / 1920 * 100%);
}
.gy_project .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gy_project .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 3;
}
.gy_project .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-bottom: 0.9rem;
  z-index: 4;
}
.gy_project .textwarp .title {
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
}
.gy_project .swiper-pagination {
  bottom: 0.4rem;
  text-align: left;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
}
.gy_project .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0.1rem;
  opacity: 1;
  background-color: #cdcccc;
}
.gy_project .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e61446;
}
@media (max-width: 768px) {
  .gy_project .swiper-pagination {
    width: 96%;
  }
}
@media (max-width: 640px) {
  .gy_project {
    padding-top: 0.5rem;
  }
  .gy_project .gy_ColumnName {
    color: #4e494b;
    position: relative;
    top: 0;
    margin-bottom: 0.3rem;
  }
  .gy_project .textwarp {
    position: relative;
    bottom: auto;
    color: #555;
    background-color: #fff;
    padding: 0.3rem 0 0.5rem;
  }
  .gy_project .swiper-pagination {
    bottom: 0;
  }
}
.public_good {
  padding: 1.2rem 0 1rem;
  position: relative;
}
.public_good .swiper-container {
  padding-bottom: 0.55rem;
  margin-top: 0.6rem;
}
.public_good .pic {
  position: relative;
  padding-top: calc(540 / 323 * 100%);
  z-index: 1;
}
.public_good .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public_good .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 3;
}
.public_good .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 3;
  padding: 0 0.35rem;
  opacity: 0;
  transition: all 0.5s;
}
.public_good .textwarp .info {
  width: 100%;
  text-align: center;
}
.public_good .textwarp .title {
  font-size: 0.26rem;
  font-weight: bold;
}
.public_good .textwarp .title::after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  background-color: #d70039;
  margin: 0.15rem auto 0.25rem;
}
.public_good .textwarp .des {
  line-height: 0.3rem;
  height: 0.6rem;
}
.public_good .textwarp .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  height: 0.4rem;
  background-color: #d70039;
  margin-top: 0.45rem;
}
.public_good .textwarp .more::after {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-top: 0.02rem;
  margin-left: 0.08rem;
}
.public_good .tit {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  z-index: 2;
  transition: all 0.5s;
}
.public_good .swiper-slide:hover .textwarp {
  opacity: 1;
}
.public_good .swiper-slide:hover .tit {
  opacity: 0;
}
.public_good .swiper-pagination {
  bottom: 0;
  transform: none;
}
.public_good .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0.1rem;
  opacity: 1;
  background-color: #cdcccc;
}
.public_good .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e61446;
}
@media (max-width: 640px) {
  .public_good {
    padding: 0.6rem 0;
  }
}
.gy_honor {
  position: relative;
  padding: 1.2rem 0 0.8rem;
  background-color: #fafafa;
      overflow: hidden;
}
.gy_honor .auto {
  position: relative;
  z-index: 2;
}
.gy_honor .gy_ColumnName {
  color: #fff;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gy_honor .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5rem;
}
.gy_honor .swiper-container {
  overflow: initial;
}
.gy_honor .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.gy_honor .btn .item {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #fff;
  position: relative;
}
.gy_honor .btn .item:hover {
  background-color: #d70039;
  border-color: #d70039;
}
.gy_honor .swiper-button {
  position: absolute;
  filter: brightness(0) invert(100%);
  background-size: 0.07rem;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.gy_honor .pic {
  position: relative;
  padding-top: calc(260 / 420 * 100%);
  z-index: 1;
  overflow: hidden;
}
.gy_honor .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.gy_honor .textwarp {
  padding: 0.4rem;
  background-color: #fff;
}
.gy_honor .title {
  color: #4e494b;
  line-height: 0.32rem;
  height: 0.64rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.gy_honor .des {
  color: #555555;
  line-height: 0.3rem;
  height: 0.6rem;
  margin: 0.25rem 0 0.3rem;
}
.gy_honor .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #555555;
}
.gy_honor .more::after {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border: solid #555555;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-top: 0.02rem;
  margin-left: 0.08rem;
}
.gy_honor .swiper-slide {
  opacity: 0.4;
}
.gy_honor .slide-visible {
  opacity: 1;
}
.gy_honor a:hover .pic img {
  transform: scale(1.05);
}
.gy_honor a:hover .title,
.gy_honor a:hover .more {
  color: #d70039;
}
.gy_honor a:hover .more::after {
  border-color: #d70039;
}
@media (max-width: 640px) {
  .gy_honor {
    padding: 0.6rem 0;
  }
  .gy_honor .textwarp {
    padding: 0.2rem;
  }
}
.gy_link {
  padding: 1.2rem 0;
}
.gy_link .des {
  text-align: center;
  color: #555555;
  font-size: 0.18rem;
  margin: 0.25rem 0;
}
.gy_link .ul {
  display: flex;
  flex-flow: row wrap;
}
.gy_link .ul li {
  width: 20%;
  text-align: center;
}
.gy_link .ul .box {
  padding: 0.15rem;
  transition: all 0.5s;
  display: block;
}
.gy_link .ul .box:hover {
  box-shadow: 0px 10px 50px 0px rgba(34, 34, 34, 0.14);
  background-color: #fff;
}
.gy_link .ul .box:hover .title {
  opacity: 1;
}
.gy_link .ul .pic {
  position: relative;
  padding-top: calc(120 / 280 * 100%);
}
.gy_link .ul .pic i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gy_link .ul .pic i img {
  max-height: 100%;
}
.gy_link .ul .title {
  opacity: 0;
  color: #555555;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .gy_link {
    padding: 0.6rem;
  }
  .gy_link .ul li {
    width: 33.33%;
  }
}
.publicgood_list .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  border-bottom: 1px solid #eeeeee;
  margin: 0.2rem 0 0.6rem;
}
.publicgood_list .menu .sub {
  display: flex;
  gap: 0 0.3rem;
  flex-flow: row wrap;
}
.publicgood_list .menu .sub a {
  display: inline-block;
  padding: 0.25rem 0.1rem;
  font-size: 0.18rem;
  color: #4e494b;
  position: relative;
  transition: all 0.5s;
}
.publicgood_list .menu .sub a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #d70039;
  transition: all 0.5s;
}
.publicgood_list .menu .sub a:hover,
.publicgood_list .menu .sub a.aon {
  color: #d70039;
  font-weight: bold;
}
.publicgood_list .menu .sub a:hover::after,
.publicgood_list .menu .sub a.aon::after {
  width: 100%;
}
.publicgood_list .list li {
  margin-bottom: 0.4rem;
}
.publicgood_list .list .box {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  transition: all 0.5s;
  flex-flow: row wrap;
}
.publicgood_list .list .box:hover {
  padding: 0.1rem;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(34, 34, 34, 0.14);
}
.publicgood_list .list .box:hover .pic figure img {
  transform: scale(1.05);
}
.publicgood_list .list .box:hover .label {
  border-color: #f8f8f8;
}
.publicgood_list .list .box:hover .more {
  justify-content: center;
  background-color: #d70039;
  color: #fff;
}
.publicgood_list .list .box:hover .more::after {
  border-color: #fff;
}
.publicgood_list .list .pic {
  width: calc(480 / 1400 * 100%);
}
.publicgood_list .list .pic figure {
  position: relative;
  padding-top: calc(320 / 480 * 100%);
  overflow: hidden;
}
.publicgood_list .list .pic figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.publicgood_list .list .textwarp {
  width: calc(920 / 1400 * 100%);
  padding: 0.2rem 0.6rem;
}
.publicgood_list .list .label {
  display: inline-block;
  padding: 0.05rem 0.1rem;
  border: 1px solid #e4e4e4;
  background-color: #f8f8f8;
  color: #4e494b;
  margin-bottom: 0.2rem;
}
.publicgood_list .list .title {
  color: #4e494b;
  font-size: 0.24rem;
  font-weight: bold;
}
.publicgood_list .list .des {
  color: #555555;
  line-height: 0.3rem;
  height: 0.6rem;
  margin: 0.3rem 0 0.3rem;
}
.publicgood_list .list .more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #555555;
  min-width: 1.4rem;
  height: 0.4rem;
  transition: all 0.5s;
}
.publicgood_list .list .more::after {
  content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #555555;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-top: 0.02rem;
  margin-left: 0.08rem;
}
@media (max-width: 640px) {
  .publicgood_list .menu .sub {
    gap: 0 0.1rem;
    margin-top: 0.2rem;
  }
  .publicgood_list .menu .sub a {
    font-size: 0.2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .publicgood_list .list .pic,
  .publicgood_list .list .textwarp {
    width: 100%;
  }
  .publicgood_list .list .textwarp {
    padding: 0.3rem;
    font-size: 0.2rem;
  }
}
.gy_right_fixed {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 60%;
  box-shadow: 0px 10px 50px 0px rgba(34, 34, 34, 0.14);
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #fff;
}
.gy_right_fixed dt {
  position: relative;
}
.gy_right_fixed dt a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  color: #555555;
  padding: 0.2rem 0.35rem 0.2rem 0.3rem;
}
.gy_right_fixed dt::after,
.gy_right_fixed dt::before {
  content: '';
  position: absolute;
  opacity: 0;
}
.gy_right_fixed dt::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}
.gy_right_fixed dt::before {
  left: 0.4rem;
  top: 100%;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #d70039;
  border: solid rgba(255, 255, 255, 0.8);
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  margin-top: -0.05rem;
  z-index: 2;
}
.gy_right_fixed .icon {
  width: 0.3rem;
  height: 0.25rem;
  display: inline-block;
  align-items: center;
  background: url(../images/z_gy_icon.png) no-repeat center;
  background-size: contain;
}
.gy_right_fixed dd {
  padding: 0.2rem 0.35rem 0.2rem 0.3rem;
  position: relative;
  line-height: calc(30 / 16);
  color: #fff;
  display: none;
}
@media (min-width: 1025px) {
  .gy_right_fixed:hover {
    background-color: #d70039;
    border-radius: 0.35rem 0 0 0.35rem;
  }
  .gy_right_fixed:hover dt a {
    color: #fff;
  }
  .gy_right_fixed:hover dt .icon {
    filter: brightness(0) invert(100%);
  }
  .gy_right_fixed:hover dt::after,
  .gy_right_fixed:hover dt::before {
    opacity: 1;
  }
  .gy_right_fixed:hover dd {
    display: block;
  }
}
.banner-ny .txt .des {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.1rem;
}
