@charset "UTF-8";

/*整站样式*/
html,
*,
:after,
:before {
  font-size: 1rem;
  font-style: normal;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  -khtml-user-select: none;
  /* Khtml内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

body {
  color: #303133;
  font-size: .875rem;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  height: 100%;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: .875rem;
  color: #333;
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

/*定义滚动条*/

/* ::-webkit-scrollbar {
  display: none;
} */

::-webkit-scrollbar {
  width: .3125rem;
  height: .625rem;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 .375rem #E2E2E2;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #C8161D;
  width: .3125rem;
  border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.fix {
  transform: scale(1);
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src:
    url(../fonts/AlibabaPuHuiTi-2-55-Regular.woff2) format('woff2'),
    url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format('truetype');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  src:
    url(../fonts/AlibabaPuHuiTi-2-65-Medium.woff2) format('woff2'),
    url(../fonts/AlibabaPuHuiTi-2-65-Medium.ttf) format('truetype');
}

@font-face {
  font-family: MiSans-Regular;
  src:
    url(../fonts/MiSans-Regular.woff2) format('woff2'),
    url(../fonts/MiSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: MiSans-Semibold;
  src:
    url(../fonts/MiSans-Semibold.woff2) format('woff2'),
    url(../fonts/MiSans-Semibold.ttf) format('truetype');
}

/*基本编写顺序*/
body {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-style: normal;
}

.container {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
  margin: 0 auto;
}

.banner_page {
  line-height: 1vh;
}

/*公共样式*/

/* 头部 */
header {
  display: none;
}

.head {
  height: 5rem;
  padding-left: 6.7708%;
  padding-right: 6.7708%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100%;
}

.head .logo {
  width: 15.5rem;
  height: 2.1875rem;
}

.head .logo a {
  display: block;
}

.head .menu {
  display: flex;
  /* width: 64%; */
}

.head .menu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.head .menu ul li {
  position: relative;
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.head .menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #303133;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.head .menu ul li.active>a {
  color: #C8161D;
}

.head .menu ul li.active>a::after {
  position: absolute;
  bottom: -1.5rem;
  content: '';
  width: 4.375rem;
  height: .125rem;
  background: #C8161D;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.head .menu ul li:first-child.active a::after {
  width: 2.5rem;
}

.head .menu ul li .menu_down {
  display: none;
  position: absolute;
  top: 2rem;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  cursor: pointer;
}

.head .menu ul li .menu_son {
  background: #ffffff;
  width: 7.875rem;
  margin-top: 2.2rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
  cursor: pointer;
}

.head .menu ul li .menu_son_item {
  padding-bottom: 1.375rem;
}

.head .menu ul li .menu_son_item:first-child {
  padding-top: 1.375rem;
}

.head .menu ul li .menu_son a {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #606266;
}

.head .menu .language {
  margin-left: 3.75rem;
  padding-left: 1.625rem;
  background: url(../images/language.svg) no-repeat left center;
  background-size: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.head .menu .language i {
  display: inline-block;
  width: .625rem;
  height: .625rem;
  margin-left: .625rem;
  background: url(../images/drop_down.svg) no-repeat center;
  background-size: contain;
}

.head .menu .language .language_list {
  display: none;
  position: absolute;
  left: 0;
  top: 1.6rem;
  background: #ffffff;
  width: 5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: .3125rem;
}

.head .menu .language .language_list a {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  padding: .9375rem .9375rem 0 .9375rem;
}

.head .menu .cooperate {
  margin-left: 4.375rem;
  padding: .2813rem 1.5rem;
  background: #C8161D;
  color: #ffffff;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-weight: 400;
  font-size: .9375rem;
  border-radius: .375rem;
  -webkit-border-radius: .375rem;
  -moz-border-radius: .375rem;
  -ms-border-radius: .375rem;
  -o-border-radius: .375rem;
  animation: rotate 4ms infinite;
  -webkit-animation: rotate 4ms infinite;
}

@keyframes rotate {
  from {
    transform: rotate(1deg);
  }

  to {
    transform: rotate(-1deg);
  }
}

/* 内页banner图 */
.inner_banner_box {
  position: relative;
  padding-top: 5rem;
}

.inner_banner_box .img {
  line-height: 0;
}

.inner_banner_box .wap_img {
  display: none;
}

.inner_banner_box .inner_catname {
  position: absolute;
  top: 42%;
  left: 8.4%;
}

.inner_banner_box .inner_catname span {
  display: block;
  font-weight: 400;
  font-size: 3rem;
  color: #fff;
}

.inner_banner_box .inner_catname i {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../images/inner_down.svg") no-repeat center;
  background-size: contain;
  margin-top: 3rem;
  animation: bounce20 3s infinite;
}

@keyframes bounce20 {

  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  50% {
    transform: translateY(-0.625rem);
    -webkit-transform: translateY(-0.625rem);
    -moz-transform: translateY(-0.625rem);
    -ms-transform: translateY(-0.625rem);
    -o-transform: translateY(-0.625rem);
  }
}

/* 列表和内页二级菜单 */
.list_menu_list {
  display: flex;
  justify-content: space-between;
}

.list_menu_list ul {
  display: flex;
}

.list_menu_list ul li {
  line-height: 3.5rem;
  color: #606266;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02rem;
  position: relative;
  margin-right: 2.375rem;
}

.list_menu_list ul li:last-child {
  padding-right: 0;
}

.list_menu_list ul li a {
  display: block;
}

.list_menu_list ul li.active,
.list_menu_list ul li:hover {
  color: #005FDB;
}

.list_menu_list ul li.active::before,
.list_menu_list ul li:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 3.75rem;
  height: .1875rem;
  background-color: #005FDB;
}

/* 列表分页 */
.pager {
  margin-top: 3.75rem;
}

.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.pager .pagination li {
  margin-right: .5rem;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  text-align: center;
  color: #303133;
  background: #FFFFFF;
  border: .0625rem solid #E4E7ED;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .0321rem;
  border-radius: 3.75rem;
  -webkit-border-radius: 3.75rem;
  -moz-border-radius: 3.75rem;
  -ms-border-radius: 3.75rem;
  -o-border-radius: 3.75rem;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: #fff url(../images/pager_prev.svg) no-repeat center;
  display: block;
  color: #fff;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  border-radius: 3.75rem;
  -webkit-border-radius: 3.75rem;
  -moz-border-radius: 3.75rem;
  -ms-border-radius: 3.75rem;
  -o-border-radius: 3.75rem;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: #fff url(../images/pager_next.svg) no-repeat center;
  color: #fff;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  border-radius: 3.75rem;
  -webkit-border-radius: 3.75rem;
  -moz-border-radius: 3.75rem;
  -ms-border-radius: 3.75rem;
  -o-border-radius: 3.75rem;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  background: #C8161D;
  color: #fff;
  border-radius: 3.75rem;
  -webkit-border-radius: 3.75rem;
  -moz-border-radius: 3.75rem;
  -ms-border-radius: 3.75rem;
  -o-border-radius: 3.75rem;
}

/* 底部 */
.footer {
  background: #1C1A1A;
  padding-top: 5.125rem;
}

.footer .footer_content .foot_top {
  display: flex;
  justify-content: space-between;
  padding-left: 3.75rem;
  padding-right: 1.25rem;
  padding-bottom: 5.625rem;
  border-bottom: .0625rem solid rgba(255, 255, 255, 0.12);
}

.footer .foot_left span {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  color: #C8161D;
  margin-top: .9375rem;
}

.footer .foot_left span i {
  font-family: MiSans-Semibold;
  font-weight: 520;
  font-size: 1.375rem;
  letter-spacing: 0.02rem;
  color: #C8161D;
}

.footer .foot_right {
  width: 63.6%;
  display: flex;
  justify-content: space-between;
}

.footer .footer_content .foot_menu {
  display: flex;
  justify-content: space-between;
  width: 77.1912%;
}

.footer .footer_content .menu_item span {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

.footer .footer_content .menu_item .menu_link {
  margin-top: 1.3125rem;
}

.footer .footer_content .menu_item .menu_link a {
  display: block;
  color: #9A9A9A;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.02rem;
}

.footer .footer_content .follow {
  width: 11.3545%;
}

.footer .footer_content .follow .follow_title {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

.footer .footer_content .follow .follow_ewm {
  display: flex;
  margin-top: 1.5rem;
}

.copyright_box {
  display: flex;
  justify-content: space-between;
  color: #9A9A9A;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  padding: .875rem 1.25rem 1rem .25rem;
}

.copyright_box span {
  display: block;
  font-size: .875rem;
}

.copyright_box span:last-child {
  background: url(../images/icp.png) no-repeat left;
  background-size: contain;
  padding-left: 2.375rem;
}

.copyright_box a {
  color: #9A9A9A;
}

/* 固定菜单 */
.fixed_menu {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  width: 40.3125rem;
  border: .0625rem solid #DDDDDD;
  background: rgba(255, 255, 255, 0.93);
  padding: .625rem;
  border-radius: 3.125rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  animation: zooms 3s infinite;
  -webkit-animation: zooms 3s infinite;
}

@keyframes zooms {

  0%,
  100% {
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%)scale(1.05);
    -webkit-transform: translateX(-50%)scale(1.05);
    -moz-transform: translateX(-50%)scale(1.05);
    -ms-transform: translateX(-50%)scale(1.05);
    -o-transform: translateX(-50%)scale(1.05);
  }

}

.fixed_menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.6%;
  height: 3.875rem;
  background: #C8161D;
  text-align: center;
  border-radius: 3.75rem;
  -webkit-border-radius: 3.75rem;
  -moz-border-radius: 3.75rem;
  -ms-border-radius: 3.75rem;
  -o-border-radius: 3.75rem;
  cursor: pointer;
}

.fixed_menu a {
  width: 34%;
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 1.375rem;
  color: #303133;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
  /* background: url("../images/fixed_more.svg") no-repeat;
  background-position: right bottom 0.2rem; */
  /* margin-right: 1rem; */
}

.fixed_menu a:last-child {
  position: relative;
}

.fixed_menu a:last-child::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: block;
  content: '';
  width: .0625rem;
  height: 2.75rem;
  background-color: #DEDEDE;
}

.fixed_menu a i {
  display: block;
  font-weight: 400;
  font-size: .875rem;
  color: #909399;
}

/* 首页轮播图 */
.banner {
  width: 100%;
  overflow: hidden;
  /* padding-top: 5rem; */
}

.banner .banner_swiper {
  width: 100%;
  position: relative;
}

.banner .banner_swiper a {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 0;
  text-align: center;
}

.banner .banner_swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner_swiper video::-webkit-media-controls {
  display: none !important;
}

.banner .banner_swiper video.pc_video {
  display: block;
}

.banner .banner_swiper video.wap_video {
  display: none;
}

.banner .banner_swiper .pc_img {
  display: block;
}

.banner .banner_swiper .wap_img {
  display: none;
}

.banner .banner_swiper .swiper-slide span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8rem;
  bottom: 2.3rem;
  font-weight: 400;
  font-size: .9375rem;
  color: #fff;
  width: 6.75rem;
  height: 1.3125rem;
}

.banner .banner_swiper .swiper-slide span i {
  background: url("../images/mouse.svg") no-repeat center;
  background-size: contain;
  width: .8125rem;
  height: 1.125rem;
  display: block;
  margin-right: .3125rem;
  animation: bounce 3s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  50% {
    transform: translateY(0.1875rem);
    -webkit-transform: translateY(0.1875rem);
    -moz-transform: translateY(0.1875rem);
    -ms-transform: translateY(0.1875rem);
    -o-transform: translateY(0.1875rem);
  }
}

.banner .banner_swiper .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  width: 4rem;
  bottom: 2.32rem;
  left: 6.77%;
  right: auto;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
  border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C8161D;
}

/* 关于我们 */
.about_box {
  padding: 3.75rem;
}

.about_box .about_img {
  display: none;
}

.about_box .about_content {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 6.25rem 0 6.5625rem 5.9375rem;
  border-radius: .9375rem;
  -webkit-border-radius: .9375rem;
  -moz-border-radius: .9375rem;
  -ms-border-radius: .9375rem;
  -o-border-radius: .9375rem;
}

.about_box .about_content_body {
  width: 33.33%;
}

.about_box .about_content .about_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  color: #303133;
}

.about_box .about_content .about_desc {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 2.25rem;
  margin-top: .9375rem;
  color: #303133;
}

.about_box .about_content .about_desc i {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 2.25rem;
  font-style: normal;
  color: #C8161D
}

.about_box .about_content .about_text {
  display: block;
  margin-top: .9375rem;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #606266;
}

.about_box .about_content .about_swiper {
  overflow: hidden;
}

.about_box .about_content .about_number {
  display: block;
  font-family: 'MiSans-Regular';
  font-weight: 330;
  font-size: 8.75rem;
  line-height: 7.5rem;
  letter-spacing: .0625rem;
  color: #303133;
  margin-top: 2rem;
}

.about_box .about_content .about_unit {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  letter-spacing: 0.02rem;
  color: #303133;
  margin-top: .9375rem;
}

.about_box .about_content .about_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 3.125rem;
  background: #fff;
  font-weight: 400;
  font-size: .875rem;
  margin-top: 2.875rem;
  color: #C8161D;
  border-radius: 2.25rem;
  -webkit-border-radius: 2.25rem;
  -moz-border-radius: 2.25rem;
  -ms-border-radius: 2.25rem;
  -o-border-radius: 2.25rem;
  text-align: center;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.about_box .about_content .about_more i {
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/more_red.svg") no-repeat center;
  background-size: contain;
  margin-left: .75rem;
}

.about_box .about_content .about_more:hover {
  background: #C8161D;
  color: #fff;
}

.about_box .about_content .about_more:hover i {
  background: url("../images/more_white.svg") no-repeat center;
  background-size: contain;
}

/* 产品中心 */
.product_box {
  padding-top: 2.9375rem;
}

.product_box .product_images {
  margin-top: 1.875rem;
  overflow: hidden;
}

.product_box .product_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  color: #303133;
  text-align: center;
}

.product_box .product_swiper_item {
  display: flex;
  justify-content: center
}


.product_box .product_swiper_item .left_img {
  width: 23.75rem;
  background: url("../images/product_bg.png") no-repeat center right;
  background-size: contain;
  transition: all 0.5s;
}

.product_box .product_swiper_item .left_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}


.product_box .product_swiper_item .left_img img {
  max-width: 21.25rem;
}

.product_box .product_swiper_item .right_box {
  margin-left: 17.5rem;
  margin-top: .8125rem;
}

.product_box .product_swiper_item .right_box_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 2.375rem;
  letter-spacing: 0.02rem;
  color: #C8161D;
}

.product_box .product_swiper_item .right_box_subtitle {
  display: block;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0.02rem;
  color: #909399;
  margin-top: .625rem;
}

.product_box .product_swiper_item .features {
  display: flex;
}

.product_box .product_swiper_item .features i {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: 1.875rem;
  margin-right: 1rem;
  transition: 1.2s;
}

.product_box .product_swiper_item .features i:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.product_box .product_swiper_item .features i.features_01 {
  background: url("../images/features_01.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .features i.features_02 {
  background: url("../images/features_02.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .features i.features_03 {
  background: url("../images/features_03.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .features i.features_04 {
  background: url("../images/features_04.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .features i.features_05 {
  background: url("../images/features_05.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .features i.features_06 {
  background: url("../images/features_06.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .features i.features_07 {
  background: url("../images/features_07.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .features i.features_08 {
  background: url("../images/features_08.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_item .right_box_more {
  display: flex;
  align-items: center;
  width: 9.375rem;
  height: 3.125rem;
  margin-top: 5.625rem;
  font-weight: 400;
  font-size: .875rem;
  color: #FFF;
  background-color: #C8161D;
  padding: .9375rem 1.625rem;
  border-radius: 2.25rem;
  -webkit-border-radius: 2.25rem;
  -moz-border-radius: 2.25rem;
  -ms-border-radius: 2.25rem;
  -o-border-radius: 2.25rem;
  transition: 1.2s;
}

.product_box .product_swiper_item:hover .right_box_more:hover {
  margin-left: 0.6rem;
}

.product_box .product_swiper_item .right_box_more i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .75rem;
  background: url("../images/more_white.svg") no-repeat center;
  background-size: contain;
}

.product_box .product_swiper_thumbs {
  margin-top: 3.5rem;
}

.product_box .product_swiper_thumbs .swiper-slide {
  box-shadow: 0rem .5rem 1.375rem 0rem rgba(0, 0, 0, 0.18);
  background: #FFFFFF;
}

.product_box .product_swiper_thumbs_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3.5rem 3.125rem;
  height: 18.75rem;
  cursor: pointer;
}

.product_box .product_swiper_thumbs_item .left_img {
  width: 11.25rem;
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
}

.product_box .product_swiper_thumbs .swiper-slide:hover .left_img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

.product_box .product_swiper_thumbs_item img {
  width: 100%;
}

.product_box .product_swiper_thumbs_item .right_box {
  margin-left: 1.375rem;
  width: 10rem;
}

.product_box .product_swiper_thumbs_item .right_box span {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.02rem;
  color: #606266;
}

.product_box .product_swiper_thumbs .swiper-slide:hover span,
.product_box .product_swiper_thumbs .swiper-slide-thumb-active span {
  color: #C8161D;
}

.product_box .product_swiper_thumbs_item .right_box .right_box_more {
  display: block;
  background: url("../images/more_red.svg") no-repeat center;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .625rem;
  margin-top: 6rem;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.product_box .product_swiper_thumbs .swiper-slide:hover .right_box_more {
  margin-left: 1rem;
}

.new_box {
  background: url("../images/new_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-left: 8.125rem;
}

.new_box .new_catname {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new_box .new_catname .new_catname_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  color: #303133;
  margin-left: .5rem;
}

.new_box .new_catname .new_swiper_prev_next {
  position: absolute;
  width: 6.25rem;
  height: 2.5rem;
  right: 10.625rem;
}

.new_box .new_catname .new_swiper_prev_next .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/new_prev.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  left: 0;
}

.new_box .new_catname .new_swiper_prev_next .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.25rem;
  background: url("../images/new_next.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  right: 0;
}

.new_box .new_catname .new_swiper_prev_next .swiper-button-prev:hover {
  background: url("../images/new_prev_on.png") no-repeat center;
  background-size: contain;
}

.new_box .new_catname .new_swiper_prev_next .swiper-button-next:hover {
  background: url("../images/new_next_on.png") no-repeat center;
  background-size: contain;
}

.new_box .new_swiper {
  margin-top: 3.875rem;
  overflow: hidden;
}

.new_box .new_swiper .new_swiper_item {
  position: relative;
}

.new_box .new_swiper .new_swiper_item .new_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 0;
}

.new_box .new_swiper .new_swiper_item img {
  opacity: 0;
}

.new_box .new_swiper .new_text {
  padding: 2.5rem 1.375rem;
  background: #fff;
}

.new_box .new_swiper .new_text .new_title {
  display: block;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_box .new_swiper .new_text .new_desc {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #606266;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_box .new_swiper .new_text .new_more {
  font-weight: 400;
  font-size: .875rem;
  color: #C8161D;
  display: flex;
  align-items: center;
}

.new_box .new_swiper .new_text .new_more i {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/more_red.svg") no-repeat center;
  background-size: contain;
  margin-left: 3.625rem;
}

.new_box .new_swiper .new_hover_text {
  display: none;
}

.new_box .new_swiper .swiper-slide:hover .mask {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C8161D;
}

.new_box .new_swiper .swiper-slide:hover .new_hover_text {
  display: block;
  padding: 3.4375rem 2.1875rem 3.125rem 2.1875rem;
}

.new_box .new_swiper .swiper-slide:hover .new_hover_text .new_time {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}

.new_box .new_swiper .new_hover_text .new_title {
  display: block;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  color: #F5F6F8;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: .875rem;
}

.new_box .new_swiper .new_hover_text .new_desc {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin-top: 1.625rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_box .new_swiper .new_hover_text .new_more {
  width: 9.375rem;
  height: 3.125rem;
  font-weight: 400;
  font-size: .875rem;
  color: #C8161D;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 2.25rem;
  -webkit-border-radius: 2.25rem;
  -moz-border-radius: 2.25rem;
  -ms-border-radius: 2.25rem;
  -o-border-radius: 2.25rem;
  position: absolute;
  bottom: 3.125rem;
  transition: 1.2s;
}

.new_box .new_swiper .new_hover_text .new_more:hover {
  margin-left: 0.8rem;
}

.new_box .new_swiper .new_hover_text .new_more i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/more_red.svg") no-repeat center;
  background-size: contain;
  margin-left: .75rem;
}

.honor_box {
  background: url("../images/honor_bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 7.5rem 8.125rem 11.4375rem 8.125rem;
}

.honor_box .honor_catname {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: .625rem;
  margin-right: .625rem;
}

.honor_box .honor_catname .honor_catname_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  color: #303133;
}

.honor_box .honor_catname .honor_catname_subtitle {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #606266;
  margin-top: .625rem;
}

.honor_box .honor_catname .honor_catname_more {
  display: flex;
  width: 9.375rem;
  height: 3.125rem;
  border: .0625rem solid #C8161D;
  border-radius: 2.25rem;
  -webkit-border-radius: 2.25rem;
  -moz-border-radius: 2.25rem;
  -ms-border-radius: 2.25rem;
  -o-border-radius: 2.25rem;
  font-weight: 400;
  font-size: .875rem;
  color: #C8161D;
  justify-content: center;
  align-items: center;
  transition: 1.2s;
}

.honor_box .honor_catname .honor_catname_more:hover {
  margin-right: 0.8rem;
}

.honor_box .honor_catname .honor_catname_more i {
  background: url("../images/more_red.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .75rem;
}

.honor_box .honor_swiper {
  margin-top: 4.5625rem;
  overflow: hidden;
}

.honor_box .honor_swiper .honor_swiper_item {
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  cursor: pointer;
}

.honor_box .honor_swiper .swiper-slide:hover .honor_swiper_item {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}


.honor_box .honor_swiper .honor_swiper_item img {
  opacity: 0;
}

/* 产品列表 */
.inner_body_box {
  background: #F5F6F8;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-left: 8.3333%;
  padding-right: 8.3333%;
  position: relative;
}

.inner_new_body_box {
  background: #FFFFFF;
}

.inner_body_box .list_product_box {
  display: flex;
}

.inner_body_box .list_filter {
  width: 17.5%;
}

.inner_body_box .tabs-group {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: .0625rem solid #D1D1D1
}

.inner_body_box .tabs-group .title {
  font-weight: 400;
  font-size: 1.5625rem;
  color: #303133;
}

.inner_body_box .tabs-group .content {
  margin-top: .625rem;
}

.inner_body_box .tabs-group .content li {
  margin-top: 1.25rem;
}

.inner_body_box .tabs-group .content li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/checkbox.svg) no-repeat left center;
  background-size: 1.25rem;
  padding-left: 2.5rem;
}

.inner_body_box .tabs-group .content li.active a {
  background: url(../images/checkbox_on.svg) no-repeat left center;
  background-size: 1.25rem;
}

.inner_body_box .tabs-group a img {
  width: auto;
  height: 1.375rem;
}

.inner_body_box .tabs-group a span {
  font-weight: 400;
  font-size: 1.125rem;
  color: #303133;
}

.inner_body_box .list_product_body {
  margin-left: 6.25%;
  width: 76.25%;
}

.inner_body_box .list_product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375rem;
  margin-top: 1.25rem;
}

.inner_body_box .list_product_list .list_product_item {
  background: #ffffff;
  padding: 2.1875rem 2.8125rem 2.8125rem;
  border-radius: .9375rem;
  -webkit-border-radius: .9375rem;
  -moz-border-radius: .9375rem;
  -ms-border-radius: .9375rem;
  -o-border-radius: .9375rem;
}

.inner_body_box .list_product_item_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.inner_body_box .list_product_item:hover .list_product_item_img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.inner_body_box .list_product_item_img img {
  opacity: 0;
  line-height: 0;
}

.inner_body_box .list_product_item_title {
  display: block;
  margin-top: 2.125rem;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #303133;
}

.inner_body_box .list_product_item:hover .list_product_item_title {
  color: #C8161D;
}

.inner_body_box .list_product_item_subtitle {
  display: block;
  margin-top: .5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #909399;
}

/* 产品详情 */

.product_info_box {
  position: absolute;
  top: 10.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 25%;
}

.inner_banner_box .product_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3.4375rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #303133;
}

.inner_banner_box .product_desc {
  display: block;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #606266;
  margin-top: .125rem;
}

.inner_banner_box .product_img {
  margin-top: 2.0625rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner_banner_box .product_img img {
  line-height: 0;
}

.info_body_box {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.info_contact_body_box {
  background-color: #F5F6F8;
}

.info_about_body_box {
  padding-top: 0;
  padding-bottom: 0;
}

.info_body_box .product_info {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 1.75rem;
  color: #303133;
  padding-bottom: 2rem;
  position: relative;
}

.info_body_box .product_info::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: .0625rem;
  background: #D1D1D1;
  bottom: 0;
}

.info_body_box .product_info::before {
  position: absolute;
  position: absolute;
  display: block;
  content: '';
  width: 6.75rem;
  height: .125rem;
  background: #C8161D;
  bottom: 0;
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
}

.info_body_box .product_info:hover::before {
  width: 100%;
}


.info_body_box .product_content {
  width: 80%;
  margin: 0 auto;
  margin-top: 5rem;
  color: #303133;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .0187rem;
  margin-bottom: 6.25rem;
}

/* 品牌介绍 */
.sub_menu {
  padding-left: 10rem;
  padding-right: 10rem;
  width: 100%;
  height: 4.5rem;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  border-top: .0625rem solid rgba(255, 255, 255, .3);
}

.sub_menu a {
  display: block;
  width: 4.375rem;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 4.5rem;
  letter-spacing: 0.02rem;
  color: #fff;
  margin-right: 5.125rem;
  position: relative;
}

.sub_menu a:hover,
.sub_menu a.active {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  color: #C8161D;
}

.sub_menu a:hover::after,
.sub_menu a.active::after {
  position: absolute;
  display: block;
  content: '';
  width: 4.375rem;
  height: .125rem;
  background: #C8161D;
  bottom: 0;
}

.info_body_box .info_about_box {
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  background: url('../images/info_about_bg.jpg') no-repeat center center;
  background-size: cover;
  justify-content: space-between;
}

.info_about_box .info_about_left {
  width: 62.5%;
}

.info_about_box .info_about_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  color: #303133;
  text-align: center;
}

.info_about_box .info_about_subtitle {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 2.25rem;
  color: #C8161D;
  margin-top: .9375rem;
}

.info_about_box .info_about_content {
  margin-top: 2.5rem;
}

.info_about_box .info_about_content,
.info_about_box .info_about_content p,
.info_about_box .info_about_content span {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: #606266;
}

.info_about_box .info_about_right {
  width: 26.25%;
  margin-top: 2.25rem;
}

.info_about_box .info_about_right .info_about_item {
  padding-bottom: 2.8125rem;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 3.125rem;
  position: relative;
}

.info_about_box .info_about_right .info_about_item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: .0625rem;
  background: linear-gradient(90deg, #CECECE 17.47%, #F5F6F8 100%);
}

.info_about_box .info_about_right .info_about_item .info_about_right_num {
  display: inline-block;
  font-family: 'MiSans-Regular';
  font-weight: 330;
  font-size: 5.5rem;
  line-height: 5.625rem;
  letter-spacing: .0625rem;
  color: #303133;
  position: relative;
}

.info_about_box .info_about_right .info_about_item .info_about_right_num::after {
  position: absolute;
  display: block;
  content: '';
  width: 1.875rem;
  height: 1.875rem;
  background: url('../images/sub.svg') no-repeat center center;
  background-size: contain;
  bottom: .4375rem;
  right: -3.125rem;
}

.info_about_box .info_about_right .info_about_item .info_about_right_title {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  letter-spacing: 0.02rem;
  color: #303133;
  margin-top: .75rem;
}

.info_culture_box {
  padding-top: 6.875rem;
  padding-bottom: 7.8125rem;
  background: url('../images/info_culture_bg.jpg') no-repeat center center;
  background-size: cover;
}

.info_culture_box .info_culture_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  color: #303133;
  text-align: center;
  margin-bottom: .625rem;
}

.info_culture_box .info_culture_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_culture_box .info_culture_item {
  width: 48.125%;
  margin-top: 3.125rem;
  padding: 4.0625rem 5.625rem 4.0625rem 3.125rem;
  background-color: #FFFFFF;
  border-radius: .5625rem;
  -webkit-border-radius: .5625rem;
  -moz-border-radius: .5625rem;
  -ms-border-radius: .5625rem;
  -o-border-radius: .5625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.info_culture_box .info_culture_item:nth-child(2),
.info_culture_box .info_culture_item:last-child {
  margin-right: 0;
}

.info_culture_box .info_culture_item .info_culture_item_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 2.25rem;
  color: #C8161D;
  text-align: center;
}

.info_culture_box .info_culture_item .info_culture_content {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02rem;
  color: #303133;
  margin-top: 1.875rem;
}

.info_culture_box .info_culture_item:hover {
  background-color: #C8161D;
}

.info_culture_box .info_culture_item:hover .info_culture_item_title,
.info_culture_box .info_culture_item:hover .info_culture_content {
  color: #fff;
}

.info_culture_box .info_culture_item svg {
  transition: 1.8s;
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
}

.info_culture_box .info_culture_item:hover svg {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.info_culture_box .info_culture_item:hover svg g {
  opacity: 0.12;
}

.info_culture_box .info_culture_item:hover svg path {
  fill: #fff;
}

.info_history_box {
  padding: 8.125rem 11.25rem 7.5rem 10.625rem;
  background-color: #fff;
}

.info_history_box .info_history_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  color: #303133;
  margin-bottom: 3.75rem;
}

.info_history_box .info_history_swiper {
  overflow: hidden;
}

.info_history_box .info_history_item {
  display: flex;
}

.info_history_box .info_history_item .info_history_img {
  width: 41.4012%;
  background-position: center center;
  background-size: contain;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  cursor: pointer;
}

.info_history_box .swiper-slide .info_history_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.info_history_box .info_history_item .info_history_img img {
  line-height: 0;
  opacity: 0;
}

.info_history_box .info_history_desc {
  margin-left: 5rem;
  width: 53.5031%;
}

.info_history_box .info_history_desc .info_history_desc_title {
  display: block;
  font-family: 'MiSans-Regular';
  font-weight: 330;
  font-size: 2.5rem;
  color: #C8161D;
}

.info_history_box .info_history_desc .info_history_desc_text {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: #606266;
  margin-top: .75rem;
}

.info_history_box .info_history_swiper_pagination {
  margin-top: 5rem;
  position: relative;
}

.info_history_box .info_history_swiper_pagination::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: .125rem;
  background-color: #EDEDED;
}

.info_history_box .swiper-pagination-nav {
  display: flex;
  justify-content: space-between;
}

.info_history_box .swiper-pagination-nav li {
  position: relative;
  padding-top: 2.5rem;
  cursor: pointer;
}

.info_history_box .swiper-pagination-nav .on::before {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: .125rem;
  background-color: #C8161D;
}

.info_honor_box {
  padding: 7.5rem 8.125rem 11.25rem 8.125rem;
  background: url("../images/info_honor_bg.jpg") no-repeat center;
  background-size: cover;
}

.info_honor_box .honor_catname_box .honor_catname_title {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  color: #303133;
  display: block;
  text-align: center;
}

.info_honor_box .honor_catname_box .honor_catname_subtitle {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #606266;
  text-align: center;
}

.info_honor_box .honor_swiper {
  margin-top: 4.5625rem;
  overflow: hidden;
}

.info_honor_box .honor_swiper .honor_swiper_item {
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.info_honor_box .honor_swiper .swiper-slide:hover .honor_swiper_item {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}


.info_honor_box .honor_swiper .honor_swiper_item img {
  opacity: 0;
}

/* 新闻资讯 */
.inner_body_box .new_list_title {
  display: block;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 3rem;
  margin-top: .9375rem;
  text-align: center;
}

.new_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.4375rem;
  margin-top: 3.75rem;
}

.new_list .new_list_item {
  position: relative;
}

.new_list .new_list_item .new_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 0;
}

.new_list .new_list_item img {
  opacity: 0;
}

.new_list .new_list_item .new_text {
  padding: 2.1875rem .75rem 2.5rem .75rem;
  background: #fff;
}

.new_list .new_list_item .new_text .new_time {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #909399;
}

.new_list .new_list_item .new_text .new_title {
  display: block;
  font-weight: 400;
  font-size: 1.4375rem;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: .75rem;
}

.new_list .new_list_item .new_text .new_desc {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #606266;
  margin-top: .75rem;
  margin-bottom: 3.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list .new_list_item .new_text .new_more {
  font-weight: 400;
  font-size: .875rem;
  color: #C8161D;
  display: flex;
  align-items: center;
}

.new_list .new_list_item .new_text .new_more i {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/more_red.svg") no-repeat center;
  background-size: contain;
  margin-left: 3.625rem;
}

.new_list .new_list_item .new_hover_text {
  display: none;
}

.new_list .new_list_item .mask {
  position: absolute;
  display: none;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C8161D;
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
}

.new_list .new_list_item:hover .mask {
  display: block;
  cursor: pointer;
}

.new_list .new_list_item:hover .new_hover_text {
  display: block;
  padding: 3.4375rem 2.1875rem 3.125rem 2.1875rem;
}

.new_list .new_list_item:hover .new_hover_text .new_time {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}

.new_list .new_list_item .new_hover_text .new_title {
  display: block;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  color: #F5F6F8;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: .875rem;
}

.new_list .new_list_item .new_hover_text .new_desc {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #FFFFFF;
  margin-top: 1.625rem;
  margin-bottom: 7.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list .new_list_item .new_hover_text .new_more {
  width: 9.375rem;
  height: 3.125rem;
  font-weight: 400;
  font-size: .875rem;
  color: #C8161D;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 2.25rem;
  -webkit-border-radius: 2.25rem;
  -moz-border-radius: 2.25rem;
  -ms-border-radius: 2.25rem;
  -o-border-radius: 2.25rem;
  position: absolute;
  bottom: 3.125rem;
  transition: 1.2s;
}

.new_list .new_list_item .new_hover_text .new_more:hover {
  margin-left: 0.6rem;
}

.new_list .new_list_item .new_hover_text .new_more i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/more_red.svg") no-repeat center;
  background-size: contain;
  margin-left: .75rem;
}

/* 新闻详情样式 */
.info_body_box .new_info {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 500;
  font-size: 1.75rem;
  color: #303133;
  padding-bottom: 2rem;
  position: relative;
}

.info_body_box .new_info::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: .0625rem;
  background: #D1D1D1;
  bottom: 0;
}

.info_body_box .new_info::before {
  position: absolute;
  display: block;
  content: '';
  width: 6.75rem;
  height: .125rem;
  background: #C8161D;
  bottom: 0;
  transition: 1.2s;
}

.info_body_box .new_info:hover::before {
  width: 100%;
}

.info_body_box .new_title {
  color: #303133;
  text-align: center;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .03rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  position: relative;
}

.info_body_box .view_desc {
  text-align: center;
  padding-bottom: 1.5rem;
}

.info_body_box .view_desc time {
  color: #909399;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .0225rem;
  background: url(../images/time.svg) no-repeat left center;
  background-size: contain;
  padding-left: 1.5rem;
}

.info_body_box .view_desc em {
  color: #909399;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .0225rem;
  background: url(../images/view.svg) no-repeat left center;
  background-size: contain;
  padding-left: 1.5rem;
  margin-left: 2.625rem;
}

.info_body_box .new_info_content {
  color: #303133;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .0187rem;
  width: 80%;
  margin: 0 auto;
  margin-top: .4375rem;
}

/* 联系我们 */
.contact_body {
  padding: 6.25rem 5.625rem;
  background-color: #fff;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

.contact_body .contact_catname {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_body .contact_catname_title {
  display: block;
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-weight: 500;
  font-size: 2.875rem;
  letter-spacing: 0.02rem;
  padding-bottom: 1.75rem;
  position: relative;
}

.contact_body .contact_catname_title::after {
  position: absolute;
  display: block;
  content: '';
  width: 3.75rem;
  height: .0625rem;
  background: #C8161D;
  bottom: 0;
  transition: 1.2s;
}

.contact_body .contact_catname_title:hover::after {
  width: 100%;
}

.contact_body .contact_box {
  padding-top: .625rem;
  display: flex;
  justify-content: space-between;
}

.contact_body .contact_box .contact_left {
  padding-top: .9375rem;
}

.contact_body .contact_box .contact_item {
  margin-top: 2.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.contact_body .contact_box .contact_item img {
  width: 1.375rem;
  height: 1.375rem;
  transition: 1.2s;
}

.contact_body .contact_box .contact_item:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.contact_body .contact_box .contact_item span {
  margin-left: 1.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
  color: #303133;
}

.contact_body .contact_box .contact_item span i {
  font-family: 'MiSans-Semibold';
  font-weight: 450;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  letter-spacing: 0.02rem;
  color: #303133;
}

.contact_body .contact_qrcode_box {
  margin-top: 3.75rem;
  display: flex;
}

.contact_body .contact_qrcode_box .contact_qrcode_item {
  width: 5.875rem;
  text-align: center;
  cursor: pointer;

}

.contact_body .contact_qrcode_box .contact_qrcode_item:last-child {
  margin-left: 3.125rem;
}

.contact_body .contact_qrcode_box .contact_qrcode_item img {
  transition: 1.2s;
}

.contact_body .contact_qrcode_box .contact_qrcode_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.contact_body .contact_qrcode_box .contact_qrcode_item span {
  font-weight: 400;
  font-size: .875rem;
  color: #606266;
  text-align: center;
}

.contact_body .contact_right {
  width: 50.625%;
  height: 28.75rem;
}

.contact_body .contact_right #contact_map {
  width: 100%;
  height: 100%;
}

.contact_body .contact_right #contact_map div {
  cursor: pointer;
}

.cooperation_box {
  padding: 6.25rem 5.625rem;
  background-color: #FFFFFF;
  margin-top: 3.125rem;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

.cooperation_box .contact_form_title {
  display: block;
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-weight: 500;
  font-size: 2.875rem;
  letter-spacing: 0.02rem;
  color: #303133;
  text-align: center;
}

.cooperation_box form {
  text-align: center;
  margin-top: 3.375rem;
}

.cooperation_box .from_box {
  display: flex;
  justify-content: space-between
}

.cooperation_box .input_box {
  width: 47.88%;
}

.cooperation_box form label {
  display: flex;
  width: 100%;
  height: 4.125rem;
  line-height: 4.125rem;
  border-radius: .5rem;
  border: .0625rem solid rgba(0, 0, 0, 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.375rem;
}

.cooperation_box form label span i {
  color: #FF4D4F;
  font-style: normal;
}

.cooperation_box form label input {
  width: 100%;
  height: 4rem;
  font-size: 1.0625rem;
  padding-left: .5rem;
}

.cooperation_box form input::placeholder {
  color: #909399;
}

.cooperation_box form textarea {
  width: 48.02%;
  height: 15.1875rem;
  border-radius: .5rem;
  border: .0625rem solid rgba(0, 0, 0, 0.1);
  resize: none;
  padding: 1.25rem 1rem;
  font-size: 1.2rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

.cooperation_box form textarea::placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: .0286rem;
  text-align: left;
  color: #909399;
}

.cooperation_box form button {
  width: 18.75rem;
  height: 3.75rem;
  border-radius: .5rem;
  background: #C8161D;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0288rem;
  text-align: center;
  color: #fff;
  margin-top: 3.75rem;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  animation: zoom 3s infinite;
  -webkit-animation: zoom 3s infinite;
}

@keyframes zoom {

  0%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

}

@media screen and (max-width: 90rem) {
  .head .menu {
    width: initial;
  }

  .head .menu ul li {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .footer .foot_right {
    width: 72%;
  }

  .about_box .about_content_body {
    width: 38%;
  }

  .product_box .product_swiper_thumbs_item {
    padding: 3.5rem 2rem;
  }

  .product_box .product_swiper_thumbs_item .right_box {
    width: 16rem;
  }

  .product_box .product_swiper_thumbs_item .right_box .right_box_more {
    margin-top: 3rem;
  }

  .honor_box .honor_catname .honor_catname_more {
    width: 11.6%;
  }

  .product_info_box {
    top: 3.4rem;
    width: 30%;
  }

  .inner_banner_box .product_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .inner_body_box {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 8.25rem;
    padding-bottom: 4.25rem;
  }

  .inner_body_box .list_product_list {
    gap: 1.4rem;
  }

  .info_body_box .info_about_box {
    align-items: flex-end;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 3.5rem;
    padding-left: 2rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }

  .info_culture_box .info_culture_item {
    width: 31%;
    padding: 2.8rem 1.8rem 2.8rem 1.8rem;
  }

  .info_history_box {
    padding: 4.8rem 4rem 4.8rem 4rem;
  }

  .info_honor_box {
    padding: 4.6rem 4rem 9.2rem 4rem;
  }

  .new_list {
    gap: 1.6rem;
  }

  .new_list .new_list_item:hover .new_hover_text {
    display: block;
    padding: 2.2rem 1.4rem 2.2em 1.4rem;
  }

  .contact_body {
    padding: 4.2rem 3.6rem;
  }

  .cooperation_box {
    padding: 4.2rem 3.6rem;
  }

}

@media screen and (max-width: 64rem) {
  html {
    font-size: .875rem;
  }

  .container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .head {
    padding-left: 4%;
    padding-right: 4%;
  }

  .head .menu ul li {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .head .menu .language {
    margin-left: 1rem;
  }

  .head .menu .cooperate {
    margin-left: 1.4rem;
  }

  .footer .footer_content .foot_top {
    padding-left: 0;
    padding-right: 0;
  }

  .about_box {
    padding: 1.25rem;
  }

  .about_box .about_content {
    background: #EDEDED;
    padding: 2.25rem 0 2.5625rem 2.9375rem;
  }

  .about_box .about_content .about_title {
    font-size: 2.2rem;
    margin-top: 1rem;
  }

  .about_box .about_content .about_desc {
    font-size: 1.6rem;
  }

  .about_box .about_content .about_desc i {
    font-size: 1.6rem;
  }

  .about_box .about_content .about_number {
    font-size: 4.8rem;
    margin-top: 0;
  }

  .about_box .about_content .about_unit {
    margin-top: 0;
  }

  .about_box .about_content .about_more {
    margin-top: 1.6rem;
  }

  .product_box .product_swiper_item {
    justify-content: space-around;
  }

  .product_box .product_swiper_item .right_box {
    margin-left: initial;
  }

  .product_box .product_swiper_thumbs_item {
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    height: initial;
  }

  .product_box .product_swiper_thumbs .swiper-slide .left_img {
    width: 70%;
  }

  .product_box .product_swiper_thumbs_item .right_box {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product_box .product_swiper_thumbs_item .right_box span {
    line-height: initial;
  }

  .product_box .product_swiper_thumbs_item .right_box .right_box_more {
    margin-top: 0;
  }

  .new_box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.125rem;
  }

  .honor_box {
    padding: 2.5rem 2.125rem 7.4375rem 2.125rem;
  }

  .honor_box .honor_swiper {
    margin-top: 2.6rem;
  }

  .honor_box .honor_catname .honor_catname_more {
    width: 14%;
  }

  .inner_body_box {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5.25rem;
  }

  .inner_body_box .list_product_list {
    gap: 1.4rem;
  }

  .product_info_box {
    width: 36%;
  }

  .inner_banner_box .product_img {
    width: 60%;
  }

  .info_body_box .info_about_box {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .info_about_box .info_about_content {
    margin-top: 1rem;
  }

  .info_body_box .info_about_box {
    align-items: flex-end;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }

  .info_about_box .info_about_right .info_about_item .info_about_right_num {
    font-size: 4.5rem;
  }

  .info_culture_box {
    padding-top: 3.875rem;
    padding-bottom: 3.8125rem;
  }

  .info_history_box {
    padding: 4.125rem 4.25rem 3.5rem 2.625rem;
  }

  .info_honor_box {
    padding-top: 2.5rem;
    padding-bottom: 7.25rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .info_honor_box .honor_swiper {
    margin-top: 2.5625rem;
  }

  .contact_body {
    padding: 2.2rem 1.8rem;
  }

  .cooperation_box {
    padding: 3.2rem 2.8rem;
  }

  .cooperation_box form button {
    margin-top: 1.8rem;
  }

}

@media screen and (max-width: 48rem) {
  html {
    font-size: .75rem;
  }

  .container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .foot_logo {
    width: 80%;
  }

  .footer .footer_content .foot_menu {
    width: 86%;
  }

  .footer .footer_content .follow {
    width: 14%;
  }

  .inner_body_box .list_product_list .list_product_item {
    padding: .625rem;
  }

  .inner_body_box .list_product_item_title {
    margin-top: 0;
  }

  .product_info_box {
    top: 2.4rem;
    width: 40%;
  }

  .inner_banner_box .product_img {
    width: 56%;
    margin-top: 1.2rem;
  }

  .info_about_box .info_about_subtitle {
    font-size: 2rem;
  }

  .info_body_box .info_about_box {
    justify-content: space-around;
  }

  .new_list .new_list_item .new_text .new_desc {
    margin-bottom: 1.125rem;
  }

  .new_list .new_list_item .new_hover_text .new_desc {
    margin-bottom: 1.625rem;
  }

  .new_list .new_list_item .new_hover_text .new_more {
    bottom: 2.2rem;
  }

  .contact_body .contact_box .contact_item {
    margin-top: 1.8rem;
  }

  .contact_body .contact_box .contact_item span {
    margin-left: 0.9rem;
  }
}

@media screen and (max-width: 42.5rem) {
  .head {
    display: none;
  }

  .navi {
    position: absolute;
    top: 1.2rem;
    width: 2.6rem;
    height: 2.6rem;
    padding: .66rem;
    z-index: 999999;
    left: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .navi a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .navi span {
    width: 100%;
    background: #fff;
    border-radius: .0938rem;
    height: .28rem;
    margin-top: .15rem;
    margin-bottom: .15rem;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transform-origin: center;
  }

  .navi.on span:last-child {
    display: none;
  }

  .navi.on span:nth-child(1) {
    transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -webkit-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -moz-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -ms-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -o-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
  }

  .navi.on span:nth-child(2) {
    transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -webkit-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -moz-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -ms-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -o-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
  }

  header {
    min-width: 20rem;
    width: 100%;
    height: 4.8rem;
    position: fixed;
    top: 0;
    z-index: 1001;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
  }

  header.index {
    background: none;
  }

  header .logo {
    height: 4rem;
    position: absolute;
    left: 5.4rem;
    top: 0.3rem;
  }

  header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 100%;
  }

  header .logo img:first-child {
    height: 2.4rem;
    object-fit: cover;
  }

  header.open {
    height: 100%;
    overflow: auto;
    background-color: #fff !important;
    box-shadow: 0 .125rem .245rem .005rem rgba(0, 0, 0, 0.05);
  }

  header .header-nav {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  header .header-nav>ul>li>a {
    position: relative;
    display: block;
    padding: 1rem .625rem;
    border-top: .0625rem solid #fff;
    font-size: calc(16rem / 12);
    color: #303133;
  }

  header .header-nav>ul>li>a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .9375rem;
    background: url(../images/icon_menu-arrow.svg) no-repeat center;
    background-size: .4375rem .8125rem;
    width: .4375rem;
    height: .8125rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  header .header-nav>ul>li.nav-parent>a::after {
    background: url(../images/icon_plus_black.svg) no-repeat center;
    background-size: .6875rem .6875rem;
    width: .6875rem;
    height: .6875rem;
  }

  header .header-nav>ul>li.nav-minus>a::after {
    background: url(../images/icon_minus_black.svg) no-repeat center;
    background-size: .6875rem .6875rem;
    width: .6875rem;
    height: .6875rem;
  }

  header .header-nav>ul>li>ul {
    display: none;
  }

  header .header-nav>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: .875rem .75rem;
    border-top: .0625rem solid #b7b7b8;
    font-size: calc(14rem / 12);
    color: #606266;
  }

  header .header-nav>ul>li>ul>li>a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .9375rem;
    background: url(../images/icon_menu-arrow.png) no-repeat center;
    background-size: .4375rem .8125rem;
    width: .4375rem;
    height: .8125rem;
  }

  .language {
    display: block;
    line-height: 2.75rem;
    padding-top: 0;
    margin-right: .5rem;
    font-size: calc(14rem / 12);
    position: absolute;
    top: 0.8rem;
    right: 1rem;
  }

  .language a {
    color: #303133;
    font-size: calc(14rem / 12);
  }

  .language a.active {
    color: #606266;
  }

  .inner_banner_box {
    top: 4.8rem;
    padding-top: 0;
  }

  .inner_banner_box .img {
    display: none;
  }

  .inner_banner_box .wap_img {
    display: block;
  }

  .inner_banner_box .inner_catname {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .inner_banner_box .inner_catname span {
    font-size: 2rem;
  }

  .inner_banner_box .inner_catname i {
    margin-top: 1rem;
  }

  .pager {
    margin-top: 1.8rem;
  }

  .fixed_menu {
    display: none;
  }

  .footer {
    padding-top: 2.2rem;
    padding-bottom: 0;
  }

  .footer .footer_content .foot_top {
    flex-wrap: wrap;
    padding-bottom: 2.6rem;
  }

  .footer .foot_left {
    width: 100%;
    text-align: center;
  }

  .footer .foot_left .foot_logo {
    margin: 0 auto;
  }

  .footer .foot_right {
    width: 100%;
    text-align: center;

  }

  .footer .footer_content .foot_menu {
    display: none;
  }

  .footer .footer_content .follow {
    width: 38%;
    text-align: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .footer_content .follow .follow_ewm {
    margin-top: 1rem;
  }

  .copyright_box {
    flex-wrap: wrap;
    padding: .875rem 0;
    width: 70%;
    margin: 0 auto;
  }

  .copyright_box a {
    display: block;
  }

  .copyright_box span {
    line-height: 2rem;
  }

  .copyright_box span:last-child {
    background-size: 1.25rem;
  }

  .banner .banner_swiper video.pc_video {
    display: none;
  }

  .banner .banner_swiper video.wap_video {
    display: block;
  }

  .banner .banner_swiper .pc_img {
    display: none;
  }

  .banner .banner_swiper .wap_img {
    display: block;
  }

  .banner .banner_swiper .swiper-pagination {
    display: none;
  }

  .banner .banner_swiper .swiper-slide span {
    display: none;
  }

  .about_box .about_img {
    display: block;
    /* padding-right: 1.6rem; */
  }

  .about_box .about_content {
    padding: 0;
  }

  .about_box .about_content_body {
    width: initial;
    padding: 1.6rem;
  }

  .about_box .about_content .about_text {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.8rem;
  }

  .about_box .about_content .about_more {
    font-size: calc(14rem / 12);
  }

  /* .about_box .about_content .about_number {
    text-align: center;
  }

  .about_box .about_content .about_unit {
    text-align: center;
  } */

  .product_box {
    padding-top: 1rem;
  }

  .product_box .product_swiper_item {
    flex-wrap: wrap;
  }

  .product_box .product_swiper_item .right_box_more {
    margin-top: 2rem;
    font-size: calc(14rem / 12);
    width: max-content;
  }

  .new_box {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .new_box .new_catname .new_swiper_prev_next {
    right: 3rem;
  }

  .new_box .new_swiper {
    margin-top: 1.8rem;
  }

  .new_box .new_swiper .new_text .new_desc {
    font-size: calc(14rem / 12);
  }

  .new_box .new_swiper .new_hover_text .new_desc {
    font-size: calc(14rem / 12);
  }

  .new_box .new_swiper .new_text .new_more {
    font-size: calc(14rem / 12);
  }

  .honor_box {
    background: none;
    padding: 2.5rem 2.2rem 4.4rem 2.2rem;
  }

  .honor_box .honor_catname {
    align-items: flex-start;
  }

  .honor_box .honor_catname .honor_catname_subtitle {
    font-size: calc(14rem / 12);
  }

  .honor_box .honor_catname .honor_catname_more {
    width: 56%;
    margin-top: 0.6rem;
  }

  .honor_box .honor_swiper .honor_swiper_item img {
    width: 100%;
  }

  .info_about_body_box {
    padding-top: 5rem;
  }

  .inner_body_box {
    position: initial;
  }

  .inner_body_box .list_product_box {
    flex-wrap: wrap;
  }


  .inner_body_box .list_filter {
    width: 100%;
  }

  .inner_body_box .tabs-group .content {
    margin-top: .625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .inner_body_box .tabs-group .content li {
    width: 50%;
  }

  .inner_body_box .tabs-group a span {
    font-size: 1.4rem;
  }

  .inner_body_box .list_product_body {
    margin-left: 0;
    width: 100%;
  }

  .inner_body_box .list_product_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .inner_body_box .list_product_item_subtitle {
    font-size: calc(14rem / 12);
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .product_info_box {
    width: 100%;
    position: relative;
  }

  .wap_inner_banner_box .img {
    display: none;
  }

  .inner_banner_box .product_title {
    font-size: 2.4rem;
  }

  .inner_banner_box .product_desc {
    font-size: 1.4rem;
  }

  .inner_banner_box .product_img {
    width: 30%;
  }

  .info_body_box .product_content {
    margin-top: 3rem;
    margin-bottom: 0;
    width: 100%;
    text-align: justify;
  }

  .info_body_box .product_content,
  .info_body_box .product_content p,
  .info_body_box .product_content p span {
    font-size: 1.2rem;
  }

  .inner_banner_box_about .inner_catname {
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
  }

  .sub_menu {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    justify-content: space-evenly;
  }

  .sub_menu a {
    width: max-content;
    margin-right: 1rem;
    color: #303133;
    font-size: calc(16rem / 12);
  }

  .info_body_box .info_about_box {
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 2.4rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    margin-bottom: 0;
  }

  .info_about_box .info_about_left {
    width: 100%;
  }

  .info_about_box .info_about_content,
  .info_about_box .info_about_content p,
  .info_about_box .info_about_content span {
    font-size: calc(15rem / 12);
  }

  .info_about_box .info_about_right {
    width: 100%;
    display: flex;
  }

  .info_about_box .info_about_right .info_about_item {
    padding-bottom: 2.2rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: relative;
    width: 50%;
    text-align: center;
  }

  .info_about_box .info_about_right .info_about_item .info_about_right_num {
    font-size: 2.4rem;
  }

  .info_about_box .info_about_right .info_about_item .info_about_right_num::after {
    right: -1.2rem;
    width: 1rem;
    height: 1rem;
  }

  .info_about_box .info_about_right .info_about_item .info_about_right_title {
    font-size: calc(13rem / 12);
  }

  .info_culture_box {
    padding-top: 1.8rem;
    padding-bottom: 2.8rem;
  }

  .info_culture_box .info_culture_item {
    width: 100%;
    padding: 1.8rem 1.2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .info_culture_box .info_culture_item:first-child,
  .info_culture_box .info_culture_item:nth-child(2) {
    padding: 1.8rem 1.2rem;
    width: 100%;
  }

  .info_culture_box .info_culture_item .info_culture_content,
  .info_culture_box .info_culture_item .info_culture_content p,
  .info_culture_box .info_culture_item .info_culture_content span {
    font-size: calc(14rem / 12);
  }

  .info_culture_box .info_culture_item svg {
    width: 8rem;
  }

  .info_history_box {
    padding: 2rem 2rem 2rem 2rem;
  }

  .info_history_box .info_history_title {
    padding-top: 0;
    margin-bottom: 1rem;
  }

  .info_history_box .info_history_item {
    flex-wrap: wrap
  }

  .info_history_box .info_history_item .info_history_img {
    width: 100%;
  }

  .info_history_box .info_history_desc {
    width: 100%;
    margin-left: 0;
  }

  .info_history_box .info_history_desc .info_history_desc_title {
    margin-top: 0.8rem;
  }

  .info_history_box .info_history_desc .info_history_desc_text {
    font-size: calc(14rem / 12);
  }

  .info_history_box .info_history_swiper_pagination {
    margin-top: 1rem;
  }

  .info_history_box .swiper-pagination-nav {
    overflow-x: auto;
  }

  .info_history_box .swiper-pagination-nav li {
    padding-top: 1.6rem;
    font-size: 1.4rem;
    width: 4rem;
    flex: 0 0 auto;
  }

  .info_honor_box {
    background: none;
    padding-top: 0;
  }

  .info_honor_box .honor_catname_box .honor_catname_subtitle {
    font-size: calc(14rem / 12);
  }

  .inner_body_box .new_list_title {
    margin-top: 0;
  }

  .new_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
    margin-top: 1.6rem;
  }

  .new_list .new_list_item .new_text {
    padding: 1.4rem .75rem;
  }

  .new_list .new_list_item .new_text .new_desc {
    font-size: calc(14rem / 12);
  }

  .new_list .new_list_item .new_text .new_more i {
    margin-left: 1rem;
  }

  .new_list .new_list_item:hover .mask {
    display: none;
  }

  .new_list .new_list_item:hover .new_hover_text {
    display: none;
  }

  .new_list .new_list_item .new_hover_text .new_title {
    margin-top: 0.4rem;
  }

  .new_list .new_list_item .new_hover_text .new_desc {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
    font-size: calc(14rem / 12);
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .new_list .new_list_item .new_hover_text .new_more {
    width: 7rem;
    height: 3rem;
    border-radius: 1.8rem;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    -ms-border-radius: 1.8rem;
    -o-border-radius: 1.8rem;
    bottom: 6rem;
  }

  .new_list .new_list_item .new_hover_text .new_more i {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/more_red.svg) no-repeat center;
    background-size: contain;
    margin-left: .4rem;
  }

  .info_body_box {
    padding-top: 3.8rem;
  }

  .info_body_box .new_info {
    display: none;
  }

  .info_body_box .new_title {
    padding-top: 2rem;
  }

  .info_body_box .view_desc time {
    padding-left: 2rem;
  }

  .info_body_box .view_desc em {
    padding-left: 2rem;
    margin-left: 0.6rem;
  }

  .info_body_box .new_info_content {
    width: 100%;
  }

  .info_body_box .new_info_content,
  .info_body_box .new_info_content p,
  .info_body_box .new_info_content p span {
    font-size: 1.2rem;
  }

  .contact_body {
    padding: 1.6rem 1.4rem;
  }

  .info_contact_body_box {
    margin-top: 3rem;
    position: initial;
  }

  .contact_body .contact_catname_title {
    font-size: 1.8rem;
  }

  .contact_body .contact_logo {
    width: 60%;
  }

  .contact_body .contact_box {
    flex-wrap: wrap;
  }

  .contact_body .contact_box .contact_left {
    width: 100%;
  }

  .contact_body .contact_box .contact_item span {
    margin-left: 0.4rem;
  }

  .contact_body .contact_qrcode_box {
    margin-top: 1.8rem;
    justify-content: center;
  }

  .contact_body .contact_box .contact_right {
    width: 100%;
    margin-top: 2rem;
  }

  .cooperation_box {
    padding: 1.8rem 1.2rem;
    margin-top: 1.6rem;
  }

  .cooperation_box .contact_form_title {
    font-size: 2.4rem;
  }

  .cooperation_box form {
    margin-top: 1.4rem;
  }

  .cooperation_box .from_box {
    flex-wrap: wrap;
  }

  .cooperation_box .input_box {
    width: 100%;
  }

  .cooperation_box form label input {
    width: 100%;
  }

  .cooperation_box form textarea {
    width: 100%;
  }

  .cooperation_box form button {
    width: 10rem;
    height: 3rem;
    margin-top: 2.4rem;
  }
}