.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.regular {
  font-family: "regular";
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #7fbe26;
  }
  .header-wrapper:hover {
    background: #fff;
  }
  .header-wrapper:hover .logo-box .init {
    display: none;
  }
  .header-wrapper:hover .logo-box .on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box > ul > li:hover > a,
  .header-wrapper:hover .pc-nav-box > ul > li.on > a {
    color: #7fbe26;
  }
  .header-wrapper:hover .pc-nav-box > ul > li > a {
    color: #333;
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .header-wrapper:hover .language .caption {
    color: #666;
  }
  .header-wrapper:hover .language .caption:before {
    background-image: url(../img/lang2.png);
  }
  .header-wrapper:hover .language .caption:after {
    background-image: url(../img/idown2.png);
  }
  .header-wrapper .language:hover .caption:after {
    transform: rotateX(180deg);
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .footer-wrapper li > a:hover {
    color: #7fbe26;
  }
  .job-wrapper .item:hover .top {
    border-color: #7fbe26;
  }
  .job-wrapper .item:hover .title {
    color: #7fbe26;
  }
  .job-wrapper .item:hover .btn {
    background-color: #7fbe26;
  }
  .job-wrapper .item:hover .btn:before,
  .job-wrapper .item:hover .btn:after {
    background-color: #fff;
  }
  .news-box li:nth-child(3n) {
    margin-right: 0;
  }
  .news-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .about-wrapper .cate-box a:hover {
    color: #000;
  }
  .about-wrapper .cate-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .contact-wrapper .box-1 .item li:hover .icon {
    transform: rotateY(180deg);
  }
  .about-wrapper .box-2 .swiper-slide:hover .year {
    color: #7fbe26;
  }
  .about-wrapper .box-2 .swiper-slide:hover .dot {
    border-width: 0.03rem;
    border-color: #fff;
    background-color: #7fbe26;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14.4rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
  .index-banner-wrapper .swiper-pagination {
    padding: 0 calc((100% - 14.4rem) / 2);
  }
  .index-box-2 .en {
    margin-bottom: 0.5rem;
  }
  .index-title-box {
    padding-top: 1rem;
  }
  .index-box-5,
  .index-box-4 {
    padding-bottom: 1.35rem;
  }
  .footer-wrapper {
    padding: 1.4rem 0 1.3rem;
  }
  .gotop {
    right: 0.4rem;
  }
  .about-wrapper .box-5 .swiper-slide img,
  .index-box-5 .swiper-slide img {
    height: 0.75rem;
  }
  .index-box-5 .caption {
    margin-bottom: 0.65rem;
  }
  .index-box-4 .bottom {
    margin-top: 0.9rem;
  }
  .news-box .pic img {
    height: 2.67rem;
  }
  .index-box-4 .swiper-container {
    padding-left: 1rem;
  }
  .index-box-4 .bottom {
    width: calc(53.32% + 70px);
    margin-right: 1.6rem;
  }
  .page-banner-wrapper .info .en {
    font-size: 0.56rem;
  }
  .job-wrapper .job-box .caption {
    margin-bottom: 0.14rem;
  }
  .page-box {
    padding-bottom: 1.3rem;
  }
  .contact-wrapper .box-1 .info {
    padding-left: calc((100% - 14.4rem) / 2);
  }
  .contact-wrapper .box-1 .info h1 {
    margin-bottom: 0.6rem;
  }
  .contact-wrapper .box-1 .map {
    height: 8.6rem;
  }
  .contact-wrapper .form .left {
    width: 42%;
  }
  .contact-wrapper .form .right {
    width: 52.6%;
  }
  .contact-wrapper .btn-box {
    margin-top: 0.48rem;
  }
  .contact-wrapper .box-2 {
    margin-top: 1.3rem;
  }
  .news-box li {
    margin-top: 0.8rem;
  }
  .newsinfo-wrapper .box .content,
  .newsinfo-wrapper .box .relative-box {
    padding-left: 1.2rem;
  }
  .commercial-wrapper .box-4 .main {
    padding-right: 1.9rem;
    padding-left: 1.6rem;
  }
  .commercial-wrapper .box-4 .icon {
    width: 0.8rem;
  }
  .commercial-wrapper .box-4 li {
    margin-right: 0.3rem;
  }
  .commercial-wrapper .box-4 .desc {
    margin-top: 0.36rem;
  }
  .commercial-wrapper .caption {
    margin-bottom: 0.56rem;
  }
  .commercial-wrapper .box-3 ul {
    padding: 0 1.4rem;
  }
  .commercial-wrapper .box-3 .icon {
    width: 0.8rem;
    right: 0.8rem;
    top: 0.64rem;
  }
  .commercial-wrapper .box-3 li {
    margin-top: 0.7rem;
    padding-top: 0.6rem;
  }
  .base-wrapper .box-2 .brief {
    margin-top: 0.48rem;
  }
  .tab-box {
    padding: 0.24rem 0;
  }
  .tab-box a {
    line-height: 0.4rem;
  }
  .tab-box .icon {
    height: 0.4rem;
    margin-right: 0.24rem;
  }
  .page-banner-wrapper .info2 h2 {
    font-size: 0.56rem;
    line-height: 0.65rem;
  }
  .base-wrapper .box-1 .key {
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
  .base-wrapper .box-1 .swiper-slide {
    padding-top: 0.74rem;
  }
  .commercial-wrapper .box-3 {
    margin-top: 1.1rem;
  }
  .smart-wrapper .detail-box .info .name,
  .smart-wrapper .detail-box .info .desc {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .smart-wrapper .detail-box .name {
    font-size: var(--fs20);
  }
  .smart-wrapper .detail-box .desc {
    font-size: 0.15rem;
  }
  .smart-wrapper .detail-box .info {
    padding-bottom: 0.36rem;
  }
  .smart-wrapper .detail-box .pic img {
    height: 1.53rem;
  }
  .smart-wrapper .btn-box .prev {
    margin-right: 0.56rem;
  }
  .smart-wrapper .detail-box {
    margin-top: -2.4rem;
  }
  .charging-wrapper .box-3 > .pic li:first-child {
    top: 11%;
  }
  .charging-wrapper .box-3 > .pic li:nth-child(2) {
    top: 2%;
  }
  .charging-wrapper .box-3 > .pic li:nth-child(3) {
    top: 25%;
  }
  .charging-wrapper .box-3 > .pic li:nth-child(4) {
    top: 33%;
  }
  .charging-wrapper .box-3 .list {
    margin-top: 1.5rem;
  }
  .charging-wrapper .box-3 .list .title {
    margin-bottom: 0.24rem;
  }
  .charging-wrapper .box-4 {
    margin-top: 1.4rem;
  }
  .relative-goods {
    padding-bottom: 1.4rem;
  }
  .relative-goods .pic img {
    height: 3.26rem;
  }
  .charging-wrapper .box-3 .icon {
    margin-top: -0.24rem;
  }
  .charging-wrapper .box-3 > .pic .name {
    width: 1.4rem;
  }
  .charging-wrapper .box-3 .list .pic img {
    height: 4.57rem;
  }
  .public-wrapper .box-3 .desc {
    width: 80%;
  }
  .public-wrapper .box-3 .inner {
    bottom: 0.6rem;
  }
  .public-wrapper .box-3 .key {
    font-size: 0.56rem;
  }
  .base-wrapper .box-1 .name {
    margin-bottom: 0.3rem;
  }
  .goodsinfo-wrapper .box-2 .info,
  .goodsinfo-wrapper .box-1 .info {
    left: calc((100% - 14.4rem) / 2);
  }
  .goodsinfo-wrapper .item .info {
    left: 12%;
  }
  .goodsinfo-wrapper .item .info {
    width: 34%;
  }
  .goodsinfo-wrapper .title-box .brief {
    margin-top: 0.4rem;
  }
  .goodsinfo-wrapper .box-3 .content li {
    margin-top: 0.8rem;
  }
  .goodsinfo-wrapper .title-box .title {
    line-height: 0.76rem;
  }
  .goodsinfo-wrapper .item .info .content {
    margin-top: 0.9rem;
  }
  .goodsinfo-wrapper .title-box .brief {
    line-height: 0.5rem;
  }
  .goodsinfo-wrapper .box-1 .info {
    width: 38%;
  }
  .goodsinfo-wrapper .box-1 .info .brief {
    font-size: 0.46rem;
    margin: 0.24rem auto 0.48rem;
  }
  .about-wrapper .box-1 .data p {
    margin-bottom: 0.15rem;
  }
  .about-wrapper .box-1 .name {
    margin-bottom: 0.36rem;
  }
  .about-wrapper .box-1 .data ul li {
    padding-left: 0.24rem;
  }
  .about-wrapper .data .num span {
    font-size: 0.32rem;
  }
  .about-wrapper .box-1 {
    padding-bottom: 1.5rem;
  }
  .about-wrapper .box-2 .item .title {
    font-size: 0.56rem;
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-2 .item .info {
    padding-top: 0.3rem;
  }
  .about-wrapper .box-4 .info-box {
    padding-left: calc((100% - 14.4rem) / 2);
  }
  .about-wrapper .honor-box {
    width: calc(100% - (100% - 14.4rem) / 2);
  }
  .about-wrapper .honor-box .item .swiper-container {
    width: calc(100% - 5rem);
  }
  .about-wrapper .cate-box {
    padding-left: 5rem;
  }
  .about-wrapper .honor-box .swiper-pagination {
    height: 0.12rem;
  }
  .about-wrapper .box-5 {
    padding: 1.2rem 0 2rem;
  }
  .about-wrapper .box-5 .title-box {
    margin-bottom: 1rem;
  }
  .about-wrapper .box-1 .data ul li {
    height: 2.1rem;
  }
  .index-box-1 .pic img {
    height: 2.87rem;
  }
  .pc-nav-box {
    margin-left: 0.75rem;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs16: 15px;
    --fs18: 16px;
    --fs20: 17px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
  .index-more {
    width: 1.56rem;
  }
  .index-box-4 .bottom {
    width: calc(53.32% + 60px);
    margin-right: 1.7rem;
  }
  .index-box-2 .en {
    margin: 0.12rem auto 0.4rem;
  }
  .index-title-box {
    padding-top: 0.9rem;
  }
  .index-box-5,
  .index-box-4 {
    padding-bottom: 1.2rem;
  }
  .footer-wrapper {
    padding: 1.2rem 0 1.1rem;
  }
  .footer-wrapper .tel {
    margin-bottom: 0.48rem;
  }
  .gotop {
    right: 0.36rem;
  }
  .index-box-2 .name {
    margin-top: 0.56rem;
  }
  .pc-nav-box > ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pc-nav-box > ul li {
    margin-right: 0;
  }
  .page-box {
    padding-bottom: 1.2rem;
  }
  .contact-wrapper .form .address select,
  .contact-wrapper .form .tit {
    font-size: 0.15rem;
  }
  .contact-wrapper .box-2 {
    margin-top: 1.2rem;
  }
  .contact-wrapper .radio-box label {
    margin-right: 0.5rem;
  }
  .news-box li {
    margin-top: 0.7rem;
  }
  .newsinfo-wrapper .box .content,
  .newsinfo-wrapper .box .relative-box {
    padding-left: 1.1rem;
  }
  .newsinfo-wrapper .top h1 {
    margin-bottom: 0.3rem;
  }
  .tab-box .icon {
    margin-right: 0.2rem;
  }
  .smart-wrapper .detail-box .info {
    padding-bottom: 0.32rem;
  }
  .smart-wrapper .detail-box {
    margin-top: -2.38rem;
  }
  .charging-wrapper .box-3 .list {
    margin-top: 1.4rem;
  }
  .charging-wrapper .box-4 {
    margin-top: 1.3rem;
  }
  .relative-goods {
    padding-bottom: 1.3rem;
  }
  .relative-goods .prev {
    left: -0.7rem;
  }
  .relative-goods .next {
    right: -0.7rem;
  }
  .public-wrapper .box-3 .key {
    font-size: 0.52rem;
  }
  .public-wrapper .box-3 .inner {
    bottom: 0.5rem;
  }
  .public-wrapper .box-3 .desc {
    width: 85%;
  }
  .goodsinfo-wrapper .box-3 .content li {
    margin-top: 0.7rem;
  }
  .goodsinfo-wrapper .box-3 .content li img {
    width: 0.8rem;
  }
  .goodsinfo-wrapper .title-box .title {
    line-height: 0.7rem;
  }
  .goodsinfo-wrapper .item .info .content {
    margin-top: 0.7rem;
  }
  .goodsinfo-wrapper .box-1 .info .desc {
    margin-top: 0.7rem;
  }
  .about-wrapper .box-1 {
    padding-bottom: 1.3rem;
  }
  .about-wrapper .box-2 .item .title {
    font-size: 0.52rem;
    margin-bottom: 0.2rem;
  }
  .about-wrapper .honor-box .item .swiper-container {
    width: calc(100% - 4.4rem);
  }
  .about-wrapper .honor-box .swiper-pagination {
    height: 0.1rem;
  }
  .about-wrapper .box-5 {
    padding: 1rem 0 1.8rem;
  }
  .about-wrapper .box-5 .title-box {
    margin-bottom: 0.9rem;
  }
  .about-wrapper .cate-box a {
    margin-right: 0.4rem;
  }
  .about-wrapper .cate-box {
    padding-left: 4.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs16: 14px;
  }
  .page-box {
    padding-bottom: 1.1rem;
  }
  .charging-wrapper .box-3 .list {
    margin-top: 1.3rem;
  }
  .charging-wrapper .box-4 {
    margin-top: 1.2rem;
  }
  .relative-goods {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 0.52rem;
    height: 0.52rem;
    position: relative;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
    width: 100%;
  }
  .nav-icon.on span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.24rem;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    width: 100%;
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    width: 80%;
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    width: 60%;
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.1rem);
    position: fixed;
    right: 0;
    top: 1.1rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav > ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav > ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav > ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav > ul::-webkit-scrollbar-thumb {
    background-color: #7fbe26;
  }
  .phone-nav > ul > li {
    position: relative;
  }
  .phone-nav > ul > li.active .cat {
    color: #7fbe26;
    font-weight: 700;
  }
  .phone-nav > ul > li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav > ul > li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav > ul > li .cat:before,
  .phone-nav > ul > li .cat:after {
    content: "";
    display: inline-block;
    background: #7fbe26;
    position: absolute;
    z-index: 10;
  }
  .phone-nav > ul > li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav > ul > li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav > ul > li.on > a {
    font-weight: 700;
    color: #7fbe26;
  }
  .phone-nav .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .navs .two {
    display: none;
    padding-left: 0.2rem;
  }
  .phone-nav .navs .two ul {
    display: none;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.2rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav .navs .two ul a {
    font-size: 0.24rem;
    border-bottom: none;
    line-height: 0.6rem;
    color: #999;
  }
  .phone-nav .navs .two ul a:after {
    display: none;
  }
  .phone-nav li ul li > a {
    position: relative;
    display: block;
    padding-right: 0.6rem;
  }
  .phone-nav li ul li > a.on:after {
    transform: rotate(90deg);
  }
  .phone-nav li ul li > a:after {
    content: "";
    width: 0.16rem;
    height: 100%;
    background-image: url(../img/right2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 1;
    opacity: 0.5;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .search-form {
    top: 1.1rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .pc-nav-box {
    display: none;
  }
  .header-wrapper.on .nav-icon span,
  .header-wrapper.shadow .nav-icon span,
  .header-wrapper.active .nav-icon span {
    background: #7fbe26;
  }
  .header-wrapper .box-container {
    height: 1.1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 17%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
  }
  .header-wrapper .search {
    width: 14px;
    height: 14px;
  }
  .header-wrapper .language {
    margin-left: 0.5rem;
  }
  .header-wrapper .language .caption {
    font-size: 0;
    line-height: 1.1rem;
  }
  .header-wrapper .language .caption:before {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }
  .header-wrapper .language .caption:after {
    display: none;
  }
  .header-wrapper .list {
    width: 1.1rem;
    padding: 0.2rem 0.3rem;
    left: auto;
    right: -0.3rem;
    margin-left: 0;
  }
  .header-wrapper .list a {
    line-height: 0.4rem;
    padding: 0;
    text-align: right;
    font-size: 12px;
  }
  .footer-nav-box {
    width: 100%;
  }
  .footer-nav-box ul {
    display: block;
  }
  .footer-nav-box a {
    line-height: 0.52rem;
  }
  .footer-nav-box li > a {
    position: relative;
    margin-bottom: 0;
    line-height: 1rem;
    border-bottom: 1px solid #3b3b3b;
  }
  .footer-nav-box li > a.on:after {
    transform: rotate(90deg);
  }
  .footer-nav-box li > a:after {
    content: "";
    width: 0.16rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-image: url(../img/iright.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-nav-box .nav {
    display: none;
    padding: 0.3rem 0 0.1rem;
  }
  .links {
    display: none;
  }
  .footer-wrapper {
    padding: 0 0 1.44rem;
  }
  .footer-wrapper .box-container {
    display: block;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 0.24rem;
  }
  .footer-wrapper .copyright {
    line-height: 0.48rem;
    max-width: inherit;
    width: 100%;
  }
  .footer-wrapper .contact-box {
    text-align: left;
    margin-top: 0.8rem;
  }
  .footer-wrapper .contact-box > p {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .footer-wrapper .tel {
    font-size: var(--fs36);
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .footer-wrapper .qrcode li {
    width: 1.8rem;
    margin-right: 0.8rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.56rem;
  }
  .footer-wrapper #webgl {
    bottom: -35%;
    height: 60%;
  }
  .index-banner-wrapper .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.48rem;
    text-align: center;
    padding: 0 0.3rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.17rem;
  }
  .index-title-box {
    padding-top: 1.2rem;
    margin-bottom: 0.7rem;
  }
  .index-title-box h3 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #fff;
  }
  .index-title-box p {
    line-height: 0.44rem;
    margin-top: 0.12rem;
    font-size: 0.24rem;
  }
  .index-more {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.62rem;
    border-radius: 25px;
    border-width: 0.04rem;
    font-size: 0.24rem;
  }
  .learn {
    line-height: 0.36rem;
    font-size: 0.24rem;
  }
  .news-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news-box li {
    margin-right: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .news-box li:last-child {
    margin-bottom: 0;
  }
  .news-box li .pic img {
    height: auto;
  }
  .news-box .swiper-slide {
    width: 48%;
  }
  .news-box .pic img {
    height: 3.1rem;
  }
  .news-box .info {
    padding: 0.5rem 0.4rem;
  }
  .news-box .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .news-box .desc {
    line-height: 0.44rem;
    height: 1.32rem;
    margin: 0.2rem auto 0.3rem;
  }
  .news-box .time {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .data {
    position: static;
  }
  .data ul {
    flex-flow: wrap;
  }
  .data ul li {
    width: 25%;
    margin-top: 0.6rem;
  }
  .data ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  .data ul li:nth-child(2),
  .data ul li:nth-child(5) {
    width: 36%;
  }
  .data ul li:nth-child(3n) {
    width: 24%;
  }
  .data i,
  .data em {
    margin-left: 0.1rem;
  }
  .data p {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .data .num span {
    font-size: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .data i {
    font-size: var(--fs18);
    line-height: 0.24rem;
    height: 0.24rem;
  }
  .data em {
    font-size: var(--fs14);
    line-height: 0.32rem;
  }
  .cat-box a {
    font-size: 0.34rem;
    margin-right: 0.7rem;
    padding-bottom: 0.16rem;
    line-height: 0.48rem;
  }
  .index-box-1 {
    padding-bottom: 3rem;
    background-position: left center;
  }
  .index-box-1 .box-container {
    position: relative;
  }
  .index-box-1 .index-title-box {
    text-align: center;
    padding-top: 1.2rem;
  }
  .index-box-1 .cat-box {
    position: static;
    top: 0;
    transform: none;
    margin-bottom: 0.8rem;
  }
  .index-box-1 .index-more {
    top: 0;
    position: static;
  }
  .index-box-1 .pc-detail-box {
    display: none;
  }
  .index-box-1 .phone-detail-box {
    display: block;
  }
  .index-box-1 .phone-detail-box .item:first-child .swiper-slide:nth-child(5n+1) a {
    background-image: url(../img/p_index1_bg1.jpg);
  }
  .index-box-1 .phone-detail-box .item:first-child .swiper-slide:nth-child(5n+2) a {
    background-image: url(../img/p_index1_bg2.jpg);
  }
  .index-box-1 .phone-detail-box .item:first-child .swiper-slide:nth-child(5n+3) a {
    background-image: url(../img/p_index1_bg3.jpg);
  }
  .index-box-1 .phone-detail-box .item:first-child .swiper-slide:nth-child(5n+4) a {
    background-image: url(../img/p_index1_bg4.jpg);
  }
  .index-box-1 .phone-detail-box .item:first-child .swiper-slide:nth-child(5n+5) a {
    background-image: url(../img/p_index1_bg5.jpg);
  }
  .index-box-1 .phone-detail-box .item:nth-child(2) .swiper-slide:nth-child(6n+1) a {
    background-image: url(../img/p_index2_bg1.jpg);
  }
  .index-box-1 .phone-detail-box .item:nth-child(2) .swiper-slide:nth-child(6n+2) a {
    background-image: url(../img/p_index2_bg2.jpg);
  }
  .index-box-1 .phone-detail-box .item:nth-child(2) .swiper-slide:nth-child(6n+3) a {
    background-image: url(../img/p_index2_bg3.jpg);
  }
  .index-box-1 .phone-detail-box .item:nth-child(2) .swiper-slide:nth-child(6n+4) a {
    background-image: url(../img/p_index2_bg4.jpg);
  }
  .index-box-1 .phone-detail-box .item:nth-child(2) .swiper-slide:nth-child(6n+5) a {
    background-image: url(../img/p_index2_bg5.jpg);
  }
  .index-box-1 .phone-detail-box .item:nth-child(2) .swiper-slide:nth-child(6n+6) a {
    background-image: url(../img/p_index2_bg6.jpg);
  }
  .index-box-1 .phone-detail-box .swiper-slide {
    text-align: center;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .index-box-1 .phone-detail-box .swiper-slide:hover .name {
    color: #fff;
  }
  .index-box-1 .phone-detail-box .swiper-slide:hover .learn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-box-1 .phone-detail-box .swiper-slide a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0.4rem 0.3rem 0.3rem;
  }
  .index-box-1 .phone-detail-box .pic img {
    height: 2.8rem;
  }
  .index-box-1 .info {
    margin-top: 0.32rem;
  }
  .index-box-1 .name {
    font-size: var(--fs16);
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .index-box-1 .learn {
    margin-top: 0.1rem;
  }
  .index-box-1 .swiper-pagination {
    position: relative;
    width: 100%;
    height: 0.04rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0.8rem;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .index-box-1 .swiper-pagination .swiper-pagination-progressbar-fill {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #7fbe26;
    transform-origin: left center;
  }
  .index-box-1 .index-more {
    margin: 1rem auto 0;
  }
  .gotop {
    display: none;
  }
  .index-box-2 {
    margin-top: -3rem;
  }
  .index-box-2 ul {
    display: block;
  }
  .index-box-2 li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .index-box-2 li:last-child {
    margin-bottom: 0;
  }
  .index-box-2 .info {
    padding: 0 0.6rem;
  }
  .index-box-2 .name {
    font-size: 0.44rem;
    margin-top: 0.6rem;
  }
  .index-box-2 .en {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.2rem auto 0.4rem;
    height: 0.72rem;
  }
  .index-box-3 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    width: 100%;
  }
  .index-box-3 .index-more {
    margin: 0.5rem auto 0.9rem;
  }
  .index-box-3 .data {
    margin-top: 0.8rem;
  }
  .index-box-4 {
    padding-bottom: 1.2rem;
  }
  .index-box-4 .swiper-container {
    padding-left: 20px;
    padding-right: 0.3rem;
  }
  .index-box-4 .bottom {
    margin: 0.8rem auto 0;
    display: block;
    width: 100%;
  }
  .index-box-4 .swiper-pagination {
    width: 100%;
    height: 0.04rem;
  }
  .index-box-4 .index-more {
    margin: 1rem auto 0;
  }
  .index-box-5 {
    padding-bottom: 1.1rem;
    background-attachment: inherit;
  }
  .index-box-5 .caption {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-5 .caption em {
    margin-left: 0.4rem;
  }
  .index-box-5 .swiper-box {
    padding: 0 0 1.3rem;
  }
  .index-box-5 .swiper-slide {
    width: 2rem;
  }
  .index-box-5 .swiper-slide img {
    height: 0.76rem;
  }
  .index-box-5 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    transform: none;
    top: auto;
    bottom: 0;
  }
  .index-box-5 .prev {
    left: 25%;
  }
  .index-box-5 .next {
    right: 25%;
  }
  .page-banner-wrapper.coo-banner > img {
    height: 5rem;
  }
  .page-banner-wrapper > img {
    object-fit: cover;
    height: 4.6rem;
  }
  .page-banner-wrapper .info,
  .page-banner-wrapper .info2 {
    padding-top: 1.1rem;
  }
  .page-banner-wrapper .info h2 {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .page-banner-wrapper .info .en {
    font-size: 0.48rem;
    line-height: 0.4rem;
    margin: 0.3rem auto 0.48rem;
  }
  .page-banner-wrapper .caption {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .page-banner-wrapper .index-more {
    margin-top: 0.36rem;
    font-size: var(--fs14);
  }
  .page-banner-wrapper .info2 h2 {
    font-size: 0.4rem;
    line-height: 0.4rem;
    letter-spacing: 0.04rem;
    margin: 0.12rem auto 0.36rem;
  }
  .page-banner-wrapper .info2 .brief {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.3rem;
  }
  .page-banner-wrapper .info2 .en {
    font-size: var(--fs24);
    line-height: 0.4rem;
  }
  .page-banner-wrapper .border {
    display: none;
  }
  .successful-modal {
    width: calc(100% - 0.6rem);
    height: auto;
    left: 0.3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: 0;
    margin-left: 0;
    padding: 0.6rem 0.4rem;
  }
  .successful-modal > img {
    width: 0.64rem;
  }
  .successful-modal .index-more {
    font-size: var(--fs14);
  }
  .successful-modal .index-more img {
    margin-right: 0.1rem;
    width: 0.24rem;
  }
  .successful-modal .title {
    font-size: var(--fs24);
    line-height: 0.4rem;
    margin: 0.36rem auto 0.4rem;
  }
  .successful-modal .brief {
    line-height: 0.48rem;
    margin: 0.4rem auto 0.48rem;
  }
  .successful-modal .line {
    width: 0.56rem;
    height: 0.06rem;
  }
  .form-modal {
    padding: 0 0.3rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .form-modal .main {
    position: relative;
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
  .form-modal .title-box .line {
    width: 0.56rem;
    height: 0.06rem;
  }
  .form-modal h1 {
    font-size: var(--fs24);
    line-height: 0.4rem;
  }
  .form-modal .en {
    font-size: 0.48rem;
    line-height: 0.4rem;
  }
  .form-modal .brief {
    line-height: 0.48rem;
  }
  .form-modal .form {
    padding-right: 0;
  }
  .form-modal .form span {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: left;
    margin-bottom: 0.1rem;
  }
  .form-modal .form .text {
    line-height: 0.7rem;
    padding: 0 0.3rem;
    width: 100%;
  }
  .form-modal .group {
    display: block;
    margin-bottom: 0.3rem;
  }
  .form-modal .group:nth-child(odd) {
    width: 100%;
  }
  .form-modal .group:nth-child(even) {
    width: 100%;
  }
  .form-modal .index-more {
    font-size: var(--fs16);
  }
  .form-modal .close {
    right: 0.3rem;
    top: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .address {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .address select {
    width: 32%;
    height: 0.7rem;
    padding-left: 0.15rem;
    background-size: 0.16rem;
    background-position: right 0.15rem center;
  }
  .radio-box label {
    margin-right: 0.3rem;
  }
  .radio-box label:after {
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.12rem;
  }
  .page-title {
    font-size: var(--fs36);
    line-height: 0.5rem;
    margin-bottom: 0.6rem;
  }
  .page-box {
    padding: 1rem 0 1.2rem;
  }
  .job-wrapper .quick-box {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    /* input placeholder  */
  }
  .job-wrapper .quick-box .group {
    width: 32%;
    margin-right: 0;
  }
  .job-wrapper .quick-box .group.search {
    width: 100%;
    margin-top: 2%;
  }
  .job-wrapper .quick-box .submit {
    width: 1.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: var(--fs14);
  }
  .job-wrapper .quick-box .caption,
  .job-wrapper .quick-box .text {
    font-size: var(--fs14);
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .job-wrapper .quick-box .caption {
    padding: 0 0.6rem 0 0.3rem;
  }
  .job-wrapper .quick-box .caption:after {
    width: 0.24rem;
  }
  .job-wrapper .quick-box .text {
    padding: 0 0.3rem;
    width: calc(100% - 1.8rem);
  }
  .job-wrapper .quick-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: var(--fs14);
  }
  .job-wrapper .quick-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: var(--fs14);
  }
  .job-wrapper .quick-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: var(--fs14);
  }
  .job-wrapper .quick-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: var(--fs14);
  }
  .job-wrapper .quick-box .list {
    max-height: 4rem;
  }
  .job-wrapper .quick-box .list a {
    font-size: var(--fs14);
    line-height: 0.8rem;
    padding: 0 0.3rem;
  }
  .job-wrapper .job-box .item {
    margin-bottom: 0.3rem;
  }
  .job-wrapper .job-box .item.on .top {
    padding-bottom: 0.2rem;
  }
  .job-wrapper .job-box .top {
    padding: 0.4rem 1rem 0.4rem 0.3rem;
  }
  .job-wrapper .job-box .title {
    font-size: 0.34rem;
    line-height: 0.48rem;
    width: 100%;
  }
  .job-wrapper .job-box .other {
    position: static;
    left: 0;
    top: 0;
    margin-bottom: 0.2rem;
  }
  .job-wrapper .job-box .other span {
    margin: 0 0.22rem;
  }
  .job-wrapper .job-box .desc {
    line-height: 0.48rem;
    max-height: 0.96rem;
  }
  .job-wrapper .job-box .detail {
    padding: 0 1rem 0.6rem 0.3rem;
  }
  .job-wrapper .job-box .caption,
  .job-wrapper .job-box .content {
    line-height: 0.48rem;
  }
  .job-wrapper .job-box .caption {
    margin-bottom: 0.2rem;
  }
  .job-wrapper .job-box .content {
    margin-bottom: 0.48rem;
  }
  .job-wrapper .btn {
    right: 0.2rem;
    top: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .pageNum {
    display: none;
  }
  .contact-wrapper .box-2 .en,
  .contact-wrapper .box-3 .en {
    font-size: 0.56rem;
  }
  .contact-wrapper .box-1 {
    display: block;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .contact-wrapper .box-1 .info,
  .contact-wrapper .box-1 .map {
    width: 100%;
  }
  .contact-wrapper .box-1 .map {
    height: 4rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .contact-wrapper .box-1 .info {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-bottom: 0.8rem;
  }
  .contact-wrapper .box-1 .info h1 {
    font-size: var(--fs24);
    margin-bottom: 0.4rem;
  }
  .contact-wrapper .box-1 .item {
    margin-bottom: 0.6rem;
  }
  .contact-wrapper .box-1 .item:first-child li:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .contact-wrapper .box-1 .item:first-child li:nth-child(even) {
    width: 100%;
  }
  .contact-wrapper .box-1 .item:nth-child(2) li {
    width: 100%;
  }
  .contact-wrapper .box-1 .item:nth-child(2) li:nth-child(even) {
    margin-right: 0;
  }
  .contact-wrapper .box-1 .item .title {
    line-height: 0.48rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .contact-wrapper .box-1 .item li {
    padding-left: 1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .contact-wrapper .box-1 .item li:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .box-1 .item .icon {
    width: 0.8rem;
  }
  .contact-wrapper .box-1 .item p,
  .contact-wrapper .box-1 .item .desc {
    line-height: 0.4rem;
  }
  .contact-wrapper .box-1 .item .tel {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .contact-wrapper .box-2 {
    margin-top: 1.2rem;
  }
  .contact-wrapper .box-2 .box-container {
    display: block;
  }
  .contact-wrapper .box-2 .info,
  .contact-wrapper .box-2 .form {
    width: 100%;
  }
  .contact-wrapper .box-2 .info {
    padding-right: 0;
    margin-bottom: 0.6rem;
  }
  .contact-wrapper .box-2 .info .title {
    font-size: var(--fs30);
    margin: 0.08rem auto 0.24rem;
  }
  .contact-wrapper .box-2 .info .brief {
    line-height: 0.48rem;
    margin-top: 0.6rem;
  }
  .contact-wrapper .box-3 li {
    width: 100%;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    margin-top: 0;
    margin-right: 0;
  }
  .contact-wrapper .box-3 li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  .contact-wrapper .box-3 .name {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .contact-wrapper .box-3 .desc {
    line-height: 0.48rem;
    margin: 0.2rem auto 0.36rem;
  }
  .contact-wrapper .radio-box {
    height: 0.7rem;
    padding: 0 0.3rem;
  }
  .contact-wrapper .radio-box label {
    margin-right: 0.4rem;
  }
  .contact-wrapper .form {
    display: block;
  }
  .contact-wrapper .form .left {
    width: 100%;
  }
  .contact-wrapper .form .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .contact-wrapper .form .group {
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .form .group:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .form .tit {
    margin-bottom: 0.12rem;
    line-height: 0.48rem;
  }
  .contact-wrapper .form .msg,
  .contact-wrapper .form .text {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .contact-wrapper .form .text {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .contact-wrapper .form .msg {
    height: 3rem;
    line-height: 0.48rem;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
  .contact-wrapper .btn-box {
    margin-top: 0.6rem;
    justify-content: center;
  }
  .contact-wrapper .btn-box a {
    width: 1.8rem;
    line-height: 0.7rem;
    font-size: var(--fs14);
  }
  .contact-wrapper .btn-box .submit {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper {
    padding-top: 1.1rem;
  }
  .newsinfo-wrapper:before {
    height: 1.1rem;
  }
  .newsinfo-wrapper .top {
    padding: 1rem 0 0.8rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs24);
    margin-bottom: 0.4rem;
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .top .date {
    font-size: var(--fs18);
    line-height: 0.36rem;
  }
  .newsinfo-wrapper .top .date img {
    width: 0.24rem;
  }
  .newsinfo-wrapper .box {
    display: block;
    padding-bottom: 0.8rem;
  }
  .newsinfo-wrapper .box .box-container {
    display: block;
  }
  .newsinfo-wrapper .box .left {
    width: 100%;
    padding-bottom: 1.2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .newsinfo-wrapper .box .left .main {
    width: 100%;
    padding-right: 0;
  }
  .newsinfo-wrapper .box .content {
    line-height: 0.48rem;
    padding-top: 0.8rem;
  }
  .newsinfo-wrapper .box .content,
  .newsinfo-wrapper .box .relative-box {
    padding-left: 0;
  }
  .newsinfo-wrapper .box .right {
    width: 100%;
    padding-top: 0.5rem;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .newsinfo-wrapper .box .right .caption {
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .newsinfo-wrapper .box .right li {
    margin-bottom: 0.6rem;
  }
  .newsinfo-wrapper .box .right li .title {
    line-height: 0.48rem;
    max-height: 0.96rem;
    margin-top: 0.3rem;
    font-size: var(--fs16);
  }
  .newsinfo-wrapper .box .share-box {
    display: none;
  }
  .newsinfo-wrapper .relative-box {
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .relative-box p {
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .relative-box p a {
    height: 0.74rem;
    line-height: 0.74rem;
    max-width: 80%;
  }
  .base-wrapper .box-1 {
    padding: 1.2rem 0;
  }
  .base-wrapper .box-1 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .base-wrapper .box-1 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .base-wrapper .box-1 .swiper-slide {
    width: 21.6%;
    border-radius: 0.1rem;
    margin-right: 0;
    padding: 1rem 0.4rem 0.6rem;
  }
  .base-wrapper .box-1 .key {
    font-size: 2.2rem;
    line-height: 2rem;
    top: 0.48rem;
  }
  .base-wrapper .box-1 .icon {
    width: 0.66rem;
    height: 0.66rem;
  }
  .base-wrapper .box-1 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.24rem auto 0.16rem;
  }
  .base-wrapper .box-1 .brief {
    line-height: 0.44rem;
    min-height: 1.32rem;
    font-size: var(--fs14);
  }
  .base-wrapper .box-1 .swiper-pagination {
    width: 80%;
    margin: 0 auto;
    height: 0.04rem;
    margin-top: 0.6rem;
  }
  .base-wrapper .box-2 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .base-wrapper .box-2 .info .inner {
    width: 100%;
  }
  .base-wrapper .box-2 .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    letter-spacing: 0.03rem;
  }
  .base-wrapper .box-2 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.24rem;
  }
  .base-wrapper .box-2 .inner {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .tab-box {
    padding: 0.4rem 0;
  }
  .tab-box a {
    font-size: 0.24rem;
    line-height: 0.6rem;
    letter-spacing: 0;
  }
  .tab-box a:first-child:before {
    display: none;
  }
  .tab-box a:after {
    height: 0.36rem;
    margin-top: -0.18rem;
  }
  .tab-box a:last-child:after {
    display: none;
  }
  .tab-box .icon {
    margin: 0 auto;
    height: 0.44rem;
    display: block;
  }
  .commercial-wrapper .caption {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .commercial-wrapper .box-3 {
    margin-top: 1.2rem;
  }
  .commercial-wrapper .box-3 ul {
    position: static;
    transform: none;
    padding: 0 0;
    margin-top: 0.6rem;
  }
  .commercial-wrapper .box-3 li {
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.3rem;
    padding: 0.48rem 2rem 0.48rem 0.48rem;
  }
  .commercial-wrapper .box-3 li:last-child {
    margin-bottom: 0;
  }
  .commercial-wrapper .box-3 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.12rem;
  }
  .commercial-wrapper .box-3 .desc {
    font-size: 0.24rem;
    line-height: 0.44rem;
    min-height: 1.32rem;
  }
  .commercial-wrapper .box-3 .icon {
    right: 0.4rem;
    top: 0.6rem;
    width: 0.8rem;
  }
  .commercial-wrapper .box-4 {
    margin-top: 1rem;
  }
  .commercial-wrapper .box-4 .main {
    padding: 0.8rem 0.3rem;
  }
  .commercial-wrapper .box-4 .info {
    width: 44%;
    padding-top: 0;
  }
  .commercial-wrapper .box-4 .pic {
    width: 52%;
  }
  .commercial-wrapper .box-4 .title {
    font-size: var(--fs24);
  }
  .commercial-wrapper .box-4 .desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.24rem auto 0.4rem;
  }
  .commercial-wrapper .box-4 .icon {
    width: 0.76rem;
  }
  .commercial-wrapper .box-4 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .commercial-wrapper .box-4 li {
    margin-right: 0;
    width: 48%;
    margin-top: 0.4rem;
  }
  .commercial-wrapper .box-4 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .commercial-wrapper .box-4 li p {
    font-size: var(--fs14);
    line-height: 0.3rem;
    margin-top: 0.14rem;
  }
  .smart-wrapper .box-2 .info {
    padding-bottom: 0;
  }
  .smart-wrapper .box-2 .swiper-box {
    margin-top: 0;
  }
  .smart-wrapper .box-2 .swiper-box .swiper-slide {
    width: 15.476%;
    margin-right: 1.4288%;
  }
  .smart-wrapper .box-2 .swiper-box .pic img {
    height: 2.48rem;
  }
  .smart-wrapper .box-2 .swiper-box .info {
    padding: 0.5rem 0 0.4rem;
  }
  .smart-wrapper .box-2 .swiper-box .name {
    line-height: 0.48rem;
  }
  .smart-wrapper .box-2 .swiper-box .line {
    width: 0.52rem;
    height: 0.04rem;
    margin: 0.3rem auto 0.4rem;
  }
  .smart-wrapper .box-2 .swiper-box .desc {
    height: 1.76rem;
    line-height: 0.44rem;
  }
  .smart-wrapper .btn-box {
    margin-top: 0.6rem;
  }
  .smart-wrapper .btn-box a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .smart-wrapper .btn-box .prev {
    margin-right: 0.48rem;
  }
  .public-wrapper .tab-box a,
  .charging-wrapper .tab-box a {
    width: 30%;
  }
  .public-wrapper .box-2 .inner,
  .charging-wrapper .box-2 .inner {
    width: 90%;
  }
  .public-wrapper .box-2 .name,
  .charging-wrapper .box-2 .name {
    font-size: var(--fs24);
    letter-spacing: 0.04rem;
    line-height: 0.48rem;
  }
  .public-wrapper .box-2 .ename,
  .charging-wrapper .box-2 .ename {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin: 0.1rem auto 0.34rem;
  }
  .public-wrapper .box-2 .desc,
  .charging-wrapper .box-2 .desc {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.4rem;
  }
  .public-wrapper .box-2 .line,
  .charging-wrapper .box-2 .line {
    width: 0.5rem;
    height: 0.04rem;
  }
  .charging-wrapper .box-1 .swiper-slide {
    padding-top: 0.8rem;
  }
  .charging-wrapper .box-1 .icon {
    height: 0.6rem;
  }
  .charging-wrapper .box-1 .brief {
    margin-top: 0.48rem;
  }
  .charging-wrapper .box-3 {
    margin-top: 1.2rem;
  }
  .charging-wrapper .box-3 > .pic > img {
    height: 3.8rem;
    object-fit: cover;
  }
  .charging-wrapper .box-3 > .pic li {
    width: 2.4rem;
  }
  .charging-wrapper .box-3 > .pic li:first-child {
    top: 2px;
  }
  .charging-wrapper .box-3 > .pic li:nth-child(2) {
    left: 14.92%;
    top: 40%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .charging-wrapper .box-3 > .pic li:nth-child(3) {
    top: 18%;
    left: 56%;
  }
  .charging-wrapper .box-3 > .pic li:nth-child(4) {
    top: 53%;
  }
  .charging-wrapper .box-3 > .pic .inner {
    height: auto;
    padding-bottom: 0.3rem;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
  }
  .charging-wrapper .box-3 > .pic .img {
    width: 0.9rem;
  }
  .charging-wrapper .box-3 > .pic .img img {
    height: auto;
  }
  .charging-wrapper .box-3 > .pic .name {
    width: 1.2rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    margin-left: -0.24rem;
  }
  .charging-wrapper .box-3 .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.2rem 0 0 0;
  }
  .charging-wrapper .box-3 .list {
    margin-top: 1.2rem;
  }
  .charging-wrapper .box-3 .list .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .charging-wrapper .box-3 .list .item:last-child {
    margin-bottom: 0;
  }
  .charging-wrapper .box-3 .list .pic img {
    height: auto;
  }
  .charging-wrapper .box-3 .list .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .charging-wrapper .box-3 .list .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .charging-wrapper .box-4 {
    margin-top: 1.2rem;
  }
  .relative-goods {
    padding: 1rem 0 1.2rem;
  }
  .relative-goods .swiper-slide {
    width: 100%;
    padding: 0.6rem 0 0.4rem;
  }
  .relative-goods .pic img {
    height: 5rem;
  }
  .relative-goods .name {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.48rem;
    margin: 0.22rem auto;
  }
  .relative-goods .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .relative-goods .prev {
    left: -0.3rem;
  }
  .relative-goods .next {
    right: -0.3rem;
  }
  .page-title-box {
    margin-bottom: 0.8rem;
  }
  .page-title-box .title {
    font-size: var(--fs30);
    letter-spacing: 0.04rem;
    line-height: 0.48rem;
  }
  .page-title-box p {
    line-height: 0.36rem;
    font-size: var(--fs14);
    margin: 0.12rem auto 0.4rem;
  }
  .page-title-box .line {
    width: 0.48rem;
    height: 0.04rem;
  }
  .page-title-box .brief {
    font-size: 0.26rem;
    line-height: 0.44rem;
    margin-top: 0.48rem;
  }
  .public-wrapper .box-1 .swiper-slide {
    padding-top: 0.7rem;
  }
  .public-wrapper .box-3 .item.on .desc {
    height: 1.8rem;
    -webkit-line-clamp: 5;
  }
  .public-wrapper .box-3 .inner {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    bottom: 0.2rem;
  }
  .public-wrapper .box-3 .key {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .public-wrapper .box-3 .title {
    margin: 0.1rem auto 0.2rem;
  }
  .public-wrapper .box-3 .title span {
    font-size: var(--fs16);
    line-height: 0.36rem;
    padding-bottom: 0.06rem;
  }
  .public-wrapper .box-3 .desc {
    font-size: 0.2rem;
    line-height: 0.36rem;
    width: 100%;
    height: 0.72rem;
    -webkit-line-clamp: 2;
    transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
  }
  .public-wrapper .relative-goods .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .relative-goods .swiper-slide {
    margin-right: 0;
  }
  .goodsinfo-wrapper .border {
    bottom: 0.4rem;
  }
  .goodsinfo-wrapper .box-1 .pic img {
    height: 5rem;
    object-fit: cover;
  }
  .goodsinfo-wrapper .box-1 .info {
    left: 0.3rem;
    width: 70%;
  }
  .goodsinfo-wrapper .box-1 .info .title {
    font-size: var(--fs14);
    line-height: 0.32rem;
  }
  .goodsinfo-wrapper .box-1 .info .brief {
    font-size: 0.34rem;
    line-height: 0.44rem;
    margin: 0.1rem auto 0.36rem;
  }
  .goodsinfo-wrapper .box-1 .info .desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.5rem;
    text-align: left;
  }
  .goodsinfo-wrapper .box-2 .info {
    position: static;
    left: 0;
    width: 100%;
    padding: 1rem 0.3rem;
  }
  .goodsinfo-wrapper .box-2 .content {
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .box-2 .content li {
    position: relative;
    padding-left: 0.36rem;
  }
  .goodsinfo-wrapper .box-2 .content li:before {
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    background-color: #fff;
    border: solid 0.03rem #7fbe26;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.1rem;
    z-index: 1;
    box-sizing: border-box;
  }
  .goodsinfo-wrapper .box-2 .title-box {
    margin-bottom: 0.52rem;
  }
  .goodsinfo-wrapper .box-2 .title-box .title {
    color: #333;
  }
  .goodsinfo-wrapper .box-3 .pic img {
    height: 6rem;
    object-fit: cover;
  }
  .goodsinfo-wrapper .box-3 .info {
    left: 5%;
    width: 90%;
  }
  .goodsinfo-wrapper .box-3 .info .title-box .brief {
    margin-top: 0.2rem;
  }
  .goodsinfo-wrapper .box-3 .content li {
    margin-top: 0.6rem;
  }
  .goodsinfo-wrapper .box-3 .content li p {
    font-size: var(--fs14);
    line-height: 0.32rem;
  }
  .goodsinfo-wrapper .title-box .title {
    font-size: var(--fs24);
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .goodsinfo-wrapper .title-box .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
  .goodsinfo-wrapper .item .pic img {
    height: 5rem;
    object-fit: cover;
  }
  .goodsinfo-wrapper .item .info {
    left: 0.3rem;
    width: 70%;
  }
  .goodsinfo-wrapper .item .info.right {
    right: 0.3rem;
    width: 50%;
  }
  .goodsinfo-wrapper .item .info.center {
    left: 0.3rem;
  }
  .goodsinfo-wrapper .item .info .content {
    margin-top: 0.4rem;
  }
  .goodsinfo-wrapper .item .info .content > img {
    width: 50%;
  }
  .goodsinfo-wrapper .item .content li {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-right: 0.3rem;
  }
  .goodsinfo-wrapper .item .content li img {
    width: 0.6rem;
  }
  .about-wrapper .title-box {
    margin-bottom: 0.6rem;
  }
  .about-wrapper .title-box h3 {
    font-size: var(--fs30);
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-1 {
    padding: 1rem 0 1.2rem;
  }
  .about-wrapper .box-1 .main {
    display: block;
  }
  .about-wrapper .box-1 .info {
    width: 100%;
  }
  .about-wrapper .box-1 .data {
    width: 100%;
    margin-top: 0.8rem;
    height: auto;
  }
  .about-wrapper .box-1 .data ul li {
    width: 50%;
    height: 2.1rem;
    margin-top: 0;
    padding: 0.74rem 0.1rem 0.2rem 0.2rem;
  }
  .about-wrapper .box-1 .name {
    font-size: var(--fs24);
    margin-bottom: 0.36rem;
  }
  .about-wrapper .box-1 .content {
    line-height: 0.48rem;
  }
  .about-wrapper .cate-box {
    margin-bottom: 0.6rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .about-wrapper .cate-box a {
    font-size: var(--fs14);
    margin-right: 0.36rem;
    line-height: 0.48rem;
  }
  .about-wrapper .cate-box a:after {
    height: 0.04rem;
  }
  .about-wrapper .box-2 {
    padding: 1.2rem 0;
  }
  .about-wrapper .box-2 .year-box:before {
    bottom: 0.1rem;
  }
  .about-wrapper .box-2 .year-box .box-container {
    padding: 0 0.6rem;
  }
  .about-wrapper .box-2 .swiper-slide {
    width: 33.33%;
  }
  .about-wrapper .box-2 .swiper-slide.swiper-slide-active .year {
    color: #7fbe26;
  }
  .about-wrapper .box-2 .swiper-slide.swiper-slide-active .dot {
    border-width: 0.04rem;
    border-color: #fff;
    background-color: #7fbe26;
  }
  .about-wrapper .box-2 .swiper-slide.on .dot {
    border-width: 0.04rem;
  }
  .about-wrapper .box-2 .year {
    line-height: 0.44rem;
  }
  .about-wrapper .box-2 .dot {
    width: 0.24rem;
    height: 0.24rem;
    border-width: 0.04rem;
  }
  .about-wrapper .box-2 .detail-box {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-2 .item {
    padding: 0 0.3rem;
  }
  .about-wrapper .box-2 .item .inner {
    display: block;
  }
  .about-wrapper .box-2 .item .pic {
    width: 100%;
  }
  .about-wrapper .box-2 .item .info {
    width: 100%;
    padding-top: 0.8rem;
  }
  .about-wrapper .box-2 .item .title {
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-2 .item .content {
    line-height: 0.48rem;
  }
  .about-wrapper .box-2 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    bottom: -0.2rem;
  }
  .about-wrapper .box-3 {
    padding: 0.8rem 0;
  }
  .about-wrapper .box-3 .info {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
  .about-wrapper .box-3 .title-box {
    margin-bottom: 0.6rem;
  }
  .about-wrapper .box-3 .pic {
    width: 100%;
    margin: 0.8rem auto 0;
  }
  .about-wrapper .box-3 .data {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-3 .data li {
    width: 25%;
    margin-top: 0;
  }
  .about-wrapper .box-3 .info .title {
    font-size: var(--fs24);
    margin-bottom: 0.2rem;
  }
  .about-wrapper .box-3 .info .title,
  .about-wrapper .box-3 .info .content,
  .about-wrapper .box-3 .info .title-box {
    width: 100%;
  }
  .about-wrapper .box-3 .content {
    line-height: 0.48rem;
  }
  .about-wrapper .box-4:after {
    height: 2.13rem;
  }
  .about-wrapper .box-4 .info-box {
    position: static;
    width: 100%;
    padding-top: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .about-wrapper .box-4 .info-box:before {
    width: calc(100% - 1rem);
  }
  .about-wrapper .box-4 .info-box .data {
    padding-right: 0;
  }
  .about-wrapper .box-4 .info-box .data li {
    width: 31%;
    margin-top: 0.48rem;
  }
  .about-wrapper .box-4 .title-box {
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-4 .brief {
    font-size: var(--fs14);
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-4 .brief span {
    font-size: var(--fs20);
  }
  .about-wrapper .box-4 .data .num span {
    font-size: 0.48rem;
  }
  .about-wrapper .box-4 .pic img {
    height: 2.64rem;
  }
  .about-wrapper .box-4 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .about-wrapper .data .num span {
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .about-wrapper .data p {
    margin-bottom: 0.16rem;
  }
  .about-wrapper .honor-box {
    width: 100%;
    padding-top: 1.2rem;
    margin: 0 auto;
  }
  .about-wrapper .honor-box .item .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .about-wrapper .honor-box .swiper-slide {
    width: 30%;
  }
  .about-wrapper .honor-box .swiper-slide p {
    height: 0.48rem;
    line-height: 0.48rem;
    margin-top: 0.12rem;
  }
  .about-wrapper .honor-box .pic {
    padding: 0.1rem;
  }
  .about-wrapper .honor-box .swiper-pagination {
    height: 0.14rem;
    margin-top: 0.13rem;
  }
  .about-wrapper .honor-box .more {
    line-height: 0.36rem;
  }
  .about-wrapper .honor-box .more img {
    margin-left: 0.16rem;
    width: 0.3rem;
  }
  .about-wrapper .honor-box .bottom {
    padding: 0.3rem 0.6rem 0.4rem;
  }
  .about-wrapper .box-5 {
    padding: 1.2rem 0;
  }
  .about-wrapper .box-5 .title-box {
    margin-bottom: 0.6rem;
  }
  .about-wrapper .box-5 .title-box h3 {
    margin-bottom: 0.32rem;
  }
  .about-wrapper .box-5 .title-box .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
  .about-wrapper .box-5 .title-box .brief em {
    margin-left: 0.4rem;
  }
  .about-wrapper .box-5 .swiper-box {
    padding: 0 0 1.3rem;
  }
  .about-wrapper .box-5 .swiper-slide {
    width: 2rem;
  }
  .about-wrapper .box-5 .swiper-slide img {
    height: 0.82rem;
  }
  .about-wrapper .box-5 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    transform: none;
    top: auto;
    bottom: 0;
  }
  .about-wrapper .box-5 .prev {
    left: 25%;
  }
  .about-wrapper .box-5 .next {
    right: 25%;
  }
}
