@charset "UTF-8";
:root {
  --navheight: 80px;
  --navigation: 44px;
  --zoom: 1;
}

@media only screen and (min-width: 1930px) {
  html {
    zoom: 1.3333;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes breath1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@keyframes slideUpDown {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
div[id^=baidu_jsapi_watermark] {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.donghua {
  transition: all 0.4s;
}

.no_donghua {
  transition: all 0.4s !important;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.link-v {
  transform: translateY(calc(var(--navheight) * -1.5));
}

.vtool-select {
  width: 100%;
}
.vtool-select .dl-clsss {
  width: 100%;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.vtool-select .dl-clsss .word {
  padding-left: 14px;
  padding-right: 40px;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 1.2;
  background: #ECECEC;
  color: #4C4B4B;
  cursor: pointer;
  display: block;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  font-size: var(--fz16);
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #262626;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: all 0.4s;
}
.vtool-select .dl-clsss .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ECECEC;
  color: #4C4B4B;
  z-index: 11;
  display: none;
  border: 1px solid #cfcaca;
  max-height: 336px;
  overflow-y: auto;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #4C4B4B;
  padding: 0 14px;
  height: 48px;
  line-height: 48px;
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: var(--fz14);
}
.vtool-select .dl-clsss .sub .sub-a:not(:first-child) {
  border-top: 1px solid #cfcaca;
}
.vtool-select .dl-clsss .sub .sub-a:hover {
  color: #333333;
}
.vtool-select .dl-clsss[data-on=on] .word:after {
  margin-top: -5px;
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.page-title {
  width: 100%;
}
.page-title .t {
  font-size: var(--fz36);
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.page-title .line {
  width: 42px;
  height: 3px;
  background: #424242;
  position: relative;
  margin: 0.25rem auto 0;
}
.page-title .line::after {
  content: "";
  width: 9px;
  height: 3px;
  background: #F18D00;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.page-title.white .line {
  background: rgba(255, 255, 255, 0.25);
}
.page-title.white .line::after {
  background: #FFFFFF;
}
.page-title.black .t {
  color: #191919;
}
.page-title.black .line {
  background: rgba(66, 66, 66, 0.15);
}
.page-title.v-left .t {
  text-align: left;
}
.page-title.v-left .line {
  margin: 0.25rem 0 0;
}

.tmp-one {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.tmp-one::after, .tmp-one::before {
  content: "";
  background: #3A3A3A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tmp-one::after {
  width: calc(100% - 120px);
  height: 1px;
}
.tmp-one::before {
  width: 1px;
  height: calc(100% - 120px);
}
.tmp-one .r {
  width: 64px;
  height: 64px;
  background: #2C2C2C;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tmp-one .tmp-item {
  width: 50%;
  height: 50%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: block;
}
.tmp-one .tmp-item .tmp-cont {
  width: 130px;
}
.tmp-one .tmp-item .tmp-cont .nums {
  color: #F18D00;
  line-height: 1;
  letter-spacing: -2px;
}
.tmp-one .tmp-item .tmp-cont .nums .big {
  font-size: var(--fz48);
  font-weight: 550;
}
.tmp-one .tmp-item .tmp-cont .nums .small {
  font-size: var(--fz18);
  display: inline-block;
  line-height: 2;
}
.tmp-one .tmp-item .tmp-cont .t {
  color: #999999;
  font-size: var(--fz18);
  line-height: 1.5 !important;
}
.tmp-one .tmp-item .more-item {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: var(--fz14);
}
.tmp-one .tmp-item .more-item .m-r {
  width: 30px;
  height: 30px;
  background: #F18D00;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}
.tmp-one .tmp-item .more-item .m-r::after {
  content: "";
  width: 13px;
  height: 10px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_34.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tmp-one .tmp-item.v1 {
  padding: 60px 0 0 60px;
}
.tmp-one .tmp-item.v2 {
  padding: 60px 0 0 60px;
}
.tmp-one .tmp-item.v3 {
  padding: 0 0 60px 60px;
  display: flex;
  align-items: flex-end;
}
.tmp-one .tmp-item.v4 {
  padding: 0 0 60px 60px;
  display: flex;
  align-items: flex-end;
}

.tmp-tow {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.tmp-tow .num-box {
  width: auto;
  padding: 0.2rem 0.8rem;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tmp-tow .num-box:last-child {
  border-right: none;
}
.tmp-tow .num-box .n-box {
  text-align: center;
  color: #FFFFFF;
}
.tmp-tow .num-box .n-box .big {
  font-weight: 550;
  font-size: var(--fz48);
  line-height: 1;
}
.tmp-tow .num-box .n-box .small {
  font-size: var(--fz18);
}
.tmp-tow .num-box .n-t {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.4;
  margin-top: 0.1rem;
}

.pagination-box {
  width: 100%;
  padding-top: 0.8rem;
  box-sizing: border-box;
  padding-bottom: 1.8rem;
}
.pagination-box.v2 {
  padding-top: 0;
}
.pagination-box .pagination-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.pagination-box .pagination-main .page-box {
  text-align: center;
}
.pagination-box .pagination-main .page-box a {
  min-width: 36px;
  height: 36px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  line-height: 1;
  color: #FFFFFF;
  transition: all 0.4s;
  padding: 0;
  background-color: transparent;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-box .pagination-main .page-box a:hover, .pagination-box .pagination-main .page-box a.on {
  border: 1px solid #F18D00;
  background-color: #F18D00;
  color: #FFFFFF;
}
.pagination-box .pagination-main .page-box a:not(:first-child) {
  margin-left: 5px;
}
.pagination-box .pagination-main .page-box a.dian {
  border-color: transparent !important;
}
.pagination-box .pagination-main .page-box a.btn.null {
  cursor: default;
  background: transparent;
  border-color: #EEEEEE;
  color: #FFFFFF;
}
.pagination-box .pagination-main .page-box a.next, .pagination-box .pagination-main .page-box a.prev {
  font-family: "simsun";
}
.pagination-box .pagination-main .page-box .f-right {
  display: none;
}
.pagination-box .pagination-main .page-box select {
  display: none;
}

.banner-code {
  width: 100%;
  position: relative;
  height: 569px;
  background: #161616;
  overflow: hidden;
}
.banner-code .banner-bg {
  width: 100%;
  max-width: 1682px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_1.png");
}
.banner-code .container {
  padding-top: var(--navheight);
}
.banner-code .banner-main {
  width: 100%;
  padding-top: 0.6rem;
}

.banner-page {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.banner-page .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.banner-page .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.banner-page .pc-banner {
  opacity: 1;
  z-index: 1;
}
.banner-page .bvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.banner-page .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.banner-page .banner-box .banner-main {
  width: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.banner-page .banner-box .banner-main .index-tbox .t-icons .icon1::after {
  background-image: url("/phone/images/img_43.png");
}
.banner-page .banner-box .banner-main .index-tbox .t-icons .i-t {
  color: #FFFFFF;
}

.nav-custom {
  width: 100%;
  transition: all 0.4s;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-custom.navbalck3 {
  background-color: #221F1F;
}
.nav-custom.on {
  background-color: #221F1F;
}
.nav-custom .nav-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--navheight);
}
.nav-custom .nav-page .logo-box {
  width: 190px;
  height: auto;
  overflow: hidden;
  transition: all 0.4s;
  margin-left: -6%;
}
.nav-custom .nav-page .logo-box .icon {
  width: 190px;
  height: auto;
  display: block;
}
.nav-custom .nav-page .nav-mobile {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
  display: none;
}
.nav-custom .nav-page .nav-mobile .n-mobile-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon::before {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon {
  width: 30px;
  height: 24px;
  position: relative;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon::after, .nav-custom .nav-page .nav-mobile .n-mobile-icon::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon .line {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: 100vh;
  padding-top: var(--navheight);
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(100%);
  z-index: 0;
}
.nav-custom .nav-page .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.nav-custom .nav-page .nav-mobile-box .mobile-main {
  width: 100%;
  height: 100%;
  background-color: #221F1F;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  background-color: #221F1F;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search {
  width: 94%;
  margin: 1rem auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search .mobile-input {
  flex: 1;
  height: 100%;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 14px;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 14px;
  height: 14px;
  display: block;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang .lang-btn {
  width: 40px;
  height: 30px;
  background-color: #FFFFFF;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #F18D00;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
  padding-bottom: 1rem;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .showicon {
  padding: 0.6rem;
  position: relative;
  transition: all 0.4s;
  flex: 1;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .showicon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-right: 4px solid transparent;
  border-left: 8px solid #F18D00;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #FFFFFF;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v1-box {
  width: 100%;
  height: 56px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text:first-child {
  border-top: 1px solid transparent;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3 {
  width: 100%;
  display: none;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-bottom: 0.4rem;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 0.4rem;
  padding-bottom: 0.3rem;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item:nth-child(4n) {
  margin-right: 0;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item .pic-box {
  padding-top: calc(1000/1000*100%);
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item .showt {
  margin-top: 0.3rem;
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item .showt .vt {
  flex: 1;
  text-align: center;
}
.nav-custom .nav-page .nav-main {
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -2.5%;
}
.nav-custom .nav-page .nav-main .nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child {
  width: 241px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  top: calc(100% - 5px);
  z-index: -10;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-main {
  width: 100%;
  background: #000000;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 0;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box {
  width: 100%;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li {
  width: 100%;
  padding: 0 33px 0 20px;
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 1.2;
  color: #9D9D9D;
  position: relative;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li:hover {
  background-color: #F18D00;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li:hover::after {
  filter: brightness(0) invert(1);
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_10.png");
  width: 13px;
  height: 10px;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li span {
  display: block;
  max-width: 100%;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul {
  margin-right: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 100%;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .ul-a {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul.active .nav-txt::after, .nav-custom .nav-page .nav-main .nav-list .nav-ul:hover .nav-txt::after {
  opacity: 1;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul:hover .nav-child {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: visible;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .nav-txt {
  color: #FFFFFF;
  position: relative;
  transition: all 0.4s;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .nav-txt::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  z-index: 2;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 8px solid #F18D00;
  border-top: 4px solid transparent;
  opacity: 0;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .nav-txt span {
  position: relative;
  z-index: 2;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .v-box {
  width: 10px;
  height: auto;
  overflow: hidden;
  margin-left: 14px;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .v-box .icon {
  width: 22px;
  height: auto;
  display: block;
}
.nav-custom .nav-page .nav-main .nav-tool {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 0.2rem;
  position: relative;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box:hover .search-form {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-icon {
  width: 22px;
  height: auto;
  overflow: hidden;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-icon .icon {
  width: 22px;
  height: auto;
  display: block;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form {
  width: auto;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  top: calc(100% + 20px);
  z-index: -10;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sinput {
  width: 280px;
  height: 100%;
  line-height: 1;
  padding: 0 14px;
  box-sizing: border-box;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sbtn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sbtn .search-icon {
  width: 18px;
  pointer-events: none;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sbtn .search-icon .icon {
  pointer-events: none;
  width: 18px;
  height: auto;
  display: block;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 0.2rem;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap:hover .lang-child {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child {
  width: 110%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  top: calc(100% - 20px);
  z-index: -10;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-main {
  width: 100%;
  background: #000000;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-box {
  width: 100%;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-box .child-li {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  line-height: 1.3;
  color: #9D9D9D;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-box .child-li:hover {
  background-color: #F18D00;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-box {
  display: flex;
  align-items: center;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .icon-box {
  width: 22px;
  height: auto;
  overflow: hidden;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .icon-box .icon {
  width: 22px;
  height: auto;
  display: block;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .box {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 0 5px 5px;
  border-bottom: 1px solid #FFFFFF;
  margin-left: 10px;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .box .v-box {
  width: 10px;
  height: auto;
  overflow: hidden;
  margin-left: 20px;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .box .v-box .icon {
  width: 22px;
  height: auto;
  display: block;
}

.footer-mian {
  width: 100%;
  box-sizing: border-box;
  background-color: #171717;
}
.footer-mian .footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.footer-mian .footer-main .footer-left {
  flex-shrink: 0;
  width: 305px;
  margin-left: 1rem;
}
.footer-mian .footer-main .footer-left .left-tt {
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.3;
}
.footer-mian .footer-main .footer-left .left-dd {
  color: #F18D00;
  font-size: var(--fz48);
  line-height: 1;
  margin-top: 0.25rem;
  color: #F18D00;
}
.footer-mian .footer-main .footer-left .left-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding-top: 0.1rem;
}
.footer-mian .footer-main .footer-left .left-list .left-item {
  width: 100px;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}
.footer-mian .footer-main .footer-left .left-list .left-item .code {
  width: 100px;
  height: 100px;
  display: block;
}
.footer-mian .footer-main .footer-left .left-list .left-item .code-tt {
  width: 100%;
  text-align: center;
  color: #767676;
  font-size: var(--fz14);
  line-height: 1.6;
  margin-top: 4px;
}
.footer-mian .footer-main .footer-right {
  flex: 1;
  display: flex;
}
.footer-mian .footer-main .footer-right .footer-ul {
  width: 20%;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-title {
  color: #FFFFFF;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list {
  margin-top: 0.15rem;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list .li-item {
  line-height: 1.6;
  padding-left: 16px;
  margin-bottom: 6px;
  color: #6B6B6B;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list .li-item:hover {
  color: #b4b3b3;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list .li-item::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: #F18D00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-mian .footer-copyright {
  width: 100%;
  padding: 0.2rem 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #6B6B6B;
}
.footer-mian .footer-copyright a {
  color: #6B6B6B;
}
.footer-mian .footer-copyright .t {
  flex: 1;
  width: 100%;
}
.footer-mian .footer-copyright .text {
  display: inline-block;
  margin-right: 10px;
}
.footer-mian .footer-copyright .beian {
  display: inline-block;
  color: #6B6B6B;
  width: auto;
}
.footer-mian .footer-copyright .footer-firend {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-left: 1rem;
}
.footer-mian .footer-copyright .footer-firend .firend-list {
  width: 100%;
  height: auto;
  max-height: 300px;
  position: absolute;
  bottom: 110%;
  left: 0;
  z-index: 2;
  background: #2E2B2B;
  overflow-y: auto;
  display: none;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar {
  width: 2px;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar-track {
  background-color: #2E2B2B;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.footer-mian .footer-copyright .footer-firend .firend-list .firend-li {
  width: 100%;
  line-height: 1.7;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6B6B6B;
  transition: all 0.4s;
}
.footer-mian .footer-copyright .footer-firend .firend-list .firend-li:hover {
  color: #b4b3b3;
}
.footer-mian .footer-copyright .footer-firend .firend-list .firend-li:last-child {
  border-bottom: none;
}
.footer-mian .footer-copyright .footer-firend .firend-box {
  display: flex;
  align-items: center;
}
.footer-mian .footer-copyright .footer-firend .link {
  width: 242px;
  height: 46px;
  line-height: 46px;
  background: #2E2B2B;
  color: #6B6B6B;
  padding: 0 15px;
}
.footer-mian .footer-copyright .footer-firend .more {
  width: 46px;
  height: 46px;
  line-height: 1;
  background: #F18D00;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-tools {
  width: 40px;
  height: auto;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 30;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.page-tools.on {
  opacity: 1;
  visibility: visible;
}
.page-tools .tool-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: #4D4D4D;
}
.page-tools .tool-item:hover {
  background-color: #F18D00;
}
.page-tools .tool-item:hover .wcode {
  opacity: 1;
  visibility: visible;
}
.page-tools .tool-item:hover .showphone {
  opacity: 1;
  visibility: visible;
}
.page-tools .tool-item .icon {
  width: 100%;
  height: 100%;
  display: block;
}
.page-tools .tool-item .showphone {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  transform: translateX(-110%) translateY(-50%);
  top: 50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #F18D00;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  min-width: 160px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.page-tools .tool-item .wcode {
  width: 120px;
  height: auto;
  position: absolute;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  top: 50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding-right: 20px;
}
.page-tools .tool-item .wcode .vcod {
  width: 100px;
  height: 100px;
  display: block;
}
.page-tools .tool-item .wcode .vcod:not(:first-child) {
  margin-top: 5px;
}

.index-banner {
  width: 100%;
  position: relative;
  padding-top: calc(970 / 1920 * 100%);
  box-sizing: border-box;
}
.index-banner .index-line {
  width: 100%;
  padding-top: calc(77/1920*100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_38.png");
}
.index-banner .index-line.v2 {
  background-image: url("/phone/images/img_37.png");
  z-index: 11;
}
.index-banner .banner-tool {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 10;
}
.index-banner .banner-tool .tool-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.index-banner .banner-tool .tool-main .tool-num {
  padding: 0 18px;
  color: #FFFFFF;
  line-height: 1;
  font-size: var(--fz18);
  font-weight: 550;
}
.index-banner .banner-tool .tool-main .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.35);
  position: static;
  width: 120px;
  height: 3px;
}
.index-banner .banner-tool .tool-main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F18D00 !important;
}
.index-banner .banner-tool .tool-main .banner-button-prev,
.index-banner .banner-tool .tool-main .banner-button-next {
  color: #FFFFFF;
  position: static;
  margin: 0 !important;
  line-height: 1;
}
.index-banner .banner-tool .tool-main .banner-button-prev::after,
.index-banner .banner-tool .tool-main .banner-button-next::after {
  font-size: 16px;
  font-weight: 700;
}
.index-banner .index-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.index-banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-banner .bvideo {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.index-banner .banner-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .banner-item .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .pc-banner {
  opacity: 1;
  z-index: 1;
}
.index-banner .banner-item .banner-box {
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.index-banner .banner-item .banner-box .banner-t1 {
  line-height: 1.15;
  font-size: var(--fz56);
}
.index-banner .banner-item .banner-box .banner-t2 {
  font-size: var(--fz30);
  line-height: 2;
  margin-top: 0.2rem;
}

.index-tbox {
  width: 100%;
  width: auto;
  display: inline-block;
}
.index-tbox .t-icons {
  width: auto;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.index-tbox .t-icons::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_25.png");
}
.index-tbox .t-icons .icon1 {
  width: 68px;
  height: 12px;
  position: relative;
}
.index-tbox .t-icons .icon1::after {
  content: "";
  width: 100%;
  padding-top: calc(12/68*100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_22.png");
}
.index-tbox .t-icons .i-t {
  color: #939393;
  font-size: var(--fz16);
  line-height: 1;
  margin-left: 6px;
}
.index-tbox .t {
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1;
  margin-top: 10px;
}
.index-tbox .t.v2 {
  display: flex;
  align-items: flex-end;
}
.index-tbox .t .small {
  font-size: var(--fz16);
  line-height: 1.2;
  margin-left: 0.3rem;
}

.index-main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #161616;
}
.index-main .index-abs {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 4.3rem;
}
.index-main .index-abs .abs-wrap1 {
  width: 100%;
  max-width: 51.46%;
  margin: 0 0 0 auto;
}
.index-main .index-abs .abs-wrap1 .abs-pic {
  width: 100%;
  padding-top: calc(1397/988*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v1.png");
}
.index-main .index-abs .abs-wrap2 {
  width: 100%;
  max-width: 62.5%;
  position: relative;
  z-index: 2;
  margin-top: -2.2rem;
}
.index-main .index-abs .abs-wrap2 .abs-pic {
  width: 100%;
  padding-top: calc(1900/1200*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v2.png");
}
.index-main .index-abs .abs-wrap3 {
  width: 100%;
  max-width: 42.55%;
  margin: 1.2rem 0 0 auto;
}
.index-main .index-abs .abs-wrap3 .abs-pic {
  width: 100%;
  padding-top: calc(1226/817*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v3.png");
}

.index-wrap1 {
  width: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0.45rem 0 1.4rem;
}
.index-wrap1 .wrap1-tbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-wrap1 .wrap1-tbox .more-btn {
  width: 136px;
  height: 136px;
  display: block;
}
.index-wrap1 .wrap1-tbox .more-btn .more-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.index-wrap1 .wrap1-main {
  width: 100%;
  margin-top: 0.6rem;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap1 .wrap1-main .item {
  width: 230px;
  height: 600px;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.4s;
  position: relative;
}
.index-wrap1 .wrap1-main .item:nth-child(4n) {
  margin-right: 0;
}
.index-wrap1 .wrap1-main .item.on {
  width: calc(100% - ((230px * 4) + (10px * 4)));
}
.index-wrap1 .wrap1-main .item.on .item-cont .item-abs {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.index-wrap1 .wrap1-main .item.on .item-cont .item-abs2 {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.index-wrap1 .wrap1-main .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-wrap1 .wrap1-main .item .item-cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs .abs-cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #FFFFFF;
  overflow: hidden;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs .abs-cont .nums {
  text-align: center;
  color: #ACACAC;
  font-size: var(--fz24);
  line-height: 1.5;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs .abs-cont .tt {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.5;
  padding: 0 0.3rem;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs .abs-cont .icon_1 {
  width: 20px;
  height: 16px;
  margin: 0.2rem auto 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_34.png");
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs .abs-cont .icon_2 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: calc(55/230*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_32.png");
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0.6rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-bg {
  width: 33.4%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-bg .bg-img {
  width: 100%;
  padding-top: calc(300/294*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_33.png");
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-top {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-top .nums {
  color: #ACACAC;
  font-size: var(--fz24);
  line-height: 2;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-top .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz36);
  line-height: 1.34;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-top .icon_1 {
  width: 20px;
  height: 16px;
  margin: 0.3rem 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_34.png");
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-bot {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-bot .img {
  width: 60px;
  height: 60px;
  display: block;
}
.index-wrap1 .wrap1-main .item .item-cont .item-abs2 .abs-bot .dd {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.66;
  margin-top: 0.2rem;
}

.zuhe-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.zuhe-box .zuhe-abs {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.zuhe-box .zuhe-abs .abs-pic {
  width: 100%;
  padding-top: calc(1624/1920*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_35.png");
}

.index-wrap2 {
  width: 100%;
  padding: 0.6rem 0 0;
  box-sizing: border-box;
}
.index-wrap2 .wrap2-main {
  width: 100%;
  margin-top: 160px;
  padding-bottom: 235px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-wrap2 .wrap2-main .wrap2-cont {
  width: 538px;
  position: relative;
}
.index-wrap2 .wrap2-main .wrap2-cont .wrap2-bg {
  width: 100%;
  padding-top: calc(540/538*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.index-wrap2 .wrap2-main .wrap2-cont .item {
  width: auto;
  display: flex;
  align-items: center;
  position: absolute;
}
.index-wrap2 .wrap2-main .wrap2-cont .item.v1 {
  left: 185px;
  top: -111px;
  z-index: 2;
}
.index-wrap2 .wrap2-main .wrap2-cont .item.v2 {
  left: 60px;
  top: 137px;
  z-index: 2;
  flex-direction: row-reverse;
  transform: translateX(-100%);
}
.index-wrap2 .wrap2-main .wrap2-cont .item.v2 .cont {
  text-align: right;
}
.index-wrap2 .wrap2-main .wrap2-cont .item.v3 {
  left: auto;
  right: 60px;
  transform: translateX(100%);
  top: 137px;
  z-index: 2;
}
.index-wrap2 .wrap2-main .wrap2-cont .item.v4 {
  left: 185px;
  top: 436px;
  z-index: 2;
  flex-direction: row-reverse;
  transform: translateX(-100%);
}
.index-wrap2 .wrap2-main .wrap2-cont .item.v4 .cont {
  text-align: right;
}
.index-wrap2 .wrap2-main .wrap2-cont .item.v5 {
  left: auto;
  right: 185px;
  transform: translateX(100%);
  top: 436px;
  z-index: 2;
}
.index-wrap2 .wrap2-main .wrap2-cont .item .item-pic {
  width: 169px;
  height: 165px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_26.png");
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.index-wrap2 .wrap2-main .wrap2-cont .item .item-pic .img {
  width: 46px;
  height: auto;
  display: block;
}
.index-wrap2 .wrap2-main .wrap2-cont .item .cont {
  color: #FFFFFF;
  text-align: left;
  width: 400px;
}
.index-wrap2 .wrap2-main .wrap2-cont .item .cont .tt {
  font-size: var(--fz24);
  line-height: 1.25;
}
.index-wrap2 .wrap2-main .wrap2-cont .item .cont .dd {
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 5px;
}

.index-wrap3 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-wrap3 .wrap3-box {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.index-wrap3 .wrap3-box .wrap3-video {
  width: 83.33%;
  flex-shrink: 0;
  position: relative;
}
.index-wrap3 .wrap3-box .wrap3-video .pic-box {
  width: 100%;
  padding-top: calc(800/1600*100%);
}
.index-wrap3 .wrap3-box .wrap3-video .pic-box .video-round {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.index-wrap3 .wrap3-box .wrap3-video .pic-box .video-round::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #FFFFFF;
  border-top: 10px solid transparent;
  margin-left: 7px;
}
.index-wrap3 .wrap3-box .video-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.15rem;
}
.index-wrap3 .wrap3-box .video-right .i {
  width: 60px;
  height: 93px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_29.png");
}
.index-wrap3 .wrap3-box2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 0 0 auto;
  background: #2C2C2C;
  margin-top: -280px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
}
.index-wrap3 .wrap3-box2 .box-left {
  flex: 1;
  min-height: 360px;
  padding: 0.6rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_30.png");
}
.index-wrap3 .wrap3-box2 .box-left .index-tbox .t {
  color: #191919;
}
.index-wrap3 .wrap3-box2 .box-left .desc {
  width: 100%;
  color: #333232;
  font-size: var(--fz16);
  line-height: 1.85;
  margin-top: 0.3rem;
}
.index-wrap3 .wrap3-box2 .box-right {
  width: 444px;
}

.index-wrap4 {
  width: 100%;
  padding: 1.1rem 0;
  box-sizing: border-box;
}
.index-wrap4 .wrap4-tbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-wrap4 .wrap4-tbox .more-btn {
  width: 136px;
  height: 136px;
  display: block;
}
.index-wrap4 .wrap4-tbox .more-btn .more-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.index-wrap4 .wrap4-main {
  width: 100%;
  margin-top: 0.35rem;
}
.index-wrap4 .wrap4-main .wrap4-swiper {
  width: 100%;
}
.index-wrap4 .wrap4-main .wrap4-swiper .swiper-slide {
  width: 32%;
  background: #F0F0F0;
}
.index-wrap4 .wrap4-main .swiper-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.index-wrap4 .wrap4-main .swiper-item:hover .pic-box .img {
  transform: scale(1.2);
}
.index-wrap4 .wrap4-main .swiper-item .pic-box {
  flex-shrink: 0;
  padding-top: calc(300/428*100%);
  transition: all 0.4s;
}
.index-wrap4 .wrap4-main .swiper-item .cont {
  width: 100%;
  flex: 1;
  background: #F0F0F0;
  padding: 0.35rem 0.4rem 0;
}
.index-wrap4 .wrap4-main .swiper-item .cont .tt {
  color: #191919;
  font-size: var(--fz30);
  line-height: 1.2;
  height: 110px;
}
.index-wrap4 .wrap4-main .swiper-item .cont .tool {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-wrap4 .wrap4-main .swiper-item .cont .tool .num-box {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C3C3C3;
  font-size: var(--fz30);
  line-height: 1;
  font-weight: 700;
}
.index-wrap4 .wrap4-main .swiper-item .cont .tool .m-box {
  display: flex;
  align-items: center;
  color: #333232;
  font-size: var(--fz14);
}
.index-wrap4 .wrap4-main .swiper-item .cont .tool .m-box .m-r {
  width: 30px;
  height: 30px;
  background: #F18D00;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}
.index-wrap4 .wrap4-main .swiper-item .cont .tool .m-box .m-r::after {
  content: "";
  width: 13px;
  height: 10px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_34.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.index-wrap5 {
  width: 100%;
  padding: 1.1rem 0;
  box-sizing: border-box;
}
.index-wrap5 .wrap5-tbox {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-wrap5 .wrap5-tbox .class-main {
  display: inline-block;
}
.index-wrap5 .wrap5-tbox .class-main .wrap5-class-swiper {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.index-wrap5 .wrap5-tbox .class-main .swiper-slide {
  display: inline-flex !important;
  width: auto !important;
}
.index-wrap5 .wrap5-tbox .class-main .swiper-item.on .t {
  font-weight: 550;
}
.index-wrap5 .wrap5-tbox .class-main .swiper-item.on .t::after {
  opacity: 1;
}
.index-wrap5 .wrap5-tbox .class-main .swiper-item .t {
  width: auto;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  padding-bottom: 17px;
  position: relative;
  margin-left: 0.4rem;
}
.index-wrap5 .wrap5-tbox .class-main .swiper-item .t::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.index-wrap5 .wrap5-main {
  width: 100%;
  margin-top: 0.6rem;
  position: relative;
}
.index-wrap5 .wrap5-main::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #DCDCDC;
  opacity: 0.35;
  position: absolute;
  left: 50%;
  top: 56px;
  transform: translateX(-50%);
  z-index: 1;
}
.index-wrap5 .wrap5-main .wrap5-swiper {
  width: 100%;
  position: relative;
  z-index: 2;
  display: none;
}
.index-wrap5 .wrap5-main .wrap5-swiper.on {
  display: block;
}
.index-wrap5 .wrap5-main .wrap5-swiper .swiper-slide {
  width: 33.5%;
}
.index-wrap5 .wrap5-main .swiper-item {
  width: 100%;
  position: relative;
}
.index-wrap5 .wrap5-main .swiper-item .time-box {
  width: 100%;
  position: relative;
  height: 60px;
}
.index-wrap5 .wrap5-main .swiper-item .time-box .time {
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1;
}
.index-wrap5 .wrap5-main .swiper-item .time-box::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-wrap5 .wrap5-main .swiper-item .cont {
  width: 100%;
  height: 260px;
  margin-top: 0.35rem;
  border-left: 4px solid #F18D00;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.index-wrap5 .wrap5-main .swiper-item .cont .cont-box {
  width: 100%;
  padding-left: 0.3rem;
  padding-right: 0.8rem;
  margin-bottom: -5px;
}
.index-wrap5 .wrap5-main .swiper-item .cont .cont-box .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 2;
}
.index-wrap5 .wrap5-main .swiper-item .cont .cont-box .dd {
  width: 100%;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 0.25rem;
  font-size: var(--fz14);
  line-height: 1.7;
}

.index-wrap6 {
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 1.05rem 0 1.8rem;
  box-sizing: border-box;
}
.index-wrap6 .wrap6-tbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-wrap6 .wrap6-tbox .more-btn {
  width: 136px;
  height: 136px;
  display: block;
}
.index-wrap6 .wrap6-tbox .more-btn .more-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.index-wrap6 .wrap6-main {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-wrap6 .wrap6-main .wrap6-tool {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 0 0 0.4rem;
}
.index-wrap6 .wrap6-main .wrap6-tool.v2 {
  padding: 0 0.4rem 0 0;
}
.index-wrap6 .wrap6-main .wrap6-tool .swiper-button-prev,
.index-wrap6 .wrap6-main .wrap6-tool .swiper-button-next {
  position: static;
  margin: 0;
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 32px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/right_white.png");
}
.index-wrap6 .wrap6-main .wrap6-tool .swiper-button-prev::after,
.index-wrap6 .wrap6-main .wrap6-tool .swiper-button-next::after {
  opacity: 0 !important;
}
.index-wrap6 .wrap6-main .wrap6-tool .swiper-button-prev {
  transform: rotate(180deg);
}
.index-wrap6 .wrap6-main .wrap6-swiper {
  flex: 1;
  max-width: 1400px;
}
.index-wrap6 .wrap6-main .wrap6-swiper .swiper-slide {
  width: 20%;
}
.index-wrap6 .wrap6-main .swiper-item {
  width: 100%;
  position: relative;
}
.index-wrap6 .wrap6-main .swiper-item .pic-box {
  padding-top: calc(140/262*100%);
}

.notop {
  padding-top: 0 !important;
}

.product-page {
  width: 100%;
  background: #161616;
  position: relative;
  z-index: 5;
}
.product-page .product-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-page .product-wrap1 {
  width: 100%;
  max-width: 1317px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-100%);
}
.product-page .product-wrap1 .index-tbox .t-icons::after {
  filter: brightness(0) invert(1);
}
.product-page .product-wrap1 .index-tbox .t-icons .icon1::after {
  background-image: url("/phone/images/img_43.png");
}
.product-page .product-wrap1 .index-tbox .t-icons .i-t {
  color: #FFFFFF;
}
.product-page .product-wrap1 .bg {
  width: 100%;
}
.product-page .product-wrap1 .bg .bg-img {
  width: 100%;
  padding-top: calc(289/1317*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_6.png");
}
.product-page .product-wrap1 .wrap1-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 0 200px 0 calc((100vw - 1400px) / 2);
}
.product-page .product-wrap1 .wrap1-cont {
  width: 100%;
  color: #FFFFFF;
}
.product-page .product-wrap1 .wrap1-cont .tt {
  width: 100%;
  font-size: var(--fz48);
  line-height: 1.2;
  margin-top: 0.05rem;
}
.product-page .product-wrap1 .wrap1-cont .dd {
  width: 100%;
  font-size: var(--fz24);
  line-height: 1.55;
  margin-top: 0.25rem;
}
.product-page .product-wrap2 {
  width: 100%;
  background: #161616;
  padding: 1.2rem 0;
  position: relative;
}
.product-page .product-wrap2 .bg {
  width: 31.25%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-page .product-wrap2 .bg .bg-img {
  width: 100%;
  padding-top: calc(290/600*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_5.png");
}
.product-page .product-wrap2 .wrap2-main {
  width: 100%;
}
.product-page .product-wrap2 .wrap2-desc {
  width: 100%;
  max-width: 670px;
  margin: 0.3rem auto 0;
  color: #7F7F7F;
  font-size: var(--fz18);
  line-height: 1.85;
  text-align: center;
}
.product-page .product-wrap2 .wrap2-cont {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.product-page .product-wrap2 .wrap2-cont .item {
  width: calc((100% - 11px * 4) / 5);
  margin-right: 11px;
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-page .product-wrap2 .wrap2-cont .item:nth-child(5n) {
  margin-right: 0;
}
.product-page .product-wrap2 .wrap2-cont .item::after {
  content: "";
  width: 100%;
  height: calc(100% - 46px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 5px;
}
.product-page .product-wrap2 .wrap2-cont .item .pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #F18D00;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.product-page .product-wrap2 .wrap2-cont .item .pic .img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.product-page .product-wrap2 .wrap2-cont .item .line {
  width: 1px;
  height: 40px;
  background: #DCDCDC;
  margin: 0.2rem auto 0;
  position: relative;
  z-index: 2;
}
.product-page .product-wrap2 .wrap2-cont .item .cont {
  width: 100%;
  padding: 0.15rem 0.6rem 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  color: #191919;
  font-size: var(--fz22);
  line-height: 1.4;
  text-align: center;
}
.product-page .product-wrap3 {
  width: 100%;
  background: #161616;
  padding: 1.2rem 0;
}
.product-page .product-wrap3 .wrap3-main {
  width: 100%;
}
.product-page .product-wrap3 .wrap3-desc {
  width: 100%;
  max-width: 670px;
  margin: 0.3rem auto 0;
  color: #7F7F7F;
  font-size: var(--fz16);
  line-height: 1.85;
  text-align: center;
}
.product-page .product-wrap3 .wrap3-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.product-page .product-wrap3 .wrap3-cont .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  position: relative;
}
.product-page .product-wrap3 .wrap3-cont .item:hover .item-bg .item-bg-pic {
  transform: translate(-50%, -50%) scale(1.2);
}
.product-page .product-wrap3 .wrap3-cont .item:nth-child(3n) {
  margin-right: 0;
}
.product-page .product-wrap3 .wrap3-cont .item .item-bg {
  width: 100%;
  padding-top: calc(280/440*100%);
  overflow: hidden;
  position: relative;
}
.product-page .product-wrap3 .wrap3-cont .item .item-bg .item-bg-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.product-page .product-wrap3 .wrap3-cont .item .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 0.35rem;
  box-sizing: border-box;
}
.product-page .product-wrap3 .wrap3-cont .item .tbox .title {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.3rem 0 0.1rem;
}
.product-page .product-wrap3 .wrap3-cont .item .line {
  width: 55%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.product-page .product-wrap3 .wrap3-cont .item .line::after {
  content: "";
  width: 100%;
  padding-top: calc(10/242*100%);
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_3.png");
}
.product-page .product-wrap4 {
  width: 100%;
}
.product-page .product-wrap4 .wrap4-tbox {
  width: 100%;
  padding: 1.2rem 0 0.4rem;
  background: #F18D00;
}
.product-page .product-wrap4 .wrap4-main {
  width: 100%;
}
.product-page .product-wrap4 .wrap4-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-wrap4 .wrap4-cont .item {
  width: 50%;
  position: relative;
}
.product-page .product-wrap4 .wrap4-cont .item:hover .pic-box .img {
  transform: scale(1.2);
}
.product-page .product-wrap4 .wrap4-cont .item .pic-box {
  padding-top: calc(650/960*100%);
  transition: all 0.4s;
}
.product-page .product-wrap4 .wrap4-cont .item .item-abs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0.75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.6;
  text-align: center;
}
.product-page .product-wrap5 {
  width: 100%;
  background: #161616;
  padding: 1.2rem 0;
}
.product-page .product-wrap5 .wrap5-main {
  width: 100%;
}
.product-page .product-wrap5 .wrap5-cont {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  align-items: stretch;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-left {
  width: 49.5%;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-left:hover .wrap5-bg {
  transform: translate(-50%, -50%) scale(1.2);
}
.product-page .product-wrap5 .wrap5-cont .wrap5-left .wrap5-abs {
  width: 100%;
  padding-top: calc(550/695*100%);
}
.product-page .product-wrap5 .wrap5-cont .wrap5-left .wrap5-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right {
  flex: 1;
  height: auto;
  height: 590px;
  overflow-y: auto;
  padding-right: 2px;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  border-radius: 5px;
  transition: all 0.4s;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item:first-child {
  margin-top: 0;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item.on {
  background: #F18D00;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item.on .cont .cont-one {
  opacity: 0;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item.on .cont .cont-two {
  display: block;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item.on .more {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item.on .more .icon {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont {
  flex: 1;
  position: relative;
  min-height: 64px;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-one {
  width: 100%;
  min-height: 64px;
  padding: 0.2rem 0.35rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-one .nums {
  color: #6E6E6E;
  font-size: var(--fz18);
  margin-right: 10px;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-one .t {
  color: #2C2C2C;
  font-size: var(--fz18);
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-two {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 0.35rem;
  box-sizing: border-box;
  display: none;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-two .t {
  color: #FFFFFF;
  font-size: var(--fz30);
  line-height: 1.3;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-two .d {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.85;
  margin-top: 0.22rem;
  max-height: 150px;
  overflow-y: auto;
  padding-left: 10px;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .more {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.product-page .product-wrap5 .wrap5-cont .wrap5-right .item .more .icon {
  width: 17px;
  height: 11px;
  display: block;
  background-image: url("/phone/images/img_7.png");
  transition: all 0.4s;
}
.product-page .product-wrap6 {
  width: 100%;
  background: #161616;
  padding: 1.2rem 0;
}
.product-page .product-wrap6 .wrap6-main {
  width: 100%;
}
.product-page .product-wrap6 .wrap6-cont {
  width: 100%;
  margin-top: 0.4rem;
}
.product-page .product-wrap6 .wrap6-cont .item {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0 0 15px 15px;
  position: relative;
}
.product-page .product-wrap6 .wrap6-cont .item:first-child {
  margin-top: 0;
}
.product-page .product-wrap6 .wrap6-cont .item:nth-child(2n) .cont {
  flex-direction: row-reverse;
}
.product-page .product-wrap6 .wrap6-cont .item:nth-child(2n) .bg {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.product-page .product-wrap6 .wrap6-cont .item .bg {
  width: 88.5%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.product-page .product-wrap6 .wrap6-cont .item .bg::after {
  content: "";
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: calc(417/1241*100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("/phone/images/img_2.png");
}
.product-page .product-wrap6 .wrap6-cont .item .cont {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.product-page .product-wrap6 .wrap6-cont .item .cont .left {
  width: 48.5%;
  flex-shrink: 0;
}
.product-page .product-wrap6 .wrap6-cont .item .cont .left:hover .pic-box .img {
  transform: scale(1.2);
}
.product-page .product-wrap6 .wrap6-cont .item .cont .left .pic-box {
  padding-top: calc(650/960*100%);
  transition: all 0.4s;
}
.product-page .product-wrap6 .wrap6-cont .item .cont .right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.product-page .product-wrap6 .wrap6-cont .item .cont .right .right-cont {
  width: 100%;
  padding: 0.3rem 0;
}
.product-page .product-wrap6 .wrap6-cont .item .cont .right .right-cont .t {
  color: #2C2C2C;
  font-size: var(--fz48);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.product-page .product-wrap6 .wrap6-cont .item .cont .right .right-cont .d {
  color: #2C2C2C;
  font-size: var(--fz18);
  line-height: 2;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .product-wrap7 {
  width: 100%;
  background: #161616;
  padding: 1.2rem 0 1.5rem;
}
.product-page .product-wrap7 .wrap7-main {
  width: 100%;
}
.product-page .product-wrap7 .wrap7-cont {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.product-page .product-wrap7 .wrap7-cont .item {
  width: 20%;
  padding: 0.24rem 0.2rem 0.5rem;
  box-sizing: border-box;
  margin-top: 1.2rem;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page .product-wrap7 .wrap7-cont .item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page .product-wrap7 .wrap7-cont .item .pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.product-page .product-wrap7 .wrap7-cont .item .pic .img {
  width: 100%;
  height: 100%;
  display: block;
}
.product-page .product-wrap7 .wrap7-cont .item .t {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz18);
  margin-top: 0.24rem;
}
.product-page .product-wrap8 {
  width: 100%;
  background: #161616;
  padding: 1.2rem 0 1.5rem;
  background: #DCDCDC;
}
.product-page .product-wrap8.hadbg .page-title .t {
  color: #FFFFFF;
}
.product-page .product-wrap8.hadbg .page-title .line {
  background: #424242;
}
.product-page .product-wrap8.hadbg .wrap8-desc {
  color: #FFFFFF;
}
.product-page .product-wrap8.hadbg .wrap8-cont {
  color: #FFFFFF;
}
.product-page .product-wrap8 .page-title .t {
  color: #191919;
}
.product-page .product-wrap8 .page-title .line {
  background: rgba(66, 66, 66, 0.15);
}
.product-page .product-wrap8 .wrap8-main {
  width: 100%;
}
.product-page .product-wrap8 .wrap8-desc {
  width: 100%;
  text-align: center;
  color: #333232;
  font-size: var(--fz16);
  line-height: 1.85;
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.product-page .product-wrap8 .wrap8-cont {
  width: 100%;
  margin-top: 0.38rem;
  color: #333232;
  font-size: var(--fz16);
  line-height: 1.85;
}

.solution-class {
  width: 100%;
  position: relative;
  z-index: 2;
}
.solution-class .class-main {
  width: 100%;
  display: flex;
  align-items: center;
}
.solution-class .class-main .class-swiper {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.solution-class .class-main .swiper-slide {
  display: inline-flex !important;
  width: auto !important;
  padding-right: 0.7rem;
}
.solution-class .class-main .swiper-slide:last-child {
  padding-right: 0;
}
.solution-class .class-main .swiper-item {
  padding-top: 30px;
}
.solution-class .class-main .swiper-item.on .t {
  background: #F18D00;
  color: #FFFFFF;
}
.solution-class .class-main .swiper-item.on .t-box {
  opacity: 1;
}
.solution-class .class-main .swiper-item .t {
  width: auto;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  color: #7F7F7F;
  border-radius: 3px;
  background: transparent;
  font-size: var(--fz16);
}
.solution-class .class-main .swiper-item .t-box {
  width: 100%;
  opacity: 0;
}
.solution-class .class-main .swiper-item .t-box .t-line {
  width: 2px;
  height: 16px;
  background: #FFFFFF;
  opacity: 0.15;
  margin: 5px auto 0;
}
.solution-class .class-main .swiper-item .t-box .t-round {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #F18D00;
  background: transparent;
  margin: 4px auto 0;
}

.solution-page {
  width: 100%;
}
.solution-page .solution-main {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -6px;
}
.solution-page .solution-main .solution-box {
  width: 100%;
  min-height: 550px;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solution-page .solution-main .solution-box .cont {
  width: 100%;
}
.solution-page .solution-main .solution-box .cont .t {
  color: #FFFFFF;
  font-size: var(--fz30);
  line-height: 1.4;
}
.solution-page .solution-main .solution-box .cont .d {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2.2;
  margin-top: 4px;
}
.solution-page .solution-main .solution-list {
  width: 100%;
  padding-top: 0.2rem;
}
.solution-page .solution-main .solution-list .item {
  width: 100%;
  margin-top: 0.6rem;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
}
.solution-page .solution-main .solution-list .item:hover .left .img {
  transform: scale(1.2);
}
.solution-page .solution-main .solution-list .item .left {
  width: 370px;
  flex-shrink: 0;
  overflow: hidden;
}
.solution-page .solution-main .solution-list .item .left .img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .item .right {
  flex: 1;
  padding: 0.35rem 0.4rem 0.4rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.solution-page .solution-main .solution-list .item .right .tbox {
  width: 100%;
}
.solution-page .solution-main .solution-list .item .right .tbox .t {
  color: #191919;
  font-size: var(--fz36);
  line-height: 1.3;
}
.solution-page .solution-main .solution-list .item .right .tbox .d {
  color: #7F7F7F;
  font-size: var(--fz16);
  line-height: 2;
  margin-top: 0.2rem;
}
.solution-page .solution-main .solution-list .item .right .more {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.solution-page .solution-main .solution-list .item .right .more .m-t {
  color: #333232;
  font-size: var(--fz14);
}
.solution-page .solution-main .solution-list .item .right .more .m-icon {
  width: 30px;
  height: 30px;
  background: #F18D00;
  border-radius: 50%;
  position: relative;
  margin-left: 11px;
}
.solution-page .solution-main .solution-list .item .right .more .m-icon::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url("/phone/images/img_9.png");
  width: 13px;
  height: 10px;
}

.service-page .service-main {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0 1.3rem;
}
.service-page .service-main .service-list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item {
  width: 31%;
  margin-right: 3.5%;
  position: relative;
  transition: all 0.4s;
  margin-bottom: 0.7rem;
}
.service-page .service-main .service-list .service-item:nth-child(3n) {
  margin-right: 0;
}
.service-page .service-main .service-list .service-item::after {
  content: "";
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
  background: linear-gradient(45deg, #F18D00, #FFC778);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.service-page .service-main .service-list .service-item .cont {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0 0 0.3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item .cont .service-img {
  height: 82px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item .cont .service-img .img {
  display: block;
  height: 100%;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item .cont .title {
  margin-top: 0.22rem;
  background-color: #FFFFFF;
  padding: 0.12rem 0 0.12rem 0.2rem;
  line-height: 1.7;
  box-sizing: border-box;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-page .service-main .service-list .service-item .cont .title .t {
  color: #333333;
  font-weight: 550;
  font-size: var(--fz18);
  margin-right: 10px;
}
.service-page .service-main .service-list .service-item .cont .title .d {
  color: #F18D00;
  font-size: var(--fz18);
  opacity: 0.5;
}
.service-page .service-main .service-list .service-item .cont .desc {
  margin-top: 0.27rem;
  width: 100%;
  box-sizing: border-box;
  color: #666666;
  line-height: 1.8;
  background-color: #FFFFFF;
  padding: 0.18rem 0.2rem;
  min-height: 152px;
  flex: 1;
  transition: all 0.4s;
}

.video-main {
  width: 100%;
  padding-bottom: 1.6rem;
}
.video-main .main-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-main .main-box .item {
  width: calc((100% - 0.4rem) / 2);
  background: #FFFFFF;
  display: block;
  margin-top: 0.8rem;
}
.video-main .main-box .item:hover .pic-box .img {
  transform: scale(1.2);
}
.video-main .main-box .item .pic-box {
  width: 100%;
  padding-top: calc(270/580*100%);
  transition: all 0.4s;
}
.video-main .main-box .item .cont {
  width: 100%;
  padding: 0.3rem 0.4rem 0.3rem;
  box-sizing: border-box;
}
.video-main .main-box .item .cont .t {
  color: #191919;
  font-size: var(--fz22);
  line-height: 1.3;
}
.video-main .main-box .item .cont .time {
  color: #616161;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.2rem;
}

.down-page {
  width: 100%;
}
.down-page .down-main {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.down-page .down-main .a-title {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

/* =========

	下载中心

 ========= */
.download-bg {
  padding-top: 0.6rem;
}

.download-bg .dl-clsss {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.download-bg .dl-clsss .word {
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
  font-size: 0.16rem;
  color: #F18D00;
  height: 40px;
  line-height: 40px;
  min-width: 240px;
  background-color: #e6e7e9;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

.download-bg .dl-clsss .word:after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #F18D00 #F18D00 transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  transition: all 0.4s;
}

.download-bg .dl-clsss[data-on=on] .word:after {
  margin-top: -5px;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  /* IE 9 */
  -moz-transform: rotate(225deg);
  /* Firefox */
  -webkit-transform: rotate(225deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(225deg);
  /* Opera */
}

.download-bg .dl-clsss .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #e6e7e9;
  z-index: 11;
  display: none;
}

.download-bg .dl-clsss .sub .sub-a {
  display: block;
  font-size: 0.16rem;
  color: #000;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}

/*下载列表*/
.download-bg .download-list .lid {
  width: calc((100% - 0.3rem) / 2);
  float: left;
  margin-right: 0.3rem;
  position: relative;
  padding-left: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #e6e7e9;
  margin-bottom: 0.3rem;
  color: #444444;
}

.download-bg .download-list .lid:nth-child(2n) {
  margin-right: 0;
}

.download-bg .download-list .lid .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
  background-image: url("/phone/images/dico_08.png");
}

@media only screen and (min-width: 601px) {
  .download-bg .dl-clsss .sub .sub-a:hover {
    background-color: #F18D00;
    color: #fff;
  }

  .download-bg .download-list .lid:hover {
    background-color: #F18D00;
    color: #fff;
  }

  .download-bg .download-list .lid:hover .ico {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 1360px) {
  .download-bg {
    padding-bottom: 65px;
  }

  .download-bg .download-list .lid {
    padding-left: 80px;
    height: 80px;
    line-height: 80px;
  }

  .download-bg .download-list .lid .ico {
    left: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .download-bg {
    padding-bottom: 45px;
  }

  .download-bg .download-list .lid {
    padding-left: 70px;
    height: 70px;
    line-height: 70px;
  }

  .download-bg .download-list .lid .ico {
    left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .download-bg {
    padding-bottom: 3%;
  }

  .download-bg .dl-clsss {
    margin-bottom: 3%;
  }

  .download-bg.sview .download-list .lid {
    margin-bottom: 3%;
  }

  .download-bg .download-list .lid {
    padding-left: 60px;
    height: 60px;
    line-height: 60px;
  }

  .download-bg .download-list .lid .ico {
    width: 26px;
    height: 26px;
    left: 20px;
    margin-top: -13px;
  }
}
@media only screen and (max-width: 800px) {
  .download-bg .download-list .lid {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
  }

  .download-bg .download-list .lid .ico {
    left: 15px;
  }
}
.search-page {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0;
}
.search-page .search-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-bottom: 2px;
}
.search-page .search-input {
  flex: 1;
  height: 48px;
  line-height: 1;
  background-color: transparent;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.search-page .search-btn {
  width: 128px;
  height: 48px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #F18D00;
  margin-left: 0.3rem;
}

.news-line {
  width: 100%;
  margin-top: -6px;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.3;
}

.news-list .lin {
  display: block;
}

.news-list .lin .main {
  position: relative;
  display: block;
  padding: 0.6rem 0;
  max-width: 800px;
}

.news-list .lin .main .body {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.news-list .lin .main .body .datebox {
  width: 180px;
  margin-right: 60px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  text-align: right;
}

.news-list .lin .main .body .datebox .date {
  color: #F18D00;
  font-family: "ziti2";
  line-height: 1;
}

.news-list .lin .main .body .datebox .year {
  color: #ffffff;
  font-family: "ziti2";
  padding-right: 10px;
  margin-top: 6px;
}

.news-list .lin .main .body .right {
  width: calc(100% - 240px);
}

.news-list .lin .main .body .right .title {
  color: #fff;
  margin-bottom: 0.16rem;
}

.news-list .lin .main .body .right .demo {
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list .lin .main .jt {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: 60px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.news-list .lin .main .jt:before {
  content: "";
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #FFFFFF transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.news-list .lin .main .jt:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 601px) {
  .news-list .lin:hover {
    background-color: #F18D00;
  }

  .news-list .lin:hover .main .body {
    transform: translate3d(-20%, 0, 0);
  }

  .news-list .lin:hover .main .jt {
    opacity: 1;
    visibility: visible;
    transform: translate(100%, -50%);
  }

  .news-list .lin:hover .main .body .datebox .year {
    color: #FFFFFF;
  }

  .news-list .lin:hover .main .body .datebox .date {
    color: #FFFFFF;
  }

  .news-list .lin:hover .main .body .right .title {
    color: #FFFFFF;
  }

  .news-list .lin:hover .main .body .right .demo {
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 1360px) {
  .news-list .lin .main {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .news-list .lin .main {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .news-list .lin .main {
    padding: 3% 0;
  }

  .news-list .lin .main .body .datebox {
    margin-right: 30px;
  }

  .news-list .lin .main .body .right {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 800px) {
  .news-list .lin .main .body .datebox {
    width: 110px;
    margin-right: 3%;
  }

  .news-list .lin .main .body .right {
    width: calc(97% - 110px);
  }
}
@media only screen and (max-width: 768px) {
  .news-list .lin .main .body .datebox {
    width: 96px;
    margin-right: 3%;
  }

  .news-list .lin .main .body .right {
    width: calc(97% - 96px);
  }
}
@media only screen and (max-width: 414px) {
  .news-list .lin .main .body {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .news-list .lin .main .body .datebox {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 1%;
  }

  .news-list .lin .main .body .datebox .date {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 3%;
  }

  .news-list .lin .main .body .datebox .year {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 0;
  }

  .news-list .lin .main .body .right {
    width: 100%;
  }

  .news-list .lin .main .body .right .demo {
    color: rgba(255, 255, 255, 0.6);
  }
}
.newsview-page {
  width: 100%;
  min-height: 50vh;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
.newsview-page .news-main {
  width: 100%;
  padding-bottom: 1.5rem;
}
.newsview-page .news-main.vnew2 {
  padding-top: 0.5rem;
}
.newsview-page .news-main.vnew3 {
  padding-top: 0.8rem;
}
.newsview-page .news-main .n-title {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.newsview-page .news-main .n-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.newsview-page .news-main .n-time .t {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  text-align: center;
}
.newsview-page .news-main .n-time .share {
  display: inline-flex;
  margin-left: 10px;
  align-items: center;
}
.newsview-page .news-main .n-time .share .t {
  padding-right: 4px;
}
.newsview-page .news-main .n-time .share .social-share-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: 6px;
  font-size: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.newsview-page .news-main .n-time .share .social-share-icon:hover {
  background: transparent !important;
  color: #F18D00 !important;
}
.newsview-page .news-main .n-desc {
  width: 100%;
  margin-top: 0.6rem;
}
.newsview-page .news-main .n-desc .video-box {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  padding-top: calc(562/1000*100%);
  margin-bottom: 0.5rem;
}
.newsview-page .news-main .n-desc .video-box .video-abs {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.newsview-page .news-main .n-desc .video-box .video-demo {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.newsview-page .news-main .n-desc .cont {
  width: 100%;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}

/* =========

	通用上下页

 ========= */
.allpage {
  font-size: 0;
  margin-top: 0.5rem;
}

.allpage .all-item {
  width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.allpage .item {
  width: 100%;
  height: 38px;
  line-height: 38px;
  transition: all 0.4s;
}

.allpage .item.prev {
  padding-right: 70px;
  text-align: right;
}

.allpage .item.next {
  padding-left: 70px;
  text-align: left;
}

.allpage .item .word {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: var(--fz16);
  color: #cbcbcb;
  font-family: "ziti2";
  position: relative;
}

.allpage .item.prev .word {
  padding-left: 40px;
}

.allpage .item.prev .word:before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #a2a5a8 transparent transparent #a2a5a8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}

.allpage .item.prev .word:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #a2a5a8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.allpage .item.next .word {
  padding-right: 40px;
}

.allpage .item.next .word:before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #a2a5a8 transparent transparent #a2a5a8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -moz-transform: rotate(135deg);
  /* Firefox */
  -webkit-transform: rotate(135deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(135deg);
  /* Opera */
}

.allpage .item.next .word:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #a2a5a8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 601px) {
  .allpage .item:hover {
    background-color: #F18D00;
  }

  .allpage .item:hover .word {
    color: #fff;
  }

  .allpage .item.prev:hover .word:before {
    border-color: #fff transparent transparent #fff;
  }

  .allpage .item.prev:hover .word:after {
    background-color: #fff;
  }

  .allpage .item.next:hover .word:before {
    border-color: #fff transparent transparent #fff;
  }

  .allpage .item.next:hover .word:after {
    background-color: #fff;
  }
}
.about-page {
  width: 100%;
}
.about-page .about-wrap {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap2 {
  width: 100%;
  position: relative;
}
.about-page .about-wrap2 .wrap2-tbox {
  width: 100%;
  max-width: 723px;
  position: relative;
}
.about-page .about-wrap2 .wrap2-tbox .tbox-bg {
  width: 100%;
  padding-top: calc(150/723*100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_13.png");
}
.about-page .about-wrap2 .wrap2-tbox .tbox-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  padding-left: calc((100vw - 1400px) / 2);
}
.about-page .about-wrap2 .wrap2-main {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left {
  flex: 1;
  padding: 1rem 1rem 0.8rem 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left .t {
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left .wrap2-class-swiper {
  width: 100%;
  height: auto !important;
  max-height: 320px;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left .wrap2-class-swiper .swiper-slide {
  width: 100%;
  height: auto !important;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left .wrap2-class-swiper .swiper-item {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 2.3;
  display: flex;
  align-items: flex-start;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left .wrap2-class-swiper .swiper-item.on {
  color: #F18D00;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left .wrap2-class-swiper .swiper-item .r {
  padding-right: 10px;
  font-weight: bolder;
}
.about-page .about-wrap2 .wrap2-main .wrap2-left .wrap2-class-swiper .swiper-item .v {
  flex: 1;
  overflow: hidden;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right {
  width: 700px;
  flex-shrink: 0;
  height: 750px;
  position: relative;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .wrap2-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .wrap2-swiper.on {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  pointer-events: visible;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .swiper-slide {
  width: 100%;
  height: auto !important;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .swiper-item {
  padding: 0.55rem 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: start;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .swiper-item .year {
  color: #FFFFFF;
  font-size: var(--fz30);
  flex-shrink: 0;
  width: 80px;
  margin-right: 0.7rem;
  line-height: 1.1;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .swiper-item .list {
  flex: 1;
  overflow: hidden;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .swiper-item .list .li-i {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 2;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .swiper-item .list .li-i .r {
  color: #F18D00;
  padding-right: 10px;
}
.about-page .about-wrap2 .wrap2-main .wrap2-right .swiper-item .list .li-i .t {
  flex: 1;
  overflow: hidden;
}
.about-page .about-wrap3 {
  width: 100%;
  padding: 1.2rem 0;
}
.about-page .about-wrap3 .wrap3-main {
  width: 100%;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont {
  width: 100%;
  margin-top: 0.4rem;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item {
  width: 25%;
  transition: all 0.4s;
  position: relative;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item:nth-child(4n) .bg {
  border-right: none;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item.on .bg {
  border-right: none;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item.on .bg .bg-box {
  opacity: 1;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item.on .cont .pic .icon {
  filter: none;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .bg {
  width: 100%;
  background: rgba(241, 141, 0, 0.7);
  padding-top: calc(550/350*100%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .bg .bg-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .bg .bg-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .cont {
  width: 100%;
  height: 100%;
  padding: 2rem 0.3rem 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .cont .pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .cont .pic .icon {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  filter: brightness(0) invert(1);
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .cont .tt {
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.35;
  text-align: center;
  margin-top: 0.3rem;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .list .item .cont .dd {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2;
  text-align: center;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .line {
  width: 444px;
  height: 35px;
  margin: -16px auto 0;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_14.png");
}
.about-page .about-wrap4 {
  width: 100%;
  padding: 1.2rem 0;
  background: #E6E6E6;
}
.about-page .about-wrap4 .wrap4-main {
  width: 100%;
}
.about-page .about-wrap4 .wrap4-main .cont {
  width: 100%;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.4rem;
}
.about-page .about-wrap5 {
  width: 100%;
  padding: 1.2rem 0 1.3rem;
  background: #E6E6E6;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.about-page .about-wrap5 .wrap5-main {
  width: 100%;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-tool {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 0 0 0.4rem;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-tool.v2 {
  padding: 0 0.4rem 0 0;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-tool .swiper-button-prev,
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-tool .swiper-button-next {
  position: static;
  margin: 0;
  font-size: 0;
  padding: 0;
  width: 16px;
  height: 28px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/right.png");
  display: block;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-tool .swiper-button-prev::after,
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-tool .swiper-button-next::after {
  opacity: 0 !important;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-tool .swiper-button-prev {
  transform: rotate(180deg);
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-swiper {
  flex: 1;
  max-width: 1400px;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .wrap5-swiper .swiper-slide {
  width: 25%;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .swiper-item {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.about-page .about-wrap5 .wrap5-main .wrap5-cont .swiper-item .pic-box {
  padding-top: calc(340/328*100%);
}
.about-page .about-wrap5 .wrap5-main .swiper-pagination {
  width: 100%;
  position: static;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap5 .wrap5-main .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.4s;
}
.about-page .about-wrap5 .wrap5-main .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 4px;
}
.about-page .about-wrap5 .wrap5-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F18D00;
}
.about-page .about-wrap6 {
  width: 100%;
  padding-bottom: 1.2rem;
  position: relative;
  background: #161616;
  border-radius: 50px 0 0 0;
  position: relative;
  z-index: 5;
  margin-top: -50px;
}
.about-page .about-wrap6 .wrap6-bg1 {
  width: 100%;
  max-width: 698px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about-page .about-wrap6 .wrap6-bg1::after {
  content: "";
  width: 100%;
  padding-top: calc(570/698*100%);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_12.png");
}
.about-page .about-wrap6 .wrap6-bg2 {
  width: 80%;
  max-width: 1506px;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1;
}
.about-page .about-wrap6 .wrap6-bg2::after {
  content: "";
  width: 100%;
  padding-top: calc(568/1506*100%);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_11.png");
}
.about-page .about-wrap6 .container {
  z-index: 5;
}
.about-page .about-wrap6 .wrap1-container {
  width: 100%;
  position: relative;
  z-index: 5;
  transform: translateY(-25px);
}
.about-page .about-wrap6 .wrap1-main {
  width: 100%;
  padding-bottom: 0.9rem;
  box-sizing: border-box;
  position: relative;
}
.about-page .about-wrap6 .wrap1-main .wrap1-numbox {
  width: 100%;
  padding-left: 43%;
}
.about-page .about-wrap6 .wrap1-main .wrap1-numbox .tmp-tow {
  width: auto;
  display: flex;
}
.about-page .about-wrap6 .wrap1-main .video-box {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  padding-top: calc(800/1600*100%);
  margin-top: 0.4rem;
}
.about-page .about-wrap6 .wrap1-main .video-box .video-abs {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap6 .wrap1-main .video-box .video-demo {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.about-page .about-wrap6 .wrap1-main2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-page .about-wrap6 .wrap1-main2 .w-left {
  flex-shrink: 0;
  margin-right: 0.5rem;
  max-width: 470px;
}
.about-page .about-wrap6 .wrap1-main2 .w-left .d {
  color: #F18D00;
  font-size: var(--fz36);
  line-height: 1.3;
  margin-top: 0.3rem;
}
.about-page .about-wrap6 .wrap1-main2 .cont {
  flex: 1;
  max-width: 710px;
  color: #7F7F7F;
  font-size: var(--fz16);
  line-height: 2.1;
}
.about-page .about-wrap6 .wrap6-main {
  width: 100%;
}
.about-page .about-wrap6 .wrap6-main .wrap6-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}
.about-page .about-wrap6 .wrap6-main .wrap6-info .info-left {
  flex-shrink: 0;
  padding: 72px 3.78rem 0 0.9rem;
  box-sizing: border-box;
}
.about-page .about-wrap6 .wrap6-main .wrap6-info .info-left .icon_box {
  width: 122px;
  height: 122px;
}
.about-page .about-wrap6 .wrap6-main .wrap6-info .info-left .icon {
  width: 100%;
  height: 100%;
  display: block;
}
.about-page .about-wrap6 .wrap6-main .wrap6-info .info-right {
  flex: 1;
  padding-right: 0.7rem;
  box-sizing: border-box;
  color: #FFFFFF;
  padding-top: 0.2rem;
}
.about-page .about-wrap6 .wrap6-main .wrap6-info .info-right .tt {
  color: #FFFFFF;
  font-size: var(--fz30);
  line-height: 1.35;
}
.about-page .about-wrap6 .wrap6-main .wrap6-info .info-right .d {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2.2;
  margin-top: 0.2rem;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item {
  width: calc((100% - (13px * 3)) / 4);
  margin-right: 13px;
  margin-top: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item:nth-child(4n) {
  margin-right: 0;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item .cont {
  width: 100%;
  flex: 1;
  padding: 0.35rem;
  box-sizing: border-box;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item .cont .tt {
  color: #191919;
  font-size: var(--fz22);
  line-height: 1.35;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item .cont .d {
  margin-top: 0.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 0.2rem;
  min-height: 150px;
  color: #616161;
  font-size: var(--fz14);
  line-height: 2.1;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item .more-box {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 0.35rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item .more-box .m-t {
  color: #191919;
  font-size: var(--fz14);
}
.about-page .about-wrap6 .wrap6-main .wrap6-list .item .more-box .m-icon {
  width: 24px;
  height: auto;
  display: block;
}
.about-page .about-wrap7 {
  width: 100%;
  padding: 1.2rem 0;
  background: #111111;
}
.about-page .about-wrap7 .wrap7-main {
  width: 100%;
}
.about-page .about-wrap7 .wrap7-cont {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table {
  width: 100%;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  color: #191919;
  font-size: var(--fz16);
  padding: 0.15rem 0;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li.on {
  background: #F18D00;
  color: #FFFFFF;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li {
  display: flex;
  align-items: center;
  padding-left: 0.35rem;
  box-sizing: border-box;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li.td1 {
  flex: 1;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li.td2 {
  width: 300px;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li.td3 {
  width: 200px;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li.td4 {
  width: 200px;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li.td5 {
  padding: 0;
  justify-content: center;
  width: 120px;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li .c {
  color: #F18D00;
  font-size: var(--fz14);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-li .td-li .c.on {
  color: #696969;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .list {
  width: 100%;
  margin-top: 10px;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item:nth-child(2n) .tr-li {
  background: #F5F5F5;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item .tr-cont {
  width: 100%;
  display: none;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item .tr-cont .cont-box {
  width: 100%;
  background: #FAFAFA;
  border-top: 1px solid #E6E6E6;
  padding: 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item .tr-cont .cont-box .left-hide {
  max-width: 700px;
  color: #616161;
  font-size: var(--fz16);
  line-height: 1.85;
  font-weight: 550;
  display: none;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item .tr-cont .cont-box .left-cont {
  flex: 1;
  max-width: 700px;
  color: #616161;
  font-size: var(--fz16);
  line-height: 1.85;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item .tr-cont .cont-box .right-cont {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item .tr-cont .cont-box .right-cont .r-t {
  color: #191919;
  font-size: var(--fz16);
  line-height: 1;
}
.about-page .about-wrap7 .wrap7-cont .wrap7-table .tr-item .tr-cont .cont-box .right-cont .r-b {
  min-width: 270px;
  height: 50px;
  line-height: 50px;
  background: #F18D00;
  border-radius: 5px;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  margin-top: 0.28rem;
}
.about-page .about-wrap8 {
  width: 100%;
  padding: 1.2rem 0;
  background: #161616;
}
.about-page .about-wrap8.ab-v3 {
  background-image: url("/phone/images/img_18.png");
}
.about-page .about-wrap8.ab-v2 {
  padding-top: 0;
}
.about-page .about-wrap8 .wrap8-one {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  box-sizing: border-box;
}
.about-page .about-wrap8 .wrap8-one .one-main {
  width: 100%;
  padding: 0.9rem 0;
  box-sizing: border-box;
}
.about-page .about-wrap8 .wrap8-one .one-main .dd {
  width: 100%;
  max-width: 1170px;
  margin: 0.4rem auto 0;
  box-sizing: border-box;
  color: #C2C1C1;
  font-size: var(--fz16);
  line-height: 1.8;
  text-align: center;
}
.about-page .about-wrap8 .wrap8-two {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap8 .wrap8-two.v2 {
  margin-top: -60px;
}
.about-page .about-wrap8 .wrap8-two .two-list {
  width: 100%;
  background: #F18D00;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 0.45rem 0.45rem;
  box-sizing: border-box;
  position: relative;
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item:nth-child(3n)::after {
  opacity: 0;
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item::after {
  content: "";
  width: 1px;
  height: calc(100% - 0.9rem);
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item .pic-item {
  padding: 0.3rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item .pic-item .img {
  width: 64px;
  height: auto;
  display: block;
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item .cont {
  width: 100%;
  padding: 0.4rem 0;
  box-sizing: border-box;
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item .cont .tt {
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.4;
}
.about-page .about-wrap8 .wrap8-two .two-list .two-item .cont .d {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2.1;
  margin-top: 0.15rem;
}
.about-page .about-wrap8 .wrap8-two .two-form {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-left {
  flex-shrink: 0;
  max-width: 250px;
  margin-right: 0.4rem;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-left .tt {
  color: #FFFFFF;
  font-size: var(--fz36);
  line-height: 1.2;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-left .dd {
  color: #C2C1C1;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 12px;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right {
  flex: 1;
  max-width: 920px;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item:first-child {
  margin-bottom: 0;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item.vbtn {
  margin-top: 40px;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item.v50 {
  width: 50%;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-label {
  padding-left: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  flex-shrink: 0;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-label .l-t {
  width: 110px;
  font-size: var(--fz16);
  line-height: 1.4;
  color: #FFFFFF;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-label .l-t .red {
  color: #FF0000;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont {
  flex: 1;
  display: flex;
  align-items: center;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .c {
  color: #4C4B4B;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .form-three {
  width: calc((100% - (13px * 2)) / 3);
  margin-right: 13px;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .form-three:nth-child(3n) {
  margin-right: 0;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .vfinput {
  width: 100%;
  padding: 0 0.2rem;
  height: 60px;
  line-height: 60px;
  font-size: var(--fz16);
  background: #ECECEC;
  color: #4C4B4B;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .vfinput::placeholder {
  color: #4C4B4B;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .vtext {
  width: 100%;
  height: 200px;
  line-height: 1.8;
  padding: 0.15rem 0.2rem;
  font-size: var(--fz16);
  background: #ECECEC;
  color: #4C4B4B;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .vtext::placeholder {
  color: #4C4B4B;
}
.about-page .about-wrap8 .wrap8-two .two-form .form-right .form-box .form-item .form-cont .f-btn {
  width: 310px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F18D00;
  color: #FFFFFF;
  font-size: var(--fz24);
}

.contactform-main {
  width: 100%;
  position: relative;
  z-index: 3;
}
.contactform-main .contactform-bg1 {
  width: 77.5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateY(-0.35rem);
}
.contactform-main .contactform-bg1 .bg1-box {
  width: 100%;
  height: 100%;
}
.contactform-main .contactform-bg1 .bg-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_39.png");
}
.contactform-main .contactform-bg2 {
  width: 34.5%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.contactform-main .contactform-bg2 .bg2-box {
  width: 100%;
  height: 100%;
}
.contactform-main .contactform-bg2 .bg-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_40.png");
}
.contactform-main .contactform-box {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 0.4rem 0 0.8rem;
}
.contactform-main .contactform-box .contactform-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left {
  width: 950px;
  flex-shrink: 0;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-title {
  width: 100%;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz36);
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-btn {
  width: 124px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.94rem;
  margin-left: -30px;
  background-image: url("/phone/images/img_41.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-btn .t {
  color: #191919;
  font-size: 550;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fz16);
  padding-left: 30px;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-line {
  width: 48px;
  height: 40px;
  position: relative;
  margin-top: 0.84rem;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-line::after {
  content: "";
  width: 130%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
  bottom: 21px;
  z-index: 2;
  transform: rotate(136deg);
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-item {
  display: flex;
  align-items: center;
  width: calc((100% - (0.43rem * 2)) / 3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.36rem;
  margin-right: 0.43rem;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-item.mt2 {
  margin-top: 0.84rem;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-item.item-v2 {
  flex: 1;
  margin-right: 0;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-item:nth-child(3n) {
  margin-right: 0;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-item .t {
  color: #FFFFFF;
  font-weight: 550;
  flex-shrink: 0;
}
.contactform-main .contactform-box .contactform-wrap .contactform-left .contact-form .contact-item .contact-input {
  flex: 1;
  height: 40px;
  line-height: 1;
  padding: 0 14px;
  color: #FFFFFF;
  font-weight: 550;
}
.contactform-main .contactform-box .contactform-wrap .contactform-right {
  flex: 1;
  padding-top: 0.25rem;
  max-width: 146px;
}
.contactform-main .contactform-box .contactform-wrap .contactform-right .tt {
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.5;
}
.contactform-main .contactform-box .contactform-wrap .contactform-right .down-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  margin-top: 0.3rem;
}
.contactform-main .contactform-box .contactform-wrap .contactform-right .down-box::after {
  content: "";
  width: 26px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/img_42.png");
}
.contactform-main .contactform-box .contactform-wrap .contactform-right .down-box::before {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px dashed #DCDCDC;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 960px) {
  .vtool-select .dl-clsss .sub::-webkit-scrollbar {
    width: 2px;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-track {
    background-color: #2E2B2B;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-two .d::-webkit-scrollbar {
    width: 2px;
  }
  .product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-two .d::-webkit-scrollbar-track {
    background-color: #FFFFFF;
  }
  .product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-two .d::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .product-page .product-wrap5 .wrap5-cont .wrap5-right .item .cont .cont-two .d::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .product-page .product-wrap5 .wrap5-cont .wrap5-right::-webkit-scrollbar {
    width: 2px;
  }
  .product-page .product-wrap5 .wrap5-cont .wrap5-right::-webkit-scrollbar-track {
    background-color: #FFFFFF;
  }
  .product-page .product-wrap5 .wrap5-cont .wrap5-right::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .product-page .product-wrap5 .wrap5-cont .wrap5-right::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .product-page .product-wrap6 .wrap6-cont .item .cont .right .right-cont .d::-webkit-scrollbar {
    width: 2px;
  }
  .product-page .product-wrap6 .wrap6-cont .item .cont .right .right-cont .d::-webkit-scrollbar-track {
    background-color: #2E2B2B;
  }
  .product-page .product-wrap6 .wrap6-cont .item .cont .right .right-cont .d::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .product-page .product-wrap6 .wrap6-cont .item .cont .right .right-cont .d::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}