@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;
  }
}
@font-face {
  font-family: "oswR";
  src: url(../fonts/Oswald-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
.oswR {
  font-family: "oswR";
}

@font-face {
  font-family: "oswM";
  src: url(../fonts/Oswald-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
.oswM {
  font-family: "oswM";
}

@font-face {
  font-family: "popSB";
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: normal;
  font-style: normal;
}
.popSB {
  font-family: "popSB";
}

.my-time {
  -webkit-transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
}

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

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

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

.my-main img, .my-main video {
  -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;
}

.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-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:hover.my-img-target img:nth-child(1), .my-img-toggle:hover .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:hover.my-img-target img:nth-child(2), .my-img-toggle:hover .my-img-target img:nth-child(2) {
  opacity: 1;
}

.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-more-active {
  cursor: pointer;
}

.my-more-active:hover.my-more .more-img img:nth-child(1), .my-more-active:hover .my-more .more-img img:nth-child(1) {
  opacity: 0;
}

.my-more-active:hover.my-more .more-img img:nth-child(2), .my-more-active:hover .my-more .more-img img:nth-child(2) {
  opacity: 1;
}

.my-more-active:hover.my-more .more-text, .my-more-active:hover .my-more .more-text, .my-more-active:hover.my-more.more-status2 .more-text, .my-more-active:hover .my-more.more-status2 .more-text {
  color: #DD5519;
}

.my-more-active:hover.my-more .more-icon, .my-more-active:hover .my-more .more-icon, .my-more-active:hover.my-more.more-status2 .more-icon, .my-more-active:hover .my-more.more-status2 .more-icon {
  background-image: url(/public/cn/images/svg/arrow-right-color.svg);
}

.my-more-active:hover.my-more.more-status1 .more-text, .my-more-active:hover .my-more.more-status1 .more-text {
  color: #E7885E;
}

.my-more-active:hover.my-more.more-status1 .more-icon, .my-more-active:hover .my-more.more-status1 .more-icon {
  background-image: url(/public/cn/images/svg/arrow-right-color2.svg);
}

.my-more {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-more.more-status1 .more-text {
  color: #DD5519;
  font-weight: normal;
}

.my-more.more-status1 .more-icon {
  background-image: url(/public/cn/images/svg/arrow-right-color.svg);
}

.my-more.more-status2 .more-text {
  color: #999999;
}

.my-more.more-status2 .more-icon {
  background-image: url(/public/cn/images/svg/arrow-right-gray.svg);
}

.my-more .more-text {
  color: #fff;
  line-height: 1.25;
  margin-right: 0.1rem;
  font-weight: lighter;
}

.my-more .more-icon {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  background: url(/public/cn/images/svg/arrow-right-white.svg) no-repeat center center/100% 100%;
}

.my-more .more-img {
  width: 1.25em;
  height: 1.25em;
  position: relative;
}

.my-more .more-img img {
  width: 100%;
}

.my-more .more-img img:nth-child(2) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-swiper-button .swiper-button {
  width: 43px;
  height: 48px;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  background: url(/public/cn/images/svg/element6.svg) no-repeat center center/100% 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.my-swiper-button .swiper-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/public/cn/images/svg/arr2-right-black.svg) no-repeat center center/100% 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.my-swiper-button .swiper-button.swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-swiper-button .swiper-button:hover {
  background-image: url(/public/cn/images/svg/element5.svg);
}

.my-swiper-button .swiper-button:hover::after {
  background-image: url(/public/cn/images/svg/arr2-right-white.svg);
}

.my-swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

.my-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #F1F1F1;
  opacity: 1;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DD5519;
}

.my-title {
  text-align: center;
}

.my-title.status1 {
  text-align: left;
}

.my-title .title-text1 {
  color: #DD5519;
  line-height: 1.3333333333;
  margin-bottom: 0.1rem;
}

.my-title .title-text2 {
  color: #666;
  line-height: 1.3;
}

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

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
}

.header.active, .header.active3, .header:hover {
  background-color: #fff;
  border-color: #eee;
}

.header.active .mask, .header.active3 .mask, .header:hover .mask {
  opacity: 0;
}

.header.active .left, .header.active3 .left, .header:hover .left {
  background-image: url(/public/cn/images/svg/menu-black.svg);
}

.header.active .logo img:nth-child(1), .header.active3 .logo img:nth-child(1), .header:hover .logo img:nth-child(1) {
  opacity: 0;
}

.header.active .logo img:nth-child(2), .header.active3 .logo img:nth-child(2), .header:hover .logo img:nth-child(2) {
  opacity: 1;
}

.header.active .right, .header.active3 .right, .header:hover .right {
  background-image: url(/public/cn/images/svg/search-black.svg);
}

.header.active1 .mask {
  opacity: 0;
}

.header.active2 .mask {
  opacity: 0;
}

.header.active2 .left {
  background-image: url(/public/cn/images/svg/menu-black.svg);
}

.header.active2 .logo img:nth-child(1) {
  opacity: 0;
}

.header.active2 .logo img:nth-child(2) {
  opacity: 1;
}

.header.active2 .right {
  background-image: url(/public/cn/images/svg/search-black.svg);
}

.header.active3 {
  position: relative;
}

.header .box3 {
  width: 100%;
  max-width: 1920px;
  height: 5.5555555556em;
  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;
}

.header .left {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(/public/cn/images/svg/menu.svg) no-repeat center center/100% 100%;
  left: 0.38rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
}

.header .left:hover {
  background-image: url(/public/cn/images/svg/menu-color.svg);
}

.header .right {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(/public/cn/images/svg/search.svg) no-repeat center center/100% 100%;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
}

.header .right:hover {
  background-image: url(/public/cn/images/svg/search-color.svg);
}

.header .logo {
  width: 8.8888888889em;
  position: relative;
}

.header .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.header .mask {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50vh;
  max-height: 4.75rem;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.header .nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  bottom: 0;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.header .nav.active {
  left: 0%;
}

.header .nav.active .nav-container {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  left: 0%;
}

.header .nav-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
}

.header .nav-container {
  position: relative;
  width: 78.125%;
  height: 100%;
  background: #fff url(/public/cn/images/svg/header1.svg) no-repeat right bottom;
  -o-background-size: 46.0666666667% auto;
  background-size: 46.0666666667% auto;
  border-radius: 0 0 0.8rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  left: -100%;
}

.header .nav-close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(221, 85, 25, 0.3);
  top: 0.5rem;
  right: 0.5rem;
  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;
}

.header .nav-close:hover {
  border-color: #DD5519;
}

.header .nav-close:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .nav-left {
  padding-left: 10.6666666667%;
  padding-right: 11.2%;
  height: 100%;
  padding-top: 2.1052631579vh;
  padding-bottom: 6.3157894737vh;
  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;
  border-right: 1px solid rgba(34, 34, 34, 0.15);
}

.header .nav-logo {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 5em;
}

.header .nav-ul {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 21.0526315789vh;
}

.header .nav-li {
  display: block;
  line-height: 1.3125;
}

.header .nav-li.active, .header .nav-li:hover {
  color: #DD5519;
}

.header .nav-li + .nav-li {
  margin-top: 0.1rem;
}

.header .nav-tel {
  line-height: 1.4285714286;
}

.header .nav-tel:hover {
  color: #DD5519;
  text-decoration: underline;
}

.header .nav-mail {
  line-height: 1.5;
}

.header .nav-mail:hover {
  color: #DD5519;
  text-decoration: underline;
}

.header .nav-tip {
  line-height: 1.2857142857;
  margin-top: 7.3684210526vh;
}

.header .nav-right {
  padding-top: 2.1052631579vh;
  padding-bottom: 5.5789473684vh;
  padding-left: 10.9333333333%;
  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;
}

.header .nav-right .nav-logo {
  opacity: 0;
}

.header .nav-childs {
  margin-top: 21.0526315789vh;
  position: relative;
}

.header .nav-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.header .nav-child.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

.header .nav-link {
  display: block;
  line-height: 1.3333333333;
  position: relative;
}

.header .nav-link:hover, .header .nav-link.active {
  color: #DD5519;
}

.header .nav-link:hover::before, .header .nav-link.active::before {
  width: 0.625em;
}

.header .nav-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.125em;
  background-color: #DD5519;
  left: -1.4583333333em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .nav-link + .nav-link {
  margin-top: 0.1rem;
}

.header .nav-codes {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.header .nav-code {
  width: 2.6875em;
  height: 2.9375em;
  background: url(/public/cn/images/svg/header4.svg) no-repeat center center/100% 100%;
  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-right: 0.14rem;
}

.header .nav-code:hover {
  background-image: url(/public/cn/images/svg/header5.svg);
}

.header .nav-code img {
  width: 1.5625em;
}

.footer {
  background: #73AE52 url(/public/cn/images/svg/footer1.svg) no-repeat right bottom;
  -o-background-size: 37.65625% auto;
  background-size: 37.65625% auto;
  color: #fff;
}

.footer a {
  color: inherit;
}

.footer .top {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer .top .box2 {
  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;
}

.footer .top .title {
  line-height: 1.3333333333;
  margin-bottom: 0.45rem;
}

.footer .top .input {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 22.1428571429em;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.24rem;
}

.footer .top .input img {
  width: 1.4285714286em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.13rem;
  cursor: pointer;
}

.footer .top .input input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}

.footer .top .input input::-webkit-input-placeholder {
  color: #fff;
}

.footer .top .input input:-moz-placeholder {
  color: #fff;
}

.footer .top .input input::-moz-placeholder {
  color: #fff;
}

.footer .top .input input:-ms-input-placeholder {
  color: #fff;
}

.footer .top .input input::placeholder {
  color: #fff;
}

.footer .top .links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.footer .top .link {
  color: #fff;
  line-height: 1.2857142857;
  margin-right: 0.2rem;
}

.footer .top .link:hover {
  color: #DD5519;
  text-decoration: underline;
}

.footer .top .codes{
  display: flex;
}
.footer .top .code {
  text-align: center;
  font-size: 14px;
}
.footer .top .code + .code{
  margin-left: .24rem;
}
.footer .top .code-text{
  line-height: 18px;
  margin-bottom: 10px;
}
.footer .top .code-img{
  width: 100px;
  border-radius: 4px;
}

.footer .top .right {
  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;
}

.footer .top .nav-item + .nav-item {
  margin-left: 1.2rem;
}

.footer .top .nav-link {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3125;
}

.footer .top .nav-link + .nav-link {
  margin-top: 0.1rem;
}

.footer .top .nav-link:hover {
  color: #DD5519;
  text-decoration: underline;
}

.footer .top .nav-link:nth-child(1) {
  color: #fff;
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}

.footer .top .nav-link:nth-child(1):hover {
  color: #DD5519;
  text-decoration: underline;
}

.footer .bottom {
  padding-bottom: 0.8rem;
}

.footer .bottom .box2 {
  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 .bottom a:hover {
  color: #DD5519;
  text-decoration: underline;
}

.footer .bottom .text1 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2857142857;
}

.footer .bottom .text1 p + p {
  margin-top: 0.09rem;
}

.footer .bottom .text2 {
  margin-left: auto;
}

.footer .bottom .text2 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.05rem;
}

.footer .bottom .text2 .text {
  line-height: 1.7142857143;
}

.footer .bottom .text2 .text a {
  margin-left: 0.04rem;
}

.footer .bottom .text3 {
  line-height: 1.75;
  margin-left: 1.4rem;
  margin-right: 1.2rem;
}

.index {
  height: 100vh;
}

.index > .swiper-wrapper > .swiper-slide {
  height: 100vh;
}

.index > .swiper-wrapper > .swiper-slide.auto {
  height: auto;
}

.index > .swiper-pagination {
  right: auto;
  left: 0.8rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index > .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 5px 0;
}

.index > .swiper-pagination .swiper-pagination-bullet:last-child {
  display: none;
}

.index > .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #DD5519;
}

.index .section1 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 60.49%);
  background: -moz-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 60.49%);
  background: -o-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 60.49%);
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 60.49%);
  opacity: 0.2;
}

.index .section1 .swiper-slide.bofang::before {
  background: #000;
}

.index .section1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .box2 {
  height: 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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index .section1 .slide-title {
  line-height: 1.25;
  color: #fff;
}

.index .section1 .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .slide-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: none;
}

.index .section1 .my-more {
  margin-top: 0.4rem;
}

.index .section1 .slide-img2 {
  display: none;
}

.index .section1 .swiper-pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0.15rem 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  backdrop-filter: blur(5px);
  bottom: 0.4rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 10px;
}

.index .section1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.index .section2.active .right {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.index .section2.active .bg {
  -webkit-transform: translate3d(-55%, 0, 0);
  -moz-transform: translate3d(-55%, 0, 0);
  transform: translate3d(-55%, 0, 0);
}

.index .section2.active .list {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}

.index .section2 .content {
  height: 100%;
  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;
  padding-top: 17.6842105263vh;
  padding-bottom: 12.6315789474vh;
}

.index .section2 .left {
  width: 40.625%;
  height: 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;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.index .section2 .title {
  color: #DD5519;
  line-height: 1.3;
  margin-bottom: 0.27rem;
}

.index .section2 .title img {
  display: inline-block;
  vertical-align: bottom;
  width: 1.1em;
  margin-right: 0.1rem;
}

.index .section2 .text1 {
  line-height: 1.3333333333;
  margin-bottom: 0.09rem;
}

.index .section2 .text1 span {
  color: #DD5519;
}

.index .section2 .text2 {
  line-height: 1.5;
  color: #555;
  margin-bottom: 0.6rem;
}

.index .section2 .line {
  width: 100%;
  height: 0.02rem;
  margin-bottom: 0.12rem;
  display: block;
  background-color: #DD5519;
}

.index .section2 .select {
  margin-top: auto;
}

.index .section2 .select-item {
  line-height: 1.3333333333;
  display: block;
  cursor: pointer;
}

.index .section2 .select-item + .select-item {
  margin-top: 0.1rem;
}

.index .section2 .select-item:hover, .index .section2 .select-item.active {
  color: #DD5519;
  font-weight: bold;
}

.index .section2 .right {
  width: 38.9375%;
  position: relative;
  -webkit-transform: translate3d(-20%, 0, 0);
  -moz-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.index .section2 .img {
  -webkit-clip-path: url(#custom-clip);
  clip-path: url(#custom-clip);
  position: relative;
}

.index .section2 .bg {
  position: absolute;
  top: -4%;
  right: -10%;
  max-width: initial;
  width: 132.2632423756%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.index .section2 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 1rem;
}

.index .section2 .icon:hover s {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.index .section2 .icon s {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1px dashed #fff;
  -webkit-animation: ani1 8s linear 0s infinite both;
  -moz-animation: ani1 8s linear 0s infinite both;
  -o-animation: ani1 8s linear 0s infinite both;
  animation: ani1 8s linear 0s infinite both;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.index .section2 .list {
  position: absolute;
  left: 0;
  top: 8.1428571429%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.index .section2 .item {
  width: 2.65625em;
  height: 2.96875em;
  color: #fff;
  background: url(/public/cn/images/svg/element1.svg) no-repeat center center/100% 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;
  -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;
  text-align: center;
}

.index .section2 .item-num {
  line-height: 1;
  position: relative;
}

.index .section2 .item-num span {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(110%, 50%, 0);
  -moz-transform: translate3d(110%, 50%, 0);
  transform: translate3d(110%, 50%, 0);
}

.index .section2 .item-title {
  line-height: 1.2857142857;
}

.index .section3 {
  color: #fff;
}

.index .section3 .swiper {
  --path-duration: 3s;
}

.index .section3 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
}

.index .section3 .swiper-slide.active .line2 path {
  stroke-dasharray: var(--l) var(--l);
  -webkit-transition-duration: var(--path-duration);
  -moz-transition-duration: var(--path-duration);
  -o-transition-duration: var(--path-duration);
  transition-duration: var(--path-duration);
}

.index .section3 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section3 .content > .box2 {
  padding-top: 16.8421052632vh;
}

.index .section3 .title {
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.index .section3 .title img {
  display: inline-block;
  vertical-align: bottom;
  width: 1.1em;
  margin-right: 0.1rem;
}

.index .section3 .text1 {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}

.index .section3 .text2 {
  line-height: 1.5;
  margin-bottom: 0.38rem;
  width: 5.5rem;
}

.index .section3 .more {
  width: 4.5em;
  height: 5em;
  background: url(/public/cn/images/svg/element1.svg) no-repeat center center/100% 100%;
  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;
}

.index .section3 .more:hover {
  background-image: url(/public/cn/images/svg/element5.svg);
}

.index .section3 .more img {
  width: 1.25em;
}

.index .section3 .list {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.index .section3 .list .box2 {
  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;
}

.index .section3 .line {
  position: absolute;
  top: 0.77rem;
  left: 0;
  width: 100vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.index .section3 .line2 {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

.index .section3 .line2 path {
  stroke-dasharray: 0 var(--l);
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  stroke-width: 5;
}

.index .section3 .icon {
  position: absolute;
  -webkit-animation: ani2 linear infinite;
  -moz-animation: ani2 linear infinite;
  -o-animation: ani2 linear infinite;
  animation: ani2 linear infinite;
}

.index .section3 .icon1 {
  width: 0.875em;
  top: 8.625em;
  left: 17.125em;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.index .section3 .icon2 {
  width: 2em;
  top: 6.5em;
  left: 19.375em;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.index .section3 .item {
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-animation: ani2 linear infinite;
  -moz-animation: ani2 linear infinite;
  -o-animation: ani2 linear infinite;
  animation: ani2 linear infinite;
}

.index .section3 .item:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.index .section3 .item:nth-child(1) {
  width: 7.5em;
  margin-left: 1.75em;
  margin-top: 9.875em;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}

.index .section3 .item:nth-child(2) {
  width: 9.375em;
  margin-left: -1.875em;
  margin-top: 0.1875em;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.index .section3 .item:nth-child(3) {
  width: 5.8125em;
  margin-left: 6em;
  margin-top: 9.4375em;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.index .section3 .select {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 8.4210526316%;
  padding: 0 0.5rem;
  background: url(/public/cn/images/25.png) no-repeat center center/100% 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section3 .select-item {
  margin: 0 0.15rem;
  color: #222222;
  cursor: pointer;
  line-height: 5;
  position: relative;
  white-space: nowrap;
}

.index .section3 .select-item.active, .index .section3 .select-item:hover {
  color: #DD5519;
}

.index .section3 .select-item.active::before, .index .section3 .select-item:hover::before {
  opacity: 1;
}

.index .section3 .select-item::before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #DD5519;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section3 .btns {
  position: absolute;
  right: 0.96rem;
  bottom: 50%;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  z-index: 2;
}

.index .section3 .btn {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  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;
}

.index .section3 .btn:nth-child(1) {
  position: relative;
}

.index .section3 .btn.active {
  opacity: 1;
  pointer-events: auto;
}

.index .section3 .btn:hover .btn-text {
  color: #DD5519;
}

.index .section3 .btn:hover .btn-img::before {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.index .section3 .btn-img {
  width: 5.875em;
  border: 3px solid #fff;
  position: relative;
  border-radius: 50%;
  margin-left: 2.3125em;
}

.index .section3 .btn-img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 131.914893617%;
  height: 131.914893617%;
  background: url(/public/cn/images/30.png) no-repeat center center/100% 100%;
  -webkit-animation: ani1 8s linear 0s infinite both;
  -moz-animation: ani1 8s linear 0s infinite both;
  -o-animation: ani1 8s linear 0s infinite both;
  animation: ani1 8s linear 0s infinite both;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.index .section3 .btn-img img {
  border-radius: 50%;
}

.index .section3 .slide-img2 {
  display: none;
}

.index .section4 {
  background: url(/public/cn/images/31.jpg) no-repeat center center/cover;
}

.index .section4 .content {
  padding-top: 27.1578947368vh;
}

.index .section4 .box2 {
  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;
}

.index .section4 .left {
  width: 28.125%;
}

.index .section4 .title {
  color: #DD5519;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.index .section4 .title img {
  display: inline-block;
  vertical-align: bottom;
  width: 1.1em;
  margin-right: 0.1rem;
}

.index .section4 .text1 {
  line-height: 1.35;
  margin-bottom: 0.56rem;
}

.index .section4 .text1 span {
  color: #DD5519;
}

.index .section4 .select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.index .section4 .select-item:first-child .select-line {
  top: 0.6666666667em;
}

.index .section4 .select-item:last-child .select-line {
  bottom: auto;
  height: 0.6666666667em;
}

.index .section4 .select-item.active .select-dot {
  width: 0.6666666667em;
  height: 0.6666666667em;
  background-color: #fff;
  border-color: #DD5519;
  top: 0.3333333333em;
}

.index .section4 .select-item.active .select-title {
  padding-bottom: 0;
  font-weight: bold;
}

.index .section4 .select-item:hover .select-dot {
  width: 0.6666666667em;
  height: 0.6666666667em;
  background-color: #fff;
  border-color: #DD5519;
  top: 0.3333333333em;
}

.index .section4 .select-icon {
  width: 0.6666666667em;
  position: relative;
  margin-right: 0.13rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section4 .select-dot {
  position: absolute;
  width: 0.375em;
  height: 0.375em;
  background-color: #989084;
  border: 0.125em solid #989084;
  border-radius: 50%;
  left: 50%;
  top: 0.4583333333em;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
}

.index .section4 .select-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-color: #B8B4AC;
}

.index .section4 .select-title {
  line-height: 1.3333333333;
  padding-bottom: 0.2rem;
}

.index .section4 .select-text {
  line-height: 1.5;
  color: #666666;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  display: none;
}

.index .section4 .right {
  width: 53.25%;
  margin-right: 10.5%;
  margin-top: -0.35rem;
}

.index .section4 .bg {
  width: 23.7089201878%;
  position: absolute;
  top: -0.37rem;
  right: -7.0422535211%;
}

.index .section4 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .section4 .item {
  border-radius: 0.24rem;
}

.index .section4 .item:nth-child(1) {
  width: 51.4084507042%;
  margin-left: 7.5117370892%;
  margin-right: 2.3474178404%;
  margin-bottom: 0.2rem;
}

.index .section4 .item:nth-child(2) {
  width: 31.338028169%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0.2rem;
}

.index .section4 .item:nth-child(3) {
  width: 41.3145539906%;
  margin-right: 2.3474178404%;
}

.index .section4 .item:nth-child(4) {
  width: 56.338028169%;
}

.index .section5 {
  background-color: #FFFAF4;
}

.index .section5 .box2 {
  padding-top: 17.5789473684vh;
}

.index .section5 .title {
  color: #DD5519;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  text-align: center;
}

.index .section5 .title img {
  display: inline-block;
  vertical-align: bottom;
  width: 1.1em;
  margin-right: 0.1rem;
}

.index .section5 .text1 {
  line-height: 1.35;
  margin-bottom: 0.5rem;
  text-align: center;
}

.index .section5 .text1 span {
  color: #DD5519;
}

.index .section5 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section5 .li {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* .index .section5 .li img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.index .section5 .li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
} */

.index .section5 .swiper {
  overflow: initial;
}

.index .section5 .swiper-wrapper {
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.index .section5 .item:nth-child(even) {
  -webkit-transform: translate3d(3.75%, 0, 0);
  -moz-transform: translate3d(3.75%, 0, 0);
  transform: translate3d(3.75%, 0, 0);
}

.index .section5 .item:nth-child(odd) {
  -webkit-transform: translate3d(-3.75%, 0, 0);
  -moz-transform: translate3d(-3.75%, 0, 0);
  transform: translate3d(-3.75%, 0, 0);
}

.index .section5 .more {
  margin-top: 0.5rem;
  text-align: center;
}

.index .section6 {
  background: url(/public/cn/images/45.jpg) no-repeat center center/cover;
  overflow: hidden;
}

.index .section6 .box2 {
  padding-top: 30vh;
}

.index .section6 .title {
  color: #DD5519;
  line-height: 1.3;
  margin-bottom: 0.27rem;
}

.index .section6 .title img {
  display: inline-block;
  vertical-align: bottom;
  width: 1.1em;
  margin-right: 0.1rem;
}

.index .section6 .text1 {
  line-height: 1.3333333333;
  margin-bottom: 1.2rem;
}

.index .section6 .text1 span {
  color: #DD5519;
}

.index .section6 .my-more{
    position: absolute;
    right: -2%;
    top: 56%;
}

.index .section6 .swiper {
  width: 89.625%;
  overflow: initial;
  margin-left: 0;
}

.index .section6 .swiper-wrapper{
    height: auto;
}

.index .section6 .item {
  width: 74.4769874477%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 0.24rem;
  position: relative;
}

.index .section6 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section6 .swiper-slide-prev .item{
    opacity: 0;
}
.index .section6 .swiper-slide-active .item,.index .section6 .swiper-slide-prev .item{
    margin-left: 0!important;
}
.index .section6 .swiper-slide-next .item,
.index .section6 .swiper-slide-duplicate-next .item {
  width: 117.1548117155%;
  margin-left: -8.5774058577%;
  margin-top: -2.2rem;
}

.index .section6 .swiper-slide-next .slide-info,
.index .section6 .swiper-slide-duplicate-next .slide-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.index .section6 .swiper-slide-next + .swiper-slide .item,
.index .section6 .swiper-slide-duplicate-next + .swiper-slide .item {
  margin-top: -1.8rem;
  margin-left: 25.5230125523%;
}

.index .section6 .swiper-slide-next + .swiper-slide + .swiper-slide .item,
.index .section6 .swiper-slide-duplicate-next + .swiper-slide + .swiper-slide .item {
  margin-left: 16.7364016736%;
}

.index .section6 .slide-info {
  position: absolute;
  left: 0;
  right: 0;
  padding-right: 8.9285714286%;
  padding-left: 8.9285714286%;
  padding-bottom: 7.1428571429%;
  bottom: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 110%, 0);
  -moz-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.index .section6 .slide-info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5));
}

.index .section6 .slide-time {
  line-break: 1.4666666667;
  margin-bottom: 0.08rem;
  position: relative;
}

.index .section6 .slide-title {
  line-height: 1.25;
  position: relative;
}

.index .section6 .swiper-bottom {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 9.6931659693%;
  bottom: 24.7349823322%;
}

.index .section6 .swiper-bottom .swiper-button {
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  left: auto;
  right: auto;
}

.index .section6 .swiper-bottom .swiper-pagination {
  position: relative;
  font-family: Arial;
  margin: 0 0.23rem;
  color: #666;
}

.index .section6 .swiper-bottom .swiper-pagination span:nth-child(1) {
  color: #222;
}

.index .section6 .swiper-bottom .swiper-pagination span:nth-child(2) {
  margin: 0 0.05rem;
}

.about .section1 {
  padding-top: 1.27rem;
  padding-bottom: 1rem;
}

.about .section1 .box2 {
  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;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about .section1 .left {
  width: 40.625%;
  position: relative;
  z-index: 2;
}

.about .section1 .my-title {
  margin-bottom: 0.5rem;
}

.about .section1 .swiper {
  margin-bottom: 0.33rem;
}

.about .section1 .content-title {
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.about .section1 .content-text {
  line-height: 1.5;
  color: #555;
}

.about .section1 .line {
  width: 100%;
  height: 0.02rem;
  margin-bottom: 0.4rem;
  display: block;
  background-color: #DD5519;
}

.about .section1 .swiper-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;
}

.about .section1 .swiper-bottom .swiper-button {
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  left: auto;
  right: auto;
  margin-top: 0;
}

.about .section1 .swiper-bottom .swiper-pagination {
  width: auto;
  position: relative;
  font-family: Arial;
  margin: 0 0.2rem;
  bottom: 0;
  color: #666;
}

.about .section1 .swiper-bottom .swiper-pagination span:nth-child(1) {
  color: #222;
}

.about .section1 .swiper-bottom .swiper-pagination span:nth-child(2) {
  margin: 0 0.05rem;
}

.about .section1 .list {
  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;
  margin-top: 1rem;
}

.about .section1 .item + .item {
  margin-left: 0.6rem;
}

.about .section1 .item-num span:nth-child(1) {
  color: #DD5519;
}

.about .section1 .item-num span:nth-child(2) {
  margin-left: 3px;
}

.about .section1 .item-title {
  color: #666;
  line-height: 1.3125;
  margin-top: 0.06rem;
}

.about .section1 .right {
  width: 38.9375%;
  position: relative;
  margin-top: -0.26rem;
}

.about .section1 .img {
  -webkit-clip-path: url(#custom-clip);
  clip-path: url(#custom-clip);
  position: relative;
}

.about .section1 .bg {
  position: absolute;
  top: -4%;
  right: 46%;
  max-width: initial;
  width: 132.2632423756%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.about .section2 {
  padding-top: 0.35rem;
  padding-bottom: 0.5rem;
}

.about .section2 .my-title {
  margin-bottom: 0.54rem;
}

.about .section2 .swiper-wrapper {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about .section2 .swiper-slide {
  width: 13.75%;
  height: 7rem;
  border-radius: 0.24rem;
  overflow: hidden;
}

.about .section2 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 68.5714285714%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 1;
}

.about .section2 .swiper-slide.active {
  width: 40.625%;
}

.about .section2 .swiper-slide.active .slide-noactive {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.about .section2 .swiper-slide.active .slide-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about .section2 .slide-noactive {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 12.4285714286%;
  color: #fff;
  text-align: center;
  z-index: 2;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about .section2 .slide-active {
  position: absolute;
  left: 4.3076923077%;
  right: 4.3076923077%;
  bottom: 11.7142857143%;
  color: #fff;
  z-index: 2;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}

.about .section2 .slide-title {
  line-height: 1.35;
  margin-bottom: 0.17rem;
}

.about .section2 .slide-text {
  line-height: 1.2;
}

.about .section3 {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}

.about .section3 .my-title {
  margin-bottom: 1.2rem;
}

.about .section3 .years {
  text-align: center;
  font-size: 5.4rem;
  font-family: Arial;
  position: relative;
  color: #F2F2F2;
  line-height: 4rem;
}

.about .section3 .year {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.about .section3 .year:nth-child(1) {
  position: relative;
}

.about .section3 .year.active {
  opacity: 1;
}

.about .section3 .swipers {
  position: relative;
  margin-top: -0.2rem;
}

.about .section3 .swiper {
  overflow: initial;
}

.about .section3 .swiper-bg {
  position: absolute;
  width: 120%;
  max-width: initial;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 8.5858585859%;
}

.about .section3 .swiper-slide.active .slide-bg {
  -webkit-transform: translate3d(-50%, 0, 0) scale(1);
  -moz-transform: translate3d(-50%, 0, 0) scale(1);
  transform: translate3d(-50%, 0, 0) scale(1);
}

.about .section3 .swiper-slide.active .slide-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about .section3 .swiper-slide.active .slide-info span {
  opacity: 1;
}

.about .section3 .swiper-slide.active .slide-content {
  pointer-events: auto;
}

.about .section3 .swiper-slide.active .slide-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.about .section3 .swiper-slide.active .slide-title, .about .section3 .swiper-slide.active .slide-text {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about .section3 .swiper-slide-prev {
  opacity: 0;
  pointer-events: none;
}

.about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .slide-content,
.about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .slide-content {
  border-left: none;
  left: auto;
  right: 50%;
  padding-left: 0;
  padding-right: 0.36rem;
  text-align: right;
}

.about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .slide-icon,
.about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .slide-icon {
  left: auto;
  right: 0;
}

.about .section3 .swiper-slide-active {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
}

.about .section3 .swiper-slide-active + .swiper-slide {
  -webkit-transform: translate3d(0, -8%, 0);
  -moz-transform: translate3d(0, -8%, 0);
  transform: translate3d(0, -8%, 0);
}

.about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate3d(0, -21%, 0);
  -moz-transform: translate3d(0, -21%, 0);
  transform: translate3d(0, -21%, 0);
}

.about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate3d(0, -4%, 0);
  -moz-transform: translate3d(0, -4%, 0);
  transform: translate3d(0, -4%, 0);
}

.about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0;
  pointer-events: none;
}

.about .section3 .slide {
  width: 1.98rem;
  height: 1.98rem;
  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;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.about .section3 .slide-bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) scale(0);
  -moz-transform: translate3d(-50%, 0, 0) scale(0);
  transform: translate3d(-50%, 0, 0) scale(0);
}

.about .section3 .slide-info {
  position: relative;
  color: #fff;
  -webkit-transform: scale(0.4375);
  -moz-transform: scale(0.4375);
  -ms-transform: scale(0.4375);
  -o-transform: scale(0.4375);
  transform: scale(0.4375);
}

.about .section3 .slide-info span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 110%;
  opacity: 0;
}

.about .section3 .slide-bg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.about .section3 .slide-bg2 img {
  border-radius: 50%;
}

.about .section3 .slide-bg2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  border-radius: 50%;
}

.about .section3 .slide-bg2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 127.6595744681%;
  height: 127.6595744681%;
  border-radius: 50%;
  border: 1px dashed rgba(24, 24, 24, 0.2);
}

.about .section3 .slide-content {
  height: 3rem;
  width: 3.5rem;
  position: absolute;
  left: 50%;
  bottom: 98%;
  padding-left: 0.36rem;
  pointer-events: none;
}

.about .section3 .slide-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #DD5519;
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.about .section3 .slide-icon::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #DD5519;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.about .section3 .slide-title, .about .section3 .slide-text {
  -webkit-transform: translate3d(50px, 0, 0);
  -moz-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.about .section3 .slide-title {
  line-height: 1.3333333333;
  margin-bottom: 0.05rem;
}

.about .section3 .slide-text {
  line-height: 1.5;
  color: #555;
}

.about .section4 {
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
  overflow: hidden;
}

.about .section4 .content {
  position: relative;
  width: 13.1rem;
  max-width: 100%;
  margin: 0 auto;
}

.about .section4 .my-title {
  margin-bottom: 1.45rem;
}

.about .section4 .bg1 {
  position: absolute;
  top: -30.3846153846%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-width: initial;
  width: 146.5648854962%;
}

.about .section4 .bg2 {
  position: relative;
  max-width: 100%;
  margin-top: -12.213740458%;
}

.about .section4 .bg2 img {
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-width: initial;
  width: 114.1984732824%;
}

.about .section4 .img {
  position: relative;
  z-index: 2;
}

.news .section1 {
  padding-bottom: 1.2rem;
}

.news .section1 .my-title {
  margin-bottom: 0.54rem;
}

.news .section1 .list {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .section1 .list::after {
  position: relative;
  content: "";
  width: 31.5625%;
  height: 0;
}

.news .section1 .item {
  width: 31.5625%;
  border-radius: 0.24rem;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.news .section1 .item:hover {
  border-color: #DD5519;
}
.news .section1 .item-img{
    position: relative;
    width: 100%;
    padding-top: 78.571428571428%;
}
.news .section1 .item-img img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.news .section1 .item-info {
  padding: 0.24rem 0.4rem;
}

.news .section1 .item-time {
  color: #999999;
  line-height: 1.3125;
  margin-bottom: 0.16rem;
}

.news .section1 .item-time img {
  display: inline-block;
  vertical-align: text-top;
  width: 1.25em;
  margin-right: 0.08rem;
}

.news .section1 .item-title {
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.24rem;
}

.news .section1 .page {
  margin-top: 0.1rem;
}

.news-detail {
  background-color: #F1F1F1;
}

.news-detail .section1 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.news-detail .section1 .box2 {
  max-width: 1270px;
}

.news-detail .section1 .breadcrumb {
  margin-bottom: 0.4rem;
}

.news-detail .section1 .breadcrumb-icon-home {
  margin-right: 2px;
}

.news-detail .section1 .breadcrumb-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6666666667;
}

.news-detail .section1 a.breadcrumb-item:hover {
  color: #DD5519;
}

.news-detail .section1 .breadcrumb-icon-arrow {
  margin: 0 7px;
}

.news-detail .section1 .container {
  background-color: #fff;
  border-radius: 16px;
  padding: 1rem 7.4803149606% 0.7rem;
}

.news-detail .section1 .title {
  line-height: 1.25;
  margin-bottom: 0.15rem;
}

.news-detail .section1 .time {
  line-height: 1.75;
  color: #999999;
  margin-bottom: 0.22rem;
}

.news-detail .section1 .time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  width: 1em;
}

.news-detail .section1 .content {
  border-top: 1px dashed #D9D9D9;
  border-bottom: 1px dashed #D9D9D9;
  padding: 0.3rem 0;
  line-height: normal;
}

.news-detail .section1 .content img {
  display: inline-block;
}

.news-detail .section1 .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;
  margin-top: 0.25rem;
}

.news-detail .section1 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-right: 20px;
}

.news-detail .section1 .item {
  display: block;
  line-height: 1.75;
  color: #212121;
  padding-left: 1.5625em;
  position: relative;
}

.news-detail .section1 .item::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #D9D9D9;
  left: 0;
  top: 0.625em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.news-detail .section1 .item + .item {
  margin-top: 0.12rem;
}

.news-detail .section1 .item:hover {
  color: #DD5519;
}

.news-detail .section1 .item:hover::before {
  background-color: #DD5519;
}

.news-detail .section1 .back {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 3.375em;
  height: 3.75em;
  background: url(/public/cn/images/svg/element1.svg) no-repeat center center/100% 100%;
  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;
}

.news-detail .section1 .back:hover {
  background-image: url(/public/cn/images/svg/element5.svg);
}

.news-detail .section1 .back img {
  width: 0.9375em;
}

.contact .section1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.contact .section1 .my-title {
  margin-bottom: 0.2rem;
}

.contact .section1 .content {
  border-radius: 0.24rem;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}


.contact .section1 .sbtm {

}


.contact .section1 .sbtm .dl1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact .section1 .sbtm .dl1 dd{
  width: calc(50% - 15px);
  border: 1px solid #DD5519;
  border-radius: 24px;
  padding: 55px 85px;
  margin-top: 50px;
}

.contact .section1 .sbtm .dl1 dd .dtt {color: #DD5519;margin-bottom: 28px;}

.contact .section1 .sbtm .dl1 dd .dtc{line-height: 26px;}

.contact .section1 .sbtm .dl1 dd .dtc .a{display: flex;margin-top: 12px;}

.contact .section1 .sbtm .dl1 dd .dtc .a .ico{width: 34px;}


.contact .section1 .sbtm .dl1 dd .dtc .a .wz{width: calc(100% - 34px);}


.contact .section1 .img {
  width: 56.25%;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact .section1 .logo {
  position: absolute;
  left: 47.4444444444%;
  top: 49.5621716287%;
  width: 0.05rem;
  height: 0.05rem;
}

.contact .section1 .logo::before {
  position: absolute;
  content: "";
  width: 1.51rem;
  height: 1.69rem;
  background-color: #DD5519;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-clip-path: url(#custom-clip);
          clip-path: url(#custom-clip);
  -webkit-animation: ani3 3s infinite linear both;
     -moz-animation: ani3 3s infinite linear both;
       -o-animation: ani3 3s infinite linear both;
          animation: ani3 3s infinite linear both;
}

.contact .section1 .logo img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 1.23rem;
  max-width: initial;
}

.contact .section1 .list {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 5%;
  width: 100%;
}

.contact .section1 .list .itt{color: #DD5519;margin-bottom: .5rem;}

.contact .section1 .list > div{width: 100%;}

.contact .section1 .item {
  padding: 15px 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;
}

.contact .section1 .item .item-text {
  line-height: 1.3;
  margin-top: 0.1rem;
}

.contact .section1 .item:nth-child(2) .item-text{margin-top: 0;}

.contact .section1 .item + .item {
  border-top: 1px dashed #DBDBDB;
}

.contact .section1 .item-icon {
  width: 5em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact .section1 .item-icon img {
  width: 2.7222222222em;
  margin-top: 1em;
}

.contact .section1 .item-title {
  line-height: 1.7777777778;
}

.contact .section1 a.item-text:hover {
  color: #DD5519;
  text-decoration: underline;
}

.contact .section1 .tel {
  color: #DD5519;
  line-height: 1.5;
  margin-top: 0;
}

.contact .section2 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: url(/public/cn/images/104.jpg) no-repeat top center/100% auto;
}

.contact .section2 .my-title {
  margin-bottom: 2.3rem;
}

.contact .section2 .my-title .title-text1, .contact .section2 .my-title .title-text2 {
  color: #fff;
}

.contact .section2 .list {
  background-color: #fff;
  padding: 0.5rem 3.125%;
  border-radius: 20px;
}

.contact .section2 .item {
  padding: 0 0.5rem;
  border: 1px solid #E5E5E5;
  border-radius: 0.2rem;
  -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);
}

.contact .section2 .item + .item {
  margin-top: 0.16rem;
}

.contact .section2 .item.active {
  border-color: #DD5519;
}

.contact .section2 .item.active .item-top {
  border-bottom: 1px dashed #E5E5E5;
}

.contact .section2 .item.active .item-title {
  color: #DD5519;
}

.contact .section2 .item.active .item-title::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.contact .section2 .item.active .item-btn span {
  color: #DD5519;
}

.contact .section2 .item.active .item-icon img:nth-child(1) {
  opacity: 0;
}

.contact .section2 .item.active .item-icon img:nth-child(2) {
  opacity: 1;
}

.contact .section2 .item-top {
  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;
  padding: 0.24rem 0 0.3rem;
}

.contact .section2 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact .section2 .item-title {
  line-height: 1.5;
  margin-bottom: 0.16rem;
  position: relative;
}

.contact .section2 .item-title::before {
  position: absolute;
  content: "";
  left: -0.5rem;
  width: 0.06rem;
  height: 1em;
  top: 0.25em;
  background-color: #DD5519;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -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);
}

.contact .section2 .item-text {
  color: #666;
  line-height: 1.5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact .section2 .item-text > span > span {
  color: #DD5519;
}

.contact .section2 .item-text s {
  display: block;
  height: 1.5em;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.3);
  margin: 0 0.24rem;
}

.contact .section2 .item-text span + span {
  margin-left: 0.6rem;
}

.contact .section2 .item-btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 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;
  margin-left: 0.1rem;
}

.contact .section2 .item-btn span {
  color: #666;
}

.contact .section2 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.625em;
  margin-left: 0.15rem;
  position: relative;
}

.contact .section2 .item-icon img:nth-child(2) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact .section2 .item-bottom {
  padding: 0.3rem 0 0.4rem;
  display: none;
}

.contact .section2 .item-bottom-ul {
  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.4rem;
}

.contact .section2 .item-bottom-ul s {
  border-left: 1px dashed #E5E5E5;
}

.contact .section2 .item-bottom-li {
  width: 48%;
}

.contact .section2 .item-bottom-title {
  line-height: 1.5;
  margin-bottom: 0.24rem;
  color: #333;
}

.contact .section2 .item-bottom-text {
  line-height: 1.875;
  color: #555;
}

.contact .section2 .item-mail {
  line-height: 1.875;
  color: #DD5519;
}

.contact .section2 .item-mail + .item-mail {
  margin-left: 0.4rem;
}

.contact .section2 .item-mail:hover {
  text-decoration: underline;
}

.contact .section2 .item-mail img {
  display: inline-block;
  vertical-align: sub;
  width: 1.25em;
  margin-right: 0.08rem;
}

@media screen and (max-width: 1440px) {
  .footer .bottom .text3 {
    margin-right: 0.6rem;
  }
  .index > .swiper-pagination {
    left: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer .bottom .text3 {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  header {
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
  }
  header.active2{
      position: fixed;
  }
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  .footer .top .box2 {
    /*-webkit-justify-content: center;*/
    /*-moz-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
  }
  .footer .top .right {
    display: none;
  }
  .footer .bottom .box2 {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer .bottom .text3 {
    margin: 0;
  }
  .footer .bottom .text2 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 790px) {
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .box, .box2 {
    width: 90%;
  }
  .my-swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 5px;
  }
  .index {
    height: auto;
    padding-top: 50px;
  }
  
  .index .section1 .slide-title{font-size:30px;}
  .index > .swiper-wrapper {
    display: block;
    height: auto;
  }
  .index > .swiper-wrapper > .swiper-slide {
    height: max-content;
  }
  .index > .swiper-wrapper > .swiper-slide.section1{
  }
  .index .section1 .swiper {
    height: 100%;
  }

  .index .section1 .swiper-pagination{padding:  10px;}

  .index .section1 .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin:  0 4px;}


  /*.index .section1 .slide-img1 {*/
  /*  display: none;*/
  /*}*/
  /*.index .section1 .slide-img2 {*/
  /*  display: block;*/
  /*}*/
  .index .section1 .slide-video {
    display: none;
  }
  .index .section1 .slide-video-icon {
    display: block;
  }
  .index .section2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section2 .left {
    width: 100%;
    height: auto;
  }
  .index .section2 .right {
    width: 80%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-left: auto;
  }
  .index .section2 .bg {
    right: 30%;
  }
  .index .section2 .text2{
      margin-bottom: 20px;
  }
  .index .section2 .select {
    margin: 40px 0 40px;
  }
  .index .section2 .list {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .index > .swiper-wrapper > .swiper-slide.section3{
      height: calc(100vh - 50px);
  }
  .index .section3 .btns {
    display: none;
  }
  .index .section3 .select {
    display: none;
  }
  .index .section3 .slide-img1 {
    display: none;
  }
  .index .section3 .slide-img2 {
    display: block;
  }
  .index .section3 .content > .box2 {
    padding-top: 50px;
  }
  .index .section3 .title {
    margin-bottom: 10px;
  }
  .index .section3 .text1 {
    margin-bottom: 10px;
  }
  .index .section3 .text2 {
    margin-bottom: 40px;
    width: 100%;
  }
  .index .section3 .item:nth-child(1){
      width: 6em;
      margin-top: 8.375em;
      margin-left: 0.25em;
  }
  .index .section3 .item:nth-child(2){
      width: 7.875em;
  }
  .index .section3 .item:nth-child(3){
      width: 4.3125em;
      margin-top: 7.9375em;
  }
  .index .section3 .icon1{
      left: 14em;
      top: 7.125em;
  }
  .index .section3 .icon2{
      top: 5em;
      left: 15em;
  }
  .index .section4 .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section4 .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .index .section4 .right {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .index .section4 .list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    align-items: initial;
  }
  .index .section4 .item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .index .section4 .item img{
      height: 100%;
  }
  .index .section4 .item:nth-child(1), .index .section4 .item:nth-child(2), .index .section4 .item:nth-child(3), .index .section4 .item:nth-child(4) {
    width: 75%;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .index > .swiper-wrapper > .swiper-slide.section5{
      min-height: calc(100vh - 50px);
  }
  .index .section5 .title,.index .section5 .text1{
      text-align: left;
  }
  .index .section5 .text1{
      margin-bottom: 40px;
  }
  .index .section5 .swiper {
    overflow: hidden;
    padding-bottom: 25px;
  }
  .index .section5 .swiper-wrapper {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .index .section5 .item:nth-child(even) {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .index .section5 .item:nth-child(odd) {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .index .section5 .ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section5 .li {
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 50%;
    margin-bottom: 6px;
  }
  .index .section5 .li img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .index .section6 .text1{
      margin-bottom: 20px;
  }
  .index .section6 .my-more{
      position: relative;
      right: auto;
      top: auto;
      margin-bottom: 20px;
  }
  .index .section6 .swiper {
    width: 100%;
  }
  .index .section6 .swiper-wrapper{
      height: auto;
  }
  .index .section6 .item {
    width: 100%;
  }
  .index .section6 .slide-info {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .index .section6 .swiper-slide:first-child {
    display: none;
  }
  .index .section6 .swiper-slide:last-child {
    display: none;
  }
  .index .section6 .swiper-slide-next .item,
  .index .section6 .swiper-slide-duplicate-next .item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .index .section6 .swiper-slide-next + .swiper-slide .item,
  .index .section6 .swiper-slide-duplicate-next + .swiper-slide .item {
    margin-top: 0;
    margin-left: 0;
  }
  .index .section6 .swiper-bottom {
    position: relative;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    margin-top: 40px;
  }
  .about .section1 .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section1 .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about .section1 .swiper-bottom .swiper-pagination {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .about .section1 .list {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .section1 .right {
    width: 80%;
    margin: 0 auto;
  }
  .about .section2 .swiper-slide {
    height: auto;
    width: 100%;
  }
  .about .section2 .slide-noactive {
    opacity: 0;
  }
  .about .section2 .slide-active {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .about .section2 .swiper {
    padding-bottom: 25px;
  }
  .about .section2 .swiper-pagination {
    bottom: 0;
  }
  .about .section3 .my-title {
    margin-bottom: 20px;
  }
  .about .section3 .years {
    font-size: 40vw;
    line-height: 40vw;
  }
  .about .section3 .swipers {
    margin-top: 120px;
  }
  .about .section3 .swiper-bg {
    display: none;
  }
  .about .section3 .swiper-slide.active .slide-title, .about .section3 .swiper-slide.active .slide-text {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .about .section3 .swiper-slide-prev {
    opacity: 1;
    pointer-events: auto;
  }
  .about .section3 .swiper-slide-active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .about .section3 .swiper-slide-active + .swiper-slide {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .about .section3 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .about .section3 .slide-content {
    height: auto;
    width: 80vw;
    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-left: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center;
  }
  .about .section3 .slide-icon {
    position: relative;
    height: 75px;
    display: block;
    margin: 20px auto 0;
  }
  .about .section3 .slide-title, .about .section3 .slide-text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .news .section1 .item {
    width: 100%;
  }
  .news .section1 .item .my-more{
      display: none;
  }
  .news-detail .section1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail .section1 .list {
    width: 100%;
  }
  .news-detail .section1 .back {
    margin: 20px auto 0;
  }
  .contact .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section1 .img {
    width: 100%;
  }
  .contact .section1 .item {
    padding: 10px 0;
  }

  .contact .section1 .list .itt{margin-bottom: 15px;}
  .contact .section2.kong {
    padding: 0 !important;
    height: 110px;
  }
  
    .contact .section2.kong *{
        opacity: 0 !important;
    }
  
  
  
  .contact .section2 .item-btn span:nth-child(1) {
    display: none;
  }
  .contact .section2 .item-bottom-ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section2 .item-bottom-ul s {
    display: none;
  }
  .contact .section2 .item-text span {
    margin-right: 15px;
  }
  .contact .section2 .item-text s {
    display: none;
  }
  .contact .section2 .item-bottom-li {
    width: 100%;
  }
  .contact .section2 .item-bottom-li:nth-child(3) {
    margin-top: 20px;
  }
  .gua3 .dl1 dd .txt .dtc{
      padding-left: 0;
  }
  .ser2 .hezi{
      width: 55%;
  }
  .ser2 .hezi .ul1 li .txt{
      padding: 5px;
  }
  .ser2 .hezi .ul1 li .txt .img{
      margin-bottom: 5px;
  }
  .ser2 .hezi .ul1 .li2 .txt{
      bottom: -1000%;
  }
  .ser2 .hezi .ul1 .li4 .txt{
      bottom: -2000%;
  }
  .index .section6 .swiper-slide{
    height: auto;
  }
  .index .section6 .swiper-slide .item img{
    height: 100%;
  }


  .contact .section1 .list{display: block;padding: 30px 5%;}

  .contact .section1 .sbtm .dl1 dd{width: 100%;margin-top: 20px;padding: 30px 5%;}








}
@-webkit-keyframes ani1 {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@-moz-keyframes ani1 {
  0% {
    -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@-o-keyframes ani1 {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes ani1 {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes ani2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-5px, -10px, 0);
    transform: translate3d(-5px, -10px, 0);
  }
  40% {
    -webkit-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0);
  }
  60% {
    -webkit-transform: translate3d(5px, 10px, 0);
    transform: translate3d(5px, 10px, 0);
  }
  80% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes ani2 {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -moz-transform: translate3d(-5px, -10px, 0);
    transform: translate3d(-5px, -10px, 0);
  }
  40% {
    -moz-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0);
  }
  60% {
    -moz-transform: translate3d(5px, 10px, 0);
    transform: translate3d(5px, 10px, 0);
  }
  80% {
    -moz-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes ani2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-5px, -10px, 0);
  }
  40% {
    transform: translate3d(10px, -10px, 0);
  }
  60% {
    transform: translate3d(5px, 10px, 0);
  }
  80% {
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ani2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-5px, -10px, 0);
    -moz-transform: translate3d(-5px, -10px, 0);
    transform: translate3d(-5px, -10px, 0);
  }
  40% {
    -webkit-transform: translate3d(10px, -10px, 0);
    -moz-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0);
  }
  60% {
    -webkit-transform: translate3d(5px, 10px, 0);
    -moz-transform: translate3d(5px, 10px, 0);
    transform: translate3d(5px, 10px, 0);
  }
  80% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    -moz-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ani3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}
@-moz-keyframes ani3 {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.5);
         transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.1;
  }
  80% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(0.5);
         transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}
@-o-keyframes ani3 {
  0% {
    -o-transform: translate(-50%, -50%) scale(0.5);
       transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.1;
  }
  80% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(0.5);
       transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}
@keyframes ani3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
       -moz-transform: translate(-50%, -50%) scale(0.5);
         -o-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
       -moz-transform: translate(-50%, -50%) scale(0.5);
         -o-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}