:root {
  --navheight: 90px;
  --navigation: 88px;
  --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);
  }
}
* {
  font-family: "RanyEN" !important;
}

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);
  }
}
.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-right: 40px;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 1.2;
  background: #FFFFFF;
  cursor: pointer;
  display: block;
  color: #ADADAD;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.vtool-select .dl-clsss .word.on {
  color: #000000;
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000000;
  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: #EEECE8;
  z-index: 11;
  display: none;
  border: 1px solid #EEECE8;
  max-height: 336px;
  overflow-y: auto;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #ADADAD;
  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 #E6E6E6;
}
.vtool-select .dl-clsss .sub .sub-a:hover {
  color: #000000;
}
.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);
}

.nums-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.nums-box .nums-item {
  flex: 1;
  margin-top: 0.8rem;
}
.nums-box .nums-item .nums-i {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 0.7rem;
  text-align: center;
  color: #82A70B;
  font-family: "DINProNum" !important;
}
.nums-box .nums-item .nums-i .small {
  font-size: 0.7rem;
  display: inline-block;
  margin-left: -0.2rem;
}
.nums-box .nums-item .nums-t {
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.2;
  text-align: center;
  margin-top: 0.1rem;
}

.num-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.num-box2 .num-item {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.58rem;
}
.num-box2 .num-item:nth-child(2n) {
  border-right-color: transparent;
}
.num-box2 .num-item .num-t1 {
  font-weight: 300;
  font-size: var(--fz30);
  line-height: 1;
  color: #FFFFFF;
  font-family: "DINProNum" !important;
}
.num-box2 .num-item .num-t1 .big {
  font-size: var(--fz40);
  line-height: 1;
}
.num-box2 .num-item .num-t1 .s {
  display: inline-block;
  margin-left: -8px;
}
.num-box2 .num-item .num-t2 {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.2;
  margin-top: 0.1rem;
}

.pagination-box {
  padding-bottom: 1.5rem;
}
.pagination-box.v2 {
  padding-top: 1rem;
  position: relative;
  z-index: 50;
}
.pagination-box.v3 .page-box .btn {
  color: #262524;
}
.pagination-box.v4 {
  padding-top: 0;
}
.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: 38px;
  height: 38px;
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #262524;
  font-size: var(--fz18);
  transition: all 0.4s;
  background-color: transparent;
  font-family: "DINProNum";
}
.pagination-box .page-box .btn:not(:first-child) {
  margin-left: 5px;
}
.pagination-box .page-box .btn.next, .pagination-box .page-box .btn.prev {
  font-family: "simsun" !important;
}
.pagination-box .page-box .btn.on {
  color: #82A70B;
  position: relative;
}
.pagination-box .page-box .btn.on::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #82A70B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
}
.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.35;
}
.pagination-box .page-box .select {
  display: none !important;
}
.pagination-box .page-box .f-right {
  display: none !important;
}

.banner-text {
  width: 100%;
  padding: 1.1rem 0;
  text-align: center;
  background: #FFFFFF;
  flex-shrink: 0;
  position: relative;
  z-index: 11;
}
.banner-text.v2 {
  padding: 0;
  height: 0;
}
.banner-text .class-icon {
  width: 22px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/phone/images/icon7.png");
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  z-index: 2;
  animation: slideUpDown 3s infinite ease;
}
.banner-text .banner-class {
  width: 100%;
  height: var(--navigation);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.banner-text .banner-class .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text .banner-class .class-item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.2;
  position: relative;
}
.banner-text .banner-class .class-item.on::after, .banner-text .banner-class .class-item:hover::after {
  width: 100%;
}
.banner-text .banner-class .class-item::after {
  content: "";
  width: 0;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  opacity: 1;
  transition: all 0.4s;
}
.banner-text .t {
  color: #82A70B;
  font-size: 1.4rem;
  line-height: 0.75;
  opacity: 0.15;
  font-weight: 300;
}

.banner-page {
  width: 100%;
  padding-top: calc(700 / 1920 * 100%);
  position: relative;
  z-index: 10;
}
.banner-page.v2 {
  padding: 0;
}
.banner-page.v2 .banner-box .banner-main {
  width: 100%;
  text-align: left;
}
.banner-page.v2 .banner-box .banner-main .banner-cont {
  width: 100%;
}
.banner-page.v3 {
  padding-top: calc(700 / 1920 * 100%);
}
.banner-page.v3 .banner-box .banner-main {
  width: 100%;
  text-align: center;
}
.banner-page.v3 .banner-box .banner-main .banner-cont {
  width: 100%;
}
.banner-page.v4 {
  padding: 0;
}
.banner-page.v4 .banner-box .banner-main {
  width: 100%;
  text-align: center;
}
.banner-page.v4 .banner-box .banner-main .banner-cont {
  width: 100%;
}
.banner-page.v4 .banner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-page .nav-abs {
  width: 100%;
  padding: 0.2rem 0;
  position: absolute;
  left: 0;
  top: var(--navheight);
  box-sizing: border-box;
}
.banner-page .banner-nav {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.banner-page .banner-nav .nav-item {
  color: #DEDEDE;
  font-size: var(--fz18);
  display: flex;
  align-items: center;
  line-height: 1;
}
.banner-page .banner-nav .nav-item .heng {
  display: inline-block;
  margin: 0 8px;
  width: 8px;
  height: 1px;
  background: #FFFFFF;
}
.banner-page .banner-abs {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.banner-page .banner-abs .abs-tt {
  color: #FFFFFF;
  font-size: var(--fz70);
  line-height: 1;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1.09rem;
}
.banner-page .banner-abs .abs-dd {
  text-align: center;
  color: #DEDEDE;
  font-size: var(--fz30);
  line-height: 1.4;
  margin-bottom: 0.45rem;
  margin-top: -0.87rem;
}
.banner-page .banner-abs .abs-icon {
  width: 100%;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
}
.banner-page .banner-abs .class-icon {
  width: 22px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/phone/images/icon7.png");
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  z-index: 2;
  animation: slideUpDown 3s infinite ease;
  filter: brightness(0) invert(1);
}
.banner-page .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.banner-page .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.banner-page .pc-banner {
  opacity: 1;
  z-index: 1;
}
.banner-page .bvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.banner-page .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.banner-page .banner-box .banner-main {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}
.banner-page .banner-box .banner-main .banner-logo {
  width: auto;
  display: block;
  height: 160px;
}
.banner-page .banner-box .banner-main .b-t {
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1;
  font-weight: 300;
}
.banner-page .banner-box .banner-main .b-t2 {
  color: white;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  margin-top: 0.3rem;
}

.navtop-child {
  position: fixed;
  top: calc(var(--navheight) - 1px);
  left: 0;
  width: 100%;
  transition: all 0.4s;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #F1F1F3;
  padding: 0.6rem 0 0.6rem;
}
.navtop-child .child-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.navtop-child .child-main .child-left {
  width: 28%;
  min-width: 200px;
  flex-shrink: 0;
}
.navtop-child .child-main .child-left .tt1 {
  color: #24262C;
  font-size: var(--fz24);
  line-height: 1;
  font-weight: 550;
}
.navtop-child .child-main .child-left .tt2 {
  color: #B9BAC0;
  font-size: var(--fz40);
  line-height: 1;
  margin-top: 0.2rem;
}
.navtop-child .child-main .child-right {
  flex: 1;
  overflow: hidden;
  border-left: 1px solid #DFDFE3;
  padding-left: 0.88rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.navtop-child .child-main .child-right .child-item {
  padding-right: 0.6rem;
  width: 33.33%;
  margin-bottom: 0.3rem;
}
.navtop-child .child-main .child-right .child-item .item-cont {
  border-bottom: 1px solid #DFDFE3;
  color: #221815;
  font-size: var(--fz14);
  line-height: 1.3;
  padding-bottom: 0.2rem;
}
.navtop-child .child-main .child-right .child-item .item-cont .item-s {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: #83A71C;
  position: relative;
}
.navtop-child .child-main .child-right .child-item .item-cont .item-s::after {
  content: "";
  width: 10px;
  height: 4px;
  background: #221815;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.navtop-custom {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
  background: #FFFFFF;
}
.navtop-custom.navtop-home {
  position: fixed;
  background: transparent;
}
.navtop-custom.navtop-home .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  background-color: #FFFFFF;
}
.navtop-custom.navtop-home .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after,
.navtop-custom.navtop-home .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  background-color: #FFFFFF;
}
.navtop-custom.navtop-home .navtop-main .navtop-logo .logo .logo-icon {
  filter: brightness(0) invert(1);
}
.navtop-custom.navtop-home .navtop-main .navtop-search .navtop-search-box .search-icon {
  filter: brightness(0) invert(1);
}
.navtop-custom.navtop-home .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  color: #FFFFFF;
}
.navtop-custom.navtop-home:hover .navtop-main .navtop-logo .logo .logo-icon {
  filter: none !important;
}
.navtop-custom.navtop-home:hover .navtop-main .navtop-search .navtop-search-box .search-icon {
  filter: none !important;
}
.navtop-custom.navtop-home:hover .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  color: #202020 !important;
}
.navtop-custom.navtop-check {
  position: fixed;
  background: transparent;
}
.navtop-custom.navtop-check .navtop-main .navtop-logo .logo .logo-icon {
  filter: none !important;
}
.navtop-custom.navtop-check .navtop-main .navtop-search .navtop-search-box .search-icon {
  filter: none !important;
}
.navtop-custom.navtop-check .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  color: #202020 !important;
}
.navtop-custom:hover {
  background: #FFFFFF;
}
.navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  background-color: #82A70B;
}
.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 {
  background-color: #82A70B;
}
.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;
  padding: 0 60px;
}
.navtop-custom .navtop-main .navtop-logo {
  width: 64px;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-logo .logo {
  width: 100%;
  position: relative;
}
.navtop-custom .navtop-main .navtop-logo .logo .logo-icon {
  width: 64px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.navtop-custom .navtop-main .navtop-search {
  height: 100%;
  position: relative;
  padding: 0 0.15rem;
  transition: all 0.4s;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-search:hover .navtop-search-form {
  transform: translateX(30px) 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: url("/phone/images/icon11.png") no-repeat center;
  background-size: cover;
  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(30px) translateY(20px);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  top: 90%;
}
.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: #82A70B;
  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: url("/phone/images/search.png") no-repeat center;
  background-size: cover;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.navtop-custom .navtop-main .navtop-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .navtop-tool {
  display: flex;
  align-items: center;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-right .navtop-list {
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li:hover .navtop-child {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translateY(0%);
  border: 1ox solid red;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li:hover .li-box::after {
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li.on .li-box::after {
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  padding: 0 0.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202020;
  font-size: var(--fz16);
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li .li-box::after {
  content: "";
  width: 46px;
  height: 6px;
  background: #82A70B;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .navtop-contact {
  height: 30px;
  background: #82A70B;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  padding: 10px 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 0.25rem;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right .navtop-contact::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #FFFFFF;
}
.navtop-custom .navtop-main .navtop-right .navtop-contact .icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url("/phone/images/icon8.png") no-repeat center;
  background-size: cover;
}
.navtop-custom .navtop-main .navtop-right-mobile {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  transition: all 0.4s;
}
.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: #82A70B;
}
.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: #82A70B;
  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: #82A70B;
  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: #82A70B;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 20px;
  height: 20px;
  display: block;
  transform-origin: center;
  filter: brightness(0) invert(1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
  display: none;
}
.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 #82A70B;
  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-custom1 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}
.navtop-custom1.on {
  background: #FFFFFF;
}
.navtop-custom1.navbalck3 {
  background: #FFFFFF;
}
.navtop-custom1.navtop-rel {
  position: sticky;
  background: #2E2E2E;
  border-bottom: 1px solid #3B3B3B;
}
.navtop-custom1 .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;
  padding: 0 0.3rem 0 0.5rem;
}
.navtop-custom1 .navtop-main .navtop-pc {
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon::after, .navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon::before {
  width: 50%;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #EDEDED;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon .line {
  opacity: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon {
  width: 80px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon::after, .navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon .line {
  width: 80%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-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: translateY(-100%);
  z-index: 0;
  background: #FFFFFF;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box.on {
  visibility: visible;
  transform: translateY(0);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-logo {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-logo .pic-box {
  width: 100%;
  padding-top: calc(204 / 1604 * 100%);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .container {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left {
  width: 60.6%;
  flex-shrink: 0;
  padding-top: 0.4rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list {
  width: 100%;
  position: relative;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item {
  width: 100%;
  margin-top: 0.4rem;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item:hover .item-cont .tt1 {
  color: #82A70B;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item:hover .item-cont .tt2 {
  color: #FFFFFF;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item:hover .item-abs {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-cont {
  width: 100%;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-cont .tt1 {
  color: #3C3C3C;
  font-size: var(--fz18);
  line-height: 1.1;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-cont .tt2 {
  font-weight: 300;
  color: #888787;
  font-size: var(--fz30);
  line-height: 1.1;
  margin-top: 10px;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.4rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(20px);
  z-index: 20;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list {
  flex: 1;
  max-width: 450px;
  pointer-events: visible;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item {
  width: 100%;
  position: relative;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item .item-a {
  color: #FFFFFF;
  font-size: var(--fz18);
  font-weight: 300;
  line-height: 1;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item:first-child::after {
  opacity: 1;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -0.34rem;
  transform: translate(-100%, 50%);
  opacity: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .pright-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-pic {
  width: 250px;
  margin-right: 0.5rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-pic .pic-box {
  padding-top: calc(630 / 250 * 100%);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont {
  flex: 1;
  max-width: 250px;
  padding-bottom: 0.8rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .cont-t {
  padding-left: 0.25rem;
  position: relative;
  margin-bottom: 0.9rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .cont-t::after {
  content: "";
  width: 2px;
  background: #82A70B;
  height: 94%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .cont-t .cont {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1.7;
  font-weight: 300;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .bot-text {
  max-width: 100%;
  color: #6D6D6D;
  font-size: var(--fz14);
  line-height: 1.7;
}
.navtop-custom1 .navtop-main .navtop-right-mobile {
  display: none;
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
}
.navtop-custom1 .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-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::before {
  width: 50%;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #EDEDED;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon {
  width: 80px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  width: 80%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.navtop-custom1 .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-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main {
  width: 100%;
  height: 100%;
  background-color: #1B1B1B;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  transition: all 0.4s;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  background-color: #1B1B1B;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0;
}
.navtop-custom1 .navtop-main .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(21, 21, 21, 0.1);
  display: flex;
  align-items: center;
}
.navtop-custom1 .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-custom1 .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: #151515;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn {
  width: 40px;
  height: 30px;
  background-color: #F5F6F8;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #151515;
  color: #FFFFFF;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
}
.navtop-custom1 .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-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon.on::after {
  transform: translateY(-50%) rotate(90deg);
  margin-top: 3px;
}
.navtop-custom1 .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 #FFFFFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #FFFFFF;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.navtop-custom1 .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(255, 255, 255, 0.1);
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.navtop-custom1 .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: #242222;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .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-custom1 .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: #FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom1 .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: #242222;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .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-custom1 .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: #FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom1 .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: #242222;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .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-custom1 .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: FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .logo-box {
  width: 209px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navtop-custom1 .navtop-main .logo-box .logo {
  width: 100%;
  height: auto;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-tool {
  display: flex;
  align-items: stretch;
  height: 100%;
  position: relative;
  z-index: 10;
}
.navtop-custom1 .navtop-main .navtop-tool .tool-item {
  height: 100%;
  position: relative;
}
.navtop-custom1 .navtop-main .navtop-tool .tool-item .item-cont {
  height: 100%;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navtop-custom1 .navtop-main .navtop-tool .tool-item .item-cont .icon {
  width: auto;
  height: 18px;
  display: block;
}

.footer-custom {
  width: 100%;
  background: #262524;
  border-top: 1px solid #3A3A3A;
  position: relative;
  z-index: 10;
  padding: 1rem 0 0.46rem;
  box-sizing: border-box;
}
.footer-custom .footer-main {
  width: 100%;
}
.footer-custom .footer-main .footer-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-custom .footer-main .footer-top .top-left {
  flex-shrink: 0;
  max-width: 300px;
  padding-left: 0.25rem;
  position: relative;
  top: -10px;
}
.footer-custom .footer-main .footer-top .top-left .flogo {
  display: inline-block;
}
.footer-custom .footer-main .footer-top .top-left .flogo img {
  width: 108px;
  height: 100px;
  margin-bottom: 30px;
}
.footer-custom .footer-main .footer-top .top-left .cont {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1.7;
  font-weight: 300;
}
.footer-custom .footer-main .footer-top .top-right {
  width: 80%;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul .fot-li {
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  width: 20%;
  text-align: left;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul .fot-li:first-child {
  padding-left: 0;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul .fot-li:last-child {
  padding-right: 0;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul .fot-li:last-child::after {
  opacity: 0;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul .fot-li .fot-a {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  position: relative;
  padding: 0 14px 0px 0px;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul .fot-li .fot-a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #82A70B;
  position: absolute;
  right: 0;
  top: -8px;
  transform: translateY(-50%);
}
.footer-custom .footer-main .footer-bot {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.7rem;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-custom .footer-main .footer-bot .bot-left {
  flex-shrink: 0;
  max-width: 390px;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item {
  margin-left: 10px;
  position: relative;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item:hover .item-abs {
  opacity: 1;
  visibility: visible;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-cont {
  width: 40px;
  height: 40px;
  background: #362E2B;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-cont .icon {
  width: 20px;
  height: auto;
  display: block;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-abs {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-100%);
  z-index: 2;
  padding-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-abs .img {
  width: 100px;
  height: 100px;
  display: block;
}
.footer-custom .footer-main .footer-bot .botdis {
  display: none;
  flex: 1;
  max-width: 663px;
}
.footer-custom .footer-main .footer-bot .botdis .bot-text {
  max-width: 100%;
  color: #F7F7F7;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1.7;
}
.footer-custom .footer-main .footer-bot .botdis .bot-logo {
  width: 100%;
}
.footer-custom .footer-main .footer-bot .botdis .bot-logo .pic-box {
  width: 100%;
  padding-top: calc(83 / 663 * 100%);
}
.footer-custom .footer-main .footer-bot .bot-right {
  flex: 1;
  max-width: 663px;
}
.footer-custom .footer-main .footer-bot .bot-right .bot-text {
  max-width: 100%;
  color: #F7F7F7;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1.7;
}
.footer-custom .footer-main .footer-bot .bot-right .bot-logo {
  width: 100%;
}
.footer-custom .footer-main .footer-bot .bot-right .bot-logo .pic-box {
  width: 100%;
  padding-top: calc(83 / 663 * 100%);
}

.search-form-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
.search-form-box .search-input {
  flex: 1;
  height: 56px;
  line-height: 56px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #393939;
  border-top: 1px solid rgba(130, 167, 11, 0.1);
  font-size: var(--fz26);
}
.search-form-box .search-btn {
  width: 128px;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #82A70B;
  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%;
  background: #FFFFFF;
  padding: 1.5rem 0 1.8rem;
  box-sizing: border-box;
}
.news-page.v2 {
  padding: 0 0 1.8rem;
}
.news-page .news-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.news-page .news-box .news-item {
  display: block;
  width: calc(100% / 3);
  box-sizing: border-box;
  border-right: 1px solid #484848;
  padding: 0 1rem 1.5rem;
}
.news-page .news-box .news-item:nth-child(3n) {
  border-right-color: transparent;
}
.news-page .news-box .news-item .item-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  box-sizing: border-box;
}
.news-page .news-box .news-item .item-cont .item-top {
  width: 100%;
}
.news-page .news-box .news-item .item-cont .item-top .time {
  color: #A4A4A4;
  font-size: var(--fz16);
  line-height: 1;
}
.news-page .news-box .news-item .item-cont .item-top .tt {
  width: 100%;
  height: 108px;
  margin-top: 0.25rem;
}
.news-page .news-box .news-item .item-cont .item-top .tt .t-c {
  width: 100%;
  color: #333333;
  font-size: var(--fz24);
  line-height: 1.5;
  font-weight: 300;
}
.news-page .news-box .news-item .item-cont .item-top .more-t {
  display: inline-block;
  width: auto;
  margin: 0.35rem 0 0 auto;
  color: #333333;
  font-size: var(--fz14);
  line-height: 1;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #333333;
  position: relative;
  right: -100%;
  transform: translateX(-100%);
}
.news-page .news-box .news-item .item-cont .item-pic {
  width: 100%;
  margin-top: 0.6rem;
}
.news-page .news-box .news-item .item-cont .item-pic .pic-box {
  width: 100%;
  padding-top: calc(250 /400 * 100%);
}

.newview-vtop {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
}
.newview-vtop .nav-abs {
  width: 100%;
  padding: 0.2rem 0;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
}
.newview-vtop .banner-nav {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.newview-vtop .banner-nav .nav-item {
  color: #333333;
  font-size: var(--fz18);
  display: flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .banner-nav .nav-item .heng {
  display: inline-block;
  margin: 0 8px;
  width: 8px;
  height: 1px;
  background: #333333;
}
.newview-vtop .bot-logo {
  width: 100%;
  padding-top: calc(208 / 1604 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.newview-vtop .vtop-main {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0 1rem;
  position: relative;
  z-index: 2;
}
.newview-vtop .vtop-main .title {
  font-weight: 300;
  color: #333333;
  line-height: 1.15;
  text-align: center;
  font-size: var(--fz36);
}
.newview-vtop .vtop-main .vtop-tool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-box {
  color: #A4A4A4;
  display: flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .data-box.v2 {
  margin-left: 0.6rem;
}
.newview-vtop .vtop-main .vtop-tool .list-t {
  padding-left: 0.8rem;
  position: relative;
}
.newview-vtop .vtop-main .vtop-tool .list-t::after {
  content: "";
  width: 1px;
  height: 26px;
  background: #4D4D4D;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.newview-vtop .vtop-main .vtop-tool .list-t .list-a {
  color: #82A70B;
  font-size: var(--fz14);
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .list-t .list-a .c {
  display: inline-block;
  font-family: "simsun";
  padding-left: 1px;
}
.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 .data-t .eye-icon {
  width: 19px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/phone/images/icon9.png");
  margin-right: 10px;
}
.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;
  transition: all 0.4s;
}
.newview-vcont .vcont-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  transition: all 0.4s;
}
.newview-vcont .vcont-main .vcont-box {
  flex: 1;
  transition: all 0.4s;
  overflow: hidden;
  padding: 0.8rem 0 1rem;
}
.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.3rem;
  max-width: 490px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--navheight) + 0.2rem);
  z-index: 5;
  border-left: 1px solid #E6E6E6;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t {
  width: 100%;
  height: 124px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #393939;
  font-weight: 300;
  padding: 0 0.4rem;
  font-size: var(--fz30);
  line-height: 1;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt .round {
  width: 12px;
  height: 12px;
  border: 1px solid #82A70B;
  border-radius: 50%;
  margin-right: 15px;
}
.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.35rem 0.4rem;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item:last-child {
  border-bottom: none;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time {
  color: #A4A4A4;
  font-size: var(--fz16);
  font-size: 300;
  line-height: 1;
  margin-top: 0.25rem;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .t {
  width: 100%;
  color: #3C3C3C;
  line-height: 1.5;
  font-size: var(--fz24);
  font-weight: 300;
}

.newview-toolbox {
  width: 100%;
  background-color: #EEECE8;
  box-sizing: border-box;
  padding: 1rem 0;
}
.newview-toolbox .newview-tool {
  width: 100%;
  box-sizing: border-box;
}
.newview-toolbox .newview-tool .next-box {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.newview-toolbox .newview-tool .next-box .next-item {
  width: 43.75%;
}
.newview-toolbox .newview-tool .next-box .next-a {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.newview-toolbox .newview-tool .next-box .next-a .next-pic {
  width: 47.2%;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.newview-toolbox .newview-tool .next-box .next-a .next-pic .pic-box {
  width: 100%;
  padding-top: calc(206 / 329 * 100%);
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 300;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .cont-top {
  width: 100%;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .cont-top .t1 {
  color: #82A70B;
  font-size: var(--fz20);
  line-height: 1;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .cont-top .t2 {
  color: #3C3C3C;
  font-size: var(--fz20);
  line-height: 1.8;
  margin-top: 0.25rem;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .t3 {
  width: 100%;
  color: #A4A4A4;
  line-height: 1;
  font-size: var(--fz16);
  margin-top: 0.5rem;
}

.productlist-page {
  width: 100%;
  position: relative;
}
.productlist-page .swiper-pagination {
  width: 12px;
  height: 100%;
  position: absolute;
  margin: 0;
  left: auto;
  top: 50%;
  right: 0.6rem;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.productlist-page .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
  position: relative;
}
.productlist-page .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.productlist-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productlist-page .product-swiper {
  width: 100%;
  height: 100vh;
}
.productlist-page .swiper-slide.had-foot {
  height: auto !important;
}
.productlist-page .ani-slide .swiper-item .swiper-bg {
  transform: scale(1.05);
  opacity: 1;
}
.productlist-page .ani-slide .swiper-item .swiper-cont .cont .tt,
.productlist-page .ani-slide .swiper-item .swiper-cont .cont .tt2 {
  transform: translateY(0);
  opacity: 1;
}
.productlist-page .ani-slide .swiper-item .swiper-cont .cont .more-t {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.productlist-page .swiper-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productlist-page .swiper-item.is-banner {
  display: flex;
  flex-direction: column;
}
.productlist-page .swiper-item.is-banner .banner-page {
  flex: 1 !important;
  padding: 0 !important;
}
.productlist-page .swiper-item .swiper-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
  transform: scale(1);
  transition: all 1s;
}
.productlist-page .swiper-item .swiper-bg.v2 {
  display: none !important;
  visibility: hidden !important;
}
.productlist-page .swiper-item .swiper-cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}
.productlist-page .swiper-item .swiper-cont .cont {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
.productlist-page .swiper-item .swiper-cont .cont .tt {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.2;
  margin-bottom: 0.25rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s;
}
.productlist-page .swiper-item .swiper-cont .cont .tt2 {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0.3rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.productlist-page .swiper-item .swiper-cont .cont .more-t {
  display: inline-block;
  padding: 14px 0;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  width: auto;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.6s;
}

.product-page {
  width: 100%;
  background: #FFFFFF;
}
.product-page .product-top-line {
  width: 100%;
  padding-top: 1rem;
}
.product-page .product-top {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
}
.product-page .product-top .top-main {
  width: 100%;
  padding: 2rem 1rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-page .product-top .top-main .logo {
  width: 190px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.product-page .product-top .top-main .cont {
  margin-left: 1rem;
  flex: 1;
  max-width: 810px;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.product-page .product-top .top-main2 {
  width: 100%;
  padding: 0.7rem 0 2.5rem;
}
.product-page .product-top .top-main2 .line {
  width: 1px;
  height: 60px;
  background: #FFFFFF;
  opacity: 0.15;
  margin: 0 auto;
}
.product-page .product-top .top-main2 .cont {
  width: 100%;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
  margin-top: 0.65rem;
  text-align: center;
}
.product-page .product-top2 {
  width: 100%;
  background: #FFFFFF;
  padding-top: 0.8rem;
  padding-bottom: 0.45rem;
  box-sizing: border-box;
  position: relative;
}
.product-page .product-top2::after {
  content: "";
  width: var(--container-width);
  max-width: 1800px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  z-index: 2;
  height: 0.6rem;
  background: #FFFFFF;
}
.product-page .product-top2 .tt {
  text-align: center;
  width: 100%;
  font-size: 300;
  font-size: var(--fz24);
  color: #82A70B;
  line-height: 1.5;
  margin-bottom: 0.35rem;
}
.product-page .product-top2 .dd {
  text-align: center;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.product-page .product-top2 .line {
  width: 1px;
  height: 60px;
  background: #FFFFFF;
  opacity: 0.15;
  margin: 0.4rem auto 0;
}
.product-page .product-cont {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  padding-bottom: 1.6rem;
  box-sizing: border-box;
}
.product-page .product-cont .product-class {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.8rem 1rem 0.76rem;
}
.product-page .product-cont .product-class .class-title {
  width: 100%;
  line-height: 1.1;
  color: #2A2A2A;
  font-weight: 300;
  font-size: var(--fz30);
}
.product-page .product-cont .product-class .class-list {
  width: 100%;
  padding-top: 0.25rem;
  box-sizing: border-box;
}
.product-page .product-cont .product-class .class-list .class-item {
  margin-top: 8px;
  margin-right: 8px;
  display: inline-flex;
  width: auto;
  padding: 0 0.2rem;
  height: 46px;
  line-height: 46px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #b3b0b0;
  color: #333333;
  font-size: var(--fz16);
  font-weight: 300;
}
.product-page .product-cont .product-class .class-list .class-item.all {
  padding: 0 11px;
}
.product-page .product-cont .product-class .class-list .class-item.on {
  background: #82A70B;
  border-color: #82A70B;
  color: #FFFFFF;
}
.product-page .product-cont .product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-page .product-cont .product-list.flex_3 {
  justify-content: flex-start;
}
.product-page .product-cont .product-list.flex_3 .item {
  width: calc((100% - (0.28rem * 2)) / 3);
  margin-right: 0.28rem;
}
.product-page .product-cont .product-list.flex_3 .item:nth-child(3n) {
  margin-right: 0;
}
.product-page .product-cont .product-list .item {
  width: calc((100% - 0.4rem) / 2);
  display: block;
  margin-bottom: 0.55rem;
}
.product-page .product-cont .product-list .item .item-cont {
  width: 100%;
}
.product-page .product-cont .product-list .item .item-cont .item-pic {
  width: 100%;
  overflow: hidden;
}
.product-page .product-cont .product-list .item .item-cont .item-pic:hover .pic-box {
  transform: scale(1.1);
}
.product-page .product-cont .product-list .item .item-cont .item-pic .pic-box {
  padding-top: calc(624 / 880 * 100%);
}
.product-page .product-cont .product-list .item .item-cont .tt {
  width: 100%;
  color: #393939;
  font-size: var(--fz18);
  line-height: 1.66;
  margin-top: 0.2rem;
  font-weight: 300;
}
.product-page .product-cont .product-list .item .item-cont .more-tt {
  width: 100%;
  color: #A5A5A5;
  font-size: var(--fz14);
  line-height: 2.1;
  display: inline-block;
  text-decoration: underline;
}
.product-page .product-cont2 {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
}
.product-page .product-cont2 .cont2-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-cont2 .cont2-main .product-swiper {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-wrapper {
  width: auto !important;
  max-width: 100%;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-slide {
  width: calc((100% - (20px * 3)) / 4);
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item {
  width: 100%;
  display: block;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item:hover .item-cont::after {
  opacity: 1;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont {
  width: 100%;
  position: relative;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #82A70B;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont .pic-box {
  width: 100%;
  padding-top: calc(550 / 435 * 100%);
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont .logo {
  width: 38.5%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.45rem;
  transform: translateX(-50%);
  z-index: 2;
}
.product-page .product-cont2 .cont2-tool {
  width: 100%;
  height: 1.9rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-cont2 .cont2-tool .swiper-button-next,
.product-page .product-cont2 .cont2-tool .swiper-button-prev {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
}
.product-page .product-cont2 .cont2-tool .swiper-button-next::after,
.product-page .product-cont2 .cont2-tool .swiper-button-prev::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/phone/images/left_2.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.product-page .product-cont2 .cont2-tool .swiper-button-next {
  transform: rotate(180deg);
}
.product-page .product-cont2 .cont2-tool .swiper-pagination {
  position: static;
  margin: 0 0.3rem;
  color: #B5B5B5;
  font-size: var(--fz24);
  font-weight: 300 !important;
}
.product-page .product-cont2 .cont2-tool .swiper-pagination .swiper-pagination-current {
  color: #FFFFFF;
}
.productview-page {
  width: 100%;
  box-sizing: border-box;
}
.productview-page .pb-white {
  width: 100%;
  height: 2rem;
  background: #FFFFFF;
}
.productview-page .pb-white.v2 {
  height: 1.74rem;
}
.productview-page .wrap1-box {
  width: 100%;
  background: #FFFFFF;
  position: relative;
}
.productview-page .wrap1-box .text-abs {
  width: 206px;
  position: absolute;
  top: 0;
  left: 1.6rem;
  z-index: 0;
}
.productview-page .wrap1-box .text-abs .text-img {
  width: 100%;
  padding-top: 402.9126213592%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.productview-page .wrap1-box .wrap1-main {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 1.4rem;
  box-sizing: border-box;
}
.productview-page .wrap1-box .wrap1-main .wrap1-one {
  width: 100%;
  padding-bottom: 1.4rem;
}
.productview-page .wrap1-box .wrap1-main .wrap1-one .dd {
  width: 100%;
  text-align: center;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two {
  width: 100%;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w1 {
  width: 100%;
  padding-left: 1.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w1 .img-one {
  flex: 1;
  padding-top: 5rem;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w1 .img-one .img-text {
  width: 100%;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
  margin-bottom: 1.4rem;
  padding-left: 1rem;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w1 .img-one .child-img {
  width: 100%;
  max-width: 480px;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w1 .img-one .child-img .img-abs {
  width: 100%;
  padding-top: 128.3333333333%;
  background-repeat: no-repeat;
  background-size: cover;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w1 .img-two {
  width: 800px;
  position: relative;
  margin-left: 1.6rem;
  box-sizing: border-box;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w1 .img-two .img-abs {
  width: 100%;
  padding-top: 125%;
  background-repeat: no-repeat;
  background-size: cover;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w2 {
  width: 100%;
  padding: 0 2.6rem;
  margin-top: -0.87rem;
  transform: translateY(0.87rem);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w2 .w2-text {
  flex: 1;
  margin-right: 1.36rem;
  max-width: 470px;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w2 .img-three {
  width: 600px;
  flex-shrink: 0;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .two_w2 .img-three .img-abs {
  width: 100%;
  padding-top: 125%;
  background-repeat: no-repeat;
  background-size: cover;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .product-white {
  width: 100%;
  height: 0.87rem;
  background: #FFFFFF;
  position: relative;
}
.productview-page .wrap1-box .wrap1-main .wrap1-two .product-white::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #FFFFFF;
}
.productview-page .wrap2-box {
  width: 100%;
  position: relative;
}
.productview-page .wrap2-box .two-abs {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.productview-page .wrap2-box .two-abs .two-nums {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2.1;
}
.productview-page .wrap2-box .two-abs .two-nums .line {
  width: 40px;
  height: 1px;
  background: #FFFFFF;
}
.productview-page .wrap2-box .two-abs .two-nums .l-num {
  margin-left: 10px;
}
.productview-page .wrap2-box .two-abs .two-nums .r-num {
  margin-right: 10px;
}
.productview-page .wrap2-box .swiper {
  width: 100%;
}
.productview-page .wrap2-box .swiper .swiper-item {
  width: 100%;
}
.productview-page .wrap2-box .swiper .swiper-item .pic-box {
  padding-top: calc(900 / 1520 * 100%);
}
.productview-page .wrap3-box {
  width: 100%;
}
.productview-page .wrap3-box .wrap3-main {
  width: 100%;
}
.productview-page .wrap3-box .wrap3-main .wrap3-item {
  width: 100%;
  margin-top: 2rem;
  box-sizing: border-box;
}
.productview-page .wrap3-box .wrap3-main .wrap3-item .item-cont {
  width: 100%;
  display: flex;
  align-items: center;
}
.productview-page .wrap3-box .wrap3-main .wrap3-item .item-cont .item-pic {
  width: 50%;
  flex-shrink: 0;
  margin-right: 2rem;
}
.productview-page .wrap3-box .wrap3-main .wrap3-item .item-cont .item-pic .pic-box {
  padding-top: calc(1000 / 800 * 100%);
}
.productview-page .wrap3-box .wrap3-main .wrap3-item .item-cont .item-right {
  flex: 1;
}
.productview-page .wrap3-box .wrap3-main .wrap3-item .item-cont .item-right .tt {
  color: #82A70B;
  font-size: var(--fz24);
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0.25rem;
}
.productview-page .wrap3-box .wrap3-main .wrap3-item .item-cont .item-right .dd {
  color: #393939;
  font-size: var(--fz16);
  line-height: 2.1;
}
.productview-page .next-product {
  width: 100%;
  padding: 1.8rem 0 1.48rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.productview-page .next-product.v2 {
  padding: 1.48rem 0;
}
.productview-page .next-product::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.productview-page .next-product .next-main {
  width: 100%;
}
.productview-page .next-product .next-main .t1 {
  width: 100%;
  text-align: center;
  color: #82A70B;
  font-size: var(--fz24);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.productview-page .next-product .next-main .t2 {
  color: #FFFFFF;
  font-size: var(--fz72);
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
.productview-page .next-product .next-main .t2.v2 {
  font-family: "RanyEN" !important;
}
.productview-page .next-product .next-main .more-t {
  display: inline-block;
  padding: 14px 0;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.45rem;
}

.case-page {
  width: 100%;
  position: relative;
  z-index: 11;
}
.case-page .case-wrap1 {
  width: 100%;
  background: #FFFFFF;
}
.case-page .case-wrap1 .case-main {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.3rem;
}
.case-page .case-wrap1 .case-main .case-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-page .case-wrap1 .case-main .case-list .case-item {
  width: calc((100% - (0.6rem * 2)) / 3);
  margin-right: 0.6rem;
  margin-top: 1rem;
  box-sizing: border-box;
}
.case-page .case-wrap1 .case-main .case-list .case-item:nth-child(3n) {
  margin-right: 0;
}
.case-page .case-wrap1 .case-main .case-list .case-item .item-cont {
  width: 100%;
}
.case-page .case-wrap1 .case-main .case-list .case-item .item-cont .item-pic {
  width: 100%;
  overflow: hidden;
}
.case-page .case-wrap1 .case-main .case-list .case-item .item-cont .item-pic:hover .pic-box {
  transform: scale(1.1);
}
.case-page .case-wrap1 .case-main .case-list .case-item .item-cont .item-pic .pic-box {
  padding-top: calc(696 / 560 * 100%);
}
.case-page .case-wrap1 .case-main .case-list .case-item .item-cont .tt {
  width: 100%;
  color: #333333;
  font-size: var(--fz18);
  line-height: 1.66;
  margin-top: 0.2rem;
  font-weight: 300;
}
.case-page .case-wrap1 .case-main .case-list .case-item .item-cont .more-tt {
  color: #A5A5A5;
  font-size: var(--fz14);
  text-decoration: underline;
  line-height: 2.1;
}
.case-page .case-wrap2.case-l-wrap .case-main {
  padding: 0;
}
.case-page .case-wrap2 {
  width: 100%;
  background: #FFFFFF;
  position: relative;
}
.case-page .case-wrap2::after {
  content: "";
  width: var(--container-width);
  max-width: 1800px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  z-index: 2;
  height: 0.6rem;
  background: #FFFFFF;
  display: none;
}
.case-page .case-wrap2 .case-main {
  width: 100%;
  padding: 0 1rem 0.5rem;
  box-sizing: border-box;
}
.case-page .case-wrap2 .case-main .case-class {
  width: 100%;
  box-sizing: border-box;
}
.case-page .case-wrap2 .case-main .case-class .class-title {
  width: 100%;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 300;
  font-size: var(--fz30);
}
.case-page .case-wrap2 .case-main .case-class .class-list {
  width: 100%;
  padding-top: 0.25rem;
  box-sizing: border-box;
}
.case-page .case-wrap2 .case-main .case-class .class-list .class-item {
  margin-top: 8px;
  margin-right: 8px;
  display: inline-flex;
  width: auto;
  padding: 0 0.2rem;
  height: 46px;
  line-height: 46px;
  background: #2E2E2E;
  border-radius: 3px;
  border: 1px solid #D7D7D7;
  background: #FFFFFF;
  color: #231815;
  font-size: var(--fz16);
  font-weight: 300;
}
.case-page .case-wrap2 .case-main .case-class .class-list .class-item.on {
  background: #231815;
  color: #FFFFFF;
  border: 1px solid #231815;
}
.case-page .case-wrap2 .case-main .case-list {
  width: 100%;
  margin-bottom: 1rem;
}
.case-page .case-wrap2 .case-main .case-list .case-item {
  width: 100%;
  margin-top: 1rem;
}
.case-page .case-wrap2 .case-main .case-list .case-item:first-child {
  margin-top: 0.8rem;
}
.case-page .case-wrap2 .case-main .case-list .case-item .item-cont {
  width: 100%;
}
.case-page .case-wrap2 .case-main .case-list .case-item .item-cont .item-pic {
  width: 100%;
  overflow: hidden;
}
.case-page .case-wrap2 .case-main .case-list .case-item .item-cont .item-pic:hover .pic-box {
  transform: scale(1.1);
}
.case-page .case-wrap2 .case-main .case-list .case-item .item-cont .item-pic .pic-box {
  padding-top: calc(800 / 1600 * 100%);
}
.case-page .case-wrap2 .case-main .case-list .case-item .item-cont .tt {
  width: 100%;
  color: #231815;
  font-size: var(--fz18);
  line-height: 1.66;
  margin-top: 0.2rem;
  font-weight: 300;
}
.case-page .case-wrap2 .case-main .case-list .case-item .item-cont .more-tt {
  color: #6F6F6F;
  font-size: var(--fz14);
  text-decoration: underline;
  line-height: 2.1;
}

.caseview-page {
  width: 100%;
  background: #FFFFFF;
}
.caseview-page .caseview-main {
  width: 100%;
  padding: 1px 0px 1.7rem;
  box-sizing: border-box;
}
.caseview-page .caseview-main .case-item {
  width: 100%;
  margin-top: 1.5rem;
}
.caseview-page .caseview-main .case-item .item-pic {
  width: 100%;
}
.caseview-page .caseview-main .case-item .item-pic .img {
  width: 100%;
  height: auto;
  display: block;
}
.caseview-page .caseview-main .case-item .item-text {
  width: 100%;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
  margin-top: 0.7rem;
  text-align: center;
}
.caseview-page .caseview2-main {
  width: 100%;
}
.caseview-page .caseview2-main .caseview2-wrap1 {
  width: 100%;
  background: #EEECE8;
  padding: 1.4rem 0;
  box-sizing: border-box;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-left {
  width: 50%;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-left .tbox {
  width: 100%;
  margin-bottom: 0.35rem;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-left .tt {
  color: #82A70B;
  font-size: var(--fz30);
  line-height: 1.2;
  font-weight: 300;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-left .tt2 {
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-left .dd {
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 1.8;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-right {
  width: 50%;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-right .tbox {
  width: 100%;
  margin-bottom: 0.35rem;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-right .tt {
  color: #171717;
  font-size: var(--fz30);
  line-height: 1.2;
  font-weight: 300;
}
.caseview-page .caseview2-main .caseview2-wrap1 .wrap1-main .wrap1-right .dd {
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.caseview-page .caseview2-main .caseview2-wrap2 {
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.5rem;
  padding-bottom: 1.85rem;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item {
  width: 100%;
  margin-top: 1.5rem;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item:first-child {
  margin-top: 0;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item:nth-child(2n) .item-one {
  flex-direction: row-reverse;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-one {
  width: 100%;
  display: flex;
  align-items: center;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-one .one-text {
  flex: 1;
  padding: 0 1rem;
  box-sizing: border-box;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-one .one-text .tt {
  color: #333333;
  text-align: center;
  line-height: 1.2;
  font-size: var(--fz30);
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-one .one-text .dd {
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
  text-align: center;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-one .one-pic {
  width: 62.5%;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-one .one-pic .pic-box {
  padding-top: calc(562 / 1000 * 100%);
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-nums {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2.1;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-nums .line {
  width: 40px;
  height: 1px;
  background: #FFFFFF;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-nums .l-num {
  margin-left: 10px;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-nums .r-num {
  margin-right: 10px;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-cont {
  flex: 1;
  padding: 0 0.74rem;
  box-sizing: border-box;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-cont .case-swiper {
  width: 100%;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-cont .case-swiper .swiper-slide {
  width: 93.75%;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-cont .case-swiper .swiper-slide.swiper-slide-active .swiper-item::after {
  opacity: 0;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-cont .case-swiper .swiper-item {
  width: 100%;
  position: relative;
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-cont .case-swiper .swiper-item::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.caseview-page .caseview2-main .caseview2-wrap2 .wrap2-item .item-two .two-cont .case-swiper .swiper-item .pic-box {
  padding-top: calc(844 / 1500 * 100%);
}
.caseview-page .next-case {
  width: 100%;
  padding: 1.96rem 0 1.48rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #FFFFFF;
}
.caseview-page .next-case::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
}
.caseview-page .next-case .next-main {
  width: 100%;
}
.caseview-page .next-case .next-main .t2 {
  color: rgba(23, 23, 23, 0.5);
  font-size: var(--fz72);
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-top: 0.25rem;
}
.caseview-page .next-case .next-main .more-t {
  display: inline-block;
  padding: 14px 0;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  border-bottom: 1px solid #393939;
  color: #393939;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.45rem;
}

.about-page {
  width: 100%;
  position: relative;
}
.about-page .about-wrap1 {
  width: 100%;
  background: #FFFFFF;
}
.about-page .about-wrap1 .wrap1-main {
  width: 100%;
  padding-top: 1.4rem;
  box-sizing: border-box;
}
.about-page .about-wrap1 .wrap1-main .tt {
  color: #82A70B;
  font-size: var(--fz36);
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1rem;
}
.about-page .about-wrap1 .wrap1-main .img-box {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -1.16rem;
  transform: translateY(1.16rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.about-page .about-wrap1 .wrap1-main .img-box .dd {
  width: 36.8%;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 1.8;
  padding-right: 1.1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap1 .wrap1-main .img-box .img-left {
  width: 21.25%;
}
.about-page .about-wrap1 .wrap1-main .img-box .img-left .pic-box {
  padding-top: calc(430 / 340 * 100%);
}
.about-page .about-wrap1 .wrap1-main .img-box .img-right {
  width: 63.1%;
}
.about-page .about-wrap1 .wrap1-main .img-box .img-right .pic-box {
  padding-top: calc(710 / 1010 * 100%);
}
.about-page .about-wrap1 .wrap1-white {
  width: 100%;
  height: 1.16rem;
  background: #FFFFFF;
}
.about-page .about-wrap2 {
  width: 100%;
  margin-top: 2rem;
}
.about-page .about-wrap2 .wrap2-main {
  width: 100%;
  position: relative;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0.95rem 1rem;
  box-sizing: border-box;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-main {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-text {
  width: 100%;
  max-width: 650px;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list {
  width: auto;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.35rem;
  padding-right: 0.5rem;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item:first-child {
  margin-top: 0;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item.on .nums {
  color: #82A70B;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item.on .cont {
  color: #FEFEFE;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item .nums {
  flex-shrink: 0;
  width: 44px;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--fz14);
  line-height: 1;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item .nums .n {
  display: inline-block;
  transform: rotate(270deg);
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item .cont {
  flex: 1;
  color: rgba(254, 254, 254, 0.5);
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item .cont .tt {
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 1;
}
.about-page .about-wrap2 .wrap2-main .wrap2-abs .abs-list .abs-item .cont .tt2 {
  font-size: var(--fz16);
  line-height: 1.5;
}
.about-page .about-wrap2 .wrap2-main .wrap2-swiper {
  width: 100%;
}
.about-page .about-wrap2 .wrap2-main .wrap2-swiper .swiper-pagination {
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0.4rem;
}
.about-page .about-wrap2 .wrap2-main .wrap2-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.5;
  margin-left: 5px;
}
.about-page .about-wrap2 .wrap2-main .wrap2-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.about-page .about-wrap2 .wrap2-main .wrap2-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.about-page .about-wrap2 .wrap2-main .swiper-item {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.about-page .about-wrap2 .wrap2-main .swiper-item .pic-box {
  padding-top: 900px;
}
.about-page .about-wrap2 .wrap2-main .swiper-item .swiper-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.about-page .about-wrap3 {
  width: 100%;
  margin-top: 2rem;
}
.about-page .about-wrap3 .wrap3-main {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap3 .wrap3-main .wrap3-left {
  width: 66.11%;
  margin-right: 15px;
  flex-shrink: 0;
}
.about-page .about-wrap3 .wrap3-main .wrap3-left .pic-box {
  padding-top: calc(600 / 1190 * 100%);
}
.about-page .about-wrap3 .wrap3-main .wrap3-right {
  flex: 1;
  background: #F1F1F3;
}
.about-page .about-wrap3 .wrap3-main .wrap3-right .right-main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem 0.6rem;
  box-sizing: border-box;
}
.about-page .about-wrap3 .wrap3-main .wrap3-right .right-main .icon {
  width: 81px;
  height: 81px;
  display: block;
}
.about-page .about-wrap3 .wrap3-main .wrap3-right .right-main .tt {
  width: 100%;
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.8;
}
.about-page .about-wrap4 {
  width: 100%;
  margin-top: 1.5rem;
  box-sizing: border-box;
}
.about-page .about-wrap4 .wrap4-box {
  width: 100%;
}
.about-page .about-wrap4 .wrap4-box .line {
  width: 1px;
  height: 30px;
  background: #000000;
  margin: 0 auto;
}
.about-page .about-wrap4 .wrap4-box .img-logo {
  width: 100%;
  margin-top: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(208 / 1604 * 100%);
}
.about-page .about-wrap4 .wrap4-box .demo {
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.8;
  text-align: center;
  margin-top: 0.3rem;
}
.about-page .about-wrap4 .wrap4-box .wrap4-item {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: calc((100% - 1800px) / 2);
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-page .about-wrap4 .wrap4-box .wrap4-item .item-left {
  flex: 1;
}
.about-page .about-wrap4 .wrap4-box .wrap4-item .item-left .left-pic {
  width: 100%;
  max-width: 337px;
}
.about-page .about-wrap4 .wrap4-box .wrap4-item .item-left .left-pic .pic-box {
  padding-top: calc(442 / 337 * 100%);
}
.about-page .about-wrap4 .wrap4-box .wrap4-item .item-left .tt {
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.55rem;
}
.about-page .about-wrap4 .wrap4-box .wrap4-item .item-right {
  flex-shrink: 0;
  margin-left: 0.9rem;
  width: 64%;
}
.about-page .about-wrap4 .wrap4-box .wrap4-item .item-right .pic-box {
  padding-top: calc(744 / 1088 * 100%);
}
.about-page .about-wrap5 {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  padding-bottom: 2px;
}
.about-page .about-wrap5 .wrap5-main {
  width: 100%;
}
.about-page .about-wrap5 .swiper-text {
  width: 100%;
  padding: 1.5rem 0;
  box-sizing: border-box;
}
.about-page .about-wrap5 .swiper-text .tt {
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 1.8;
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
}
.about-page .about-wrap5 .swiper-text .line {
  width: 1px;
  height: 30px;
  background: #7D7D7D;
  margin: 0.3rem auto 0;
}
.about-page .about-wrap5 .swiper-item {
  width: 100%;
  position: relative;
  margin-bottom: 2.2rem;
}
.about-page .about-wrap5 .swiper-item .swiper-left {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap5 .swiper-item .swiper-left .year {
  color: #393939;
  font-size: 2.8rem;
  font-weight: 100;
  line-height: 0.8;
  margin-bottom: 0.4rem;
}
.about-page .about-wrap5 .swiper-item .swiper-left .tt {
  color: #82A70B;
  line-height: 1.2;
  font-weight: 300;
  font-size: var(--fz36);
  max-width: 400px;
  margin-bottom: 0.4rem;
}
.about-page .about-wrap5 .swiper-item .swiper-left .dd {
  font-size: var(--fz16);
  color: #7D7D7D;
  line-height: 1.8;
  max-width: 100%;
  max-width: 340px;
}
.about-page .about-wrap5 .swiper-item .swiper-pic {
  width: 69%;
  padding-top: 1rem;
  margin: 0 0 0 auto;
}
.about-page .about-wrap5 .swiper-item .swiper-pic .pic-box {
  padding-top: calc(640 / 959 * 100%);
}
.about-page .about-wrap6 {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
.about-page .about-wrap6 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap6 .t-box {
  width: 100%;
}
.about-page .about-wrap6 .t-box .tt {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz36);
  line-height: 1.2;
  margin-bottom: 0.15rem;
  color: #171717;
}
.about-page .about-wrap6 .t-box .tt2 {
  text-align: center;
  color: #393939;
  font-size: var(--fz16);
  line-height: 2;
  margin-bottom: 0.5rem;
  color: #393939;
}
.about-page .about-wrap6 .wrap6-item {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 1rem;
}
.about-page .about-wrap6 .wrap6-item.v2 {
  display: block;
  padding: 1rem 0;
  top: 0.5rem;
}
.about-page .about-wrap6 .wrap6-item .item-main {
  width: 100%;
  height: auto;
  padding: 0 5rem;
}
.about-page .about-wrap6 .swiper-item {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .about-wrap6 .swiper-item .swiper-left {
  flex: 1;
  position: relative;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 0.6rem;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item .icon {
  width: 210px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item .nums {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 2;
  margin-top: 0.2rem;
  color: #C9C9C9;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item .tt {
  font-weight: 300;
  color: #393939;
  font-size: var(--fz36);
  line-height: 1.33;
  text-align: center;
}
.about-page .about-wrap6 .swiper-item .swiper-right {
  width: 50%;
}
.about-page .about-wrap6 .swiper-item .swiper-right .pic-box {
  padding-top: calc(563 / 563 * 100%);
}
.about-page .about-wrap6 .wrap6-main {
  width: 100%;
}
.about-page .about-wrap6 .wrap6-main .tt {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz36);
  line-height: 1.2;
  margin-bottom: 0.15rem;
  color: #171717;
}
.about-page .about-wrap6 .wrap6-main .tt2 {
  text-align: center;
  color: #393939;
  font-size: var(--fz16);
  line-height: 2;
  margin-bottom: 0.5rem;
  color: #393939;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper {
  width: 100%;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-slide {
  padding: 20px;
  box-sizing: border-box;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left {
  flex: 1;
  position: relative;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 0.5rem;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item .icon {
  width: 210px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item .nums {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 2;
  margin-top: 0.2rem;
  color: #C9C9C9;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item .tt {
  font-weight: 300;
  color: #393939;
  font-size: var(--fz36);
  line-height: 1.33;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-right {
  width: 50%;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-right .pic-box {
  padding-top: calc(563 / 563 * 100%);
}
.about-page .about-absbg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap7 {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap7 .container {
  padding-top: calc(970 / 1920 * 100%);
  min-height: 100vh;
}
.about-page .about-wrap7 .wrap7-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap7 .wrap7-main .tt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
}
.about-page .about-wrap7 .wrap7-main .tt2 {
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  font-size: var(--fz48);
  line-height: 1.5;
  margin-top: 0.4rem;
}
.about-page .about-wrap7 .wrap7-more {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.6rem 0;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
}
.about-page .about-wrap8 {
  width: 100%;
  background: #F1F1F3;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
}
.about-page .about-wrap8 .wrap8-main {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1600px) / 2);
}
.about-page .about-wrap8 .wrap8-main .wrap8-left {
  width: 40%;
  flex-shrink: 0;
  position: relative;
}
.about-page .about-wrap8 .wrap8-main .wrap8-left .pic-box {
  padding-top: calc(720 / 600 * 100%);
}
.about-page .about-wrap8 .wrap8-main .wrap8-left .abs-en {
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.15;
  position: absolute;
  bottom: 0.78rem;
  left: -1rem;
  z-index: 2;
}
.about-page .about-wrap8 .wrap8-main .wrap8-right {
  flex: 1;
  padding: 0 1.7rem;
}
.about-page .about-wrap8 .wrap8-main .wrap8-right .tt {
  color: #82A70B;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
}
.about-page .about-wrap8 .wrap8-main .wrap8-right .dd {
  color: #7D7D7D;
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.35rem;
}
.about-page .about-wrap9 {
  width: 100%;
  background: #F1F1F3;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
.about-page .about-wrap9 .wrap9-main {
  width: 100%;
}
.about-page .about-wrap9 .wrap9-main .wrap9-pic {
  width: 100%;
  position: relative;
}
.about-page .about-wrap9 .wrap9-main .wrap9-pic .pic-box {
  padding-top: calc(900 / 1600 * 100%);
}
.about-page .about-wrap9 .wrap9-main .wrap9-pic .abs-en {
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 0.75;
  color: #FFFFFF;
  opacity: 0.15;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: 2;
  text-align: center;
}
.about-page .about-wrap9 .wrap9-main .tt {
  color: #82A70B;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-top: 0.75rem;
}
.about-page .about-wrap9 .wrap9-main .dd {
  color: #7D7D7D;
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.38rem;
}
.about-page .about-black {
  width: 100%;
  height: 1.9rem;
  background: #2E2E2E;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap10 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
.about-page .about-wrap10 .wrap10-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item {
  width: 50%;
  position: relative;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item:hover .wrap10-cont .dd {
  max-height: 500px;
  margin-bottom: 0.2rem;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item:hover .wrap10-cont .tool-icon::before {
  opacity: 0;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .pic-box {
  padding-top: calc(970 / 960 * 100%);
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tt {
  color: #FFFFFF;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .dd {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
  overflow: hidden;
  height: auto;
  min-height: 0;
  max-height: 0;
  transition: all 0.6s !important;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .dd .d-t {
  width: 100%;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::after, .about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s;
  background: #FFFFFF;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::after {
  width: 100%;
  height: 1px;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::before {
  width: 1px;
  height: 100%;
}
.about-page .about-wrap11 {
  width: 100%;
}
.about-page .about-wrap11 .wrap11-main {
  width: 100%;
  padding: 1.9rem 0;
  box-sizing: border-box;
}
.about-page .about-wrap11 .wrap11-main .t-box {
  width: 100%;
  position: relative;
}
.about-page .about-wrap11 .wrap11-main .t-box .tt {
  color: #82A70B;
  font-size: var(--fz36);
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap11 .wrap11-main .t-box .en-abs {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #F5F5F5;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
.about-page .about-wrap11 .wrap11-main .line {
  width: 1px;
  height: 88px;
  background: #BEBEBE;
  margin: 0.25rem auto 0;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap11 .wrap11-main .dd {
  text-align: center;
  color: #393939;
  font-size: var(--fz30);
  line-height: 1.6;
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap12 {
  width: 100%;
}
.about-page .about-wrap12 .wrap12-main {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left {
  width: calc(50% - 5px);
  padding: 0.9rem 1rem;
  background: #F1F1F3;
  box-sizing: border-box;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left .en-text {
  color: #393939;
  font-size: var(--fz90);
  line-height: 1;
  opacity: 0.15;
  font-weight: 300;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left .tt {
  color: #82A70B;
  font-size: var(--fz36);
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0.4rem;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left .dd {
  color: #393939;
  font-size: var(--fz16);
  line-height: 2.1;
  margin-top: 0.35rem;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right {
  width: calc(50% - 5px);
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main {
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(27, 27, 27, 0.85);
  padding: 1.5rem 1rem 0;
  box-sizing: border-box;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont.on, .about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont:hover {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box .logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box .tt {
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.25;
  margin-top: 0.5rem;
  font-weight: 300;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box .dd {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.3rem;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .round-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs {
  width: 444px;
  height: 444px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  z-index: 2;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r0 {
  top: -48px;
  left: 162px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r1 {
  top: 34px;
  left: 0px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r2 {
  top: 35px;
  left: 348px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r3 {
  top: 204px;
  left: -53px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r4 {
  top: 205px;
  left: 377px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r5 {
  top: 358px;
  left: 58px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r6 {
  top: 358px;
  left: 280px;
}
.about-page .about-wrap13 {
  width: 100%;
  margin-top: 1.5rem;
}
.about-page .about-wrap13 .wrap13-main {
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap13 .wrap13-main .wrap13-left {
  width: 40%;
  flex-shrink: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-left .left-cont {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right {
  flex: 1;
  background: #EEECE8;
  overflow: hidden;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.5rem 1.3rem 1.2rem;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .tt {
  color: #393939;
  font-size: var(--fz70);
  font-weight: 300;
  line-height: 1.14;
  opacity: 0.15;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .tt2 {
  color: #82A70B;
  font-size: var(--fz36);
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0.2rem;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont {
  width: 100%;
  position: relative;
  margin-top: 1.4rem;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .wrap13-swiper {
  width: 100%;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .wrap13-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .wrap13-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: visible !important;
  z-index: 5;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next,
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 60px;
  height: 60px;
  background: rgba(233, 72, 48, 0);
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 10px;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next::after,
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-prev::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/phone/images/left_1.png") no-repeat;
  transform: rotate(180deg);
  background-size: cover;
  font-size: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next {
  background: #FFFFFF;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/phone/images/left_1.png") no-repeat;
  transform: rotate(0deg);
  background-size: cover;
  font-size: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-pagination {
  position: static;
  margin: 0 15px;
  color: #5E5E5E;
  font-size: var(--fz24);
  font-weight: 300 !important;
  display: block !important;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-pagination .swiper-pagination-current {
  color: #B5B5B5;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-left {
  width: 44%;
  flex-shrink: 0;
  margin-right: 1.08rem;
  box-sizing: border-box;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-left .pic-box {
  width: 100%;
  padding-top: calc(510 / 390 * 100%);
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right {
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: calc(60px + 1.05rem);
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right.v2 {
  padding-bottom: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right .ct1 {
  color: #B5B5B5;
  color: #393939;
  font-size: var(--fz24);
  font-weight: 300;
  line-height: 1.2;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right .ct2 {
  color: #B5B5B5;
  color: #393939;
  font-size: var(--fz14);
  line-height: 1.3;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right .cdd {
  color: #7D7D7D;
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 0.2rem;
}

.service-page {
  width: 100%;
  box-sizing: border-box;
}
.service-page .service-wrap1 {
  width: 100%;
  padding: 1.4rem 0 1rem;
  box-sizing: border-box;
  background: #EFEFEF;
}
.service-page .service-wrap1 .wrap1-main {
  width: 100%;
}
.service-page .service-wrap1 .wrap1-main .tt {
  color: #393939;
  font-size: var(--fz36);
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.service-page .service-wrap1 .wrap1-main .wrap1-cont {
  width: 100%;
}
.service-page .service-wrap2 {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.service-page .service-wrap2 .wrap2-left {
  width: 500px;
  height: 960px;
  flex-shrink: 0;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.service-page .service-wrap2 .wrap2-left .city-search {
  width: 100%;
  padding: 0.4rem 0.4rem 0;
  box-sizing: border-box;
  flex-shrink: 0;
}
.service-page .service-wrap2 .wrap2-left .city-search .input-box {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.service-page .service-wrap2 .wrap2-left .city-search .search-input {
  width: 100%;
  height: 100%;
  color: #393939;
  font-size: var(--fz14);
  padding-left: 20px;
}
.service-page .service-wrap2 .wrap2-left .city-search .search-input::placeholder {
  color: #5D5D5D;
}
.service-page .service-wrap2 .wrap2-left .city-search .search-box {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3C3C3C;
}
.service-page .service-wrap2 .wrap2-left .city-search .search-box .search-icon {
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.service-page .service-wrap2 .wrap2-left .city-search .search-box .search-icon .icon {
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.service-page .service-wrap2 .wrap2-left .city-main {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-cont {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list {
  width: 100%;
  padding: 0.4rem 0.4rem 0;
  box-sizing: border-box;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  margin-bottom: 0.2rem;
  padding: 0.42rem 0.2rem;
  box-sizing: border-box;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item.on {
  border: 1px solid #333333;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item.on .t-box .t-icon {
  filter: none;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item .t-box {
  font-size: var(--fz24);
  font-weight: 300;
  line-height: 1.3;
  color: #333333;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item .t-box .t-icon {
  display: inline-block;
  width: 20px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  position: relative;
  top: 3px;
  filter: brightness(0);
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item .addr {
  width: 100%;
  color: #9B9B9B;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.25rem;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item .t-box2 {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item .t-box2 .t-phone {
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  color: #6E6E6E;
  font-size: var(--fz14);
  line-height: 1;
  margin-right: 0.35rem;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item .t-box2 .t-phone:last-child {
  margin-right: 0;
}
.service-page .service-wrap2 .wrap2-left .city-main .city-list .city-item .t-box2 .t-phone .t-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.service-page .service-wrap2 .wrap2-right {
  flex: 1;
  height: 960px;
}
.service-page .service-wrap2 .wrap2-right .map-main {
  width: 100%;
  height: 100%;
}
.service-page .service-wrap3 {
  width: 100%;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.service-page .service-wrap3 .wrap3-container {
  width: 100%;
  padding-right: 60px;
  padding-left: calc((100vw - 1400px) / 2);
  background: #2E2E2E;
  box-sizing: border-box;
}
.service-page .service-wrap3 .wrap3-main {
  width: 100%;
  display: flex;
  align-items: center;
}
.service-page .service-wrap3 .wrap3-main .wrap3-left {
  width: 570px;
  flex-shrink: 0;
  padding: 1rem 1.8rem 1rem 0;
  color: #7D7D7D;
  font-size: var(--fz24);
  line-height: 2;
}
.service-page .service-wrap3 .wrap3-main .wrap3-right {
  flex: 1;
}
.service-page .service-wrap3 .wrap3-main .wrap3-right .pic-box {
  width: 100%;
  padding-top: calc(720 / 1030 * 100%);
  transform: translateY(1rem);
}
.service-page .service-wrap4 {
  width: 100%;
  margin-top: 2.5rem;
}
.service-page .service-wrap4 .wrap4-main {
  width: 100%;
  display: flex;
  align-items: center;
}
.service-page .service-wrap4 .wrap4-main .wrap4-left {
  width: 50%;
  flex-shrink: 0;
}
.service-page .service-wrap4 .wrap4-main .wrap4-left .pic-box {
  width: 100%;
  padding-top: calc(960 / 960 * 100%);
}
.service-page .service-wrap4 .wrap4-main .wrap4-right {
  flex: 1;
  padding: 0 1rem;
  box-sizing: border-box;
  color: #4E4D4D;
  font-size: var(--fz24);
  line-height: 2;
}
.service-page .service-wrap5 {
  width: 100%;
  padding: 1.45rem 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-page .service-wrap5 .wrap5-main {
  width: 100%;
}
.service-page .service-wrap5 .wrap5-main .title {
  width: 100%;
  color: #82A70B;
  font-size: var(--fz36);
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.65rem;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont .wrap5-swiper {
  width: 100%;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont .wrap5-item {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 500px;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont .wrap5-item::after {
  content: "";
  width: 85.7%;
  height: 30px;
  background: #6B6B6B;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont .wrap5-item .item-cont {
  width: 100%;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont .wrap5-item .icon {
  width: auto;
  height: 42px;
  display: block;
  margin: 0 auto;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont .wrap5-item .line {
  width: 1px;
  height: 20px;
  background: #FFFFFF;
  opacity: 0.25;
  margin: 15px auto;
}
.service-page .service-wrap5 .wrap5-main .wrap5-cont .wrap5-item .tt {
  color: #FFFFFF;
  text-align: center;
  font-size: var(--fz24);
  line-height: 1;
}
.service-page .service-wrap6 {
  width: 100%;
  margin-top: 2rem;
  box-sizing: border-box;
}
.service-page .service-wrap6 .wrap6-main {
  width: 100%;
  padding-top: calc(700 / 1800 * 100%);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-top {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-top .tt {
  width: 100%;
  color: #82A70B;
  font-size: var(--fz36);
  line-height: 1.2;
  font-weight: 300;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-top .dd {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.2rem;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot {
  width: 100%;
  padding: 0 1rem;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-swiper {
  width: 100%;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  padding-right: 0.5rem;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-item .item-left {
  width: 90px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-item .item-left .round {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  border: 1px solid #5C5C5C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: var(--fz36);
  line-height: 1;
  color: #979797;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-item .item-left .line {
  flex: 1;
  width: 1px;
  background: #5C5C5C;
  margin: 0 auto;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-item .item-right {
  flex: 1;
  min-height: 190px;
  padding: 0 15px 0.3rem;
  box-sizing: border-box;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-item .item-right .tt {
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.3;
}
.service-page .service-wrap6 .wrap6-main .wrap6-cont .wrap6-bot .wrap6-item .item-right .dd {
  color: #A5A5A5;
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 5px;
}
.service-page .service-wrap7 {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 1.78rem;
  box-sizing: border-box;
}
.service-page .service-wrap7 .wrap7-main {
  width: 100%;
  display: flex;
  align-items: start;
}
.service-page .service-wrap7 .wrap7-main .wrap7-left {
  width: 420px;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.service-page .service-wrap7 .wrap7-main .wrap7-left .title {
  font-weight: 300;
  color: #82A70B;
  font-size: var(--fz36);
  line-height: 1;
}
.service-page .service-wrap7 .wrap7-main .wrap7-left .left-cont {
  width: 100%;
  margin-top: 0.8rem;
  background: #EEECE8;
  min-height: 270px;
  padding: 0.35rem 0.3rem;
  box-sizing: border-box;
}
.service-page .service-wrap7 .wrap7-main .wrap7-left .left-cont .tt {
  color: #393939;
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 1.2;
}
.service-page .service-wrap7 .wrap7-main .wrap7-left .left-cont .dd {
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.2rem;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right {
  flex: 1;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item {
  width: 100%;
  margin-right: 0.3rem;
  margin-bottom: 0.4rem;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item.no-mr {
  margin-right: 0;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item.v2 {
  width: calc((100% - 0.3rem) / 2);
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item.v3 {
  width: calc((100% - (0.3rem * 2)) / 3);
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item.v4 {
  flex: 1;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .laber {
  color: #000000;
  font-size: var(--fz14);
  line-height: 1;
  height: 14px;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .laber.v2 {
  margin-bottom: 15px;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .value {
  width: 100%;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .value .join-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #000000;
  font-size: var(--fz18);
  border-bottom: 1px solid #E6E6E6;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .value .join-input::placeholder {
  color: #ADADAD !important;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .value .join-textarea {
  width: 100%;
  height: 300px;
  background: #FFFFFF;
  border: 1px solid #282828;
  padding: 15px;
  line-height: 1.6;
  font-size: var(--fz18);
  color: #000000;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .value .join-textarea::placeholder {
  color: #ADADAD !important;
}
.service-page .service-wrap7 .wrap7-main .wrap7-right .join-form .join-item .join-btn {
  width: 100%;
  max-width: 250px;
  height: 60px;
  background: #000000;
  color: #FFFFFF;
  font-size: var(--fz18);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.service-page .service-wrap8 {
  width: 100%;
}
.service-page .service-wrap8 .wrap8-main {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left {
  width: 50%;
  padding: 1.5rem 1.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .title {
  color: #393939;
  font-size: var(--fz36);
  line-height: 1;
  font-weight: 300;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont {
  width: 100%;
  margin-top: 0.5rem;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont .t1 {
  font-weight: 300;
  font-size: var(--fz60);
  line-height: 1;
  color: #82A70B;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont .t2 {
  width: 100%;
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.6;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont .t3 {
  color: #393939;
  font-size: var(--fz16);
  line-height: 2.2;
  margin-top: 0.35rem;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont .t-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont .t-list .t-item {
  width: 126px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.2rem;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont .t-list .t-item .s-t {
  color: #949494;
  font-size: var(--fz16);
  line-height: 1.2;
  flex: 1;
  margin-bottom: 12px;
}
.service-page .service-wrap8 .wrap8-main .wrap8-left .cont .t-list .t-item .img {
  width: 126px;
  height: 126px;
  display: block;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right {
  width: 50%;
  padding: 1.5rem 1.6rem;
  box-sizing: border-box;
  background: #F1F1F3;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .title {
  color: #393939;
  font-size: var(--fz36);
  line-height: 1;
  font-weight: 300;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form {
  width: 100%;
  margin-top: 0.55rem;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form .message-item {
  width: 100%;
  margin-bottom: 15px;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form .message-item.v2 {
  margin-bottom: 30px;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form .message-item .message-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(238, 236, 232, 0);
  border: 1px solid #3C3C3C;
  padding: 0 16px;
  color: #393939;
  font-size: var(--fz16);
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form .message-item .message-input::placeholder {
  color: #6E6E6E;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form .message-item .message-textarea {
  width: 100%;
  height: 250px;
  background: rgba(238, 236, 232, 0);
  border: 1px solid #3C3C3C;
  padding: 15px;
  line-height: 1.6;
  font-size: var(--fz16);
  color: #393939;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form .message-item .message-textarea::placeholder {
  color: #6E6E6E;
}
.service-page .service-wrap8 .wrap8-main .wrap8-right .message-form .message-item .message-btn {
  width: 100%;
  max-width: 250px;
  height: 60px;
  background: #82A70B;
  color: #FFFFFF;
  font-size: var(--fz18);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.index-banner {
  width: 100%;
  position: relative;
  padding-top: calc(700 / 1920 * 100%);
  box-sizing: border-box;
}
.index-banner .banner-tool {
  width: 100%;
  padding: 0.4rem 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
}
.index-banner .banner-tool .tool-main {
  width: 100%;
  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: 60px;
  height: 60px;
  background: rgba(233, 72, 48, 0);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-right: 10px;
}
.index-banner .banner-tool .tool-main .swiper-button-next::after,
.index-banner .banner-tool .tool-main .swiper-button-prev::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/phone/images/left_2.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-banner .banner-tool .tool-main .swiper-button-next {
  background: #FFFFFF;
}
.index-banner .banner-tool .tool-main .swiper-button-next::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/phone/images/left_1.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-banner .banner-tool .tool-main .swiper-pagination {
  position: static;
  margin: 0 15px;
  color: #5E5E5E;
  font-size: var(--fz24);
  font-weight: 300 !important;
  display: block !important;
}
.index-banner .banner-tool .tool-main .swiper-pagination .swiper-pagination-current {
  color: #B5B5B5;
}
.index-banner .banner-abs {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  transform: translateY(0.9rem);
}
.index-banner .banner-abs .abs-main {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.index-banner .banner-abs .abs-main .abs-cont {
  width: 100%;
  max-width: 800px;
  padding: 0.9rem 0.8rem 1.1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: visible;
}
.index-banner .banner-abs .abs-main .abs-cont .abs-tt {
  width: 100%;
  color: #FFFFFF;
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 1.5;
}
.index-banner .banner-abs .abs-main .abs-cont .more-btn {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.38rem;
}
.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 .down_icon {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  color: #fff;
  animation: slideUpDown 3s infinite ease;
}
.index-banner .down_icon img {
  width: 10px;
  height: 15px;
  margin-left: 10px;
}

.index-logo {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-top: 1.88rem;
}
.index-logo .logo-main {
  width: 100%;
}
.index-logo .logo-main .pic-box {
  width: 100%;
  padding-top: calc(208 / 1604 * 100%);
}

.index-product {
  width: 100%;
  position: relative;
}
.index-product .product-abs {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  padding: 0.8rem 0.8rem 0.9rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-product .product-abs .abs-title {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
}
.index-product .product-abs .abs-tool {
  width: 100%;
}
.index-product .product-abs .abs-tool .tool-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: visible;
}
.index-product .product-abs .abs-tool .tool-box .swiper-button-next,
.index-product .product-abs .abs-tool .tool-box .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 15px;
  height: 28px;
}
.index-product .product-abs .abs-tool .tool-box .swiper-button-next::after,
.index-product .product-abs .abs-tool .tool-box .swiper-button-prev::after {
  content: "";
  width: 15px;
  height: 28px;
  background: url("/phone/images/left_3.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-product .product-abs .abs-tool .tool-box .swiper-button-prev {
  transform: rotate(180deg);
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination {
  width: auto;
  position: static;
  height: 6px;
  display: flex;
  align-items: center;
  margin: 0 14px;
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.15;
  margin-left: 10px;
  display: block;
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-product .product-abs .abs-tool .tool-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin: 0.5rem auto 0;
  padding: 15px 0;
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
}
.index-product .product-main {
  width: 100%;
}
.index-product .product-main .product-swiper {
  width: 100%;
}
.index-product .product-main .product-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.index-product .product-main .product-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 5;
}
.index-product .product-main .swiper-item {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.index-product .product-main .swiper-item .product-left {
  width: 50%;
}
.index-product .product-main .swiper-item .product-left .pic-box {
  width: 100%;
  padding-top: calc(1080 / 960 * 100%);
}
.index-product .product-main .swiper-item .product-right {
  width: 50%;
  background: #2E2E2E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .product-main .swiper-item .product-right .right-cont {
  width: 100%;
}
.index-product .product-main .swiper-item .product-right .right-cont .logo {
  width: 178px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-product .product-main .swiper-item .product-right .right-cont .tt1 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.5;
  margin-top: 0.5rem;
  font-weight: 300;
}
.index-product .product-main .swiper-item .product-right .right-cont .tt2 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  color: #82A70B;
  font-size: var(--fz18);
  font-weight: 550;
  line-height: 1.5;
  margin-top: 5px;
}

.index-info {
  width: 100%;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.index-info .info-main {
  width: 100%;
  padding-top: calc(1360 / 1920 * 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.index-info .info-main .info-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-info .info-main .info-cont .cont {
  width: 100%;
}
.index-info .info-main .info-cont .cont .tt {
  color: #EDEDEC;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  opacity: 0.15;
}
.index-info .info-main .info-cont .cont .dd {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2.2;
  margin-top: 0.8rem;
}
.index-info .info-main .info-cont .cont .dd .d-num {
  color: #82A70B;
  font-size: var(--fz40);
  font-weight: 300;
  line-height: 1;
  font-family: "DINProNum" !important;
}
.index-info .info-main .info-cont .cont .tool-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin: 0.5rem auto 0;
  padding: 15px 0;
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
}

.index-about {
  width: 100%;
  background: #F5F5F5;
  padding-bottom: 0.7rem;
}
.index-about .about-main {
  width: 100%;
  padding-top: calc(970 / 1920 * 100%);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-about .about-cont {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-about .about-cont .cont {
  width: 360px;
  transform: translateY(0.7rem);
  box-sizing: border-box;
}
.index-about .about-cont .cont .cont-box {
  width: 100%;
  padding: 0.4rem 0;
  box-sizing: border-box;
  background: #2E2E2E;
}
.index-about .about-cont .cont .tt {
  color: #515151;
  font-size: var(--fz18);
  line-height: 1.2;
  margin-bottom: 0.3rem;
  padding: 0 0.4rem;
}
.index-about .about-cont .cont .tt2 {
  color: #FFFFFF;
  font-size: var(--fz24);
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  line-height: 1.3;
  padding: 0 0.4rem;
}
.index-about .about-cont .cont .rich-text {
  width: 100%;
}
.index-about .about-cont .cont .tool-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.4rem;
}
.index-about .about-cont .cont .tool-more {
  display: inline-block;
  padding: 5px 0 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
}

.index-news {
  width: 100%;
  background: #F5F5F5;
  padding: 1.3rem 0 1rem;
  box-sizing: border-box;
}
.index-news .news-main {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.index-news .news-main .news-left {
  flex-shrink: 0;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .news-main .news-left .left-top {
  width: 100%;
}
.index-news .news-main .news-left .left-top .tt {
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 1;
  color: #393939;
}
.index-news .news-main .news-left .left-top .tt2 {
  font-size: 1.4rem;
  line-height: 0.75;
  color: rgba(0, 0, 0, 0.15);
  margin-top: 0.25rem;
}
.index-news .news-main .news-left .left-tool {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-news .news-main .news-left .left-tool .swiper-button-next,
.index-news .news-main .news-left .left-tool .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 15px;
  height: 28px;
}
.index-news .news-main .news-left .left-tool .swiper-button-next::after,
.index-news .news-main .news-left .left-tool .swiper-button-prev::after {
  content: "";
  width: 15px;
  height: 28px;
  background: url("/phone/images/left_4.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-news .news-main .news-left .left-tool .swiper-button-prev {
  transform: rotate(180deg);
}
.index-news .news-main .news-left .left-tool .swiper-pagination {
  width: auto;
  position: static;
  height: 6px;
  display: flex;
  align-items: center;
  margin: 0 14px;
}
.index-news .news-main .news-left .left-tool .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.15;
  margin-left: 10px;
  display: block;
}
.index-news .news-main .news-left .left-tool .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.index-news .news-main .news-left .left-tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #82A70B;
}
.index-news .news-main .news-right {
  flex: 1;
  max-width: 888px;
  overflow: hidden;
}
.index-news .news-main .news-right .news-swiper {
  width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-left {
  width: 50%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-left .pic-box {
  width: 100%;
  height: 250px;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right {
  width: 50%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-top {
  width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-top .time {
  font-weight: 300;
  font-size: var(--fz14);
  line-height: 1;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-top .tt {
  color: #3C3C3C;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-more {
  width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .tool-more {
  width: auto !important;
  display: inline-block !important;
  padding: 5px 0 15px;
  box-sizing: border-box;
  color: #393939;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #393939;
}

@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-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar {
    width: 4px;
  }
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar-track {
    background-color: #FFFFFF;
  }
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar-thumb {
    background-color: #82a70b;
  }
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar-thumb:hover {
    background-color: #82a70b;
  }
}
.swiper-pagination {
  font-family: "DINProNum" !important;
}

.p100 {
  padding: 0px 100px;
}

.xiadis {
  display: flex;
  width: 100%;
}
.xiadis .xiaul {
  margin-top: 40px;
  width: 20%;
}
.xiadis .xiaul .xiali {
  display: block;
  font-size: var(--fz14);
  color: #FFFFFF;
  font-weight: 400;
  line-height: 40px;
  opacity: 0.5;
}

.productCss {
  margin-top: 112px;
}
.productCss .pList {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.productCss .pList .pItem {
  display: block;
  position: relative;
}
.productCss .pList .pItem:hover .pic-box img {
  transform: scale(1.1);
}
.productCss .pList .pItem .pItem_btm {
  position: absolute;
  bottom: 60px;
  padding: 0px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productCss .pList .pItem .pItem_btm .pItem_title {
  font-size: var(--fz36);
  color: #FFFEFE;
}
.productCss .pList .pItem .pItem_btm .pItem_right {
  width: 50px;
  height: 50px;
  z-index: 1;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productCss .pList .pItem .pItem_btm .pItem_right img {
  width: 18px;
  height: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
.productCss .pList .pItem .pic-box {
  width: 100%;
  padding-top: calc(600 /1032 * 100%);
}

.HomeCss {
  margin-top: 60px;
}
.HomeCss .homeCont {
  display: block;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.HomeCss .homeCont .homeImg .pic-box {
  width: 100%;
  padding-top: calc(630 /1600 * 100%);
}
.HomeCss .homeCont .homeTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px black;
  padding: 0.6rem 0.4rem;
}
.HomeCss .homeCont .homeTxt .homeTitle {
  font-size: var(--fz36);
  font-weight: bold;
}
.HomeCss .homeCont .homeTxt .homeTitle::before {
  content: "";
  display: block;
  width: 200px;
  height: 6px;
  background-color: #fff;
  margin-bottom: 40px;
}
.HomeCss .homeCont .homeTxt .contTxt {
  font-size: var(--fz16);
  line-height: 1.3;
  margin-top: 20px;
}
.HomeCss .homeList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 100px;
}
.HomeCss .homeList .homeItem {
  display: block;
  width: calc((100% - (1rem * 2)) / 3);
  margin-right: 1rem;
}
.HomeCss .homeList .homeItem:nth-child(3n) {
  margin-right: 0;
}
.HomeCss .homeList .homeItem .homeItem_title {
  font-size: var(--fz36);
  font-weight: bold;
}
.HomeCss .homeList .homeItem .homeItem_img {
  overflow: hidden;
  margin-top: 20px;
}
.HomeCss .homeList .homeItem .homeItem_img .pic-box {
  width: 100%;
  padding-top: calc(148 /468 * 100%);
}
.HomeCss .homeList .homeItem .homeItem_img:hover .pic-box {
  transform: scale(1.1);
}
.HomeCss .homeList .homeItem .homeItem_txt {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 4px;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_left .nums {
  font-size: var(--fz60);
  font-weight: bold;
  color: #82A70B;
  line-height: 0.9;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_left .tips {
  font-size: var(--fz18);
  color: #82A70B;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_left .txt {
  font-size: var(--fz16);
  color: #9A9390;
  margin-top: 0.25rem;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_right {
  width: 39px;
  height: 38px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_right img {
  width: 100%;
  height: 100%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  z-index: 2;
  transform: translateX(0px);
  transition: transform 0.3s;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_right:hover img {
  transform: translateX(10px);
}

.caseCss {
  margin-top: 60px;
}
.caseCss .cateList {
  padding: 20px 0;
  scrollbar-width: none;
}
.caseCss .cateList::-webkit-scrollbar {
  display: none;
}
.caseCss .cateList .swiper-slide {
  width: auto;
  text-align: center;
  padding: 0 20px;
}
.caseCss .cateList .cateItem {
  height: 50px;
  line-height: 50px;
  border: 1px solid #231815;
  white-space: nowrap;
  color: #231815;
}
.caseCss .cateList .selected {
  color: #FFFFFF;
  background-color: #82A70B;
  border: 1px solid transparent;
}
.caseCss .caseCont {
  display: none;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.caseCss .caseCont.on {
  display: flex;
}
.caseCss .caseCont .caseCont_left {
  flex: 1;
}
.caseCss .caseCont .caseCont_left .pic-box {
  width: 100%;
  padding-top: calc(744 / 1110 * 100%);
}
.caseCss .caseCont .caseCont_left .pic-box img {
  object-fit: cover;
}
.caseCss .caseCont .caseCont_right {
  width: 480px;
  background: #231815;
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.caseCss .caseCont .caseCont_right .topLabel {
  width: 60px;
  height: 66px;
  background: #82A70B;
  position: absolute;
  right: 42px;
  top: 0;
}
.caseCss .caseCont .caseCont_right .right-box {
  width: 100%;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt {
  position: absolute;
  bottom: 5%;
  max-width: 480px;
  width: 100%;
  padding: 0px 40px 0px 50px;
  color: #FFFFFF;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_title {
  font-size: var(--fz36);
  line-height: 1.4;
  white-space: normal;
  padding: 30px 0;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_dtxt {
  font-size: var(--fz16);
  line-height: 30px;
  margin-top: 10px;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_btn {
  border: none;
  justify-content: flex-start;
  margin-top: 40px;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_btn img {
  width: 14px;
  height: 14px;
  filter: grayscale(1) brightness(1.6);
}

.caseCont_btn {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  margin-top: 20px;
  border: 1px solid #FFFFFF;
}

.caseCont_btn img {
  width: 18px;
  height: 12px;
  margin-left: 10px;
}

.fenyemg {
  margin-top: 50px;
  justify-content: flex-start !important;
}

.index-page .fenyeBtn {
  margin-bottom: 100px;
}

.fenyeBtn {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.fenyeBtn .btnTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 50px;
  line-height: 50px;
  font-size: var(--fz16);
  background: #FFFFFF;
  border: 1px solid #231815;
  margin: 0px 40px;
}
.fenyeBtn .btnTxt img {
  width: 18px;
  height: 12px;
  margin-left: 10px;
}
.fenyeBtn .the_text {
  transition: all 0.4s;
}
.fenyeBtn .btnTxt:hover .the_text {
  transform: translateX(-10px);
}
.fenyeBtn .btnTxt:hover .mask-arrow {
  transform: translateX(10px);
}
.fenyeBtn .mask-arrow {
  width: 7px;
  height: 14px;
  mask-image: url(../images/home-right-arrow-green.png);
  mask-size: 14px 14px;
  mask-position: top left;
  mask-repeat: no-repeat;
  background: #231B19;
  margin-left: 10px;
  transition: all 0.4s;
}
.fenyeBtn .btnmg {
  margin-right: 8px;
}
.fenyeBtn .btn1,
.fenyeBtn .btn2 {
  width: 50px;
  height: 50px;
  background: #231815;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}
.fenyeBtn #btn1:hover {
  transform: translateX(-4px);
}
.fenyeBtn #btn2:hover {
  transform: translateX(4px);
}
.fenyeBtn .btn1 img,
.fenyeBtn .btn2 img {
  width: 8px;
  height: 12px;
  margin: 0 auto;
}

.artCss {
  margin-top: 100px;
}
.artCss .art_title {
  font-size: var(--fz48);
  font-weight: bold;
  text-align: center;
}
.artCss .artList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 0.25rem;
}
.artCss .artList .artItem {
  width: calc((100% - (0.32rem * 2)) / 3);
}
.artCss .artList .artItem .item-cont {
  width: 100%;
}
.artCss .artList .artItem .artItem_time {
  font-size: var(--fz16);
  color: #82A70B;
  margin-top: 10px;
}
.artCss .artList .artItem .artItem_txt {
  font-size: var(--fz24);
  color: #221815;
  font-weight: bold;
}
.artCss .artList .artItem .artItem_img .pic-box {
  width: 100%;
  padding-top: calc(380 / 606 * 100%);
  overflow: hidden;
}
.artCss .artList .artItem:hover .artItem_img img {
  transform: scale(1.1);
}

.menuCss {
  margin-top: 100px;
  padding: 50px 100px;
  background: #EFEFEF;
}
.menuCss .menuList {
  display: flex;
  align-items: center;
}
.menuCss .menuList .menuItem {
  width: calc((100% - (0.2rem * 2)) / 3);
  margin-right: 0.2rem;
  background: #FFFFFF;
  padding: 50px 14px 4px 50px;
  display: block;
}
.menuCss .menuList .menuItem:nth-child(3n) {
  margin-right: 0;
}
.menuCss .menuList .menuItem .item_img img {
  width: 80px;
  height: 80px;
}
.menuCss .menuList .menuItem .item_name {
  font-size: var(--fz36);
  color: #231815;
  margin-top: 10px;
  line-height: 1.6;
  min-height: 96px;
}
.menuCss .menuList .menuItem .icon {
  width: 20px;
  height: 20px;
  background: #EFEFEF;
  float: right;
}
.menuCss .menuList .menuItem .bColor {
  margin-top: 50px;
  justify-content: flex-start;
}
.menuCss .menuList .menuItem .bColor img {
  width: 14px;
  height: 14px;
}

.item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_top .item_title {
  font-size: var(--fz48);
  color: #231815;
  font-weight: bold;
}
.item_top .item_view {
  font-size: var(--fz16);
  color: #82A70B;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.item_top .item_view::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #82A70B;
}