@charset "UTF-8";
:root {
  --navheight: 110px;
  --navigation: 70px;
  --posiheight:66px;
  --zoom: 1;
}

@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: translateX(-50%) translateY(-4px);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
  100% {
    transform: translateX(-50%) translateY(-4px);
  }
}
div[id^=baidu_jsapi_watermark] {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.donghua {
  transition: all 0.5s !important;
}

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

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-title {
  width: auto;
  color: #222222;
}
.page-title.center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title .t {
  display: inline-block;
  font-size: var(--fz36);
  line-height: 1;
  font-weight: 550;
  position: relative;
}
.page-title .t::after {
  content: "";
  width: 8px;
  height: 5px;
  background: #E60012;
  position: absolute;
  top: 2px;
  right: -28px;
  z-index: 2;
}
.page-title .t::before {
  content: "";
  width: 8px;
  height: 5px;
  background: #DCDCDC;
  position: absolute;
  top: 9px;
  right: -28px;
  z-index: 2;
}

.product-page .page-title {
  width: auto;
  color: #fff;
  min-height: 140px;
  background: url(/phone/images/icon30.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 29px;
}
.product-page .page-title .t::after {
  content: "";
  background: #FFF;
}
.product-page .page-title .t::before {
  content: "";
  background: #FFF;
  opacity: 0.45;
}

.page-btn {
  width: 185px;
  height: 45px;
  background: #D30011;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 75%, 92% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 75%, 92% 100%, 0% 100%);
  transition: all 0.4s;
}
.page-btn:hover {
  transform: translateX(10px);
}
.page-btn.all {
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 75%, 97.5% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 75%, 97.5% 100%, 0% 100%);
}
.page-btn.white {
  background: #FFFFFF;
}
.page-btn.white .b-left {
  border-color: #FFFFFF;
  background: #D30011;
}
.page-btn.white .b-left::after {
  filter: brightness(0) invert(1);
}
.page-btn.white .b-right {
  color: #D30011;
}
.page-btn .b-left {
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  border: 2px solid #D30011;
  flex-shrink: 0;
  position: relative;
}
.page-btn .b-left::after {
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  background-image: url("/phone/images/icon4.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-btn .b-right {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
}

.link-v {
  transform: translateY(calc(var(--navheight) * -1.5));
}

.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;
  height: 48px;
  line-height: 48px;
  background: #F2F3F5;
  cursor: pointer;
  display: block;
  color: #343333;
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #C2C2C2;
  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: #fafbfc;
  z-index: 11;
  display: none;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #343333;
  padding: 0 14px;
  height: 42px;
  line-height: 42px;
  transition: all 0.4s;
}
.vtool-select .dl-clsss .sub .sub-a:hover {
  background: #F2F3F5;
}
.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);
}

.temp-wrap1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.temp-wrap1 .right-item {
  width: 50%;
  padding-left: 0.4rem;
  margin: 0.2rem 0;
  position: relative;
}
.temp-wrap1 .right-item::after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #CDCDCD;
  z-index: 1;
}
.temp-wrap1 .right-item .tt {
  color: #D30011;
  font-weight: 550;
  font-size: var(--fz30);
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
}
.temp-wrap1 .right-item .tt .big {
  font-size: var(--fz52);
  line-height: 1;
}
.temp-wrap1 .right-item .dd {
  color: #222222;
  font-size: var(--fz18);
  line-height: 1.8;
  margin-top: 5px;
}

.temp-wrap2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.temp-wrap2 .temp-item {
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
  margin-top: 20px;
  box-shadow: 0 0.18rem 0.22rem rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  padding: 0.4rem 0.15rem 0.3rem 0.2rem;
  box-sizing: border-box;
}
.temp-wrap2 .temp-item:nth-child(4n) {
  margin-right: 0;
}
.temp-wrap2 .temp-item .ttt {
  color: #585858;
  font-size: var(--fz16);
  line-height: 1;
}
.temp-wrap2 .temp-item .t-bot {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: 0.2rem;
  justify-content: space-between;
}
.temp-wrap2 .temp-item .t-bot .num-box {
  color: #D30011;
  font-weight: 550;
  font-size: var(--fz30);
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  white-space: nowrap;
}
.temp-wrap2 .temp-item .t-bot .num-box .big {
  font-size: var(--fz52);
  line-height: 1;
}
.temp-wrap2 .temp-item .t-bot .bot-icon {
  width: 82px;
}
.temp-wrap2 .temp-item .t-bot .bot-icon .pic-box {
  width: 100%;
  padding-top: calc(77 / 82 * 100%);
}

.temp-wrap3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.temp-wrap3 .temp-item {
  margin-right: 0.5rem;
}
.temp-wrap3 .temp-item:last-child {
  margin-right: 0;
}
.temp-wrap3 .temp-item .tt {
  color: #222222;
  font-size: var(--fz46);
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.temp-wrap3 .temp-item .tt .big {
  font-size: var(--fz72);
  line-height: 1;
}
.temp-wrap3 .temp-item .dd {
  color: #888888;
  font-size: var(--fz16);
  line-height: 1;
  margin-top: 10px;
}

.pagination-box {
  padding-top: 0.8rem;
}
.pagination-box .page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-box .page-box .dian {
  margin-left: 5px;
}
.pagination-box .page-box .btn {
  width: 48px;
  height: 48px;
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171717;
  font-size: var(--fz18);
  transition: all 0.4s;
  background-color: transparent;
  border: #dcdcdc 1px solid;
  border-radius: 4px;
}
.pagination-box .page-box .btn:not(:first-child) {
  margin-left: 8px;
}
.pagination-box .page-box .btn.next, .pagination-box .page-box .btn.prev {
  font-family: "simsun";
}
.pagination-box .page-box .btn.on {
  background: #E60012;
  border-color: #E60012;
  color: #FFFFFF;
}
.pagination-box .page-box .btn.on::after {
  filter: brightness(0) invert(1);
}
.pagination-box .page-box .btn.null {
  position: relative;
}
.pagination-box .page-box .btn.null span {
  opacity: 0.5;
}
.pagination-box .page-box .select {
  display: none !important;
}
.pagination-box .page-box .f-right {
  display: none !important;
}

.banner-page {
  width: 100%;
  padding-top: calc(700 / 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 .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.banner-page .banner-box .banner-main {
  width: 100%;
}
.banner-page .banner-box .banner-main.v2 .b-t .en-ttt {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0.3rem;
}
.banner-page .banner-box .banner-main.v2 .b-t .b-ttt {
  text-align: left;
}
.banner-page .banner-box .banner-main .b-t .en-ttt {
  color: #E60012;
  font-size: var(--fz16);
  line-height: 1;
  font-weight: 550;
  text-align: center;
  margin-bottom: 0.3rem;
}
.banner-page .banner-box .banner-main .b-t .b-ttt {
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1;
  font-weight: 550;
  text-align: center;
}

.navigation-custom {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-left: calc((100% - 1500px) / 2);
  box-sizing: border-box;
  margin-top: calc(-1 * var(--navigation));
}
.navigation-custom .navigation-main {
  width: 100%;
  height: var(--navigation);
  background: rgba(6, 6, 6, 0.25);
  display: flex;
  align-items: center;
}
.navigation-custom .navigation-main .navigation-home {
  width: var(--navigation);
  height: var(--navigation);
  flex-shrink: 0;
  position: relative;
  background: #D30011;
}
.navigation-custom .navigation-main .navigation-home::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon23.png");
}
.navigation-custom .navigation-main .box {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.navigation-custom .navigation-main .box .box-a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  height: var(--navigation);
  color: #E6E6E6;
  font-size: var(--fz16);
  line-height: 1;
  position: relative;
}
.navigation-custom .navigation-main .box .box-a:last-child::after {
  opacity: 0;
}
.navigation-custom .navigation-main .box .box-a::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #CBCBCB;
  opacity: 0.35;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.navtop-child {
  position: fixed;
  top: calc(var(--navheight));
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #F2F3F5;
  overflow: hidden;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, 50px);
}
.navtop-child .child-bg {
  width: 100%;
  max-width: 807px;
  height: 270px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon17.png");
}
.navtop-child .child-main2 {
  width: 100%;
  padding: 0.25rem 0 0.7rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.navtop-child .child-main2 .item2-box {
  width: calc((100% - (0.4rem * 3)) / 4);
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
.navtop-child .child-main2 .item2-box:nth-child(4n) {
  margin-right: 0;
}
.navtop-child .child-main2 .item2-box .tbox {
  width: 100%;
  color: #222222;
  font-size: var(--fz24);
  line-height: 1;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}
.navtop-child .child-main2 .item2-box .tbox .img_logo {
  width: var(--fz36);
  height: var(--fz36);
  object-fit: contain;
}
.navtop-child .child-main2 .item2-box .tchild {
  width: 100%;
  padding-top: 0.1rem;
}
.navtop-child .child-main2 .item2-box .tchild .child-li {
  width: 100%;
  display: block;
  color: #7A7A7A;
  font-size: var(--fz16);
  line-height: 1.4;
  margin-top: 15px;
}
.navtop-child .child-main2 .item2-box .tchild .child-li .c {
  color: #E60012;
  padding-right: 8px;
  font-weight: 700;
}
.navtop-child .child-main1 {
  width: 100%;
  padding: 5px 0 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navtop-child .child-main1 .item1-box {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.navtop-child .child-main1 .item1 {
  width: auto;
  min-width: 100px;
  height: 40px;
  background: #F2F3F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #7A7A7A;
  transition: all 0.4s;
  position: relative;
}
.navtop-child .child-main1 .item1::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  opacity: 0;
}
.navtop-child .child-main1 .item1:hover {
  background: #D30011;
  color: #FFFFFF;
}
.navtop-child .child-main1 .item1:hover::after {
  opacity: 1;
}

.navtop-custom {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}
.navtop-custom.navtop-rel {
  position: sticky;
}
.navtop-custom.on, .navtop-custom:hover, .navtop-custom.navtop-black, .navtop-custom.navtop-rel {
  background: #FFFFFF;
}
.navtop-custom.on .navtop-main, .navtop-custom:hover .navtop-main, .navtop-custom.navtop-black .navtop-main, .navtop-custom.navtop-rel .navtop-main {
  border-color: rgba(0, 0, 0, 0.15);
}
.navtop-custom.on .navtop-main .navtop-logo, .navtop-custom:hover .navtop-main .navtop-logo, .navtop-custom.navtop-black .navtop-main .navtop-logo, .navtop-custom.navtop-rel .navtop-main .navtop-logo {
  border-color: rgba(0, 0, 0, 0.15);
}
.navtop-custom.on .navtop-main .navtop-logo .logo, .navtop-custom:hover .navtop-main .navtop-logo .logo, .navtop-custom.navtop-black .navtop-main .navtop-logo .logo, .navtop-custom.navtop-rel .navtop-main .navtop-logo .logo {
  background-image: url(/phone/images/logo2.png);
}
.navtop-custom.on .navtop-main .navtop-search, .navtop-custom:hover .navtop-main .navtop-search, .navtop-custom.navtop-black .navtop-main .navtop-search, .navtop-custom.navtop-rel .navtop-main .navtop-search {
  border-color: rgba(0, 0, 0, 0.15);
}
.navtop-custom.on .navtop-main .navtop-ul .navtop-li .li-box, .navtop-custom:hover .navtop-main .navtop-ul .navtop-li .li-box, .navtop-custom.navtop-black .navtop-main .navtop-ul .navtop-li .li-box, .navtop-custom.navtop-rel .navtop-main .navtop-ul .navtop-li .li-box {
  color: #222222;
}
.navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before, .navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before, .navtop-custom.navtop-black .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom.navtop-black .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before, .navtop-custom.navtop-rel .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom.navtop-rel .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  background: #E60012;
}
.navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line, .navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line, .navtop-custom.navtop-black .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line, .navtop-custom.navtop-rel .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  width: 100%;
  height: 2px;
  background: #E60012;
  transition: all 0.4s;
}
.navtop-custom.on .navtop-main .navtop-tool, .navtop-custom:hover .navtop-main .navtop-tool, .navtop-custom.navtop-black .navtop-main .navtop-tool, .navtop-custom.navtop-rel .navtop-main .navtop-tool {
  background: #F2F3F5;
}
.navtop-custom.on .navtop-main .navtop-search, .navtop-custom:hover .navtop-main .navtop-search, .navtop-custom.navtop-black .navtop-main .navtop-search, .navtop-custom.navtop-rel .navtop-main .navtop-search {
  border-left: 1px solid rgba(255, 255, 255, 0);
}
.navtop-custom .navtop-main {
  width: 100%;
  height: var(--navheight);
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.navtop-custom .navtop-main .navtop-logo {
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.navtop-custom .navtop-main .navtop-logo .logo {
  width: 120px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/logo.png");
}
.navtop-custom .navtop-main .navtop-right-mobile {
  display: none;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  transition: all 0.4s;
  margin-left: 6px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::before {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #E60012;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon {
  width: 30px;
  height: 24px;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .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;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: calc((100vh / var(--zoom)));
  padding-top: var(--navheight);
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(100%);
  z-index: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  transition: all 0.4s;
  border-top: 1px solid rgba(55, 138, 209, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  background-color: #FFFFFF;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search {
  width: 94%;
  margin: 0 auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-input {
  flex: 1;
  height: 100%;
  line-height: 1;
  color: #666666;
  padding: 0 14px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 70px;
  height: 40px;
  flex-shrink: 0;
  background-color: #E60012;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 18px;
  height: 18px;
  background-image: url("/phone/images/icon5.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn {
  width: 40px;
  height: 30px;
  background-color: #F5F6F8;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #151515;
  color: #FFFFFF;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon {
  padding: 0.6rem;
  position: relative;
  transition: all 0.4s;
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon.on::after {
  transform: translateY(-50%) rotate(90deg);
  margin-top: 3px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .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 #E60012;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #666666;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v1-box {
  width: 100%;
  height: 56px;
  line-height: 1;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  box-sizing: border-box;
  color: #151515;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 200px - 90px - 25px - 60px);
}
.navtop-custom .navtop-main .navtop-ul:hover::after {
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-ul::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: var(--navheight);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li {
  position: relative;
  height: 100%;
  padding: 0 0.25rem;
  cursor: pointer;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li:hover .navtop-child {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translate(-50%, 0%);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li:hover .li-box {
  color: #E60012;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li:hover .li-box .t .t-line {
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li.on .li-box {
  color: #E60012;
  font-weight: 550;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li.on .li-box .t .t-line {
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box {
  height: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t .t-tt {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t .t-line {
  width: 100%;
  height: 2px;
  background: #E60012;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-tool {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0.25rem;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-search {
  width: var(--navheight);
  height: 100%;
  position: relative;
  transition: all 0.4s;
  flex-shrink: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.navtop-custom .navtop-main .navtop-search:hover .navtop-search-form {
  transform: translateX(0px) translateY(0);
  opacity: 1;
  visibility: visible;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box {
  width: 100%;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box .search-icon {
  width: 18px;
  height: 18px;
  background-image: url("/phone/images/icon5.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form {
  width: auto;
  position: absolute;
  right: 30%;
  top: calc(100% -1px);
  transform: translateX(0px) translateY(20px);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding-top: 20px;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .navtop-search-box {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: white;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sinput {
  width: 250px;
  height: 100%;
  line-height: 1;
  padding: 0 14px;
  box-sizing: border-box;
  color: #343333;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sbtn {
  width: 80px;
  height: 48px;
  line-height: 48px;
  background: #E60012;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sbtn .search-icon2 {
  width: 18px;
  height: 18px;
  background-image: url("/phone/images/icon5.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

.footer-custom {
  width: 100%;
  background: #121212;
}
.footer-custom .footer-main {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.footer-custom .footer-main .footer-left {
  flex-shrink: 0;
  max-width: 400px;
}
.footer-custom .footer-main .footer-left .logo {
  width: 130px;
  height: 54px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/logo.png");
}
.footer-custom .footer-main .footer-left .contact-text {
  margin-top: 0.3rem;
  color: #777777;
  font-size: var(--fz14);
  line-height: 1.6;
}
.footer-custom .footer-main .footer-left .img-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-custom .footer-main .footer-left .img-box .img-item {
  width: 112px;
  margin-top: 0.3rem;
  margin-right: 0.3rem;
}
.footer-custom .footer-main .footer-left .img-box .img-item .img {
  width: 100%;
  padding-top: calc(1000 / 1000 * 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-custom .footer-main .footer-left .img-box .img-item .tt {
  color: #777777;
  font-size: var(--fz14);
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
.footer-custom .footer-main .footer-right {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer-custom .footer-main .footer-right .cont-list {
  display: flex;
  align-items: flex-start;
}
.footer-custom .footer-main .footer-right .cont-list .cont-item {
  margin-left: 0.4rem;
}
.footer-custom .footer-main .footer-right .cont-list .cont-item .cont-li {
  width: 100%;
  color: #FFFFFF;
  line-height: 1;
  font-size: var(--fz18);
}
.footer-custom .footer-main .footer-right .cont-list .cont-item .cont-child {
  padding-top: 0.15rem;
}
.footer-custom .footer-main .footer-right .cont-list .cont-item .cont-child .child-li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.15rem;
}
.footer-custom .footer-main .footer-right .cont-list .cont-item .cont-child .child-li:hover .text {
  color: #FFFFFF;
}
.footer-custom .footer-main .footer-right .cont-list .cont-item .cont-child .child-li .text {
  color: #777777;
  font-size: var(--fz14);
  line-height: 1.5;
  max-width: 200px;
  min-width: 150px;
}
.footer-custom .footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
  box-sizing: border-box;
}
.footer-custom .footer-copyright .copyright-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-custom .footer-copyright .copyright-cont {
  flex: 1;
  color: #777777;
  font-size: var(--fz14);
  line-height: 1.5;
}
.footer-custom .footer-firend {
  width: 240px;
  flex-shrink: 0;
  margin-left: 0.5rem;
  position: relative;
}
.footer-custom .footer-firend .firend-box {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #121212;
  border: 1px solid #353535;
}
.footer-custom .footer-firend .firend-box.on .firend-more::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.footer-custom .footer-firend .firend-box .firend-text {
  flex: 1;
  height: 48px;
  line-height: 48px;
  color: #777777;
  font-size: var(--fz14);
  padding: 0 16px;
}
.footer-custom .footer-firend .firend-box .firend-more {
  width: 48px;
  height: 48px;
  background: #121212;
  flex-shrink: 0;
  position: relative;
}
.footer-custom .footer-firend .firend-box .firend-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 10px;
  height: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon4.png");
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer-custom .footer-firend .firend-list {
  width: 100%;
  height: auto;
  max-height: 300px;
  position: absolute;
  bottom: 110%;
  left: 0;
  z-index: 2;
  background: #121212;
  overflow-y: auto;
  display: none;
  border: 1px solid #353535;
}
.footer-custom .footer-firend .firend-list .firend-li {
  width: 100%;
  line-height: 1.7;
  padding: 12px 20px;
  border-bottom: 1px solid #353535;
  color: rgba(255, 255, 255, 0.35);
  transition: all 0.4s;
}
.footer-custom .footer-firend .firend-list .firend-li:hover {
  color: white;
}
.footer-custom .footer-firend .firend-list .firend-li:last-child {
  border-bottom: none;
}

.contact-wrap {
  width: 100%;
}
.contact-wrap .container {
  padding: 0.8rem 0 1rem;
  box-sizing: border-box;
}
.contact-wrap .contact-form {
  width: 100%;
}
.contact-wrap .contact-form .page-btn {
  margin: 0.4rem auto 0;
}
.contact-wrap .contact-form .contact-ccmain {
  width: 100%;
}
.contact-wrap .contact-form .contact-cont {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.contact-wrap .contact-form .contact-item {
  width: calc((100% - 0.3rem * 2) / 3);
  margin-right: 0.3rem;
  margin-top: 0.3rem;
}
.contact-wrap .contact-form .contact-item:nth-child(3n) {
  margin-right: 0;
}
.contact-wrap .contact-form .contact-item.v2 {
  width: 100%;
  margin-right: 0;
}
.contact-wrap .contact-form .contact-item.v2 .item-cont {
  padding: 16px 0;
  flex-direction: column;
}
.contact-wrap .contact-form .contact-item.v2 .item-cont .label {
  line-height: 1.6;
  width: 100%;
}
.contact-wrap .contact-form .contact-item.v3 {
  width: 100%;
  margin-right: 0;
}
.contact-wrap .contact-form .contact-item .item-cont {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contact-wrap .contact-form .contact-item .item-cont .label {
  line-height: 1;
  color: #7A7A7A;
  font-size: var(--fz14);
  padding-left: 15px;
}
.contact-wrap .contact-form .contact-item .item-cont .label .c {
  color: #D30011;
}
.contact-wrap .contact-form .contact-item .item-cont .contact-input {
  min-width: 0;
  flex: 1;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  color: #333333;
  min-height: 0;
  font-size: var(--fz14);
}
.contact-wrap .contact-form .contact-item .item-cont .contact-textarea {
  width: 100%;
  height: 150px;
  padding: 0 15px;
  color: #333333;
  line-height: 1.6;
  border-radius: 4px;
  font-size: var(--fz14);
  background: transparent;
  margin-top: 5px;
}
.contact-wrap .contact-form .contact-item .item-cont .contact-textarea::placeholder {
  color: #C5C5C5;
}

.case-page {
  width: 100%;
}
.case-page .case-wrap {
  width: 100%;
  padding: 0.5rem 0 1.4rem;
}
.case-page .case-wrap .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-page .case-wrap .list .item {
  width: calc((100% - (0.3rem * 2)) / 3);
  margin-right: 0.3rem;
  margin-top: 0.5rem;
}
.case-page .case-wrap .list .item:nth-child(3n) {
  margin-right: 0;
}
.case-page .case-wrap .list .item .item-cont {
  width: 100%;
}
.case-page .case-wrap .list .item:hover .pic-box img {
  transform: scale(1.1);
}
.case-page .case-wrap .list .item .pic-box {
  padding-top: calc(320 / 480 * 100%);
}
.case-page .case-wrap .list .item .cont {
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
}
.case-page .case-wrap .list .item .cont::after {
  content: "";
  width: 50%;
  height: 23px;
  background: #F5F5F5;
  position: absolute;
  top: -22px;
  right: 0;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%);
}
.case-page .case-wrap .list .item .cont .tt1 {
  color: #222222;
  font-weight: 550;
  font-size: var(--fz30);
  line-height: 1;
}
.case-page .case-wrap .list .item .cont .tt2 {
  margin-top: 0.25rem;
  height: 45px;
}
.case-page .case-wrap .list .item .cont .tt2 .t {
  color: #494949;
  font-size: var(--fz16);
  line-height: 1.6;
}
.case-page .case-wrap .list .item .cont .page-btn {
  margin-top: 0.5rem;
}

.caseview-page {
  width: 100%;
}
.caseview-page .caseview-wrap1 {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background: #EEF0F3;
}
.caseview-page .caseview-wrap1 .wrap1-cont {
  width: 100%;
  display: flex;
  align-items: center;
}
.caseview-page .caseview-wrap1 .wrap1-cont .wrap1-left {
  flex: 1;
  overflow: hidden;
}
.caseview-page .caseview-wrap1 .wrap1-cont .wrap1-left .rich-text {
  width: 100%;
  margin-top: 0.4rem;
  color: #494949;
  font-size: var(--fz16);
  line-height: 1.8;
}
.caseview-page .caseview-wrap1 .wrap1-cont .wrap1-right {
  width: 50%;
  flex-shrink: 0;
  margin-left: 0.9rem;
}
.caseview-page .caseview-wrap1 .wrap1-cont .wrap1-right:hover .pic-box img {
  transform: scale(1.1);
}
.caseview-page .caseview-wrap1 .wrap1-cont .wrap1-right .pic-box {
  padding-top: calc(426 / 750 * 100%);
}
.caseview-page .caseview-wrap2 {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background: #FFFFFF;
}
.caseview-page .caseview-wrap2 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.caseview-page .caseview-wrap2 .list .item {
  width: calc((100% - (0.5rem * 2)) / 3);
  height: 130px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.caseview-page .caseview-wrap2 .list .item:nth-child(3n) {
  margin-right: 0;
}
.caseview-page .caseview-wrap2 .list .item .item-cont {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseview-page .caseview-wrap2 .list .item .item-cont .icon {
  width: 60px;
  height: auto;
  display: block;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.caseview-page .caseview-wrap2 .list .item .item-cont .text {
  flex: 1;
  overflow: hidden;
  color: #505050;
  font-size: var(--fz18);
  line-height: 1.6;
}
.caseview-page .caseview-wrap3 {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.caseview-page .caseview-wrap3 .wrap3-cont {
  width: 100%;
  margin-top: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.caseview-page .caseview-wrap3 .wrap3-cont .swiper-button-prev,
.caseview-page .caseview-wrap3 .wrap3-cont .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background-image: url("/phone/images/icon1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
  flex-shrink: 0;
}
.caseview-page .caseview-wrap3 .wrap3-cont .swiper-button-prev::after,
.caseview-page .caseview-wrap3 .wrap3-cont .swiper-button-next::after {
  opacity: 0;
}
.caseview-page .caseview-wrap3 .wrap3-cont .swiper-button-next {
  transform: rotate(180deg);
}
.caseview-page .caseview-wrap3 .wrap3-cont .wrap3-main {
  flex: 1;
  max-width: 1280px;
  margin: 0 0.5rem;
  overflow: hidden;
}
.caseview-page .caseview-wrap3 .wrap3-cont .wrap3-main .wrap3-swiper {
  width: 100%;
}
.caseview-page .caseview-wrap3 .wrap3-cont .wrap3-main .swiper-slide {
  width: calc((100% - (30px * 2)) / 3);
}
.caseview-page .caseview-wrap3 .wrap3-cont .wrap3-main .swiper-item {
  width: 100%;
}
.caseview-page .caseview-wrap3 .wrap3-cont .wrap3-main .swiper-item:hover .pic-box img {
  transform: scale(1.1);
}
.caseview-page .caseview-wrap3 .wrap3-cont .wrap3-main .swiper-item .pic-box {
  padding-top: calc(285 / 620 * 100%);
}
.caseview-page .caseview-wrap3 .wrap3-cont .wrap3-main .swiper-item .text {
  width: 100%;
  padding: 0.28rem 0.3rem;
  box-sizing: border-box;
  color: #222222;
  font-size: var(--fz24);
  line-height: 1;
  background: #FFFFFF;
  text-align: center;
}
.caseview-page .caseview-wrap4 {
  width: 100%;
  padding: 0.8rem 0;
  background: #FFFFFF;
}
.caseview-page .caseview-wrap4 .wrap4-cont {
  width: 100%;
  margin-top: 0.3rem;
}
.caseview-page .caseview-wrap4 .wrap4-cont .wrap4-swiper {
  width: 100%;
}
.caseview-page .caseview-wrap4 .wrap4-cont .swiper-slide {
  width: calc((100% - (45px * 3)) / 4);
}
.caseview-page .caseview-wrap4 .wrap4-cont .swiper-item {
  width: 100%;
}
.caseview-page .caseview-wrap4 .wrap4-cont .swiper-item .swiper-pic {
  width: 100%;
  border-radius: 10px;
  background: #E0E1E4;
  border: 8px solid #E0E1E4;
  overflow: hidden;
}
.caseview-page .caseview-wrap4 .wrap4-cont .swiper-item:hover .pic-box img {
  transform: scale(1.1);
}
.caseview-page .caseview-wrap4 .wrap4-cont .swiper-item .pic-box {
  padding-top: calc(276 / 326 * 100%);
  border-radius: 10px;
}
.caseview-page .caseview-wrap4 .wrap4-cont .swiper-item .text {
  width: 100%;
  box-sizing: border-box;
  color: #323232;
  font-size: var(--fz18);
  line-height: 1;
  text-align: center;
  margin-top: 0.25rem;
}
.caseview-page .caseview-wrap5 {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.caseview-page .caseview-wrap5 .container {
  border-top: 1px solid #DADADA;
}

.about-page {
  width: 100%;
}
.about-page .normal_text {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.5;
  margin: 0.32rem auto 0;
}
.about-page .about-wrap1 {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap1 .wrap1-title {
  width: 100%;
  color: #222222;
  font-size: var(--fz36);
  line-height: 1;
  text-align: center;
  font-weight: 550;
}
.about-page .about-wrap1 .list {
  width: 100%;
  padding-top: 0.4rem;
}
.about-page .about-wrap1 .list.hasContent {
  padding-top: 0.2rem;
}
.about-page .about-wrap2 {
  width: 100%;
  background: #FFFFFF;
  padding: 0.8rem 0;
  box-sizing: border-box;
  position: relative;
}
.about-page .about-wrap2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #F2F3F5;
  -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 10% 100%, 0 29%);
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 10% 100%, 0 29%);
}
.about-page .about-wrap2 .wrap2-container {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-right: 60px;
  padding-left: calc((100% - 1500px) / 2);
  display: flex;
  align-items: flex-start;
}
.about-page .about-wrap2 .wrap2-container .wrap2-left {
  flex: 1;
  overflow: hidden;
}
.about-page .about-wrap2 .wrap2-container .wrap2-left .rich-text {
  width: 100%;
  color: #585858;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 1rem;
}
.about-page .about-wrap2 .wrap2-container .wrap2-right {
  width: 57.57%;
  flex-shrink: 0;
  position: relative;
  margin-left: 0.8rem;
}
.about-page .about-wrap2 .wrap2-container .wrap2-right .right-cont {
  width: 100%;
  position: relative;
  padding-top: calc(580 / 950 * 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.about-page .about-wrap2 .wrap2-container .wrap2-right .play-abs {
  width: 98px;
  height: 98px;
  background: rgba(211, 0, 17, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-page .about-wrap2 .wrap2-container .wrap2-right .play-abs::after {
  content: "";
  width: 29px;
  height: 34px;
  background-image: url("/phone/images/icon2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-page .about-wrap3 {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap3 .wrap3-main {
  width: 100%;
  margin-top: 0.8rem;
}
.about-page .about-wrap3 .wrap3-main .wrap3-box {
  width: 100%;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont {
  display: none;
  align-items: flex-start;
  justify-content: center;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont.on {
  display: flex;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .count {
  color: #C9C9C9;
  font-size: 1.5rem;
  line-height: 0.8;
  font-weight: 550;
  flex-shrink: 0;
  position: relative;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .count::after {
  content: "";
  width: 17px;
  height: 17px;
  background: #D30011;
  position: absolute;
  top: 10px;
  left: -40px;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .cont {
  flex: 1;
  max-width: 400px;
  margin-left: 1.2rem;
  box-sizing: border-box;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .cont .tt {
  color: #D30011;
  font-size: var(--fz24);
  line-height: 1.2;
  font-weight: 550;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .cont .line {
  width: 43px;
  height: 3px;
  background: #E5E5E5;
  margin-top: 14px;
}
.about-page .about-wrap3 .wrap3-main .wrap3-cont .cont .dd {
  margin-top: 0.3rem;
  font-size: var(--fz16);
  line-height: 1.6;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress {
  width: 100%;
  height: 18px;
  border-radius: 10px;
  margin-top: 0.8rem;
  position: relative;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .progress-swiper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .progress-swiper .swiper-wrapper {
  position: relative;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .progress-swiper .a {
  min-width: 100%;
  height: 18px;
  background: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  border-radius: 10px;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .progress-swiper .fly {
  width: 85px;
  height: 34px;
  position: absolute;
  top: 2px;
  z-index: 5;
  left: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon18.png");
  transform: translateX(-42px);
  transition: all 0.4s;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide {
  width: 200px !important;
  padding-top: 10px;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.isone {
  width: 100px !important;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.isone .swiper-item .progress-box {
  border-radius: 10px 0 0 10px;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.islast {
  width: 260px !important;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.islast .swiper-item .progress-box {
  border-radius: 0 10px 10px 0;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.islast .swiper-item .pro-abs {
  right: 60px;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.hadone {
  width: 100px !important;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.hadone .swiper-item .progress-box {
  border-radius: 10px !important;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide.on .swiper-item .progress-box::after {
  width: 100%;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide .swiper-item {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  transition: all 0.4s;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide .swiper-item .progress-box {
  width: 100%;
  height: 18px;
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide .swiper-item .progress-box::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #D30011;
  transition: all 0.4s;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide .swiper-item .pro-abs {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 2;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide .swiper-item .pro-abs .round {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 2px solid #DDDDDD;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide .swiper-item .pro-abs .round::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #E60012;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about-page .about-wrap3 .wrap3-main .wrap3-progress .swiper-slide .swiper-item .pro-abs .yesr {
  text-align: center;
  color: #747474;
  font-size: var(--fz24);
  line-height: 1;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about-page .about-wrap3 .wrap3-main .wrap3-tool {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap3 .wrap3-main .wrap3-tool .tool-item {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid #FFFFFF;
  position: relative;
}
.about-page .about-wrap3 .wrap3-main .wrap3-tool .tool-item.next {
  background: #FFFFFF;
  transform: rotate(180deg);
}
.about-page .about-wrap3 .wrap3-main .wrap3-tool .tool-item::after {
  content: "";
  width: 21px;
  height: 17px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon8.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-page .about-wrap4 {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap4 .wrap4-hot {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap4 .wrap4-hot .item {
  width: 148px;
  height: 575px;
  background: #F2F2F2;
  margin-left: 2px;
  transition: all 0.5s;
  position: relative;
  flex-grow: 1;
}
.about-page .about-wrap4 .wrap4-hot .item:first-child {
  margin-left: 0;
}
.about-page .about-wrap4 .wrap4-hot .item.on {
  width: calc(100% - (148px * 3) - (2px * 3));
}
.about-page .about-wrap4 .wrap4-hot .item.on .item-bg {
  opacity: 1;
}
.about-page .about-wrap4 .wrap4-hot .item.on::after {
  opacity: 1;
}
.about-page .about-wrap4 .wrap4-hot .item.on .item-cont {
  padding: 0.6rem 0.65rem 0.35rem;
}
.about-page .about-wrap4 .wrap4-hot .item.on .item-cont .item-top .tt {
  color: #FFFFFF;
  justify-content: flex-start;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-size: var(--fz30);
}
.about-page .about-wrap4 .wrap4-hot .item.on .item-cont .item-top .dd {
  display: block;
}
.about-page .about-wrap4 .wrap4-hot .item.on .item-cont .icon {
  margin: 0 0 0 auto;
  filter: brightness(0) invert(1);
}
.about-page .about-wrap4 .wrap4-hot .item .item-bg {
  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;
}
.about-page .about-wrap4 .wrap4-hot .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
}
.about-page .about-wrap4 .wrap4-hot .item .item-cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.35rem 0;
  box-sizing: border-box;
}
.about-page .about-wrap4 .wrap4-hot .item .item-cont .item-top {
  width: 100%;
}
.about-page .about-wrap4 .wrap4-hot .item .item-cont .item-top .tt {
  width: 100%;
  color: #222222;
  font-size: var(--fz24);
  line-height: 1.2;
  font-weight: 550;
  writing-mode: vertical-rl;
  /* 从右到左的竖排 */
  text-orientation: upright;
  /* 文本方向为直立 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap4 .wrap4-hot .item .item-cont .item-top .dd {
  display: none;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.6;
  margin-top: 0.2rem;
  height: 100px;
  overflow: hidden;
}
.about-page .about-wrap4 .wrap4-hot .item .item-cont .icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.about-page .about-wrap4 .wrap4-list {
  width: 100%;
  margin-top: 1.3rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-page .about-wrap4 .wrap4-list .item {
  width: 33.333%;
  padding: 0 0.5rem 0.7rem 0.3rem;
  box-sizing: border-box;
  border-left: 1px solid #E6E6E6;
}
.about-page .about-wrap4 .wrap4-list .item .icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap4 .wrap4-list .item .tt {
  color: #222222;
  font-size: var(--fz24);
  line-height: 1.3;
  font-weight: 550;
  margin-top: 0.2rem;
}
.about-page .about-wrap4 .wrap4-list .item .dd {
  color: #585858;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.3rem;
}
.about-page .about-wrap5 {
  width: 100%;
  padding: 0.8rem 0 2px;
  box-sizing: border-box;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.about-page .about-wrap5 .class-text {
  width: 100%;
  margin-top: 0.62rem;
  margin-bottom: 0.7rem;
}
.about-page .about-wrap5 .class-text.hastext1 {
  margin-bottom: 0.3rem;
}
.about-page .about-wrap5 .normal_text {
  margin: 0.35rem auto;
}
.about-page .about-wrap5 .hot-store {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.about-page .about-wrap5 .hot-store .item {
  width: calc((100% - (0.6rem * 2)) / 3);
  margin-right: 0.6rem;
  vertical-align: top;
  margin-bottom: 0.8rem;
}
.about-page .about-wrap5 .hot-store .item:nth-child(3n) {
  margin-right: 0;
}
.about-page .about-wrap5 .hot-store .item .item-cont {
  width: 100%;
  background: #FFFFFF;
  padding: 26px;
  height: 100%;
}
.about-page .about-wrap5 .hot-store .item .item-cont .pic-box {
  width: 100%;
  padding-top: calc(258 / 408 * 100%);
}
.about-page .about-wrap5 .hot-store .item .item-cont .tt {
  width: 100%;
  color: #D30011;
  font-size: var(--fz18);
  font-weight: 550;
  line-height: 1.3;
  margin-top: 26px;
}
.about-page .about-wrap5 .hot-store .item .item-cont .dd {
  color: #707070;
  font-size: var(--fz14);
  line-height: 1.6;
  min-height: 50px;
  margin-top: 10px;
}
.about-page .about-wrap5 .all-store {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-wrap5 .all-store .store-box {
  width: calc((100% - 0.6rem) / 2);
  vertical-align: top;
  padding: 0.4rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.about-page .about-wrap5 .all-store .store-box::after {
  content: "";
  width: 120px;
  height: 4px;
  background: #D30011;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap5 .all-store .store-box:nth-child(2n) {
  margin-left: 0.6rem;
}
.about-page .about-wrap5 .all-store .store-box .store-left {
  flex-shrink: 0;
  min-width: 120px;
  width: 43%;
}
.about-page .about-wrap5 .all-store .store-box .store-left .t {
  color: #222222;
  font-size: var(--fz24);
  font-weight: 550;
  line-height: 1;
}
.about-page .about-wrap5 .all-store .store-box .store-right {
  flex: 1;
  overflow: hidden;
}
.about-page .about-wrap5 .all-store .store-box .store-right .store-li {
  display: block;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  color: #585858;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 8px;
  position: relative;
}
.about-page .about-wrap5 .all-store .store-box .store-right .store-li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E60012;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.about-page .about-wrap5 .all-store .store-box .store-right .store-li:first-child {
  margin-top: 0;
}
.about-page .about-wrap6 {
  width: 100%;
  padding: 0.8rem 0 1.3rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap6 .text-tips {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.3rem;
}
.about-page .about-wrap6 .wrap6-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.about-page .about-wrap6 .wrap6-main .swiper-button-prev,
.about-page .about-wrap6 .wrap6-main .swiper-button-next {
  width: 31px;
  height: 22px;
  position: static !important;
  margin: 0;
  padding: 0;
  background-image: url("/phone/images/icon3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
}
.about-page .about-wrap6 .wrap6-main .swiper-button-prev::after,
.about-page .about-wrap6 .wrap6-main .swiper-button-next::after {
  opacity: 0;
}
.about-page .about-wrap6 .wrap6-main .swiper-button-next {
  transform: rotate(180deg);
}
.about-page .about-wrap6 .wrap6-main .wrap6-cont {
  max-width: 1336px;
  flex: 1;
  overflow: hidden;
  margin: 0 0.5rem;
}
.about-page .about-wrap6 .wrap6-main .wrap6-cont .wrap6-swiper {
  width: 100%;
  height: 356px;
}
.about-page .about-wrap6 .wrap6-main .wrap6-cont .swiper-slide {
  height: calc((100% - (28px * 2)) / 3) !important;
}
.about-page .about-wrap6 .wrap6-main .wrap6-cont .swiper-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-banner {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.product-banner .page-btn1e {
  position: absolute;
  background: #1E1E1E;
  top: 0.3rem;
  right: 1.6rem;
}
.product-banner .page-btn1e .b-left {
  border: 2px solid #1E1E1E;
}
.product-banner .page-btn1e .b-left::after {
  background: #1e1e1e;
  mask-image: url(/phone/images/icon4.png);
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.product-banner .banner-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-banner .banner-main .banner-left {
  flex: 1;
  overflow: hidden;
  max-width: 500px;
}
.product-banner .banner-main .banner-left .tt {
  color: #000000;
  font-size: var(--fz36);
  line-height: 1.3;
}
.product-banner .banner-main .banner-left .dd {
  color: #494949;
  font-size: var(--fz16);
  line-height: 2;
  margin-top: 0.2rem;
  min-height: 1.4rem;
}
.product-banner .banner-main .banner-left .page-btn {
  margin-top: 0.3rem;
}
.product-banner .banner-main .banner-left .jump_link {
  margin-top: 0.4rem;
  font-size: var(--fz16);
  color: #16181A;
  line-height: var(--fz24);
  position: relative;
  transition: all 0.3s;
}
.product-banner .banner-main .banner-left .jump_link::after {
  content: "";
  width: var(--fz22);
  height: var(--fz16);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(/phone/images/icon7.png);
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.product-banner .banner-main .banner-left .jump_link:hover {
  color: #D30011;
}
.product-banner .banner-main .banner-right {
  width: 50%;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.product-banner .banner-main .banner-right .pic-box {
  padding-top: calc(1000 / 1000 * 100%);
}

.product-page {
  width: 100%;
}
.product-page .product-main {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
}
.product-page .product-main .product-tool {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-page .product-main .product-tool .vtool-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.product-page .product-main .product-tool .vtool-box .vtool-input {
  flex: 1;
  height: 48px;
  line-height: 48px;
  background: #F2F3F5;
  padding: 0 15px;
  color: #343333;
}
.product-page .product-main .product-tool .vtool-box .news-select {
  margin-right: 10px;
  transition: all 0.4s;
  flex: 1;
  max-width: 300px;
}
.product-page .product-main .product-tool .vtool-box .vtool-search {
  transition: all 0.4s;
  flex: 1;
  max-width: 350px;
}
.product-page .product-main .product-tool .vtool-box .vtool-search .search-btn {
  color: #FEFEFE;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 48px;
  background: #D30011;
  cursor: pointer;
  flex-shrink: 0;
}
.product-page .product-main .product-tool .vtool-box .vtool-search .search-btn .icon {
  pointer-events: none;
  width: 18px;
  height: auto;
  display: block;
  margin-right: 10px;
}
.product-page .product-main .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.product-page .product-main .list .item {
  width: calc((100% - (0.3rem * 2)) / 3);
  margin-top: 0.6rem;
  margin-right: 0.3rem;
}
.product-page .product-main .list .item:nth-child(3n) {
  margin-right: 0;
}
.product-page .product-main .list .item .item-cont {
  width: 100%;
}
.product-page .product-main .list .item .item-cont:hover .pic-box img {
  transform: scale(1.1);
}
.product-page .product-main .list .item .item-cont .tt {
  color: #121212;
  font-size: var(--fz24);
  line-height: 1.3;
}
.product-page .product-main .list .item .item-cont .pic-box {
  margin-top: 0.2rem;
  padding-top: calc(1000 / 1000 * 100%);
}
.product-page .product-list {
  width: 100%;
}
.product-page .product-item {
  width: 100%;
  padding: 1rem 0 0.8rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-page .product-item:nth-child(2n) .cont {
  flex-direction: row-reverse;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .page-title {
  display: flex;
  justify-content: flex-start;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .left-cont-scrollbox {
  background: #F5F5F5;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .left-cont .left-item .item-li {
  background: #F5F5F5;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .left-cont .left-item .item-child {
  background: #FFF;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .left-cont .left-item.on .item-li {
  background: #FFF;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .left-cont .left-item.on .item-li .li-text {
  color: #D30011;
  font-weight: 550;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .left-cont .left-item.on .item-li .li-icon .i {
  opacity: 1;
  filter: none;
}
.product-page .product-item:nth-child(2n) .cont .cont-left .left-cont .left-item.on_click .item-li .li-icon .i {
  opacity: 1;
  filter: none;
}
.product-page .product-item:nth-child(2n) .cont .cont-right {
  margin: 0 0.7rem 0 0;
  flex-direction: row-reverse;
}
.product-page .product-item .cont {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-page .product-item .cont .cont-left {
  width: 26.66%;
  max-width: 400px;
  min-width: 300px;
}
.product-page .product-item .cont .cont-left .left-cont-scrollbox {
  padding: 20px 5px 20px 30px;
  background: #FFF;
}
.product-page .product-item .cont .cont-left .left-cont {
  width: 100%;
  padding: 10px 24px 10px 0;
  position: relative;
  max-height: 386px;
  overflow-y: auto;
  border-left: 1px solid #E3E3E3;
}
.product-page .product-item .cont .cont-left .left-cont::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.product-page .product-item .cont .cont-left .left-cont::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #D30011;
}
.product-page .product-item .cont .cont-left .left-cont::-webkit-scrollbar-track {
  border-radius: 0;
  background: #E3E3E3;
}
.product-page .product-item .cont .cont-left .left-cont .left-item {
  width: 100%;
}
.product-page .product-item .cont .cont-left .left-cont .left-item:first-child {
  border-top: none;
}
.product-page .product-item .cont .cont-left .left-cont .left-item.on .item-li {
  background: #F5F5F5;
}
.product-page .product-item .cont .cont-left .left-cont .left-item.on .item-li .li-text {
  color: #D30011;
  font-weight: 550;
}
.product-page .product-item .cont .cont-left .left-cont .left-item.on .item-li .li-icon .i {
  opacity: 1;
  filter: none;
}
.product-page .product-item .cont .cont-left .left-cont .left-item.on_click .item-li .li-icon .i {
  opacity: 1;
  filter: none;
}
.product-page .product-item .cont .cont-left .left-cont .left-item .item-li {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  position: relative;
}
.product-page .product-item .cont .cont-left .left-cont .left-item .item-li .li-text {
  padding-left: 30px;
  padding-right: 10px;
  color: #494949;
  font-size: var(--fz18);
  line-height: 1.3;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-page .product-item .cont .cont-left .left-cont .left-item .item-li .li-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-51.2%);
}
.product-page .product-item .cont .cont-left .left-cont .left-item .item-li .li-icon .i {
  width: 8px;
  height: 12px;
  display: block;
  background-image: url("/phone/images/icon29.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: rotate(0deg);
  transition: all 0.4s;
}
.product-page .product-item .cont .cont-left .left-cont .left-item .item-child {
  width: 100%;
  background: #F5F5F5;
  padding: 25px 30px;
  display: none;
}
.product-page .product-item .cont .cont-left .left-cont .left-item .item-child .child-li {
  width: 100%;
  color: #7A7A7A;
  font-size: var(--fz16);
  line-height: 1.3;
  margin-top: 12px;
}
.product-page .product-item .cont .cont-left .left-cont .left-item .item-child .child-li:first-child {
  margin-top: 0;
}
.product-page .product-item .cont .cont-right {
  flex: 1;
  overflow: hidden;
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 0 0 0.7rem;
  padding-top: 0.6rem;
}
.product-page .product-item .cont .cont-right.on {
  display: flex;
}
.product-page .product-item .cont .cont-right .cont-image {
  width: 54%;
}
.product-page .product-item .cont .cont-right .cont-image:hover .pic-box img {
  transform: scale(1.1);
}
.product-page .product-item .cont .cont-right .cont-image .pic-box {
  padding-top: calc(560 / 560 * 100%);
}
.product-page .product-item .cont .cont-right .cont-box {
  flex: 1;
  overflow: hidden;
  padding-top: 0.6rem;
}
.product-page .product-item .cont .cont-right .cont-box .title {
  width: 100%;
  color: #323232;
  font-size: var(--fz30);
  line-height: 1.2;
}
.product-page .product-item .cont .cont-right .cont-box .t1 {
  color: #D30011;
  font-size: var(--fz18);
  font-weight: 550;
  line-height: 1;
  margin-top: 0.25rem;
}
.product-page .product-item .cont .cont-right .cont-box .t-list {
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-item .cont .cont-right .cont-box .t-list .t-i {
  width: 33.333%;
  display: flex;
  align-items: center;
  padding-right: 10px;
  box-sizing: border-box;
  margin-top: 0.42rem;
}
.product-page .product-item .cont .cont-right .cont-box .t-list .t-i .icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-page .product-item .cont .cont-right .cont-box .t-list .t-i .t-t {
  color: #313131;
  font-size: var(--fz16);
  line-height: 1.3;
}
.product-page .product-item .cont .cont-right .cont-box .page-btn {
  margin-top: 0.75rem;
}

.productview-page {
  width: 100%;
}
.productview-page .productview-wrap1 {
  width: 100%;
  padding: 0.8rem 0 1.3rem;
}
.productview-page .productview-wrap1 .wrap1-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.productview-page .productview-wrap1 .wrap1-main .item {
  width: 25%;
  margin-top: 0.8rem;
}
.productview-page .productview-wrap1 .wrap1-main .item .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap1 .wrap1-main .item .tt {
  color: #121212;
  font-size: var(--fz18);
  line-height: 1.4;
  text-align: center;
  margin-top: 0.2rem;
}
.productview-page .productview-wrap2 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon26.jpg");
}
.productview-page .productview-wrap2 .wrap2-main .cont {
  width: 100%;
  color: #494949;
  font-size: var(--fz16);
  line-height: 2;
  margin-top: 0.3rem;
}
.productview-page .productview-wrap3 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon27.jpg");
}
.productview-page .productview-wrap3 .wrap3-main .page-title {
  color: #FFFFFF;
}
.productview-page .productview-wrap3 .wrap3-main .cont {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2;
  margin-top: 0.3rem;
}
.productview-page .productview-wrap4 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon28.jpg");
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-list .item {
  background: #FFFFFF;
  width: calc((100% - 0.3rem * 2) / 3);
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  border: #E5E8ED 1px solid;
  padding: 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-list .item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-list .item:hover .tt {
  color: #D30011;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-list .item:nth-child(3n) {
  margin-right: 0;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-list .item .icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 15px;
  background-image: url("/phone/images/down.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-list .item .tt {
  color: #494949;
  font-size: var(--fz16);
  line-height: 1;
}
.productview-page .productview-wrap5 {
  margin-top: -1px;
  width: 100%;
  padding: 1rem 0 0.7rem;
  background: #F5F7FA;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.productview-page .productview-wrap5 .wrap5-cont {
  width: 94%;
  margin: 0.24rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.productview-page .productview-wrap5 .wrap5-cont .swiper-button-prev,
.productview-page .productview-wrap5 .wrap5-cont .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background-image: url("/phone/images/icon1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
  flex-shrink: 0;
}
.productview-page .productview-wrap5 .wrap5-cont .swiper-button-prev::after,
.productview-page .productview-wrap5 .wrap5-cont .swiper-button-next::after {
  opacity: 0;
}
.productview-page .productview-wrap5 .wrap5-cont .swiper-button-next {
  transform: rotate(180deg);
}
.productview-page .productview-wrap5 .wrap5-cont .wrap5-main {
  flex: 1;
  max-width: 1426px;
  margin: 0 0.32rem;
  overflow: hidden;
}
.productview-page .productview-wrap5 .wrap5-cont .wrap5-main .wrap5-swiper {
  width: 100%;
  padding: 0.3rem 0.18rem;
}
.productview-page .productview-wrap5 .wrap5-cont .wrap5-main .swiper-slide {
  width: calc((100% - (35px * 2)) / 3);
}
.productview-page .productview-wrap5 .wrap5-cont .wrap5-main .swiper-item {
  width: 100%;
  box-shadow: 0px 0px 0.18rem 0px rgba(0, 0, 0, 0.08);
}
.productview-page .productview-wrap5 .wrap5-cont .wrap5-main .swiper-item:hover .pic-box img {
  transform: scale(1.1);
}
.productview-page .productview-wrap5 .wrap5-cont .wrap5-main .swiper-item .pic-box {
  padding-top: calc(310 / 440 * 100%);
}
.productview-page .productview-wrap5 .wrap5-cont .wrap5-main .swiper-item .text {
  width: 100%;
  padding: 0.28rem 0.3rem;
  box-sizing: border-box;
  color: #222222;
  font-size: var(--fz24);
  line-height: 1;
  background: #FFFFFF;
  text-align: left;
}

.service-page {
  width: 100%;
}
.service-page .service-wrap1 {
  width: 100%;
  padding: 0.8rem 0 0.75rem;
  box-sizing: border-box;
}
.service-page .service-wrap1 .wrap1-box1 {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
.service-page .service-wrap1 .wrap1-box1 .box1-bg {
  width: 100%;
  padding-top: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-page .service-wrap1 .wrap1-box1 .box1-abs {
  width: 420px;
  background: #D30011;
  border-radius: 10px;
  padding: 0.4rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  z-index: 10;
  box-sizing: border-box;
  color: #FFFFFF;
}
.service-page .service-wrap1 .wrap1-box1 .box1-abs .page-title {
  color: #FFFFFF;
}
.service-page .service-wrap1 .wrap1-box1 .box1-abs .page-title .t::before {
  background: rgba(255, 255, 255, 0.35);
}
.service-page .service-wrap1 .wrap1-box1 .box1-abs .page-title .t::after {
  background: white;
}
.service-page .service-wrap1 .wrap1-box1 .box1-abs .rich-text {
  width: 100%;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.25rem;
  height: 250px;
  overflow-y: auto;
  padding-right: 10px;
}
.service-page .service-wrap1 .wrap1-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service-page .service-wrap1 .wrap1-box2 .item {
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 1rem;
}
.service-page .service-wrap1 .wrap1-box2 .item .item-pic {
  width: 84px;
  height: 84px;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-page .service-wrap1 .wrap1-box2 .item .tt {
  color: #262626;
  font-size: var(--fz18);
  line-height: 1.45;
  text-align: center;
  margin-top: 0.25rem;
  font-weight: 550;
}
.service-page .service-wrap1 .wrap1-box2 .item .dd {
  color: #585858;
  font-size: var(--fz16);
  line-height: 1.85;
  text-align: center;
}
.service-page .service-wrap1 .wrap1-box3 {
  width: 100%;
  padding-top: 0.25rem;
  box-sizing: border-box;
  color: #585858;
  font-size: var(--fz16);
  line-height: 1.8;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  margin-top: 0.75rem;
}
.service-page .service-wrap2 {
  width: 100%;
}
.service-page .service-wrap2 .wrap2-bg {
  width: 100%;
  padding-top: calc(400 / 1920 * 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-page .service-wrap2 .wrap2-cont {
  width: 100%;
  padding-bottom: 0.8rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.service-page .service-wrap2 .wrap2-cont::after {
  content: "";
  width: 51px;
  height: 51px;
  background: #D30011;
  position: absolute;
  top: 0;
  left: calc((100% - 1500px) / 2);
}
.service-page .service-wrap2 .wrap2-cont .wrap2-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.service-page .service-wrap2 .wrap2-cont .wrap2-box .wrap2-left {
  flex: 1;
  overflow: hidden;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
.service-page .service-wrap2 .wrap2-cont .wrap2-box .wrap2-left .rich-text {
  width: 100%;
  color: #585858;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.3rem;
}
.service-page .service-wrap2 .wrap2-cont .wrap2-box .wrap2-right {
  width: 50%;
  flex-shrink: 0;
  margin-left: 0.8rem;
  padding: 0.8rem 0 0.5rem;
  box-sizing: border-box;
}
.service-page .service-wrap3 {
  width: 100%;
  padding: 0.8rem 0 0.16rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.service-page .service-wrap3 .wrap3-cont {
  width: 100%;
  padding-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.service-page .service-wrap3 .wrap3-cont .item {
  width: 33.33%;
  margin-bottom: 1.06rem;
  padding-right: 0.3rem;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
.service-page .service-wrap3 .wrap3-cont .item .item-left {
  width: 141px;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.service-page .service-wrap3 .wrap3-cont .item .item-left .pic-box {
  padding-top: calc(127 / 141 * 100%);
}
.service-page .service-wrap3 .wrap3-cont .item .item-right {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.service-page .service-wrap3 .wrap3-cont .item .item-right .num {
  width: 100%;
  color: #D30011;
  font-size: var(--fz30);
  line-height: 1;
  font-weight: 550;
}
.service-page .service-wrap3 .wrap3-cont .item .item-right .bot-box {
  width: 100%;
  margin-top: 0.2rem;
}
.service-page .service-wrap3 .wrap3-cont .item .item-right .bot-box .tt {
  width: 100%;
  color: #262626;
  font-size: var(--fz18);
  line-height: 1.45;
  font-weight: 550;
}
.service-page .service-wrap3 .wrap3-cont .item .item-right .bot-box .dd {
  color: #777777;
  font-size: var(--fz16);
  line-height: 1.85;
}

.index-banner {
  width: 100%;
  position: relative;
  padding-top: calc(970 / 1920 * 100%);
  box-sizing: border-box;
}
.index-banner .banner-scroll {
  width: auto;
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: slideUpDown 3s infinite ease;
}
.index-banner .banner-scroll .tt {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
}
.index-banner .banner-scroll .icon {
  width: 12px;
  height: 15px;
  background: url("/phone/images/icon11.png") no-repeat;
  background-size: cover;
  display: block;
  margin: 5px auto 0;
}
.index-banner .banner-tool {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  z-index: 8;
}
.index-banner .banner-tool .tool-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-banner .banner-tool .tool-main .tool-right {
  display: flex;
  align-items: center;
}
.index-banner .banner-tool .tool-main .swiper-button-next,
.index-banner .banner-tool .tool-main .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 2px solid #D30011;
  display: block;
}
.index-banner .banner-tool .tool-main .swiper-button-next::after,
.index-banner .banner-tool .tool-main .swiper-button-prev::after {
  content: "";
  width: 21px;
  height: 17px;
  background: url("/phone/images/icon8.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-banner .banner-tool .tool-main .swiper-button-next {
  background: #D30011;
  transform: rotate(180deg);
}
.index-banner .banner-tool .tool-main .swiper-button-next::after {
  filter: brightness(0) invert(1);
}
.index-banner .banner-tool .tool-main .banner-pagination {
  position: static;
  color: #FFFFFF;
  font-size: var(--fz18);
  font-weight: 300 !important;
  display: flex !important;
  align-items: flex-start;
}
.index-banner .banner-tool .tool-main .banner-pagination .swiper-pagination-current {
  color: #FFFFFF;
  font-size: var(--fz52);
  line-height: 1;
}
.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%;
  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;
  max-width: 700px;
}
.index-banner .banner-item .banner-box .banner-t1 {
  line-height: 1.15;
  font-size: var(--fz48);
}
.index-banner .banner-item .banner-box .banner-t2 {
  font-size: var(--fz16);
  line-height: 2;
  margin-top: 0.2rem;
}

.index-about {
  width: 100%;
  padding: 1.2rem 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon15_1.png");
}
.index-about .about-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-about .about-main .about-left {
  flex-shrink: 0;
}
.index-about .about-main .about-left .tips {
  color: #D30011;
  font-size: var(--fz16);
  line-height: 1;
}
.index-about .about-main .about-left .text-box {
  margin-top: 0.7rem;
  color: #222222;
  font-size: var(--fz36);
  line-height: 1.1;
  font-weight: 550;
}
.index-about .about-main .about-left .text-box .tt1 {
  display: inline-block;
  position: relative;
}
.index-about .about-main .about-left .text-box .tt1::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #D30011;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-about .about-main .about-left .text-box .tt1 .span {
  position: relative;
  z-index: 2;
}
.index-about .about-main .about-left .text-box .tt2 {
  margin-top: 20px;
}
.index-about .about-main .about-right {
  flex: 1;
  overflow: hidden;
  max-width: 600px;
  margin-left: 0.4rem;
}
.index-about .about-main .about-right .pic-box {
  width: 100%;
  padding-top: calc(208 / 600 * 100%);
}
.index-about .about-main .about-right .title {
  color: #D30011;
  font-size: var(--fz30);
  line-height: 1.2;
  font-weight: 550;
  margin-top: 0.4rem;
}
.index-about .about-main .about-right .desc {
  color: #494949;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.3rem;
}
.index-about .about-main .about-right .count-box {
  margin-top: 0.7rem;
}
.index-about .about-main .about-right .page-btn {
  margin-top: 1rem;
}

.index-twobox {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon14_1.png");
}

.index-product {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon10_1.png");
}
.index-product .product-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-product .product-main .product-left {
  flex: 1;
  max-width: 400px;
  overflow: hidden;
  padding-top: 1.8rem;
  box-sizing: border-box;
}
.index-product .product-main .product-left .tips {
  color: #D30011;
  font-size: var(--fz16);
  line-height: 1;
  font-weight: 550;
}
.index-product .product-main .product-left .title {
  color: #222222;
  font-size: var(--fz48);
  line-height: 1;
  font-weight: 550;
  margin-top: 0.4rem;
}
.index-product .product-main .product-left .desc {
  color: #494949;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.5rem;
}
.index-product .product-main .product-left .page-btn {
  margin-top: 1rem;
  width: 100%;
  max-width: 340px;
}
.index-product .product-main .product-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-product .product-main .product-right .right-box {
  width: 430px;
  margin-left: 0.3rem;
}
.index-product .product-main .product-right .right-box .right-item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin-top: 0.3rem;
  padding: 0.5rem 0.4rem 10px;
  box-sizing: border-box;
  display: block;
}
.index-product .product-main .product-right .right-box .right-item:first-child {
  margin-top: 0;
}
.index-product .product-main .product-right .right-box .right-item:hover .pic-box img {
  transform: scale(1.1);
}
.index-product .product-main .product-right .right-box .right-item .count-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-product .product-main .product-right .right-box .right-item .count-box .count {
  color: #CECECE;
  font-size: var(--fz18);
  line-height: 1;
  font-weight: 550;
}
.index-product .product-main .product-right .right-box .right-item .count-box .icon {
  width: 26px;
  height: 19px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon7.png");
}
.index-product .product-main .product-right .right-box .right-item .tt {
  color: #222222;
  font-size: var(--fz24);
  line-height: 1.3;
  margin-top: 10px;
}
.index-product .product-main .product-right .right-box .right-item .desc {
  color: #A0A0A0;
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 10px;
}
.index-product .product-main .product-right .right-box .right-item .pic-box {
  padding-top: calc(1000 / 1000 * 100%);
  margin-top: 0.2rem;
}

.index-case {
  width: 100%;
  padding: 0.6rem 0 0;
}
.index-case .tips {
  color: #D30011;
  font-size: var(--fz16);
  line-height: 1;
  text-align: center;
  font-weight: 550;
}
.index-case .title {
  color: #222222;
  font-size: var(--fz48);
  text-align: center;
  font-weight: 550;
  line-height: 1;
  margin-top: 0.3rem;
}
.index-case .class-box {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-case .class-box .class-swiper {
  max-width: 100%;
}
.index-case .class-box .class-swiper .swiper-slide {
  width: auto !important;
  display: inline-block;
}
.index-case .class-box .class-swiper .swiper-slide:last-child .swiper-item::after {
  opacity: 0;
}
.index-case .class-box .class-swiper .swiper-item {
  padding: 12px 20px 12px;
  color: #888888;
  font-size: var(--fz18);
  line-height: 1;
  cursor: pointer;
}
.index-case .class-box .class-swiper .swiper-item::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #888888;
  opacity: 0.5;
}
.index-case .class-box .class-swiper .swiper-item.on {
  color: #222222;
  font-weight: 550;
}
.index-case .class-box .class-swiper .swiper-item.on .s::before {
  opacity: 1;
}
.index-case .class-box .class-swiper .swiper-item .s {
  position: relative;
}
.index-case .class-box .class-swiper .swiper-item .s::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #D30011;
  position: absolute;
  left: 0;
  bottom: -12px;
  opacity: 0;
  transition: all 0.4s;
}
.index-case .case-main {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.64rem;
}
.index-case .case-main .swiper-button-prev,
.index-case .case-main .swiper-button-next {
  width: 36px;
  height: 29px;
  position: static !important;
  margin: 0;
  padding: 0;
  background-image: url("/phone/images/icon8.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
}
.index-case .case-main .swiper-button-prev::after,
.index-case .case-main .swiper-button-next::after {
  opacity: 0;
}
.index-case .case-main .swiper-button-next {
  transform: rotate(180deg);
}
.index-case .case-main .case-cont {
  max-width: 1500px;
  flex: 1;
  margin: 0 0.64rem;
  overflow: hidden;
}
.index-case .case-main .case-cont .case-swiper {
  width: 100%;
  background: #FFFFFF;
}
.index-case .case-main .case-cont .swiper-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.index-case .case-main .case-cont .swiper-item .swiper-left {
  flex: 1;
  overflow: hidden;
  padding: 0 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #E6E6E6;
}
.index-case .case-main .case-cont .swiper-item .swiper-left .icon-abs {
  width: 96px;
  height: 64px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url("/phone/images/icon12.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-case .case-main .case-cont .swiper-item .swiper-left .left-cont {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-case .case-main .case-cont .swiper-item .swiper-left .left-cont .tt1 {
  color: #222222;
  font-size: var(--fz30);
  line-height: 1;
  font-weight: 550;
}
.index-case .case-main .case-cont .swiper-item .swiper-left .left-cont .tt2 {
  color: #CDCDCD;
  font-size: var(--fz16);
  line-height: 1.3;
  margin-top: 0.15rem;
}
.index-case .case-main .case-cont .swiper-item .swiper-left .left-cont .dd {
  color: #494949;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.3rem;
}
.index-case .case-main .case-cont .swiper-item .swiper-left .left-cont .page-btn {
  margin-top: 0.35rem;
}
.index-case .case-main .case-cont .swiper-item .swiper-left .left-cont .page-btn .b-left {
  background: #FFFFFF;
}
.index-case .case-main .case-cont .swiper-item .swiper-right {
  width: 50%;
}
.index-case .case-main .case-cont .swiper-item .swiper-right:hover .pic-box img {
  transform: scale(1.1);
}
.index-case .case-main .case-cont .swiper-item .swiper-right .pic-box {
  padding-top: calc(500 / 750 * 100%);
}

.index-newbox {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon16.png");
}

.index-news {
  width: 100%;
  padding: 1.2rem 0;
  box-sizing: border-box;
}
.index-news .news-tbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .news-tbox .tbox-left .tips {
  color: #D30011;
  font-size: var(--fz16);
  line-height: 1;
  font-weight: 550;
}
.index-news .news-tbox .tbox-left .title {
  color: #222222;
  font-size: var(--fz36);
  line-height: 1;
  font-weight: 550;
  margin-top: 0.2rem;
}
.index-news .news-main {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 0.45rem;
}
.index-news .news-main .news-left {
  width: 46.66%;
  background: #FFFFFF;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.index-news .news-main .news-left:hover .pic-box img {
  transform: scale(1.1);
}
.index-news .news-main .news-left .pic-box {
  width: 100%;
  height: 404px;
  border-radius: 10px 10px 0 0;
}
.index-news .news-main .news-left .cont {
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
}
.index-news .news-main .news-left .cont .tt {
  color: #494949;
  font-size: var(--fz24);
  line-height: 1;
}
.index-news .news-main .news-left .cont .more-box {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .news-main .news-left .cont .more-box .time {
  color: #BDBDBD;
  font-size: var(--fz16);
  line-height: 1;
}
.index-news .news-main .news-left .cont .more-box .more {
  color: #D30011;
  font-size: var(--fz14);
  line-height: 1;
  font-weight: 550;
  display: flex;
  align-items: center;
}
.index-news .news-main .news-left .cont .more-box .more .i {
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 11px;
  margin-left: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon6.png");
}
.index-news .news-main .news-right {
  flex: 1;
  margin-left: 0.9rem;
  box-sizing: border-box;
  overflow: hidden;
  background: #F7F7F8;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.index-news .news-main .news-right .right-item {
  width: 100%;
  height: 25%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-news .news-main .news-right .right-item:nth-child(2n) {
  background: #FFFFFF;
}
.index-news .news-main .news-right .right-item .time {
  width: 100%;
  color: #BDBDBD;
  font-size: var(--fz16);
  line-height: 1;
}
.index-news .news-main .news-right .right-item .tbox {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .news-main .news-right .right-item .tbox .tt {
  flex: 1;
  overflow: hidden;
  color: #494949;
  font-size: var(--fz18);
  line-height: 1;
}
.index-news .news-main .news-right .right-item .tbox .tt .c {
  color: #D30011;
  padding-right: 5px;
}
.index-news .news-main .news-right .right-item .tbox .icon {
  flex-shrink: 0;
  width: 19px;
  height: 13px;
  margin-left: 0.3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon7.png");
}

.index-service {
  width: 100%;
  position: relative;
}
.index-service::after {
  content: "";
  width: 100%;
  height: 100px;
  background: #121212;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.index-service .container {
  position: relative;
  z-index: 2;
}
.index-service .service-main {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon13.png");
  -webkit-clip-path: polygon(100% 0, 100% 80%, 98% 100%, 0 100%, 0 20%, 2% 0);
  clip-path: polygon(100% 0, 100% 80%, 98% 100%, 0 100%, 0 20%, 2% 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-service .service-main .tt {
  color: #FFFFFF;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 550;
  width: 86%;
}
.index-service .service-main .page-btn {
  margin-top: 0.4rem;
}

.search-form-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}
.search-form-box .search-input {
  flex: 1;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  border-radius: 0;
  background-color: #F6F6F6;
  color: #373737;
}
.search-form-box .search-btn {
  width: 128px;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #D30011;
  border-radius: 0;
}

.nodata {
  width: 100%;
  padding: 0.55rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  margin-top: 0.55rem;
}

.news-page {
  width: 100%;
  box-sizing: border-box;
}
.news-page .news-hot {
  width: 100%;
  padding: 0.6rem 0;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
.news-page .news-hot .swiper-button-prev,
.news-page .news-hot .swiper-button-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 54px;
  background: #D30011;
  mask-image: url("/phone/images/icon31.png");
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  display: block !important;
  flex-shrink: 0;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
}
.news-page .news-hot .swiper-button-prev::after,
.news-page .news-hot .swiper-button-next::after {
  opacity: 0;
}
.news-page .news-hot .swiper-button-next {
  left: auto;
  right: 17%;
  transform: translateY(-50%) rotate(180deg);
}
.news-page .news-hot .hot-swiper {
  width: 100%;
}
.news-page .news-hot .hot-swiper .swiper-slide {
  transform: scale(0.8);
  transition: all 0.4s;
}
.news-page .news-hot .hot-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.news-page .news-hot .hot-swiper .swiper-item {
  width: 100%;
  background: #F5F7FA;
  display: flex;
  align-items: stretch;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-pic {
  width: 60%;
  flex-shrink: 0;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-pic .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(404 / 700 * 100%);
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont {
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .s-cont {
  width: 100%;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .time {
  color: #9FA0A0;
  line-height: 1;
  font-size: var(--fz16);
  margin-top: 0.2rem;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .tt {
  width: 100%;
  color: #222222;
  font-size: var(--fz24);
  line-height: 1.25;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .dd {
  width: 100%;
  color: #828282;
  font-size: var(--fz14);
  line-height: 1.7;
  margin-top: 0.2rem;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .btn {
  margin-top: 0.5rem;
}
.news-page .news-swiper {
  margin-left: -0.45rem;
}
.news-page .news-swiper .swiper-slide {
  width: auto;
  font-size: var(--fz30);
  color: #8F8F8F;
  line-height: var(--fz36);
  padding: 0 0.45rem;
}
.news-page .news-swiper .swiper-slide.page-title {
  color: #222222;
}
.news-page .news-container {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
}
.news-page .news-list {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.4rem;
}
.news-page .news-list.v2 {
  padding: 0;
}
.news-page .news-list .list-main {
  width: 100%;
}
.news-page .news-list .list-main .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-page .news-list .list-main .list .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
.news-page .news-list .list-main .list .item:nth-child(3n) {
  margin-right: 0;
}
.news-page .news-list .list-main .list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
}
.news-page .news-list .list-main .list .item:hover .pics .pic-box img {
  transform: scale(1.1);
}
.news-page .news-list .list-main .list .item .pics {
  width: 100%;
}
.news-page .news-list .list-main .list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(404 / 700 * 100%);
}
.news-page .news-list .list-main .list .item .cont {
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
}
.news-page .news-list .list-main .list .item .cont .tt {
  color: #494949;
  font-size: var(--fz24);
  line-height: 1.4;
  height: 68px;
}
.news-page .news-list .list-main .list .item .cont .more-box {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-page .news-list .list-main .list .item .cont .more-box .time {
  color: #BDBDBD;
  font-size: var(--fz16);
  line-height: 1;
}
.news-page .news-list .list-main .list .item .cont .more-box .more {
  color: #D30011;
  font-size: var(--fz14);
  line-height: 1;
  font-weight: 550;
  display: flex;
  align-items: center;
}
.news-page .news-list .list-main .list .item .cont .more-box .more .i {
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 11px;
  margin-left: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon6.png");
}

.newview-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.newview-main .newview-left {
  flex: 1;
  overflow: hidden;
}

.vcont-hot {
  flex-shrink: 0;
  width: 31%;
  margin-left: 0.8rem;
  max-width: 336px;
  flex-shrink: 0;
  padding: 0.8rem 0;
}
.vcont-hot .vhot-t {
  width: 100%;
  padding-bottom: 0.23rem;
  line-height: 1;
  color: #343333;
  font-weight: 550;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 550;
}
.vcont-hot .vhot-t .vt {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.vcont-hot .vhot-list {
  width: 100%;
  box-sizing: border-box;
}
.vcont-hot .vhot-list .vhot-item {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.vcont-hot .vhot-list .vhot-item .pic-box {
  width: 100%;
  padding-top: calc(404 / 700 * 100%);
  margin-bottom: 20px;
}
.vcont-hot .vhot-list .vhot-item .time {
  color: #BDBDBD;
  font-size: var(--fz16);
  line-height: 1;
}
.vcont-hot .vhot-list .vhot-item .tt {
  color: #494949;
  font-size: var(--fz16);
  line-height: 1.4;
  margin-top: 12px;
}

.newview-vtop {
  width: 100%;
  padding: 0.8rem 0 0.2rem;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #DCDCDC;
}
.newview-vtop.v2 {
  padding: 0.8rem 0 0.5rem;
  border: none;
}
.newview-vtop .vtop-main {
  width: 100%;
  box-sizing: border-box;
}
.newview-vtop .vtop-main .title {
  font-weight: 500;
  color: #000000;
  line-height: 1.15;
  font-weight: 550;
}
.newview-vtop .vtop-main .vtop-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-box {
  color: #777777;
  display: flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .data-t {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .data-t:not(:first-child) {
  margin-left: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-t .t-icon {
  width: 16px;
  height: auto;
  display: block;
  margin-right: 8px;
}
.newview-vtop .vtop-main .vtop-tool .share-box {
  color: #777777;
  display: flex;
  align-items: center;
}
.newview-vtop .vtop-main .vtop-tool .share-box .t {
  padding-right: 4px;
}
.newview-vtop .vtop-main .vtop-tool .share-box .share-btn {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 6px;
}
.newview-vtop .vtop-main .vtop-tool .share-box .social-share-icon {
  margin-left: 6px;
  font-size: 15px;
  background: transparent;
  color: #777777;
}
.newview-vtop .vtop-main .vtop-tool .share-box .social-share-icon:hover {
  color: #D30011 !important;
}

.newview-vcont {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem 0;
  transition: all 0.4s;
}
.newview-vcont .vcont-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
}
.newview-vcont .vcont-main .vcont-box {
  flex: 1;
  transition: all 0.4s;
  overflow: hidden;
}
.newview-vcont .vcont-main .vcont-box .video-box {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  padding-top: calc(562/1000*100%);
  margin-bottom: 0.5rem;
}
.newview-vcont .vcont-main .vcont-box .video-box .video-abs {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.newview-vcont .vcont-main .vcont-box .video-box .video-demo {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.newview-vcont .vcont-main .vcont-box .cont {
  width: 100%;
  color: #535353;
  line-height: 1.8;
}
.newview-vcont .vcont-main .vcont-box .cont img {
  display: block;
}

.newview-toolbox {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0;
  border-top: 1px solid #DCDCDC;
}
.newview-toolbox .newview-tool {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newview-toolbox .newview-tool .next-box {
  flex: 1;
  overflow: hidden;
  line-height: 1;
}
.newview-toolbox .newview-tool .next-box .next-a {
  width: 100%;
  color: #777777;
  line-height: 1;
  display: block;
}
.newview-toolbox .newview-tool .next-box .next-a:hover span {
  font-weight: 550;
}
.newview-toolbox .newview-tool .next-box .next-a:nth-child(2n) {
  margin-top: 0.15rem;
}
.newview-toolbox .newview-tool .next-box .next-a span {
  color: #000000;
}
.newview-toolbox .newview-tool .next-btn {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.recruit-page {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
}
.recruit-page .recruitment-table-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.recruit-page .recruitment-table {
  min-width: 900px;
}
.recruit-page .recruitment-table .recruitment-thead {
  display: flex;
  align-items: center;
  background-color: #E60012;
  color: #FFFFFF;
  width: 100%;
  font-size: var(--fz16);
  padding-right: 0.1rem;
}
.recruit-page .recruitment-table .recruitment-tr {
  height: 100%;
}
.recruit-page .recruitment-table .recruitment-tr-1 {
  flex: 1;
  padding: 0.15rem 0.15rem;
}
.recruit-page .recruitment-table .recruitment-tr-2 {
  width: 1.7rem;
  text-align: center;
  flex-shrink: 0;
  padding: 0.15rem 0;
}
.recruit-page .recruitment-table .recruitment-tr-3 {
  width: 1.8rem;
  text-align: center;
  flex-shrink: 0;
  padding: 0.15rem 0;
}
.recruit-page .recruitment-table .recruitment-body {
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  width: 100%;
  font-size: var(--fz16);
  background-color: #FFFFFF;
  padding-right: 0.1rem;
  cursor: pointer;
  align-items: center;
}
.recruit-page .recruitment-table .recruitment-body:hover {
  background-color: #f0f0f0;
}

.recruitview-page {
  width: 100%;
}
.recruitview-page .recruitment3-main-1 {
  width: 100%;
  background-color: #f2f2f2;
}
.recruitview-page .recruitment3-main-1 .recruitment3-container-1 {
  width: 100%;
  padding: 0.7rem 0 0.5rem 0;
}
.recruitview-page .recruitment3-main-1 .recruitment3-container-1 .recruitment3-title {
  font-size: var(--fz36);
  color: #D30011;
  font-weight: 550;
}
.recruitview-page .recruitment3-main-1 .recruitment3-container-1 .recruitment3-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recruitview-page .recruitment3-main-1 .recruitment3-container-1 .recruitment3-wrap {
  width: 24.7%;
  margin-top: 0.4rem;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-size: var(--fz18);
  color: #4a4e52;
  box-sizing: border-box;
}
.recruitview-page .recruitment3-main-1 .recruitment3-container-1 .recruitment3-wrap::after {
  content: "";
  background-color: #D30011;
  width: 5px;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.recruitview-page .recruitment3-main-1 .recruitment3-container-1 .recruitment3-wrap span:first-child {
  font-weight: 550;
}
.recruitview-page .recruitment3-main-2 {
  width: 100%;
  background-color: #FFFFFF;
}
.recruitview-page .recruitment3-main-2 .recruitment3-container-2 {
  width: 100%;
  padding: 0.7rem 0;
  line-height: 2;
}
.recruitview-page .recruitment3-main-2 .recruitment3-btns {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.7rem;
}
.recruitview-page .recruitment3-main-2 .recruitment3-btns .page-btn {
  margin-right: 0.3rem;
}
.recruitview-page .recruitment3-main-2 .recruitment3-btns .tolist {
  font-size: var(--fz16);
  line-height: 1;
  display: block;
}
.recruitview-page .recruitment3-main-2 .recruitment3-btns .tolist:hover {
  color: #D30011;
}

.contact-page {
  width: 100%;
}
.contact-page .contact-wrap1 {
  width: 100%;
  padding: 0.8rem 0 0;
  box-sizing: border-box;
}
.contact-page .contact-wrap1.v2 {
  padding: 0 0 0.8rem;
}
.contact-page .contact-wrap1 .wrap1-box {
  width: 100%;
}
.contact-page .contact-wrap1 .wrap1-box .wrap1-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.contact-page .contact-wrap1 .wrap1-box .wrap1-list .wrap1-item {
  width: 33.3333%;
  border-right: 1px solid #DCDCDC;
  line-height: 2.2;
  color: #333333;
  font-size: var(--fz16);
  padding: 0 0.3rem;
  margin-top: 0.4rem;
}
.contact-page .contact-wrap1 .wrap1-box .wrap1-list .wrap1-item:last-child {
  border-right: none;
}
.contact-page .contact-wrap1 .wrap1-box .wrap1-list .wrap1-item:nth-child(3n) {
  border-right: none;
}
.contact-page .contact-wrap1 .wrap1-box .contact-map {
  width: 100%;
  height: 350px;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.contact-page .contact-wrap1 .wrap1-box .contact-map .map-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.contact-page .contact-wrap1 .wrap1-box .contact-map .map-cont img {
  max-width: none !important;
}
.contact-page .contact-wrap1 .wrap1-box .contact-map .map-main {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.contact-page .contact-wrap1 .wrap1-other {
  width: 100%;
  margin-top: 0.8rem;
}
.contact-page .contact-wrap1 .wrap1-other .other-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 0.2rem;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item {
  width: calc((100% - (0.3rem * 2)) / 3);
  background: #F5F7FA url("/phone/images/icon25.jpg") right top no-repeat;
  position: relative;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
  transition: all 0.2s;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item:nth-child(3n) {
  margin-right: 0;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item.on {
  z-index: 5;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item.on .text {
  width: 100%;
  padding: 0.2rem 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F7FA url("/phone/images/icon25.jpg") right top no-repeat;
  box-shadow: 0 0.05rem 0.1rem 0rem rgba(73, 87, 112, 0.2);
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item.on .addr {
  display: block;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item.on .page-btn {
  display: flex;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item.on .cclick .cdown {
  display: none;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item.on .cclick .cup {
  display: block;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .text {
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .name {
  font-size: var(--fz18);
  color: #333;
  font-weight: 550;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .phone {
  font-size: var(--fz16);
  color: #333333;
  line-height: 1;
  margin-top: 20px;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .addr {
  font-size: var(--fz16);
  color: #333333;
  line-height: 1.6;
  margin-top: 15px;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .page-btn {
  margin-top: 0.3rem;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .cclick {
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 30px;
  cursor: pointer;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .cclick .cdown {
  display: block;
}
.contact-page .contact-wrap1 .wrap1-other .other-list .other-item .cclick .cup {
  display: none;
}
.contact-page .contact-wrap2 {
  width: 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background: #F5F7FA;
}
.contact-page .contact-wrap2 .wrap2-tbox {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.contact-page .contact-wrap2 .wrap2-tbox .wrap2-class {
  display: flex;
  align-items: center;
}
.contact-page .contact-wrap2 .wrap2-tbox .wrap2-class .class-item {
  font-size: var(--fz24);
  color: #16181a;
  line-height: 1;
  transition: all 0.4s;
  margin-left: 0.4rem;
  cursor: pointer;
}
.contact-page .contact-wrap2 .wrap2-tbox .wrap2-class .class-item:first-child {
  margin-left: 0;
}
.contact-page .contact-wrap2 .wrap2-tbox .wrap2-class .class-item.on {
  color: #D30011;
}
.contact-page .contact-wrap2 .wrap2-main {
  width: 100%;
  margin-top: 0.8rem;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 0.64rem;
}
.contact-page .contact-wrap2 .wrap2-main.on {
  display: flex;
}
.contact-page .contact-wrap2 .wrap2-main .swiper-button-prev,
.contact-page .contact-wrap2 .wrap2-main .swiper-button-next {
  width: 36px;
  height: 29px;
  position: static !important;
  margin: 0;
  padding: 0;
  background-image: url("/phone/images/icon8.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
}
.contact-page .contact-wrap2 .wrap2-main .swiper-button-prev::after,
.contact-page .contact-wrap2 .wrap2-main .swiper-button-next::after {
  opacity: 0;
}
.contact-page .contact-wrap2 .wrap2-main .swiper-button-next {
  transform: rotate(180deg);
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont {
  max-width: 1500px;
  flex: 1;
  margin: 0 0.64rem;
  overflow: hidden;
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .wrap2-swiper {
  width: 100%;
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-wrapper {
  align-items: stretch;
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-slide {
  width: 38%;
  height: auto;
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-slide:nth-child(2n) {
  width: 22%;
  margin: 0 1%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-slide:nth-child(2n) .swiper-item {
  width: 100%;
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-slide:nth-child(2n) .swiper-item .pic-box {
  padding-top: calc(152 / 308 * 100%);
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-item {
  width: 100%;
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-item:hover .pic-box img {
  transform: scale(1.1);
}
.contact-page .contact-wrap2 .wrap2-main .wrap2-cont .swiper-item .pic-box {
  padding-top: calc(320 / 532 * 100%);
}
.contact-page .contact-wrap3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .contact-wrap3 .wrap3-item {
  flex: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0.5rem 0 0.61rem;
}
.contact-page .contact-wrap3 .wrap3-item .wrap3-icon {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-page .contact-wrap3 .wrap3-item .wrap3-cont {
  padding-top: 0.2rem;
  width: 100%;
  text-align: center;
}
.contact-page .contact-wrap3 .wrap3-item .wrap3-cont .tt {
  color: #FFFFFF;
  font-size: var(--fz36);
  line-height: 1;
  font-weight: 550;
  max-width: 1500px;
  width: 94%;
  margin: 0 auto 0;
}
.contact-page .contact-wrap3 .wrap3-item .wrap3-cont .dd {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2;
  max-width: 1500px;
  width: 94%;
  margin: 0.24rem auto 0;
}
.contact-page .contact-wrap3 .wrap3-item .wrap3-cont .more {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin: 0.26rem auto 0;
}
.contact-page .contact-wrap3 .wrap3-item .wrap3-cont .more .i {
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 10px;
  margin-left: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/icon6.png");
  filter: brightness(0) invert(1);
}

@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);
  }

  .service-page .service-wrap1 .wrap1-box1 .box1-abs .rich-text::-webkit-scrollbar {
    width: 2px;
  }
  .service-page .service-wrap1 .wrap1-box1 .box1-abs .rich-text::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .service-page .service-wrap1 .wrap1-box1 .box1-abs .rich-text::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 5px;
  }
  .service-page .service-wrap1 .wrap1-box1 .box1-abs .rich-text::-webkit-scrollbar-thumb:hover {
    background-color: white;
  }
}
.right_fixed_box {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 999;
}
.right_fixed_box .box_normal {
  margin-top: 15px;
  width: 58px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
  padding: 5px 0;
  cursor: pointer;
}
.right_fixed_box .box_normal.top_contact {
  background: #E60012;
  box-shadow: 0px 0px 20px 0px rgba(230, 0, 18, 0.4);
  padding: 11px 14px;
  position: relative;
}
.right_fixed_box .box_normal.top_contact .contact_a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.right_fixed_box .box_normal.top_contact > a, .right_fixed_box .box_normal.top_contact > div {
  padding: 0;
}
.right_fixed_box .box_normal > a, .right_fixed_box .box_normal > div {
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 7px;
  position: relative;
}
.right_fixed_box .box_normal > a:hover .hover_show_box, .right_fixed_box .box_normal > div:hover .hover_show_box {
  pointer-events: all;
  opacity: 1;
  margin-top: 0;
}
.right_fixed_box .box_normal > a > img, .right_fixed_box .box_normal > div > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
.right_fixed_box .box_normal > a > .span, .right_fixed_box .box_normal > div > .span {
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  text-align: center;
}
.right_fixed_box .box_normal .hover_show_box {
  position: absolute;
  right: calc(100%);
  padding-right: 15px;
  top: 50%;
  transform: translate(0%, -50%);
  min-height: 100%;
  opacity: 0;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.right_fixed_box .box_normal .hover_show_box .hover_box {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.right_fixed_box .box_normal .hover_show_box .hover_box.code_box {
  padding: 8px;
  width: 140px;
  height: auto;
  word-break: break-all;
  white-space: normal;
}
.right_fixed_box .box_normal .hover_show_box .hover_box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1023.98px) {
  .right_fixed_box {
    display: none;
  }
}
.position-box {
  width: 100%;
  height: auto;
  background: #fff;
  position: sticky;
  top: var(--navheight);
  z-index: 98;
  border-bottom: 1px solid #D9D9D9;
}
.position-box .position {
  max-width: 1500px;
  width: 94%;
  height: var(--posiheight);
  margin: 0 auto;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 12px;
  padding-top: 2px;
  color: #B3B3B3;
}
.position-box .position a {
  padding: 0px 10px 0;
}
.position-box .position a:last-of-type {
  color: #7E7E7E;
}
.position-box .position .small-logo {
  width: 14px;
  height: 16px;
  margin-top: -3px;
  display: block;
  padding: 0;
}

.nLi {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.nLi:hover .sub {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
.nLi:hover .word::before {
  transform: rotate(135deg);
}
.nLi .word {
  display: block;
  font-size: var(--fz12);
  color: #b3b3b3;
  padding-left: 26px;
  padding-right: 22px;
  position: relative;
  cursor: pointer;
}
.nLi .word::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 38%;
  right: 0;
  transform: rotate(-45deg) translateY(-50%);
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  transition: all 0.3s ease-in-out;
}
.nLi .word::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/phone/images/icon33.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.nLi .sub {
  position: absolute;
  width: 100px;
  top: calc(50% + 16px);
  right: 0;
  text-align: center;
  border-top: 1px solid #E60012;
  background: #FFF;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.nLi .sub li {
  transition: all 0.3s ease-in-out;
}
.nLi .sub li a {
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: var(--fz12);
  font-weight: bold;
  color: #636363;
}
.nLi .sub li:hover {
  background: #F2F3F5;
}
.nLi .sub li:hover a {
  color: #E60012;
}