@charset "UTF-8";
:root {
  --color: #DB0028;
  --color2: #032349;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--color);
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.a_dw {
  position: relative;
  top: -6.25em;
}

.preview_img,
.bofang {
  cursor: pointer;
}

.my-time {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-time::before, .my-time::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times::before, .my-times::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times * {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times *::before, .my-times *::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}
.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}
.liuyan_tanchuang .ico {
  width: 24px;
}
.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}
.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.my-img-active {
  cursor: pointer;
}
.my-img-active.my-img-container,
.my-img-active .my-img-container {
  overflow: hidden;
}
.my-img-active .my-img-target {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}
.my-img-toggle.my-img-target,
.my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}
.my-img-toggle.my-img-target img,
.my-img-toggle .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-img-toggle.my-img-target img:nth-child(2),
.my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle.active.my-img-target img:nth-child(1), .my-img-toggle.active .my-img-target img:nth-child(1) {
  opacity: 0;
}
.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle.active.my-img-target img:nth-child(2), .my-img-toggle.active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-toggle {
  position: relative;
}
.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}
.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.my-main img {
  -o-object-fit: cover;
     object-fit: cover;
}
.my-main a {
  color: inherit;
}
.my-main input,
.my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}
.my-main textarea {
  resize: none;
  font-family: "微软雅黑";
}

.my-more-active:hover .my-more .more-icon, .my-more-active:hover.my-more .more-icon {
  -webkit-transform: translate3d(-webkit-calc(6.2857142857em + 2px), 0, 0);
     -moz-transform: translate3d(-moz-calc(6.2857142857em + 2px), 0, 0);
          transform: translate3d(calc(6.2857142857em + 2px), 0, 0);
}
.my-more-active:hover .my-more .more-text, .my-more-active:hover.my-more .more-text {
  -webkit-transform: translate3d(-webkit-calc(-2.7857142857em - 2px), 0, 0);
     -moz-transform: translate3d(-moz-calc(-2.7857142857em - 2px), 0, 0);
          transform: translate3d(calc(-2.7857142857em - 2px), 0, 0);
}

.my-more {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.my-more.status1 .more-text {
  color: #fff;
}
.my-more .more-icon {
  width: 2.7857142857em;
  height: 2.7857142857em;
  background: var(--color) url(../images_die/svg/1.svg) no-repeat center center;
  -o-background-size: 40% auto;
     background-size: 40% auto;
  margin-right: 2px;
}
.my-more .more-text {
  background: var(--color);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3125;
  width: 6.2857142857em;
}

.my-title {
  color: var(--color2);
  position: relative;
  padding-left: 1.3611111111em;
}
.my-title.status1 .title-icon {
  top: 0.1388888889em;
}
.my-title .title-icon {
  width: 0.7777777778em;
  position: absolute;
  left: 0;
  top: 0.3611111111em;
}
.my-title .title-text1 {
  line-height: 1.5;
}
.my-title .title-text2 {
  line-height: 1.3;
}

.my-swiper-button.status1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.23rem;
     -moz-column-gap: 0.23rem;
          column-gap: 0.23rem;
}
.my-swiper-button.status1 .swiper-button {
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.my-swiper-button .swiper-button {
  margin-top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #ddd;
  opacity: 1;
}
.my-swiper-button .swiper-button::after {
  display: none;
}
.my-swiper-button .swiper-button span {
  width: 40%;
}
.my-swiper-button .swiper-button:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.my-swiper-button .swiper-button-next span {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.my-swiper-pagination {
  --swiper-pagination-color: var(--color);
}
.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}
.my-swiper-pagination.status1 {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.my-list1:not(.swiper) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 1.7857142857%;
     -moz-column-gap: 1.7857142857%;
          column-gap: 1.7857142857%;
  row-gap: 0.6rem;
}
.my-list1:not(.swiper) .item {
  width: 32.1428571429%;
}
.my-list1 .item:hover .item-info {
  background-color: var(--color);
}
.my-list1 .item:hover .item-time, .my-list1 .item:hover .item-title, .my-list1 .item:hover .item-text {
  color: #fff;
}
.my-list1 .item-info {
  background-color: #F5F5F5;
  padding: 0.32rem 0.18rem 0.64rem;
}
.my-list1 .item-time {
  line-height: 1.75;
  font-family: Arial;
  margin-bottom: 0.06rem;
}
.my-list1 .item-title {
  line-height: 1.3;
  margin-bottom: 0.28rem;
}
.my-list1 .item-text {
  line-height: 1.75;
  color: #666;
  height: 3.5em;
}

.my-banner {
  position: relative;
}
.my-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 6.25em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.my-banner .title {
  line-height: 1.3125;
  margin-bottom: 0.1rem;
}
.my-banner .text {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

header.active {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
header.active .header {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header.active, .header:hover, .header.active2 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.header.active.my-img-toggle .my-img-target img:nth-child(1), .header:hover.my-img-toggle .my-img-target img:nth-child(1), .header.active2.my-img-toggle .my-img-target img:nth-child(1) {
  opacity: 0;
}
.header.active.my-img-toggle .my-img-target img:nth-child(2), .header:hover.my-img-toggle .my-img-target img:nth-child(2), .header.active2.my-img-toggle .my-img-target img:nth-child(2) {
  opacity: 1;
}
.header:not(.active):not(:hover):not(.active2) .nav-link {
  color: #fff;
}
.header:not(.active):not(:hover):not(.active2) .input {
  background-color: #fff;
}
.header .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  width: 9.375em;
}
.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav-item {
  position: relative;
  padding: 0 0.4rem;
}
.header .nav-item:hover, .header .nav-item.active {
  background-color: var(--color);
}
.header .nav-item:hover .nav-link, .header .nav-item.active .nav-link {
  color: #fff;
}
.header .nav-item:hover .nav-container {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.header .nav-item:hover .nav-container2 {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header .nav-link {
  line-height: 6.25;
  color: var(--color2);
}
.header .nav-container {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  min-width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 15px 6px;
  box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 15px, 0);
     -moz-transform: translate3d(-50%, 15px, 0);
          transform: translate3d(-50%, 15px, 0);
}
.header .nav-li {
  display: block;
  line-height: 1.5;
}
.header .nav-li:hover {
  color: var(--color);
}
.header .nav-li + .nav-li {
  margin-top: 0.2rem;
}
.header .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .input {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75em;
  padding: 0 0.1rem;
  background-color: #EFF1F6;
  width: 21.875em;
  margin-right: 0.1rem;
}
.header .input input {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: inherit;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  margin: 0 5px;
}
.header .input-icon {
  width: 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header .tel {
  background-color: var(--color);
  height: 3.75em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 1.5em;
}
.header .tel:hover .tel-icon {
  -webkit-transform: translate3d(-1em, 0, 0);
     -moz-transform: translate3d(-1em, 0, 0);
          transform: translate3d(-1em, 0, 0);
}
.header .tel:hover span {
  opacity: 0;
}
.header .tel:hover a {
  opacity: 1;
  pointer-events: auto;
}
.header .tel-icon {
  width: 1.5em;
  margin-right: 0.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.header .tel-icon a {
  color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 0;
  pointer-events: none;
}
.header .tel-icon a:hover {
  text-decoration: underline;
}
.header .nav-container2 {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #F8F8F8;
  padding-top: 0.56rem;
  padding-bottom: 0.84rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
     -moz-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}
.header .nav-container2 .box {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 4.6rem;
}
.header .nav-container2 .box .zhan {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
}
.header .nav-container2 .img {
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.6rem;
  aspect-ratio: 312/460;
}
.header .nav-container2 .uls{
    display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
    width: 0;
    overflow: auto;
    height: 100%;
}
.header .nav-container2 .uls::-webkit-scrollbar{
    height: 4px;
}
.header .nav-container2 .uls::-webkit-scrollbar-thumb{
    height: 4px;
    background: var(--color);
}
.header .nav-container2 .ul-container {
  padding: 0 0.6rem;
  border-left: 1px solid #D9D9D9;
  height: 100%;
  position: relative;
  padding-top: -webkit-calc(1.3em + 0.25rem);
  padding-top: -moz-calc(1.3em + 0.25rem);
  padding-top: calc(1.3em + 0.25rem);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header .nav-container2 .ul-title {
  line-height: 1.3333333333;
  color: var(--color2);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  left: 0.6rem;
  top: 0;
}
.header .nav-container2 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
}
.header .nav-container2 .li {
  line-height: 1.3125;
  padding: 0.095rem 0;
  position: relative;
  color: var(--color2);
  width: 2.8rem;
}
.header .nav-container2 .li:hover {
  color: var(--color);
}
.header .nav-container2 .li:hover::before {
  width: 100%;
}
.header .nav-container2 .li::before {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: 0%;
  bottom: 0;
  background-color: var(--color);
}

.footer {
  background-color: #38393C;
  padding-top: 1.26rem;
  color: #fff;
  overflow: hidden;
}
.footer .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.64rem;
  border-bottom: 1px solid rgba(239, 241, 246, 0.2);
}
.footer .logo {
  width: 2.76rem;
  margin-bottom: 0.55rem;
}
.footer .text1 {
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
.footer .ul {
  margin-bottom: 0.3rem;
}
.footer .li {
  line-height: 1.3125;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .li + .li {
  margin-top: 0.1rem;
}
.footer .li-icon {
  width: 1.3125em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.04rem;
}
.footer .li-text a {
  color: #fff;
}
.footer .li-text a:hover {
  color: var(--color);
  text-decoration: underline;
}
.footer .ul2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
}
.footer .li2 {
  position: relative;
}
.footer .li2:hover .li2-icon {
  background-color: var(--color);
  border-color: var(--color);
}
.footer .li2:hover .li2-icon img {
  opacity: 1;
}
.footer .li2:hover .li2-img {
  pointer-events: none;
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
     -moz-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.footer .li2-icon {
  width: 36px;
  height: 36px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .li2-icon img {
  width: 20px;
  opacity: 0.5;
}
.footer .li2-img {
  position: absolute;
  left: 0;
  bottom: 100%;
  max-width: initial;
  width: 100px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
     -moz-transform: translate3d(0, -25px, 0);
          transform: translate3d(0, -25px, 0);
}
.footer .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.77rem;
     -moz-column-gap: 1.77rem;
          column-gap: 1.77rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .nav-li {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  display: block;
}
.footer .nav-li:nth-child(1) {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
.footer .nav-li + .nav-li {
  margin-bottom: 0.04rem;
}
.footer .nav-li:hover {
  color: var(--color);
}
.footer .back {
  margin-top: auto;
  cursor: pointer;
}
.footer .back:hover .back-icon {
  background-color: var(--color);
  border-color: var(--color);
}
.footer .back-icon {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0.14rem;
}
.footer .back-icon img {
  width: 22%;
}
.footer .back-text {
  line-height: 1.3;
}
.footer .bottom {
  line-height: 1.2857142857;
  padding: 0.22rem 0;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .bottom a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .bottom a:hover {
  color: var(--color);
  text-decoration: underline;
}

.index1 .swiper {
  aspect-ratio: 1920/950;
}
.index1 .swiper-slide.active .text1, .index1 .swiper-slide.active .text2, .index1 .swiper-slide.active .text3, .index1 .swiper-slide.active .my-more {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.index1 .my-swiper-pagination {
  bottom: 0.4rem;
}
.index1 .slide-video-container {
  position: relative;
}
.index1 .slide-video-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.index1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.index1 .text1 {
  line-height: 1.3125;
  margin-bottom: 0.1rem;
}
.index1 .text2 {
  line-height: 1.3125;
  margin-bottom: 0.1rem;
  letter-spacing: 0.35em;
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index1 .text3 {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.21em;
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index1 .text1, .index1 .text2, .index1 .text3, .index1 .my-more {
  opacity: 0;
  -webkit-animation-name: none;
     -moz-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
}
.index1 .my-more {
  margin-top: 0.6rem;
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.index1 .slide-play {
  position: absolute;
  bottom: 20px;
  right: 5%;
  z-index: 3;
  width: 50px;
}

.index2 {
  height: 200vh;
  position: relative;
}
.index2 .container {
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index2 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index2 .img.active span {
  -webkit-animation-name: fadeInLeft;
     -moz-animation-name: fadeInLeft;
       -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.index2 .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.05;
}
.index2 .lines span {
  width: 1px;
  height: 100%;
  display: block;
  background-color: var(--color2);
  opacity: 0;
}
.index2 .lines span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.index2 .lines span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index2 .lines span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
     -moz-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index2 .lines span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index2 .lines span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index2 .lines span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.index2 .img-target {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.index2 .content {
  position: relative;
  z-index: 3;
}
.index2 .content .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 1.5rem;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.index2 .content.active .title-text1, .index2 .content.active .title-text2, .index2 .content.active .text1, .index2 .content.active .text2 {
  color: #fff;
}
.index2 .content.active .my-more {
  opacity: 1;
}
.index2 .content.active2 .text3 span {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.index2 .info {
  width: 7.5rem;
  margin: 0 auto;
}
.index2 .placeholder {
  width: 100%;
  height: 2.5rem;
  margin: 0.3rem 0;
}
.index2 .text1 {
  line-height: 1.3;
  color: var(--color2);
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 3;
}
.index2 .text2 {
  line-height: 1.75;
  color: var(--color2);
  position: relative;
  z-index: 3;
}
.index2 .my-more {
  opacity: 0;
  margin-top: 0.5rem;
  position: relative;
  z-index: 3;
}
.index2 .text3 {
  position: absolute;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  font-size: 2.4rem;
  line-height: 3.3rem;
  bottom: 2.44rem;
  color: rgba(0, 64, 152, 0.05);
}
.index2 .text3 span {
  display: inline-block;
  -webkit-animation-name: fadeOutDown;
     -moz-animation-name: fadeOutDown;
       -o-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

.index3 {
  aspect-ratio: 1920/950;
}
.index3 .box {
  width: 100%;
  height: 100%;
  max-width: 1920px;
}
.index3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index3 .left {
  width: 30.46875%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 5.7291666667%;
  padding-right: 20px;
  padding-top: 1.9rem;
  padding-bottom: 1.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.index3 .select {
  margin-top: auto;
  width: 73.8461538462%;
  height: 3em;
  position: relative;
  border: 1px solid #ddd;
}
.index3 .select.active .select-icon {
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
     -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
          transform: translate3d(0, -50%, 0) rotate(180deg);
}
.index3 .select select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index3 .select-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 0.85em;
  right: 0.16rem;
}
.index3 .select-text {
  height: 100%;
  line-height: 3;
  color: var(--color2);
  opacity: 0.2;
  padding-left: 0.12rem;
  padding-right: 2.3em;
}
.index3 .select-text.active {
  opacity: 1;
}
.index3 .my-swiper-button {
  margin-top: 0.23rem;
}
.index3 .swiper {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.index3 .swiper-slide {
  width: 18.7265917603%;
  cursor: pointer;
}
.index3 .swiper-slide:hover {
  width: 25.1685393258%;
}
.index3 .swiper-slide:hover .my-more {
  opacity: 1;
}
.index3 .swiper-slide .my-more {
  opacity: 0;
}
.index3 .slide-img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.index3 .slide-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 21.0526315789%;
  padding: 0 10px;
  text-align: center;
}
.index3 .slide-title {
  line-height: 1.3333333333;
  color: var(--color2);
  margin-bottom: 0.5rem;
}

.index4.status1 .list {
  padding: 0.7rem 0;
}
.index4.status1 .item {
  box-shadow: initial;
}
.index4.status1 .select-item {
  border-radius: 100px;
}
.index4 .container {
  /*background: url(../images_die/1.webp) no-repeat center bottom/cover;*/
  padding-top: 1.76rem;
  padding-bottom: 0.41rem;
  position: relative;
  overflow: hidden;
}
.index4 .tip {
  font-size: 2.92rem;
  line-height: 4.01rem;
  color: var(--color2);
  opacity: 0.03;
  white-space: nowrap;
  position: absolute;
  top: 2.26rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.index4 .my-title {
  margin-bottom: 1.5rem;
}
.index4 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index4 .info {
  width: 28.5714285714%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 5.9523809524%;
  margin-right: 5.9523809524%;
  color: var(--color2);
  margin-bottom: .6rem;
}
.index4 .text1 {
  line-height: 1.3125;
  margin-bottom: 0.16rem;
}
.index4 .text2 {
  line-height: 1.375;
  margin-bottom: 0.31rem;
  letter-spacing: -0.02em;
}
.index4 .text2 span {
  color: var(--color);
}
.index4 .text3 {
  line-height: 1.375;
  text-align: justify;
  margin-bottom: 0.36rem;
}
.index4 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
}
.index4 .select-item {
  line-height: 2.375;
  border: 1px solid #ddd;
  padding: 0 0.21rem;
  cursor: pointer;
}
.index4 .select-item:hover, .index4 .select-item.active {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.index4 .right {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.index4 .my-toggle-item.active2 .map-path {
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}
.index4 .my-toggle-item:nth-child(1) {
  margin-top: -1.36rem;
  width: 101.8%;
  margin-bottom: -0.54rem;
}
.index4 .my-toggle-item:nth-child(2) {
  margin-top: -1.67rem;
  margin-left: 0.63rem;
  width: 81.2%;
  margin-bottom: 0.1rem;
}
.index4 .dot {
  z-index: 2;
}
.index4 .dot, .index4 .line {
  position: absolute;
  top: 0;
  left: 0;
}
.index4 .map-path {
  -webkit-animation: 1.5s linear both;
     -moz-animation: 1.5s linear both;
       -o-animation: 1.5s linear both;
          animation: 1.5s linear both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.index4 .map-path1 {
  -webkit-animation-name: clip1;
     -moz-animation-name: clip1;
       -o-animation-name: clip1;
          animation-name: clip1;
}
.index4 .map-path2 {
  -webkit-animation-name: clip2;
     -moz-animation-name: clip2;
       -o-animation-name: clip2;
          animation-name: clip2;
}
.index4 .map-path3 {
  -webkit-animation-name: clip3;
     -moz-animation-name: clip3;
       -o-animation-name: clip3;
          animation-name: clip3;
}
.index4 .map-path4 {
  -webkit-animation-name: clip4;
     -moz-animation-name: clip4;
       -o-animation-name: clip4;
          animation-name: clip4;
}
.index4 .map-path5 {
  -webkit-animation-name: clip5;
     -moz-animation-name: clip5;
       -o-animation-name: clip5;
          animation-name: clip5;
}
.index4 .map-path6 {
  -webkit-animation-name: clip6;
     -moz-animation-name: clip6;
       -o-animation-name: clip6;
          animation-name: clip6;
}
.index4 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.06rem;
  padding-bottom: 0.16rem;
}
.index4 .item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
  width: 3.15rem;
  box-shadow: 0 0.04rem 0.161rem 0 #E0E0E0;
  margin-right: 0.12rem;
}

.index5 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.index5 .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.6rem;
}
.index5 .title .more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  color: var(--color2);
}
.index5 .title .more:hover {
  text-decoration: underline;
}
.index5 .title .more img {
  width: 1.25em;
  margin-right: 2px;
}
.index5 .swiper {
  margin-bottom: 0.6rem;
}
.index5 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.18rem;
     -moz-column-gap: 0.18rem;
          column-gap: 0.18rem;
}
.index5 .my-swiper-button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index5 .swiper-pagination {
  position: static;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.05rem;
  background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0.2) 66%,
    rgba(0, 0, 0, 0.2) 100%);
}
.index5 .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}

.product1 {
  background-color: #EFF1F6;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.product1 .box {
  max-width: 1166px;
}
.product1 .title {
  line-height: 1.325;
  color: var(--color2);
  margin-bottom: 0.3rem;
  text-align: center;
}
.product1 .text {
  line-height: 1.3;
  text-align: center;
  color: #666;
}

.product2 {
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
}
.product2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
  margin-bottom: 1.2rem;
}
.product2 .select-item {
  min-width: 3.2rem;
  text-align: center;
  line-height: 4;
  background-color: #EFF1F6;
  color: var(--color2);
  padding: 0 0.2rem;
}
.product2 .select-item:hover, .product2 .select-item.active {
  background-color: var(--color);
  color: #fff;
}
.product2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product2 .swipers {
  width: 47.619047619%;
}
.product2 .swiper_1 {
  margin-bottom: 0.2rem;
}
.product2 .swiper_1 .swiper-slide {
  border-radius: 0.1rem;
}
.product2 .swiper_2 {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0.2rem;
}
.product2 .swiper_2 .swiper-slide {
  width: 1.6rem;
}
.product2 .swiper_2 .swiper-slide-thumb-active .slide-img {
  border-color: var(--color);
}
.product2 .swiper_2 .slide-img {
  border-radius: 0.1rem;
  border: 1px solid #fff;
}
.product2 .swiper_2 .slide-title {
  text-align: center;
  line-height: 1.2857142857;
  color: #999;
  margin-top: 0.07rem;
}
.product2 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product2 .swiper-button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.1rem;
}
.product2 .info {
  width: 49.1071428571%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.42rem;
}
.product2 .title {
  color: var(--color2);
  line-height: 1.25;
  margin-bottom: 0.56rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.product2 .line {
  height: 1px;
  background-color: #D9D9D9;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  margin-bottom: 0.13rem;
}
.product2 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: auto;
  padding-bottom: 8px;
  margin-bottom: 0.1rem;
  width: 100%;
}
.product2 .ul::-webkit-scrollbar {
  height: 4px;
}
.product2 .ul::-webkit-scrollbar-thumb {
  height: 4px;
  cursor: pointer;
  background-color: var(--color2);
  border-radius: 4px;
}
.product2 .li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 2.5;
  background-color: #EFF1F6;
  color: var(--color2);
  cursor: pointer;
  padding: 0 0.28rem;
}
.product2 .li:hover, .product2 .li.active {
  background-color: var(--color2);
  color: #fff;
}
.product2 .texts {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}
.product2 .text1 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.3125;
  color: var(--color2);
  margin-bottom: 0.2rem;
}
.product2 .text2 {
  background-color: #FAFAFA;
  line-height: 1.75;
  color: #666;
  padding: 0.3rem 0.32rem;
  overflow: auto;
}
.product2 .text2 ul {
  list-style-type: none;
}
.product2 .text2 li {
  padding-left: 1.5em;
  position: relative;
}
.product2 .text2 li::before {
  position: absolute;
  content: "";
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #666;
  left: 0.625em;
  top: 0.75em;
}
.product2 .my-more {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.product3 {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
}
.product3 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7rem;
}
.product3 .li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 4em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  background-color: #FBFCFF;
  color: var(--color2);
}
.product3 .li + .li {
  border-left: none;
}
.product3 .my-title {
  margin-bottom: 0.3rem;
}

.product4 {
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
}
.product4 .my-title {
  margin-bottom: 0.3rem;
}
.product4 .content {
  margin-bottom: 0.22rem;
}

.product4 .content img{
    width: auto!important;
    height: auto!important;
}
.product4 table {
  border-spacing: 0;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.product4 tr:nth-of-type(odd) td {
  background-color: #EFF1F6;
}
.product4 tr:nth-child(1) td {
  background-color: var(--color);
  border-right: 1px solid #fff;
}
.product4 tr:nth-child(1) td:last-child {
  border-right: none;
}
.product4 tr:nth-child(1) td {
  color: #fff;
  height: 5em;
}
.product4 tr:not(:nth-child(1)) td {
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.product4 tr:not(:nth-child(1)) td:last-child {
  border-right: 1px solid #DDDDDD;
}
.product4 tr td {
  background-color: #fff;
}
.product4 tr td {
  height: 3.75em;
  /*display: -webkit-flex;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-align-items: center;*/
  /*   -moz-box-align: center;*/
  /*    -ms-flex-align: center;*/
  /*        align-items: center;*/
  /*-webkit-justify-content: center;*/
  /*   -moz-box-pack: center;*/
  /*    -ms-flex-pack: center;*/
  /*        justify-content: center;*/
  padding: 8px 5px;
  color: var(--color2);
  line-height: 1.3125;
}
.product4 .tip {
  line-height: 1.75;
  color: #999;
  text-align: center;
}

.product5 {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}
.product5 .my-title {
  margin-bottom: 0.3rem;
}
.product5 .swiper {
  margin-bottom: 0.3rem;
}
.product5 .item:hover .item-info {
  background-color: var(--color);
}
.product5 .item:hover .item-title {
  color: #fff;
}
.product5 .item-info {
  background-color: #F5F5F5;
  padding: 0.29rem 0.25rem;
  min-height: 1.4rem;
}
.product5 .item-title {
  font-size: 1.3;
}
.product5 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.18rem;
     -moz-column-gap: 0.18rem;
          column-gap: 0.18rem;
}
.product5 .my-swiper-button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.product5 .swiper-pagination {
  position: static;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.05rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
}
.product5 .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}

.service1 {
  padding-top: 1rem;
  background: url(../images_die/2.webp) no-repeat center center/cover;
}
.service1 .my-title {
  margin-bottom: 0.56rem;
}
.service1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.service1 .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 51.7857142857%;
}
.service1 .title {
  line-height: 1.3125;
  margin-bottom: 0.23rem;
  margin-top: -0.07rem;
}
.service1 .form {
  width: 46.4285714286%;
  margin-left: auto;
}
.service1 .form-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service1 .form-item {
  width: 47.4358974359%;
  margin-bottom: 0.17rem;
}
.service1 .form-item.active .form-input,
.service1 .form-item.active .form-textarea {
  border-color: #BB2B2C;
  background-color: rgba(216, 38, 28, 0.1);
}
.service1 .form-item.active .form-error {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.service1 .form-item.status1 {
  width: 100%;
}
.service1 .form-item.status3 {
  width: 51.2820512821%;
}
.service1 .form-item.status2 {
  margin-bottom: 0.34rem;
}
.service1 .form-label {
  line-height: 1.3125;
  margin-bottom: 0.06rem;
  color: #666666;
}
.service1 .form-label.required::after {
  position: relative;
  content: "*";
  color: #FF0000;
}
.service1 .form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.service1 .form-input,
.service1 .form-textarea {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  padding-left: 0.17rem;
  padding-right: 0.17rem;
}
.service1 .form-input::-webkit-input-placeholder, .service1 .form-textarea::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.service1 .form-input:-moz-placeholder, .service1 .form-textarea:-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.service1 .form-input::-moz-placeholder, .service1 .form-textarea::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.service1 .form-input:-ms-input-placeholder, .service1 .form-textarea:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.service1 .form-input::placeholder,
.service1 .form-textarea::placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.service1 .form-input:focus,
.service1 .form-textarea:focus {
  border-color: var(--color);
}
.service1 .form-input {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3.3333333333em;
}
.service1 .form-textarea {
  line-height: 1.3333333333;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 0.9rem;
}
.service1 .code-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 4px;
  cursor: pointer;
  height: 3.3333333333em;
}
.service1 .form-line {
  width: 100%;
  display: block;
  border-top: 1px dashed #666666;
  margin-bottom: 0.1rem;
}
.service1 .form-tip {
  line-height: 1.3333333333;
  color: #666666;
  margin-top: 0.11rem;
}
.service1 .form-tip:hover {
  color: var(--color);
  text-decoration: underline;
}
.service1 .form-upload {
  position: relative;
  width: 8.3333333333em;
  height: 3.3333333333em;
  background-color: var(--color2);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 2px;
}
.service1 .form-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.service1 .form-upload:hover {
  background-color: var(--color);
}
.service1 .tip {
  line-height: 1.3333333333;
  color: #666;
  margin-bottom: 0.3rem;
}
.service1 .tip span {
  color: #DB0028;
}

.service2 {
  padding-top: 1.07rem;
  padding-bottom: 1.2rem;
  background: url(../images_die/3.webp) no-repeat center center/cover;
}
.service2 .my-title {
  margin-bottom: 0.6rem;
}
.service2 .item {
  border: 1px solid #DDDDDD;
  background: #fff;
  position: relative;
}
.service2 .item + .item {
  margin-top: 0.2rem;
}
.service2 .item::before {
  position: absolute;
  content: "";
  width: 0.04rem;
  background-color: var(--color2);
  left: 0;
  top: 0;
  bottom: 0;
}
.service2 .item.active .item-title {
  font-weight: bold;
}
.service2 .item.active::before {
  background-color: var(--color);
  width: 0.06rem;
}
.service2 .item-top {
  padding: 0.16rem 0.35rem 0.16rem 0.58rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service2 .item-title {
  line-height: 1.3;
  color: var(--color2);
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.service2 .item-btn {
  width: 1.9em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
}
.service2 .item-bottom {
  padding: 0.3rem 0 0.23rem;
  border-top: 1px dashed #013291;
  margin-left: 0.58rem;
  margin-right: 1.42rem;
  color: #666666;
  line-height: 1.3;
  display: none;
}

.about1 {
  overflow: hidden;
}
.about1 .content {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about1 .box {
  padding-top: 1.8rem;
  max-width: 1200px;
}
.about1 .text1 {
  line-height: 1.3125;
  margin-bottom: 0.28rem;
}
.about1 .text2 {
  line-height: 1.3125;
}
.about1 .text3 {
  top: 3.26rem;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  font-size: 2.4rem;
  line-height: 3.3rem;
  bottom: 2.44rem;
  color: rgba(0, 64, 152, 0.05);
}
.about1 .text3 span {
  display: inline-block;
}

.about2 {
  padding-top: 1.07rem;
  height: 9.5rem;
  background: url(../images_die/4.webp) no-repeat center center/cover;
  position: relative;
}
.about2 .list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about2 .list-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
}
.about2 .swiper-slide {
  width: 33.33%;
  padding: 1.18rem 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  color: var(--color2);
  cursor: pointer;
  position: relative;
}
.about2 .swiper-slide:hover .slide-mask, .about2 .swiper-slide.swiper-slide-active .slide-mask {
  opacity: 0.5;
}
.about2 .slide-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #326CA2 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #326CA2 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #326CA2 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #326CA2 100%);
}
.about2 .slide-icon {
  width: 1.5em;
  margin: 0 auto 0.32rem;
  position: relative;
}
.about2 .slide-text1 {
  line-height: 1.3125;
  margin-bottom: 0.3rem;
  position: relative;
}
.about2 .slide-text2 {
  line-height: 1.35;
  position: relative;
}

.news1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.news1 .my-list1 {
  margin-bottom: 0.6rem;
}

.news-detail1 {
  padding-top: 0.54rem;
  padding-bottom: 0.54rem;
  background-color: #EFF1F6;
}
.news-detail1 .box {
  max-width: 1400px;
}
.news-detail1 .title {
  line-height: 1.3125;
  color: var(--color2);
  text-align: center;
  margin-bottom: 0.2rem;
}
.news-detail1 .infos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
}
.news-detail1 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  color: #666;
}
.news-detail1 .info img {
  width: 1.2em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.04rem;
}

.news-detail2 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}
.news-detail2 .box {
  max-width: 1400px;
}
.news-detail2 .content {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 1rem;
}
.news-detail2 .content img {
  display: inline-block;
}
.news-detail2 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFF1F6;
  padding: 0.27rem 0.6rem;
}
.news-detail2 .list {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  line-height: 1.3125;
}
.news-detail2 .item + .item {
  margin-top: 0.2rem;
}
.news-detail2 .item a {
  color: var(--color2);
  max-width: 100%;
}
.news-detail2 .item a:hover {
  color: var(--color);
  font-weight: bold;
}
.news-detail2 .back {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color2);
}
.news-detail2 .back:hover {
  text-decoration: underline;
}
.news-detail2 .back img {
  width: 1.75em;
  margin-right: 0.14rem;
}

.contact1 {
  padding-top: 1.16rem;
  padding-bottom: 1.2rem;
  background: -webkit-linear-gradient(top, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
  background: -moz-linear-gradient(top, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
  background: -o-linear-gradient(top, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
  background: linear-gradient(180deg, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
}
.contact1 .title {
  line-height: 1.35;
  text-align: center;
  margin-bottom: 0.2rem;
}
.contact1 .text {
  line-height: 1.75;
  text-align: center;
  color: #666;
  margin-bottom: 0.6rem;
}
.contact1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.7rem;
}
.contact1 .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46.4285714286%;
}
.contact1 .form {
  width: 51.4880952381%;
  margin-left: auto;
}
.contact1 .form-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact1 .form-item {
  width: 38.7283236994%;
  margin-bottom: 0.17rem;
}
.contact1 .form-item.active .form-input,
.contact1 .form-item.active .form-textarea {
  border-color: #BB2B2C;
  background-color: rgba(216, 38, 28, 0.1);
}
.contact1 .form-item.active .form-error {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.contact1 .form-item.status1 {
  width: 100%;
}
.contact1 .form-item.status3 {
  width: 59.8843930636%;
}
.contact1 .form-item.status2 {
  margin-bottom: 0.2rem;
}
.contact1 .form-label {
  line-height: 1.3125;
  margin-bottom: 0.06rem;
  color: #666666;
}
.contact1 .form-label.required::after {
  position: relative;
  content: "*";
  color: #FF0000;
}
.contact1 .form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contact1 .form-input,
.contact1 .form-textarea {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  padding-left: 0.17rem;
  padding-right: 0.17rem;
}
.contact1 .form-input::-webkit-input-placeholder, .contact1 .form-textarea::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.contact1 .form-input:-moz-placeholder, .contact1 .form-textarea:-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.contact1 .form-input::-moz-placeholder, .contact1 .form-textarea::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.contact1 .form-input:-ms-input-placeholder, .contact1 .form-textarea:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.contact1 .form-input::placeholder,
.contact1 .form-textarea::placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.contact1 .form-input:focus,
.contact1 .form-textarea:focus {
  border-color: var(--color);
}
.contact1 .form-input {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3.3333333333em;
}
.contact1 .form-textarea {
  line-height: 1.3333333333;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 0.8rem;
}
.contact1 .code-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 4px;
  cursor: pointer;
  height: 3.3333333333em;
  margin-left: 0.1rem;
}
.contact1 .form-line {
  width: 100%;
  display: block;
  border-top: 1px dashed #666666;
  margin-bottom: 0.1rem;
}
.contact1 .form-tip {
  line-height: 1.3333333333;
  color: #666666;
  margin-top: 0.11rem;
}
.contact1 .form-tip:hover {
  color: var(--color);
  text-decoration: underline;
}
.contact1 .tip {
  line-height: 1.3333333333;
  color: #666;
  margin-bottom: 0.3rem;
}
.contact1 .tip span {
  color: #DB0028;
}
.contact1 .map {
  border-radius: 0.2rem;
  margin-bottom: 0.1rem;
}
.contact1 .bottom {
  padding: 0.24rem 0.74rem;
  background-color: #EFF1F6;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact1 .code {
  width: 8.125em;
  text-align: center;
  line-height: 1.875;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.65rem;
}
.contact1 .code img {
  border: 1px solid #dddddd;
  border-radius: 0.04rem;
}
.contact1 .right {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact1 .text2 {
  line-height: 1.3125;
  margin-bottom: 0.15rem;
}
.contact1 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact1 .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact1 .li:nth-child(2n-1) {
  width: -webkit-calc(100% - 24em);
  width: -moz-calc(100% - 24em);
  width: calc(100% - 24em);
}
.contact1 .li:nth-child(2n) {
  width: 23em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact1 .li-icon {
  width: 1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.11rem;
  margin-top: 0.5555555556em;
}
.contact1 .li-line {
  width: 1px;
  height: 0.8888888889em;
  margin-top: 0.6111111111em;
  background-color: #ddd;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.12rem;
}
.contact1 .li-text {
  line-height: 2;
  color: #666666;
}
.contact1 .li-text a:hover {
  text-decoration: underline;
}

.section1 .content {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section1 .title2 {
  color: var(--color2);
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
  text-align: left;
}
.section1 .input {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.section1 .input input {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  line-height: 4.4444444444;
  background-color: #fff;
  padding: 0 0.21rem;
}
.section1 .input span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 0.91rem;
  background-color: var(--color);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section1 .input span:hover {
  background-color: var(--color2);
}
.section1 .input span img {
  width: 2em;
}

.section2 {
  background: -webkit-linear-gradient(top, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
  background: -moz-linear-gradient(top, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
  background: -o-linear-gradient(top, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
  background: linear-gradient(180deg, var(--Color-5, #EFF1F6) 0%, #FFF 100%);
  padding: 1.2rem 0;
  position: relative;
}
.section2 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section2 .select {
  padding-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 14.1666666667%;
  border-right: 1px solid #d9d9d9;
}
.section2 .select-li {
  display: block;
}
.section2 .select-title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}
.section2 .select-li {
  line-height: 1.3333333333;
  color: #666666;
  cursor: pointer;
}
.section2 .select-li:hover,
.section2 .select-li.active {
  color: var(--color);
  font-weight: bold;
}
.section2 .select-li + .select-li {
  margin-top: 0.32rem;
}
.section2 .right {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1.18rem;
}
.section2 .tip {
  line-height: 1.3636363636;
  margin-bottom: 0.43rem;
}
.section2 .tip span {
  color: var(--color);
}
.section2 .list {
  margin-bottom: 0.4rem;
}
.section2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 0.19rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.section2 .item:hover .item-title {
  color: var(--color);
}
.section2 .item s {
  width: 0.4444444444em;
  height: 0.4444444444em;
  border-radius: 50%;
  background-color: var(--color2);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.33rem;
}
.section2 .item-title {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  line-height: 1.7777777778;
  font-size: inherit;
  font-weight: normal;
}
.section2 .item-title span {
  color: var(--color);
}
.section2 .item-time {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: Arial;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .header .input {
    width: 16em;
  }
  .footer .nav {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1050px) {
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
    /*display: none;*/
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .left {
    width: 100%;
    text-align: center;
  }
  .footer .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .li, .footer .ul2 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .li2-img {
    left: -30px;
  }
  .footer .right {
    display: none;
  }
  .footer .bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.5;
  }
  .footer .bottom p + p {
    margin-top: 8px;
  }
}
@media (min-width: 801px) {
  .show800 {
    display: none;
  }
}
@media (max-width: 800px) {
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .show800 {
    display: block;
  }
  .hide800 {
    display: none;
  }
  .my-swiper-button .swiper-button {
    display: none;
  }
  .my-banner .content {
    padding-top: 0;
  }
  .index1 .swiper {
    aspect-ratio: 750/950;
  }
  .index2, .index2 .container {
    height: auto;
  }
  .index2 .my-title {
    margin-bottom: 20px;
  }
  .index2 .content .box {
    aspect-ratio: 750/950;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index3 {
    aspect-ratio: initial;
  }
  .index3 .my-title {
    margin-bottom: 20px;
  }
  .index3 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .index3 .left {
    width: 100%;
    padding: 20px 5%;
  }
  .index3 .swiper {
    padding-bottom: 20px;
  }
  .index3 .swiper-slide, .index3 .swiper-slide:hover {
    width: 160px;
  }
  .index3 .my-swiper-button {
    margin-top: 0;
  }
  .index3 .swiper-slide:hover .my-more {
    opacity: 0;
  }
  .index4 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index4 .my-title {
    margin-bottom: 20px;
  }
  .index4 .info {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index4 .right {
    -webkit-flex-grow: initial;
       -moz-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    width: 100%;
  }
  .index4 .my-toggle-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    overflow: auto;
  }
  .index4 .my-toggle-item::-webkit-scrollbar {
    width: 0;
  }
  .index4 .my-toggle-item::-webkit-scrollbar-thumb {
    width: 0;
  }
  .index4 .map-cpntainer {
    min-width: 600px;
    position: relative;
  }
  .index4 .map-path {
    -webkit-animation-play-state: running;
       -moz-animation-play-state: running;
         -o-animation-play-state: running;
            animation-play-state: running;
  }
  .product2 .select-item {
    line-height: 3;
  }
  .product2 .select-item {
    min-width: 120px;
  }
  .product2 .select {
    margin-bottom: 30px;
  }
  .product2 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product2 .swipers {
    width: 100%;
  }
  .product2 .swiper_1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .product2 .bottom {
    display: none;
  }
  .product2 .info {
    width: 100%;
    padding-bottom: 0;
  }
  .product2 .texts {
    height: auto;
  }
  .product2 .title {
    margin-bottom: 15px;
  }
  .product3 .li {
    height: 3em;
  }
  .product4 .content {
    overflow: auto;
  }
  .product4 table {
    min-width: 900px;
  }
  .service1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .service1 .img {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .service1 .form {
    width: 100%;
  }
  .service1 .form-item {
    width: 100% !important;
  }
  .service1 .form-textarea {
    height: 90px;
  }
  .service2 .item-bottom {
    margin-right: 0.58rem;
  }
  .service2 .item.active::before {
    width: 2px;
  }
  .about1 .box {
    padding-top: 50px;
  }
  .about2 {
    padding-top: 50px;
  }
  .about2 .swiper-slide {
    width: 250px;
  }
  .about2 .swiper-pagination {
    bottom: 10px;
  }
  .my-list1:not(.swiper) .item {
    width: 100%;
  }
  .news-detail2 .bottom {
    padding: 15px;
  }
  .contact1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact1 .title {
    width: 9em;
    margin-left: auto;
    margin-right: auto;
  }
  .contact1 .img {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact1 .form {
    width: 100%;
  }
  .contact1 .form-item {
    width: 100% !important;
  }
  .contact1 .bottom {
    padding: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact1 .form-textarea {
    height: 80px;
  }
  .contact1 .code {
    width: 110px;
    margin-bottom: 20px;
  }
  .contact1 .li {
    width: 100% !important;
  }
  .contact1 .li + .li {
    margin-top: 10px;
  }
  .section1 .content {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section1 .content2 {
    margin-bottom: 0;
  }
  .section1 .input input {
    line-height: 3;
  }
  .section1 .input span {
    padding: 0 20px;
  }
  .section1 .input span img {
    width: 20px;
  }
  .section2 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section2 .select-li {
    display: inline-block;
    margin-right: 10px;
  }
  .section2 .select {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .section2 .right {
    width: 100%;
    padding-left: 0;
  }
}
@-webkit-keyframes clip1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clip1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-o-keyframes clip1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clip2 {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-moz-keyframes clip2 {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-o-keyframes clip2 {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes clip2 {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-webkit-keyframes clip3 {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-moz-keyframes clip3 {
  0% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-o-keyframes clip3 {
  0% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes clip3 {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-webkit-keyframes clip4 {
  0% {
    -webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
            clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-moz-keyframes clip4 {
  0% {
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-o-keyframes clip4 {
  0% {
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes clip4 {
  0% {
    -webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
            clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-webkit-keyframes clip5 {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-moz-keyframes clip5 {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-o-keyframes clip5 {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes clip5 {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clip6 {
  0% {
    -webkit-clip-path: circle(0% at 46.5% 65%);
            clip-path: circle(0% at 46.5% 65%);
  }
  100% {
    -webkit-clip-path: circle(100% at 46.5% 65%);
            clip-path: circle(100% at 46.5% 65%);
  }
}
@-moz-keyframes clip6 {
  0% {
    clip-path: circle(0% at 46.5% 65%);
  }
  100% {
    clip-path: circle(100% at 46.5% 65%);
  }
}
@-o-keyframes clip6 {
  0% {
    clip-path: circle(0% at 46.5% 65%);
  }
  100% {
    clip-path: circle(100% at 46.5% 65%);
  }
}
@keyframes clip6 {
  0% {
    -webkit-clip-path: circle(0% at 46.5% 65%);
            clip-path: circle(0% at 46.5% 65%);
  }
  100% {
    -webkit-clip-path: circle(100% at 46.5% 65%);
            clip-path: circle(100% at 46.5% 65%);
  }
}