.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;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "light";
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper:hover:after {
  opacity: 1;
  visibility: visible;
}
.header-wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  left: 0;
  bottom: 0;
  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;
}
.header-wrapper .box-container {
  height: 0.92rem;
  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 .logo-box {
  width: 17.38%;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.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 */
}
.header-wrapper .search {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search.png);
  background-size: 0.2rem;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
.header-wrapper .search.on {
  background-image: url(../img/search2.png);
  background-color: #b60005;
}
.header-wrapper .friend-link {
  margin-top: 0;
  width: 2.4rem;
  margin-left: 0.4rem;
}
.header-wrapper .friend-link:hover .name {
  background-image: url(../img/up.png);
}
.header-wrapper .friend-link .list {
  bottom: auto;
  border-radius: 0;
  top: 0;
  padding-bottom: 0;
  padding-top: 0.44rem;
}
.header-wrapper .friend-link .name {
  background-image: url(../img/down3.png);
}
.pc-nav-box {
  margin-right: 0.8rem;
  flex: 1;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
  justify-content: flex-end;
}
.pc-nav-box ul li {
  position: relative;
  margin-right: 0.7rem;
}
.pc-nav-box ul li:last-child {
  margin-right: 0;
}
.pc-nav-box ul li:hover > a,
.pc-nav-box ul li.on > a {
  color: #b60005;
}
.pc-nav-box ul li:hover > a:after,
.pc-nav-box ul li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box ul li:hover .normal,
.pc-nav-box ul li:hover .solution,
.pc-nav-box ul li:hover .goods {
  display: block;
  animation: fadeIn 0.4s ease;
}
.pc-nav-box ul li > a {
  font-size: var(--fs18);
  color: #7b7b7b;
  font-family: "medium";
  font-weight: 700;
  line-height: 0.92rem;
  position: relative;
}
.pc-nav-box ul li > a:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #b60005;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.pc-nav-box .normal {
  width: 2.24rem;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  margin-left: -1.12rem;
  text-align: center;
  background-color: #fff;
  padding: 0.48rem 0.2rem 0.94rem;
  display: none;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.pc-nav-box .normal a {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.pc-nav-box .solution {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 5.24rem;
  padding: 0.48rem 0.8rem 1.05rem;
  margin-left: -2.62rem;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.02);
  display: none;
}
.pc-nav-box .solution .children {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-nav-box .solution .item {
  max-width: 48%;
}
.pc-nav-box .solution .item > a {
  font-weight: 700;
  font-family: "medium";
  font-size: var(--fs18);
}
.pc-nav-box .solution .item > a:hover span {
  background-size: 100% 2px;
}
.pc-nav-box .solution .item > a span {
  background-size: 0 2px;
}
.pc-nav-box .solution a {
  line-height: 24px;
  margin-bottom: 0.12rem;
}
.pc-nav-box .solution a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .child {
  margin-top: 0.3rem;
}
.pc-nav-box .child a {
  font-size: var(--fs16);
}
.pc-nav-box .goods {
  position: fixed;
  left: 0;
  top: 0.92rem;
  z-index: 20;
  width: 100%;
  background-color: #fff;
  display: none;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.02);
}
.pc-nav-box .goods .main {
  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;
  width: 11.66rem;
  margin-left: 3.52rem;
}
.pc-nav-box .goods p {
  font-size: var(--fs16);
  color: #7b7b7b;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
  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;
  margin-top: 0.05rem;
}
.pc-nav-box .goods .pic img {
  mix-blend-mode: multiply;
}
.pc-nav-box .category-box {
  width: 2.12rem;
  height: 6rem;
  overflow: hidden;
  overflow-y: auto;
  background-color: #e3e3e3;
}
.pc-nav-box .category-box .cat {
  font-size: var(--fs18);
  font-weight: 700;
  font-family: "medium";
  height: 0.96rem;
  background-color: #e3e3e3;
  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;
  padding: 0 0.4rem 0 0.22rem;
  position: relative;
}
.pc-nav-box .category-box .cat.on {
  color: #fff;
  background-color: #b60005;
}
.pc-nav-box .category-box .cat.on:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.pc-nav-box .category-box .cat:after {
  content: "";
  width: 0.14rem;
  height: 100%;
  background-image: url(../img/icon-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 10;
  transform: translateX(-0.2rem);
  -webkit-transform: translateX(-0.2rem);
  -moz-transform: translateX(-0.2rem);
  -ms-transform: translateX(-0.2rem);
  -o-transform: translateX(-0.2rem);
  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;
  opacity: 0;
  visibility: hidden;
}
.pc-nav-box .category-box .cat span {
  background: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 0.3rem;
  max-height: 0.9rem;
}
.pc-nav-box .detail-box {
  width: calc(8.88rem + 16px);
  height: 6rem;
  overflow: hidden;
}
.pc-nav-box .detail-box .title {
  font-size: var(--fs18);
  line-height: 0.36rem;
  margin-bottom: 0.16rem;
}
.pc-nav-box .detail-box .item {
  display: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  height: 6rem;
  overflow: hidden;
  overflow-y: auto;
}
.pc-nav-box .detail-box .child {
  margin-bottom: 0.3rem;
}
.pc-nav-box .detail-box .child:last-child {
  margin-bottom: 0;
}
.pc-nav-box .detail-box .list .pic {
  background: url(../img/goodsbg.jpg) no-repeat center center;
  background-size: cover;
}
.pc-nav-box .list {
  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;
}
.pc-nav-box .list a {
  width: 1.7rem;
  margin-right: 0.09rem;
  margin-top: 0.3rem;
}
.pc-nav-box .list a:hover p {
  color: #b60005;
}
.pc-nav-box .list a:hover .line:before,
.pc-nav-box .list a:hover .line:after {
  opacity: 1;
}
.pc-nav-box .list a:hover .line span:before,
.pc-nav-box .list a:hover .line span:after {
  opacity: 1;
}
.pc-nav-box .list a:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.pc-nav-box .list a:nth-child(-n+5) {
  margin-top: 0;
}
.pc-nav-box .list a:nth-child(5n) {
  margin-right: 0;
}
.pc-nav-box .list .pic {
  position: relative;
}
.pc-nav-box a {
  display: block;
  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;
}
.pc-nav-box a:hover {
  color: #b60005;
}
.pc-nav-box a:hover > span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box a > span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.pc-nav-box .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.pc-nav-box .line:before,
.pc-nav-box .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 11;
  opacity: 0;
}
.pc-nav-box .line:before {
  top: 0;
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
  background: -webkit-gradient(linear, right top, left top, from(#b60005), to(transparent));
  background: linear-gradient(right, #b60005, transparent);
}
.pc-nav-box .line:after {
  bottom: 0;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#b60005), to(transparent));
  background: linear-gradient(left, #b60005, transparent);
}
.pc-nav-box .line span:before,
.pc-nav-box .line span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  z-index: 11;
  opacity: 0;
}
.pc-nav-box .line span:before {
  top: 0;
  left: 0;
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(#b60005), to(transparent));
  background: linear-gradient(top, #b60005, transparent);
}
.pc-nav-box .line span:after {
  bottom: 0;
  right: 0;
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  background: -webkit-gradient(linear, left bottom, left top, from(#b60005), to(transparent));
  background: linear-gradient(bottom, #b60005, transparent);
}
.footer-wrapper {
  background-color: #f5f5f5;
  padding-bottom: 1.62rem;
}
.footer-wrapper .box-container {
  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;
}
.footer-wrapper .box-1 {
  background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
  background-blend-mode: normal, normal;
  line-height: 30px;
}
.footer-wrapper .box-1 .box-container {
  height: 1rem;
  align-items: center;
}
.footer-wrapper .tel img,
.footer-wrapper .tel span {
  vertical-align: middle;
}
.footer-wrapper .tel img {
  display: inline-block;
  width: 0.33rem;
  margin-right: 0.2rem;
  position: relative;
  top: -0.06rem;
}
.footer-wrapper .tel span {
  font-size: var(--fs40);
  color: #fff;
  font-family: "mb";
  line-height: 40px;
  margin-left: 0.2rem;
}
.footer-wrapper .email a,
.footer-wrapper .email,
.footer-wrapper .tel {
  font-size: var(--fs18);
  color: #fff;
}
.footer-wrapper .email:hover a {
  text-decoration: underline;
}
.footer-wrapper .box-2 {
  padding: 0.94rem 0;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs16);
  color: #989898;
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #b60005;
}
.footer-wrapper .other-box {
  width: 2.4rem;
}
.footer-wrapper .qrcode {
  width: 1.37rem;
  font-size: 0;
  margin-right: 0;
  margin-left: auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.share {
  font-size: 0;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 0.3rem;
  vertical-align: middle;
  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;
}
.share a:last-child {
  margin-right: 0;
}
.share a.on {
  background-color: #b60005;
  border-color: #b60005;
}
.share a.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share .hidebox {
  width: 1.2rem;
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  z-index: 10;
  top: 0.5rem;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  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;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  opacity: 0;
  visibility: hidden;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.friend-link {
  margin-top: 0.62rem;
  width: 100%;
}
.friend-link .box {
  position: relative;
  width: 100%;
}
.friend-link .name {
  position: relative;
  z-index: 11;
  cursor: pointer;
  color: #797979;
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 22px;
  padding: 0 0.4rem 0 0.28rem;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  font-family: inherit;
  background-position: right 0.28rem center;
}
.friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  background-color: #fff;
  border-bottom: none;
  padding-bottom: 0.44rem;
  border-radius: 22px;
}
.friend-link .list .inner {
  max-height: 2.58rem;
  overflow-y: auto;
}
.friend-link .list .inner::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.friend-link .list .inner::-webkit-scrollbar-thumb {
  background-color: #b60005;
}
.friend-link .list a {
  display: block;
  color: #797979;
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0.04);
  padding: 0 0.44rem 0 0.28rem;
}
.friend-link .list a:hover {
  color: #b60005;
}
.friend-link .list a:last-child {
  border-bottom: none;
}
.footer-nav-box {
  width: 65.88%;
}
.footer-nav-box ul {
  list-style: none;
  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 */
}
.footer-nav-box li {
  width: 20%;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  color: #666;
  font-family: "medium";
  font-weight: 700;
}
.footer-nav-box li > a:hover {
  color: #b60005;
}
.footer-nav-box .nav {
  margin-top: 0.2rem;
}
.footer-nav-box .nav a {
  display: block;
  color: #9a9a9a;
}
.footer-nav-box .nav a:hover {
  color: #b60005;
}
.footer-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.34rem;
}
.footer-nav-box a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.link {
  font-size: 0;
}
.link a {
  position: relative;
  font-size: var(--fs14);
  padding-right: 0.24rem;
  margin-right: 0.23rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #989898;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #b60005;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 14px;
  background: #989898;
}
.link a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.7rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.92rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  box-shadow: 0 38px 40px rgba(0, 0, 0, 0.05);
  /* input placeholder  */
}
.search-form .main {
  position: relative;
  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 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  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;
}
.index-title-box {
  margin-bottom: 0.55rem;
}
.index-title-box.center {
  text-align: center;
}
.index-title-box p {
  font-size: var(--fs48);
  font-family: "mb";
  line-height: 0.48rem;
  text-transform: uppercase;
  margin-bottom: 0.12rem;
}
.index-title-box h3 {
  font-size: var(--fs30);
  line-height: 0.36rem;
  letter-spacing: 2px;
  font-family: "medium";
}
.index-box-1 {
  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;
  margin-top: 1.28rem;
}
.index-box-1 .info-box {
  position: relative;
  width: 45.94%;
  padding-left: calc((100% - 15.36rem) / 2);
}
.index-box-1 .info {
  position: relative;
}
.index-box-1 .index-title-box,
.index-box-1 .name,
.index-box-1 .desc {
  position: relative;
  z-index: 1;
}
.index-box-1 .en {
  font-size: 1rem;
  line-height: 0.76rem;
  color: #1c96d4;
  text-transform: uppercase;
  font-family: "mb";
  position: absolute;
  left: 0;
  top: 1.14rem;
  z-index: 0;
  width: 100%;
}
.index-box-1 .en em {
  display: inline-block;
  background-image: -webkit-linear-gradient(top, rgba(241, 241, 241, 0.8), #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-1 .name {
  display: inline-block;
  font-size: var(--fs48);
  font-family: "mb";
  background-image: -webkit-linear-gradient(left, #b60005, #ff181e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.index-box-1 .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 1.8rem;
  margin: 0.38rem auto 0.3rem;
}
.index-box-1 .video-box {
  width: 50%;
}
.index-box-1 .video-box .pic {
  height: 100%;
}
.index-box-1 .video-box .pic img {
  height: 100%;
  object-fit: cover;
}
.index-box-1 .video-box .play {
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
}
.index-box-1 .video-box .play i {
  background-image: url(../img/play.png);
}
.index-box-1 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.index-box-1 .data .num {
  display: inline-block;
  font-family: "mb";
  font-size: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-image: -webkit-linear-gradient(left, #b60005, #ff181e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-1 .data .num span {
  background-image: -webkit-linear-gradient(left, #b60005, #ff181e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-1 .data .num em,
.index-box-1 .data .num i,
.index-box-1 .data .num span {
  display: inline-block;
}
.index-box-1 .data .num em,
.index-box-1 .data .num i {
  -webkit-text-fill-color: #666;
}
.index-box-1 .data .num > i {
  position: relative;
  top: 0.05rem;
  vertical-align: top;
}
.index-box-1 .data em {
  position: relative;
  font-size: var(--fs16);
  color: #666;
  margin-left: -0.05rem;
}
.index-box-1 .data em i {
  position: absolute;
  right: 0;
  top: -0.06rem;
  z-index: 10;
}
.index-box-1 .data i {
  color: #666;
  font-size: 0.26rem;
  font-family: "mb";
  height: 0.12rem;
  line-height: 0.12rem;
}
.index-box-1 .data p {
  font-size: var(--fs16);
  line-height: 24px;
  margin: 0.12rem auto 0.5rem;
}
.index-box-2 {
  position: relative;
  padding-top: 1.25rem;
  overflow: hidden;
}
.index-box-2:after {
  content: "";
  width: 100%;
  height: 70%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index-box-2 .cate-box {
  margin-bottom: 0.22rem;
}
.index-box-2 .canvas {
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: 0;
  opacity: 0.2;
  width: 100%;
  height: 7rem;
}
.index-box-2 .box-container {
  position: relative;
  z-index: 2;
}
.index-box-2 .item {
  display: none;
}
.index-box-2 .swiper-container {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.index-box-2 .swiper-slide {
  width: 23.63%;
  margin-right: 1.8266%;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.index-box-2 .swiper-slide:last-child {
  margin-right: 0;
}
.index-box-2 .swiper-slide:hover {
  transform: translateY(-0.2rem);
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
}
.index-box-2 .swiper-slide:hover .icon {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-slide:hover .info:before {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-2 .swiper-slide:hover .title,
.index-box-2 .swiper-slide:hover p {
  color: #fff;
}
.index-box-2 .swiper-slide .pic {
  background: url(../img/goodsbg.jpg) no-repeat center center;
  background-size: cover;
}
.index-box-2 .swiper-slide a {
  display: block;
}
.index-box-2 .swiper-slide p {
  font-size: var(--fs18);
  color: #999;
  font-family: "mr";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.24rem;
  height: 0.48rem;
}
.index-box-2 .swiper-slide .title,
.index-box-2 .swiper-slide p {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-2 .pic img {
  height: 3.4rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.index-box-2 .info {
  position: relative;
  text-align: center;
  padding: 0.57rem 0.3rem 0.32rem;
  background-color: #f0f0f0;
}
.index-box-2 .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.index-box-2 .icon {
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../img/go.png);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  margin-left: -0.3rem;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition-delay: 0.15s;
}
.index-box-2 .title {
  font-size: var(--fs24);
  font-family: "medium";
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
.index-box-2 .hasSwiper .swiper-btn {
  display: block;
}
.index-box-2 .swiper-btn {
  display: none;
  width: 0.6rem;
  height: 0.6rem;
}
.index-box-2 .prev {
  left: -0.98rem;
  background-image: url(../img/prev.png);
}
.index-box-2 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box-2 .next {
  right: -0.98rem;
  background-image: url(../img/next.png);
}
.index-box-2 .next:hover {
  background-image: url(../img/next2.png);
}
.index-box-2 .index-more {
  margin: 0.4rem auto 0;
}
.index-box-3 {
  margin-top: 1.1rem;
}
.index-box-3 .box-container {
  position: relative;
}
.index-box-3 .box-container:before,
.index-box-3 .box-container:after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 0;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.index-box-3 .box-container:before {
  width: 2.24rem;
  height: 2.18rem;
  margin-left: -1.12rem;
  top: -0.41rem;
  background-image: url(../img/circle.png);
  animation: circleAni 12s linear infinite;
}
.index-box-3 .box-container:after {
  width: 1.38rem;
  height: 1.38rem;
  margin-left: -0.69rem;
  top: 0;
  background-image: url(../img/circle2.png);
  animation: circleAniReverse 12s linear infinite;
}
.index-box-3 .index-title-box,
.index-box-3 .brief {
  position: relative;
  z-index: 2;
}
.index-box-3 .brief {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.index-box-3 .item {
  position: relative;
  display: none;
}
.index-box-3 .item:nth-child(2) .swiper-slide {
  width: 50%;
}
.index-box-3 .pic {
  background: #000;
}
.index-box-3 .pic img {
  opacity: 0.6;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-3 .swiper-slide {
  padding-bottom: 0.03rem;
  overflow: hidden;
}
.index-box-3 .swiper-slide:hover .pic img {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .swiper-slide:hover .bottom {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.index-box-3 .swiper-slide:hover .info {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
}
.index-box-3 .info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 60px;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-3 .info .title,
.index-box-3 .info .en {
  color: #fff;
}
.index-box-3 .info .en {
  margin-top: 0.12rem;
}
.index-box-3 .title {
  font-size: var(--fs30);
  font-family: "medium";
}
.index-box-3 .en {
  font-size: var(--fs18);
  font-family: "mr";
  margin-top: 0.1rem;
}
.index-box-3 .title,
.index-box-3 .en {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 0.3rem;
  height: 0.3rem;
}
.index-box-3 .bottom {
  position: absolute;
  left: 0;
  bottom: -110%;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0.37rem 0.54rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-3 .bottom:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #b60005;
  opacity: 0.95;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.index-box-3 .bottom .en {
  color: #ccc;
}
.index-box-3 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  text-align: center;
  margin: 0.16rem auto 0.3rem;
}
.index-box-3 .more {
  display: inline-block;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #b60005;
}
.index-box-3 .more:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.index-box-3 .more i {
  display: inline-block;
  margin-left: 0.2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url(../img/i-right4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.2rem;
  height: 0.16rem;
  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;
}
.index-box-3 .swiper-btn {
  display: none;
  width: 0.6rem;
  height: 0.6rem;
}
.index-box-3 .prev {
  left: 0.3rem;
  background-image: url(../img/prev.png);
}
.index-box-3 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box-3 .next {
  right: 0.3rem;
  background-image: url(../img/next.png);
}
.index-box-3 .next:hover {
  background-image: url(../img/next2.png);
}
.index-box-3 .hasSwiper .swiper-btn {
  display: block;
}
.index-box-4 {
  padding: 1.6rem 0 1.17rem;
  background: url(../img/index4bg.jpg) no-repeat left top;
  background-size: cover;
  margin-top: -0.03rem;
}
.index-box-4 .box-container {
  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;
}
.index-box-4 .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.83rem;
}
.index-box-4 .info {
  width: 26.7%;
  padding-top: 0.2rem;
}
.index-box-4 .index-title-box {
  margin-bottom: 0.7rem;
}
.index-box-4 .index-title-box p {
  line-height: 0.6rem;
}
.index-box-4 .swiper-box {
  width: 69.4%;
}
.index-box-4 .swiper-box .swiper-container {
  padding: 0.2rem;
  margin: 0 -0.2rem;
}
.index-box-4 .swiper-box .swiper-slide {
  width: 1.6rem;
  margin-left: -0.28rem;
}
.index-box-4 .swiper-box .swiper-slide:first-child {
  margin-left: 0;
}
.index-box-4 .swiper-box .swiper-slide:nth-child(even) {
  margin-top: 0.74rem;
}
.index-box-4 .swiper-box li .pic {
  position: absolute;
  border-radius: 30px;
  left: 50%;
  top: 50%;
  width: 1.28rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  margin-top: 0.1rem;
  margin-left: -0.64rem;
}
.index-box-4 .swiper-box ul {
  list-style: none;
}
.index-box-4 .swiper-box ul li {
  position: relative;
  margin-bottom: 0.1rem;
  width: 1.6rem;
  height: 1.4rem;
}
.index-box-4 .swiper-box ul li:last-child {
  margin-bottom: 0;
}
.index-box-4 .swiper-box ul li:hover .box {
  box-shadow: 4px 6px 38px 0px rgba(0, 0, 0, 0.1);
}
.index-box-4 .swiper-box ul li:hover i {
  border-color: #b60005;
}
.index-box-4 .swiper-box ul li:hover i:before,
.index-box-4 .swiper-box ul li:hover i:after {
  border-color: #b60005;
}
.index-box-4 .swiper-box ul li .box {
  position: absolute;
  display: block;
  float: left;
  width: 0.8rem;
  height: 1.39rem;
  background: transparent;
  transform: rotate(60deg);
  margin: 0.1rem 0.4rem;
  box-shadow: none;
  outline: none;
  margin-left: 0.4rem;
}
.index-box-4 .swiper-box ul li .box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-60deg);
  background: transparent;
  box-shadow: none;
}
.index-box-4 .swiper-box ul li .box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(60deg);
  background: transparent;
  box-shadow: none;
}
.index-box-4 .swiper-box ul li i {
  position: absolute;
  display: block;
  float: left;
  width: 0.8rem;
  height: 1.41rem;
  background: #fff;
  transform: rotate(60deg);
  margin: 0.1rem 0.4rem;
  box-shadow: none;
  outline: none;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 0.4rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  box-sizing: border-box;
}
.index-box-4 .swiper-box ul li i:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-60deg);
  background: #fff;
  box-shadow: none;
}
.index-box-4 .swiper-box ul li i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(60deg);
  background: #fff;
  box-shadow: none;
}
.index-box-4 .swiper-box ul li i:before,
.index-box-4 .swiper-box ul li i:after {
  box-sizing: border-box;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.index-box-4 .swiper-box ul li a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  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;
}
.index-box-4 .swiper-box ul li a:hover p {
  color: #b60005;
}
.index-box-4 .swiper-box ul li a .inner {
  width: 100%;
  text-align: center;
  padding-top: 0.1rem;
}
.index-box-4 .swiper-box ul li a em {
  display: inline-block;
  font-size: var(--fs36);
  color: #b60005;
  font-family: "mb";
  line-height: 0.3rem;
}
.index-box-4 .swiper-box ul li a p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  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;
}
.page-banner-wrapper .info.left .box-container {
  text-align: left;
}
.page-banner-wrapper .info.right .box-container {
  text-align: right;
}
.page-banner-wrapper .info.right h3,
.page-banner-wrapper .info.black h3 {
  color: #333;
}
.page-banner-wrapper .info.right p,
.page-banner-wrapper .info.black p {
  color: #999;
}
.page-banner-wrapper .box-container {
  text-align: center;
}
.page-banner-wrapper h3 {
  font-size: var(--fs40);
  letter-spacing: 0.04rem;
  color: #fff;
  font-family: "medium";
  line-height: 0.48rem;
}
.page-banner-wrapper p {
  text-transform: uppercase;
  font-size: var(--fs18);
  color: #fff;
  line-height: 24px;
  margin-top: 0.2rem;
}
.cate-box {
  text-align: center;
  margin-bottom: 0.42rem;
}
.cate-box a {
  display: inline-block;
  min-width: 1.5rem;
  padding: 0 15px;
  height: 0.5rem;
  line-height: 0.46rem;
  border-radius: 25px;
  font-size: var(--fs18);
  color: #000;
  background-color: #fff;
  border: 2px solid transparent;
  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;
  font-family: "medium";
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
}
.cate-box a:last-child {
  margin-right: 0;
}
.cate-box a:hover,
.cate-box a.on {
  color: #b60005;
  border-color: #b60005;
}
.page-box {
  padding: 0.76rem 0 1.4rem;
}
.page-box .box-container {
  position: relative;
}
.breadcrumb-box {
  font-size: 0;
  line-height: 24px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0.03rem;
  z-index: 1;
}
.breadcrumb-box .home {
  margin-right: 0.12rem;
}
.breadcrumb-box .home img {
  position: relative;
  top: -1px;
}
.breadcrumb-box > img {
  margin: 0 0.12rem;
}
.breadcrumb-box a,
.breadcrumb-box img,
.breadcrumb-box span {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb-box a,
.breadcrumb-box span {
  font-size: var(--fs16);
}
.breadcrumb-box a {
  color: #929292;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.breadcrumb-box a:hover {
  color: #b60005;
}
.breadcrumb-box span {
  color: #b60005;
}
.page-title-box {
  margin-bottom: 0.75rem;
}
.page-title-box h2 {
  font-size: var(--fs36);
  letter-spacing: 0.04rem;
  line-height: 0.48rem;
  font-weight: 700;
}
.page-title-box p {
  font-size: 0.28rem;
  color: #d6d6d6;
  letter-spacing: 1px;
  line-height: 0.3rem;
  text-transform: uppercase;
  font-family: "mr";
  margin: 0.1rem auto 0.24rem;
}
.page-title-box .line {
  width: 0.36rem;
  height: 0.05rem;
  background-color: #b60005;
}
.index-more {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  font-size: var(--fs14);
  font-family: "mb";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}
.index-more:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.index-more:hover:before {
  opacity: 0;
  visibility: hidden;
}
.index-more:hover:after {
  opacity: 1;
  visibility: visible;
}
.index-more:before,
.index-more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 25px;
}
.index-more:before {
  background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
  background-blend-mode: normal, normal;
}
.index-more:after {
  background: #b60005;
  opacity: 0;
  visibility: hidden;
}
.index-more span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.index-more i {
  display: inline-block;
  width: 0.16rem;
  height: 0.12rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 0.18rem;
  background-image: url(../img/i-right2.png);
}
.learn {
  display: inline-block;
  font-size: var(--fs16);
  color: #666;
  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;
  line-height: 0.3rem;
}
.learn:hover {
  color: #b60005;
}
.learn:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../img/i-right4.png);
}
.learn i {
  display: inline-block;
  margin-left: 0.16rem;
  width: 0.2rem;
  height: 0.16rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/i-right3.png);
  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;
  position: relative;
  vertical-align: middle;
  top: -1px;
}
.video-wrapper .list ul {
  list-style: none;
  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;
}
.video-wrapper .list li {
  width: 32.55%;
  margin-right: 1.175%;
  margin-top: 0.62rem;
}
.video-wrapper .title {
  font-size: var(--fs20);
  text-align: center;
  height: 0.36rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.28rem;
}
.video-wrapper iframe {
  width: 100%;
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
}
.video-box .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-box .play i {
  display: block;
  position: relative;
  z-index: 10;
  background-image: url(../img/play2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box video {
  width: 100%;
  display: block;
  object-fit: contain;
}
.video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .video video {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
}
.news-wrapper .first-box {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #f6f6f6;
  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;
}
.news-wrapper .first-box:hover {
  background-color: #fff;
  box-shadow: 1px 9px 24px 0px rgba(0, 0, 0, 0.14);
}
.news-wrapper .first-box:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .first-box:hover .title {
  color: #b60005;
}
.news-wrapper .first-box a {
  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 */
}
.news-wrapper .first-box .pic,
.news-wrapper .first-box .info {
  width: 50%;
}
.news-wrapper .first-box .info {
  padding: 0.44rem 0.42rem 0 0.72rem;
}
.news-wrapper .first-box .title,
.news-wrapper .first-box .desc {
  padding-right: 0.7rem;
}
.news-wrapper .first-box .title {
  font-size: 0.32rem;
  line-height: 0.48rem;
  max-height: 0.96rem;
  margin-top: 0.32rem;
}
.news-wrapper .first-box .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  height: 0.9rem;
  margin: 0.16rem auto 0.32rem;
}
.news-wrapper .time {
  text-align: right;
  font-size: var(--fs18);
  color: #c9c9c9;
  font-family: "mr";
}
.news-wrapper .time span {
  font-size: 0.6rem;
  font-family: "mb";
  color: #b60005;
  display: inline-block;
  line-height: 0.6rem;
  height: 0.6rem;
  margin-right: 0.23rem;
}
.news-wrapper .time span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.6rem;
  background-color: #9c9c9c;
  transform: rotate(45deg);
  margin-left: 0.2rem;
  transform-origin: left bottom;
}
.news-wrapper .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "medium";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.news-wrapper .desc {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-wrapper .list 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;
}
.news-wrapper .list ul li {
  position: relative;
  width: 29.3%;
  list-style: none;
  margin-right: 6.05%;
  margin-top: 0.96rem;
  background-color: #f6f6f6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-wrapper .list ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b60005;
  opacity: 0.95;
  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;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.news-wrapper .list ul li:hover {
  background-color: #fff;
  box-shadow: 1px 9px 24px 0px rgba(0, 0, 0, 0.14);
}
.news-wrapper .list ul li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.news-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list ul li:hover .title {
  color: #b60005;
}
.news-wrapper .list ul li a {
  display: block;
}
.news-wrapper .list .pic img {
  height: 3.1rem;
  object-fit: cover;
}
.news-wrapper .list .info {
  padding: 0.52rem 0.65rem 0.45rem 0.6rem;
}
.news-wrapper .list .title {
  font-size: var(--fs20);
  line-height: 0.3rem;
  height: 0.6rem;
}
.news-wrapper .list .desc {
  line-height: 0.28rem;
  height: 0.84rem;
  margin: 0.13rem auto 0.16rem;
}
.news-wrapper .list p {
  font-size: var(--fs18);
  color: #c9c9c9;
  line-height: 0.3rem;
  font-family: "mr";
}
.newsinfo-wrapper .top {
  position: relative;
  padding: 0.72rem 0 0.6rem;
  background-color: #fff;
}
.newsinfo-wrapper .top .box-container {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-right: 1.95rem;
}
.newsinfo-wrapper .top h1 {
  font-size: 0.32rem;
  color: #404040;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.newsinfo-wrapper .time {
  font-size: var(--fs18);
  color: #ccc;
  font-family: "mr";
  line-height: 0.3rem;
}
.newsinfo-wrapper .time img {
  vertical-align: middle;
  margin-right: 0.1rem;
  position: relative;
  top: -2px;
}
.newsinfo-wrapper .main {
  background-color: #f5f5f5;
  border-top: 1px solid #f0f0f0;
}
.newsinfo-wrapper .main > .box-container {
  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 */
}
.newsinfo-wrapper .content {
  width: 70.05%;
  background-color: #fff;
  padding: 0.62rem 0.72rem 1.4rem 0.6rem;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.34rem;
}
.newsinfo-wrapper .bottom {
  width: 100%;
}
.newsinfo-wrapper .relative-box {
  width: 70.05%;
  margin: 0.78rem 0 0.92rem 1.5rem;
  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;
  padding: 0 0.2rem;
}
.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box p a {
  color: #666;
}
.newsinfo-wrapper .relative-box p {
  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 */
  width: calc((100% - 0.3rem) / 2);
  line-height: 0.48rem;
  padding: 0 0.24rem;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 25px;
  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;
}
.newsinfo-wrapper .relative-box p:hover {
  background-color: #fff;
  border-color: #b60005;
}
.newsinfo-wrapper .relative-box p b {
  color: #333;
  margin-right: 0.1rem;
}
.newsinfo-wrapper .relative-box a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  max-width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsinfo-wrapper .relative-box a:hover {
  color: #b60005;
}
.newsinfo-wrapper .recommend-box {
  position: relative;
  flex: 1;
  padding: 0.42rem 0.44rem 0 0.3rem;
}
.newsinfo-wrapper .recommend-box:before {
  content: "";
  height: 0.04rem;
  width: 100%;
  background-color: #b60005;
  position: absolute;
  left: 0;
  top: -0.04rem;
  z-index: 10;
}
.newsinfo-wrapper .recommend-box .caption {
  font-size: var(--fs18);
  color: #b60005;
  line-height: 0.3rem;
  margin-bottom: 0.42rem;
}
.newsinfo-wrapper .recommend-box ul {
  margin-bottom: 0.42rem;
}
.newsinfo-wrapper .recommend-box li {
  list-style-type: none;
  margin-bottom: 0.38rem;
}
.newsinfo-wrapper .recommend-box li:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .recommend-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.newsinfo-wrapper .recommend-box li:hover .title {
  color: #b60005;
}
.newsinfo-wrapper .recommend-box li a {
  display: block;
}
.newsinfo-wrapper .recommend-box .title {
  color: #666;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.48rem;
  font-size: var(--fs14);
  margin-top: 0.24rem;
}
.share-box {
  width: 1.5rem;
  position: sticky;
  height: 100%;
  top: 0.92rem;
}
.share-box a {
  display: block;
  line-height: 0.7rem;
  padding-left: 0.28rem;
  font-size: var(--fs16);
  color: #666;
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.share-box a:hover {
  color: #b60005;
}
.share-box a.return {
  color: #fff !important;
  padding-left: 0;
  text-align: center;
  background-color: #b60005;
}
.share-box a.return img {
  margin-right: 0;
  margin-left: 10px;
  width: 0.17rem;
}
.share-box img {
  vertical-align: middle;
  width: 0.3rem;
  margin-right: 0.15rem;
}
.industry-wrapper .list {
  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;
}
.industry-wrapper .list .item {
  position: relative;
  width: 47.33%;
  margin-top: 5.34%;
  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;
  background-color: #f6f6f6;
}
.industry-wrapper .list .item:nth-child(-n+2) {
  margin-top: 0;
}
.industry-wrapper .list .item:hover {
  background-color: #fff;
}
.industry-wrapper .list .item:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.industry-wrapper .list .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.industry-wrapper .list .item:hover .info {
  box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.industry-wrapper .list .item:hover .title {
  color: #b60005;
}
.industry-wrapper .list .item:hover .learn {
  color: #b60005;
}
.industry-wrapper .list .item:hover .learn i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../img/i-right4.png);
}
.industry-wrapper .list .item:after {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: #b60005;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.industry-wrapper .list .item a {
  display: block;
}
.industry-wrapper .info {
  padding: 0.38rem 0.7rem 0.4rem 0.4rem;
  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;
}
.industry-wrapper .title {
  font-size: var(--fs24);
  color: #343434;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  font-weight: 700;
}
.industry-wrapper .desc {
  font-size: var(--fs14);
  color: #999;
  line-height: 0.24rem;
  height: 0.72rem;
  margin: 0.24rem auto 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.industrylist-wrapper .list 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;
  list-style: none;
}
.industrylist-wrapper .list li {
  position: relative;
  width: 32.55%;
  margin-right: 1.175%;
  margin-top: 0.6rem;
  background-color: #f6f6f6;
  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;
}
.industrylist-wrapper .list li:hover {
  background-color: #fff;
}
.industrylist-wrapper .list li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.industrylist-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.industrylist-wrapper .list li:hover .info {
  box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.industrylist-wrapper .list li:hover .title {
  color: #b60005;
}
.industrylist-wrapper .list li:hover .learn {
  color: #b60005;
}
.industrylist-wrapper .list li:hover .learn i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../img/i-right4.png);
}
.industrylist-wrapper .list li:after {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: #b60005;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.industrylist-wrapper .list li a {
  display: block;
}
.industrylist-wrapper .pic img {
  height: 3.3rem;
  object-fit: cover;
}
.industrylist-wrapper .info {
  padding: 0.37rem 0.46rem 0.7rem;
}
.industrylist-wrapper .title {
  font-size: var(--fs24);
  color: #343434;
  font-weight: 700;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.industrylist-wrapper .desc {
  font-size: var(--fs14);
  color: #999;
  line-height: 0.24rem;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0.25rem auto 0.36rem;
}
.machine-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.28rem;
  margin-bottom: 0.63rem;
}
.machine-wrapper .list {
  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;
}
.machine-wrapper .list .item {
  width: 48.83%;
  text-align: center;
  margin-top: 0.44rem;
}
.machine-wrapper .list .item:nth-child(-n+2) {
  margin-top: 0;
}
.machine-wrapper .list .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.machine-wrapper .list .name {
  font-size: var(--fs24);
  font-family: "medium";
  line-height: 0.3rem;
  margin-top: 0.16rem;
}
.machine-wrapper .list .brief {
  font-size: var(--fs18);
  color: #999;
  line-height: 0.26rem;
  margin-top: 2px;
}
.info-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 28px;
  margin-bottom: 0.48rem;
}
.info-wrapper .list .item {
  margin-bottom: 0.34rem;
}
.info-wrapper .list .item:last-child {
  margin-bottom: 0;
}
.info-wrapper .list .item.max ul li {
  width: 100%;
}
.info-wrapper .list .item.max.animated .pic:before {
  animation: bgAni 1.2s 0.2s linear forwards;
}
.info-wrapper .list .item.max.animated .pic:after {
  animation: bgAniReverse 1.2s 0.2s linear forwards;
}
.info-wrapper .list .item.max .pic {
  position: relative;
}
.info-wrapper .list .item.max .pic:before,
.info-wrapper .list .item.max .pic:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #b60005;
  position: absolute;
  z-index: 10;
}
.info-wrapper .list .item.max .pic:before {
  left: 0;
  top: 0;
}
.info-wrapper .list .item.max .pic:after {
  right: 0;
  bottom: 0;
}
.info-wrapper .list .item 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;
  list-style: none;
}
.info-wrapper .list .item ul li {
  width: 48.83%;
  margin-top: 0.34rem;
}
.info-wrapper .list .item ul li:nth-child(-n+2) {
  margin-top: 0;
}
.info-wrapper .list .item ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.info-wrapper .list .item p {
  font-size: var(--fs24);
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.17rem;
  text-align: center;
}
.info-wrapper .list .title {
  position: relative;
  font-size: var(--fs36);
  line-height: 1rem;
  margin-bottom: 0.44rem;
  padding-left: 0.64rem;
}
.info-wrapper .list .title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  width: 0.05rem;
  height: 0.32rem;
  background-color: #b60005;
}
.info-wrapper .list .title span {
  position: absolute;
  left: 0.36rem;
  top: 0;
  z-index: -1;
  font-size: 1.2rem;
  font-family: "mb";
  color: #f0f0f0;
  height: 1rem;
  line-height: 1rem;
}
.quality-wrapper .content {
  text-align: center;
  line-height: 0.36rem;
  font-size: var(--fs18);
  margin-bottom: 1.06rem;
}
.quality-wrapper .list 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;
  list-style: none;
}
.quality-wrapper .list li {
  width: 31.25%;
  margin-top: 0.6rem;
  margin-right: 3.125%;
}
.quality-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.quality-wrapper .list .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.quality-wrapper .list .info {
  background-color: #f2f5fa;
  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;
  height: 1.2rem;
}
.quality-wrapper .list p {
  font-size: var(--fs24);
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 0.2rem;
  width: 100%;
  text-align: center;
  max-height: 0.72rem;
}
.goods-cat-box {
  width: 22.786%;
}
.goods-cat-box .caption {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.14rem;
}
.goods-cat-box .search {
  position: relative;
  margin-bottom: 0.5rem;
}
.goods-cat-box .search .text {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  background-color: #fff;
  border-radius: 0px 0px 0.1rem 0px;
  border: solid 1px #eee;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  padding: 0 0.6rem 0 0.22rem;
}
.goods-cat-box .search .text:hover {
  border-color: #b60005;
}
.goods-cat-box .search .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 0.56rem;
  height: 100%;
  background-color: #cc0000;
  background-image: url(../img/search3.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.goods-cat-box .search .submit:hover {
  background-color: #b60005;
}
.goods-cat-box .goods-cat {
  border: 1px solid #eee;
}
.goods-cat-box .goods-cat ul {
  list-style: none;
}
.goods-cat-box .goods-cat li {
  border-bottom: 1px solid #eee;
}
.goods-cat-box .goods-cat li:last-child {
  border-bottom: none;
}
.goods-cat-box .goods-cat li.on > 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.on > a:after {
  background-image: url(../img/g-down.png);
}
.goods-cat-box .goods-cat li > a {
  color: #222;
  font-size: var(--fs18);
  line-height: 0.7rem;
  padding: 0 0.44rem 0 0.32rem;
}
.goods-cat-box .goods-cat li > a:after {
  content: "";
  width: 11px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0.27rem;
  top: 0;
  background-image: url(../img/g-right.png);
}
.goods-cat-box .goods-cat .child {
  padding: 0.16rem 0;
  display: none;
}
.goods-cat-box .goods-cat .child a {
  padding: 0 0.32rem;
  line-height: 0.44rem;
}
.goods-cat-box .goods-cat .child a:hover,
.goods-cat-box .goods-cat .child a.on {
  color: #b60005;
}
.goods-cat-box .goods-cat .child a:hover > span,
.goods-cat-box .goods-cat .child a.on > span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.goods-cat-box .goods-cat .child a > span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.goods-cat-box .goods-cat a {
  display: block;
  font-size: var(--fs16);
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.goods-wrapper .main {
  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;
}
.goods-wrapper .main.special .goods-cat-box {
  display: none;
}
.goods-wrapper .main.special .list {
  width: 100%;
}
.goods-wrapper .main.special .list .pic img {
  height: 3.34rem;
}
.goods-wrapper .list {
  width: 71.94%;
}
.goods-wrapper .list 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;
  list-style: none;
}
.goods-wrapper .list li {
  width: 30.77%;
  text-align: center;
  margin-right: 3.845%;
  margin-top: 0.45rem;
}
.goods-wrapper .list li:hover .pic {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goods-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .list li:hover .title {
  color: #b60005;
}
.goods-wrapper .list .pic {
  background: url(../img/goodsbg.jpg) no-repeat center center;
  background-size: cover;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.goods-wrapper .list .pic img {
  height: 3.2rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.goods-wrapper .list .title {
  font-size: var(--fs24);
  color: #222;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.27rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.goods-wrapper .pageNum {
  text-align: left;
}
.goodsinfo-wrapper img {
  mix-blend-mode: multiply;
}
.goodsinfo-wrapper .base {
  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;
}
.goodsinfo-wrapper .base .pic-box {
  width: 50%;
}
.goodsinfo-wrapper .base .pic-box img {
  display: block;
  width: 100%;
}
.goodsinfo-wrapper .base .bigImg-swiper {
  background: url(../img/goodsbg.jpg) no-repeat center center;
  background-size: cover;
}
.goodsinfo-wrapper .base .info-box {
  width: 42.96%;
}
.goodsinfo-wrapper .base .info-box .title {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.32rem;
}
.goodsinfo-wrapper .base .info-box .desc {
  margin: 0.32rem auto 0.48rem;
}
.goodsinfo-wrapper .base .swiper-pagination {
  display: none;
}
.goodsinfo-wrapper .thumb-box {
  position: relative;
  margin-top: 0.4rem;
  padding: 0 0.38rem;
}
.goodsinfo-wrapper .thumb-box .swiper-slide {
  border: 1px solid #cdcdcd;
  opacity: 0.3;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  cursor: pointer;
}
.goodsinfo-wrapper .thumb-box .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .thumb-box .swiper-slide.on {
  opacity: 1;
}
.goodsinfo-wrapper .thumb-box .swiper-slide img {
  height: 1.1rem;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goodsinfo-wrapper .thumb-box .swiper-btn {
  width: 8px;
  height: 100%;
}
.goodsinfo-wrapper .thumb-box .prev {
  left: 0;
  background-image: url(../img/gi-prev.png);
}
.goodsinfo-wrapper .thumb-box .prev:hover {
  background-image: url(../img/gi-prev2.png);
}
.goodsinfo-wrapper .thumb-box .next {
  right: 0;
  background-image: url(../img/gi-next.png);
}
.goodsinfo-wrapper .thumb-box .next:hover {
  background-image: url(../img/gi-next2.png);
}
.goodsinfo-wrapper .content,
.goodsinfo-wrapper .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.goodsinfo-wrapper .btn-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 */
}
.goodsinfo-wrapper .btn-box a {
  position: relative;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: var(--fs16);
  margin-right: 0.6rem;
  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 .btn-box a:hover {
  background: #000;
}
.goodsinfo-wrapper .btn-box a:hover:before {
  opacity: 0;
  visibility: hidden;
}
.goodsinfo-wrapper .btn-box a:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .btn-box a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.goodsinfo-wrapper .btn-box a span {
  position: relative;
  z-index: 1;
}
.goodsinfo-wrapper .detail {
  margin-top: 1.2rem;
}
.goodsinfo-wrapper .tab-box {
  position: sticky;
  top: 0.92rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.6rem;
  background-color: #fff;
  z-index: 10;
}
.goodsinfo-wrapper .tab-box .box-container {
  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 */
}
.goodsinfo-wrapper .tab-box a {
  font-size: var(--fs16);
  color: #666;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  text-align: center;
  min-width: 1.8rem;
  line-height: 0.51rem;
  overflow: hidden;
  padding: 0 0.2rem;
  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 .box-container {
  position: relative;
}
.goodsinfo-wrapper .box .caption {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.goodsinfo-wrapper .box .caption.mb58 {
  margin-bottom: 0.58rem;
}
.goodsinfo-wrapper .box .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.72rem;
}
.goodsinfo-wrapper .box .content li {
  font-size: var(--fs16);
  color: #666;
}
.goodsinfo-wrapper .box table {
  width: 100%;
}
.goodsinfo-wrapper .box table th,
.goodsinfo-wrapper .box table td {
  line-height: 0.3rem;
  min-height: 0.6rem;
  padding: 0.1rem 0.18rem;
  text-align: left;
  border: 1px solid #e5e5e5;
}
.goodsinfo-wrapper .box table th:first-child,
.goodsinfo-wrapper .box table td:first-child {
  width: 1.8rem;
  padding-left: 0.34rem;
  padding-right: 0.34rem;
}
.goodsinfo-wrapper .box table th:nth-child(2),
.goodsinfo-wrapper .box table td:nth-child(2) {
  width: 1.22rem;
}
.goodsinfo-wrapper .box table th {
  border-color: rgba(255, 255, 255, 0.15);
}
.goodsinfo-wrapper .box th {
  font-weight: 500;
  font-family: "medium";
  font-size: var(--fs18);
  color: #fff;
  background-color: #cc0000;
}
.goodsinfo-wrapper .box td {
  font-size: var(--fs16);
  color: #666;
}
.goodsinfo-wrapper .goods-swiper {
  padding-left: calc((100% - 15.36rem) / 2);
  padding-bottom: 0.3rem;
}
.goodsinfo-wrapper .goods-swiper .swiper-slide {
  width: 4.7rem;
}
.goodsinfo-wrapper .goods-swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .goods-swiper .pic img {
  height: 4.77rem;
  object-fit: cover;
}
.goodsinfo-wrapper .goods-swiper .info {
  background-color: #fff;
  padding: 0.35rem 0.45rem 0.25rem 0.45rem;
  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;
  box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.07);
}
.goodsinfo-wrapper .goods-swiper .info p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
.goodsinfo-wrapper .swiper-btns {
  position: absolute;
  right: 0;
  top: -0.06rem;
  z-index: 10;
  font-size: 0;
}
.goodsinfo-wrapper .swiper-btns a {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.goodsinfo-wrapper .swiper-btns .prev {
  margin-right: 0.78rem;
  background-image: url(../img/prev.png);
}
.goodsinfo-wrapper .swiper-btns .prev:hover {
  background-image: url(../img/prev2.png);
}
.goodsinfo-wrapper .swiper-btns .next {
  background-image: url(../img/next.png);
}
.goodsinfo-wrapper .swiper-btns .next:hover {
  background-image: url(../img/next2.png);
}
.factory-wrapper .list 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;
  list-style: none;
}
.factory-wrapper .list ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 0.6rem;
}
.factory-wrapper .list ul li:hover p {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.factory-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.factory-wrapper .list .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.factory-wrapper .list p {
  font-size: var(--fs24);
  line-height: 0.9rem;
  text-align: center;
  padding: 0 0.2rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background-color: #f2f5fa;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.factory-wrapper .box-2 {
  padding: 1.9rem 0;
  margin-top: 0.95rem;
  background: url(../img/factorybg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.factory-wrapper .swiper-slide {
  width: 19.53%;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 0.5875%;
  margin-top: 0.5875%;
  text-align: center;
  padding-top: 0.67rem;
  padding-bottom: 0.6rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.factory-wrapper .swiper-slide:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}
.factory-wrapper .swiper-slide:hover .icon {
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.factory-wrapper .swiper-slide > div {
  padding-left: 0.38rem;
}
.factory-wrapper .swiper-slide .icon {
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  width: 0.5rem;
  display: block;
  margin: 0 auto;
}
.factory-wrapper .swiper-slide .name {
  font-size: var(--fs18);
  color: #191c22;
  font-weight: 700;
  line-height: 0.3rem;
  margin: 0.4rem auto 0.23rem;
  padding-right: 0.38rem;
}
.factory-wrapper .brief {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  height: 1.5rem;
  overflow-y: auto;
  padding-right: 0.35rem;
}
.factory-wrapper .brief:-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.factory-wrapper .brief:-webkit-scrollbar-thumb {
  background-color: #b60005;
}
.history-wrapper .list {
  padding: 0 0.9rem 1.4rem;
  position: relative;
}
.history-wrapper .list:before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #d1d1d1;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.history-wrapper .item {
  position: relative;
  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;
  margin-bottom: 0.82rem;
}
.history-wrapper .item:last-child {
  margin-bottom: 0;
}
.history-wrapper .item:hover .dot span {
  background: rgba(182, 0, 5, 0.2);
}
.history-wrapper .item:hover .dot span:before,
.history-wrapper .item:hover .dot span:after {
  background: rgba(182, 0, 5, 0.3);
}
.history-wrapper .item:hover .dot span:before {
  animation: iconScale2 2.4s linear infinite;
}
.history-wrapper .item:hover .dot span:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.history-wrapper .year-box,
.history-wrapper .info-box {
  width: calc((100% - 1.78rem) / 2);
}
.history-wrapper .year-box p {
  font-size: 14px;
  color: #a9a9a9;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: left;
  line-height: 24px;
  margin-bottom: 0.04rem;
}
.history-wrapper .year {
  text-align: left;
  font-size: var(--fs48);
  color: #b60005;
  height: 0.48rem;
  line-height: 0.48rem;
  font-family: "mb";
}
.history-wrapper .brief {
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.history-wrapper .dot {
  position: absolute;
  left: 50%;
  top: 0.4rem;
  margin-left: -0.89rem;
  z-index: 10;
  width: 1.78rem;
}
.history-wrapper .dot:before {
  content: "";
  width: calc(100% - 0.4rem);
  height: 2px;
  background: url(../img/dot2.jpg) repeat-x;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}
.history-wrapper .dot span {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e6e6e6;
}
.history-wrapper .dot span:before,
.history-wrapper .dot span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #e6e6e6;
  border-radius: 50%;
  box-sizing: border-box;
  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;
}
.history-wrapper .dot i {
  display: block;
  position: relative;
  top: 5px;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid #e00c2e;
  background-color: #fff;
  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;
}
.history-wrapper .info-box {
  padding-top: 0.33rem;
}
.honor-wrapper .list 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;
  list-style: none;
}
.honor-wrapper .list ul li {
  cursor: pointer;
  width: 22.52%;
  margin-top: 0.8rem;
  margin-right: 3.306%;
  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;
  padding: 0.26rem 0.2rem 0.3rem;
  background-color: #f5f5f5;
}
.honor-wrapper .list ul li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}
.honor-wrapper .list ul li:hover .pic:before {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.honor-wrapper .list p {
  font-size: var(--fs16);
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  margin-top: 0.23rem;
}
.honor-wrapper .pic {
  position: relative;
}
.honor-wrapper .pic:before {
  content: "";
  width: 0.76rem;
  height: 0.76rem;
  transform: translate(-50%, -10%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search4.png);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.honor-wrapper .pic img {
  height: 3.3rem;
  object-fit: contain;
}
.culture-wrapper 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;
  list-style: none;
}
.culture-wrapper .core li {
  width: 31.12%;
  margin-right: 3.32%;
  margin-top: 3.32%;
  background-color: #f7f7f7;
  position: relative;
  padding: 1.26rem 0.4rem 0.6rem;
  text-align: center;
}
.culture-wrapper .core li:hover:before {
  opacity: 1;
  visibility: visible;
}
.culture-wrapper .core li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.culture-wrapper .core li:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.culture-wrapper .core li:hover .title,
.culture-wrapper .core li:hover .brief {
  color: #fff;
}
.culture-wrapper .core li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(0deg, #b60005 0%, #ea0006 100%);
  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;
  opacity: 0;
  visibility: hidden;
}
.culture-wrapper .core li * {
  position: relative;
  z-index: 1;
}
.culture-wrapper .core .icon {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  margin: 0 auto;
}
.culture-wrapper .core .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.culture-wrapper .core .icon .on {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}
.culture-wrapper .core .title,
.culture-wrapper .core .brief {
  line-height: 0.36rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.culture-wrapper .core .title {
  font-size: var(--fs30);
  font-weight: 700;
  margin: 0.44rem auto;
}
.culture-wrapper .core .brief {
  font-size: var(--fs18);
  color: #999;
  min-height: 1.08rem;
}
.culture-wrapper .activity {
  margin-top: 0.85rem;
}
.culture-wrapper .activity li {
  position: relative;
  width: 29%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  margin-top: 0.8rem;
  margin-right: 6.5%;
}
.culture-wrapper .activity li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.culture-wrapper .activity li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.culture-wrapper .activity li:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #b60005;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.culture-wrapper .activity .pic img {
  height: 2.7rem;
  object-fit: cover;
}
.culture-wrapper .activity .info {
  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;
  height: 1rem;
  padding: 0 0.3rem;
}
.culture-wrapper .activity p {
  font-size: var(--fs18);
  line-height: 26px;
  max-height: 52px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-wrapper .box-1 {
  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;
}
.about-wrapper .box-1 .info {
  width: 46.145%;
  padding-left: calc((100% - 15.36rem) / 2);
}
.about-wrapper .box-1 .pic {
  width: 50%;
}
.about-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-1 .name {
  font-size: var(--fs40);
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.4rem;
}
.about-wrapper .box-1 .brief {
  font-family: "medium";
  color: #b60005;
  line-height: 0.48rem;
  font-size: var(--fs36);
  margin-bottom: 0.64rem;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.about-wrapper .box-2 {
  margin-top: 1.2rem;
}
.about-wrapper .box-2 .swiper-container {
  padding-left: calc((100% - 15.36rem) / 2);
}
.about-wrapper .box-2 .swiper-slide {
  width: 4.8rem;
}
.about-wrapper .box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-2 .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.about-wrapper .box-2 p {
  font-size: var(--fs24);
  line-height: 0.36rem;
  font-family: "medium";
  margin-top: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
}
.about-wrapper .swiper-scrollbar {
  width: 4.8rem;
  position: relative;
  height: 0.05rem;
  border-radius: 0;
  right: 0;
  background-color: #e6e6e6;
  margin-left: auto;
  margin-top: 0.82rem;
  margin-right: calc((100% - 15.36rem) / 2);
}
.about-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #b60005;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.video-modal-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 44;
}
.video-modal-box .box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  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;
}
.video-modal-box .w1200 {
  background: #fff;
  padding: 0.4rem 0.6rem 0.6rem;
}
.video-modal-box .top {
  position: relative;
  margin-bottom: 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #f7f8f9;
}
.video-modal-box .name {
  font-size: 0.24rem;
  color: #b60005;
  line-height: 0.36rem;
  letter-spacing: 1px;
}
.video-modal-box .close {
  display: inline-block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  right: 0;
  top: 0;
  background-image: url(../img/close2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.video-modal-box .close:hover {
  transform: rotate(90deg);
}
.video-modal-box .video-box {
  font-size: 0;
  overflow: hidden;
}
.video-modal-box .video-box video {
  display: block;
  max-width: 100%;
  max-height: 75vh;
  margin: 0 auto;
}
.contact-wrapper {
  padding-bottom: 0!important;
}
.contact-wrapper .box-1 .info {
  width: 42.31%;
}
.contact-wrapper .box-1 .info .name {
  font-size: var(--fs30);
  font-family: "medium";
  line-height: 0.36rem;
  margin-bottom: 0.7rem;
}
.contact-wrapper .box-1 .info li {
  padding-left: 1.1rem;
  line-height: 24px;
  margin-bottom: 0.44rem;
}
.contact-wrapper .box-1 .info li:hover img {
  transform: rotateY(180deg);
}
.contact-wrapper .box-1 .info li img {
  position: absolute;
  left: 0;
  top: -0.04rem;
  z-index: 1;
  width: 0.66rem;
  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;
}
.contact-wrapper .box-1 .info p,
.contact-wrapper .box-1 .info .desc {
  font-size: var(--fs18);
}
.contact-wrapper .box-1 .info p {
  color: #999;
  margin-bottom: 0.1rem;
}
.contact-wrapper .box-1 .info .tel {
  font-size: var(--fs24);
  color: #b60005;
  font-family: "mb";
}
.contact-wrapper .box-1 ul {
  list-style: none;
}
.contact-wrapper .box-1 li {
  position: relative;
}
.contact-wrapper .contact-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .map {
  width: 48.83%;
  border-radius: 5px;
  height: 4.5rem;
  overflow: hidden;
}
.contact-wrapper .address-box {
  margin-top: 0.5rem;
}
.contact-wrapper .address-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;
}
.contact-wrapper .address-box li {
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 0.54rem 0.4rem 0.54rem 1.34rem;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  line-height: 0.3rem;
}
.contact-wrapper .address-box li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.contact-wrapper .address-box li:hover .icon {
  transform: rotateY(180deg);
}
.contact-wrapper .address-box .icon {
  position: absolute;
  width: 0.66rem;
  left: 0.4rem;
  top: 50%;
  margin-top: -0.33rem;
  z-index: 10;
  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;
}
.contact-wrapper .address-box .desc {
  color: #999;
  text-align: left;
}
.contact-wrapper .address-box .title {
  font-size: var(--fs18);
  font-weight: 700;
  margin-bottom: 2px;
}
.contact-wrapper .box-2 {
  margin-top: 0.75rem;
  padding: 0.82rem 0 1.1rem;
  background: url(../img/contactbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  /* input placeholder  */
}
.contact-wrapper .box-2 .form {
  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;
  padding: 0 1.14rem;
}
.contact-wrapper .box-2 .left {
  width: 41.43%;
}
.contact-wrapper .box-2 .left .text {
  flex: 1;
  line-height: 0.36rem;
  font-family: initial;
}
.contact-wrapper .box-2 .msg {
  width: 100%;
  resize: none;
  line-height: 0.3rem;
  height: 2.2rem;
  font-family: initial;
}
.contact-wrapper .box-2 .right {
  width: 55.5%;
}
.contact-wrapper .box-2 .right label {
  margin-right: 0.37rem;
}
.contact-wrapper .box-2 .right .group.max {
  display: block;
  padding-top: 0.08rem;
}
.contact-wrapper .box-2 .right .group.max label {
  display: block;
  margin-bottom: 12px;
}
.contact-wrapper .box-2 .group {
  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;
  height: 0.75rem;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  line-height: 0.36rem;
  margin-bottom: 0.32rem;
  padding: 0 0.2rem;
}
.contact-wrapper .box-2 .group:last-child {
  margin-bottom: 0;
}
.contact-wrapper .box-2 .group.max {
  height: 2.91rem;
}
.contact-wrapper .box-2 .group img {
  position: relative;
  vertical-align: middle;
  top: -3px;
  width: 0.16rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
.contact-wrapper .box-2 label {
  font-size: var(--fs16);
  margin-right: 10px;
}
.contact-wrapper .box-2 label i {
  font-style: normal;
  color: #ff2100;
  font-size: 18px;
}
.contact-wrapper .box-2 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  font-size: 14px;
}
.contact-wrapper .box-2 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-size: 14px;
}
.contact-wrapper .box-2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 14px;
}
.contact-wrapper .box-2 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
  font-size: 14px;
}
.contact-wrapper .box-2 .btn-box {
  font-size: 0;
  margin-top: 0.85rem;
  text-align: center;
}
.contact-wrapper .box-2 .btn-box a {
  display: inline-block;
  width: 1.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.contact-wrapper .box-2 .btn-box a:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.contact-wrapper .box-2 .submit {
  margin-right: 20px;
  background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
  background-blend-mode: normal, normal;
}
.contact-wrapper .box-2 .cancel {
  background-color: #dedede;
}
.contact-wrapper .box-2 .cancel:hover {
  background-color: #b60005;
}
.contact-wrapper .box-2 .select-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 */
  flex: 1;
  align-items: center;
}
.contact-wrapper .box-2 select {
  position: relative;
  cursor: pointer;
  width: 1.45rem;
  height: 0.49rem;
  border: solid 1px #e6e6e6;
  font-size: 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  margin-right: 0.3rem;
  padding: 0 0.15rem;
  background: url("../img/i-down.png") no-repeat scroll right 0.12rem center #fff;
}
.contact-wrapper .box-2 select:last-child {
  margin-right: 0;
}
.download-wrapper .main {
  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;
}
.download-wrapper .list {
  width: 59.89%;
}
.download-wrapper .list ul {
  list-style: none;
}
.download-wrapper .list ul li {
  position: relative;
  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;
  height: 0.9rem;
  margin-bottom: 0.3rem;
  border: solid 2px #f0f0f0;
  padding-right: 1.2rem;
  padding-left: 0.42rem;
}
.download-wrapper .list ul li:last-child {
  margin-bottom: 0;
}
.download-wrapper .list ul li:hover .icon {
  background-image: url(../img/pdf2.png);
}
.download-wrapper .list ul li:hover a {
  color: #b60005;
}
.download-wrapper .list ul li a {
  width: 100%;
  font-size: var(--fs18);
  color: #666;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  max-height: 0.6rem;
  line-height: 0.3rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.download-wrapper .list .icon {
  width: 0.3rem;
  height: 100%;
  position: absolute;
  right: 0.5rem;
  top: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/pdf.png);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.download-wrapper .pageNum {
  text-align: left;
}
.download-wrapper .pic {
  position: relative;
  width: 34.18%;
  height: 100%;
}
.download-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.download-wrapper .info {
  position: absolute;
  left: 0;
  bottom: 1.16rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.2rem;
}
.download-wrapper .info .en {
  font-size: 0.5rem;
  font-family: "mb";
  text-transform: uppercase;
  word-break: break-all;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 20%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.5rem;
}
.download-wrapper .desc {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.36rem;
  margin-top: 0.1rem;
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 1rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}
.pageNum .prev {
  background-image: url(../img/i-prev.png);
}
.pageNum .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.pageNum .next {
  background-image: url(../img/i-next.png);
}
.pageNum .next:hover {
  background-image: url(../img/i-next2.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #b60005;
}
.pageMore {
  display: none;
  margin-top: 0.8rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background-image: linear-gradient(90deg, #b60005 0%, #ea0006 100%), linear-gradient(#004ea2, #004ea2);
  background-blend-mode: normal, normal;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes bgAni {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
  }
}
@keyframes bgAniReverse {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  100% {
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
  }
}
@keyframes circleAni {
  from {
    transform: rotate(1turn);
  }
}
@keyframes circleAniReverse {
  from {
    transform: rotate(-1turn);
  }
}
