@charset "UTF-8";
#header {
  height: max(80px, 1rem);
  top: max(-80px, -1rem);
  background: #fff;
  color: #231815;
}
#header:hover, #header.on {
  height: max(80px, 1rem);
}
#header::before {
  opacity: 1;
}
#header .logo .white {
  opacity: 0;
  visibility: hidden;
}
#header .logo .pic {
  opacity: 1;
  visibility: visible;
}
#header .tel {
  color: #231815;
}
#header #nav .navItem .one a {
  color: #231815;
}
#header #nav .navItem.active::after {
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
}
#header .searchIcon {
  color: #231815;
}

.subBanner {
  width: 100%;
  min-height: 350px;
  position: relative;
  z-index: 5;
}
.subBanner .pageName {
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: max(20px, 0.56rem);
  font-weight: bold;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.subBanner .pageName h3 {
  font-weight: bold;
}
.subBanner img {
  min-height: 350px;
}
.subBanner .crumbsSubNav {
  width: 100%;
  left: 0;
  top: 100%;
  color: #888;
  position: absolute;
  font-size: max(14px, 0.18rem);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subBanner .crumbsSubNav a {
  color: #888;
}
.subBanner .crumbsSubNav a:hover {
  color: #b2853d;
}
.subBanner .crumbsSubNav .wrap {
  height: max(60px, 1rem);
  background: #fff;
  padding: 0 max(20px, 0.5rem);
  border-radius: max(3px, 0.06rem);
  box-shadow: 0px 0px 40px 0px rgba(203, 203, 203, 0.35);
}
.subBanner .crumbsSubNav .wrap.noBg {
  background: none;
  box-shadow: none;
  padding: 0;
}
.subBanner .subNav {
  height: inherit;
  gap: max(10px, 0.45rem);
}
.subBanner .subNav a {
  padding: 0 max(5px, 0.15rem);
  height: inherit;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subBanner .subNav a::after {
  width: 0;
  left: 50%;
  bottom: 0;
  height: 4px;
  content: "";
  position: absolute;
  background: #b2853d;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.subBanner .subNav a:hover, .subBanner .subNav a.active {
  color: #b2853d;
}
.subBanner .subNav a:hover::after, .subBanner .subNav a.active::after {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.subBanner.dj .pageName {
  color: #fffcd4;
}
.subBanner.dj .pageName h3 {
  color: #fffcd4;
}
@media screen and (max-width: 1024px) {
  .subBanner .crumbsSubNav .wrap {
    height: 60px;
    padding: 0 20px;
  }
  .subBanner .curmbs {
    display: none;
  }
  .subBanner .subNav {
    width: 100%;
    gap: 20px;
    -webkit-justify-content: safe center;
       -moz-box-pack: safe center;
        -ms-flex-pack: safe center;
            justify-content: safe center;
  }
  .subBanner .subNav a {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 5px;
  }
  .subBanner .subNav a::after {
    height: 2px;
  }
}
@media screen and (max-width: 959px) {
  .subBanner .pageName {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .subBanner .subNav {
    gap: 10px;
  }
}

.listSelect {
  position: relative;
  z-index: 5;
}
.listSelect .crumbsSubNav {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  height: max(60px, 1rem);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.listSelect .crumbsSubNav .wrap {
  height: inherit;
  border-radius: max(3px, 0.06rem);
}
.listSelect .subBannerForm {
  gap: 15px;
  width: 100%;
  height: inherit;
}
.listSelect .subBannerForm .item {
  width: -webkit-calc((100% - 30px) / 3);
  width: -moz-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
  height: inherit;
  position: relative;
  font-size: max(16px, 0.18rem);
}
.listSelect .subBannerForm .item.on .show {
  border-radius: max(5px, 0.12rem) max(5px, 0.12rem) 0 0;
}
.listSelect .subBannerForm .item.on .show .jt {
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
     -moz-transform: translateY(-50%) rotateZ(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
       -o-transform: translateY(-50%) rotateZ(-180deg);
          transform: translateY(-50%) rotateZ(-180deg);
}
.listSelect .subBannerForm .item input {
  width: 100%;
  height: inherit;
  color: #032438;
}
.listSelect .subBannerForm .item button {
  height: 100%;
  right: max(15px, 0.3rem);
  top: 0;
  position: absolute;
  background: none;
  border: 0 none;
  font-size: max(16px, 0.2rem);
  color: #bfab86;
  font-weight: bold;
}
.listSelect .subBannerForm .item .show {
  width: 100%;
  z-index: 5;
  position: relative;
  height: inherit;
  color: #032438;
  cursor: pointer;
  background: #fff;
  border-radius: max(5px, 0.12rem);
  padding: 0 max(35px, 0.5rem) 0 max(15px, 0.3rem);
  box-shadow: 0px 0px 40px 0px rgba(203, 203, 203, 0.35);
}
.listSelect .subBannerForm .item .show .jt {
  right: max(15px, 0.3rem);
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bfab86;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.listSelect .subBannerForm .item .hide {
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 10;
  display: none;
  background: #fff;
  position: absolute;
  max-height: max(170px, 3.8rem);
  border-radius: 0 0 max(5px, 0.12rem) max(5px, 0.12rem);
  box-shadow: 0px 0px 40px 0px rgba(203, 203, 203, 0.35);
}
.listSelect .subBannerForm .item .hide a {
  color: #a0a0a0;
  display: block;
  margin: 0 max(10px, 0.22rem);
  line-height: max(34px, 0.76rem);
  border-bottom: 1px solid #f2f4f5;
}
.listSelect .subBannerForm .item .hide a:hover {
  color: #b2853d;
}
.listSelect .subBannerForm .item.select {
  position: relative;
}
.listSelect .subBannerForm .item.select .jt {
  right: max(15px, 0.3rem);
  top: 50%;
  z-index: 10;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bfab86;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.listSelect .subBannerForm .mhxl {
  position: relative;
}
.listSelect .subBannerForm .mhxl::after {
  right: max(15px, 0.3rem);
  top: 50%;
  content: "\e810";
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bfab86;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 959px) {
  .listSelect .crumbsSubNav {
    position: static;
  }
  .listSelect .subBannerForm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .listSelect .subBannerForm .item {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 559px) {
  .listSelect .crumbsSubNav {
    height: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding: 20px 0;
  }
  .listSelect .subBannerForm .item {
    width: 100%;
    height: 40px;
  }
}

.aboutNews {
  padding: max(30px, 0.5rem) 0 0;
}
.aboutNews .aboutNewsList {
  padding-bottom: max(10px, 0.3rem);
}
.aboutNews .aboutNewsItem {
  padding: max(60px, 1.5rem) 0;
  position: relative;
}
.aboutNews .aboutNewsItem::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newsItemBg.jpg");
  background-attachment: scroll;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutNews .aboutNewsItem .wrap {
  position: relative;
  z-index: 2;
}
.aboutNews .aboutNewsItem .pic {
  width: 45%;
  height: 360px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}
.aboutNews .aboutNewsItem img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutNews .aboutNewsItem .text {
  font-size: max(14px, 0.18rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
  color: #333;
  line-height: 1.8;
  padding: 0 0 0 max(30px, 0.9rem);
}
.aboutNews .aboutNewsItem .text .name {
  font-size: max(20px, 0.36rem);
  line-height: 1.1;
}
.aboutNews .aboutNewsItem .text .nr {
  padding: max(5px, 0.14rem) 0 0;
}
.aboutNews .aboutNewsItem .btn {
  margin: max(5px, 0.25rem) 0 0;
  width: max(120px, 1.5rem);
  height: max(40px, 0.5rem);
  border-radius: max(20px, 0.25rem);
  background: #fff;
  color: #b2853d;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutNews .aboutNewsItem .btn .iconfont {
  margin: 0 0 0 10px;
}
.aboutNews .aboutNewsItem:hover::after {
  opacity: 1;
  visibility: visible;
}
.aboutNews .aboutNewsItem:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.aboutNews .aboutNewsItem:hover .text {
  color: #fff;
}
.aboutNews .aboutNewsItem:hover .text .name {
  font-weight: bold;
}
.aboutNews .aboutNewsItem:hover .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutNews .aboutNewsItem:hover .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(159, 123, 40, 0.3);
}
.aboutNews .aboutNewsItem:nth-child(2n) {
  background-color: #f5f8fa;
}
.aboutNews .aboutNewsItem:nth-child(2n) a {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutNews .aboutNewsItem:nth-child(2n) .text {
  padding-left: 0;
  padding-right: max(30px, 0.9rem);
}
.aboutNews .paging {
  padding-top: 0;
}
@media screen and (max-width: 1679px) {
  .aboutNews .aboutNewsItem .pic {
    height: 305px;
  }
}
@media screen and (max-width: 1365px) {
  .aboutNews .aboutNewsItem .pic {
    height: 280px;
  }
}
@media screen and (max-width: 1279px) {
  .aboutNews .aboutNewsItem .pic {
    height: 228px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutNews {
    padding-top: 30px;
  }
  .aboutNews .aboutNewsItem {
    padding: 60px 0;
  }
  .aboutNews .aboutNewsItem .pic {
    height: 22.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .aboutNews .aboutNewsItem .text {
    padding-left: 30px;
  }
  .aboutNews .aboutNewsItem:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .aboutNews .aboutNewsItem a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .aboutNews .aboutNewsItem .pic {
    width: 100%;
    height: 47.7vw;
  }
  .aboutNews .aboutNewsItem .text {
    padding: 30px 0 0;
  }
  .aboutNews .aboutNewsItem .text .name {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .aboutNews .aboutNewsItem {
    padding: 30px 0;
  }
  .aboutNews .aboutNewsItem .text .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .aboutNews .aboutNewsItem .text {
    padding-top: 20px;
    line-height: 1.4;
  }
  .aboutNews .aboutNewsItem .text .name {
    font-size: 18px;
  }
}

.aboutPBA {
  background: #f5f8fa;
}
.aboutPBA .wrap {
  padding-top: max(31px, 0.51rem);
}
.aboutPBA .aboutPBAItemLi {
  margin: 20px 0 0;
}
.aboutPBA .aboutPBAItemLi .hotItem {
  display: none;
}
.aboutPBA .hotItem {
  z-index: 5;
  position: relative;
  background: #fff;
  border-radius: max(3px, 0.06rem);
}
.aboutPBA .hotItem a {
  padding: max(20px, 0.6rem) max(20px, 0.4rem) max(20px, 0.6rem) max(20px, 0.6rem);
}
.aboutPBA .hotItem .text {
  padding-right: max(30px, 0.78rem);
  line-height: 1.8;
  color: #333;
  font-size: max(14px, 0.18rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
}
.aboutPBA .hotItem .text .date {
  color: #515151;
  font-size: max(16px, 0.22rem);
}
.aboutPBA .hotItem .text .name {
  font-size: max(20px, 0.36rem);
  color: #333;
  line-height: 1.2;
  padding: max(10px, 0.26rem) 0 0;
}
.aboutPBA .hotItem .text .nr {
  padding-top: max(10px, 0.2rem);
}
.aboutPBA .hotItem .pic {
  width: 47.8%;
  height: 360px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 6px;
}
.aboutPBA .hotItem img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutPBA .hotItem:hover .text .name {
  color: #b2853d;
}
.aboutPBA .hotItem:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.aboutPBA .aboutPBAItem {
  background: #fff;
  border-radius: 6px;
  position: relative;
  font-size: max(14px, 0.24rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
  padding: max(15px, 0.3rem) max(40px, 0.8rem) max(15px, 0.3rem) max(30px, 0.6rem);
}
.aboutPBA .aboutPBAItem .iconfont {
  right: max(30px, 0.6rem);
  top: 50%;
  position: absolute;
  color: #b2853d;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aboutPBA .aboutPBAItem .date {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  color: #b2853d;
  font-size: max(14px, 0.18rem);
}
.aboutPBA .aboutPBAItem .date .day {
  font-size: max(24px, 0.48rem);
}
.aboutPBA .aboutPBAItem .date::after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  right: min(-30px, -0.6rem);
  background: #e6e6e6;
}
.aboutPBA .aboutPBAItem .name {
  padding-left: max(30px, 0.6rem);
  margin-left: max(30px, 0.6rem);
  color: #333;
  font-size: max(14px, 0.24rem);
}
.aboutPBA .aboutPBAItem:hover .name {
  color: #b2853d;
}
.aboutPBA .paging {
  padding-top: max(30px, 0.77rem);
}
@media screen and (max-width: 1679px) {
  .aboutPBA .hotItem .pic {
    height: 300px;
  }
}
@media screen and (max-width: 1365px) {
  .aboutPBA .hotItem .pic {
    height: 280px;
  }
}
@media screen and (max-width: 1279px) {
  .aboutPBA .hotItem .pic {
    height: 228px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutPBA .wrap {
    padding-top: 31px;
  }
  .aboutPBA .hotItem a {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: max(20px, 0.6rem) max(20px, 0.6rem);
  }
  .aboutPBA .hotItem .pic {
    width: 100%;
    height: 46.6vw;
  }
  .aboutPBA .hotItem .text {
    padding-top: 20px;
    padding-right: 0;
  }
  .aboutPBA .aboutPBAItem .date::after {
    right: -30px;
  }
  .aboutPBA .aboutPBAItem .name {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 959px) {
  .aboutPBA .hotItem .text .name {
    font-size: 22px;
  }
  .aboutPBA .aboutPBAItem {
    padding-left: 30px;
    padding-right: 60px;
  }
  .aboutPBA .aboutPBAItem .iconfont {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .aboutPBA .hotItem a {
    padding: 20px;
  }
  .aboutPBA .hotItem .text .name {
    font-size: 18px;
  }
  .aboutPBA .aboutPBAItem {
    padding-right: 20px;
    padding-left: 20px;
    margin: 15px 0 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .aboutPBA .aboutPBAItem .date {
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .aboutPBA .aboutPBAItem .date .day {
    font-size: 14px;
  }
  .aboutPBA .aboutPBAItem .date .day::before {
    content: "-";
  }
  .aboutPBA .aboutPBAItem .date::after {
    right: -18px;
    display: none;
  }
  .aboutPBA .aboutPBAItem .name {
    padding-left: 0;
    margin-left: 0;
  }
  .aboutPBA .aboutPBAItem .iconfont {
    right: 20px;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .aboutPBA .hotItem a {
    padding: 15px;
  }
  .aboutPBA .hotItem .text {
    padding-top: 10px;
  }
  .aboutPBA .hotItem .text .name {
    padding-top: 10px;
  }
  .aboutPBA .aboutPBAItem {
    margin: 10px 0 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .aboutPBA .aboutPBAItem confont {
    right: 10px;
  }
}

.detailBanner {
  position: relative;
}
.detailBanner .bigWrap {
  left: 50%;
  top: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: max(14px, 0.18rem);
}
.detailBanner .bigWrap .title {
  font-size: max(18px, 0.54rem);
  font-weight: bold;
  line-height: 1.2;
}
.detailBanner .bigWrap p {
  padding: max(20px, 0.45rem) 0 0;
}
.detailBanner .bigWrap p span {
  margin-left: 20px;
}
.detailBanner .bigWrap .share {
  top: 50%;
  right: max(60px, 1.6rem);
  gap: 30px;
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detailBanner .bigWrap .share a {
  color: #fff;
}
.detailBanner .bigWrap .share a:hover {
  color: #eacc86;
}
@media screen and (max-width: 1024px) {
  .detailBanner .bigWrap {
    width: 100%;
    padding: 0 60px;
    margin: 0;
  }
  .detailBanner .bigWrap .title br {
    display: none;
  }
  .detailBanner .bigWrap .share {
    gap: 10px;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: max(20px, 0.45rem);
  }
}
@media screen and (max-width: 767px) {
  .detailBanner .bigWrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .detailBanner {
    min-height: 450px;
  }
  .detailBanner img {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .detailBanner .bigWrap p {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detailBanner .bigWrap p span {
    display: block;
    margin-left: 0;
  }
}

.newsDetails {
  background: #f5f8fa;
}
.newsDetails .bigWrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  top: min(-60px, -1.3rem);
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsDetails .details {
  width: 74%;
}
.newsDetails .info {
  background: #fff;
  font-size: max(16px, 0.22rem);
  color: #555;
  line-height: 1.8;
  padding: max(30px, 0.65rem) max(20px, 0.45rem) max(40px, 0.85rem);
}
.newsDetails .info img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.newsDetails .info .backBtn {
  font-size: 14px;
  color: #b2853d;
  margin: 0 auto;
  width: max(100px, 1.67rem);
  height: max(105px, 1.75rem);
  position: relative;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/backBg.png");
  background-attachment: scroll;
}
.newsDetails .info .backBtn .iconfont {
  font-size: max(20px, 0.34rem);
}
.newsDetails .info .backBtn::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/backBgBox.png");
  background-attachment: scroll;
}
.newsDetails .info .backBtn:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsDetails .page {
  background: #fff;
  line-height: 2.1;
  color: #333;
  font-size: max(14px, 0.16rem);
  border-top: 3px solid #eacc86;
  margin: max(15px, 0.25rem) 0 0;
  padding: max(15px, 0.27rem) max(20px, 0.4rem);
}
.newsDetails .page a {
  color: #333;
}
.newsDetails .page a:hover {
  color: #b2853d;
}
.newsDetails .hotList {
  width: 23.8%;
}
.newsDetails .hotList .box {
  background: #fff;
}
.newsDetails .hotList .title {
  padding: 0 20px;
  height: max(60px, 1.02rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(16px, 0.18rem);
  position: relative;
  color: #d4a251;
}
.newsDetails .hotList .title::after {
  width: 2px;
  height: 26px;
  left: 0;
  top: 50%;
  content: "";
  position: absolute;
  background: #d4a251;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsDetails .hotList .picText {
  margin: 0 20px;
  height: 2.36rem;
  overflow: hidden;
  position: relative;
}
.newsDetails .hotList .picText .name {
  width: 100%;
  left: 0;
  bottom: max(12px, 0.24rem);
  position: absolute;
  color: #fff;
  padding: 0 max(15px, 0.3rem);
  text-align: center;
  font-size: max(14px, 0.16rem);
}
.newsDetails .hotList .picText img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsDetails .hotList .picText:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.newsDetails .hotList .list {
  padding: 18px 20px 25px;
}
.newsDetails .hotList .list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: max(40px, 0.6rem);
  font-size: max(14px, 0.16rem);
  border-bottom: 1px dashed #d5d5d5;
  padding: 0 0 0 34px;
  position: relative;
}
.newsDetails .hotList .list li::after {
  width: 6px;
  height: 6px;
  left: 10px;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: #ccc;
}
.newsDetails .hotList .list li a {
  color: #555;
}
.newsDetails .hotList .list li:hover a {
  color: #b2853d;
}
.newsDetails .hotList .list li:last-child {
  border: 0 none;
}
@media screen and (max-width: 1365px) {
  .newsDetails .info .backBtn {
    font-size: 12px;
  }
  .newsDetails .info .backBtn .iconfont {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1279px) {
  .newsDetails .hotList .list li {
    padding-left: 15px;
  }
  .newsDetails .hotList .list li::after {
    width: 4px;
    height: 4px;
    left: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .newsDetails .hotList {
    display: none;
  }
  .newsDetails .details,
  .newsDetails .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .newsDetails .info {
    font-size: 14px;
  }
}

.comRightHotList {
  background: #fff;
  border-radius: max(5px, 0.12rem);
  margin-top: max(20px, 0.3rem);
}
.comRightHotList .title {
  padding: 0 20px;
  height: max(60px, 1.02rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(16px, 0.18rem);
  position: relative;
}
.comRightHotList .title::after {
  width: 2px;
  height: 26px;
  left: 0;
  top: 50%;
  content: "";
  position: absolute;
  background: #b2853d;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comRightHotList .picText {
  margin: 0 20px;
  height: 2.36rem;
  overflow: hidden;
  position: relative;
}
.comRightHotList .picText .name {
  width: 100%;
  left: 0;
  bottom: max(12px, 0.24rem);
  position: absolute;
  color: #fff;
  padding: 0 max(15px, 0.3rem);
  text-align: center;
  font-size: max(14px, 0.16rem);
}
.comRightHotList .picText img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comRightHotList .picText:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.comRightHotList .list {
  padding: 18px 20px 25px;
}
.comRightHotList .list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: max(40px, 0.6rem);
  font-size: max(14px, 0.16rem);
  border-bottom: 1px dashed #d5d5d5;
  padding: 0 0 0 34px;
  position: relative;
}
.comRightHotList .list li::after {
  width: 6px;
  height: 6px;
  left: 10px;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: #ccc;
}
.comRightHotList .list li a {
  color: #555;
}
.comRightHotList .list li:hover a {
  color: #b2853d;
}
.comRightHotList .list li:last-child {
  border: 0 none;
}
@media screen and (max-width: 1279px) {
  .comRightHotList .list li {
    padding-left: 20px;
  }
  .comRightHotList .list li::after {
    left: 5px;
  }
}

.contactTitleBox {
  text-align: center;
  padding: 0 0 0.2rem;
  position: relative;
  margin: 0 0 max(30px, 0.67rem);
}
.contactTitleBox::after {
  width: 25px;
  height: 3px;
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  background: #000;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact {
  padding: max(90px, 1.9rem) 0 1.5rem;
}
.contact .list {
  width: 36.4%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.contact .list .listItem {
  width: 50%;
  height: 18.76vw;
  background: #4f5f6c;
  position: relative;
}
.contact .list .listItem:nth-child(2) {
  background: #64707c;
}
.contact .list .listItem:nth-child(3) {
  background: #737f8b;
}
.contact .list .listItem:nth-child(4) {
  background: #7b8896;
}
.contact .list .listItem:nth-child(5) {
  background: #919dab;
}
.contact .list .listItem:nth-child(6) {
  background: #a8b4c0;
}
.contact .list .listItem a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  position: relative;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: max(20px, 0.44rem) max(20px, 0.34rem) max(20px, 0.37rem);
}
.contact .list .listItem .icon {
  width: max(40px, 0.63rem);
  height: max(40px, 0.63rem);
}
.contact .list .listItem .name {
  font-size: max(16px, 0.24rem);
}
.contact .list .listItem .nameEn {
  padding: max(5px, 0.14rem) 0 0;
  font-size: 14px;
  font-family: "DIN Black", "Arial Black", "Impact";
}
.contact .list .listItem::after {
  width: 100%;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-image: -webkit-linear-gradient(315deg, #eacc86, #cea55a);
  background-image: -moz-linear-gradient(315deg, #eacc86, #cea55a);
  background-image: -o-linear-gradient(315deg, #eacc86, #cea55a);
  background-image: linear-gradient(135deg, #eacc86, #cea55a);
}
.contact .list .listItem .bIcon {
  height: 0;
  display: inline-block;
  overflow: hidden;
}
.contact .list .listItem .bIcon::after {
  width: 32px;
  height: 32px;
  content: "\e608";
  opacity: 0.5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  margin-top: max(12px, 0.28rem);
}
.contact .list .listItem:hover .bIcon, .contact .list .listItem.active .bIcon {
  height: -webkit-calc(32px + max(12px, 0.28rem));
  height: -moz-calc(32px + max(12px, 0.28rem));
  height: calc(32px + max(12px, 0.28rem));
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact .list .listItem:hover::after, .contact .list .listItem.active::after {
  opacity: 1;
}
.contact .bigBox {
  width: 63.6%;
  height: 56.3vw;
  position: relative;
  color: #fff;
  background: #4c6174;
  font-size: max(14px, 0.22rem);
}
.contact .bigBox .bigItem, .contact .bigBox .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact .bigBox .bigItem.active, .contact .bigBox .active.text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact .bigBox .text {
  opacity: 1;
  visibility: visible;
  padding: 0 1.6rem;
  line-height: 2.6;
  font-size: max(14px, 0.22rem);
}
.contact .bigBox .english {
  line-height: 1;
  font-family: "DIN Black", "Arial Black", "Impact";
  font-size: max(40px, 1.5rem);
}
.contact .bigBox .name {
  font-size: max(18px, 0.3rem);
  line-height: 1.4;
  padding-top: 2rem;
  padding-bottom: max(15px, 0.23rem);
  position: relative;
}
.contact .bigBox .name::after {
  width: max(35px, 0.5rem);
  height: 3px;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
.contact .bigBox .icon {
  font-size: 12px;
  width: max(30px, 0.34rem);
  height: max(30px, 0.34rem);
  left: 0;
  top: max(10px, 0.15rem);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.contact .bigBox .nr {
  padding: max(20px, 0.4rem) 0 0;
}
.contact .bigBox .nr p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 max(40px, 0.57rem);
}
.contact .content {
  width: 100%;
  height: 7.93rem;
  position: relative;
}
.contact .content .infoItemBox,
.contact .content .fgsSwiper {
  height: 100%;
}
.contact .content .infoItemBox {
  border-radius: 10px;
  overflow: hidden;
}
.contact .content .infoItem {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact .content .infoItem.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact .content .infoItem::after {
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.contact .content .infoItem::before {
  width: 57%;
  height: 100%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-linear-gradient(45deg, rgba(24, 49, 80, 0.5) 20%, rgba(24, 49, 80, 0.1) 50%, rgba(24, 49, 80, 0) 90%);
  background: -moz-linear-gradient(45deg, rgba(24, 49, 80, 0.5) 20%, rgba(24, 49, 80, 0.1) 50%, rgba(24, 49, 80, 0) 90%);
  background: -o-linear-gradient(45deg, rgba(24, 49, 80, 0.5) 20%, rgba(24, 49, 80, 0.1) 50%, rgba(24, 49, 80, 0) 90%);
  background: linear-gradient(45deg, rgba(24, 49, 80, 0.5) 20%, rgba(24, 49, 80, 0.1) 50%, rgba(24, 49, 80, 0) 90%);
}
.contact .content .infoBox {
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  position: absolute;
  z-index: 2;
  padding: 1.08rem 0 1rem 0.7rem;
}
.contact .content .infoBox .infoTitle {
  text-transform: capitalize;
  font-size: 0.8rem;
  font-family: "DIN Black", "Arial Black", "Impact";
}
.contact .content .infoBox .con {
  font-size: max(14px, 0.2rem);
  line-height: 2;
}
.contact .content .infoBox .con .name {
  font-size: max(18px, 0.34rem);
  font-weight: 800;
}
.contact .content .linkBox {
  right: 0;
  top: 50%;
  gap: 0.1rem;
  z-index: 10;
  width: 4.3rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .content .linkBox .linkItem {
  width: 2.07rem;
  height: 2.07rem;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 28px 20px 20px;
  background: rgba(41, 56, 68, 0.7);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact .content .linkBox .linkItem * {
  position: relative;
  z-index: 1;
}
.contact .content .linkBox .linkItem::after {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
}
.contact .content .linkBox .linkItem.active {
  background: rgba(41, 56, 68, 0);
}
.contact .content .linkBox .linkItem.active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact .content .linkBox .icon {
  width: max(30px, 0.42rem);
}
.contact .content .linkBox .name {
  font-size: max(16px, 0.2rem);
}
.contact .content .linkBox .enName {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "DIN Black", "Arial Black", "Impact";
}
.contact .content .czBox {
  display: none;
}
@media screen and (max-width: 1439px) {
  .contact .content {
    height: 9.45rem;
  }
}
@media screen and (max-width: 1279px) {
  .contact .content .linkBox .name {
    font-size: 14px;
  }
  .contact .content .linkBox .linkItem {
    padding: 17px 12px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .wrap {
    width: 100%;
    margin: 0;
    padding: 0 60px;
  }
  .contact .content {
    height: 52.5vw;
    padding: 0 0 40px;
  }
  .contact .content .linkBox {
    display: none;
  }
  .contact .content .infoItem::before {
    width: 100%;
  }
  .contact .content .czBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
    bottom: 0;
    gap: 15px;
    position: absolute;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .content .czBox .fgsPrev,
  .contact .content .czBox .fgsNext {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #333;
    border-radius: 50%;
    color: #333;
    margin: 0;
  }
  .contact .content .czBox .fgsPrev::after,
  .contact .content .czBox .fgsNext::after {
    display: none;
  }
  .contact .content .czBox .fgsPagination {
    width: auto;
    position: static;
  }
  .contact .content .czBox .fgsPagination .swiper-pagination-bullet-active {
    background: #b2853d;
  }
  .contact .content .infoItem::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contact .wrap {
    padding: 0 30px;
  }
  .contact .content {
    height: 300px;
  }
  .contact .content .infoItem::before {
    background: -webkit-linear-gradient(45deg, rgba(24, 49, 80, 0.5) 60%, rgba(24, 49, 80, 0.1) 90%);
    background: -moz-linear-gradient(45deg, rgba(24, 49, 80, 0.5) 60%, rgba(24, 49, 80, 0.1) 90%);
    background: -o-linear-gradient(45deg, rgba(24, 49, 80, 0.5) 60%, rgba(24, 49, 80, 0.1) 90%);
    background: linear-gradient(45deg, rgba(24, 49, 80, 0.5) 60%, rgba(24, 49, 80, 0.1) 90%);
  }
  .contact .content .infoBox {
    padding: 25px;
    width: 100%;
  }
  .contact .content .infoBox .con {
    line-height: 1.4;
  }
  .contact .content .infoBox .infoTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .contact .content .infoBox {
    padding: 15px;
  }
}

.contactForm {
  background-color: #eeeff0;
  padding: max(60px, 1.5rem) 0 1.33rem;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/contactBg.png");
  background-attachment: fixed;
}
.contactForm .form {
  row-gap: max(10px, 0.17rem);
  -webkit-column-gap: max(10px, 0.14rem);
     -moz-column-gap: max(10px, 0.14rem);
          column-gap: max(10px, 0.14rem);
  padding: 0.4rem 0 0;
  font-size: max(14px, 0.18rem);
}
.contactForm .form .layui-input,
.contactForm .form .select,
.contactForm .form .layui-textarea {
  width: 100%;
  height: max(38px, 0.66rem);
  background: #fff;
  padding: 0 0.28rem;
  border-radius: 5px;
  resize: none;
}
.contactForm .form .layui-input:hover, .contactForm .form .layui-input:focus,
.contactForm .form .select:hover,
.contactForm .form .select:focus,
.contactForm .form .layui-textarea:hover,
.contactForm .form .layui-textarea:focus {
  color: #d4a251;
  border-color: #d4a251;
}
.contactForm .form .inputItem {
  width: -webkit-calc((100% - max(10px, 0.14rem) * 3) / 4);
  width: -moz-calc((100% - max(10px, 0.14rem) * 3) / 4);
  width: calc((100% - max(10px, 0.14rem) * 3) / 4);
}
.contactForm .selectBox {
  position: relative;
}
.contactForm .selectBox .iconfont {
  right: 0.3rem;
  top: 50%;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  font-size: max(14px, 0.16rem);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contactForm .textareaItem {
  width: 100%;
}
.contactForm .textareaItem .layui-textarea {
  height: 2.4rem;
  padding: 0.2rem 0.28rem;
}
.contactForm .btnBox {
  width: 100%;
  padding: 0.3rem 0 0;
}
.contactForm .formButton {
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  width: auto;
  height: max(34px, 0.5rem);
  border-radius: max(17px, 0.25rem);
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border: 0 none;
  padding: 0 0.4rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contactForm .formButton:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.contactForm .formButton.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
.contactForm .formButton b {
  font-weight: 400;
}
@media screen and (max-width: 1679px) {
  .contactForm .formButton {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .contactForm .formButton {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .contactForm .form .inputItem {
    width: -webkit-calc((100% - max(10px, 0.14rem)) / 2);
    width: -moz-calc((100% - max(10px, 0.14rem)) / 2);
    width: calc((100% - max(10px, 0.14rem)) / 2);
  }
}
@media screen and (max-width: 479px) {
  .contactForm .form .inputItem {
    width: 100%;
  }
}

.newsFv {
  padding-top: max(30px, 0.5rem);
}
.newsFv .padTB120 {
  padding-bottom: 0;
}
.newsFv .newsFvList {
  gap: 30px;
}
.newsFv .newsFvItem {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  border-radius: max(5px, 0.1rem);
  position: relative;
  background: #000;
  height: 500px;
  overflow: hidden;
}
.newsFv .newsFvItem::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  background: rgba(234, 204, 134, 0.8);
}
.newsFv .newsFvItem:hover::after {
  border-radius: 0;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.newsFv .newsFvItem:hover .pic {
  opacity: 1;
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.newsFv .pic {
  opacity: 0.6;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.newsFv .text {
  width: 100%;
  height: 100%;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 5;
  position: absolute;
  font-size: max(14px, 0.18rem);
  padding: max(25px, 0.58rem) max(20px, 0.4rem) max(22px, 0.5rem);
}
.newsFv .text .tag {
  font-size: 14px;
  height: max(30px, 0.36rem);
  padding: 0 max(10px, 0.17rem);
  border-radius: max(15px, 0.18rem);
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsFv .text .name {
  line-height: 1.5;
  font-size: max(16px, 0.22rem);
}
@media screen and (max-width: 1679px) {
  .newsFv .newsFvItem {
    height: 413px;
  }
}
@media screen and (max-width: 1365px) {
  .newsFv .newsFvItem {
    height: 377px;
  }
}
@media screen and (max-width: 1279px) {
  .newsFv .newsFvItem {
    height: 304px;
  }
}
@media screen and (max-width: 1024px) {
  .newsFv .newsFvItem {
    height: 29.2vw;
  }
}
@media screen and (max-width: 959px) {
  .newsFv .newsFvList {
    gap: 20px;
  }
  .newsFv .newsFvItem {
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    height: 44.4vw;
  }
}
@media screen and (max-width: 559px) {
  .newsFv .newsFvItem {
    width: 100%;
    height: 69.8vw;
  }
}

.contactJoin1 {
  padding-top: -webkit-calc(max(30px, 0.5rem) + max(30px, 1.85rem));
  padding-top: -moz-calc(max(30px, 0.5rem) + max(30px, 1.85rem));
  padding-top: calc(max(30px, 0.5rem) + max(30px, 1.85rem));
  padding-bottom: max(60px, 1.68rem);
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/join1Bg.jpg");
  background-attachment: scroll;
}
.contactJoin1 .wrap,
.contactJoin1 .text {
  height: inherit;
  text-align: center;
}
.contactJoin1 .text {
  padding: 0 1.6rem;
  font-size: max(14px, 0.28rem);
  line-height: 1.8;
}
.contactJoin1 .text .btnBox {
  padding: max(20px, 0.4rem) 0 0;
}
.contactJoin1 .text .btn {
  width: max(120px, 1.68rem);
  height: max(40px, 0.5rem);
  color: #fff;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  font-size: max(14px, 0.18rem);
  border-radius: max(20px, 0.25rem);
}
.contactJoin1 .text .btn .iconfont {
  margin-left: max(5px, 0.1rem);
}
@media screen and (max-width: 1279px) {
  .contactJoin1 .text .btn {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .contactJoin1 {
    font-size: 40x;
    padding: 60px 0;
  }
  .contactJoin1 .text {
    padding: 0;
  }
}

.contactJoin2 {
  height: 9rem;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/join2Bg.jpg");
  background-attachment: fixed;
}
.contactJoin2 .text {
  font-size: max(16px, 0.36rem);
  line-height: 1.8;
  color: #fff;
  text-align: center;
  padding: 0 0.9rem;
}
@media screen and (max-width: 767px) {
  .contactJoin2 .text {
    padding: 0;
  }
}

.contactJoin3 {
  padding-top: 1.56rem;
}
.contactJoin3 .title {
  position: relative;
  text-align: center;
  padding-bottom: max(20px, 0.3rem);
}
.contactJoin3 .title::after {
  width: max(26px, 0.4rem);
  height: 3px;
  left: 50%;
  bottom: 0;
  position: absolute;
  content: "";
  background: #060723;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contactJoin3 .slideBox {
  padding: max(20px, 0.5rem) 0 0;
}
.contactJoin3 .list {
  padding: max(20px, 0.4rem) 0 0;
  gap: 20px;
}
.contactJoin3 .item {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  position: relative;
  background: #000;
  overflow: hidden;
  font-size: max(14px, 0.16rem);
  border-radius: max(5px, 0.1rem);
}
.contactJoin3 .item img {
  opacity: 0.6;
}
.contactJoin3 .item a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  position: absolute;
}
.contactJoin3 .item .name {
  font-size: max(16px, 0.28rem);
  margin: 0 0 max(26px, 0.42rem);
}
.contactJoin3 .item .btn {
  width: max(120px, 1.8rem);
  height: max(36px, 0.6rem);
  border-radius: max(18px, 0.3rem);
  border: 1px solid #fff;
}
.contactJoin3 .item .btn .iconfont {
  margin-left: max(5px, 0.1rem);
}
.contactJoin3 .joinSlideItem {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  height: 3rem;
}
.contactJoin3 .joinSlideItem img {
  opacity: 0.5;
}
.contactJoin3 .joinSlideItem::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: -webkit-linear-gradient(309deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
  background: -moz-linear-gradient(309deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
  background: -o-linear-gradient(309deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
  background: linear-gradient(141deg, #f5e095 0%, #f0c377 50%, #a46f13 100%);
}
.contactJoin3 .joinSlideItem .posBox {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactJoin3 .joinSlideItem .posBox .name {
  font-size: max(18px, 0.28rem);
  margin: 0 0 0.3rem;
  line-height: 1;
}
.contactJoin3 .joinSlideItem .posBox .btn {
  color: #fff;
  font-size: 16px;
  width: auto;
  height: max(36px, 0.6rem);
  border-radius: max(18px, 0.3rem);
  background: none;
  border: 1px solid #fff;
  padding: 0 0.45rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contactJoin3 .joinSlideItem .posBox .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.contactJoin3 .joinSlideItem .posBox .btn.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
.contactJoin3 .joinSlideItem .posBox .btn .iconfont {
  font-size: 18px;
  margin-left: 0.1rem;
}
.contactJoin3 .joinSlideItem:hover::after {
  opacity: 0.9;
  visibility: visible;
}
.contactJoin3 .joinSlideItem:hover .posBox .btn {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 1439px) {
  .contactJoin3 .joinSlideItem .posBox .btn {
    font-size: 14px;
    height: 38px;
    padding: 0 22px;
  }
  .contactJoin3 .joinSlideItem .posBox .btn .iconfont {
    font-size: 14px;
  }
}
@media screen and (max-width: 1365px) {
  .contactJoin3 .joinSlideItem {
    height: 3.75rem;
  }
}
@media screen and (max-width: 1279px) {
  .contactJoin3 .joinSlideItem .posBox .btn {
    font-size: 14px;
    height: 36px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contactJoin3 .joinSlideItem {
    height: 4.1rem;
  }
}
@media screen and (max-width: 959px) {
  .contactJoin3 .slideBox {
    position: relative;
    padding-bottom: 40px;
  }
  .contactJoin3 .slideBox .swiper-pagination-bullet-active {
    background: #b2853d;
  }
  .contactJoin3 .joinSlideItem {
    height: 26.4vw;
  }
}
@media screen and (max-width: 559px) {
  .contactJoin3 .joinSlideItem {
    height: 57.4vw;
  }
}
@media screen and (max-width: 479px) {
  .contactJoin3 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contactJoin3 .item {
    width: 100%;
  }
}

.aboutTitle {
  line-height: 1;
  padding: 0 0 max(10px, 0.22rem);
  position: relative;
}
.aboutTitle::after {
  width: 24px;
  height: 3px;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #060723;
}
.aboutTitle.center {
  text-align: center;
}
.aboutTitle.center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about1 {
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about1Bg.jpg");
  background-attachment: scroll;
}
.about1 .wrap {
  height: 100%;
  padding: 2.24rem 0 2.37rem;
}
.about1 .con {
  font-size: max(14px, 0.26rem);
  font-family: "HarmonyOS Sans SC Light";
  line-height: 1.8;
  padding: max(30px, 0.4rem) 0 max(35px, 0.68rem);
}
.about1 .btn {
  color: #fff;
  font-size: max(14px, 0.16rem);
  width: auto;
  height: max(36px, 0.5rem);
  border-radius: max(18px, 0.25rem);
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border: none;
  padding: 0 max(15px, 0.33rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about1 .btn .iconfont {
  margin-left: max(5px, 0.1rem);
}
.about1 .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.about1 .btn.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}

.about2 {
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/aboutCaseBg.jpg");
  background-attachment: fixed;
  padding: 1.62rem 0 1.5rem;
}
.about2 .title {
  color: #fff;
  text-align: center;
}
.about2 .title::after {
  left: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about2 .aboutCaseSwiper {
  width: 100%;
  padding: max(30px, 0.5rem) 0 1.15rem;
}
.about2 .aboutCaseSwiper .czBox {
  left: 50%;
  bottom: 0;
  gap: 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about2 .aboutCaseSwiper .czBox .moreBtn {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: max(32px, 0.46rem);
  border-radius: max(16px, 0.23rem);
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0 max(15px, 0.25rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about2 .aboutCaseSwiper .czBox .moreBtn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.about2 .aboutCaseSwiper .czBox .moreBtn.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
.about2 .aboutCaseSwiper .czBox .moreBtn:hover {
  border-color: #fff;
}
.about2 .aboutCaseSwiper .aboutCasePrev,
.about2 .aboutCaseSwiper .aboutCaseNext {
  margin: 0;
  opacity: 0.3;
  position: static;
  width: max(32px, 0.46rem);
  height: max(32px, 0.46rem);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: max(16px, 0.22rem);
}
.about2 .aboutCaseSwiper .aboutCasePrev::after,
.about2 .aboutCaseSwiper .aboutCaseNext::after {
  display: none;
}
.about2 .aboutCaseSwiper .aboutCasePrev:hover,
.about2 .aboutCaseSwiper .aboutCaseNext:hover {
  opacity: 1;
}
.about2 .aboutCaseItem {
  position: relative;
}
.about2 .aboutCaseItem .con {
  height: 5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: max(10px, 0.2rem);
  background: rgba(255, 255, 255, 0.5);
  padding: 0.95rem max(20px, 0.4rem) 0.74rem max(20px, 0.32rem);
}
.about2 .aboutCaseItem .con .top {
  color: #555;
  font-size: max(16px, 0.26rem);
  font-family: "HarmonyOS Sans SC Light";
  line-height: 1.6;
}
.about2 .aboutCaseItem .con .bot {
  font-size: max(14px, 0.18rem);
  color: #333;
  line-height: 1.9;
}
.about2 .aboutCaseItem.swiper-slide-next .con {
  -webkit-transform: scale(0.9) translateX(10%);
     -moz-transform: scale(0.9) translateX(10%);
      -ms-transform: scale(0.9) translateX(10%);
       -o-transform: scale(0.9) translateX(10%);
          transform: scale(0.9) translateX(10%);
  background: rgba(255, 255, 255, 0.7);
}
.about2 .aboutCaseItem.swiper-slide-prev .con {
  -webkit-transform: scale(0.9) translateX(-10%);
     -moz-transform: scale(0.9) translateX(-10%);
      -ms-transform: scale(0.9) translateX(-10%);
       -o-transform: scale(0.9) translateX(-10%);
          transform: scale(0.9) translateX(-10%);
  background: rgba(255, 255, 255, 0.7);
}
.about2 .aboutCaseItem.prev-2 .con {
  -webkit-transform: scale(0.8) translateX(-10%);
     -moz-transform: scale(0.8) translateX(-10%);
      -ms-transform: scale(0.8) translateX(-10%);
       -o-transform: scale(0.8) translateX(-10%);
          transform: scale(0.8) translateX(-10%);
  background: rgba(255, 255, 255, 0.5);
}
.about2 .aboutCaseItem.next-2 .con {
  -webkit-transform: scale(0.8) translateX(10%);
     -moz-transform: scale(0.8) translateX(10%);
      -ms-transform: scale(0.8) translateX(10%);
       -o-transform: scale(0.8) translateX(10%);
          transform: scale(0.8) translateX(10%);
  background: rgba(255, 255, 255, 0.5);
}
.about2 .aboutCaseItem.swiper-slide-active .con {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  background: rgb(255, 255, 255);
}
.about2 .aboutCaseSwipers {
  padding: max(30px, 0.5rem) 0 1.15rem;
}
.about2 .aboutCaseSwipers .aboutCaseItems {
  height: 2.8rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: max(10px, 0.2rem);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.3rem;
}
.about2 .aboutCaseSwipers .aboutCaseItems::after {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/aboutCaseItemBg.png");
  background-attachment: scroll;
}
.about2 .aboutCaseSwipers .aboutCaseItems .con {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about2 .aboutCaseSwipers .aboutCaseItems .top {
  color: #333;
  font-size: max(16px, 0.22rem);
  font-family: "HarmonyOS Sans SC Light";
  line-height: 1.4;
}
.about2 .aboutCaseSwipers .aboutCaseItems .bot {
  font-size: max(14px, 0.16rem);
  color: #b2853d;
  line-height: 1.4;
}
.about2 .aboutCaseSwipers .czBox {
  left: 50%;
  bottom: 0;
  gap: 10px;
  width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about2 .aboutCaseSwipers .czBox .moreBtn {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: max(32px, 0.46rem);
  border-radius: max(16px, 0.23rem);
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0 max(15px, 0.25rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about2 .aboutCaseSwipers .czBox .moreBtn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.about2 .aboutCaseSwipers .czBox .moreBtn.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
.about2 .aboutCaseSwipers .czBox .moreBtn:hover {
  border-color: #fff;
}
.about2 .aboutCaseSwipers .aboutCasePrevs,
.about2 .aboutCaseSwipers .aboutCaseNexts {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  opacity: 0.3;
  position: static;
  width: max(32px, 0.46rem);
  height: max(32px, 0.46rem);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: max(16px, 0.22rem);
}
.about2 .aboutCaseSwipers .aboutCasePrevs::after,
.about2 .aboutCaseSwipers .aboutCaseNexts::after {
  display: none;
}
.about2 .aboutCaseSwipers .aboutCasePrevs:hover,
.about2 .aboutCaseSwipers .aboutCaseNexts:hover {
  opacity: 1;
}
@media screen and (max-width: 1365px) {
  .about2 .aboutCaseSwipers .aboutCaseItems {
    height: 3.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .about2 .aboutCaseSwipers .aboutCaseItems {
    height: 4rem;
  }
}
@media screen and (max-width: 559px) {
  .about2 .aboutCaseSwipers .aboutCaseItems {
    height: 4.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .about2 .aboutCaseItem .con {
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .about2 .aboutCaseItem .con {
    height: 68vw;
  }
  .about2 .aboutCaseSwiper .czBox {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .about2 .aboutCaseItem .con {
    height: 95vw;
  }
}

.about3 {
  overflow: hidden;
  -o-background-size: 100%;
     background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/about3Bg.jpg");
  background-attachment: auto;
  background-color: #f3f6f9;
}
.about3 .textBox {
  width: 35%;
}
.about3 .textBox .title {
  font-size: max(18px, 0.24rem);
  line-height: 1;
  position: relative;
  padding: 0 0 max(15px, 0.25rem);
  margin: 0 0 max(20px, 0.32rem);
}
.about3 .textBox .title::after {
  width: 24px;
  height: 3px;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #060723;
}
.about3 .textBox .nr {
  font-family: "HarmonyOS Sans SC Light";
  font-size: max(14px, 0.2rem);
  line-height: 1.7;
  padding: max(10px, 0.35rem) 0 max(20px, 0.5rem);
}
.about3 .textBox .btn {
  color: #fff;
  font-size: max(14px, 0.18rem);
  width: auto;
  height: max(36px, 0.5rem);
  border-radius: max(18px, 0.25rem);
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border: none;
  padding: 0 max(15px, 0.4rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about3 .textBox .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.about3 .textBox .btn.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
.about3 .listBox {
  height: 9rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 10px;
}
.about3 .listBox::after {
  width: 100%;
  height: 30%;
  content: "";
  right: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
}
.about3 .listBox::before {
  width: 100%;
  height: 30%;
  content: "";
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
}
.about3 .listBox .slideItem {
  position: relative;
  height: 100%;
  width: max(100px, 1.6rem);
}
.about3 .listBox .listItem {
  width: max(100px, 1.6rem);
  height: max(100px, 1.6rem);
  border-radius: max(5px, 0.15rem);
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #e8f0f6;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 10px 30px rgba(51, 112, 255, 0.1);
}
.about3 .listBox .listItem img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.about3 .listBox .listItem .logoImg {
  max-width: 80%;
  height: 40%;
  margin: 0 0 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about3 .listBox .listItem p {
  padding: 0 5px;
  color: #666;
}
.about3 .mListBox {
  display: none;
}
.about3 .mListBox .itemBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about3 .mListBox .listItem {
  width: -webkit-calc((100% - 10px) / 3);
  width: -moz-calc((100% - 10px) / 3);
  width: calc((100% - 10px) / 3);
  height: 26.5vw;
  border-radius: max(5px, 0.15rem);
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #e8f0f6;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 10px 30px rgba(51, 112, 255, 0.1);
}
.about3 .mListBox .listItem img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.about3 .mListBox .listItem .logoImg {
  max-width: 80%;
  height: 40%;
  margin: 0 0 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about3 .mListBox .listItem p {
  padding: 0 5px;
  color: #666;
}
@media screen and (max-width: 959px) {
  .about3 {
    padding: 60px 0;
  }
  .about3 .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about3 .textBox {
    width: 100%;
    text-align: center;
  }
  .about3 .textBox .title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about3 .textBox .btnBox {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about3 .listBox {
    height: auto;
    width: 100%;
    padding: 30px 0 0;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about3 .listBox::after, .about3 .listBox::before {
    display: none;
  }
  .about3 .listBox .slideItem ul {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  .about3 .listBox {
    display: none;
  }
  .about3 .listBox .slideItem {
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
  }
  .about3 .listBox .slideItem:last-child, .about3 .listBox .slideItem:nth-last-child(2) {
    display: none;
  }
  .about3 .listBox .listItem {
    width: 100%;
    height: 16.5vw;
    height: 26.5vw;
  }
  .about3 .mListBox {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .about3 .listBox {
    gap: 5px;
  }
  .about3 .listBox .slideItem {
    width: -webkit-calc((100% - 10px) / 3);
    width: -moz-calc((100% - 10px) / 3);
    width: calc((100% - 10px) / 3);
  }
  .about3 .listBox .listItem {
    margin: 0 0 5px;
  }
}

.about4 {
  padding: max(60px, 1.1rem) 0;
  background: #f6f6f6;
}
.about4 .title {
  margin: 0 0 max(30px, 0.55rem);
}
.about4 .aboutHonrItem {
  height: 2.6rem;
  border-radius: 50%;
  background: rgba(207, 181, 129, 0.2);
}
.about4 .aboutHonrItem .pic {
  width: 0.9rem;
  height: 0.68rem;
}
.about4 .aboutHonrItem .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.about4 .aboutHonrItem .text {
  text-align: center;
  line-height: 1.8;
  padding-top: max(10px, 0.2rem);
  font-size: max(14px, 0.18rem);
  width: -webkit-calc(100% - max(40px, 0.7rem));
  width: -moz-calc(100% - max(40px, 0.7rem));
  width: calc(100% - max(40px, 0.7rem));
}
.about4 .btnBox {
  padding: max(30px, 0.7rem) 0 0;
}
.about4 .btnBox .btn {
  color: #fff;
  font-size: max(14px, 0.18rem);
  width: auto;
  height: max(36px, 0.5rem);
  border-radius: max(18px, 0.25rem);
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border: none;
  padding: 0 max(15px, 0.4rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about4 .btnBox .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.about4 .btnBox .btn.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
.about4 .slideBox {
  position: relative;
}
.about4 .slideBox .aboutHonrPrev,
.about4 .slideBox .aboutHonrNext {
  margin: 0;
  color: #333;
  width: max(32px, 0.46rem);
  height: max(32px, 0.46rem);
  border-radius: 50%;
  opacity: 0.3;
  color: #000;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: max(16px, 0.22rem);
  border: 2px solid #000;
}
.about4 .slideBox .aboutHonrPrev::after,
.about4 .slideBox .aboutHonrNext::after {
  display: none;
}
.about4 .slideBox .aboutHonrPrev:hover,
.about4 .slideBox .aboutHonrNext:hover {
  opacity: 1;
}
.about4 .slideBox .aboutHonrPrev {
  left: -0.78rem;
}
.about4 .slideBox .aboutHonrNext {
  right: -0.78rem;
}
.about4 .slideBox.mBox {
  gap: 20px;
  display: none;
}
.about4 .slideBox.mBox .aboutHonrItem {
  height: auto;
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  border-radius: 0.1rem;
  padding: 0.2rem;
  border: 1px solid #b38535;
}
@media screen and (max-width: 1439px) {
  .about4 .aboutHonrItem {
    height: 3rem;
  }
}
@media screen and (max-width: 1365px) {
  .about4 .aboutHonrItem {
    height: 3.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .about4 .aboutHonrItem {
    height: 20vw;
  }
}
@media screen and (max-width: 959px) {
  .about4 .aboutHonrItem {
    height: 43vw;
  }
  .about4 .slideBox {
    display: none;
  }
  .about4 .slideBox.mBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .about4 .slideBox .aboutHonrPrev {
    left: 0;
  }
  .about4 .slideBox .aboutHonrNext {
    right: 0;
  }
}
@media screen and (max-width: 559px) {
  .about4 .slideBox.mBox {
    gap: 10px;
  }
  .about4 .slideBox.mBox .aboutHonrItem {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .about4 .aboutHonrItem {
    height: 80vw;
  }
}

.aboutHonr {
  padding: -webkit-calc(max(60px, 1.1rem) + max(30px, 0.5rem)) 0 max(60px, 1.2rem);
  padding: -moz-calc(max(60px, 1.1rem) + max(30px, 0.5rem)) 0 max(60px, 1.2rem);
  padding: calc(max(60px, 1.1rem) + max(30px, 0.5rem)) 0 max(60px, 1.2rem);
}
.aboutHonr .honrList {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: max(20px, 0.45rem);
}
.aboutHonr .honrList .honrItem {
  height: 3.4rem;
  overflow: hidden;
  position: relative;
  font-size: max(16px, 0.26rem);
  font-family: "HarmonyOS Sans SC Light";
  color: #333333;
  line-height: 1.6;
  border-radius: max(5px, 0.15rem);
  border: 1px solid rgba(215, 170, 97, 0.4);
  width: -webkit-calc((100% - max(20px, 0.45rem) * 2) / 3);
  width: -moz-calc((100% - max(20px, 0.45rem) * 2) / 3);
  width: calc((100% - max(20px, 0.45rem) * 2) / 3);
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/honrItemBg.jpg");
  background-attachment: scroll;
  padding: max(20px, 0.33rem) max(30px, 0.5rem);
}
.aboutHonr .honrList .honrItem:hover .picBox {
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.aboutHonr .honrList .picBox {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(315deg, #f5e095 0%, #f0c377 55%, #a46f13 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(315deg, #f5e095 0%, #f0c377 55%, #a46f13 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(315deg, #f5e095 0%, #f0c377 55%, #a46f13 100%), -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(135deg, #f5e095 0%, #f0c377 55%, #a46f13 100%), linear-gradient(#ffffff, #ffffff);
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutHonr .honrList .picBox .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutHonr .honrList .picBox .pic img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .aboutHonr .honrList .honrItem {
    height: 4rem;
  }
}
@media only screen and (max-width: 959px) {
  .aboutHonr .honrList .honrItem {
    width: -webkit-calc((100% - max(20px, 0.45rem)) / 2);
    width: -moz-calc((100% - max(20px, 0.45rem)) / 2);
    width: calc((100% - max(20px, 0.45rem)) / 2);
    height: 27vw;
  }
}
@media only screen and (max-width: 767px) {
  .aboutHonr .honrList .honrItem {
    width: 100%;
    height: 54vw;
  }
}
@media only screen and (max-width: 559px) {
  .aboutHonr .honrList {
    gap: 10px;
  }
  .aboutHonr .honrList .honrItem {
    padding: 15px 20px;
  }
}

.aboutCase {
  padding-bottom: 2.3rem;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/caseBg.jpg");
  background-attachment: scroll;
}
.aboutCase .gAnchor {
  z-index: 5;
  padding: -webkit-calc(max(60px, 1rem) + max(60px, 1rem) / 2) 0 max(50px, 1.3rem);
  padding: -moz-calc(max(60px, 1rem) + max(60px, 1rem) / 2) 0 max(50px, 1.3rem);
  padding: calc(max(60px, 1rem) + max(60px, 1rem) / 2) 0 max(50px, 1.3rem);
}
.aboutCase .gAnchor .wrap {
  gap: 0.63rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-justify-content: safe center;
     -moz-box-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.aboutCase .gAnchor .wrap::-webkit-scrollbar {
  display: none;
}
.aboutCase .gAnchor a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: max(96px, 1.8rem);
  height: max(34px, 0.5rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #b2853d;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(14px, 0.2rem);
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #eacc86;
  padding: 0 0.15rem;
}
.aboutCase .gAnchor a:hover, .aboutCase .gAnchor a.active {
  color: #fff;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border-color: transparent;
  background-clip: content-box;
}
.aboutCase .bigItem, .aboutCase .contact .bigBox .text, .contact .bigBox .aboutCase .text {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1.4rem;
}
.aboutCase .bigItem:last-child, .aboutCase .contact .bigBox .text:last-child, .contact .bigBox .aboutCase .text:last-child {
  padding-bottom: 0;
}
.aboutCase .bigItem .bigName, .aboutCase .contact .bigBox .text .bigName, .contact .bigBox .aboutCase .text .bigName {
  font-size: max(20px, 0.36rem);
  padding-left: max(12px, 0.24rem);
  position: relative;
  line-height: 1;
}
.aboutCase .bigItem .bigName::after, .aboutCase .contact .bigBox .text .bigName::after, .contact .bigBox .aboutCase .text .bigName::after {
  width: 4px;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  position: absolute;
  background: #b2853d;
}
.aboutCase .listBox {
  gap: 0.3rem;
  width: -webkit-calc(100% - 2.98rem);
  width: -moz-calc(100% - 2.98rem);
  width: calc(100% - 2.98rem);
}
.aboutCase .listItem {
  width: -webkit-calc((100% - 0.42rem) / 2);
  width: -moz-calc((100% - 0.42rem) / 2);
  width: calc((100% - 0.42rem) / 2);
  width: -webkit-calc((100% - 0.6rem) / 3);
  width: -moz-calc((100% - 0.6rem) / 3);
  width: calc((100% - 0.6rem) / 3);
  padding: 0.58rem 0.7rem 0.5rem 0.47rem;
  padding: 0.4rem 0.3rem;
  border-radius: max(8px, 0.15rem);
  background-color: #fff;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.8rem;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/honrItemBg.jpg");
  background-attachment: scroll;
}
.aboutCase .listItem .nr {
  color: #555;
  font-size: max(16px, 0.26rem);
  font-family: "HarmonyOS Sans SC Light";
}
.aboutCase .listItem .bot {
  font-size: max(14px, 0.16rem);
  line-height: 2.1;
  color: #333;
}
@media only screen and (max-width: 1679px) {
  .aboutCase .listItem {
    padding: 0.58rem 0.7rem 0.5rem 0.47rem;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutCase .bigItem, .aboutCase .contact .bigBox .text, .contact .bigBox .aboutCase .text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .aboutCase .bigItem .bigName, .aboutCase .contact .bigBox .text .bigName, .contact .bigBox .aboutCase .text .bigName {
    width: 100%;
    margin: 0 0 20px;
  }
  .aboutCase .listBox {
    width: 100%;
  }
  .aboutCase .listItem {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .aboutCase .listItem {
    width: 100%;
  }
}

.team {
  padding-top: max(30px, 0.5rem);
  background: #f5f8fa;
}
.team .teamList {
  gap: 30px;
  padding-bottom: 0;
}
.team .teamItem {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  height: 545px;
  position: relative;
  overflow: hidden;
  border-radius: max(5px, 0.15rem);
  background-image: url("../images/output.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.team .teamItem .showText {
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  padding: max(10px, 0.3rem);
  background: rgba(0, 0, 0, 0.3);
  font-size: max(14px, 0.16rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backdrop-filter: blur(7px);
}
.team .teamItem .showText .name {
  font-size: max(16px, 0.24rem);
}
.team .teamItem::after {
  width: 100%;
  height: 100%;
  opacity: 0.92;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  background-image: -webkit-linear-gradient(320deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background-image: -moz-linear-gradient(320deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background-image: -o-linear-gradient(320deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background-image: linear-gradient(130deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
}
.team .teamItem .hideText {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  line-height: 1.6;
  z-index: 2;
  padding: max(20px, 0.4rem);
  font-size: max(14px, 0.18rem);
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.team .teamItem .hideText .name {
  font-size: max(18px, 0.42rem);
}
.team .teamItem .hideText .subName {
  font-size: max(16px, 0.22rem);
}
.team .teamItem .hideText .nr {
  padding: max(10px, 0.3rem) 0 max(15px, 0.4rem);
}
.team .teamItem .hideText .btn {
  width: max(120px, 1.4rem);
  height: max(36px, 0.44rem);
  border: 1px solid #f5f8fa;
  border-radius: 3px;
  font-size: max(14px, 0.16rem);
}
.team .teamItem:hover .pic {
  opacity: 0.5;
  -webkit-transition: all 0.5s 0.1s linear;
  -o-transition: all 0.5s 0.1s linear;
  -moz-transition: all 0.5s 0.1s linear;
  transition: all 0.5s 0.1s linear;
}
.team .teamItem:hover .showText {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.team .teamItem:hover .hideText {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.team .teamItem:hover::after {
  opacity: 0.92;
  visibility: visible;
  -webkit-transition: all 0.5s 0.1s linear;
  -o-transition: all 0.5s 0.1s linear;
  -moz-transition: all 0.5s 0.1s linear;
  transition: all 0.5s 0.1s linear;
}
@media screen and (max-width: 1679px) {
  .team .teamItem {
    height: 450px;
  }
}
@media screen and (max-width: 1365px) {
  .team .teamItem {
    height: 410px;
  }
}
@media screen and (max-width: 1279px) {
  .team .teamItem {
    height: 332px;
  }
}
@media screen and (max-width: 1024px) {
  .team .teamItem {
    height: 32.1vw;
  }
}
@media screen and (max-width: 959px) {
  .team .teamList {
    gap: 20px;
  }
  .team .teamItem {
    height: 48.3vw;
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 559px) {
  .team {
    padding-top: 0;
  }
  .team .teamItem {
    height: 103.3vw;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .team .teamItem {
    height: 96.3vw;
  }
}

.teamDetailsBanner {
  position: relative;
  overflow: hidden;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/teamDetailsBannerBg.jpg");
  background-attachment: scroll;
}
.teamDetailsBanner .wrap {
  height: 100%;
  padding-top: max(100px, 2.06rem);
}
.teamDetailsBanner .pic {
  width: 40%;
  -webkit-transform: translateX(50px);
     -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
       -o-transform: translateX(50px);
          transform: translateX(50px);
}
.teamDetailsBanner .pic img {
  display: block;
  width: 100%;
}
.teamDetailsBanner .text {
  font-size: max(14px, 0.2rem);
  line-height: 1.8;
  color: #fff;
  width: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: -webkit-calc(max(60px, 1.2rem) + 60px + max(34px, 0.5rem));
  padding-bottom: -moz-calc(max(60px, 1.2rem) + 60px + max(34px, 0.5rem));
  padding-bottom: calc(max(60px, 1.2rem) + 60px + max(34px, 0.5rem));
}
.teamDetailsBanner .text .name {
  padding: 0 0 0 28px;
  position: relative;
  font-size: max(26px, 0.6rem);
  line-height: 1;
}
.teamDetailsBanner .text .name::after {
  width: 8px;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  content: "";
  background: #fff;
}
.teamDetailsBanner .text .infoBox {
  padding: max(30px, 0.6rem) 0 0;
  font-size: max(16px, 0.24rem);
}
.teamDetailsBanner .text .infoBox .subName {
  font-size: max(18px, 0.28rem);
  padding: 0 0 max(10px, 0.3rem);
}
.teamDetailsBanner .text .infoBox .subName::before {
  content: "●";
  margin: 0 max(5px, 0.15rem) 0 0;
}
.teamDetailsBanner .text .btnBox {
  left: 0;
  bottom: -webkit-calc(max(60px, 1.2rem) + 30px);
  bottom: -moz-calc(max(60px, 1.2rem) + 30px);
  bottom: calc(max(60px, 1.2rem) + 30px);
  position: absolute;
}
.teamDetailsBanner .text .btn {
  color: #fff;
  width: auto;
  height: max(34px, 0.5rem);
  border-radius: max(17px, 0.25rem);
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border: 0 none;
  padding: 0 max(15px, 0.38rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.teamDetailsBanner .text .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.teamDetailsBanner .text .btn.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
@media screen and (max-width: 959px) {
  .teamDetailsBanner .wrap {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .teamDetailsBanner .pic {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 350px;
    max-width: 100%;
  }
  .teamDetailsBanner .text {
    width: 100%;
    padding-bottom: 20px;
  }
  .teamDetailsBanner .text .btnBox {
    position: static;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 559px) {
  .teamDetailsBanner .wrap {
    padding: 120px 0 0;
  }
  .teamDetailsBanner .text .nameBox {
    padding-left: 15px;
  }
  .teamDetailsBanner .text .nr {
    padding: 10px 0 0 15px;
  }
  .teamDetailsBanner .text .infoBox {
    padding: 15px 0 0;
  }
  .teamDetailsBanner .text .infoBox .subName {
    padding: 0;
  }
  .teamDetailsBanner .btnBox {
    padding: 20px 0 0;
  }
}

.teamDetails {
  background: #f5f8fa;
}
.teamDetails .wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.teamDetails .teamDetailsItem {
  padding: max(30px, 0.6rem) max(20px, 0.9rem) max(30px, 0.6rem) max(30px, 0.6rem);
  border-bottom: 2px solid #f5f8fa;
}
.teamDetails .teamDetailsItem .title {
  color: #d4a251;
  position: relative;
  font-size: max(16px, 0.24rem);
  font-weight: 800;
}
.teamDetails .teamDetailsItem .title::after {
  left: -23px;
  top: 50%;
  content: "";
  width: 4px;
  height: 20px;
  position: absolute;
  background: #d4a251;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.teamDetails .teamDetailsItem .nr {
  padding: max(10px, 0.3rem) 0 0;
  line-height: 2.5;
  font-size: max(14px, 0.2rem);
  color: #666;
}
.teamDetails .teamDetailsItem .nr p {
  margin-bottom: 0.1rem;
}
.teamDetails .teamDetailsItem .nr p:last-child {
  margin-bottom: 0;
}
.teamDetails .teamDetailsItem .nr .p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.teamDetails .teamDetailsItem .nr .p .textName {
  width: max(70px, 1rem);
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.teamDetails .teamDetailsItem .nrItem {
  line-height: 1.8;
  margin-bottom: max(10px, 0.35rem);
}
.teamDetails .teamDetailsItem .nrItem:last-child {
  margin-bottom: 0;
}
.teamDetails .teamDetailsItem .nrItem h5 {
  color: #333;
}
.teamDetails .teamDetailsItem .nrItem p {
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
  margin-bottom: 0.3rem;
}
.teamDetails .comRightHotList {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .teamDetails .wrap {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .teamDetails .comRightHotList {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .teamDetails .teamDetailsItem {
    padding: 15px;
  }
  .teamDetails .teamDetailsItem .title {
    padding-left: 15px;
  }
  .teamDetails .teamDetailsItem .title::after {
    left: 0;
  }
  .teamDetails .teamDetailsItem .nr {
    line-height: 1.8;
  }
}

.comDetailsContent {
  position: relative;
  top: min(-60px, -1.2rem);
  z-index: 5;
}

.comDetailsLeft {
  width: -webkit-calc(100% - 380px - 30px);
  width: -moz-calc(100% - 380px - 30px);
  width: calc(100% - 380px - 30px);
  background: #fff;
  border-radius: max(5px, 0.12rem);
}
@media screen and (max-width: 1439px) {
  .comDetailsLeft {
    width: -webkit-calc(100% - 330px - 30px);
    width: -moz-calc(100% - 330px - 30px);
    width: calc(100% - 330px - 30px);
  }
}
@media screen and (max-width: 1279px) {
  .comDetailsLeft {
    width: -webkit-calc(100% - 258px - 20px);
    width: -moz-calc(100% - 258px - 20px);
    width: calc(100% - 258px - 20px);
  }
}
@media screen and (max-width: 1023px) {
  .comDetailsLeft {
    width: 100%;
  }
}

.comDetailsRight {
  width: 380px;
  margin-left: 30px;
}
.comDetailsRight .infos {
  background: #fff;
  padding: max(5px, 0.1rem) max(5px, 0.1rem) max(20px, 0.64rem);
  border-radius: max(5px, 0.12rem);
}
.comDetailsRight .infos .pic {
  width: 100%;
  height: 395px;
  overflow: hidden;
  border-radius: 5px;
}
.comDetailsRight .infos .textBox {
  padding: max(20px, 0.45rem) 0 0;
  font-size: max(14px, 0.18rem);
  line-height: 2.2;
}
.comDetailsRight .infos .textBox p {
  position: relative;
  padding: 0 0 0 max(30px, 0.7rem);
}
.comDetailsRight .infos .textBox p .iconfont {
  left: 0.34rem;
  top: -0.02rem;
  color: #b2853d;
  position: absolute;
  font-size: max(14px, 0.22rem);
}
.comDetailsRight .infos .btnBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: max(15px, 0.25rem);
  padding-left: max(5px, 0.15rem);
}
.comDetailsRight .infos .btnBox .btn {
  width: max(100px, 1.38rem);
  height: max(34px, 0.42rem);
  border-radius: max(17px, 0.21rem);
  background: #b2853d;
  color: #fff;
  font-size: max(14px, 0.16rem);
}
.comDetailsRight .infos .btnBox .btn .iconfont {
  margin: 0 0 0 max(4px, 0.08rem);
}
@media screen and (max-width: 1439px) {
  .comDetailsRight {
    width: 330px;
  }
  .comDetailsRight .infos .pic {
    height: 350px;
  }
}
@media screen and (max-width: 1279px) {
  .comDetailsRight {
    width: 258px;
    margin-left: 20px;
  }
  .comDetailsRight .infos .pic {
    height: 272px;
  }
  .comDetailsRight .infos .textBox p {
    padding-left: 30px;
  }
  .comDetailsRight .infos .textBox p .iconfont {
    left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .comDetailsRight {
    margin-left: 0;
    width: 100%;
  }
  .comDetailsRight .infos {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    padding: max(5px, 0.1rem);
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comDetailsRight .infos .pic {
    width: 250px;
    height: 274px;
    display: none;
  }
  .comDetailsRight .infos .textBox {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 559px) {
  .comDetailsRight .infos {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .comDetailsRight .infos .textBox {
    width: 100%;
    padding: 10px;
  }
  .comDetailsRight .infos .textBox p {
    padding-left: 18px;
  }
  .comDetailsRight .infos .textBox p .iconfont {
    left: 0;
  }
  .comDetailsRight .infos .textBox .btnBox {
    padding: 10px 0 0 0;
  }
}

.business .pageTitle {
  padding: 2.75rem 0 0.9rem;
  font-size: max(24px, 0.62rem);
}
.business .pageTitle h4 {
  text-align: right;
  color: #666;
  padding-right: 0.2rem;
  padding-top: 0.4rem;
  font-size: max(14px, 0.48rem);
}
.business .item {
  height: 37vw;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-clip-path: inset(-1px -1px -1px -1px);
          clip-path: inset(-1px -1px -1px -1px);
}
.business .item::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 8px solid #b2853d;
}
.business .item .text {
  left: 0;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: max(20px, 0.4rem);
  font-size: max(14px, 0.2rem);
  padding: 0 max(20px, 0.4rem);
}
.business .item .text .name {
  font-size: max(16px, 0.22rem);
}
.business .item img {
  -webkit-transition: all 0.5s 0.1s linear;
  -o-transition: all 0.5s 0.1s linear;
  -moz-transition: all 0.5s 0.1s linear;
  transition: all 0.5s 0.1s linear;
}
.business .item:hover img {
  -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}
.business .item:hover::after {
  opacity: 1;
}
.business .item p {
  padding-top: max(5px, 0.1rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
}
.business .twoBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.business .twoBox .item {
  width: 50%;
  height: 27.8vw;
}
.business .fiveBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.business .fiveBox .minBox {
  width: 25%;
}
.business .fiveBox .minBox .item {
  width: 100%;
  height: 20vw;
}
.business .fiveBox .bigBox {
  width: 50%;
  height: 40vw;
}
.business .fiveBox .bigBox .item {
  height: 100%;
}
.business .casev2-s2 {
  overflow: hidden;
}
.business .casev2-s2 svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.business .casev2-s2 circle {
  stroke: #fff;
  stroke-width: 20;
  fill: none;
}
.business .casev2-s2 .icons {
  width: 90px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  margin: -45px 0 0 -45px;
  z-index: 4;
  mix-blend-mode: exclusion;
  will-change: transform opacity;
  pointer-events: none;
  opacity: 0;
}
.business .casev2-s2 .icons.active {
  opacity: 1;
}
.business .casev2-s2 .icons.active svg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: -o-transform 0.8s ease;
  -moz-transition: transform 0.8s ease, -moz-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease;
}
.business .casev2-s3 {
  padding: 2.15rem 0;
  line-height: 1;
  font-size: max(16px, 0.32rem);
}
.business .casev2-s3 .name {
  font-size: max(20px, 0.6rem);
  padding: max(15px, 0.32rem) 0 max(30px, 0.8rem);
}
.business .casev2-s3 .btn {
  width: max(120px, 1.68rem);
  height: max(34px, 0.5rem);
  font-size: max(14px, 0.16rem);
  background: #b2853d;
  color: #fff;
  border-radius: max(17px, 0.25rem);
}
.business .casev2-s3 .btn .iconfont {
  font-size: 12px;
  margin: 0 0 0 max(5px, 0.14rem);
}
@media screen and (max-width: 1023px) {
  .business .fiveBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .business .fiveBox .minBox {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business .fiveBox .minBox .item {
    width: 50%;
    height: 40vw;
  }
  .business .fiveBox .bigBox {
    width: 100%;
    height: 80vw;
  }
}
@media screen and (max-width: 559px) {
  .business .item {
    height: 240px;
  }
  .business .twoBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .business .twoBox .item {
    width: 100%;
    height: 55.8vw;
  }
}
@media screen and (max-width: 479px) {
  .business .fiveBox .minBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .business .fiveBox .minBox .item {
    width: 100%;
    height: 80vw;
  }
  .business .casev2-s3 .name {
    font-size: 22px;
  }
}

.businessDetails .slideTitle,
.businessDetails .titles {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  left: 0;
  top: 50vh;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1919px) {
  .businessDetails .slideTitle,
  .businessDetails .titles {
    font-size: 54px;
  }
}
@media screen and (max-width: 1679px) {
  .businessDetails .slideTitle,
  .businessDetails .titles {
    font-size: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .businessDetails .slideTitle,
  .businessDetails .titles {
    font-size: 46px;
  }
}
@media screen and (max-width: 1365px) {
  .businessDetails .slideTitle,
  .businessDetails .titles {
    font-size: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .businessDetails .slideTitle,
  .businessDetails .titles {
    font-size: 34px;
  }
}
@media screen and (max-width: 959px) {
  .businessDetails .slideTitle,
  .businessDetails .titles {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .businessDetails .slideTitle,
  .businessDetails .titles {
    font-size: 20px;
  }
}
.businessDetails .titles {
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.businessDetails .pages1 {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.businessDetails .pages1 img {
  min-height: 360px;
}
.businessDetails .pages1 .wrap {
  left: 50%;
  height: 100%;
  top: 0;
  color: #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.businessDetails .pages1 .nr {
  font-size: max(14px, 0.28rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
  display: none;
  color: #fff;
  line-height: 1.6;
  padding: max(10px, 0.25rem) 0 0;
}
@media screen and (max-width: 1024px) {
  .businessDetails .pages1 .wrap {
    width: 100%;
    padding: 0 60px;
    margin: 0;
  }
  .businessDetails .pages1 .slideTitle {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .businessDetails .pages1 .nr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .businessDetails .pages1 .wrap {
    padding: 0 30px;
  }
  .businessDetails .pages1 .wrap .slideTitle {
    padding: 50px 0 0;
  }
}
.businessDetails .pages2 {
  min-height: 100vh;
  padding: max(60px, 1.2rem) 0;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ywlyDetails1Bg.jpg");
  background-attachment: scroll;
}
.businessDetails .pages2 .wrap {
  height: 100%;
}
.businessDetails .pages2 .slideTitle {
  position: relative;
  color: #000;
}
.businessDetails .pages2 .nr {
  font-size: max(14px, 0.28rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
  color: #545556;
  line-height: 1.6;
  padding: max(10px, 0.25rem) 0 0;
}
.businessDetails .pages2 .nr p {
  margin-bottom: 0.3rem;
}
.businessDetails .pages2 .nr p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .businessDetails .pages2 {
    height: auto;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .businessDetails .pages2 {
    height: auto;
    padding: 60px 0;
  }
}
.businessDetails .pages3 {
  width: 100%;
  position: relative;
}
.businessDetails .pages3 .itemBox {
  width: 100%;
  height: 52.1vw;
  position: relative;
  overflow: hidden;
}
.businessDetails .pages3 .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.businessDetails .pages3 .item .text {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  padding-top: 2.4rem;
}
.businessDetails .pages3 .item .name {
  padding: 0 0 max(15px, 0.3rem);
  position: relative;
  color: #fff;
  margin-bottom: max(30px, 0.5rem);
}
.businessDetails .pages3 .item .name::after {
  width: 40px;
  height: 3px;
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.businessDetails .pages3 .item .btnBox {
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.businessDetails .pages3 .item .btn {
  color: #333;
  width: max(120px, 1.8rem);
  height: max(34px, 0.46rem);
  font-size: max(14px, 0.18rem);
  background: rgba(255, 255, 255, 0.4);
  border-radius: max(17px, 0.23rem);
}
.businessDetails .pages3 .item .btn.hoverBtn {
  color: #fff;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
}
.businessDetails .pages3 .item .btn.hoverBtn:hover {
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86) !important;
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86) !important;
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86) !important;
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86) !important;
}
.businessDetails .pages3 .item .btn.comLineBtn {
  border-color: transparent;
  color: #333;
}
.businessDetails .pages3 .item .btn:hover {
  color: #fff;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  background-clip: content-box;
}
.businessDetails .pages3 .item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.businessDetails .pages3 .linkBox {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  overflow-x: scroll;
  font-size: max(14px, 0.28rem);
  background: rgba(255, 255, 255, 0.2);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.businessDetails .pages3 .linkBox::-webkit-scrollbar {
  display: none;
}
.businessDetails .pages3 .linkBox .linkItem {
  color: #fff;
  min-width: 20%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  height: max(80px, 1.26rem);
  padding: 0 max(10px, 0.5rem);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.businessDetails .pages3 .linkBox .linkItem::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  opacity: 0;
  z-index: -1;
}
.businessDetails .pages3 .linkBox .linkItem:hover, .businessDetails .pages3 .linkBox .linkItem.active {
  background: rgba(191, 171, 134, 0.6);
}
.businessDetails .pages3 .linkBox .linkItem:hover::after, .businessDetails .pages3 .linkBox .linkItem.active::after {
  opacity: 0.9;
}
@media screen and (max-width: 959px) {
  .businessDetails .pages3 .linkBox .linkItem {
    height: 60px;
  }
  .businessDetails .pages3 .item .text {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .businessDetails .pages3 .itemBox {
    height: 430px;
  }
  .businessDetails .pages3 .linkBox .linkItem {
    height: 40px;
    padding: 0 15px;
  }
}
.businessDetails .pages3 .picTextBox {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.businessDetails .pages3 .picTextBox .pic,
.businessDetails .pages3 .picTextBox .text {
  width: 50%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.businessDetails .pages3 .picTextBox .text {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(14px, 0.26rem);
  line-height: 1.8;
  padding: 0 -webkit-calc((100vw - 1440px) / 2) 0 1rem;
  padding: 0 -moz-calc((100vw - 1440px) / 2) 0 1rem;
  padding: 0 calc((100vw - 1440px) / 2) 0 1rem;
  background: -webkit-linear-gradient(top, #d0a253, #f1cf83);
  background: -moz-linear-gradient(top, #d0a253, #f1cf83);
  background: -o-linear-gradient(top, #d0a253, #f1cf83);
  background: linear-gradient(to bottom, #d0a253, #f1cf83);
}
@media screen and (max-width: 1679px) {
  .businessDetails .pages3 .picTextBox .text {
    padding-right: -webkit-calc((100vw - 1200px) / 2);
    padding-right: -moz-calc((100vw - 1200px) / 2);
    padding-right: calc((100vw - 1200px) / 2);
  }
}
@media screen and (max-width: 1365px) {
  .businessDetails .pages3 .picTextBox .text {
    padding-right: -webkit-calc((100vw - 1100px) / 2);
    padding-right: -moz-calc((100vw - 1100px) / 2);
    padding-right: calc((100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .businessDetails .pages3 .picTextBox .text {
    padding-right: -webkit-calc((100vw - 900px) / 2);
    padding-right: -moz-calc((100vw - 900px) / 2);
    padding-right: calc((100vw - 900px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .businessDetails .pages3 .picTextBox .text {
    padding-right: 60px;
  }
}
.businessDetails .pages3 .picTextBox .text .name {
  font-size: max(18px, 0.42rem);
  position: relative;
  line-height: 1;
  padding-bottom: max(10px, 0.22rem);
}
.businessDetails .pages3 .picTextBox .text .name::after {
  width: 0.8rem;
  height: 4px;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .businessDetails .pages3 .picTextBox .text .name::after {
    height: 2px;
  }
}
.businessDetails .pages3 .picTextBox .text .nr {
  padding: 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .businessDetails .pages3 .picTextBox .pic,
  .businessDetails .pages3 .picTextBox .text {
    width: 100%;
  }
  .businessDetails .pages3 .picTextBox .text {
    padding: 60px 30px;
  }
}
.businessDetails .pages4 {
  width: 100%;
  overflow: hidden;
  padding: max(60px, 1.4rem) 0 max(60px, 1.3rem);
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ywlyXqjjfaBg.jpg");
  background-attachment: fixed;
}
.businessDetails .pages4 .solutionSlide {
  position: relative;
  padding-top: max(30px, 0.6rem);
}
.businessDetails .pages4 .wrapBox {
  width: 100vw;
  padding-left: -webkit-calc((100vw - 1440px) / 2);
  padding-left: -moz-calc((100vw - 1440px) / 2);
  padding-left: calc((100vw - 1440px) / 2);
}
@media screen and (max-width: 1679px) {
  .businessDetails .pages4 .wrapBox {
    padding-left: -webkit-calc((100vw - 1200px) / 2);
    padding-left: -moz-calc((100vw - 1200px) / 2);
    padding-left: calc((100vw - 1200px) / 2);
  }
}
@media screen and (max-width: 1365px) {
  .businessDetails .pages4 .wrapBox {
    padding-left: -webkit-calc((100vw - 1100px) / 2);
    padding-left: -moz-calc((100vw - 1100px) / 2);
    padding-left: calc((100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .businessDetails .pages4 .wrapBox {
    padding-left: -webkit-calc((100vw - 900px) / 2);
    padding-left: -moz-calc((100vw - 900px) / 2);
    padding-left: calc((100vw - 900px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .businessDetails .pages4 .wrapBox {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .businessDetails .pages4 .wrapBox {
    padding-left: 30px;
  }
}
.businessDetails .pages4 .solutionSlideItem {
  height: max(260px, 4.86rem);
  border: 1px solid #bda16d;
  border-radius: max(5px, 0.12rem);
  background: #fff;
  overflow: hidden;
}
.businessDetails .pages4 .solutionSlideItem a {
  height: 100%;
  color: #333;
  position: relative;
  z-index: 1;
  padding: max(30px, 0.7rem) max(30px, 0.6rem) max(30px, 0.6rem) max(25px, 0.45rem);
}
.businessDetails .pages4 .solutionSlideItem .nr {
  font-size: max(14px, 0.24rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
  line-height: 1.8;
}
.businessDetails .pages4 .solutionSlideItem .nameBox {
  font-size: max(14px, 0.16rem);
  line-height: 2.1;
}
.businessDetails .pages4 .solutionSlideItem::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-image: -webkit-linear-gradient(309deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background-image: -moz-linear-gradient(309deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background-image: -o-linear-gradient(309deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background-image: linear-gradient(141deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
}
.businessDetails .pages4 .solutionSlideItem:hover {
  border-color: transparent;
}
.businessDetails .pages4 .solutionSlideItem:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s 0.1s linear;
  -o-transition: all 0.5s 0.1s linear;
  -moz-transition: all 0.5s 0.1s linear;
  transition: all 0.5s 0.1s linear;
}
.businessDetails .pages4 .solutionSlideItem:hover a {
  color: #fff;
}
.businessDetails .pages4 .solutionSlidePagina {
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(191, 171, 134, 0.2);
}
.businessDetails .pages4 .solutionSlidePagina .swiper-scrollbar-drag {
  background: #bfab86;
}
.businessDetails .pages4 .czBox {
  gap: 10px;
  padding: max(20px, 0.4rem) 0 0;
}
.businessDetails .pages5 {
  padding: max(60px, 1.48rem) 0 max(70px, 1.6rem);
  background: #f5f8fa;
}
.businessDetails .pages5 .title {
  text-align: center;
}
.businessDetails .pages5 .tjywSlide {
  padding: max(30px, 0.45rem) 0 max(60px, 1rem);
}
.businessDetails .pages5 .tjywSlide::after, .businessDetails .pages5 .tjywSlide::before {
  width: 27%;
  height: max(100% - max(30px, 0.45rem) - max(60px, 1rem));
  left: 0;
  top: max(30px, 0.45rem);
  content: "";
  z-index: 5;
  position: absolute;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
}
.businessDetails .pages5 .tjywSlide::before {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0));
}
.businessDetails .pages5 .tjywSlideItem {
  position: relative;
  background: #fff;
  padding: max(5px, 0.1rem);
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: max(5px, 0.12rem);
  box-shadow: 0px 26px 30px 0px rgba(151, 151, 151, 0.3);
}
.businessDetails .pages5 .tjywSlideItem a {
  display: block;
  overflow: hidden;
  border-radius: max(5px, 0.1rem);
}
.businessDetails .pages5 .tjywSlideItem .name {
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: max(20px, 0.36rem);
  padding: 0 max(20px, 0.3rem);
  font-size: max(14px, 0.22rem);
}
.businessDetails .pages5 .tjywSlideItem.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.businessDetails .pages5 .czBox {
  width: 100%;
  left: 0;
  gap: 0.5rem;
  bottom: 1px;
  position: absolute;
}
.businessDetails .pages5 .czBox .tjywSlidePagination,
.businessDetails .pages5 .czBox .tjywSlidePrev,
.businessDetails .pages5 .czBox .tjywSlideNext {
  position: static;
  width: auto;
}
.businessDetails .pages5 .czBox .tjywSlidePagination::after,
.businessDetails .pages5 .czBox .tjywSlidePrev::after,
.businessDetails .pages5 .czBox .tjywSlideNext::after {
  display: none;
}
.businessDetails .pages5 .czBox .tjywSlidePrev,
.businessDetails .pages5 .czBox .tjywSlideNext {
  width: max(30px, 0.45rem);
  height: max(30px, 0.45rem);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  border: 1px solid #000;
  font-size: 26px;
  margin: 0;
}
.businessDetails .pages5 .czBox .tjywSlidePagination {
  min-width: 60px;
  margin: 0 10px;
  height: max(30px, 0.45rem);
  border-radius: max(15px, 0.23rem);
  border: 1px solid #000;
}
.businessDetails .pages6 {
  padding-top: max(60px, 1.37rem);
}
.businessDetails .pages6 .list {
  padding-top: max(30px, 0.5rem);
  gap: 30px;
}
.businessDetails .pages6 .comXgxwSlide {
  padding-top: max(30px, 0.5rem);
  padding-bottom: 40px;
}
.businessDetails .pages6 .comXgxwSlidePagina .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(191, 171, 134, 0.2);
}
.businessDetails .pages6 .comXgxwSlidePagina .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bfab86;
}
.businessDetails .pages6 .item {
  height: 500px;
  overflow: hidden;
  position: relative;
  background: #000;
  border-radius: max(5px, 0.1rem);
}
.businessDetails .pages6 .item img {
  opacity: 0.9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.businessDetails .pages6 .item:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.businessDetails .pages6 .item .text {
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  height: 100%;
  position: absolute;
  font-size: max(16px, 0.24rem);
  padding: max(30px, 0.6rem) max(20px, 0.38rem) max(20px, 0.5rem);
}
.businessDetails .pages6 .item .dateBox {
  font-size: max(14px, 0.18rem);
}
.businessDetails .pages6 .item .dateBox .tag {
  width: 90px;
  height: 36px;
  font-size: 14px;
  border-radius: 18px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1679px) {
  .businessDetails .pages6 .item {
    height: 413px;
  }
}
@media screen and (max-width: 1365px) {
  .businessDetails .pages6 .item {
    height: 377px;
  }
}
@media screen and (max-width: 1279px) {
  .businessDetails .pages6 .item {
    height: 304px;
  }
}
@media screen and (max-width: 1024px) {
  .businessDetails .pages6 .item {
    height: 29.5vw;
  }
}
@media screen and (max-width: 959px) {
  .businessDetails .pages6 .item {
    height: 44.4vw;
  }
}
@media screen and (max-width: 559px) {
  .businessDetails .pages6 .item {
    height: 44.4vw;
  }
  .businessDetails .pages6 .item .dateBox .tag {
    width: 78px;
    height: 28px;
  }
}
@media screen and (max-width: 479px) {
  .businessDetails .pages6 .item {
    height: 88.4vw;
  }
}

.newsIndexTabBox {
  padding: max(10px, 0.3rem) 0;
  background: #fff;
  top: 0;
  position: sticky;
  z-index: 5;
}
.newsIndexTabBox .wrap {
  gap: 0.63rem;
  overflow-x: auto;
  height: max(34px, 0.5rem);
  -webkit-justify-content: safe center;
     -moz-box-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
}
.newsIndexTabBox .tabLink {
  padding: 0 max(15px, 0.35rem);
  height: max(34px, 0.5rem);
  border-radius: max(17px, 0.25rem);
  border: 1px solid #eacc86;
  color: #b2853d;
  font-size: max(16px, 0.2rem);
}
.newsIndexTabBox .tabLink.active, .newsIndexTabBox .tabLink:hover {
  color: #fff;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .newsIndexTabBox .wrap {
    gap: 10px;
  }
  .newsIndexTabBox .tabLink {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.newsIndex {
  padding: max(40px, 0.64rem) 0 0;
}
.newsIndex .newsPageTitleBox {
  padding: 0 0 max(30px, 0.5rem);
}
.newsIndex .newsPageTitleBox .title {
  font-size: max(22px, 0.42rem);
  color: #333;
}
.newsIndex .newsPageTitleBox .more {
  color: #fff;
  font-size: max(14px, 0.18rem);
  width: auto;
  height: max(34px, 0.5rem);
  border-radius: max(17px, 0.25rem);
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
  border: 0 none;
  padding: 0 max(15px, 0.4rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsIndex .newsPageTitleBox .more:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(138, 91, 13, 0.3);
}
.newsIndex .newsPageTitleBox .more.noHover:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}
.newsIndex .newsPageTitleBox .more .iconfont {
  margin-left: max(5px, 0.08rem);
}
.newsIndex .dt {
  padding: 0.64rem 0 0.9rem;
}
.newsIndex .dt .newsDtItem .pic {
  width: 100%;
  height: 2.6rem;
  border-radius: 6px;
  overflow: hidden;
}
.newsIndex .dt .newsDtItem .pic img {
  -webkit-transition: all 0.5s 0.1s linear;
  -o-transition: all 0.5s 0.1s linear;
  -moz-transition: all 0.5s 0.1s linear;
  transition: all 0.5s 0.1s linear;
}
.newsIndex .dt .newsDtItem .text {
  padding: 0.4rem 0 0.2rem;
}
.newsIndex .dt .newsDtItem .date {
  color: #b2853d;
  font-size: max(14px, 0.16rem);
}
.newsIndex .dt .newsDtItem .listTitle {
  line-height: 1.5;
  padding: 0.18rem 0 0.1rem;
  color: #333;
  font-size: max(18px, 0.24rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
}
.newsIndex .dt .newsDtItem:hover .listTitle {
  color: #b2853d;
}
.newsIndex .dt .newsDtItem:hover .pic img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.newsIndex .newsLink {
  font-size: max(14px, 0.18rem);
  color: #d4a251;
}
.newsIndex .newsLink .iconfont {
  opacity: 0.5;
  font-size: max(16px, 0.22rem);
}
.newsIndex .qygd {
  background: #f5f8fa;
  padding: max(60px, 1.2rem) 0 max(60px, 1.15rem);
}
.newsIndex .qygd .qysdList {
  gap: 0.6rem;
}
.newsIndex .qygd .qysdItem {
  width: -webkit-calc((100% - 0.6rem) / 2);
  width: -moz-calc((100% - 0.6rem) / 2);
  width: calc((100% - 0.6rem) / 2);
  position: relative;
}
.newsIndex .qygd .qysdItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.newsIndex .qygd .qysdItem a {
  z-index: 2;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.52rem 0.55rem 0.44rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.newsIndex .qygd .qysdItem a::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-image: url("../images/viewpoint1.jpg");
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.newsIndex .qygd .qysdItem:nth-child(2) a::after {
  background-image: url("../images/viewpoint2.jpg");
}
.newsIndex .qygd .qysdItem:nth-child(3) a::after {
  background-image: url("../images/viewpoint3.jpg");
}
.newsIndex .qygd .qysdItem:nth-child(4) a::after {
  background-image: url("../images/viewpoint4.jpg");
}
.newsIndex .qygd .qysdItem .date {
  z-index: 1;
  position: relative;
  color: #d4a251;
  font-size: max(14px, 0.16rem);
}
.newsIndex .qygd .qysdItem .name {
  z-index: 1;
  position: relative;
  color: #555;
  line-height: 1.5;
  margin: 0.18rem 0 0.3rem;
  height: max(81px, 1.08rem);
  font-size: max(18px, 0.24rem);
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
}
.newsIndex .qygd .qysdItem .newsLink {
  z-index: 1;
  position: relative;
}
.newsIndex .qygd .qysdItem:hover a {
  box-shadow: 5px 9px 30px 0px rgba(197, 201, 206, 0.3);
}
.newsIndex .qygd .qysdItem:hover a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsIndex .qygd .qysdItem:hover .date,
.newsIndex .qygd .qysdItem:hover .name {
  color: #fff;
}
.newsIndex .qygd .qysdItem:hover .newsLink {
  color: #fff;
}
.newsIndex .qygd .qysdItem:hover img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsIndex .djhd {
  padding: max(60px, 1.1rem) 0;
}
.newsIndex .djhd .djhdSwiper {
  box-shadow: 2px 1px 39px 12px rgba(197, 201, 206, 0.27);
  border-radius: 15px 15px 21px 21px;
}
.newsIndex .djhd .djhdItem {
  padding: 0.6rem 0.44rem 0.6rem 0.6rem;
  border-radius: 15px 15px 21px 21px;
}
.newsIndex .djhd .djhdItem .pic {
  width: 45%;
  height: 3.6rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.newsIndex .djhd .djhdItem .pic img {
  -webkit-transition: all 0.5s 0.1s linear;
  -o-transition: all 0.5s 0.1s linear;
  -moz-transition: all 0.5s 0.1s linear;
  transition: all 0.5s 0.1s linear;
}
.newsIndex .djhd .djhdItem .date {
  color: #515151;
}
.newsIndex .djhd .djhdItem .text {
  font-size: max(16px, 0.18rem);
  color: #333;
  line-height: 1.8;
  padding: 0 0.77rem 0 0;
}
.newsIndex .djhd .djhdItem .text .fontLine {
  font-family: "HarmonyOS Sans SC Light", "Source Han Sans CN";
}
.newsIndex .djhd .djhdItem .title {
  font-size: max(22px, 0.36rem);
  line-height: 1.1;
  margin: 0.2rem 0 0.25rem;
}
.newsIndex .djhd .djhdItem:hover .pic img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.newsIndex .djhd .djhdItem:hover .title {
  color: #b2853d;
}
.newsIndex .djhd .slideBox {
  position: relative;
}
.newsIndex .djhd .djhdPrev::after,
.newsIndex .djhd .djhdNext::after {
  display: none;
}
.newsIndex .djhd .djhdPrev {
  left: 0;
  -webkit-transform: translateX(-webkit-calc(-100% - 0.32rem));
     -moz-transform: translateX(-moz-calc(-100% - 0.32rem));
      -ms-transform: translateX(calc(-100% - 0.32rem));
       -o-transform: translateX(calc(-100% - 0.32rem));
          transform: translateX(calc(-100% - 0.32rem));
}
.newsIndex .djhd .djhdNext {
  right: 0;
  -webkit-transform: translateX(-webkit-calc(100% + 0.32rem));
     -moz-transform: translateX(-moz-calc(100% + 0.32rem));
      -ms-transform: translateX(calc(100% + 0.32rem));
       -o-transform: translateX(calc(100% + 0.32rem));
          transform: translateX(calc(100% + 0.32rem));
}
@media screen and (max-width: 1365px) {
  .newsIndex .dt .newsDtItem .pic {
    height: 3.28rem;
  }
  .newsIndex .djhd .djhdItem .pic {
    height: 4.38rem;
  }
}
@media screen and (max-width: 1024px) {
  .newsIndex .dt .newsDtItem .listTitle {
    font-size: 16px;
  }
  .newsIndex .dt .newsDtItem .pic {
    height: 15.5vw;
  }
  .newsIndex .qygd .qysdItem .name {
    font-size: 16px;
  }
  .newsIndex .djhd .djhdItem .title {
    font-size: 18px;
  }
  .newsIndex .djhd .djhdItem .pic {
    height: 21.2vw;
  }
  .newsIndex .djhd .djhdItem .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .newsIndex .dt .newsDtItem .pic {
    height: 23.1vw;
  }
  .newsIndex .dt .newsDtSwiper {
    padding: 0 0 40px;
  }
  .newsIndex .dt .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b2853d;
  }
}
@media screen and (max-width: 767px) {
  .newsIndex .qygd .qysdList {
    gap: 15px;
  }
  .newsIndex .qygd .qysdItem {
    width: 100%;
  }
  .newsIndex .qygd .qysdItem a {
    padding: 20px;
  }
  .newsIndex .djhd .djhdSwiper {
    border-radius: 10px;
  }
  .newsIndex .djhd .djhdItem {
    padding: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .newsIndex .djhd .djhdItem .text {
    width: 100%;
    padding: 15px 0 0;
  }
  .newsIndex .djhd .djhdItem .pic {
    width: 100%;
    height: 46.2vw;
  }
  .newsIndex .djhd .slideBox {
    padding: 0 0 60px;
  }
  .newsIndex .djhd .djhdPrev {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-webkit-calc(-100% - 10px), 0);
       -moz-transform: translate(-moz-calc(-100% - 10px), 0);
        -ms-transform: translate(calc(-100% - 10px), 0);
         -o-transform: translate(calc(-100% - 10px), 0);
            transform: translate(calc(-100% - 10px), 0);
  }
  .newsIndex .djhd .djhdNext {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(-webkit-calc(100% + 10px), 0);
       -moz-transform: translate(-moz-calc(100% + 10px), 0);
        -ms-transform: translate(calc(100% + 10px), 0);
         -o-transform: translate(calc(100% + 10px), 0);
            transform: translate(calc(100% + 10px), 0);
  }
}
@media screen and (max-width: 559px) {
  .newsIndex .djhd .djhdItem {
    padding: 15px;
  }
  .newsIndex .qygd .qysdItem a {
    padding: 15px;
  }
  .newsIndex .dt .newsDtItem .pic {
    height: 50.2vw;
  }
}

.privacy {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.privacy .privacyLeft {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: max(275px, 3.7rem);
  padding-right: max(15px, 0.3rem);
}
.privacy .privacyLeft .itemBox {
  top: 100px;
  position: sticky;
}
.privacy .privacyLeft .item {
  width: 100%;
  display: block;
  position: relative;
  color: #333;
  border-radius: 5px;
  font-size: max(14px, 0.16rem);
  padding: 0.15rem 40px 0.15rem 20px;
}
.privacy .privacyLeft .item .iconfont {
  right: 20px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  color: #b2853d;
  position: absolute;
  -webkit-transform: translate(-20px, -50%);
     -moz-transform: translate(-20px, -50%);
      -ms-transform: translate(-20px, -50%);
       -o-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
.privacy .privacyLeft .item.active, .privacy .privacyLeft .item:hover {
  background: #f5f5f7;
}
.privacy .privacyLeft .item.active .iconfont, .privacy .privacyLeft .item:hover .iconfont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.privacy .privacyRight {
  color: #999;
  padding-left: 0.5rem;
  border-left: 1px solid #dee2e6;
}
.privacy .privacyRight .textItem {
  margin-bottom: max(30px, 0.6rem);
}
.privacy .privacyRight .textItem:last-child {
  margin-bottom: 0;
}
.privacy .privacyRight .nameBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
  position: relative;
  margin: 0 0 max(15px, 0.3rem);
  padding: 0 0 max(20px, 0.3rem);
  font-size: max(16px, 0.26rem);
  border-bottom: 1px solid #dee2e6;
}
.privacy .privacyRight .nameBox::after {
  width: 1.2rem;
  height: 1px;
  left: 0;
  bottom: -1px;
  content: "";
  background: #b2853d;
  position: absolute;
}
.privacy .privacyRight .nr {
  line-height: 1.8;
  font-size: max(14px, 0.2rem);
}

.appMap .listBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appMap .listBox::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0.4rem;
  content: "";
  position: absolute;
  background: #dee2e6;
}
.appMap .listBox li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appMap .listBox .twoNav a {
  display: block;
  padding: 0 15px;
  line-height: 40px;
  margin: 0 0 10px;
  background: #f5f5f7;
  border-radius: 5px;
  text-align: center;
}
.appMap .listBox .twoNav a:last-child {
  margin: 0;
}
.appMap .listBox .twoNav a:hover {
  background: #b2853d;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.appMap .listBox .name {
  padding: 0 0 0.4rem;
  font-size: max(16px, 0.22rem);
}
.appMap .listBox .name a {
  color: #333;
}

.searchPageTop {
  background-color: #f2f2f2;
}
.searchPageTop .form {
  position: relative;
  width: 100%;
  max-width: 7.2rem;
  margin: 0 auto;
  background-color: #fff;
  height: 0.8rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.searchPageTop .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  color: #3e4247;
  font-size: max(14px, 0.18rem);
}
.searchPageTop .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  background: none;
  border: 0 none;
  font-size: 26px;
  color: #333;
}
.searchPageTop .radiomod {
  margin-top: 0.32rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0.32rem;
}
.searchPageTop .radiomod .item {
  cursor: pointer;
  font-size: max(14px, 0.18rem);
  font-family: "HarmonyOS_Sans_SC_Regular";
  color: #3e4247;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.searchPageTop .radiomod input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px #fff solid;
}
.searchPageTop .radiomod input[type=radio] {
  border: 4px #fff solid;
  background: #f4f4f4;
  border-radius: 50%;
}
.searchPageTop .radiomod input[type=radio]:checked {
  background: #b2853d;
  border: 4px #fff solid;
}

.searchListCon .tips {
  text-align: center;
  font-size: 0.32rem;
  color: #353844;
}
.searchListCon .tips span {
  color: #b2853d;
}
.searchListCon .searchList {
  margin: 0.24rem 0 0.4rem;
}
.searchListCon .searchItem {
  position: relative;
}
.searchListCon .searchItem a {
  position: relative;
  display: block;
  padding: 0.4rem 0;
}
.searchListCon .searchItem .tit {
  margin: 0.24rem 0;
  font-size: max(16px, 0.2rem);
  color: #353844;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.searchListCon .searchItem::after, .searchListCon .searchItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.searchListCon .searchItem::before {
  background-color: #f2f2f2;
}
.searchListCon .searchItem::after {
  background-color: #b2853d;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}
.searchListCon .searchItem p {
  display: block;
  font-size: max(14px, 0.16rem);
  color: #808080;
}
.searchListCon .searchItem:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -moz-transition: transform 0.5s linear, -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear, -moz-transform 0.5s linear, -o-transform 0.5s linear;
}

@media screen and (max-width: 1279px) {
  .searchPageTop .form {
    width: 432px;
    max-width: 100%;
  }
  .appMap .listBox::before {
    top: 0.55rem;
  }
}
@media screen and (max-width: 1024px) {
  .privacy .privacyLeft {
    display: none;
  }
  .privacy .privacyRight {
    border: 0 none;
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .searchPageTop .radiomod {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 0;
    padding-top: 10px;
  }
  .searchPageTop .radiomod .item {
    width: 50%;
    margin: 0 0 20px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .searchListCon .searchItem::before, .searchListCon .searchItem::after {
    height: 4px;
  }
}
@media screen and (max-width: 770px) {
  .appMap .listBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .appMap .listBox::before {
    display: none;
  }
  .appMap .listBox li {
    width: 100%;
    margin: 0 0 30px;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .appMap .listBox li:last-child {
    margin-bottom: 0;
  }
  .appMap .listBox li .twoNav {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  .appMap .listBox li .twoNav a {
    margin-bottom: 0;
  }
  .appMap .listBox li .twoNav a:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */