.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.bg {
  background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
  background-blend-mode: normal, normal;
}
.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) {
  .header-wrapper .search:hover {
    background-image: url(../img/search2.png);
    background-color: #b60005;
  }
  .search-form .close:hover {
    color: #b60005;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .share a:hover {
    background-color: #b60005;
    border-color: #b60005;
  }
  .share a:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 10;
    background-color: #f9f9f9;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: var(--fs16);
    line-height: 0.8rem;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    min-width: 1.7rem;
    line-height: 0.7rem;
    padding: 0 0.1rem;
    text-align: center;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #fff;
  }
  .page-nav-wrapper .nav > a.on:after,
  .page-nav-wrapper .nav > a:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .page-nav-wrapper .nav > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
    background-blend-mode: normal, normal;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .video-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .video-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .news-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .news-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .industrylist-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .industrylist-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .quality-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .quality-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .goods-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .honor-wrapper .list li:nth-child(4n) {
    margin-right: 0;
  }
  .honor-wrapper .list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .culture-wrapper .core li:nth-child(3n) {
    margin-right: 0;
  }
  .culture-wrapper .core li:nth-child(-n+3) {
    margin-top: 0;
  }
  .culture-wrapper .activity li:nth-child(3n) {
    margin-right: 0;
  }
  .culture-wrapper .activity li:nth-child(-n+3) {
    margin-top: 0;
  }
  .contact-wrapper .address-box li:nth-child(3n) {
    margin-right: 0;
  }
  .contact-wrapper .address-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .goodsinfo-wrapper .tab-box a:hover {
    color: #fff;
  }
  .goodsinfo-wrapper .tab-box a:hover:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .factory-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .factory-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .factory-wrapper .swiper-wrapper,
  .factory-wrapper .swiper-container {
    overflow: inherit;
  }
  .factory-wrapper .swiper-wrapper {
    flex-flow: wrap;
  }
  .factory-wrapper .swiper-wrapper .swiper-slide:nth-child(5n) {
    margin-right: 0;
  }
  .factory-wrapper .swiper-wrapper .swiper-slide:nth-child(-n+5) {
    margin-top: 0;
  }
  .goods-cat-box .goods-cat li:hover > a {
    color: #b60005;
  }
  .goods-cat-box .goods-cat li:hover > a:after {
    background-image: url(../img/g-right2.png);
  }
  .goods-cat-box .goods-cat li.on:hover > a {
    color: #fff;
  }
  .goods-cat-box .goods-cat li.on:hover > a:after {
    background-image: url(../img/g-down.png);
  }
  .history-wrapper .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .history-wrapper .item:nth-child(even) .brief {
    text-align: right;
  }
  .history-wrapper .item:nth-child(odd) .brief {
    text-align: justify;
  }
  .history-wrapper .item:nth-child(odd) .year-box {
    text-align: right;
  }
  .history-wrapper .item:nth-child(odd) .inner {
    display: inline-block;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
  .pc-nav-box {
    margin-right: 0.6rem;
  }
  .pc-nav-box .normal {
    padding: 0.36rem 0 0.7rem;
  }
  .pc-nav-box .solution {
    padding: 0.44rem 0.7rem 0.9rem;
  }
  .pc-nav-box .category-box .cat {
    height: 0.9rem;
  }
  .pc-nav-box .goods .main {
    margin-left: 3.2rem;
  }
  .pageNum {
    margin-top: 0.9rem;
  }
  .page-box {
    padding: 0.7rem 0 1.3rem;
  }
  .page-banner-wrapper p {
    margin-top: 0.16rem;
  }
  .video-box .play {
    width: 0.54rem;
    height: 0.54rem;
    margin-top: -0.27rem;
    margin-left: -0.27rem;
  }
  .page-nav-wrapper .nav > a {
    min-width: 1.6rem;
  }
  .newsinfo-wrapper .top h1 {
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .recommend-box .caption {
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .content {
    padding-bottom: 1.3rem;
  }
  .share-box a {
    padding-left: 0.24rem;
  }
  .index-more {
    width: 1.4rem;
    line-height: 0.46rem;
    height: 0.46rem;
  }
  .newsinfo-wrapper .recommend-box {
    padding-right: 0.3rem;
  }
  .news-wrapper .first-box .title {
    margin-top: 0.26rem;
  }
  .news-wrapper .first-box .title,
  .news-wrapper .first-box .desc {
    padding-right: 0.6rem;
  }
  .news-wrapper .time span {
    font-size: 0.56rem;
  }
  .news-wrapper .first-box {
    margin-bottom: 0.9rem;
  }
  .news-wrapper .list .info {
    padding: 0.48rem 0.5rem 0.4rem 0.5rem;
  }
  .news-wrapper .list ul li {
    margin-top: 0.8rem;
  }
  .news-wrapper .list .pic img {
    height: 2.82rem;
  }
  .industrylist-wrapper .pic img {
    height: 2.97rem;
  }
  .industrylist-wrapper .desc {
    margin: 0.2rem auto 0.32rem;
  }
  .industrylist-wrapper .info {
    padding-bottom: 0.6rem;
  }
  .industrylist-wrapper .list li {
    margin-top: 0.52rem;
  }
  .industrylist-wrapper .desc {
    margin: 0.14rem auto 0.3rem;
  }
  .info-wrapper .list .title {
    padding-left: 0.56rem;
  }
  .info-wrapper .list .title {
    margin-bottom: 0.36rem;
  }
  .quality-wrapper .list .pic img {
    height: 2.77rem;
  }
  .quality-wrapper .list li {
    margin-top: 0.56rem;
  }
  .quality-wrapper .content {
    margin-bottom: 0.96rem;
  }
  .quality-wrapper .list .info {
    height: 1.12rem;
  }
  .goodsinfo-wrapper .goods-swiper .pic img {
    height: 4.29rem;
  }
  .goodsinfo-wrapper .btn-box a {
    margin-right: 0.48rem;
  }
  .goodsinfo-wrapper .base .info-box .title {
    padding-bottom: 0.26rem;
  }
  .goodsinfo-wrapper .base .info-box .desc {
    margin: 0.24rem auto 0.4rem;
  }
  .goodsinfo-wrapper .thumb-box .swiper-slide img {
    height: 1rem;
  }
  .goodsinfo-wrapper .detail {
    margin-top: 0.8rem;
  }
  .goodsinfo-wrapper .goods-swiper {
    padding-left: calc((100% - 14rem) / 2);
  }
  .goodsinfo-wrapper .swiper-btns .prev {
    margin-right: 0.6rem;
  }
  .goodsinfo-wrapper .goods-swiper .info {
    padding-top: 0.3rem;
  }
  .goodsinfo-wrapper .goods-swiper .pic img {
    height: 4.13rem;
  }
  .goodsinfo-wrapper .tab-box a {
    min-width: 1.7rem;
  }
  .factory-wrapper .list .pic img {
    height: 2.77rem;
  }
  .factory-wrapper .swiper-slide .name {
    margin: 0.36rem auto 0.15rem;
  }
  .factory-wrapper .swiper-slide > div {
    padding-left: 0.32rem;
  }
  .factory-wrapper .swiper-slide {
    padding-top: 0.6rem;
  }
  .factory-wrapper .box-2 {
    padding: 1.7rem 0;
  }
  .factory-wrapper .list p {
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: var(--fs20);
  }
  .factory-wrapper .swiper-slide .name {
    margin-bottom: 0.1rem;
  }
  .factory-wrapper .list ul li {
    margin-top: 0.5rem;
  }
  .goods-wrapper .list .pic img {
    height: 2.85rem;
  }
  .goods-wrapper .list .title {
    font-size: var(--fs20);
    margin-top: 0.22rem;
  }
  .history-wrapper .item {
    margin-bottom: 0.6rem;
  }
  .honor-wrapper .pic img {
    height: 2.82rem;
  }
  .honor-wrapper .list ul li {
    margin-top: 0.7rem;
  }
  .honor-wrapper .pic:before {
    width: 0.68rem;
    height: 0.68rem;
  }
  .culture-wrapper .core li {
    padding-top: 1.1rem;
  }
  .culture-wrapper .core .title {
    margin: 0.4rem auto;
  }
  .culture-wrapper .activity .pic img {
    height: 2.36rem;
  }
  .culture-wrapper .activity .info {
    height: 0.8rem;
  }
  .culture-wrapper .activity li {
    margin-top: 0.7rem;
  }
  .about-wrapper .box-2 .swiper-container,
  .about-wrapper .box-1 .info {
    padding-left: calc((100% - 14rem) / 2);
  }
  .about-wrapper .swiper-scrollbar {
    margin-right: calc((100% - 14rem) / 2);
  }
  .about-wrapper .swiper-scrollbar,
  .about-wrapper .box-2 .swiper-slide {
    width: 4.4rem;
  }
  .about-wrapper .box-2 .pic img {
    height: 2.81rem;
  }
  .about-wrapper .box-1 .name {
    margin-bottom: 0.32rem;
  }
  .about-wrapper .box-1 .brief {
    margin-bottom: 0.5rem;
  }
  .contact-wrapper .form {
    padding: 0 0.8rem;
  }
  .contact-wrapper .group {
    height: 0.7rem;
    margin-bottom: 0.26rem;
  }
  .contact-wrapper .btn-box a,
  .contact-wrapper select,
  .contact-wrapper label {
    font-size: 15px;
  }
  .contact-wrapper .group.max {
    height: 2.6rem;
  }
  .contact-wrapper .msg {
    height: 1.8rem;
  }
  .contact-wrapper select {
    line-height: 0.47rem;
  }
  .contact-wrapper .btn-box {
    margin-top: 0.65rem;
  }
  .contact-wrapper .box-2 .form {
    padding: 0 0.8rem;
  }
  .contact-wrapper .address-box li {
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
  }
  .contact-wrapper .box-1 .info .name {
    margin-bottom: 0.6rem;
  }
  .download-wrapper .list ul li {
    margin-bottom: 0.22rem;
    height: 0.86rem;
  }
  .download-wrapper .info .en {
    font-size: 0.46rem;
  }
  .download-wrapper .info {
    bottom: 0.8rem;
  }
  .index-box-1 .info-box {
    padding-left: calc((100% - 14rem) / 2);
  }
  .index-title-box {
    margin-bottom: 0.48rem;
  }
  .index-box-1 .desc {
    margin: 0.3rem auto 0.4rem;
    -webkit-line-clamp: 4;
    height: 1.28rem;
    line-height: 0.32rem;
  }
  .index-box-1 .data p {
    margin-bottom: 0.4rem;
  }
  .index-box-2 .pic img {
    height: 2.98rem;
  }
  .index-box-2 .info {
    padding-top: 0.48rem;
  }
  .index-box-2 .title {
    margin-bottom: 0.12rem;
  }
  .index-box-3 .info .en {
    margin-top: 0.1rem;
  }
  .index-box-4 .brief {
    font-size: var(--fs16);
  }
  .index-box-4 .swiper-box .swiper-slide {
    width: 1.5rem;
  }
  .index-box-4 .swiper-box ul li {
    width: 1.5rem;
    height: 1.31rem;
    margin-bottom: 2px;
  }
  .index-box-4 .swiper-box li .pic {
    width: 1.1rem;
    margin-left: -0.55rem;
    margin-top: 0.06rem;
  }
  .index-box-4 .swiper-box ul li .box {
    width: 0.7rem;
    height: 1.22rem;
  }
  .index-box-4 .swiper-box ul li i {
    width: 0.7rem;
    height: 1.24rem;
  }
  .index-box-4 .swiper-box .swiper-slide:nth-child(even) {
    margin-top: 0.66rem;
  }
  .index-box-4 .swiper-box .swiper-slide {
    margin-left: -0.34rem;
  }
  .index-box-4 .index-title-box p {
    line-height: 0.56rem;
  }
  .index-box-4 .index-title-box {
    margin-bottom: 0.6rem;
  }
  .index-box-4 {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
  }
  .index-box-4 .swiper-box ul li a p {
    font-size: var(--fs14);
  }
  .index-box-4 .swiper-box ul li a em {
    font-size: var(--fs30);
  }
}
@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;
  }
  .pc-nav-box {
    margin-left: 0.4rem;
  }
  .pc-nav-box ul {
    -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;
  }
  .pageNum {
    margin-top: 0.8rem;
  }
  .page-title-box p {
    margin-top: 0.06rem;
  }
  .newsinfo-wrapper .recommend-box {
    padding-right: 0.26rem;
  }
  .news-wrapper .list .info {
    padding: 0.4rem;
  }
  .news-wrapper .first-box .title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    max-height: 0.8rem;
  }
  .news-wrapper .time span {
    font-size: 0.52rem;
  }
  .news-wrapper .list ul li {
    margin-top: 0.74rem;
  }
  .pageNum a {
    margin: 0 0.05rem;
  }
  .pageNum .btn {
    background-size: 8px;
  }
  .info-wrapper .list .title {
    padding-left: 0.48rem;
  }
  .quality-wrapper .content {
    margin-bottom: 0.86rem;
  }
  .quality-wrapper .list p {
    line-height: 0.32rem;
    max-height: 0.64rem;
  }
  .factory-wrapper .box-2 {
    padding: 1.5rem 0;
  }
  .factory-wrapper .swiper-slide .icon {
    width: 0.42rem;
  }
  .factory-wrapper .swiper-slide .name {
    margin-top: 0.32rem;
  }
  .goods-cat-box .search {
    margin-bottom: 0.4rem;
  }
  .goods-wrapper .list li {
    margin-top: 0.4rem;
  }
  .honor-wrapper .list ul li {
    margin-top: 0.6rem;
  }
  .honor-wrapper .pic:before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .culture-wrapper .core li {
    padding-top: 1rem;
  }
  .culture-wrapper .core .title {
    margin: 0.36rem auto;
  }
  .about-wrapper .box-1 .name {
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-1 .brief {
    margin-bottom: 0.4rem;
  }
  .about-wrapper .swiper-scrollbar {
    margin-top: 0.6rem;
  }
  .contact-wrapper .box-2 select {
    margin-right: 0.2rem;
  }
  .contact-wrapper .address-box li {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .contact-wrapper .box-1 .info li img {
    width: 0.6rem;
    top: 0;
  }
  .contact-wrapper .box-1 .info li {
    padding-left: 1rem;
    margin-bottom: 0.36rem;
  }
  .contact-wrapper .box-1 .info p {
    margin-bottom: 0.06rem;
  }
  .contact-wrapper .box-1 .info .name {
    margin-bottom: 0.5rem;
  }
  .download-wrapper .list ul li {
    padding-left: 0.36rem;
  }
  .index-box-1 .data .num {
    font-size: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
  }
  .index-box-1 .data em i {
    top: -0.04rem;
    font-size: 0.24rem;
  }
  .index-box-1 .data p {
    margin: 0.08rem auto 0.4rem;
  }
  .index-box-1 .en {
    font-size: 0.9rem;
    line-height: 0.7rem;
  }
  .index-box-4 .index-title-box p {
    line-height: 0.5rem;
  }
  .index-box-4 .brief {
    font-size: 0.16rem;
    margin-bottom: 0.68rem;
  }
  .index-box-4 .index-title-box {
    margin-bottom: 0.5rem;
  }
  .header-wrapper .friend-link {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
  }
  .video-wrapper .list li {
    margin-top: 0.48rem;
  }
  .share-box a {
    padding-left: 0.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.48rem;
    height: 0.48rem;
    position: relative;
    margin-left: 0.3rem;
  }
  .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;
  }
  .nav-icon.on span:nth-child(3) {
    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;
    width: 100%;
    height: 0.04rem;
    background: #b60005;
    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) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    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: #b60005;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #b60005;
    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: #b60005;
    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: #b60005;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs > a {
    font-size: 0.3rem;
  }
  .phone-nav ul li .navs a {
    font-size: 0.28rem;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav ul li .navs .cate {
    padding-right: 0.7rem;
  }
  .phone-nav ul li .navs .child {
    display: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 0.2rem 0 0.2rem 0.3rem;
  }
  .phone-nav ul li .navs .child a {
    font-size: 0.26rem;
    line-height: 0.6rem;
    border-bottom: none;
  }
  .phone-nav .cate {
    position: relative;
    font-size: 0.3rem;
  }
  .phone-nav .cate.on {
    color: #b60005;
  }
  .phone-nav .cate.on:after {
    background-image: url(../img/up2.png);
  }
  .phone-nav .cate:after {
    content: "";
    width: 0.24rem;
    height: 100%;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    background-image: url(../img/down2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .header-wrapper .box-container {
    height: 1.2rem;
    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;
  }
  .header-wrapper .logo-box {
    width: 40%;
  }
  .header-wrapper .other-box {
    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 */
    align-items: center;
  }
  .header-wrapper .search {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.3rem;
  }
  .header-wrapper .friend-link {
    display: none;
  }
  .search-form {
    padding: 0.8rem 0;
  }
  .search-form .main {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 0.3rem;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    left: 50%;
    margin-left: -0.2rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.4rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.2rem;
  }
  .footer-nav-box,
  .pc-nav-box {
    display: none;
  }
  .friend-link {
    margin: 0.6rem auto 0;
    width: 70%;
  }
  .friend-link .name {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.6rem 0 0.3rem;
    font-size: 0.24rem;
    background-position: right 0.3rem center;
    background-size: 0.22rem;
  }
  .friend-link .list {
    padding-bottom: 0.8rem;
  }
  .friend-link .list .inner {
    max-height: 4.1rem;
  }
  .friend-link .list a {
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.24rem;
  }
  .footer-wrapper {
    padding-bottom: 0.6rem;
  }
  .footer-wrapper .box-container {
    display: block;
  }
  .footer-wrapper .box-1 {
    padding: 0.6rem 0;
    line-height: 0.4rem;
  }
  .footer-wrapper .box-1 .box-container {
    text-align: center;
    height: auto;
  }
  .footer-wrapper .tel img {
    width: 0.36rem;
    margin-right: 0.2rem;
    top: -0.02rem;
  }
  .footer-wrapper .tel span {
    font-size: var(--fs36);
    line-height: 0.4rem;
    margin-left: 0.2rem;
  }
  .footer-wrapper .email a,
  .footer-wrapper .email,
  .footer-wrapper .tel {
    font-size: var(--fs16);
  }
  .footer-wrapper .email {
    margin: 0.16rem auto 0.4rem;
  }
  .footer-wrapper .box-2 {
    padding: 0.96rem 0 0.6rem;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: var(--fs14);
  }
  .footer-wrapper .copyright {
    margin-bottom: 0.2rem;
    line-height: 0.36rem;
  }
  .footer-wrapper .other-box {
    width: 100%;
  }
  .footer-wrapper .qrcode {
    width: 1.8rem;
    font-size: 0;
    margin: 0 auto;
  }
  .link a {
    font-size: 0.24rem;
  }
  .link a:after {
    top: 6px;
    height: 12px;
  }
  .share {
    width: 100%;
  }
  .share a {
    width: 0.56rem;
    height: 0.56rem;
    border-width: 1px;
  }
  .share .hidebox {
    width: 1.6rem;
    margin-left: -0.8rem;
    top: 0.7rem;
  }
  .index-box-1 {
    display: block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-top: 1rem;
  }
  .index-box-1 .info-box {
    width: 100%;
    padding-left: 0;
  }
  .index-box-1 .en {
    font-size: 1rem;
    line-height: 0.9rem;
    top: 1rem;
  }
  .index-box-1 .name {
    font-size: var(--fs40);
    line-height: 0.6rem;
  }
  .index-box-1 .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
    height: auto;
    margin: 0.7rem auto 0.6rem;
    display: block;
  }
  .index-box-1 .video-box {
    width: 100%;
    margin-top: 1rem;
  }
  .index-box-1 .video-box .pic {
    height: auto;
  }
  .index-box-1 .video-box .play {
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .index-box-1 .data .num {
    font-size: 0.46rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .index-box-1 .data .num > i {
    top: 0.05rem;
  }
  .index-box-1 .data em {
    font-size: var(--fs14);
    margin-left: -0.05rem;
  }
  .index-box-1 .data em i {
    left: 0;
    right: auto;
    top: -0.1rem;
  }
  .index-box-1 .data i {
    font-size: 0.32rem;
    height: 0.2rem;
    line-height: 0.2rem;
  }
  .index-box-1 .data p {
    font-size: var(--fs14);
    line-height: 20px;
    margin: 0.1rem auto 0.6rem;
  }
  .index-title-box {
    margin-bottom: 0.54rem;
  }
  .cate-box {
    margin-bottom: 0.5rem;
  }
  .cate-box a {
    min-width: 1.7rem;
    padding: 0 0.3rem;
    height: 0.7rem;
    line-height: 0.62rem;
    font-size: var(--fs16);
    border-width: 0.04rem;
  }
  .index-box-2 {
    padding-top: 1rem;
  }
  .index-box-2 .cate-box {
    margin-bottom: 0.48rem;
  }
  .index-box-2 .swiper-container {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .index-box-2 .swiper-slide {
    width: calc((100% - 15px) / 2);
    margin-right: 0;
  }
  .index-box-2 .swiper-slide p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .index-box-2 .pic img {
    height: 3.1rem;
  }
  .index-box-2 .info {
    padding: 0.4rem 0.2rem 0.32rem;
  }
  .index-box-2 .title {
    font-size: var(--fs16);
    line-height: 0.46rem;
    height: 0.46rem;
    margin-bottom: 0.1rem;
  }
  .index-box-2 .hasSwiper .swiper-btn {
    display: block;
  }
  .index-box-2 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .index-box-2 .prev {
    left: -0.3rem;
  }
  .index-box-2 .next {
    right: -0.3rem;
  }
  .index-box-3 {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .index-box-3 .box-container:before {
    top: -0.41rem;
  }
  .index-box-3 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .index-box-3 .swiper-container {
    padding-left: 0.3rem;
    padding-bottom: 0.9rem;
  }
  .index-box-3 .swiper-slide {
    padding-bottom: 0.04rem;
  }
  .index-box-3 .info {
    padding: 0 0.4rem;
  }
  .index-box-3 .info .en {
    margin-top: 0;
  }
  .index-box-3 .title {
    font-size: var(--fs20);
  }
  .index-box-3 .en {
    font-size: var(--fs14);
    margin-top: 0;
  }
  .index-box-3 .title,
  .index-box-3 .en {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.48rem;
    height: auto;
  }
  .index-box-3 .en {
    max-height: 0.96rem;
  }
  .index-box-3 .bottom {
    padding: 0.4rem 0.3rem;
  }
  .index-box-3 .bottom:after {
    height: 0.04rem;
  }
  .index-box-3 .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
    height: 0.88rem;
    margin: 0.1rem auto 0.24rem;
  }
  .index-box-3 .more {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .index-box-3 .more i {
    margin-left: 0.24rem;
    width: 0.24rem;
    height: 0.4rem;
  }
  .index-box-3 .swiper-btn {
    top: auto;
    width: 0.6rem;
    height: 0.6rem;
    bottom: 0;
    transform: none;
  }
  .index-box-3 .prev {
    left: calc(50% - 0.7rem);
  }
  .index-box-3 .next {
    right: calc(50% - 0.7rem);
  }
  .index-box-4 {
    padding: 1.6rem 0 1.2rem;
    margin-top: -0.04rem;
  }
  .index-box-4 .box-container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .index-box-4 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .index-box-4 .info {
    width: 100%;
    padding-top: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-4 .index-title-box {
    margin-bottom: 0.4rem;
  }
  .index-box-4 .index-title-box p {
    line-height: 0.54rem;
  }
  .index-box-4 .swiper-box {
    width: 100%;
    margin-top: 0.8rem;
  }
  .index-box-4 .swiper-box .swiper-container {
    padding-bottom: 0.8rem;
    margin: 0;
    padding-left: 0.3rem;
    padding-right: 0;
    padding-right: 15px;
  }
  .index-box-4 .swiper-box .swiper-slide {
    width: 1.8rem;
    margin-left: -0.16rem;
  }
  .index-box-4 .swiper-box .swiper-slide:nth-child(even) {
    margin-top: 0.9rem;
  }
  .index-box-4 .swiper-box li .pic {
    width: 1.4rem;
    margin-top: 0.1rem;
    margin-left: -0.8rem;
  }
  .index-box-4 .swiper-box ul li {
    margin-bottom: 0.1rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .index-box-4 .swiper-box ul li .box {
    margin-left: 0.4rem;
  }
  .index-box-4 .swiper-box ul li i {
    margin-left: 0.4rem;
    width: 1rem;
    height: 1.76rem;
  }
  .index-box-4 .swiper-box ul li a .inner {
    padding-top: 0.1rem;
  }
  .index-box-4 .swiper-box ul li a em {
    font-size: var(--fs30);
    line-height: 0.3rem;
  }
  .index-box-4 .swiper-box ul li a p {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .index-box-4 .swiper-box .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-4 .swiper-box .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #b60005;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-4 .swiper-box .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-4 .swiper-box .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-4 .swiper-box .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-4 .swiper-box .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-4 .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b60005;
    width: 24px;
    border-radius: 30px;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #b60005;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .breadcrumb-box {
    display: none;
  }
  .page-banner-wrapper > img {
    height: 3.2rem;
    object-fit: cover;
  }
  .page-banner-wrapper h3 {
    font-size: var(--fs36);
  }
  .page-banner-wrapper p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.08rem;
  }
  .page-box {
    padding: 1rem 0;
  }
  .page-title-box {
    margin-bottom: 0.6rem;
  }
  .page-title-box h2 {
    line-height: 0.56rem;
  }
  .page-title-box p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.06rem auto 0.3rem;
  }
  .page-title-box .line {
    width: 0.52rem;
    height: 0.06rem;
  }
  .video-modal-box .box {
    padding: 1.2rem 0.3rem 0;
  }
  .video-modal-box .w1200 {
    padding: 0.4rem 0.3rem 0.6rem;
  }
  .video-modal-box .top {
    margin-bottom: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .video-modal-box .name {
    font-size: 0.32rem;
    line-height: 0.5rem;
    padding-right: 0.5rem;
  }
  .video-modal-box .close {
    top: -0.1rem;
  }
  .video-modal-box .video-box video {
    max-height: 50vh;
  }
  .video-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .video-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.6rem;
  }
  .video-wrapper .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .video-wrapper .title {
    font-size: var(--fs16);
    height: 0.36rem;
    line-height: 0.36rem;
    margin-top: 0.32rem;
  }
  .video-box .play {
    margin-left: -0.24rem;
    margin-top: -0.24rem;
    width: 0.48rem;
    height: 0.48rem;
  }
  .pageMore {
    display: block;
  }
  .pageNum {
    display: none;
  }
  .news-wrapper .first-box {
    margin-bottom: 0.3rem;
  }
  .news-wrapper .first-box a {
    display: block;
  }
  .news-wrapper .first-box .pic,
  .news-wrapper .first-box .info {
    width: 100%;
  }
  .news-wrapper .first-box .info {
    padding: 0.48rem 0.3rem;
  }
  .news-wrapper .first-box .title,
  .news-wrapper .first-box .desc {
    padding-right: 0;
  }
  .news-wrapper .first-box .title {
    font-size: var(--fs24);
    line-height: 0.6rem;
    max-height: 1.2rem;
  }
  .news-wrapper .first-box .desc {
    line-height: 0.48rem;
    height: auto;
    max-height: 1.44rem;
    margin: 0.2rem auto 0.48rem;
  }
  .news-wrapper .time {
    font-size: var(--fs16);
  }
  .news-wrapper .time span {
    font-size: 0.5rem;
    line-height: 0.5rem;
    height: 0.5rem;
    margin-right: 0.3rem;
  }
  .news-wrapper .time span:after {
    margin-left: 0.12rem;
  }
  .news-wrapper .list ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .news-wrapper .list ul li:first-child {
    margin-top: 0;
  }
  .news-wrapper .list ul li:after {
    height: 2px;
  }
  .news-wrapper .list .pic img {
    height: auto;
  }
  .news-wrapper .list .info {
    padding: 0.48rem;
  }
  .news-wrapper .list .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: auto;
    max-height: 0.96rem;
  }
  .news-wrapper .list .desc {
    line-height: 0.48rem;
    height: 0.96rem;
    margin: 0.2rem auto 0.3rem;
  }
  .news-wrapper .list p {
    font-size: var(--fs16);
    line-height: 0.36rem;
  }
  .newsinfo-wrapper .top {
    padding: 0.6rem 0;
  }
  .newsinfo-wrapper .top .box-container {
    padding-right: 0.3rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs20);
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .time {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .newsinfo-wrapper .time img {
    margin-right: 0.2rem;
    width: 0.28rem;
  }
  .newsinfo-wrapper .main .box-container {
    display: block;
    padding: 0;
  }
  .newsinfo-wrapper .content {
    width: 100%;
    padding: 0.6rem 0.3rem;
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .relative-box {
    width: 100%;
    margin: 0.8rem auto;
    display: block;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    font-size: 0.24rem;
  }
  .newsinfo-wrapper .relative-box p {
    width: 100%;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
  }
  .newsinfo-wrapper .relative-box p:last-child {
    margin-bottom: 0;
  }
  .newsinfo-wrapper .recommend-box {
    padding: 0.6rem 0.3rem 0.8rem;
    border-width: 0.04rem;
    text-align: center;
  }
  .newsinfo-wrapper .recommend-box .caption {
    font-size: 0.32rem;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .newsinfo-wrapper .recommend-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 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.8rem;
  }
  .newsinfo-wrapper .recommend-box li {
    width: 48%;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .newsinfo-wrapper .recommend-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .newsinfo-wrapper .recommend-box .pic {
    width: 100%;
  }
  .newsinfo-wrapper .recommend-box .title {
    width: 100%;
    text-align: center;
    line-height: 0.4rem;
    max-height: 0.8rem;
    margin-top: 0.2rem;
  }
  .newsinfo-wrapper .index-more {
    margin: 0 auto;
  }
  .share-box {
    display: none;
  }
  .index-more {
    width: 2.2rem;
    height: 0.74rem;
    line-height: 0.74rem;
  }
  .index-more i {
    width: 0.24rem;
    height: 0.2rem;
    margin-left: 0.2rem;
  }
  .learn {
    font-size: var(--fs14);
  }
  .learn i {
    width: 0.3rem;
    height: 0.2rem;
    margin-left: 0.18rem;
  }
  .industry-wrapper .list .item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
  .industry-wrapper .list .item:last-child {
    margin-bottom: 0;
  }
  .industry-wrapper .info {
    padding: 0.48rem 0.4rem;
  }
  .industry-wrapper .title {
    font-size: var(--fs20);
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .industry-wrapper .desc {
    line-height: 0.36rem;
    height: auto;
    max-height: 1.08rem;
    margin: 0.1rem auto 0.3rem;
  }
  .industrylist-wrapper .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .industrylist-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .industrylist-wrapper .list li:after {
    height: 0.04rem;
  }
  .industrylist-wrapper .pic img {
    height: auto;
  }
  .industrylist-wrapper .info {
    padding: 0.6rem 0.4rem;
  }
  .industrylist-wrapper .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .industrylist-wrapper .desc {
    line-height: 0.4rem;
    height: 1.2rem;
    margin: 0.2rem auto 0.48rem;
  }
  .machine-wrapper .content {
    line-height: 0.48rem;
    margin-bottom: 0.8rem;
  }
  .machine-wrapper .list .item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.8rem;
  }
  .machine-wrapper .list .item:last-child {
    margin-bottom: 0;
  }
  .machine-wrapper .list .name {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-top: 0.44rem;
  }
  .machine-wrapper .list .brief {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0;
  }
  .info-wrapper .content {
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .info-wrapper .list .item {
    margin-bottom: 0.6rem;
  }
  .info-wrapper .list .item:last-child {
    margin-bottom: 0;
  }
  .info-wrapper .list .item:not(.max) ul li.animated .pic:before {
    animation: bgAni 1.2s 0.2s linear forwards;
  }
  .info-wrapper .list .item:not(.max) ul li.animated .pic:after {
    animation: bgAniReverse 1.2s 0.2s linear forwards;
  }
  .info-wrapper .list .item:not(.max) ul li .pic {
    position: relative;
  }
  .info-wrapper .list .item:not(.max) ul li .pic:before,
  .info-wrapper .list .item:not(.max) ul li .pic:after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #b60005;
    position: absolute;
    z-index: 10;
  }
  .info-wrapper .list .item:not(.max) ul li .pic:before {
    left: 0;
    top: 0;
  }
  .info-wrapper .list .item:not(.max) ul li .pic:after {
    right: 0;
    bottom: 0;
  }
  .info-wrapper .list .item ul li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
  .info-wrapper .list .item ul li:last-child {
    margin-bottom: 0;
  }
  .info-wrapper .list .item p {
    font-size: var(--fs18);
    line-height: 0.48rem;
    height: 0.48rem;
    margin-top: 0.3rem;
  }
  .info-wrapper .list .title {
    font-size: var(--fs24);
    line-height: 1rem;
    margin-bottom: 0.36rem;
    padding-left: 0.56rem;
  }
  .info-wrapper .list .title:before {
    width: 0.06rem;
    height: 0.44rem;
  }
  .quality-wrapper .content {
    line-height: 0.48rem;
    font-size: var(--fs16);
    margin-bottom: 0.7rem;
  }
  .quality-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .quality-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-top: 0.3rem;
    margin-right: 0;
  }
  .quality-wrapper .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .quality-wrapper .list .pic img {
    height: 2.2rem;
  }
  .quality-wrapper .list .info {
    height: 1.06rem;
  }
  .quality-wrapper .list p {
    max-height: 0.72rem;
    font-size: var(--fs14);
    line-height: 0.36rem;
  }
  .goods-cat-box {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .goods-cat-box .caption {
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .goods-cat-box .search {
    margin-bottom: 0.3rem;
  }
  .goods-cat-box .search .text {
    height: 0.86rem;
    line-height: 0.86rem;
    padding: 0 1rem 0 0.3rem;
  }
  .goods-cat-box .search .submit {
    width: 0.86rem;
  }
  .goods-cat-box .goods-cat li.active > a {
    color: #fff;
    background-image: linear-gradient(-90deg, #b60005 0%, #ea0006 100%), linear-gradient(#cc0000, #cc0000);
    background-blend-mode: normal, 
								normal;
  }
  .goods-cat-box .goods-cat li.active > a:after {
    background-image: url(../img/g-right3.png);
  }
  .goods-cat-box .goods-cat li.active.on > a:after {
    background-image: url(../img/g-down.png);
  }
  .goods-cat-box .goods-cat li > a {
    font-size: var(--fs14);
    line-height: 0.86rem;
    padding: 0 0.6rem 0 0.3rem;
  }
  .goods-cat-box .goods-cat li > a:after {
    right: 0.3rem;
  }
  .goods-cat-box .goods-cat .child {
    padding: 0.32rem 0;
  }
  .goods-cat-box .goods-cat .child a {
    font-size: var(--fs14);
    padding: 0 0.3rem;
    line-height: 0.64rem;
  }
  .goods-cat-box .goods-cat a {
    font-size: 0.28rem;
  }
  .goods-wrapper .main {
    flex-flow: wrap;
  }
  .goods-wrapper .main.special .list .pic img {
    height: 2.32rem;
  }
  .goods-wrapper .list {
    width: 100%;
  }
  .goods-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.4rem;
  }
  .goods-wrapper .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goods-wrapper .list .pic img {
    height: 3.08rem;
  }
  .goods-wrapper .list .title {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .goodsinfo-wrapper .base {
    flex-flow: wrap;
  }
  .goodsinfo-wrapper .base .pic-box {
    width: 100%;
  }
  .goodsinfo-wrapper .base .swiper-container {
    padding-bottom: 0.6rem;
  }
  .goodsinfo-wrapper .base .info-box {
    width: 100%;
    margin-top: 0.8rem;
  }
  .goodsinfo-wrapper .base .info-box .title {
    font-size: var(--fs24);
    padding-bottom: 0.32rem;
  }
  .goodsinfo-wrapper .base .info-box .desc {
    margin: 0.32rem auto 0.48rem;
  }
  .goodsinfo-wrapper .base .swiper-pagination {
    display: block;
    bottom: 0.3rem;
    font-size: 0;
  }
  .goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #b60005;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:link,
  .goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:visited,
  .goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:active,
  .goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b60005;
    width: 24px;
    border-radius: 30px;
  }
  .goodsinfo-wrapper .thumb-box {
    display: none;
  }
  .goodsinfo-wrapper .content,
  .goodsinfo-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .btn-box a {
    width: 2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
    margin-right: 0.5rem;
  }
  .goodsinfo-wrapper .detail {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper .tab-box {
    top: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .goodsinfo-wrapper .tab-box a {
    font-size: var(--fs16);
    min-width: 2rem;
    line-height: 0.74rem;
    overflow: hidden;
    position: relative;
  }
  .goodsinfo-wrapper .tab-box a.on {
    color: #fff;
  }
  .goodsinfo-wrapper .tab-box a.on:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .goodsinfo-wrapper .tab-box a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
    background-blend-mode: normal, normal;
    position: absolute;
    left: 0;
    bottom: -70%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .goodsinfo-wrapper .tab-box a span {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .goodsinfo-wrapper .box .caption {
    font-size: var(--fs20);
  }
  .goodsinfo-wrapper .box .content {
    padding-bottom: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.5rem;
    max-width: 100%;
    overflow-x: auto;
  }
  .goodsinfo-wrapper .box .content::-webkit-scrollbar {
    height: 3px;
    background-color: #f7f8f9;
  }
  .goodsinfo-wrapper .box .content::-webkit-scrollbar-thumb {
    background-color: #b60005;
  }
  .goodsinfo-wrapper .box table {
    width: 20rem;
  }
  .goodsinfo-wrapper .box table th,
  .goodsinfo-wrapper .box table td {
    line-height: 0.44rem;
    min-height: 0.8rem;
    padding: 0.2rem 0.24rem;
  }
  .goodsinfo-wrapper .box table th:first-child,
  .goodsinfo-wrapper .box table td:first-child {
    width: 4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .goodsinfo-wrapper .box table th:nth-child(2),
  .goodsinfo-wrapper .box table td:nth-child(2) {
    width: 2.6rem;
  }
  .goodsinfo-wrapper .box th {
    font-size: var(--fs18);
  }
  .goodsinfo-wrapper .box td {
    font-size: var(--fs16);
  }
  .goodsinfo-wrapper .goods-swiper {
    padding-left: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .goodsinfo-wrapper .goods-swiper .swiper-slide {
    width: 70%;
  }
  .goodsinfo-wrapper .goods-swiper .pic img {
    height: auto;
  }
  .goodsinfo-wrapper .goods-swiper .info p {
    font-size: var(--fs16);
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .goodsinfo-wrapper .swiper-btns {
    right: 0.3rem;
  }
  .goodsinfo-wrapper .swiper-btns a {
    width: 0.7rem;
    height: 0.7rem;
  }
  .goodsinfo-wrapper .swiper-btns .prev {
    margin-right: 0.3rem;
  }
  .goodsinfo-wrapper .application {
    margin-top: 0.8rem;
  }
  .factory-wrapper .list ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .factory-wrapper .list .pic img {
    height: auto;
  }
  .factory-wrapper .list p {
    font-size: var(--fs16);
    line-height: 1rem;
    height: 1rem;
  }
  .factory-wrapper .box-2 {
    padding: 1.2rem 0;
    margin-top: 0.8rem;
    background-attachment: inherit;
  }
  .factory-wrapper .box-2 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .factory-wrapper .box-2 .swiper-container {
    padding-left: 0.3rem;
    padding-bottom: 0.6rem;
  }
  .factory-wrapper .swiper-slide {
    width: 56%;
    margin-right: 0;
    margin-top: 0;
  }
  .factory-wrapper .swiper-slide .icon {
    width: 0.7rem;
  }
  .factory-wrapper .swiper-slide .name {
    line-height: 0.44rem;
    margin: 0.48rem auto 0.24rem;
  }
  .factory-wrapper .brief {
    line-height: 0.48rem;
    height: 1.92rem;
  }
  .factory-wrapper .brief:-webkit-scrollbar {
    width: 2px;
  }
  .factory-wrapper .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .factory-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #b60005;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .factory-wrapper .swiper-pagination .swiper-pagination-bullet:link,
  .factory-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
  .factory-wrapper .swiper-pagination .swiper-pagination-bullet:active,
  .factory-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .factory-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b60005;
    width: 24px;
    border-radius: 30px;
  }
  .history-wrapper .list {
    padding: 0 0 1rem;
  }
  .history-wrapper .list:before {
    width: 2px;
    left: 15px;
    transform: none;
  }
  .history-wrapper .item {
    display: block;
    padding-left: 1rem;
    margin-bottom: 0.6rem;
  }
  .history-wrapper .year-box,
  .history-wrapper .info-box {
    width: 100%;
  }
  .history-wrapper .year-box p {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 0.06rem;
  }
  .history-wrapper .year {
    font-size: var(--fs40);
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .history-wrapper .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .history-wrapper .dot {
    left: 6px;
    top: 0.46rem;
    margin-left: 0;
    width: 20px;
  }
  .history-wrapper .dot:before {
    display: none;
  }
  .history-wrapper .dot span {
    width: 20px;
    height: 20px;
  }
  .history-wrapper .dot i {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .history-wrapper .info-box {
    padding-top: 0.1rem;
  }
  .honor-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-wrapper .list ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-top: 0.3rem;
    margin-right: 0;
    padding: 0.24rem;
  }
  .honor-wrapper .list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .honor-wrapper .list p {
    font-size: var(--fs14);
    line-height: 20px;
    max-height: 40px;
    margin-top: 0.26rem;
  }
  .honor-wrapper .pic:before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .honor-wrapper .pic img {
    height: 3.04rem;
  }
  .culture-wrapper .core li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
    padding: 1rem 0.4rem;
  }
  .culture-wrapper .core li:last-child {
    margin-bottom: 0;
  }
  .culture-wrapper .core .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .culture-wrapper .core .title,
  .culture-wrapper .core .brief {
    line-height: 0.48rem;
  }
  .culture-wrapper .core .title {
    font-size: var(--fs24);
    margin: 0.4rem auto;
  }
  .culture-wrapper .core .brief {
    font-size: var(--fs16);
    min-height: inherit;
  }
  .culture-wrapper .activity {
    margin-top: 1rem;
  }
  .culture-wrapper .activity li {
    width: 100%;
    margin-top: 0.3rem;
    margin-right: 0;
  }
  .culture-wrapper .activity li:first-child {
    margin-top: 0;
  }
  .culture-wrapper .activity .pic img {
    height: auto;
  }
  .culture-wrapper .activity .info {
    height: 1.2rem;
    padding: 0 0.3rem;
  }
  .culture-wrapper .activity p {
    line-height: 0.48rem;
    max-height: 0.96rem;
  }
  .about-wrapper .box-1 {
    flex-flow: wrap;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .about-wrapper .box-1 .info {
    width: 100%;
    padding-left: 0;
  }
  .about-wrapper .box-1 .pic {
    width: 100%;
    margin-top: 0.8rem;
  }
  .about-wrapper .box-1 .name {
    font-size: var(--fs24);
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-1 .brief {
    font-size: var(--fs20);
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-1 .content {
    line-height: 0.48rem;
  }
  .about-wrapper .box-2 {
    margin-top: 1rem;
  }
  .about-wrapper .box-2 .swiper-container {
    padding-left: 0.3rem;
  }
  .about-wrapper .box-2 .swiper-slide {
    width: 65%;
  }
  .about-wrapper .box-2 .pic img {
    height: auto;
  }
  .about-wrapper .box-2 p {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.3rem;
    max-height: 0.96rem;
  }
  .about-wrapper .swiper-scrollbar {
    width: calc(100% - 0.6rem);
    height: 0.06rem;
    margin-top: 0.8rem;
    margin-right: auto;
  }
  .contact-wrapper .box-1 .info {
    width: 100%;
  }
  .contact-wrapper .box-1 .info .name {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
  }
  .contact-wrapper .box-1 .info li {
    padding-left: 1rem;
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
  }
  .contact-wrapper .box-1 .info li img {
    width: 0.8rem;
    top: 0.1rem;
  }
  .contact-wrapper .box-1 .info p,
  .contact-wrapper .box-1 .info .desc {
    font-size: var(--fs16);
  }
  .contact-wrapper .box-1 .info .desc {
    word-break: break-all;
  }
  .contact-wrapper .contact-box {
    display: block;
  }
  .contact-wrapper .map {
    width: 100%;
    height: 5rem;
    margin-top: 0.6rem;
  }
  .contact-wrapper .address-box {
    margin-top: 0.8rem;
  }
  .contact-wrapper .address-box li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.54rem 0.4rem 0.54rem 1.4rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .address-box li:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .address-box .icon {
    width: 0.8rem;
    left: 0.3rem;
    margin-top: -0.4rem;
  }
  .contact-wrapper .address-box .title {
    font-size: var(--fs18);
  }
  .contact-wrapper .box-2 {
    margin-top: 0.8rem;
    padding: 0.8rem 0;
    /* input placeholder  */
  }
  .contact-wrapper .box-2 .form {
    display: block;
    padding: 0;
  }
  .contact-wrapper .box-2 .left {
    width: 100%;
  }
  .contact-wrapper .box-2 .left .text {
    line-height: 0.6rem;
    overflow: hidden;
    width: auto;
  }
  .contact-wrapper .box-2 .msg {
    line-height: 0.6rem;
    height: 2.4rem;
  }
  .contact-wrapper .box-2 .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .contact-wrapper .box-2 .right .group {
    display: block;
    height: auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .contact-wrapper .box-2 .right label {
    display: block;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .contact-wrapper .box-2 .right .group.max {
    padding-top: 0.2rem;
  }
  .contact-wrapper .box-2 .right .group.max label {
    margin-bottom: 0.1rem;
  }
  .contact-wrapper .box-2 .msg,
  .contact-wrapper .box-2 .text {
    font-size: 0.24rem;
  }
  .contact-wrapper .box-2 .group {
    height: 1.1rem;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
    padding: 0 0.3rem;
  }
  .contact-wrapper .box-2 .group.max {
    height: auto;
  }
  .contact-wrapper .box-2 .group img {
    width: 0.32rem;
    top: -2px;
    height: 0.3rem;
  }
  .contact-wrapper .box-2 label {
    font-size: 0.24rem;
    display: inline-block;
    margin-right: 0.1rem;
  }
  .contact-wrapper .box-2 label i {
    font-size: 16px;
  }
  .contact-wrapper .box-2 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-size: 0.24rem;
  }
  .contact-wrapper .box-2 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 0.24rem;
  }
  .contact-wrapper .box-2 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 0.24rem;
  }
  .contact-wrapper .box-2 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 0.24rem;
  }
  .contact-wrapper .box-2 .btn-box {
    margin-top: 0.4rem;
  }
  .contact-wrapper .box-2 .btn-box a {
    width: 2.2rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.28rem;
  }
  .contact-wrapper .box-2 .submit {
    margin-right: 0.3rem;
  }
  .contact-wrapper .box-2 .select-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact-wrapper .box-2 select {
    width: 32%;
    height: 0.8rem;
    font-size: 0.24rem;
    margin-right: 0;
    padding: 0 0.2rem;
    background-size: 0.16rem;
    background-position: right 0.15rem center;
  }
  .contact-wrapper .box-2 select:last-child {
    margin-right: 0;
  }
  .download-wrapper .list {
    width: 100%;
  }
  .download-wrapper .list ul li {
    height: 1.16rem;
    margin-bottom: 0.3rem;
    padding-left: 0.3rem;
  }
  .download-wrapper .list ul li a {
    font-size: var(--fs14);
    max-height: 0.8rem;
    line-height: 0.4rem;
  }
  .download-wrapper .list .icon {
    right: 0.3rem;
    width: 0.4rem;
  }
  .download-wrapper .pic {
    display: none;
  }
}
