﻿@charset "UTF-8";
.flex_wrap_space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex_flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

@font-face {
  font-family: "Diodrum";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/DIODRUMSEMIBOLD.OTF") format("truetype");
}
.index-mgs-conts {
  padding: 150px 50px 170px;
  background: url(sybg1.jpg) no-repeat center 45px;
  background-size: 80%;
  position: relative;
}

.index-mgs-conts .swiper-slide {
  display: flex;
  flex-direction: column;
}

.animts {
  -webkit-animation: fadeInLeft 0.6s 0.3s ease both;
  -moz-animation: fadeInLeft 0.6s 0.3s ease both;
  animation: fadeInLeft 0.6s 0.3s ease both;
}

.index-mgs-conts .swiper-slide:nth-child(even) {
  flex-direction: column-reverse;
}

.index-mgs-conts .swiper-slide:nth-child(even) .mgs-top {
  display: flex;
  flex-direction: column-reverse;
}

.index-mgs-conts .swiper-slide:nth-child(odd) .mgs-top h2 {
  text-align: right;
}

.mgs-top {
  width: 100%;
}

.mgs-top h2 {
  width: 100%;
  padding: 0 5%;
  height: 80px;
  background: #d6000f;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.mgs-top .imgbox {
  width: 100%;
  height: 15.6vw;
}

.msg-conts {
  width: 100%;
  height: 380px;
  padding: 60px 90px 0;
}

.msg-conts span {
  width: 64px;
  height: 6px;
  background: #d6000f;
  display: block;
  margin-bottom: 22px;
}

.msg-conts img {
  margin-bottom: 34px;
}

.msg-conts h2 {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 50px;
}

.msg-conts a {
  display: block;
  width: 140px;
  height: 40px;
  border: 2px solid #6e6e6e;
  text-align: center;
  position: relative;
  z-index: 20;
}

.msg-conts a p {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 40px;
}

.msg-conts a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: transform 0.3s ease;
  background: #6e6e6e;
  z-index: 10;
}

.msg-conts a:hover::after {
  transform: scaleX(1);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.msg-conts a:hover p {
  position: absolute;
  color: #fff;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-mgs-conts .swiper-num {
  width: 94%;
  text-align: center;
  position: absolute;
  bottom: 90px;
}

.index-mgs-conts .swiper-num span {
  font-size: 24px;
}

.index-mgs-conts .swiper-num .total {
  color: #333333;
}

.index-mgs-conts .swiper-num .active {
  color: #d6000f;
}

.index-mgs-conts .swiper-button-next {
  width: 43px;
  height: 22px;
  background: url(mgsnext.png) no-repeat center;
  top: auto;
  bottom: 90px;
  right: 35vw;
  background-size: cover;
}

.index-mgs-conts .swiper-button-next:hover {
  background: url(mgsnextsh.png) no-repeat center;
  background-size: cover;
}

.index-mgs-conts .swiper-button-prev {
  width: 43px;
  height: 22px;
  background: url(mgsprev.png) no-repeat center;
  top: auto;
  bottom: 90px;
  left: 35vw;
  background-size: cover;
}

.index-mgs-conts .swiper-button-prev:hover {
  background: url(mgsprevsh.png) no-repeat center;
  background-size: cover;
}

.index-mgs-conts .swiper-button-prev:hover,
.index-mgs-conts .swiper-button-next:hover {
  animation: mgstd 1s infinite;
}

@keyframes mgstd {
  25% {
    -webkit-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.index-anli-conts {
  background: #222222;
}

.anli-top {
  padding-top: 4.7vw;
  text-align: center;
}

.anli-top h2 {
  color: #fefefe;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
}

.anli-top p {
  color: #d1c2a5;
  font-size: 24px;
  margin-bottom: 40px;
}

.anli-conts {
  padding-bottom: 90px;
}

.anli-conts ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.anli-conts ul li {
  width: 30%;
  height: 16vw;
  position: relative;
  margin-left: 2vw;
  margin-bottom: 2vw;
  visibility: visible;
  animation-delay: 0.6s;
  animation-name: fadeInUp;
}

.anli-conts ul li:nth-child(1) {
  animation-delay: 0.7s;
}

.anli-conts ul li:nth-child(2) {
  animation-delay: 0.9s;
}

.anli-conts ul li:nth-child(3) {
  animation-delay: 1.1s;
}

.anli-conts ul li:nth-child(4) {
  animation-delay: 1.3s;
}

.anli-conts ul li:nth-child(5) {
  animation-delay: 1.5s;
}

.anli-conts ul li:nth-child(6) {
  animation-delay: 1.7s;
}

.anli-conts ul li .imgbox {
  width: 100%;
  height: 16vw;
}

.anli-conts .wzcont {
  position: absolute;
  width: 100%;
  height: 16vw;
  left: 0;
  top: 0;
  background: #da1821;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.anli-conts ul li:hover .wzcont {
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.anli-conts .wzcont .wzcont-top {
  width: 100%;
  padding: 2.1vw 2.1vw;
  overflow: hidden;
}

.anli-conts .wzcont .wzcont-top img {
  float: left;
  width: 7.8vw;
}

.anli-conts .wzcont .wzcont-top span {
  display: block;
  float: right;
  width: 2.1vw;
  height: 2.1vw;
  border: 2px solid #eadfca;
  background: url(icon.png) no-repeat center;
}

.anli-conts .wzcont .wzcont-top span:hover {
  background: #eadfca url(icon1.png) no-repeat center;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.anli-conts .wzcont .wzcont-bot {
  position: absolute;
  width: 15.6vw;
  bottom: 1.56vw;
  right: 0;
}

.anli-conts .wzcont .wzcont-bot h2 {
  color: #e9dec9;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid #eadfca;
  padding-bottom: 5px;
}

.anli-conts .wzcont .wzcont-bot p {
  color: #e9dec9;
  font-size: 14px;
  line-height: 23px;
  padding-right: 5px;
  margin-top: 5px;
}

.anli-conts .more {
  width: 220px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #c4b9a3;
  text-align: center;
  margin: 10px auto;
  color: #e9dec9;
  display: block;
  font-size: 16px;
}

.anli-conts .more p {
  line-height: 40px;
}

.anli-conts .more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: transform 0.3s ease;
  background: #c4b9a3;
  z-index: 10;
}

.anli-conts .more:hover::after {
  transform: scaleX(1);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.anli-conts .more:hover p {
  position: absolute;
  color: #222;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-hxfw-conts {
  padding: 4.7vw 0 4.2vw;
}

.hxfw-top {
  text-align: center;
}

.hxfw-top h2 {
  color: #000000;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 32px;
}

.hxfw-top p {
  color: #e6061f;
  font-size: 24px;
  margin-bottom: 40px;
}

.hxfw-cont {
  padding: 0 2.6vw;
}

.hxfw-cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hxfw-cont ul li {
  width: 25%;
  height: 20vw;
  text-align: center;
}

.hxfw-cont ul li img {
  height: 10vw;
  margin-top: 2.6vw;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.hxfw-cont ul li h2 {
  color: #000000;
  font-size: 24px;
  margin-top: 2vw;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.hxfw-cont ul li span {
  display: none;
  width: 4.8vw;
  height: 2px;
  background: #cc443a;
  margin: 1.3vw auto 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.hxfw-cont ul li:hover {
  box-shadow: 1px 0px 14px 0px #eeeaea;
}

.hxfw-cont ul li:hover img {
  margin-top: 3vw;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.hxfw-cont ul li:hover h2 {
  margin-top: 1.5vw;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.hxfw-cont ul li:hover span {
  display: block;
}

.sectionmbox .box_xptop {
  font-size: 18px;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}

.sectionmbox .box_xpbot {
  font-size: 24px;
  line-height: 35px;
}

.sectionmbox .xl_top2 {
  width: 100%;
}

.sectionmbox .xl_logo {
  width: 17%;
}

.xl_top2 .xl_logo p {
  width: 100%;
  margin-top: 18px;
  font-size: 16px;
}

.xl_centle1 h5 {
  font-family: "Diodrum";
  font-size: 20px;
}

.xl_centle1 p {
  font-size: 56px;
  font-weight: bold;
}

.index-xw-conts {
  padding: 4.7vw 2.6vw 6.8vw;
  overflow: hidden;
  background: linear-gradient(to right, #d6000f 0%, #d6000f 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.index-xw-left {
  width: 11vw;
  float: left;
}

.index-xw-left h2 {
  color: #fff;
  font-size: 2.2vw;
  font-weight: bold;
  line-height: 2.6vw;
  margin-bottom: 2.1vw;
}

.index-xw-left ul li {
  color: #fff;
  font-size: 1.1vw;
  margin-bottom: 1.6vw;
  cursor: pointer;
}

.index-xw-left ul li.sh span {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

.index-xw-left .more {
  display: block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10vw;
  display: none;
  position: relative;
}

.index-xw-left .more.act {
  display: block;
}

.index-xw-left .more p {
  line-height: 44px;
}

.index-xw-left .more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: transform 0.3s ease;
  background: #fff;
  z-index: 10;
}

.index-xw-left .more:hover::after {
  transform: scaleX(1);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.index-xw-left .more:hover p {
  position: absolute;
  color: #d6000f;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-xw-right {
  width: 60.4vw;
  float: right;
  overflow: hidden;
}

.index-xw-right .item {
  width: 60.4vw;
  display: none;
}

.index-xw-right .item.show {
  display: block;
}

.index-xw-right .item .imgbox {
  width: 18.8vw;
  height: 11.5vw;
  overflow: hidden;
  text-align: center;
}

.index-xw-right .item .imgbox img {
  width: 100%;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.index-xw-right .item .wz {
  width: 18.8vw;
  min-height: 15vw;
  padding: 1.8vw 1.3vw;
  background: #fff;
  border-left: 1px solid #eeeeee;
}

.index-xw-right .item .wz .wz-left {
  float: left;
  width: 2.9vw;
}

.index-xw-right .item .wz .wz-left h1 {
  color: #d6000f;
  font-weight: bold;
  font-size: 2.1vw;
}

.index-xw-right .item .wz .wz-left h3 {
  color: #d6000f;
  font-weight: bold;
  font-size: 0.8vw;
  float: left;
  line-height: 1.7vw;
}

.index-xw-right .item .swiper-slide:hover .imgbox img {
  transform: scale(1.04, 1.04);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.index-xw-right .item .wz .wz-right {
  width: 12.5vw;
  float: right;
}

.index-xw-right .item .wz .wz-right h2 {
  color: #333333;
  font-size: 1.2vw;
  line-height: 1.7vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-xw-right .item .swiper-slide:hover .wz .wz-right h2 {
  color: #d6000f;
}

.index-xw-right .item .wz .wz-right p {
  color: #666666;
  font-size: 0.8vw;
  line-height: 1.4vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.8vw;
}

.index-xw-right .item .swiper-button-prev,
.index-xw-right .item .swiper-button-next {
  width: 2.3vw;
  height: 1.5vw;
}

.index-xw-right .item .swiper-button-prev {
  background: url(xwprev.png) no-repeat center;
  background-size: 100%;
  left: 5.6vw;
  top: auto;
  bottom: 16vw;
}

.index-xw-right .item .swiper-button-next.swiper-button-disabled,
.index-xw-right .item .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.index-xw-right .item .swiper-button-next {
  background: url(xwnext.png) no-repeat center;
  background-size: 100%;
  left: 10vw;
  top: auto;
  bottom: 16vw;
}

.index-xw-right .item .swiper-button-prev:hover {
  background: url(xwprevsh.png) no-repeat center;
  background-size: 100%;
}

.index-xw-right .item .swiper-button-next:hover {
  background: url(xwnextsh.png) no-repeat center;
  background-size: 100%;
}

.index-hzkh-conts {
  padding: 4.7vw 2.6vw 6.3vw;
  background: #fff;
}

.hzkh-top {
  text-align: center;
}

.hzkh-top h2 {
  color: #000;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 1.3vw;
}

.hzkh-top p {
  color: #e6061f;
  font-size: 24px;
  margin-bottom: 2.6vw;
}

.hzkh-cont {
  width: 100%;
}

.hzkh-cont .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}

.w25 {
  width: 25%;
}

.padlr15 {
  padding: 0 15px;
}

.hzkh-cont .imgbox {
  width: 100%;
  height: 6.3vw;
  border-bottom: 1px solid #e8e8e8;
  /*margin: 0 auto;*/
}

.hzkh-cont .imgbox img {
  max-width: 50%;
  max-height: 2.9vw;
  margin: 2.4vw auto 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.hzkh-cont .imgbox:hover img {
  margin-top: 2vw;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.hzkh-cont .swiper-pagination {
  bottom: -2.5vw;
  width: 100%;
  text-align: center;
}

.hzkh-cont .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #707070;
  opacity: 1;
}

.hzkh-cont .swiper-pagination .swiper-pagination-bullet-active {
  background: #d1c2a5;
}

.index-fan-cont {
  width: 100%;
  position: relative;
}

.index-fan-cont .wzcont {
  width: 100%;
  padding: 6.3vw 0 7.8vw;
  background: #cf111b;
  text-align: center;
}

.index-fan-cont .wzcont p {
  color: #fff;
  font-size: 2.6vw;
  font-weight: bold;
}

.index-fan-cont .swiper-pagination {
  bottom: 3vw;
}

.section7 .friendlink {
  float: left;
  margin-left: 2.6vw;
  line-height: 88px;
}

.icon-zuobiao {
  position: relative;
}

.icon-zuobiao:before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(icon2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 15px;
  bottom: -9px;
  left: -5px;
}

footer {
  padding: 4.4vw 0 3vw 4.4vw;
}

footer h2 {
  color: #fff;
  font-size: 0.8vw;
  margin-bottom: 0.9vw;
}

footer h3 {
  color: #fff;
  font-size: 1.9vw;
  margin-bottom: 0.8vw;
}

footer h4 {
  color: #fff;
  font-size: 0.8vw;
  margin-bottom: 2.7vw;
}

footer p {
  position: inherit;
  left: auto;
  bottom: auto;
}

.senav {
  width: 50px;
  position: fixed;
  right: -40px;
  bottom: 25px;
  z-index: 30;
  transform: translateX(80px);
  z-index: 51;
  transition: all 0.3s;
}

.senav ul li {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  position: relative;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
}

.senav ul li:nth-child(1) {
  background: #d6000f;
}

.senav ul li:nth-child(2) {
  background: #00c300;
}

.senav ul li:nth-child(3) {
  background: #1b8cf5;
}

.senav ul li:nth-child(4) {
  background: #505050;
}

.senav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.senav ul li img {
  max-width: 26px;
  max-height: 24px;
  cursor: pointer;
}

.senav ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 11px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -on-transition: all 0.4s linear;
}

.senavact {
  transform: translateX(-80px);
}

.senav ul li > .wxse {
  position: absolute;
  right: 70px;
  top: -35px;
  z-index: 1000;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 1.1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: rgb(51, 51, 51);
  background: white;
  box-shadow: rgba(0, 0, 0, 0.12) 2px 2px 5px;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: right center;
  /*transform: translateX(calc(100% + 140px));*/
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.senav ul li > .wxse img {
  max-width: 120px;
  max-height: 120px;
  border-radius: inherit;
}

.senav ul li.on > .wxse {
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.ny-banner {
  width: 100%;
}

.ny-banner img {
  width: 100%;
}

/* #region旧内页案例列表 */
.ny-anlist {
  padding: 5.2vw 0 4vw 4.5vw;
  background: #282828;
}

.ny-anlist .top {
  text-align: center;
}

.ny-anlist .top h2 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 3.1vw;
  margin-left: 100px;
}

.ny-anlist ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ny-anlist ul li {
  width: 29.2vw;
  height: 20vw;
  margin: 0 1vw 2vw;
  position: relative;
}

.ny-anlist ul li:nth-child(n+7) {
  display: none;
}

.ny-anlist ul li .imgbox {
  width: 29.2vw;
  height: 20vw;
  overflow: hidden;
}

.ny-anlist ul li .wzcont {
  width: 29.2vw;
  height: 20vw;
  position: absolute;
  left: 0;
  top: 0;
  background: #da1821;
  opacity: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-anlist ul li:hover .wzcont {
  opacity: 1;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-anlist ul li .wzcont .wzcont-top {
  padding: 2.1vw 2.1vw 0;
  overflow: hidden;
}

.ny-anlist ul li .wzcont .wzcont-top img {
  max-width: 12.2vw;
  float: left;
}

.ny-anlist ul li .wzcont .wzcont-top span {
  display: block;
  float: right;
  width: 2.1vw;
  height: 2.1vw;
  border: 2px solid #eadfca;
  background: url(icon.png) no-repeat center;
}

.ny-anlist ul li .wzcont .wzcont-top span:hover {
  background: #eadfca url(icon1.png) no-repeat center;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-anlist ul li .wzcont .wzcont-bot {
  position: absolute;
  width: 15.6vw;
  bottom: 1.8vw;
  right: 0;
}

.ny-anlist ul li .wzcont .wzcont-bot h2 {
  color: #e9dec9;
  font-size: 24px;
  line-height: 40px;
  border-bottom: 1px solid #eadfca;
}

.ny-anlist ul li .wzcont .wzcont-bot p {
  color: #e9dec9;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 5px;
}

.ny-anlist .more {
  margin: 0 auto;
  width: 180px;
  height: 44px;
  border: 2px solid #c4b9a3;
  line-height: 2.1vw;
  text-align: center;
  color: #e9dec9;
  font-size: 16px;
  cursor: pointer;
}

.ny-anlist .more p {
  line-height: 44px;
}

.ny-anlist .more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: transform 0.3s ease;
  background: #c4b9a3;
  z-index: 10;
}

.ny-anlist .more:hover p {
  position: absolute;
  color: #222;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ny-anlist .more:hover::after {
  transform: scaleX(1);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ny-anli-lb {
  padding: 3.6458vw 0 5vw;
  background: #282828;
}

.anli-lb-top {
  text-align: center;
}

.anli-lb-top h2 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 1vw;
  margin-left: 100px;
}

.anli-lb-cont {
  width: 100%;
}

.anli-lb-cont .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.anli-lb-cont .imgbox {
  width: 90%;
  height: 8.3vw;
  border-bottom: 1px solid #707070;
  position: relative;
}

.anli-lb-cont .imgbox img {
  max-width: 90%;
  max-height: 4vw;
  position: absolute;
  bottom: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.anli-lb-cont .imgbox:hover img {
  bottom: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/* #endregion旧内页案例列表 */
/* #region新内页案例列表 */
.new-anli-swiper {
  width: 100%;
  height: 42.7083vw;
}
.new-anli-swiper .swiper-slide {
  width: 100%;
}
.new-anli-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-anli-swiper .swiper-pagination {
  bottom: 3vw;
}
.new-anli-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 8px;
}
.new-anli-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d6000f;
}

.ny-anli-lb.new-anli-lb .anli-lb-top, .ny-new-anlist .top {
  text-align: center;
  display: flex;
  justify-content: center;
}
.ny-anli-lb.new-anli-lb .anli-lb-top h2, .ny-new-anlist .top h2 {
  position: relative;
  color: #222;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 4.0625vw;
}
@media screen and (max-width: 750px) {
  .ny-anli-lb.new-anli-lb .anli-lb-top h2, .ny-new-anlist .top h2 {
    font-size: 8vw;
  }
}
.ny-anli-lb.new-anli-lb .anli-lb-top h2::before, .ny-new-anlist .top h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #d6000f;
  margin-top: 4px;
  width: 100%;
  height: 3px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
.ny-anli-lb.new-anli-lb .anli-lb-top h2:hover::before, .ny-new-anlist .top h2:hover::before {
  transform: scaleX(1);
}

.ny-new-anlist {
  padding: 3.6458vw 0 1.5625vw 0;
  background: #fff;
}
@media (min-width: 1200px) {
  .ny-new-anlist {
    margin-left: 55px;
  }
}
.ny-new-anlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-new-anlist ul li {
  width: calc((100% - 30px) / 2);
  height: 26.0417vw;
}
.ny-new-anlist ul li:nth-child(n+3) {
  margin-top: 3.6458vw;
}
.ny-new-anlist ul li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-new-anlist ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.ny-new-anlist ul li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 750px) {
  .ny-new-anlist ul {
    padding: 0 10px;
  }
  .ny-new-anlist ul li {
    width: calc((100% - 12px) / 2);
  }
}

.ny-anli-lb {
  padding-left: 55px;
}
.ny-anli-lb.new-anli-lb {
  padding: 5vw 0;
  background-color: #fff;
}
.ny-anli-lb.new-anli-lb .anli-lb-top h2 {
  margin-left: 0;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 1200px) {
  .ny-anli-lb {
    padding-left: 0;
  }
}
.ny-anli-lb .anli-lb-cont ul {
  margin-left: 55px;
  padding: 0 3vw;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .ny-anli-lb .anli-lb-cont ul {
    margin-left: 0;
  }
}
.ny-anli-lb .anli-lb-cont li {
  display: flex;
  justify-content: center;
  width: 10%;
  padding: 1.4vw 1vw;
}
@media (max-width: 1200px) {
  .ny-anli-lb .anli-lb-cont li {
    width: 20%;
  }
}
.ny-anli-lb .anli-lb-cont li .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3/1;
  border-radius: 1vw;
  overflow: hidden;
  border: 2px solid rgba(127, 127, 127, 0.6);
  border-top: none;
}
.ny-anli-lb .anli-lb-cont li .imgbox img {
  position: static;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* #endregion新内页案例列表 */
footer.spfo p {
  left: auto;
  text-align: center;
  margin-top: 3.6vw;
}

.graytitle .gx_ywbnp {
  font-size: 3.1vw;
  font-family: "Diodrum";
  font-weight: bold;
}

.graytitle h2 {
  font-size: 2.1vw;
  font-weight: bold;
  font-family: "微软雅黑";
}

.bgblack .puper_bottom {
  background: #1c0d44;
}

.bgblack .puper_bottom .type h6 {
  color: #fe1955;
}

.bgblack .puper_bottom .type:after {
  background: #fe1955;
}

.bgblack .puper_bottom .gx_ywbnp {
  font-size: 2.1vw;
  color: #fff;
}

.bgblack .puper_bottom h2 {
  color: #fff;
  font-size: 1.7vw;
}

.bgblack .puper_bottom .gx_jcen {
  color: #ffffff;
}

.bgblack .puper_bottom .webul li {
  color: #20f9f1;
}

.bgblack .puper_bottom:hover .webul li:after {
  background-color: #1fe4df;
}

.bgblack .blue-cont {
  background: #0066ff;
}

.bgblack .puper_bottom .type h6 {
  color: #fff;
}

.bgblack .puper_bottom .type:after {
  background: #fff;
}

.bgblack .puper_bottom .webul li {
  color: #fff;
}

.bgblack .puper_bottom:hover .webul li:after {
  background-color: #fff;
}

.ry .red-cont {
  background: #f23535;
}

.ry .red-cont .gx_ywbnp {
  font-size: 2.1vw;
}

.ry .red-cont h2 {
  color: #fff;
}

.ry .white-conts {
  background: #ffffff;
}

.ry .white-conts .type h6 {
  color: #2382e3;
}

.ry .white-conts .type:after {
  background: #2382e3;
}

.ry .white-conts .gx_ywbnp {
  color: #2382e3;
  font-size: 2.1vw;
}

.ry .white-conts h2 {
  color: #2382e3;
  font-size: 1.7vw;
}

.ry .white-conts .gx_jcen {
  color: #2382e3;
}

.ry .white-conts .webul li {
  color: #2382e3;
}

.ry .white-conts :hover .webul li:after {
  background-color: #2382e3;
}

.ny-dy-cont {
  background: #1c0d44;
}

.ny-dy-cont .g_harlitmr {
  margin-right: 0;
}

.ny-dy-itemcont {
  margin-top: 3.1vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ny-dy-cont .faz img {
  animation: none;
}

.ny-dy-itemcont .item {
  width: 18.8vw;
  height: 15.6vw;
  border: 1px solid #04f9f9;
  margin: 1vw 0.6vw;
  padding: 3.1vw 2.1vw 0;
  position: relative;
}

.ny-dy-itemcont .item h2 {
  width: 17.4vw;
  height: 3.6vw;
  line-height: 3.6vw;
  background: url(icon4.png) no-repeat center;
  background-size: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.7vw;
  position: absolute;
  top: -1.7vw;
  left: 50%;
  margin-left: -8.7vw;
}

.ny-dy-itemcont .item ul li {
  color: #fff;
  font-size: 1.3vw;
  line-height: 2.6vw;
  padding-left: 1.3vw;
  background: url(icon5.png) no-repeat left center;
  background-size: 0.63vw;
}

.ny-dy-yynt {
  padding: 5.7vw 8.3vw 4.7vw;
  background: url(bg1.jpg) no-repeat top center;
  background-size: 100%;
}

.dy-yynt-top {
  text-align: center;
}

.dy-yynt-top h2 {
  color: #fff;
  font-size: 4.2vw;
  margin-bottom: 1.6vw;
}

.dy-yynt-top p {
  color: #fff;
  opacity: 0.8;
  font-size: 1.9vw;
  line-height: 2.9vw;
  margin-bottom: 3.6vw;
}

.dy-yynt-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dy-yynt-cont .item {
  width: 39vw;
  height: 13.5vw;
  background: #eeeeee;
  margin-bottom: 2.1vw;
}

.dy-yynt-cont .item .top {
  width: 39vw;
  height: 4.9vw;
  background: #fff;
  display: flex;
}

.dy-yynt-cont .item .top span {
  display: block;
  width: 4.9vw;
  height: 4.9vw;
  line-height: 4.9vw;
  text-align: center;
  color: #fff;
  font-size: 2.1vw;
}

.dy-yynt-cont .item .top h2 {
  width: 34.1vw;
  color: #464646;
  font-size: 1.9vw;
  line-height: 4.9vw;
  font-family: "微软雅黑";
  text-align: center;
}

.dy-yynt-cont .item .bot {
  padding: 2.1vw 3.6vw 0;
}

.dy-yynt-cont .item .bot p {
  color: #848484;
  font-size: 1vw;
  line-height: 1.9vw;
}

.ny-dy-fwts {
  background: #fff;
}

.ny-dy-fwts .gx_progtop h4 {
  font-family: "微软雅黑";
  font-size: 4.2vw;
  text-align: center;
  color: #5b5b5b;
  margin-bottom: 1.8vw;
}

.ny-dy-fwts .gx_progtop h5 {
  font-family: "微软雅黑";
  color: #989898;
  font-size: 2.1vw;
}

.ny-dy-fwts .gx_progitmbox h5 {
  color: #000000;
  font-family: "微软雅黑";
  font-size: 1.6vw;
}

.ny-dy-fwts .gx_progitmboxintr ul {
  width: 75%;
}

.ny-dy-fwts .gx_progitmboxintr ul li {
  color: #818181;
  font-family: "微软雅黑";
  font-size: 1vw;
  text-align: left;
  line-height: 1.9vw;
}

.ny-dy-fwys .g_detailsbox .hui h2 {
  color: #333333;
  font-family: "微软雅黑";
  font-size: 4.2vw;
  text-align: center;
  margin-bottom: 2.1vw;
}

.ny-dy-fwys .g_detailsbox .hui h5 {
  color: #556872;
  font-family: "微软雅黑";
  font-size: 2.1vw;
  margin-bottom: 2.6vw;
}

.dy-fwys-conts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5.7vw;
}

.dy-fwys-conts .item {
  width: 17.7vw;
}

.dy-fwys-conts .item h2 {
  font-family: "微软雅黑";
  color: #0070b4;
  font-size: 1.3vw;
  font-weight: bold;
  margin-bottom: 0.6vw;
}

.dy-fwys-conts .item p {
  font-family: "微软雅黑";
  color: #333333;
  font-size: 1vw;
  line-height: 2em;
  text-align: left;
}

.dy-fwys-conts {
  display: block;
  text-align: center;
}

.dy-fwys-conts .item {
  width: 100% !important;
}

.ny-dy-xgal .imgdiv {
  overflow: hidden;
}

.ny-dy-xgal .imgdiv img {
  max-height: 37.5vw;
}

.ny-dy-xgal .txtdiv h3 {
  font-size: 1vw;
}

.ny-dy-jxzh {
  padding: 3.6vw 8.3vw 4.2vw;
}

.dy-jxzh-top {
  text-align: center;
}

.dy-jxzh-top h2 {
  font-family: "細明體";
  color: #626262;
  font-size: 3.1vw;
  margin-bottom: 1.9vw;
}

.dy-jxzh-top ul {
  display: flex;
  justify-content: center;
}

.dy-jxzh-top ul li {
  width: 6.3vw;
  height: 2.6vw;
  line-height: 2.6vw;
  text-align: center;
  color: #626262;
  font-size: 1vw;
  cursor: pointer;
}

.dy-jxzh-top ul li.sh {
  background: #e84046;
  color: #fff;
}

.dy-jxzh-cont {
  margin-top: 2.6vw;
}

.dy-jxzh-cont .item {
  display: none;
}

.dy-jxzh-cont .item.show {
  display: block;
}

.dy-jxzh-cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dy-jxzh-cont ul li {
  width: 18.8vw;
  height: 19.8vw;
  background: #fff;
  text-align: center;
}

.dy-jxzh-cont ul li img {
  margin-top: 2.3vw;
  height: 12.5vw;
  margin-bottom: 1vw;
  cursor: pointer;
}

.dy-jxzh-cont ul li h2 {
  color: #666666;
  font-size: 1vw;
  line-height: 2em;
}

.dy-jxzh-cont ul li:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-sy-cont {
  background: #2382e3;
}

.ny-sy-cont .faz img {
  animation: none;
}

.ny-sy-cont .g_harlitmr {
  margin-right: 0;
}

.ny-sy-yyfw {
  background: #f7f9fb;
  padding: 5.7vw 8.3vw 4.4vw;
}

.sy-yyfw-top {
  text-align: center;
}

.sy-yyfw-top h2 {
  color: #5b5b5b;
  font-family: "微软雅黑";
  font-size: 4.2vw;
  margin-bottom: 4.2vw;
}

.sy-yyfw-cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sy-yyfw-cont ul li {
  width: 17.2vw;
  height: 23.4vw;
  text-align: center;
}

.sy-yyfw-cont ul li img {
  height: 9.9vw;
  margin-bottom: 1.8vw;
}

.sy-yyfw-cont ul li h2 {
  font-family: "微软雅黑";
  color: #464646;
  font-size: 1.9vw;
  margin-bottom: 1vw;
}

.sy-yyfw-cont ul li p {
  font-family: "微软雅黑";
  color: #848484;
  font-size: 1vw;
  line-height: 2em;
}

.ny-sy-fwlc {
  padding: 4.7vw 8.3vw;
  background: #fff;
}

.sy-fwlc-top {
  text-align: center;
}

.sy-fwlc-top h2 {
  font-family: "微软雅黑";
  color: #5b5b5b;
  font-size: 4.2vw;
  margin-bottom: 2.3vw;
}

.sy-fwlc-top p {
  font-family: "微软雅黑";
  color: #5b5b5b;
  font-size: 2.1vw;
  margin-bottom: 3.4vw;
}

.sy-fwlc-cont {
  text-align: center;
}

.sy-fwlc-cont img {
  width: 90%;
}

.ny-sy-bxlj {
  padding: 3.6vw 8.3vw 6.3vw;
  background: #f7f9fb;
}

.sy-bxlj-top {
  text-align: center;
}

.sy-bxlj-top h2 {
  font-family: "微软雅黑";
  color: #5b5b5b;
  font-size: 2.1vw;
  margin-bottom: 3.4vw;
}

.sy-bxlj-cont {
  text-align: center;
}

.sy-bxlj-cont img {
  width: 90%;
}

.ny-sy-fwnl .gx_progitm {
  width: 33%;
}

.ny-sy-fwnl .gx_progitmboxintr ul li {
  text-align: center;
}

.ny-xhs-cont {
  background: #f23535;
}

.ny-xhs-cont .g_harlitml p {
  font-size: 22px;
}

.ny-xhs-fwfw {
  background: url(bg2.jpg) no-repeat top center;
  background-size: cover;
}

.ny-xhs-fwfw .item {
  height: 17vw;
}

.ny-zh-cont {
  background: #0066ff;
}

.ny-zh-fwjz {
  background: #f3f5f7;
  padding: 5.7vw 8.3vw 0;
  overflow: hidden;
}

.zh-fwjz-top {
  text-align: center;
}

.zh-fwjz-top h2 {
  color: #5b5b5b;
  font-size: 4.2vw;
  margin-bottom: 2.2vw;
  font-family: "微软雅黑";
}

.zh-fwjz-top p {
  color: #989898;
  font-size: 2.1vw;
  margin-bottom: 3.1vw;
  font-family: "微软雅黑";
}

.zh-fwjz-cont {
  position: relative;
}

.zh-fwjz-cont .imgbox {
  text-align: center;
  margin-top: 14.1vw;
  position: relative;
}

.zh-fwjz-cont .imgbox img {
  width: 23.2vw;
  position: relative;
  z-index: 15;
}

.zh-fwjz-cont .imgbox::after {
  content: "";
  width: 38.5vw;
  height: 38.5vw;
  background: #dee4e9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -7vw;
  margin-left: -19.25vw;
  animation: myalrc 3.6s infinite;
  -moz-animation: myalrc 3.6s infinite;
  -webkit-animation: myalrc 3.6s infinite;
  -o-animation: myalrc 3.6s infinite;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-direction: alternate;
}

.zh-fwjz-cont .imgbox::before {
  content: "";
  width: 48vw;
  height: 48vw;
  background: #e8ecf0;
  border-radius: 48vw;
  position: absolute;
  left: 50%;
  top: -12vw;
  margin-left: -24vw;
  animation: myalrc 3.6s infinite;
  -moz-animation: myalrc 3.6s infinite;
  -webkit-animation: myalrc 3.6s infinite;
  -o-animation: myalrc 3.6s infinite;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-direction: alternate;
}

@keyframes myalrc {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.1);
    opacity: 1;
  }
}
@-moz-keyframes myalrc

/* Firefox */ {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes myalrc

/* Safari 和 Chrome */ {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.1);
    opacity: 1;
  }
}
@-o-keyframes myalrc

/* Opera */ {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.1);
    opacity: 1;
  }
}
.zh-fwjz-cont .wzcont .item {
  width: 22.4vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  position: absolute;
}

.zh-fwjz-cont .wzcont .item:nth-child(even) {
  justify-content: flex-start;
  flex-direction: inherit;
}

.zh-fwjz-cont .wzcont .item img {
  width: 5vw;
  max-height: 5vw;
  margin: 0 1.1vw;
}

.zh-fwjz-cont .wzcont .item .wz {
  text-align: right;
}

.zh-fwjz-cont .wzcont .item:nth-child(even) .wz {
  text-align: left;
}

.zh-fwjz-cont .wzcont .item .wz h2 {
  color: #464646;
  font-family: "微软雅黑";
  font-size: 1.9vw;
  line-height: 2.1vw;
  margin-top: 0.7vw;
}

.zh-fwjz-cont .wzcont .item .wz p {
  color: #848484;
  font-family: "微软雅黑";
  font-size: 1vw;
  line-height: 1.9vw;
}

.zh-fwjz-cont .wzcont .item:nth-child(1) {
  top: -7vw;
  left: 16vw;
}

.zh-fwjz-cont .wzcont .item:nth-child(2) {
  top: -7vw;
  right: 10vw;
}

.zh-fwjz-cont .wzcont .item:nth-child(3) {
  bottom: 18vw;
  left: 10vw;
}

.zh-fwjz-cont .wzcont .item:nth-child(4) {
  bottom: 18vw;
  right: 4vw;
}

.zh-fwjz-cont .wzcont .item:nth-child(5) {
  bottom: 8vw;
  left: 13vw;
}

.zh-fwjz-cont .wzcont .item:nth-child(6) {
  bottom: 8vw;
  right: 2vw;
}

.ny-zh-ffl {
  background: #fff;
}

.ny-zh-ffl .gx_progtop h2 {
  text-align: center;
  font-family: "微软雅黑";
  font-size: 4.2vw;
  margin-bottom: 2.1vw;
  color: #5b5b5b;
}

.ny-zh-ffl .gx_progtop h5 {
  font-family: "微软雅黑";
  color: #989898;
  font-size: 2.1vw;
}

.ny-zh-ffl .gx_progitmbox h2 {
  color: #000000;
  font-family: "微软雅黑";
  font-size: 1.6vw;
}

.ny-zh-ffl .gx_progitmboxintr ul li {
  color: #818181;
  font-size: 1vw;
  line-height: 2em;
  font-family: "微软雅黑";
  text-align: left;
}

.ny-zh-fwys .item {
  width: 37vw;
  margin-bottom: 3vw;
}

.ny-zh-fwys .dy-fwys-conts .item h2 {
  font-weight: 500;
}

.ny-zh-fwys .dy-fwys-conts .item h2 b {
  font-weight: bold;
}

.ny-lxwm {
  background: #f3f5f7;
}

.ny-lxwm-header {
  padding: 6vw 0 5.5vw;
  margin: 0 8.3vw;
  background: url(icon6.png) no-repeat center bottom;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-size: 100%;
}

.ny-lxwm-header h2 {
  color: #d6000f;
  font-family: "Conv_QUARTO-BOLD";
  font-size: 7.3vw;
}

.ny-lxwm-map {
  margin: 4.4vw 8.3vw 0;
}

.ny-lxwm-map .map_center {
  top: 52%;
  right: 47px;
}

.ny-lxwm-map .map_txt {
  top: 0;
  left: 100px;
}

.ny-lxwm-map .map_txt span {
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  margin-top: 7.3vw;
}

.ny-lxwm-map .map_txt p,
.ny-lxwm-map .map_txt h1 {
  font-family: "Diodrum";
}

.ny-lxwm-map .map_txt button {
  position: relative;
  height: 44px;
  border-radius: inherit;
  border: 2px solid #fff;
}

.ny-lxwm-map .map_txt button p {
  line-height: 44px;
  font-size: 14px;
}

.ny-lxwm-map .map_txt button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: transform 0.3s ease;
  background: #fff;
  z-index: 10;
}

.ny-lxwm-map .map_txt button:hover {
  box-shadow: inherit;
}

.ny-lxwm-map .map_txt button:hover::after {
  transform: scaleX(1);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ny-lxwm-map .map_txt button:hover p {
  position: absolute;
  color: #1c3d4a;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ny-lxwm-map .map_txt h1 {
  margin-top: 3.1vw;
}

.ny-lxwm-map .map_txt:after {
  content: none;
}

.ny-lxwm-lxfs {
  padding: 4.2vw 8.3vw;
}

.ny-lxwm-lxfs .contact_title span {
  font-family: "微软雅黑";
  color: #e84046;
  font-size: 32px;
}

.ny-lxwm-lxfs .contact_title span span {
  font-family: "Diodrum";
  font-weight: bold;
  font-size: 40px;
}

.ny-lxwm-lxfs .contact_loc {
  border: 1px solid #ccc;
}

.ny-lxwm-lxfs .contact_loc:hover {
  border: 1px solid #666666;
}

.ny-lxwm-lxfs .contact_loc h4 {
  margin-bottom: 1vw;
  font-family: "微软雅黑";
  color: #222;
  font-size: 24px;
}

.ny-lxwm-lxfs .contact_loc .h4 {
  font-family: "微软雅黑";
  font-size: 20px;
}

.ny-lxwm-lxfs .contact_loc h5 {
  font-family: "微软雅黑";
  color: #666;
  font-size: 16px;
}

.ny-lxwm-lxfs .contact_loc h5 span {
  color: #666;
}

.ny-lxwm-ywzx {
  padding: 0 8.3vw 6.5vw;
}

.lxwm-ywzx-cont {
  width: 100%;
  height: 57vw;
  background: url(bg3.jpg) no-repeat center;
  background-size: cover;
}

.ywzx-cont-box {
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  padding: 4.7vw 4.2vw;
}

.ywzx-cont-box .topbb {
  border-bottom: 1px solid #393938;
  padding-bottom: 1vw;
}

.ywzx-cont-box .top h2 {
  color: #fff;
  font-family: "微软雅黑";
  font-size: 2.2vw;
  font-weight: bold;
  margin-bottom: 1.6vw;
}

.ywzx-cont-box .top p {
  color: #c4b9a3;
  font-size: 0.8vw;
  line-height: 1.4em;
}

.ywzx-cont-box .center h2 {
  color: #e84046;
  font-size: 2.5vw;
  font-family: "Diodrum";
  margin-bottom: 1vw;
}

.ywzx-cont-box .center p {
  color: #fff;
  font-size: 1.3vw;
}

.ywzx-cont-box .bot form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ywzx-cont-box .bot .int {
  border: 1px solid #484848;
  background: rgba(34, 34, 34, 0.5);
  color: #fff;
  font-size: 1.2vw;
  line-height: 2em;
  margin-bottom: 1vw;
  padding-left: 1vw;
}

.ywzx-cont-box .bot .short {
  width: 23%;
  margin-left: 2%;
  height: 2.9vw;
}

.ywzx-cont-box .bot .qdin {
  height: 2.9vw;
}

.ywzx-cont-box .bot .short:nth-child(4n+1) {
  margin-left: 0%;
}

.ywzx-cont-box .bot .int::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.2vw;
}

.ywzx-cont-box .bot .textarea {
  width: 100%;
  height: 5.7vw;
  padding: 0.5vw 1vw;
}

.ywzx-cont-box .bot .btn {
  width: 100%;
  height: 2.9vw;
  background: #d53c41;
  color: #fff;
  font-size: 0.94vw;
}

.bot .bottitle {
  width: 100%;
  color: #fff;
  font-size: 1.4vw;
  margin: 1vw 0;
}

.lxwmFromOption {
  color: #fff;
  font-size: 1.2vw;
  margin: 0px 5px;
}

.lxwmFromOption input[type=radio] {
  -webkit-appearance: radio;
  margin-right: 3px;
}

.bot .uploadBtn {
  width: 125px;
  height: 46px;
  border: 1px solid #484848;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}

.bot .uploadBtn img {
  margin: 0px 10px 0px 18px;
}

.uploadRes {
  width: 50%;
  color: #fff;
  margin-bottom: 10px;
}

.ny-banner img,
.ny-banner {
  width: 100%;
}

.ny-wm-sxsx {
  padding: 5.7vw 9.9vw;
  background: #ffffff;
}

.ny-wm-sxsx .top {
  display: flex;
  justify-content: flex-start;
}

.ny-wm-sxsx .top h2 {
  color: #222222;
  font-size: 2.2vw;
  font-weight: bold;
  border-bottom: 6px solid #d6000f;
  margin-right: 1vw;
}

.ny-wm-sxsx .top span {
  color: #d6000f;
  font-size: 0.83vw;
  font-weight: bold;
  margin-top: 1vw;
}

.wm-sxsx-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.6vw;
}

.wm-sxsx-cont .item {
  width: 24vw;
}

.wm-sxsx-cont .item h3,
.wm-sxsx-cont .item h2 {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1vw;
}

.wm-sxsx-cont .item h3 {
  color: #d6000f;
}

.wm-sxsx-cont .item h4 {
  color: #333333;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.6em;
}

.wm-sxsx-cont .item p {
  color: #666666;
  font-size: 16px;
  line-height: 2em;
}

.wm-sxsx-bot {
  margin-top: 60px;
}

.wm-sxsx-bot ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wm-sxsx-bot ul li {
  width: 12.5%;
  text-align: center;
}

.wm-sxsx-bot ul li img {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 10px;
}

.wm-sxsx-bot ul li h2 {
  color: #333333;
  font-size: 16px;
  line-height: 1.4em;
}

.wm-sxsx-bot ul li p {
  color: #666666;
  font-size: 14px;
  line-height: 1.4em;
}

.ny-wm-gywm {
  padding: 4.7vw 9.9vw 3.9vw;
  background: #f4f4f4;
}

.ny-wm-gywm ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ny-wm-gywm ul li {
  width: 25%;
  display: flex;
  justify-content: flex-start;
}

.ny-wm-gywm ul li img {
  max-width: 3.6vw;
  max-height: 3.6vw;
  margin-left: 1vw;
}

.ny-wm-gywm ul li .wz {
  margin-left: 1.2vw;
}

.ny-wm-gywm ul li .wz span {
  display: flex;
  justify-content: flex-start;
}

.ny-wm-gywm ul li .wz h2 {
  color: #222222;
  font-family: "Diodrum";
  font-size: 2.5vw;
}

.ny-wm-gywm ul li .wz h3 {
  color: #222222;
  font-family: "Diodrum";
  font-size: 1.9vw;
}

.ny-wm-gywm ul li .wz p {
  color: #666666;
  font-size: 0.83vw;
  margin-top: 0.83vw;
  line-height: 2em;
}

.ny-wm-ban .beij img {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.ny-wm-ban {
  height: 380px;
}

.ny-wm-ban .wzim {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ny-wm-ban .wzim img {
  max-width: 80%;
}

.ny-wm-xlc {
  padding: 0 9.9vw 10vw;
  background: url(wmxlcbg.jpg) no-repeat top center;
  background-size: cover;
}

.ny-wm-xlc .top img {
  max-width: 500px;
  margin-bottom: 4.2vw;
}

.ny-wm-xlc .cont {
  position: relative;
}

.ny-wm-xlc .cont .wz {
  width: 24.5vw;
  min-height: 16.7vw;
  border-right: 1px solid #e0e0e0;
  padding-right: 5.2vw;
}

.ny-wm-xlc .cont .wz h2 {
  color: #d6000f;
  font-family: "Diodrum";
  font-size: 60px;
  margin-top: 0.8vw;
}

.ny-wm-xlc .cont .wz p {
  color: #333333;
  font-size: 16px;
  line-height: 2em;
}

.ny-wm-xlc .cont .swiper-pagination-progress {
  width: 100%;
  height: 3px;
  bottom: -3.6vw;
}

.ny-wm-xlc .cont .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #d6000f;
}

.ny-wm-xlc .cont .swiper-button-prev,
.ny-wm-xlc .cont .swiper-button-next {
  width: 60px;
  height: 60px;
}

.ny-wm-xlc .cont .swiper-button-prev {
  background: url(wmxlcprev.png) no-repeat center;
  background-size: cover;
}

.ny-wm-xlc .cont .swiper-button-next {
  background: url(wmxlcnext.png) no-repeat center;
  background-size: cover;
}

.ny-wm-xlc .cont .swiper-button-next.swiper-button-disabled,
.ny-wm-xlc .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.ny-wm-hjx {
  padding: 6vw 9.9vw 5.8vw;
  overflow: hidden;
  background: #fff;
}

.ny-wm-hjx .item {
  position: relative;
}

.ny-wm-hjx .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.ny-wm-hjx .am1 .imgbox,
.ny-wm-hjx .am1 {
  width: 25vw;
  height: 34.9vw;
}

.ny-wm-hjx .imgbox img {
  width: 100%;
}

.ny-wm-hjx .item span {
  width: 13vw;
  height: 2.3vw;
  position: absolute;
  left: 1vw;
  bottom: 1vw;
}

.ny-wm-hjx .item span img {
  width: 100%;
}

.ny-wm-hjx .item:hover .imgbox img {
  transform: scale(1.1, 1.1);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-wm-hjx .am2 .imgbox,
.ny-wm-hjx .am2 {
  width: 25vw;
  height: 14.6vw;
}

.ny-wm-hjx .am3 {
  margin-left: 2.4vw;
}

.ny-wm-hjx .am4 .imgbox,
.ny-wm-hjx .am4 {
  width: 52.6vw;
  height: 17.7vw;
  margin-top: 1.3vw;
}

.ny-wm-zjtd {
  padding: 6vw 9.9vw 6.8vw;
  /*background: url(bg4.jpg) no-repeat top center;*/
  background: #4f568e;
  background-size: cover;
}

.ny-wm-zjtd .top span {
  display: flex;
  justify-content: flex-start;
}

.ny-wm-zjtd .top h2 {
  color: #fff;
  font-size: 2.2vw;
  font-weight: bold;
  border-bottom: 6px solid #d6000f;
}

.ny-wm-zjtd .top h3 {
  color: #fff;
  opacity: 0.6;
  font-weight: bold;
  font-size: 0.8vw;
  margin: 1vw 0 0 1vw;
}

.ny-wm-zjtd .cont {
  margin-top: 3.9vw;
  position: relative;
}

.ny-wm-zjtd .slidecont {
  width: 18.5vw;
  height: 27vw;
  background: #fff;
  border-bottom: 3px solid #d6000f;
  margin: 0 auto;
}

.ny-wm-zjtd .slidecont .imgbox {
  width: 100%;
  height: 18.5vw;
  overflow: hidden;
}

.ny-wm-zjtd .slidecont .imgbox img {
  width: 100%;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-wm-zjtd .slidecont:hover .imgbox img {
  transform: scale(1.1, 1.1);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-wm-zjtd .slidecont .wz {
  text-align: center;
}

.ny-wm-zjtd .slidecont .wz h2 {
  color: #222222;
  font-size: 24px;
  margin-top: 2.1vw;
}

.ny-wm-zjtd .slidecont .wz span {
  width: 24px;
  height: 1px;
  background: #d6000f;
  display: block;
  margin: 0.83vw auto;
}

.ny-wm-zjtd .slidecont .wz p {
  color: #666666;
  font-size: 18px;
}

.ny-wm-zjtd .cont .swiper-button-next,
.ny-wm-zjtd .cont .swiper-button-prev {
  width: 2.1vw;
  height: 1vw;
}

.ny-wm-zjtd .cont .swiper-button-next {
  background: url(wmzjtdnext.png) no-repeat center;
  background-size: cover;
  top: -5.2vw;
}

.ny-wm-zjtd .cont .swiper-button-prev {
  background: url(wmzjtdprev.png) no-repeat center;
  background-size: cover;
  top: -5.2vw;
  right: 7.3vw;
  left: auto;
}

.ny-news-cont {
  padding: 6.8vw 4vw 2.1vw;
  background: #f3f7f3;
}

.ny-news-cont .top {
  display: flex;
  justify-content: space-between;
}

.ny-news-cont .top h2 {
  color: #d6000f;
  font-family: "Diodrum";
  font-size: 5.2vw;
}

.ny-news-cont .top h3 {
  color: #333333;
  font-size: 1.9vw;
  font-weight: bold;
  margin-top: 3vw;
}

.ny-news-cont .top h3 span {
  color: #d6000f;
}

.ny-news-nav {
  padding: 2.6vw 0;
}

.ny-news-nav ul {
  display: flex;
  justify-content: flex-start;
}

.ny-news-nav ul li {
  margin-right: 2.6vw;
}

.ny-news-nav ul li a {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}

.ny-news-nav ul li.on a,
.ny-news-nav ul li:hover a {
  color: #d6000f;
  border-bottom: 2px solid #d6000f;
  padding-bottom: 6px;
}

.ny-new-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ny-new-list ul li {
  width: 31%;
  height: 25vw;
  background: #fff;
  margin-bottom: 2.6vw;
}

.ny-new-list ul li .imgbox {
  width: 100%;
  height: 12.5vw;
  overflow: hidden;
}

.ny-new-list ul li .imgbox img {
  width: 100%;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-new-list ul li .wz {
  padding: 1.56vw 1.3vw 0;
  position: relative;
}

.ny-new-list ul li h2 {
  color: #222222;
  font-size: 1vw;
  line-height: 1.6em;
  font-weight: bold;
  width: 13.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ny-new-list ul li .time {
  position: absolute;
  right: 1.3vw;
  top: 1.56vw;
}

.ny-new-list ul li .time {
  text-align: center;
}

.ny-new-list ul li .time h1 {
  color: #222222;
  font-size: 1.56vw;
  font-weight: bold;
}

.ny-new-list ul li .time span {
  display: flex;
  justify-content: center;
}

.ny-new-list ul li .time span h3 {
  color: #222222;
  font-size: 0.73vw;
  font-weight: bold;
}

.ny-new-list ul li p {
  color: #666666;
  font-size: 0.83vw;
  line-height: 1.8em;
  margin-top: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ny-new-list ul li:hover .imgbox img {
  transform: scale(1.1, 1.1);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.ny-new-list ul li:hover h2 {
  color: #d6000f;
}

.NewsPage {
  display: flex;
  justify-content: center;
}

.NewsPage a {
  color: #454545;
  font-size: 1vw;
  margin: 0 1.5vw;
}

.NewsPage a.active {
  border-bottom: 1px solid #454545;
  padding-bottom: 5px;
}

.burger-menu-share-wrap .icon-zuobiao:before {
  width: 11px;
  height: 14px;
}

.videocons video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.g_aiboxname {
  transform: translateY(-1px);
  font-size: 16px;
}

.g_shjbotn,
.g_aiboximg img {
  transform: translateY(-1px);
}

.index .section1 .bgwhiteh .caselist .newsnei .title h1 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 3px;
}

.g_shjbotn .g_pshimh {
  font-size: 16px;
}

/* #region 旧内页案例详情 */
.anli-details-pcbanner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.anli-details-sjbanner {
  display: none;
}

.anli-details-sjbanner img {
  width: 100%;
  height: auto;
}

.anli-details-nr {
  background: #fff;
  padding: 75px 15% 100px;
}

.anli-details-nr .head {
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.anli-details-nr .head h2 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.4em;
}

.anli-details-nr .cont {
  width: 100%;
  padding: 30px 0;
}

.anli-details-nr .cont p {
  color: #666666;
  line-height: 2em;
  text-align: justify;
}

.anli-details-nr .bot {
  padding: 30px 0 0;
}

.anli-details-nr .bot p {
  font-size: 16px;
  color: #666;
  width: 48%;
  line-height: 1.6em;
}

.anli-details-nr .bot p a {
  color: #666;
}

.anli-details-nr .bot p a:hover {
  color: #ff4343 !important;
}

.anli-details-nr .bot p:last-child {
  text-align: right;
}

/* #endregion 旧内页案例详情 */
/* #region 新内页案例详情 */
.new-anli-details-nr {
  position: relative;
  background: #fff;
  width: 970px;
  margin: 0 auto;
  max-width: 90%;
  padding: 3.6458vw 0 5.2083vw 45px;
  box-sizing: border-box;
}
.new-anli-details-nr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #eee;
}
.new-anli-details-nr .head h2 {
  color: #d50111;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.new-anli-details-nr .cont p {
  margin-top: 3.125vw;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}
.new-anli-details-nr .cont ul {
  padding: 0;
}
.new-anli-details-nr .cont li {
  position: relative;
  transition: padding 0.2s linear;
}
.new-anli-details-nr .cont li p {
  margin-top: 2.6042vw;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.new-anli-details-nr .cont li::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 50%;
  width: 26px;
  height: 26px;
  background-color: #c5c5c5;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 0.4s linear;
}
.new-anli-details-nr .cont li:hover {
  padding-left: 15px;
}
.new-anli-details-nr .cont li:hover::before {
  background-color: #d6000f;
}
.new-anli-details-nr .bot {
  display: none;
}

/* #endregion 新内页案例详情 */
/* #region 新增直播电商样式 */
.client_logos .clients_stripe {
  display: flex;
  justify-content: space-between;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
@media screen and (max-width: 992px) {
  .client_logos .clients_stripe {
    display: none;
  }
}
.client_logos .clients_stripe img {
  height: 2.6042vw;
}
.client_logos .clients_stripe_mobile {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
@media screen and (max-width: 992px) {
  .client_logos .clients_stripe_mobile {
    display: flex;
    justify-content: space-between;
  }
}
.client_logos .clients_stripe_mobile img {
  height: 5vw;
}

.header_home_text.g_pimgtop {
  margin-top: 202px;
  margin-bottom: 50px;
}

.header_home_text.home_Text.home_page_white_header .green_button {
  display: inline-block;
  margin-bottom: 2.3vw;
}

.g_znbaner .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.g_znbaner .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g_fwlist .slick-list {
  width: 100%;
}

.live-streaming-recording {
  padding-top: 5vw;
}

.mui-video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mui-video-item {
  position: relative;
  width: 18vw;
  aspect-ratio: 345/750;
  z-index: 0;
  margin-bottom: 40px;
  cursor: pointer;
}
.mui-video-item:nth-of-type(n + 5) {
  width: 14.4vw;
}
.mui-video-item:last-of-type {
  width: calc(100% - (100% - 14.4vw) / 4);
  height: 31.3043478261vw;
  aspect-ratio: auto;
}
.mui-video-item:last-of-type video {
  object-fit: cover;
}
.mui-video-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72' fill='none'%3E%3Cpath d='M37.9709 4.99048C20.6774 4.99048 6.61035 19.0575 6.61035 36.351C6.61035 53.6445 20.6774 67.7115 37.9709 67.7115C55.2644 67.7115 69.3314 53.6445 69.3314 36.351C69.3314 19.0575 55.2644 4.99048 37.9709 4.99048ZM37.9709 63.2115C23.1614 63.2115 11.1104 51.1605 11.1104 36.351C11.1104 21.5415 23.1614 9.49048 37.9709 9.49048C52.7804 9.49048 64.8314 21.5415 64.8314 36.351C64.8314 51.1605 52.7804 63.2115 37.9709 63.2115Z' fill='white'/%3E%3Cpath d='M29.3311 45.2701C29.3311 47.7451 31.0861 48.7576 33.2281 47.5201L48.6676 38.6056C50.8141 37.3681 50.8141 35.3431 48.6676 34.1056L33.2281 25.1866C31.0816 23.9491 29.3311 24.9616 29.3311 27.4366V45.2701Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.mui-video-item video {
  width: 100%;
  height: 100%;
}
.mui-video-item .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mui-video-item .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mui-video-item .poster::before {
  transition: background-color 0.3s ease-in-out;
}
.mui-video-item:hover::before {
  opacity: 1;
}
.mui-video-item:hover .poster::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1200px) {
  .mui-video-item {
    width: calc((100% - 5vw) / 2) !important;
  }
  .mui-video-item:last-of-type {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .mui-video-item {
    width: 100% !important;
  }
}

#mui-player {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#mui-player video {
  max-width: 90%;
  max-height: 90%;
  cursor: pointer;
}
#mui-player #progress {
  background-color: transparent;
}

/* #endregion 新增直播电商样式 */
/* 新增其他样式 */
footer .fodiv h3 {
  font-weight: 400;
}

.our_featueres .fase3 .icon_holder {
  padding: 48px 20px 20px;
}
.our_featueres .fase3 .icon_holder img {
  height: auto;
}

@media (min-width: 1921px) {
  .index-mgs-conts .swiper-button-next {
    right: 36%;
  }
  .index-mgs-conts .swiper-button-prev {
    left: 36%;
  }
  .anli-conts ul li {
    width: 29%;
    height: 305px;
  }
  .anli-conts ul li .imgbox {
    width: 100%;
    height: 305px;
  }
  .anli-conts .wzcont {
    width: 100%;
    height: 305px;
  }
  .anli-conts .wzcont .wzcont-top {
    width: 100%;
    padding: 40px;
  }
  .anli-conts .wzcont .wzcont-top img {
    width: 145px;
  }
  .anli-conts .wzcont .wzcont-top span {
    width: 40px;
    height: 40px;
  }
  .anli-conts .wzcont .wzcont-bot {
    width: 320px;
    bottom: 33px;
    right: 0;
  }
  .hxfw-cont ul li {
    width: 25%;
    height: 380px;
  }
  .hxfw-cont ul li img {
    height: 220px;
    margin-top: 50px;
  }
  .hxfw-cont ul li h2 {
    margin-top: 60px;
  }
  .hxfw-cont ul li span {
    width: 95px;
    margin: 25px auto 0;
  }
  .hxfw-cont ul li:hover img {
    margin-top: 55px;
  }
  .hxfw-cont ul li:hover h2 {
    margin-top: 40px;
  }
  .hxfw-cont ul li:hover span {
    display: block;
  }
  .index-xw-left {
    width: 210px;
  }
  .index-xw-left h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .index-xw-left ul li {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .index-xw-left .more {
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin-top: 200px;
  }
  .index-xw-left .more p {
    line-height: 40px;
  }
  .index-xw-right {
    width: 1160px;
  }
  .index-xw-right .item {
    width: 100%;
  }
  .index-xw-right .item .imgbox {
    width: 92%;
    height: 220px;
  }
  .index-xw-right .item .imgbox img {
    width: 100%;
  }
  .index-xw-right .item .wz {
    width: 92%;
    min-height: 290px;
    padding: 35px 25px;
  }
  .index-xw-right .item .wz .wz-left {
    width: 50px;
  }
  .index-xw-right .item .wz .wz-left h1 {
    font-size: 40px;
  }
  .index-xw-right .item .wz .wz-left h3 {
    font-size: 14px;
    line-height: 32px;
  }
  .index-xw-right .item .wz .wz-right {
    width: 240px;
  }
  .index-xw-right .item .wz .wz-right h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .index-xw-right .item .wz .wz-right p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }
  .index-xw-right .item .swiper-button-prev,
.index-xw-right .item .swiper-button-next {
    width: 44px;
    height: 22px;
  }
  .index-xw-right .item .swiper-button-prev {
    background: url(xwprev.png) no-repeat center;
    background-size: 100%;
    left: 120px;
    top: auto;
    bottom: 250px;
  }
  .index-xw-right .item .swiper-button-next {
    background: url(xwnext.png) no-repeat center;
    background-size: 100%;
    left: 190px;
    top: auto;
    bottom: 250px;
  }
  .hzkh-cont .imgbox {
    width: 100%;
    height: 120px;
  }
  .hzkh-cont .imgbox img {
    max-width: 60%;
    max-height: 55px;
    margin-top: 50px;
  }
  .hzkh-cont .imgbox:hover img {
    margin-top: 40px;
  }
  .index-fan-cont .wzcont p {
    font-size: 50px;
  }
  .index-fan-cont .wzcont {
    padding: 120px 0 150px;
  }
  .index-fan-cont .swiper-pagination {
    bottom: 63px;
  }
  .graytitle .gx_ywbnp {
    font-size: 60px;
  }
  .graytitle h2 {
    font-size: 40px;
  }
  .bgblack .puper_bottom .gx_ywbnp,
.ry .white-conts .gx_ywbnp,
.ry .red-cont .gx_ywbnp,
.graytitle .gx_ywbnp {
    font-size: 60px;
  }
  .bgblack .puper_bottom h2,
.ry .white-conts h2,
.graytitle h2 {
    font-size: 40px;
  }
  .ny-news-cont .top h2 {
    font-size: 100px;
  }
  .ny-news-cont .top h3 {
    font-size: 36px;
    margin-top: 60px;
  }
  .ny-new-list ul li {
    width: 31%;
    height: 480px;
    margin-bottom: 50px;
  }
  .ny-new-list ul li .imgbox {
    height: 240px;
  }
  .ny-new-list ul li .imgbox img {
    width: 100%;
  }
  .ny-new-list ul li .wz {
    padding: 25px 28px 0;
    position: relative;
  }
  .ny-new-list ul li h2 {
    font-size: 20px;
    width: 80%;
  }
  .ny-new-list ul li .time {
    right: 28px;
    top: 35px;
  }
  .ny-new-list ul li .time h1 {
    font-size: 30px;
  }
  .ny-new-list ul li .time span h3 {
    font-size: 14px;
  }
  .ny-new-list ul li p {
    font-size: 16px;
    margin-top: 20px;
  }
  .mgs-top .imgbox {
    height: 300px;
  }
  .index-hxfw-conts {
    padding: 90px 0 90px;
  }
  .index-xw-conts {
    padding: 90px 2.6vw;
  }
  .index-hzkh-conts {
    padding: 90px 2.6vw 120px;
  }
  .ywzx-cont-box .top h2 {
    font-size: 42px;
  }
  .ywzx-cont-box .top p {
    font-size: 16px;
  }
  .ywzx-cont-box .center h2 {
    font-size: 48px;
  }
  .ywzx-cont-box .center p {
    font-size: 24px;
  }
  .ywzx-cont-box .bot .int {
    font-size: 16px;
  }
  .ywzx-cont-box .bot .int::-webkit-input-placeholder {
    font-size: 16px;
  }
  .ywzx-cont-box .bot .btn {
    font-size: 18px;
  }
  .dy-yynt-top h2 {
    font-size: 80px;
  }
  .dy-yynt-top p {
    font-size: 36px;
  }
  .dy-yynt-cont .item .top span {
    font-size: 40px;
  }
  .dy-yynt-cont .item .top h2 {
    font-size: 36px;
  }
  .dy-yynt-cont .item .bot p {
    font-size: 20px;
  }
  .ny-dy-fwts .gx_progtop h4 {
    font-size: 80px;
  }
  .ny-dy-fwts .gx_progtop h5 {
    font-size: 40px;
  }
  .ny-dy-fwts .gx_progitmbox h5 {
    font-size: 35px;
  }
  .ny-dy-fwts .gx_progitmboxintr ul li {
    font-size: 20px;
  }
  .ny-dy-fwys .g_detailsbox .hui h2 {
    font-size: 80px;
  }
  .ny-dy-fwys .g_detailsbox .hui h5 {
    font-size: 40px;
  }
  .dy-fwys-conts .item h2 {
    font-size: 24px;
  }
  .dy-fwys-conts .item p {
    font-size: 20px;
  }
  .ny-dy-xgal .txtdiv h3 {
    font-size: 20px;
  }
  .dy-jxzh-top h2 {
    font-size: 60px;
  }
  .dy-jxzh-top ul li {
    font-size: 24px;
  }
  .dy-jxzh-cont ul li h2 {
    font-size: 20px;
  }
  .sy-yyfw-top h2 {
    font-size: 80px;
  }
  .sy-yyfw-cont ul li h2 {
    font-size: 36px;
  }
  .sy-yyfw-cont ul li p {
    font-size: 20px;
  }
  .sy-fwlc-top h2 {
    font-size: 80px;
  }
  .sy-fwlc-top p {
    font-size: 40px;
  }
  .zh-fwjz-top h2 {
    font-size: 80px;
  }
  .zh-fwjz-top p {
    font-size: 40px;
  }
  .zh-fwjz-cont .wzcont .item .wz h2 {
    font-size: 36px;
  }
  .zh-fwjz-cont .wzcont .item .wz p {
    font-size: 20px;
  }
  .ny-zh-ffl .gx_progtop h2 {
    font-size: 80px;
  }
  .ny-zh-ffl .gx_progtop h5 {
    font-size: 40px;
  }
  .ny-zh-ffl .gx_progitmbox h2 {
    font-size: 30px;
  }
  .ny-zh-ffl .gx_progitmboxintr ul li {
    font-size: 20px;
  }
  .anli-top {
    padding-top: 90px;
  }
  .ny-anlist .top h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 3.1vw;
    margin-left: 100px;
  }
  .ny-wm-gywm ul li img {
    max-width: 72px;
    max-height: 72px;
  }
  .newserviceb .brybox .graytitle .gx_ywbnp {
    font-size: 40px;
  }
  .newserviceb .brybox .graytitle h2 {
    font-size: 32px;
  }
  .ny-lxwm-header h2 {
    font-size: 144px;
  }
}
@media (max-width: 1440px) {
  .ny-news-nav ul li a {
    font-size: 20px;
  }
  .ny-new-list ul li {
    height: 30vw;
  }
  .ny-new-list ul li .imgbox {
    width: 100%;
    height: 15vw;
  }
  .ny-new-list ul li .imgbox img {
    width: 100%;
  }
  .ny-new-list ul li h2 {
    width: 18vw;
    font-size: 1.3vw;
  }
  .ny-new-list ul li .time h1 {
    font-size: 1.8vw;
  }
  .ny-new-list ul li .time span h3 {
    font-size: 1vw;
  }
  .anli-conts .wzcont .wzcont-bot h2 {
    padding-bottom: 5px;
  }
  .ny-new-list ul li p {
    font-size: 1.2vw;
  }
  .NewsPage a {
    font-size: 1.4vw;
  }
  .anli-conts ul li .imgbox,
.anli-conts ul li {
    width: 27.5vw;
    height: 19vw;
  }
  .anli-conts .wzcont {
    position: absolute;
    width: 27.5vw;
    height: 19vw;
  }
  .anli-conts .wzcont .wzcont-bot p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
  }
  .hxfw-cont ul li {
    width: 21vw;
  }
  .index-hzkh-conts {
    padding: 4.7vw 6.6vw 6.3vw;
  }
  .ny-anlist ul li .wzcont,
.ny-anlist ul li .imgbox,
.ny-anlist ul li {
    width: 29vw;
  }
  .wm-sxsx-cont .item h3,
.wm-sxsx-cont .item h2 {
    font-size: 24px;
  }
  .wm-sxsx-cont .item p {
    font-size: 16px;
  }
  .ny-wm-gywm ul li .wz p {
    font-size: 1.1vw;
  }
  .ny-wm-zjtd .slidecont .wz h2 {
    font-size: 1.5vw;
  }
  .ny-wm-xlc .top img {
    width: 35vw;
  }
  .ny-wm-xlc .cont .wz p {
    font-size: 1.2vw;
  }
  .ny-wm-zjtd .slidecont .wz p {
    font-size: 1.2vw;
  }
  .ny-lxwm-map .map_txt h1 {
    font-size: 30px;
  }
  .ny-lxwm-map .map_txt p {
    font-size: 18px;
  }
  .ny-lxwm-map .map_center {
    top: 51%;
    right: -15px;
  }
  .msg-conts {
    height: 305px;
  }
  .ny-sy-fwnl .gx_progitmboxintr ul li {
    font-size: 1.4vw;
    line-height: 2.4vw;
  }
  .dy-fwys-conts .item h2 {
    font-size: 1.6vw;
  }
  .dy-fwys-conts .item p {
    font-size: 1.2vw;
  }
  .ny-zh-ffl .gx_progitmboxintr ul li {
    font-size: 1.2vw;
  }
  .index-xw-right {
    width: 79%;
  }
  .index-xw-right .item {
    width: 100%;
  }
  .index-xw-right .item .wz,
.index-xw-right .item .imgbox {
    width: 90%;
  }
  .index-xw-right .item .wz .wz-right {
    width: 75%;
  }
  .index-xw-right .item .wz .wz-right h2 {
    font-size: 1.4vw;
  }
  .index-xw-right .item .wz .wz-right p {
    font-size: 1.1vw;
    line-height: 1.6em;
  }
  .msg-conts h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .msg-conts {
    padding: 50px 70px 0;
  }
  .wm-sxsx-bot ul li img {
    max-width: 100px;
    max-height: 100px;
  }
  .msg-conts img {
    max-height: 55px;
    margin-bottom: 18px;
  }
  .gx_jcen {
    top: 130px;
  }
}
@media (max-width: 1200px) {
  .index-mgs-conts {
    padding: 150px 50px 100px;
    background: url(sybg1.jpg) no-repeat center 45px;
    background-size: 80%;
    position: relative;
  }
  .index-mgs-conts .swiper-num {
    width: 89%;
  }
  .index-mgs-conts .swiper-button-next {
    right: 40vw;
  }
  .index-mgs-conts .swiper-button-prev {
    left: 40vw;
  }
  .index-mgs-conts .swiper-slide:nth-child(odd) .mgs-top h2,
.mgs-top h2 {
    text-align: center;
  }
  .index-mgs-conts .swiper-slide:nth-child(even) {
    flex-direction: column;
  }
  .index-mgs-conts .swiper-slide:nth-child(even) .mgs-top {
    display: flex;
    flex-direction: column;
  }
  .anli-top {
    padding-top: 90px;
    text-align: center;
  }
  .anli-top h2 {
    color: #fefefe;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .anli-top p {
    color: #d1c2a5;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .anli-conts {
    padding-bottom: 90px;
  }
  .anli-conts ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .anli-conts ul li {
    width: 47vw;
    height: 28vw;
  }
  .anli-conts ul li .imgbox {
    width: 46vw;
    height: 28vw;
  }
  .anli-conts .wzcont {
    width: 46vw;
    height: 28vw;
  }
  .anli-conts .wzcont .wzcont-top img {
    width: 15vw;
  }
  .anli-conts .wzcont .wzcont-top span {
    width: 4vw;
    height: 4vw;
  }
  .anli-conts .wzcont .wzcont-bot {
    width: 30vw;
    bottom: 1.56vw;
    right: 0;
  }
  .hxfw-cont ul li {
    width: 30vw;
    height: 20vw;
  }
  .sectionmbox .xl_logo {
    width: 25%;
  }
  .index-xw-conts {
    background: #d6000f;
    padding-bottom: 15vw;
  }
  .index-xw-left {
    width: 100%;
    text-align: center;
  }
  .index-xw-left h2 {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .index-xw-left ul li {
    font-size: 1.8vw;
    margin-bottom: 1.6vw;
    margin-right: 3vw;
    float: left;
  }
  .index-xw-left .more {
    float: right;
    width: 10vw;
    height: 2.6vw;
    line-height: 2.6vw;
    margin-top: 0;
  }
  .index-xw-left .more p {
    line-height: 2.6vw;
  }
  .index-xw-right {
    margin-top: 30px;
    width: 100%;
  }
  .index-xw-right .item {
    width: 100%;
  }
  .index-xw-right .item .imgbox {
    width: 30vw;
    height: 18vw;
  }
  .index-xw-right .item .wz {
    width: 30vw;
    min-height: 22vw;
  }
  .index-xw-right .item .wz .wz-left {
    width: 6vw;
  }
  .index-xw-right .item .wz .wz-left h1 {
    font-size: 3vw;
  }
  .index-xw-right .item .wz .wz-left h3 {
    font-size: 1.4vw;
    line-height: 2.4vw;
  }
  .index-xw-right .item .wz .wz-right {
    width: 19vw;
  }
  .index-xw-right .item .wz .wz-right h2 {
    font-size: 2vw;
    line-height: 2.6vw;
  }
  .index-xw-right .item .wz .wz-right p {
    font-size: 1.6vw;
    line-height: 2.3vw;
  }
  .index-xw-right .item .swiper-button-prev,
.index-xw-right .item .swiper-button-next {
    width: 4.6vw;
    height: 3vw;
  }
  .index-xw-right .item .swiper-button-prev {
    left: 45%;
    bottom: 8vw;
    margin-left: -2.3vw;
  }
  .index-xw-right .item .swiper-button-next {
    left: auto;
    right: 45%;
    margin-left: -2.3vw;
    bottom: 8vw;
  }
  .index-xw-right .item .swiper-button-prev:hover {
    background: url(xwprevsh.png) no-repeat center;
    background-size: 100%;
  }
  .index-xw-right .item .swiper-button-next {
    background: url(xwnextsh.png) no-repeat center;
    background-size: 100%;
  }
  .ny-lxwm-header img {
    display: none;
  }
  .ny-lxwm-header {
    justify-content: center;
  }
  .ny-new-list ul li {
    width: 28vw;
  }
  .ny-new-list ul li h2 {
    width: 18vw;
  }
  .ny-anlist {
    padding: 5.2vw 1.5vw 4vw 3.5vw;
  }
  .ny-anlist .top h2,
.anli-lb-top h2 {
    margin-left: 0;
  }
  .wm-sxsx-bot ul li {
    width: 25%;
    margin-bottom: 20px;
  }
  .wm-sxsx-bot ul li img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 1000px) {
  .index-mgs-conts {
    padding: 100px 50px 170px;
    background: url(sybg1.jpg) no-repeat center 30px;
    background-size: 80%;
    position: relative;
  }
}
@media (max-width: 995px) {
  .ny-wm-ban {
    position: relative;
    height: 200px;
  }
  .ny-wm-ban .beij img {
    position: absolute;
  }
}
@media (max-width: 926px) {
  .ny-dy-cont .g_harlitmr {
    margin: 0 auto;
  }
  .ny-dy-itemcont {
    margin-top: 10vw;
  }
  .ny-dy-itemcont .item {
    width: 42vw;
    height: 28vw;
    padding: 6vw 4vw 0;
    margin: 4vw 0.6vw;
  }
  .ny-dy-itemcont .item h2 {
    width: 33.4vw;
    height: 8.6vw;
    line-height: 8.6vw;
    font-size: 2.7vw;
    top: -4vw;
    left: 50%;
    margin-left: -16.7vw;
  }
  .ny-dy-itemcont .item ul li {
    font-size: 1.6vw;
    line-height: 4vw;
    padding-left: 2vw;
    background-size: 0.63vw;
  }
  .ny-sy-cont .g_harlitmr {
    margin: 0 auto;
  }
  .ny-anlist .more {
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .ny-anlist .more p {
    line-height: 44px;
  }
  .wm-sxsx-cont .item h4 {
    font-size: 16px;
  }
  .lxwm-ywzx-cont {
    height: 63vw;
  }
}
@media (max-width: 750px) {
  .index-mgs-conts {
    padding: 40px 5% 80px;
  }
  .mgs-top h2 {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .mgs-top .imgbox {
    height: 300px;
  }
  .msg-conts {
    width: 100%;
    height: 260px;
    padding: 30px 45px 0;
  }
  .msg-conts span {
    width: 32px;
    height: 3px;
    margin-bottom: 11px;
  }
  .msg-conts img {
    max-width: 200px;
    margin-bottom: 17px;
  }
  .index-mgs-conts .swiper-num {
    bottom: 45px;
  }
  .index-mgs-conts .swiper-num span {
    font-size: 16px;
  }
  .index-mgs-conts .swiper-button-prev,
.index-mgs-conts .swiper-button-next {
    width: 21px;
    height: 11px;
    bottom: 45px;
  }
  .anli-top h2 {
    color: #fefefe;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .anli-top p {
    color: #d1c2a5;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .anli-conts .wzcont .wzcont-top img {
    width: 10vw;
  }
  .anli-conts .wzcont .wzcont-top span {
    width: 3vw;
    height: 3vw;
    background-size: 50%;
  }
  .anli-conts .wzcont .wzcont-bot {
    width: 40vw;
  }
  .anli-conts .wzcont .wzcont-bot h2 {
    color: #e9dec9;
    font-size: 18px;
  }
  .anli-conts .wzcont .wzcont-bot p {
    font-size: 14px;
  }
  .anli-conts .more {
    width: 180px;
    height: 30px;
    line-height: 30px;
    color: #e9dec9;
    display: block;
    font-size: 14px;
  }
  .anli-conts .more p {
    line-height: 30px;
  }
  .anli-conts {
    padding-bottom: 45px;
  }
  .hxfw-top h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hxfw-top p {
    color: #e6061f;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .hxfw-cont ul li {
    width: 30vw;
    height: 25vw;
  }
  .hxfw-cont ul li h2 {
    color: #000000;
    font-size: 20px;
    margin-top: 2.6vw;
  }
  .sectionmbox .box_xptop {
    font-size: 24px;
    line-height: 30px;
  }
  .sectionmbox .box_xpbot {
    font-size: 16px;
    line-height: 30px;
  }
  .index-xw-left h2 {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
  .index-xw-left ul li {
    font-size: 4vw;
    margin-bottom: 2vw;
    margin-right: 4vw;
  }
  .index-xw-left .more {
    width: 100px;
    height: 25px;
    line-height: 25px;
  }
  .index-xw-left .more p {
    line-height: 24px;
    font-size: 14px;
  }
  .index-xw-right {
    margin-top: 20px;
  }
  .index-xw-right .item .imgbox {
    width: 43vw;
    height: 26vw;
  }
  .index-xw-right .item .wz {
    width: 43vw;
    min-height: 32vw;
  }
  .index-xw-right .item .wz .wz-left {
    width: 10vw;
  }
  .index-xw-right .item .wz .wz-left h1 {
    font-size: 24px;
  }
  .index-xw-right .item .wz .wz-left h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .index-xw-right .item .wz .wz-right {
    width: 27vw;
  }
  .index-xw-right .item .wz .wz-right h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .index-xw-right .item .wz .wz-right p {
    font-size: 12px;
    line-height: 18px;
  }
  .index-hzkh-conts {
    padding: 4.7vw 2.6vw 12vw;
  }
  .hzkh-top h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .hzkh-top p {
    font-size: 2.6vw;
    margin-bottom: 3vw;
  }
  .hzkh-cont .swiper-wrapper {
    margin-left: 5px;
  }
  .hzkh-cont .imgbox {
    width: 42vw;
    height: 20vw;
  }
  .hzkh-cont .imgbox img {
    max-width: 100%;
    max-height: 10vw;
    margin-top: 7vw;
    max-width: 85%;
  }
  .hzkh-cont .imgbox:hover img {
    margin-top: 5vw;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .hzkh-cont .swiper-pagination {
    bottom: -5vw;
  }
  .index-fan-cont .wzcont {
    padding: 9vw 0 12vw;
  }
  .index-fan-cont .wzcont p {
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .index-fan-cont .swiper-pagination {
    bottom: 5vw;
  }
  .senav {
    display: none;
  }
  .ny-anlist ul li {
    width: 45vw;
    height: 30vw;
  }
  .ny-anlist ul li .imgbox {
    width: 45vw;
    height: 30vw;
  }
  .ny-anlist ul li .wzcont {
    width: 45vw;
    height: 30vw;
  }
  .ny-anlist ul li .wzcont .wzcont-top img {
    max-width: 14.2vw;
  }
  .ny-anlist ul li .wzcont .wzcont-top span {
    width: 4vw;
    height: 4vw;
  }
  .ny-anlist ul li .wzcont .wzcont-bot {
    width: 40vw;
  }
  .ny-dy-yynt {
    background-size: 100% 100%;
  }
  .dy-yynt-top h2 {
    color: #fff;
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .dy-yynt-top p {
    font-size: 2.8vw;
    line-height: 6vw;
    margin-bottom: 5vw;
  }
  .dy-yynt-cont .item {
    width: 100vw;
    height: 28vw;
    margin-bottom: 4vw;
  }
  .dy-yynt-cont .item .top {
    width: 100%;
    height: 8vw;
  }
  .dy-yynt-cont .item .top span {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 4vw;
  }
  .dy-yynt-cont .item .top h2 {
    width: 80%;
    color: #464646;
    font-size: 4vw;
    line-height: 8vw;
  }
  .dy-yynt-cont .item .bot {
    padding: 3vw 5vw 0;
  }
  .dy-yynt-cont .item .bot p {
    color: #848484;
    font-size: 2vw;
    line-height: 4vw;
  }
  .ny-dy-fwts .gx_progtop h4 {
    font-size: 12vw;
    margin-bottom: 3vw;
  }
  .ny-dy-fwts .gx_progtop h5 {
    font-size: 4vw;
  }
  .ny-dy-fwts .gx_progitmbox h5 {
    font-size: 4.5vw;
  }
  .ny-dy-fwts .gx_progitmboxintr ul li {
    font-size: 3vw;
    line-height: 4vw;
  }
  .dy-fwys-conts .item {
    width: 45%;
    margin-bottom: 1.4vw;
  }
  .dy-fwys-conts .item h2 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  .dy-fwys-conts .item p {
    font-size: 2vw;
    line-height: 2em;
  }
  .ny-dy-xgal .cm_con {
    width: 100%;
    margin: 0;
  }
  .ny-dy-xgal .imgdiv img {
    max-height: 125vw;
  }
  .ny-dy-xgal .txtdiv h3 {
    font-size: 6vw;
  }
  .dy-jxzh-top h2 {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
  .dy-jxzh-top ul li {
    width: 10vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 2vw;
  }
  .dy-jxzh-cont {
    margin-top: 3.5vw;
  }
  .dy-jxzh-cont ul li {
    width: 48%;
    height: 25vw;
    margin-bottom: 4vw;
  }
  .dy-jxzh-cont ul li img {
    margin-top: 3vw;
    height: 14vw;
    margin-bottom: 2vw;
  }
  .dy-jxzh-cont ul li h2 {
    font-size: 2vw;
  }
  .sy-yyfw-top h2 {
    font-size: 7vw;
    margin-bottom: 8vw;
  }
  .sy-yyfw-cont ul li {
    width: 48%;
    height: 60vw;
    text-align: center;
  }
  .sy-yyfw-cont ul li img {
    height: 16vw;
    margin-bottom: 3vw;
  }
  .sy-yyfw-cont ul li h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .sy-yyfw-cont ul li p {
    font-size: 2.5vw;
  }
  .sy-fwlc-top h2 {
    font-size: 8vw;
    margin-bottom: 3vw;
  }
  .sy-fwlc-top p {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .sy-bxlj-top h2 {
    font-size: 3.5vw;
    margin-bottom: 4.5vw;
  }
  .ny-sy-fwnl .gx_progitm {
    width: 48%;
  }
  .ny-xhs-cont .g_harlitml h4 {
    line-height: 30px;
  }
  .ny-xhs-cont .g_harlitml p {
    font-size: 14px;
  }
  .ny-zh-fwjz {
    padding: 5.7vw 8.3vw 5.7vw;
  }
  .zh-fwjz-top h2 {
    font-size: 6vw;
    margin-bottom: 3.5vw;
  }
  .zh-fwjz-top p {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .zh-fwjz-cont .imgbox {
    display: none;
  }
  .zh-fwjz-cont .wzcont .item {
    width: 100%;
    justify-content: flex-start;
    flex-direction: initial;
    position: inherit;
    margin-bottom: 5vw;
  }
  .zh-fwjz-cont .wzcont .item img {
    width: 15vw;
    max-height: 15vw;
  }
  .zh-fwjz-cont .wzcont .item .wz {
    text-align: left;
  }
  .zh-fwjz-cont .wzcont .item .wz h2 {
    font-size: 6vw;
    line-height: 8vw;
    margin-top: 1.5vw;
  }
  .zh-fwjz-cont .wzcont .item .wz p {
    font-size: 4vw;
    line-height: 2em;
  }
  .ny-zh-ffl .gx_progtop h2 {
    font-size: 6vw;
    margin-bottom: 3.51vw;
  }
  .ny-zh-ffl .gx_progtop h5 {
    font-size: 4vw;
  }
  .ny-zh-ffl .gx_progitmbox h2 {
    font-size: 4vw;
  }
  .ny-zh-ffl .gx_progitmboxintr ul li {
    font-size: 2.5vw;
  }
  .ny-zh-fwys .item {
    width: 100%;
    margin-bottom: 3vw;
  }
  .ny-lxwm-map .map_txt {
    left: 4%;
  }
  .ny-lxwm-map {
    overflow: hidden;
  }
  .ny-lxwm-map .map_txt p,
.ny-lxwm-map .map_txt h1 {
    line-height: 2em;
  }
  .ny-lxwm-lxfs .contact_loc h4 {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
  .ny-lxwm-lxfs .contact_loc .h4 {
    font-size: 2.3vw;
  }
  .ny-lxwm-lxfs .contact_loc h5 {
    font-family: "微软雅黑";
    font-size: 1.8vw;
  }
  .lxwm-ywzx-cont {
    height: 138vw;
  }
  .ywzx-cont-box {
    width: 100%;
    height: 100%;
  }
  .ywzx-cont-box .top {
    padding-bottom: 2.5vw;
  }
  .ywzx-cont-box .top h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .ywzx-cont-box .top p {
    font-size: 2vw;
  }
  .ywzx-cont-box .center h2 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  .ywzx-cont-box .center p {
    font-size: 2.3vw;
  }
  .ywzx-cont-box .bot .int {
    font-size: 1.6vw;
    margin-bottom: 2vw;
  }
  .ywzx-cont-box .bot .short {
    width: 49%;
    margin-left: 1%;
    height: 6vw;
  }
  .ywzx-cont-box .bot .short:nth-child(2n+1) {
    margin-left: 0%;
  }
  .ywzx-cont-box .bot .qdin {
    width: 16vw;
    margin-left: 0%;
    height: 6vw;
  }
  .ywzx-cont-box .bot .int::-webkit-input-placeholder {
    font-size: 1.6vw;
    /* line-height: 6vw; */
  }
  .ywzx-cont-box .bot .textarea {
    height: 12vw;
  }
  .ywzx-cont-box .bot .btn {
    height: 6vw;
    font-size: 1.6vw;
  }
  .bot .bottitle {
    font-size: 2vw;
    margin: 2vw 0;
  }
  .ny-anlist .top h2,
.anli-lb-top h2 {
    font-size: 8vw;
    margin-bottom: 6vw;
    margin-top: 8vw;
  }
  .anli-lb-cont .imgbox {
    width: 90%;
    height: 14vw;
    border-bottom: 1px solid #707070;
  }
  .anli-lb-cont .imgbox img {
    max-height: 4vw;
  }
  .ny-wm-sxsx {
    padding: 8vw 9.9vw;
  }
  .ny-wm-sxsx .top h2 {
    font-size: 42px;
    border-bottom: 6px solid #d6000f;
  }
  .ny-wm-sxsx .top span {
    font-size: 16px;
    margin-top: 2vw;
  }
  .wm-sxsx-cont {
    margin-top: 4vw;
  }
  .wm-sxsx-cont .item {
    width: 100%;
    margin-bottom: 4vw;
  }
  .wm-sxsx-cont .item h3,
.wm-sxsx-cont .item h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .wm-sxsx-cont .item p {
    font-size: 3vw;
  }
  .ny-wm-gywm ul li {
    width: 50%;
    margin-bottom: 6vw;
  }
  .ny-wm-gywm ul li img {
    max-width: 8vw;
    max-height: 8vw;
  }
  .ny-wm-gywm ul li .wz {
    margin-left: 2vw;
  }
  .ny-wm-gywm ul li .wz h2 {
    font-size: 4vw;
  }
  .ny-wm-gywm ul li .wz h3 {
    font-size: 3vw;
  }
  .ny-wm-gywm ul li .wz p {
    font-size: 2vw;
  }
  .ny-wm-xlc {
    padding: 0 9.9vw 10vw;
    background: url(wmxlcbg.jpg) no-repeat top center;
    background-size: cover;
  }
  .ny-wm-xlc .top img {
    width: 60%;
    margin-bottom: 6vw;
  }
  .ny-wm-xlc .cont .wz {
    width: 38vw;
  }
  .ny-wm-xlc .cont .wz h2 {
    font-size: 6vw;
  }
  .ny-wm-xlc .cont .wz p {
    font-size: 2vw;
  }
  .ny-wm-xlc .cont .swiper-button-prev,
.ny-wm-xlc .cont .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .ny-wm-hjx .item .imgbox,
.ny-wm-hjx .item {
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
  }
  .ny-wm-hjx .item .imgbox {
    position: initial;
  }
  .ny-wm-hjx .item span {
    width: 40vw;
    height: auto;
    position: absolute;
    left: 1vw;
    bottom: 13vw;
  }
  .ny-wm-zjtd .top h2 {
    font-size: 4vw;
    border-bottom: 2px solid #d6000f;
  }
  .ny-wm-zjtd .top h3 {
    font-size: 1.8vw;
    margin: 1.4vw 0 0 1.4vw;
  }
  .ny-wm-zjtd .cont {
    margin-top: 6vw;
  }
  .ny-wm-zjtd .slidecont {
    width: 24vw;
    height: 40vw;
  }
  .ny-wm-zjtd .slidecont .imgbox {
    height: 24vw;
  }
  .ny-wm-zjtd .slidecont .wz h2 {
    font-size: 2.4vw;
    margin-top: 3vw;
  }
  .ny-wm-zjtd .slidecont .wz span {
    margin: 1.8vw auto;
  }
  .ny-wm-zjtd .slidecont .wz p {
    font-size: 1.8vw;
  }
  .ny-wm-zjtd .cont .swiper-button-next,
.ny-wm-zjtd .cont .swiper-button-prev {
    width: 4.2vw;
    height: 2vw;
  }
  .ny-wm-zjtd .cont .swiper-button-prev {
    right: 9vw;
    left: auto;
  }
  .ny-news-cont .top h2 {
    font-size: 7vw;
  }
  .ny-news-cont .top h3 {
    font-size: 2.5vw;
    margin-top: 4vw;
  }
  .ny-news-nav {
    padding: 3.5vw 0;
  }
  .ny-news-nav ul li a {
    font-size: 20px;
  }
  .ny-new-list ul li {
    width: 42vw;
    height: 54vw;
  }
  .ny-new-list ul li .imgbox {
    height: 27vw;
  }
  .ny-new-list ul li .wz {
    padding: 2vw 1.8vw 0;
  }
  .ny-new-list ul li h2 {
    font-size: 2.5vw;
    width: 29vw;
  }
  .ny-new-list ul li .time {
    position: absolute;
    right: 1.8vw;
    top: 2vw;
  }
  .ny-new-list ul li .time {
    text-align: center;
  }
  .ny-new-list ul li .time h1 {
    font-size: 3vw;
  }
  .ny-new-list ul li .time span h3 {
    font-size: 2vw;
  }
  .ny-new-list ul li p {
    font-size: 1.8vw;
    line-height: 1.8em;
    margin-top: 1.5vw;
  }
  .wm-sxsx-cont .item h4 {
    font-size: 14px;
  }
  .wm-sxsx-bot ul li img {
    max-width: 60px;
    max-height: 60px;
  }
  .wm-sxsx-bot ul li h2 {
    font-size: 14px;
  }
  .wm-sxsx-bot ul li p {
    font-size: 12px;
  }
  .anli-details-pcbanner {
    display: none;
  }
  .anli-details-sjbanner {
    display: block;
  }
  .anli-details-nr .bot p {
    width: 100%;
  }
  .anli-details-nr .bot p:last-child {
    text-align: left;
  }
  .new-anli-details-nr {
    padding: 3.6458vw 0 5.2083vw 25px;
  }
  .new-anli-details-nr .cont li::before {
    left: -25px;
    width: 20px;
    height: 20px;
  }
  .new-anli-details-nr .cont li:hover {
    padding-left: 10px;
  }
}
@media (max-width: 450px) {
  .msg-conts {
    min-height: 280px;
  }
  .msg-conts img {
    max-width: 150px;
  }
  .msg-conts h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .index-mgs-conts .swiper-num span {
    font-size: 14px;
  }
  .index-mgs-conts .swiper-button-prev,
.index-mgs-conts .swiper-button-next {
    bottom: 46px;
  }
  .index-mgs-conts .swiper-button-prev {
    left: 39vw;
  }
  .anli-top {
    padding-top: 30px;
  }
  .hxfw-cont ul li h2 {
    color: #000000;
    font-size: 14px;
    margin-top: 2.6vw;
  }
  .index-xw-right .item .wz .wz-left {
    width: 12vw;
  }
  .index-xw-right .item .wz .wz-left h1 {
    font-size: 16px;
  }
  .index-xw-right .item .wz .wz-left h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .index-xw-right .item .wz .wz-right h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .index-xw-right .item .wz .wz-right p {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
  }
  .icon-zuobiao {
    margin-left: 15px;
  }
  .icon-zuobiao:before {
    content: "";
    width: 12px;
    height: 16px;
    left: -10px;
  }
  footer h2 {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
  footer h3 {
    font-size: 4vw;
    margin-bottom: 1.4vw;
  }
  footer h4 {
    font-size: 0.8vw;
    margin-bottom: 2.7vw;
  }
  footer p {
    position: inherit;
    left: auto;
    bottom: auto;
  }
  .ny-dy-itemcont .item {
    width: 44vw;
    height: 40vw;
  }
  .ny-dy-itemcont .item ul li {
    line-height: 8vw;
    padding-left: 2vw;
    background-size: 5px;
  }
  .ny-dy-fwts .gx_progitmbox h5 {
    font-size: 7vw;
  }
  .ny-dy-fwts .gx_progitmboxintr ul li {
    font-size: 6vw;
    line-height: 7vw;
  }
  .ny-dy-fwys .g_detailsbox .hui h2 {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
  .ny-dy-fwys .g_detailsbox .hui h5 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .dy-fwys-conts .item {
    width: 45%;
  }
  .dy-fwys-conts .item h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .dy-fwys-conts .item p {
    font-size: 3vw;
    line-height: 2em;
  }
  .dy-jxzh-top ul li {
    width: 14vw;
    height: 6vw;
    line-height: 6vw;
  }
  .ny-sy-fwnl .gx_progitm {
    width: 100%;
  }
  .ny-xhs-fwfw .item {
    height: 45vw;
  }
  .ny-zh-ffl .gx_progitmboxintr ul li {
    padding: 0 5vw;
    font-size: 4vw;
  }
  .ny-zh-fwys .item {
    width: 100%;
    margin-bottom: 3vw;
  }
  /*.ny-anlist .more{
        width:30vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 1.3vw;
        margin-top: 4vw;
    }
     .ny-anlist .more p{
         8vw
     }*/
  .lxwm-ywzx-cont {
    height: 270vw;
  }
  .ywzx-cont-box {
    height: 100%;
  }
  .ywzx-cont-box .top {
    padding-bottom: 4vw;
  }
  .ywzx-cont-box .top h2 {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .ywzx-cont-box .top p {
    font-size: 4vw;
    line-height: 2em;
  }
  .ywzx-cont-box .center h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .ywzx-cont-box .center p {
    font-size: 4vw;
  }
  .ywzx-cont-box .bot .int {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
  .ywzx-cont-box .bot .short {
    width: 100%;
    margin-left: 0;
    height: 10vw;
  }
  .ywzx-cont-box .bot .qdin {
    width: 100%;
    height: 10vw;
  }
  .uploadRes {
    width: 100%;
  }
  .ywzx-cont-box .bot .textarea {
    height: 20vw;
  }
  .ywzx-cont-box .bot .btn {
    height: 10vw;
    font-size: 2vw;
  }
  .anli-lb-cont .imgbox {
    width: 90%;
    height: 20vw;
    border-bottom: 1px solid #707070;
  }
  .anli-lb-cont .imgbox img {
    max-height: 6vw;
  }
  .ny-wm-gywm ul li .wz h2 {
    font-size: 6vw;
  }
  .ny-wm-gywm ul li .wz h3 {
    font-size: 5vw;
  }
  .ny-wm-gywm ul li .wz p {
    font-size: 3vw;
  }
  .ny-wm-xlc .top img {
    width: 100%;
    margin-bottom: 6vw;
  }
  .ny-wm-xlc .cont .wz {
    width: 38vw;
  }
  .ny-wm-xlc .cont .wz p {
    font-size: 2.3vw;
  }
  .ny-wm-zjtd .slidecont {
    width: 37vw;
    height: 65vw;
  }
  .ny-wm-zjtd .slidecont .imgbox {
    height: 37vw;
  }
  .ny-wm-zjtd .slidecont .wz h2 {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .ny-wm-zjtd .slidecont .wz span {
    margin: 2.5vw auto;
  }
  .ny-wm-zjtd .slidecont .wz p {
    font-size: 3vw;
  }
  .ny-wm-zjtd .cont .swiper-button-next,
.ny-wm-zjtd .cont .swiper-button-prev {
    width: 4.2vw;
    height: 2vw;
    top: -2vw;
  }
  .ny-wm-zjtd .cont .swiper-button-prev {
    right: 11vw;
  }
  .ny-new-list ul li {
    width: 100%;
    height: 90vw;
  }
  .ny-new-list ul li .imgbox {
    height: 50vw;
  }
  .ny-new-list ul li .wz {
    padding: 4vw 3.6vw 0;
  }
  .ny-new-list ul li h2 {
    font-size: 4vw;
    width: 60vw;
  }
  .ny-new-list ul li .time {
    right: 3.6vw;
    top: 4vw;
  }
  .ny-new-list ul li .time {
    text-align: center;
  }
  .ny-new-list ul li .time h1 {
    font-size: 5vw;
  }
  .ny-new-list ul li .time span h3 {
    font-size: 3vw;
  }
  .ny-new-list ul li p {
    font-size: 2.5vw;
    margin-top: 2vw;
    line-height: 2em;
  }
  .wm-sxsx-bot ul li {
    width: 50%;
  }
  .hxfw-cont ul li {
    width: 50%;
    height: 35vw;
  }
  .hxfw-cont ul li img {
    height: 18vw;
  }
  .ny-lxwm-map .map_txt h1 {
    font-size: 19px;
  }
  .ny-lxwm-map .map_txt p {
    font-size: 15px;
  }
  .ny-lxwm-map .map_txt button {
    height: 34px;
  }
  .ny-lxwm-map .map_txt button p {
    line-height: 30px;
  }
  .ny-lxwm-lxfs .contact_title span {
    font-size: 21px;
  }
  .contact1 .contact_title {
    padding-bottom: 45px;
  }
  .mgs-top .imgbox {
    height: 134px;
  }
  .index-xw-right .item .wz {
    overflow: hidden;
    max-height: 38vw;
  }
  .hzkh-cont .imgbox {
    width: 20vw;
  }
}