:root {
  --navheight: 60px;
  --navigation: 44px;
  --zoom: 1;
}

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

.donghua {
  transition: all 0.4s;
}

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

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

.vtool-select {
  width: 100%;
}
.vtool-select .dl-clsss {
  width: 100%;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.vtool-select .dl-clsss .word {
  padding-left: 14px;
  padding-right: 40px;
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 1.2;
  background: transparent;
  cursor: pointer;
  display: block;
  color: #343333;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #F8B617;
  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: #F8B617;
  z-index: 11;
  display: none;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #1F1F1F;
  padding: 0 14px;
  height: 48px;
  line-height: 48px;
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.vtool-select .dl-clsss .sub .sub-a:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.vtool-select .dl-clsss[data-on=on] .word:after {
  margin-top: -5px;
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.page-title {
  width: 100%;
  line-height: 1.2;
  font-size: var(--fz36);
  text-align: left;
  color: #101010;
}
.page-title.vsmall {
  font-size: var(--fz30);
}
.page-title.vcenter {
  text-align: center;
}

.page-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #F8B617;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz16);
  border-radius: 30px;
}

.pagination-box {
  margin-top: 0.7rem;
}
.pagination-box .page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-box .page-box .btn {
  width: 48px;
  height: 48px;
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6A6A6A;
  font-size: var(--fz14);
  transition: all 0.4s;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.pagination-box .page-box .btn:not(:first-child) {
  margin-left: 0.12rem;
}
.pagination-box .page-box .btn.on, .pagination-box .page-box .btn:hover {
  background: #F8B617;
  color: #FFFFFF;
}
.pagination-box .page-box .btn.on::after, .pagination-box .page-box .btn:hover::after {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}
.pagination-box .page-box .btn.prev {
  transform: rotate(180deg);
}
.pagination-box .page-box .btn.prev, .pagination-box .page-box .btn.next {
  position: relative;
}
.pagination-box .page-box .btn.prev span, .pagination-box .page-box .btn.next span {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.pagination-box .page-box .btn.prev::after, .pagination-box .page-box .btn.next::after {
  content: "";
  width: 8px;
  height: 14px;
  background-image: url("/phone/images/v18.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: brightness(0);
  opacity: 0.5;
}
.pagination-box .page-box .select {
  display: none !important;
}
.pagination-box .page-box .f-right {
  display: none !important;
}

.banner-page {
  width: 100%;
  height: 320px;
  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: 3;
}
.banner-page .banner-box .banner-main {
  width: 100%;
  color: #FFFFFF;
}
.banner-page .banner-box .banner-main .b-t {
  width: 100%;
  line-height: 1;
  font-weight: 550;
  font-size: var(--fz48);
  text-align: center;
}

.navtop-child {
  width: 93.75vw;
  position: fixed;
  top: var(--navheight);
  left: 50%;
  z-index: 100;
  transform: translateY(20px) translateX(-50%);
  transition: all 0.4s;
  background: linear-gradient(0deg, #1A1A1A, #1B1B1B);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s;
}
.navtop-child .child-box {
  width: 100%;
  padding: 40px 0;
}
.navtop-child .child-box.v2 {
  padding: 0 0 40px;
}
.navtop-child .child-box .child-prod {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}
.navtop-child .child-box .child-prod .prod-item {
  width: 25%;
  margin-top: 50px;
}
.navtop-child .child-box .child-prod .prod-item .prod-title {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz14);
}
.navtop-child .child-box .child-prod .prod-item .prod-title .c-icon {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  margin-right: 6px;
  position: relative;
}
.navtop-child .child-box .child-prod .prod-item .prod-title .c-icon::after {
  content: "";
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-color: transparent transparent transparent #1B1B1B;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-left: 2px;
}
.navtop-child .child-box .child-prod .prod-item .prod-list {
  width: 100%;
  padding-left: 15px;
  padding-top: 6px;
}
.navtop-child .child-box .child-prod .prod-item .prod-list .prod-li {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz12);
  margin-top: 14px;
}
.navtop-child .child-box .child-prod .prod-item .prod-list .prod-li .p-icon {
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: all 0.4s;
  margin-right: 4px;
}
.navtop-child .child-box .child-swiper {
  width: 100%;
  padding: 0 40px;
}
.navtop-child .child-box .child-swiper .swiper-slide {
  width: 25%;
}
.navtop-child .child-box .child-item {
  width: 100%;
  display: block;
}
.navtop-child .child-box .child-item .child-title {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz14);
}
.navtop-child .child-box .child-item .child-title .c-icon {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  margin-right: 6px;
  position: relative;
}
.navtop-child .child-box .child-item .child-title .c-icon::after {
  content: "";
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-color: transparent transparent transparent #1B1B1B;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-left: 2px;
}
.navtop-child .child-box .child-item .pics {
  width: 100%;
  margin-top: 15px;
}
.navtop-child .child-box .child-item .pics .pic-box {
  width: 100%;
  padding-top: calc(550 / 1000 * 100%);
}

.navtop-custom {
  width: 93.75vw;
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.navtop-custom.showwhite .navtop-main {
  width: 252px;
}
.navtop-custom.showwhite .navtop-main .navtop-right {
  opacity: 0;
}
.navtop-custom.on .navtop-main {
  width: 100% !important;
}
.navtop-custom.on .navtop-main .navtop-right {
  opacity: 1 !important;
}
.navtop-custom .navtop-main {
  width: 100%;
  height: var(--navheight);
  position: relative;
  background: linear-gradient(0deg, #1A1A1A, #1B1B1B);
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-left {
  width: 252px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-left .navtop-mune {
  width: var(--navheight);
  height: 100%;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-left .navtop-mune .icon {
  width: 100%;
  height: 100%;
  display: block;
}
.navtop-custom .navtop-main .navtop-left .navtop-logo {
  flex: 1;
  height: 100%;
  padding-left: 30px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(230, 230, 230, 0.1);
}
.navtop-custom .navtop-main .navtop-left .navtop-logo .logo {
  width: 138px;
  height: auto;
  display: block;
}
.navtop-custom .navtop-main .navtop-right {
  width: calc(93.75vw - 252px);
  overflow: hidden;
  height: 100%;
  border-left: 1px solid rgba(230, 230, 230, 0.1);
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-list {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-list .navtop-li {
  height: 100%;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-list .navtop-li:hover .navtop-child {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translateY(0%) translateX(-50%);
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-list .navtop-li.on .li-cont .li-txt::after {
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-list .navtop-li .li-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.2rem;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-list .navtop-li .li-cont .li-txt {
  position: relative;
  color: #D5D5D5;
  line-height: 1;
  font-size: var(--fz14);
  white-space: nowrap;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-list .navtop-li .li-cont .li-txt::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F8B617;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-info {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-info .login-box {
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-info .login-box .tt {
  padding: 10px;
  color: rgba(213, 213, 213, 0.5);
  font-size: var(--fz12);
  line-height: 1;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-info .login-box .line {
  background: #646464;
  width: 1px;
  height: 12px;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-info .phone-box {
  text-align: right;
  color: #FFFFFF;
  line-height: 1;
  margin-left: 0.5rem;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-info .phone-box .tt {
  font-size: var(--fz12);
  font-weight: 550;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-pc .navtop-info .phone-box .dd {
  font-size: var(--fz20);
  margin-top: 5px;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-right .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 .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 .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 .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right .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: #F8B617;
}
.navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon {
  width: 30px;
  height: 24px;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom .navtop-main .navtop-right .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 .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-right .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 .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search {
  width: 94%;
  margin: 1rem auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(248, 182, 23, 0.1);
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 70px;
  height: 40px;
  flex-shrink: 0;
  background-color: #F8B617;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #F8B617;
  color: #FFFFFF;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .user-name {
  width: 100%;
  margin-top: 0.6rem;
  font-size: var(--fz14);
  text-align: center;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right .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 .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 .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 #F8B617;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right .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 .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(248, 182, 23, 0.1);
  box-sizing: border-box;
  color: #F8B617;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box {
  width: 100%;
  border-top: 1px solid rgba(248, 182, 23, 0.1);
}
.navtop-custom .navtop-main .navtop-right .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 .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: #F8B617;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  border-top: 1px solid rgba(248, 182, 23, 0.1);
}
.navtop-custom .navtop-main .navtop-right .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 .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: #F8B617;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .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 .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box {
  width: 100%;
  border-top: 1px solid rgba(248, 182, 23, 0.1);
}
.navtop-custom .navtop-main .navtop-right .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 .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: #F8B617;
  position: relative;
  transition: all 0.4s;
}

.navigation-custom {
  width: 100%;
  background: #F8B617;
}
.navigation-custom .navigation-main {
  width: 100%;
  transition: all 0.4s;
  height: var(--navigation);
}
.navigation-custom .navigation-main .navigation-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.navigation-custom .navigation-main .navigation-a {
  color: #333333;
  font-size: var(--fz14);
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.navigation-custom .navigation-main .navigation-a.line {
  padding: 0 10px;
}
.navigation-custom .navigation-main .navigation-a .icon {
  width: 10px;
  height: auto;
  display: block;
  transform: rotate(270deg);
}

.footer-custom {
  width: 100%;
  background: #FFFFFF;
}
.footer-custom .footer-main {
  width: 100%;
}
.footer-custom .footer-main .footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0 0.8rem;
}
.footer-custom .footer-main .footer-top .footer-logo {
  width: 138px;
  flex-shrink: 0;
}
.footer-custom .footer-main .footer-top .footer-logo .logo {
  width: 100%;
  height: auto;
  display: block;
}
.footer-custom .footer-main .footer-top .footer-right {
  display: flex;
  justify-content: flex-end;
}
.footer-custom .footer-main .footer-top .footer-right .footer-list {
  padding-right: 0.3rem;
  display: flex;
  align-items: flex-start;
}
.footer-custom .footer-main .footer-top .footer-right .footer-list .footer-ul {
  padding-right: 1.1rem;
  box-sizing: border-box;
}
.footer-custom .footer-main .footer-top .footer-right .footer-list .footer-ul .footer-li {
  color: #272727;
  font-size: var(--fz14);
  line-height: 1.3;
  font-weight: 550;
}
.footer-custom .footer-main .footer-top .footer-right .footer-list .footer-ul .footer-child .footer-a {
  color: #303030;
  font-size: var(--fz14);
  line-height: 1.3;
  display: block;
  max-width: 120px;
  margin-top: 10px;
}
.footer-custom .footer-main .footer-top .footer-right .footer-info {
  position: relative;
  padding-left: 0.66rem;
}
.footer-custom .footer-main .footer-top .footer-right .footer-info::after {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.footer-custom .footer-main .footer-top .footer-right .footer-info .info {
  width: auto;
  max-width: 370px;
  color: #303030;
  font-size: var(--fz14);
  line-height: 2.1;
}
.footer-custom .footer-main .footer-firends {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0 14px;
  display: flex;
}
.footer-custom .footer-main .footer-firends .label {
  color: #272727;
  font-size: var(--fz12);
  font-weight: 550;
  margin-right: 14px;
  flex-shrink: 0;
  line-height: 1;
}
.footer-custom .footer-main .footer-firends .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.footer-custom .footer-main .footer-firends .list .firends-a {
  display: block;
  color: #7F7F7F;
  font-size: var(--fz12);
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-right: 12px;
}
.footer-custom .footer-main .footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
}
.footer-custom .footer-main .footer-bottom .b-tool {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.footer-custom .footer-main .footer-bottom .b-tool.v2 {
  left: auto;
  right: 0;
}
.footer-custom .footer-main .footer-bottom .b-tool .b-item {
  height: 100%;
  color: #272727;
}
.footer-custom .footer-main .footer-bottom .b-tool .b-item:not(:last-child) {
  margin-right: 0.3rem;
}
.footer-custom .footer-main .footer-bottom .b-tool .b-item .icon {
  width: 18px;
  height: auto;
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}
.footer-custom .footer-main .footer-bottom .b-tool .b-item .t {
  line-height: 1;
  color: #272727;
  font-size: var(--fz12);
}
.footer-custom .footer-main .footer-bottom .text {
  color: #737373;
  font-size: var(--fz12);
  line-height: 1.4;
}

.footer-fixed-height {
  width: 100%;
  height: 60px;
}

.footer-fixed {
  width: 100%;
  height: 60px;
  background: #1A1A1A;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-fixed .footer-tool {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-fixed .footer-tool .tool-item {
  height: 100%;
  position: relative;
}
.footer-fixed .footer-tool .tool-item .tool-cont {
  width: 60px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-fixed .footer-tool .tool-item .tool-cont .icon {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-fixed .footer-tool .tool-item:hover .tool-child.vqq {
  transform: scaleY(1);
}
.footer-fixed .footer-tool .tool-item:hover .tool-child.vwx {
  transform: scale(1);
}
.footer-fixed .footer-tool .tool-item .tool-child {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
}
.footer-fixed .footer-tool .tool-item .tool-child.vwx {
  width: 160%;
  transition: all 0.5s ease;
  transform: scale(0);
}
.footer-fixed .footer-tool .tool-item .tool-child.vwx .wximg {
  width: 100%;
  display: block;
}
.footer-fixed .footer-tool .tool-item .tool-child.vwx .wicon {
  width: 100%;
  height: auto;
  display: block;
}
.footer-fixed .footer-tool .tool-item .tool-child.vqq {
  width: 160%;
  transition: all 0.5s ease;
  transform: scaleY(0);
  transform-origin: left bottom;
}
.footer-fixed .footer-tool .tool-item .tool-child.vqq.v2 {
  width: 200%;
}
.footer-fixed .footer-tool .tool-item .tool-child.vqq .tool-a {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 1;
  background-color: #F8B617;
  color: #1A1A1A;
  font-size: var(--fz12);
}
.footer-fixed .footer-tool .tool-item .tool-child.vqq .tool-a:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-fixed .footer-search {
  width: auto;
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.footer-fixed .footer-search .tt {
  color: #FFFFFF;
  font-size: var(--fz12);
  line-height: 1;
  margin-right: 14px;
}
.footer-fixed .footer-search .search-cont {
  display: flex;
  align-items: center;
}
.footer-fixed .footer-search .search-cont .vfinput {
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #F8B617;
  padding: 0 12px;
  font-size: var(--fz12);
  color: #FFFFFF;
  text-align: center;
}
.footer-fixed .footer-search .search-cont .color {
  color: #FFFFFF;
}
.footer-fixed .footer-search .search-cont .sbtn {
  width: 40px;
  height: 40px;
  background: #F8B617;
  color: #1A1A1A;
  font-size: var(--fz12);
  font-weight: bolder;
}
.footer-fixed .footer-vtop {
  width: 60px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-fixed .footer-vtop .icon {
  width: 100%;
  height: auto;
  display: block;
}

.news-main {
  width: 100%;
  padding: 0.8rem 0 1rem;
  background: #F7F8F8;
}
.news-main .news-form {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.news-main .news-form .form-cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.news-main .news-form .form-cont .form-item {
  width: calc((100% - (0.3rem * 2)) / 3);
  margin-right: 0.3rem;
  border-bottom: 2px solid #F8B617;
}
.news-main .news-form .form-cont .form-item:nth-child(2n) {
  margin-right: 0;
}
.news-main .news-form .form-cont .vtool-search {
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
}
.news-main .news-form .form-cont .vtool-search .search-box {
  flex: 1;
  height: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}
.news-main .news-form .form-cont .vtool-search .search-box .search-input {
  width: 100%;
  height: 100%;
  line-height: 1;
  max-width: 100%;
  box-sizing: border-box;
  color: #343333;
}
.news-main .news-form .form-cont .vtool-search .sc {
  color: #343333;
}
.news-main .news-form .form-cont .vtool-search .search-btn {
  padding: 0 14px;
  height: 100%;
  flex-shrink: 0;
}
.news-main .news-form .form-cont .vtool-search .search-btn .icon {
  width: 16px;
  height: 16px;
  background: none;
  border: 0;
  background-image: url(../images/icon09.png);
  background-repeat: no-repeat;
}
.news-main .news-list {
  width: 100%;
  margin-top: 0.6rem;
}
.news-main .news-list .list-main {
  width: 100%;
}
.news-main .news-list .list {
  width: 100%;
}
.news-main .news-list .news-item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d0d0;
}
.news-main .news-list .news-item .news-cont {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  box-sizing: border-box;
}
.news-main .news-list .news-item .news-cont .cont {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 0.4rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
.news-main .news-list .news-item .news-cont .cont .pics {
  width: 45%;
  max-width: 400px;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.news-main .news-list .news-item .news-cont .cont .pics .pic-box {
  width: 100%;
  padding-top: calc(138 / 220 * 100%);
}
.news-main .news-list .news-item .news-cont .cont .box {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.news-main .news-list .news-item .news-cont .cont .box .top {
  width: 100%;
  padding-top: 0.2rem;
}
.news-main .news-list .news-item .news-cont .cont .box .line {
  width: 86px;
  height: 2px;
  background: #101010;
}
.news-main .news-list .news-item .news-cont .cont .box .time {
  font-size: var(--fz14);
  line-height: 1;
  color: #101010;
  margin-top: 0.2rem;
}
.news-main .news-list .news-item .news-cont .cont .box .tt {
  color: #101010;
  font-size: var(--fz20);
  line-height: 1.4;
  margin-top: 0.17rem;
}
.news-main .news-list .news-item .news-cont .cont .box .dd {
  color: #333333;
  line-height: 1.6;
  font-size: var(--fz16);
  margin-top: 0.15rem;
}

.newview-page {
  width: 100%;
  background-color: #F7F8F8;
  box-sizing: border-box;
  padding-top: 0.8rem;
}

.newview-vtop {
  width: 100%;
  background-color: #F7F8F8;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
}
.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;
  text-align: center;
}
.newview-vtop .vtop-main .line {
  margin: 0.25rem auto 0;
  width: 47px;
  height: 2px;
  background: #080808;
}
.newview-vtop .vtop-main .vtop-tool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
}
.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: #1960A9 !important;
}

.newview-vcont {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.5rem;
  transition: all 0.4s;
  background: #F7F8F8;
}
.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-vcont .vcont-main .vcont-hot {
  width: 31%;
  margin-left: 1.1rem;
  max-width: 450px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--navheight) + 0.2rem);
  z-index: 5;
}
.newview-vcont .vcont-main .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;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt .icon {
  width: 34px;
  height: 34px;
  display: block;
  margin-right: 16px;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list {
  width: 100%;
  box-sizing: border-box;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  padding-left: 0.14rem;
  position: relative;
  color: #AAAAAA;
  line-height: 1;
  text-align: center;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time .day {
  font-weight: 550;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time .year {
  margin-top: 4px;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #E6E6E6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .t {
  flex: 1;
  color: #000000;
  line-height: 1.5;
}

.newview-toolbox {
  width: 100%;
  background-color: #F7F8F8;
  box-sizing: border-box;
  padding: 0.3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.4rem;
}
.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.showhot {
  padding-right: calc(31% + 1.1rem);
}
.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 {
  color: #F8B617;
}
.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;
}

.index-banner {
  width: 100%;
  position: relative;
  padding-top: calc(700 / 1920 * 100%);
  box-sizing: border-box;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  color: #FFFFFF !important;
}
.index-banner .swiper-button-prev {
  left: 10%;
}
.index-banner .swiper-button-next {
  right: 10%;
}
.index-banner .index-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.index-banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-banner .bvideo {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.index-banner .banner-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .banner-item .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .pc-banner {
  opacity: 1;
  z-index: 1;
}
.index-banner .banner-item .banner-box {
  width: 100%;
  color: #ffffff;
  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-product {
  width: 100%;
}
.index-product .product-tips {
  width: 100%;
  background: #F8B617;
}
.index-product .product-tips .tips-text {
  width: 100%;
  height: 62px;
  line-height: 1;
  font-size: var(--fz14);
  text-align: center;
}
.index-product .product-main {
  width: 100%;
  background: #EDEEEE;
  display: flex;
  align-items: center;
}
.index-product .product-main .product-swiper {
  display: inline-block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.index-product .product-main .product-swiper .swiper-slide {
  width: auto;
}
.index-product .product-main .product-swiper .swiper-slide:last-child .swiper-item {
  border-right: 1px solid #D8D9D9;
}
.index-product .product-main .product-swiper .swiper-item {
  width: 100%;
  width: 230px;
  border-left: 1px solid #D8D9D9;
  padding-bottom: 0.2rem;
  background: #EDEEEE;
  transition: all 0.4s;
}
.index-product .product-main .product-swiper .swiper-item:hover {
  background: #FFFFFF;
}
.index-product .product-main .product-swiper .swiper-item:hover .pics .pic-imgs .imgs {
  filter: drop-shadow(158px 0 #F8B617);
  -webkit-backdrop-filter: drop-shadow(158px 0 #F8B617);
  -webkit-filter: drop-shadow(158px 0 #F8B617);
}
.index-product .product-main .product-swiper .swiper-item:hover .title .t {
  color: #F8B617;
  text-decoration: underline;
}
.index-product .product-main .product-swiper .swiper-item .pics {
  width: 100%;
  height: 158px;
}
.index-product .product-main .product-swiper .swiper-item .pics .pic-imgs {
  height: 158px;
  width: 158px;
  display: block;
  margin: auto;
  overflow: hidden;
}
.index-product .product-main .product-swiper .swiper-item .pics .pic-imgs .imgs {
  width: 158px;
  height: 158px;
  display: block;
  transform: translateX(-158px);
  filter: drop-shadow(158px 0 #BEBEBE);
  -webkit-backdrop-filter: drop-shadow(158px 0 #BEBEBE);
  -webkit-filter: drop-shadow(158px 0 #BEBEBE);
  object-fit: cover;
}
.index-product .product-main .product-swiper .swiper-item .title {
  width: 100%;
  margin-top: 0.1rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.4s;
}
.index-product .product-main .product-swiper .swiper-item .title .t {
  max-width: 100%;
  color: #444444;
  font-size: var(--fz16);
  line-height: 1.2;
  display: inline-block;
}

.register-main {
  width: 100%;
  padding-top: var(--navheight);
  box-sizing: border-box;
  background: #F7F8F8;
}
.register-main .register-wrap {
  width: 100%;
  padding: 1.3rem 0 1.4rem;
  box-sizing: border-box;
}
.register-main .register-wrap .register-box {
  width: 100%;
  margin: 0 auto;
  max-width: 710px;
  box-sizing: border-box;
}
.register-main .register-wrap .register-box .tbox {
  width: 100%;
  position: relative;
}
.register-main .register-wrap .register-box .tbox .tbox-item {
  padding: 0 0.5rem;
  box-sizing: border-box;
  color: #B4B4B4;
  line-height: 1;
  display: block;
  font-size: var(--fz30);
}
.register-main .register-wrap .register-box .tbox .tbox-item.on {
  color: #1A1A1A;
}
.register-main .register-wrap .register-box .tbox .line {
  height: 100%;
  background: #878787;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.register-main .register-wrap .register-box .tips {
  width: 100%;
  text-align: center;
  color: #606060;
  font-size: var(--fz14);
  line-height: 1.4;
  margin-top: 0.3rem;
}

.form-main {
  width: 100%;
  margin-top: 0.6rem;
}
.form-main .vright-btn {
  color: #1F1F1F;
  font-size: var(--fz18);
  font-weight: 550;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #F8B617;
}
.form-main .form-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-main .form-box .form-item {
  width: calc((100% - 18px) / 2);
  margin-bottom: 0.35rem;
}
.form-main .form-box .form-item.v2 {
  width: 100%;
}
.form-main .form-box .form-item .label {
  width: 100%;
  line-height: 1;
  color: #363636;
  font-size: var(--fz16);
}
.form-main .form-box .form-item .input-box {
  width: 100%;
  margin-top: 12px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
}
.form-main .form-box .form-item .input-box .vfinput {
  flex: 1;
  width: auto;
  max-width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 12px;
  font-size: var(--fz16);
}
.form-main .form-box .form-item .input-box .vftextarea {
  width: 100%;
  height: 150px;
  padding: 12px;
  color: #373737;
  line-height: 1.6;
  border-radius: 4px;
  font-size: var(--fz12);
  background: #FFFFFF;
}
.form-main .form-box .form-item .input-box .code-box {
  width: 118px;
  height: 50px;
  display: block;
}
.form-main .form-box .form-item .input-box .code-box .code {
  width: 100%;
  height: 100%;
  display: block;
}
.form-main .form-box .form-item .resetpwd {
  display: inline-block;
  margin-top: 16px;
  line-height: 1;
  color: #1F83FF;
  font-size: var(--fz14);
}

.about-info {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1.2rem 0 0.5rem;
  box-sizing: border-box;
}
.about-info .info-main {
  width: 100%;
  box-sizing: border-box;
}
.about-info .info-main .title {
  width: 100%;
  color: #333333;
  font-size: var(--fz20);
  line-height: 1.5;
}
.about-info .info-main .line {
  width: 88px;
  height: 2px;
  background: #F8B617;
  margin-top: 10px;
}
.about-info .info-main .info-box {
  width: 100%;
  display: flex;
  margin-top: 0.3rem;
  box-sizing: border-box;
}
.about-info .info-main .info-box .info-left {
  flex: 1;
  color: #333333;
  font-size: var(--fz16);
  line-height: 1.6;
}
.about-info .info-main .info-box .info-right {
  width: 39%;
  flex-shrink: 0;
  margin-left: 1rem;
  box-sizing: border-box;
}
.about-info .info-main .info-box .info-right .imgs {
  width: 100%;
  height: auto;
  display: block;
}

.about-culture {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.6rem 0;
  box-sizing: border-box;
}
.about-culture .culture-main {
  width: 100%;
  display: flex;
}
.about-culture .culture-main .culture-info {
  width: 360px;
  flex-shrink: 0;
  padding-right: 0.5rem;
}
.about-culture .culture-main .culture-info .tbox {
  width: 100%;
}
.about-culture .culture-main .culture-info .tbox .title {
  width: 100%;
  color: #333333;
  font-size: var(--fz20);
  line-height: 1.5;
}
.about-culture .culture-main .culture-info .tbox .line {
  width: 88px;
  height: 2px;
  background: #F8B617;
  margin-top: 10px;
}
.about-culture .culture-main .culture-info .list {
  width: 100%;
  padding-top: 0.6rem;
  box-sizing: border-box;
}
.about-culture .culture-main .culture-info .list .item {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
}
.about-culture .culture-main .culture-info .list .item .pics {
  flex-shrink: 0;
  width: 48px;
  margin-right: 12px;
}
.about-culture .culture-main .culture-info .list .item .pics .imgs {
  width: 100%;
  height: auto;
  display: block;
}
.about-culture .culture-main .culture-info .list .item .cont {
  flex: 1;
}
.about-culture .culture-main .culture-info .list .item .cont .tt {
  width: 100%;
  color: #333333;
  font-size: var(--fz20);
  line-height: 1.2;
}
.about-culture .culture-main .culture-info .list .item .cont .dd {
  width: 100%;
  color: #333333;
  font-size: var(--fz14);
  line-height: 1.6;
  margin-top: 4px;
}
.about-culture .culture-main .culture-right {
  flex: 1;
  box-sizing: border-box;
}
.about-culture .culture-main .culture-right .imgs {
  width: 100%;
  height: auto;
  display: block;
}

.about-honor {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.7rem 0 0.6rem;
  box-sizing: border-box;
}
.about-honor .honor-main {
  width: 100%;
}
.about-honor .honor-main .title {
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz28);
  font-weight: 550;
}
.about-honor .honor-main .desc {
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz24);
  font-weight: 550;
  margin-top: 0.2rem;
}
.about-honor .honor-main .honor-main {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-honor .honor-main .honor-main .swiper-button-next,
.about-honor .honor-main .honor-main .swiper-button-prev {
  position: static;
  width: 64px;
  height: 64px;
  margin: 0;
  z-index: 10;
  background-size: 64px 64px;
  background-image: url("/phone/images/v8.png");
}
.about-honor .honor-main .honor-main .swiper-button-next {
  transform: rotate(180deg);
}
.about-honor .honor-main .honor-main .honor-cont {
  max-width: 1000px;
  flex: 1;
}
.about-honor .honor-main .honor-main .honor-cont .honor-swiper {
  width: 100%;
}
.about-honor .honor-main .honor-main .honor-cont .honor-swiper .swiper-slide {
  width: 340px;
  background: #fff;
}
.about-honor .honor-main .honor-main .honor-cont .honor-swiper .swiper-slide .swiper-item {
  width: 100%;
}
.about-honor .honor-main .honor-main .honor-cont .honor-swiper .swiper-slide .swiper-item .imgs {
  width: 100%;
  height: auto;
  display: block;
}

.program-box {
  width: 100%;
  background: #F7F8F8;
}
.program-box .class-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0 0.1rem;
}
.program-box .class-main .class-a {
  display: block;
  line-height: 1;
  color: #303030;
  font-size: var(--fz14);
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
}
.program-box .class-main .class-a.on {
  font-weight: 550;
}
.program-box .list-main {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.36rem 0 0.76rem;
}
.program-box .list-main .hot-list {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.program-box .list-main .hot-list .item {
  position: relative;
  width: calc((100% - (0.34rem * 3)) / 4);
  margin-right: 0.34rem;
  padding-top: 0.2rem;
  margin-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.program-box .list-main .hot-list .item:first-child {
  width: auto;
  flex: 1;
  padding-bottom: 0;
}
.program-box .list-main .hot-list .item:first-child .pics {
  width: 100%;
  height: 100%;
}
.program-box .list-main .hot-list .item:first-child .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.program-box .list-main .hot-list .item:first-child .tt {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #FFFFFF;
  padding: 0.3rem;
}
.program-box .list-main .hot-list .item:first-child .more {
  display: none;
}
.program-box .list-main .hot-list .item:nth-child(3n) {
  margin-right: 0;
}
.program-box .list-main .hot-list .item .pics {
  width: 100%;
}
.program-box .list-main .hot-list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(185 / 286 * 100%);
}
.program-box .list-main .hot-list .item .tt {
  width: 100%;
  line-height: 1;
  color: #333333;
  font-size: var(--fz16);
  margin-top: 0.2rem;
}
.program-box .list-main .hot-list .item .more {
  width: 100%;
  line-height: 1;
  color: #F8B617;
  font-size: var(--fz16);
  font-weight: 550;
  margin-top: 1rem;
}
.program-box .list-main .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.program-box .list-main .list .item {
  position: relative;
  width: calc((100% - (0.34rem * 3)) / 4);
  margin-top: 0.4rem;
  margin-right: 0.34rem;
  padding-top: 0.2rem;
}
.program-box .list-main .list .item:nth-child(4n) {
  margin-right: 0;
}
.program-box .list-main .list .item .nums {
  width: 100%;
  line-height: 1;
  color: #F8B617;
  font-size: var(--fz16);
  font-weight: 550;
}
.program-box .list-main .list .item .tt {
  width: 100%;
  line-height: 1;
  color: #333333;
  font-size: var(--fz16);
  margin-top: 0.3rem;
}
.program-box .list-main .list .item .pics {
  width: 100%;
  margin-top: 0.3rem;
}
.program-box .list-main .list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(185 / 286 * 100%);
}

.service-main {
  width: 100%;
  background: #F7F8F8;
  padding: 0.5rem 0 1rem;
  position: relative;
  z-index: 5;
}
.service-main .service-tips {
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #606060;
  font-size: var(--fz14);
}
.service-main .service-class {
  width: 100%;
  margin-top: 0.3rem;
  display: flex;
}
.service-main .service-class.v-mobile {
  display: none;
}
.service-main .service-class .class-item {
  flex: 1;
  height: 80px;
  background: #FFFFFF;
  padding: 0 0.2rem;
  color: #363636;
  font-size: var(--fz16);
  line-height: 1.5;
}
.service-main .service-class .class-item.on {
  background: #F8B617;
  color: #1F1F1F;
  font-weight: 550;
}
.service-main .service-wrap1 {
  width: 100%;
  margin-top: 0.5rem;
  box-sizing: border-box;
}
.service-main .service-wrap1 .form-cont {
  width: 100%;
}
.service-main .service-wrap1 .form-cont .form-item {
  width: 100%;
  max-width: 300px;
  background: #FFFFFF;
}
.service-main .service-wrap1 .wrap1-main {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
}
.service-main .service-wrap1 .wrap1-main .wrap1-pics {
  width: 24%;
  max-width: 300px;
  flex-shrink: 0;
  margin-right: 0.3rem;
  padding-top: 50px;
}
.service-main .service-wrap1 .wrap1-main .wrap1-pics .img {
  width: 100%;
  height: auto;
  display: block;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont {
  flex: 1;
  overflow: hidden;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table {
  width: 100%;
  overflow: hidden;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #d4d8de;
  font-size: var(--fz14);
  overflow: hidden;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr.v-th {
  color: #9da0a7;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr.v-tr .wrap1-td.td1 {
  font-weight: 550;
  color: #c0c0c0;
  padding-left: 35px;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  line-height: 1;
  overflow: hidden;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td div {
  width: 100%;
  max-width: 100%;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td .tctt {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td.td1 {
  width: 122px;
  flex-shrink: 0;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td.td2 {
  flex: 1;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td.td3 {
  width: 115px;
  flex-shrink: 0;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td.td4 {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
}
.service-main .service-wrap1 .wrap1-main .wrap1-cont .wrap1-table .wrap1-tr .wrap1-td .img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
.service-main .service-wrap2 {
  width: 100%;
  overflow: hidden;
}
.service-main .service-wrap2 .cont {
  width: 100%;
  box-sizing: border-box;
  font-size: var(--fz14);
  line-height: 2;
  color: #101010;
  overflow: hidden;
  margin-top: 0.5rem;
}
.service-main .service-wrap2 .cont .pc-cont {
  width: 100%;
}
.service-main .service-wrap2 .cont .mobile-cont {
  width: 100%;
  display: none;
}
.service-main .service-wrap2 .service-remarks {
  width: 100%;
  margin-top: 0.5rem;
  padding-top: 0.7rem;
  border-top: #e7ebee 1px solid;
}
.service-main .service-wrap2 .service-remarks .title {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: var(--fz30);
  font-weight: 550;
}
.service-main .service-wrap2 .service-remarks .remarks-cont {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}

.productview-main {
  width: 100%;
  padding: 0.5rem 0 1rem;
  box-sizing: border-box;
  background: #F7F8F8;
  overflow: hidden;
}
.productview-main .productview-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.productview-main .productview-wrap {
  flex: 1;
  overflow: hidden;
}
.productview-main .productview-wrap .productview-info {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 0.3rem;
  box-sizing: border-box;
  background: #FFFFFF;
  overflow: hidden;
}
.productview-main .productview-wrap .productview-info .info-left {
  width: 50%;
  max-width: 380px;
  flex-shrink: 0;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 1px solid #e0e0e0;
}
.productview-main .productview-wrap .productview-info .info-left .img-item {
  width: 100%;
}
.productview-main .productview-wrap .productview-info .info-left .img-item .pic-box {
  width: 100%;
  padding-top: calc(1000 / 1000 * 100%);
}
.productview-main .productview-wrap .productview-info .info-left .mySwiper2 {
  width: 100%;
}
.productview-main .productview-wrap .productview-info .info-left .mySwiper {
  width: 100%;
  margin-top: 10px;
}
.productview-main .productview-wrap .productview-info .info-left .mySwiper .swiper-slide {
  width: 25%;
}
.productview-main .productview-wrap .productview-info .info-right {
  flex: 1;
  padding: 0.3rem;
}
.productview-main .productview-wrap .productview-info .info-right .title {
  width: 100%;
  font-size: var(--fz18);
}
.productview-main .productview-wrap .productview-info .info-right .desc {
  width: 100%;
  margin-top: 0.1rem;
  font-size: var(--fz14);
}
.productview-main .productview-wrap .productview-info .info-right .btn {
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: var(--fz14);
  color: #fff;
  background: #F8B617;
  color: #333333;
  margin-top: 0.5rem;
}
.productview-main .productview-wrap .productview-cont {
  width: 100%;
  margin-top: 0.3rem;
}
.productview-main .productview-wrap .productview-cont .tab-list {
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  flex-wrap: wrap;
}
.productview-main .productview-wrap .productview-cont .tab-list .tab {
  width: calc(100% / 4);
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: var(--fz14);
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.productview-main .productview-wrap .productview-cont .tab-list .tab.on:before {
  width: 100%;
}
.productview-main .productview-wrap .productview-cont .tab-list .tab:before {
  content: "";
  width: 0;
  height: 2px;
  background: #F8B617;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.productview-main .productview-wrap .productview-cont .cont-wrap {
  width: 100%;
  margin-top: 0.3rem;
}
.productview-main .productview-wrap .productview-cont .cont-wrap .cont {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.3rem;
  font-size: var(--fz14);
  line-height: 1.8;
  display: none;
}
.productview-main .productview-wrap .productview-cont .cont-wrap .cont.on {
  display: block;
}
.productview-main .productview-wrap .productview-cont .more-list {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productview-main .productview-wrap .productview-cont .more-list .more-txt {
  max-width: 400px;
  font-size: var(--fz14);
  line-height: 1;
  display: block;
}
.productview-main .productview-wrap .productview-hot {
  width: 100%;
  margin-top: 1rem;
  overflow: hidden;
}
.productview-main .productview-wrap .productview-hot .hot-cont {
  width: 100%;
  overflow: hidden;
}
.productview-main .productview-wrap .productview-hot .hot-swiper {
  width: 100%;
  margin-top: 0.3rem;
}
.productview-main .productview-wrap .productview-hot .hot-swiper .swiper-slide {
  width: 33%;
}
.productview-main .productview-wrap .productview-hot .hot-box {
  width: 100%;
  background: #FFFFFF;
  text-align: center;
}
.productview-main .productview-wrap .productview-hot .hot-box .pics {
  width: 100%;
  overflow: hidden;
}
.productview-main .productview-wrap .productview-hot .hot-box .pics .pic-box {
  width: 100%;
  padding-top: calc(1000 / 1000 * 100%);
}
.productview-main .productview-wrap .productview-hot .hot-box .cccont {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
}
.productview-main .productview-wrap .productview-hot .hot-box .cccont .tt {
  width: 100%;
  font-size: var(--fz18);
}
.productview-main .productview-wrap .productview-hot .hot-box .cccont .dd {
  font-size: var(--fz14);
  margin-top: 0.1rem;
}

.class-custom {
  flex-shrink: 0;
  margin-right: 0.4rem;
  width: 270px;
}
.class-custom .class-tbox {
  height: 75px;
  line-height: 75px;
  padding: 0 0.25rem;
  background: #F8B617;
  display: block;
}
.class-custom .class-tbox span {
  color: #242424;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  color: #333333;
  padding-left: 20px;
}
.class-custom .class-tbox span::after {
  content: "";
  width: 6px;
  height: 20px;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.class-custom .class-main {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #e0e0e0 #e0e0e0 #e0e0e0;
}
.class-custom .class-main .vtext-box {
  width: 100%;
  padding: 0 0.25rem;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.class-custom .class-main .vtext-box.hadmore .v-text {
  flex-shrink: 0;
  width: auto;
}
.class-custom .class-main .vtext-box .v-text {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: var(--fz16);
}
.class-custom .class-main .vtext-box .v-text.on {
  font-weight: 550;
}
.class-custom .class-main .vtext-box .morebox {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.class-custom .class-main .vtext-box .morebox.on .icon {
  border-color: transparent transparent transparent #F8B617;
  transform: rotate(90deg);
  margin-top: 3px;
}
.class-custom .class-main .vtext-box .morebox .icon {
  position: relative;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #b3b3b3;
  transition: all 0.4s;
}
.class-custom .class-main .class-v1 {
  width: 100%;
}
.class-custom .class-main .class-v1 .class-v2-list {
  width: 100%;
  display: none;
}
.class-custom .class-main .class-v1 .class-v2-list.on {
  display: block;
}
.class-custom .class-main .class-v1 .class-v2 {
  width: 100%;
  padding-left: 15px;
}
.class-custom .class-main .class-v1 .class-v3-list {
  width: 100%;
  display: none;
}
.class-custom .class-main .class-v1 .class-v3-list.on {
  display: block;
}
.class-custom .class-main .class-v1 .class-v3 {
  width: 100%;
  padding-left: 15px;
}

.product-vmain {
  width: 100%;
  padding: 0.5rem 0 1rem;
  box-sizing: border-box;
  background: #F7F8F8;
  position: relative;
  z-index: 8;
}
.product-vmain .product-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.product-vmain .product-wrap {
  flex: 1;
}
.product-vmain .product-wrap .product-form {
  width: 100%;
  position: relative;
  z-index: 10;
  display: block;
}
.product-vmain .product-wrap .product-form .form-wrap1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-left {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 530px;
  flex-wrap: wrap;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-left .wrap1-item {
  width: calc((100% - 130px) / 2);
  position: relative;
  background: #FFFFFF;
  margin-right: 15px;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-left .reset-btn {
  width: 100px;
  height: 48px;
  line-height: 48px;
  font-size: var(--fz14);
  background: #FFFFFF;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-right {
  width: 260px;
  background: #FFFFFF;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-right .vtool-search {
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-right .vtool-search .search-box {
  flex: 1;
  height: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-right .vtool-search .search-box .search-input {
  width: 100%;
  height: 100%;
  line-height: 1;
  max-width: 100%;
  box-sizing: border-box;
  color: #343333;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-right .vtool-search .sc {
  color: #343333;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-right .vtool-search .search-btn {
  padding: 0 14px;
  height: 100%;
  flex-shrink: 0;
}
.product-vmain .product-wrap .product-form .form-wrap1 .wrap1-right .vtool-search .search-btn .icon {
  width: 16px;
  height: 16px;
  background: none;
  border: 0;
  background-image: url(../images/icon09.png);
  background-repeat: no-repeat;
}
.product-vmain .product-wrap .product-form .form-wrap2 {
  width: 100%;
  margin-top: 0.2rem;
  border: 1px solid #e0e0e0;
  padding: 20px 10px;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px #bfbfbf dashed;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .tbox {
  width: 100px;
  padding-right: 15px;
  position: relative;
  font-size: var(--fz12);
  color: #494949;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  border-right: 1px solid #d4d8de;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .tbox .i {
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #494949 #494949 transparent transparent;
  transform: rotate(45deg);
  margin-left: 2px;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .cont {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .cont .c-item {
  width: calc(100% / 6);
  margin-bottom: 4px;
  display: none;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .cont .c-item.show {
  display: block;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .cont .c-item.on .c-label {
  color: #F8B617;
  border-color: #F8B617;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .cont .c-item .c-label {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  font-size: var(--fz12);
  color: #676767;
  padding: 0 6px;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .more-box {
  width: 80px;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .more {
  width: 80px;
  padding: 0 15px;
  position: relative;
  font-size: var(--fz12);
  color: #494949;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .more.on .i {
  transform: rotate(135deg);
  margin-left: 6px;
  margin-top: -5px;
}
.product-vmain .product-wrap .product-form .form-wrap2 .wrap2-box .more .i {
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #494949 #494949 transparent transparent;
  transform: rotate(45deg);
  margin-left: 2px;
  transition: all 0.4s;
}
.product-vmain .product-wrap .product-table {
  width: 100%;
  margin-top: 0.4rem;
}
.product-vmain .product-wrap .product-table .att-list {
  width: 100%;
  padding: 14px 0 14px 15px;
  display: none;
}
.product-vmain .product-wrap .product-table .att-list.on {
  display: block;
}
.product-vmain .product-wrap .product-table .att-list .att-t {
  width: 100%;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: var(--fz16);
}
.product-vmain .product-wrap .product-table .att-list .att-t:not(:first-child) {
  margin-top: 0.3rem;
}
.product-vmain .product-wrap .product-table .att-list .att-t .t-name {
  font-weight: 550;
  width: 90px;
  flex-shrink: 0;
  text-align: right;
  margin-right: 20px;
}
.product-vmain .product-wrap .product-table .att-list .att-t .t-val {
  flex: 1;
}
.product-vmain .product-wrap .product-table .att-list .att-t .t-val span {
  padding-right: 10px;
}
.product-vmain .product-wrap .product-table .tr {
  width: 100%;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e0e0e0;
}
.product-vmain .product-wrap .product-table .tr.th .td {
  font-size: var(--fz12);
  font-weight: 550;
}
.product-vmain .product-wrap .product-table .tr.th .td .att {
  padding: 20px 0 20px 15px;
}
.product-vmain .product-wrap .product-table .tr .td {
  flex: 1;
  box-sizing: border-box;
  font-size: var(--fz14);
}
.product-vmain .product-wrap .product-table .tr .td .att {
  width: 100%;
  padding: 14px 0 14px 15px;
}
.product-vmain .product-wrap .product-table .tr .td .att:not(:first-child) {
  padding-top: 0;
  margin-top: -10px;
}
.product-vmain .product-wrap .product-table .tr .td.more {
  display: none;
  text-align: center;
}
.product-vmain .product-wrap .product-table .tr .td.more.on .i {
  transform: rotate(135deg);
  margin-left: 6px;
  margin-top: -5px;
}
.product-vmain .product-wrap .product-table .tr .td.more .i {
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #494949 #494949 transparent transparent;
  transform: rotate(45deg);
  margin-left: 2px;
  transition: all 0.4s;
}
.product-vmain .product-wrap .product-table .tr .td:first-child {
  min-width: 160px;
}

.product-cmain {
  width: 100%;
  padding: 0.5rem 0 1rem;
  box-sizing: border-box;
  background: #F7F8F8;
}
.product-cmain .product-class {
  width: 100%;
  border-bottom: 1px solid #d4d8de;
}
.product-cmain .product-class .clsss-title {
  border-bottom: 1px solid #d4d8de;
  height: 52px;
  line-height: 52px;
  text-align: center;
  position: relative;
}
.product-cmain .product-class .clsss-title span {
  display: inline-block;
  height: 52px;
  font-size: 14px;
  border-bottom: 1px solid #F8B617;
  position: relative;
  z-index: 1;
  padding: 0 3px;
}
.product-cmain .product-class .class-main {
  width: 100%;
}
.product-cmain .product-class .class-main .class-swiper {
  width: 100%;
  padding: 0.4rem 0;
}
.product-cmain .product-class .class-main .class-swiper .swiper-slide {
  width: calc(100% / 8);
}
.product-cmain .product-class .class-main .class-swiper .swiper-item {
  width: 100%;
}
.product-cmain .product-class .class-main .class-swiper .swiper-item:hover .pics {
  border: 1px solid #F8B617;
}
.product-cmain .product-class .class-main .class-swiper .swiper-item .pics {
  width: 100%;
  border-radius: 50%;
  transition: all 0.5s ease;
  overflow: hidden;
  border: 1px solid #D8D9D9;
  background: #FFFFFF;
  transition: all 0.4s;
}
.product-cmain .product-class .class-main .class-swiper .swiper-item .pics .pic-box {
  width: 100%;
  padding-top: calc(1000 / 1000 * 100%);
}
.product-cmain .product-class .class-main .class-swiper .swiper-item .title {
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  color: #444444;
  font-size: var(--fz16);
}
.product-cmain .product-hot {
  width: 100%;
  padding-top: 0.5rem;
}
.product-cmain .product-hot .hot-main {
  width: 100%;
  padding-top: 0.5rem;
}
.product-cmain .product-hot .more-box {
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0.3rem auto 0;
  box-sizing: border-box;
  align-items: center;
  line-height: 1;
  font-size: var(--fz14);
  color: #F8B617;
}
.product-cmain .product-hot .more-box .icon {
  width: 6px;
  height: auto;
  display: block;
  margin-left: 4px;
}
.product-cmain .product-hot .hot-wrap1 {
  width: 100%;
}
.product-cmain .product-hot .hot-wrap1 .hot-item {
  float: left;
  width: calc((60% - (8px * 3)) / 3);
}
.product-cmain .product-hot .hot-wrap1 .hot-item:first-child {
  float: right;
  width: 40%;
  height: calc(335px * 2 + 10px);
  background: #FFFFFF;
  text-align: center;
  margin-right: 0;
}
.product-cmain .product-hot .hot-wrap1 .hot-item:first-child .cont {
  padding: 0.5rem 0.5rem 0;
}
.product-cmain .product-hot .hot-wrap1 .hot-item:first-child .cont .tt {
  width: 100%;
  font-size: var(--fz30);
}
.product-cmain .product-hot .hot-wrap1 .hot-item:first-child .cont .dd {
  font-size: var(--fz20);
  margin-top: 0.25rem;
}
.product-cmain .product-hot .hot-wrap2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.product-cmain .product-hot .hot-wrap2 .hot-item:nth-child(5n) {
  margin-right: 0;
}
.product-cmain .product-hot .hot-item {
  width: calc((100% - (8px * 4)) / 5);
  height: 335px;
  background: #FFFFFF;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.product-cmain .product-hot .hot-item .pics {
  width: 100%;
  overflow: hidden;
}
.product-cmain .product-hot .hot-item .pics .pic-box {
  width: 100%;
  padding-top: calc(1000 / 1000 * 100%);
}
.product-cmain .product-hot .hot-item .cont {
  width: 100%;
  padding: 0.2rem 0.2rem 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
}
.product-cmain .product-hot .hot-item .cont .tt {
  width: 100%;
  font-size: var(--fz18);
}
.product-cmain .product-hot .hot-item .cont .dd {
  font-size: var(--fz14);
  margin-top: 0.1rem;
}

.map-main {
  width: 100%;
}
.map-main .map-list {
  width: 100%;
  padding: 0.5rem;
}
.map-main .map-list .map-box {
  width: 100%;
}
.map-main .map-list .map-text {
  font-size: var(--fz16);
  margin-top: 10px;
}
.map-main .map-list .map-child-box {
  width: 100%;
  padding-left: 15px;
}
.map-main .map-list .map-child {
  width: 100%;
}

.main-404 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #FFFFFF;
}
.main-404 .wrap-404 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-404 .wrap-404 .cont-404 {
  width: 100%;
  margin-top: -2%;
}
.main-404 .wrap-404 .cont-404 .imgs {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.main-404 .wrap-404 .cont-404 .tt {
  width: 100%;
  line-height: 1.2;
  font-size: var(--fz48);
  text-align: center;
  margin-top: 4px;
  padding: 0 20px;
}
.main-404 .wrap-404 .cont-404 .dd {
  width: 100%;
  text-align: center;
  font-size: var(--fz24);
  line-height: 1.4;
  margin-top: 0.2rem;
  padding: 0 20px;
}
.main-404 .wrap-404 .cont-404 .dd .c {
  padding: 0 6px;
}
.main-404 .wrap-404 .cont-404 .dd .line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #080808;
  margin: 0 6px;
}