.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: #dc0b1c;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12.8rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 0.79rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 1rem;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  background: #fafafa;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0.35rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #dc0b1c;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border-top: solid 1px #fafafa;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left {
  display: flex;
  justify-content: flex-end;
  width: 37.5%;
  height: auto;
  padding: 0.65rem 0 0.55rem;
  background: #f6f6f6 url(../images/nav-bg.jpg) no-repeat top right;
  background-size: cover;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box {
  width: 1.9rem;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.134rem 0;
  cursor: pointer;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item .item-icon {
  position: relative;
  width: 0.23rem;
  height: 0.28rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item .item-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item .item-title {
  position: relative;
  margin-left: 0.1rem;
  padding-bottom: 0.06rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item .item-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item:hover .item-title {
  color: #dc0b1c;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item:hover .item-title::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item-active .item-icon .img1 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item-active .item-icon .img2 {
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item-active .item-title {
  color: #dc0b1c;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-left .left-box .box-item-active .item-title::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right {
  position: relative;
  width: 62.5%;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right .right-box {
  display: none;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.6rem 0.8rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right .right-box .box-cent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 5rem;
  height: 3.2rem;
  overflow: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right .right-box .box-cent .cent-link {
  display: block;
  width: 2.5rem;
  height: auto;
  font-size: 0.15rem;
  line-height: 0.4rem;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right .right-box .box-cent .cent-link:hover {
  color: #dc0b1c;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right .right-box .box-pic {
  width: 2.88rem;
  height: auto;
  padding-top: 0.08rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right .right-box .box-pic img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-right .right-box-active {
  display: flex;
  position: static;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #dc0b1c !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li-active .li-link {
  color: #dc0b1c;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang {
  position: relative;
  width: 55px;
  height: 100%;
  font-size: 16px;
  color: #222;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.38rem;
  height: 0.24rem;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title span img {
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title em {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 8px;
  margin-left: 0.1rem;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title em .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 140px;
  height: auto;
  padding: 10px;
  margin-left: -70px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-top: solid 2px #008fd7;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #008fd7;
  z-index: 1;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 3;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump a {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  font-size: 14px;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump a:hover {
  color: #fff;
  background: #008fd7;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-lump {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-shop {
  position: relative;
  width: 65px;
  height: 100%;
  margin-left: 0.36rem;
  font-size: 16px;
  color: #222;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title em {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 22px;
  margin-right: 0.05rem;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title em .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 130px;
  height: auto;
  padding: 10px 15px;
  margin-left: -70px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-top: solid 2px #008fd7;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #008fd7;
  z-index: 1;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 3;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.05rem 0;
  text-align: center;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump a img {
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-shop:hover .shop-lump {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #ddd;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: #dc0b1c;
}
nav .nav-main .main-cont .main-right .right-serach:hover .img1 {
  opacity: 0 !important;
}
nav .nav-main .main-cont .main-right .right-serach:hover .img2 {
  opacity: 1 !important;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #ddd;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 18px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main-active {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
nav .nav-main-active2 {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
  cursor: pointer;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic,
header .head-banner .swiper-slide .slide-box .box-web-pic2 {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 12.8rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
  text-align: right;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 4.35rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.72rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  margin-top: 0.1rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  width: 6.15rem;
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0.6rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button {
  width: 1.84rem;
  height: 0.64rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  border-radius: 8px;
  border: solid 1px #737373;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button:hover {
  color: #000;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2 {
  width: 1.84rem;
  height: 0.64rem;
  margin-left: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.64rem;
  color: #000;
  border-radius: 8px;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2:hover {
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-left {
  width: 4.4rem;
  height: auto;
  font-family: '黑体';
  font-size: 0.9rem;
  text-align: right;
  color: #2c6371;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-right {
  width: 4.4rem;
  height: auto;
  font-family: '黑体';
  font-size: 0.9rem;
  text-align: left;
  color: #2c6371;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 32%;
  left: 50%;
  width: 12.8rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-bottom,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-web-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cont-left,
header .head-banner .swiper-slide-active .box-cent .cont-right,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-link {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
header .head-banner .swiper-pagination2 {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 25px;
  border: solid 1px #fff;
  background: #fff;
  opacity: 1;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #dc0b1c;
  opacity: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 1px;
  border-top: dashed 1px #fff;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet:last-of-type::after {
  display: none;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet-active {
  border: solid 1px #dc0b1c;
  background: #dc0b1c;
}
header .head-banner .swiper-pagination2 .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #dc0b1c;
  opacity: 0.2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  text-align: center;
  line-height: 0.53rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  width: 10px;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #008fd7;
}
header .head-banner .banner-swiper-button-prev {
  left: 1rem;
}
header .head-banner .banner-swiper-button-next {
  right: 1rem;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left 1rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 12.8rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-logo {
  width: 1.02rem;
  height: auto;
  margin: 0 auto;
}
header .head-banner .banner-cent .cent-logo img {
  width: 100%;
}
header .head-banner .banner-cent .cent-title {
  margin-top: 0.35rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.22rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 26px;
  height: 2px;
  margin-top: 0.35rem;
  background: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 12.8rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 18px;
  color: #fff;
}
header .mt0 {
  margin-top: 0 !important;
}
header .h100 {
  height: calc(100vh - 1rem) !important;
}
header .head-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid 1px #ddd;
  z-index: 29;
}
header .head-strip .strip-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.25rem;
  font-size: 0.16rem;
  line-height: 80px;
  color: #333;
}
header .head-strip .strip-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-item:hover {
  color: #dc0b1c;
}
header .head-strip .strip-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-item-active {
  color: #dc0b1c;
}
header .head-strip .strip-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-cont {
  width: 100%;
  height: 0.8rem;
  background: #fff;
  border-bottom: solid 1px #ddd;
  z-index: 29;
}
header .head-cont .cont-main {
  position: relative;
  width: 16rem;
  height: 100%;
  margin: 0 auto;
}
header .head-cont .cont-main .main-link {
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  line-height: 0.8rem;
  text-align: center;
  color: #333;
}
header .head-cont .cont-main .main-link a {
  font-size: 0.14rem;
  color: #333;
}
header .head-cont .cont-main .main-link a:hover {
  color: #dc0b1c;
}
header .head-cont .cont-main .main-link .active {
  color: #dc0b1c;
}
header .head-cont .cont-main .main-link span {
  display: inline-block;
  margin: 0 0.14rem;
}
header .head-cont .cont-main .main-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding-left: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.8rem;
  color: #333;
  background: url(../images/icon/icon-arrow.html) no-repeat center left;
  background-size: 8px;
}
header .head-cont .cont-main .main-title:hover {
  color: #dc0b1c;
  background: url(../images/icon/icon-arrow-active.html) no-repeat center left;
  background-size: 8px;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  padding-bottom: 0.24rem !important;
  background: #df0024;
}
footer .foot-mian {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.55rem;
  background: #f8f8f8 url(../images/foot-bg.png) no-repeat 85% center;
  background-size: 4rem;
}
footer .foot-mian .main-cont {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
footer .foot-mian .main-cont .cont-logo {
  display: none;
}
footer .foot-mian .main-cont .cont-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-mian .main-cont .cont-nav .nav-item {
  width: auto;
  height: auto;
}
footer .foot-mian .main-cont .cont-nav .nav-item .item-title {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
footer .foot-mian .main-cont .cont-nav .nav-item .item-title:hover {
  color: #dc0b1c;
}
footer .foot-mian .main-cont .cont-nav .nav-item .item-cent {
  width: auto;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-mian .main-cont .cont-nav .nav-item .item-cent a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
footer .foot-mian .main-cont .cont-nav .nav-item .item-cent a:hover {
  color: #dc0b1c;
}
footer .foot-mian .main-cont .cont-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
footer .foot-mian .main-cont .cont-bottom .bottom-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
footer .foot-mian .main-cont .cont-bottom .share-item {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.2rem;
}
footer .foot-mian .main-cont .cont-bottom .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-mian .main-cont .cont-bottom .share-item .img2 {
  opacity: 0;
}
footer .foot-mian .main-cont .cont-bottom .share-item:hover {
  background: #dc0b1c;
}
footer .foot-mian .main-cont .cont-bottom .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-mian .main-cont .cont-bottom .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-mian .main-cont .cont-bottom .bottom-zizhi {
  width: auto;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
footer .foot-mian .main-cont .cont-bottom .bottom-zizhi a:hover {
  color: #dc0b1c;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.65rem 0;
}
.container .cont-plate1 .plate1-item {
  width: 20%;
  height: auto;
  cursor: pointer;
}
.container .cont-plate1 .plate1-item .item-title {
  font-size: 0.16rem;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-item .item-num {
  margin-top: 0.12rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.6rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-item:hover .item-title {
  color: #dc0b1c;
}
.container .cont-plate1 .plate1-item:hover .item-num {
  color: #dc0b1c;
}
.container .cont-plate2 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .hidden-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate2 .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .hidden-box .box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate2 .hidden-box .box-icon .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  cursor: pointer;
}
.container .cont-plate2 .hidden-box .box-icon .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  z-index: 3;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .hidden-box .box-icon .icon-box .right-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .hidden-box .box-icon .icon-box .button-svg {
  stroke-dasharray: 345 345;
  stroke-dashoffset: 345;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate2 .hidden-box .box-icon .icon-cent {
  width: auto;
  height: auto;
  margin-left: 0.3rem;
}
.container .cont-plate2 .hidden-box .box-icon .icon-cent .cent-title {
  font-size: 0.3rem;
  color: #fff;
}
.container .cont-plate2 .hidden-box .box-icon .icon-cent .cent-text {
  padding-left: 0.05rem;
  font-size: 0.18rem;
  color: #fff;
}
.container .cont-plate2 .hidden-box .box-icon:hover .icon-box .button-svg {
  stroke-dashoffset: 0;
}
.container .cont-plate2 .hidden-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.container .cont-plate2 .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .video-box video {
  width: 100%;
  height: auto;
}
.container .cont-plate3 {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0.24rem auto 0;
}
.container .cont-plate3 .plate3-left {
  position: relative;
  width: 6.4rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-left .left-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-left .left-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-left::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0.48rem;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/plate3-logo.jpg) no-repeat top left;
  background-size: 100%;
  z-index: 9;
}
.container .cont-plate3 .plate3-left .left-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.68rem 0.3rem 0;
}
.container .cont-plate3 .plate3-left .left-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-left .left-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-right {
  width: 6.16rem;
  height: auto;
}
.container .cont-plate3 .plate3-right .right-top {
  width: 100%;
  height: 3.52rem;
  padding: 0.6rem 0.48rem 0;
  background: #fafafa;
}
.container .cont-plate3 .plate3-right .right-top .top-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-right .right-top .top-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.container .cont-plate3 .plate3-right .right-top .top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.56rem;
  margin: 0.4rem auto 0;
  border: solid 1px #dc0b1c;
}
.container .cont-plate3 .plate3-right .right-top .top-button span {
  font-size: 0.16rem;
  color: #dc0b1c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-right .right-top .top-button em {
  position: relative;
  width: 0.18rem;
  height: 0.14rem;
  margin-left: 0.5rem;
}
.container .cont-plate3 .plate3-right .right-top .top-button em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-right .right-top .top-button em .img2 {
  opacity: 0;
}
.container .cont-plate3 .plate3-right .right-top .top-button:hover {
  background: #dc0b1c;
}
.container .cont-plate3 .plate3-right .right-top .top-button:hover span {
  color: #fff;
}
.container .cont-plate3 .plate3-right .right-top .top-button:hover em .img1 {
  opacity: 0;
}
.container .cont-plate3 .plate3-right .right-top .top-button:hover em .img2 {
  opacity: 1;
}
.container .cont-plate3 .plate3-right .right-bottom {
  position: relative;
  width: 100%;
  height: 3.52rem;
  margin-top: 0.24rem;
}
.container .cont-plate3 .plate3-right .right-bottom .bottom-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate3 .plate3-right .right-bottom .bottom-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .cont-plate3 .plate3-right .right-bottom .bottom-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0;
}
.container .cont-plate3 .plate3-right .right-bottom .bottom-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-right .right-bottom .bottom-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  text-align: center;
  color: #555;
}
.container .cont-plate3 .plate3-right .right-bottom .bottom-cent .cent-text span {
  font-weight: bold;
  color: #dc0b1c;
}
.container .cont-plate4 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.container .cont-plate4 .plate4-title {
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate4 .plate4-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.46rem;
  border-bottom: solid 1px #ddd;
}
.container .cont-plate4 .plate4-top .top-item {
  position: relative;
  width: calc(100% / 6);
  height: auto;
  padding-bottom: 0.35rem;
  cursor: pointer;
}
.container .cont-plate4 .plate4-top .top-item .item-icon {
  position: relative;
  width: 0.32rem;
  height: 0.38rem;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-top .top-item .item-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-top .top-item:hover .item-title {
  font-weight: bold;
  color: #dc0b1c;
}
.container .cont-plate4 .plate4-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate4 .plate4-top .top-item-active .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-top .top-item-active .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-top .top-item-active .item-title {
  font-weight: bold;
  color: #dc0b1c;
}
.container .cont-plate4 .plate4-top .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.container .cont-plate4 .plate4-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 4 - 2.34375%);
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-pic {
  width: 100%;
  height: 2.9rem;
  padding: 0.3rem;
  border: solid 1px #ddd;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-title {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump:hover .lump-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump:hover .lump-title {
  color: #dc0b1c;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.22rem;
  height: 0.4rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev {
  left: -0.62rem;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next {
  right: -0.62rem;
}
.container .cont-plate4 .plate4-main .main-box-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate5 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-title {
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate5 .plate5-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate5 .plate5-main .main-item {
  width: calc(100% / 3 - 0.266667rem);
  height: auto;
  margin-right: 0.4rem;
}
.container .cont-plate5 .plate5-main .main-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate5 .plate5-main .main-item .item-pic {
  width: 100%;
  height: 2.88rem;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-item .item-cent {
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-item .item-cent .cent-title {
  margin-top: 0.25rem;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #666;
}
.container .cont-plate5 .plate5-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate5 .plate5-main .main-item:hover .item-cent .cent-title {
  color: #dc0b1c;
}
.container .cont-plate5 .plate5-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.56rem;
  margin: 0.4rem auto 0;
  border: solid 1px #dc0b1c;
}
.container .cont-plate5 .plate5-button span {
  font-size: 0.16rem;
  color: #dc0b1c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-button em {
  position: relative;
  width: 0.18rem;
  height: 0.14rem;
  margin-left: 0.3rem;
}
.container .cont-plate5 .plate5-button em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-button em .img2 {
  opacity: 0;
}
.container .cont-plate5 .plate5-button:hover {
  background: #dc0b1c;
}
.container .cont-plate5 .plate5-button:hover span {
  color: #fff;
}
.container .cont-plate5 .plate5-button:hover em .img1 {
  opacity: 0;
}
.container .cont-plate5 .plate5-button:hover em .img2 {
  opacity: 1;
}
.container .cont-plate6 {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.9rem auto 1.1rem;
}
.container .cont-plate6 .plate6-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-pic img {
  width: 100%;
}
.container .cont-plate6 .plate6-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.2rem 1.2rem 0;
}
.container .cont-plate6 .plate6-cent .cent-pic {
  width: 1.12rem;
  height: auto;
}
.container .cont-plate6 .plate6-cent .cent-pic img {
  width: 100%;
}
.container .cont-plate6 .plate6-cent .cent-title {
  margin-top: 0.4rem;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #fff;
}
.container .cont-plate6 .plate6-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.56rem;
  margin-top: 0.65rem;
  font-size: 0.16rem;
  color: #fff;
  border: solid 2px #fff;
}
.container .cont-plate6 .plate6-cent .cent-button span {
  position: relative;
  width: 0.18rem;
  height: 0.14rem;
  margin-left: 0.16rem;
}
.container .cont-plate6 .plate6-cent .cent-button span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-cent .cent-button span .img2 {
  opacity: 0;
}
.container .cont-plate6 .plate6-cent .cent-button:hover {
  color: #dc0b1c;
  background: #fff;
}
.container .cont-plate6 .plate6-cent .cent-button:hover span .img1 {
  opacity: 0;
}
.container .cont-plate6 .plate6-cent .cent-button:hover span .img2 {
  opacity: 1;
}
.about {
  width: 100%;
  height: auto;
  overflow: visible;
}
.about .about-plate1 {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1.05rem 0;
}
.about .about-plate1 .plate1-pic {
  width: 5.12rem;
  height: 100%;
  overflow: hidden;
}
.about .about-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate1 .plate1-cent {
  width: 7.68rem;
  height: auto;
  padding: 0.4rem 0 0 0.95rem;
}
.about .about-plate1 .plate1-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #dc0b1c;
}
.about .about-plate1 .plate1-cent .cent-subtitle {
  margin-top: 0.25rem;
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #333;
}
.about .about-plate1 .plate1-cent .cent-subtitle span {
  display: block;
  font-weight: bold;
}
.about .about-plate1 .plate1-cent .cent-text {
  margin-top: 0.35rem;
  padding-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
  border-top: solid 1px #ddd;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  background: #fafafa;
}
.about .about-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.65rem 0;
}
.about .about-plate2 .plate2-main .main-item {
  width: 20%;
  height: auto;
  cursor: pointer;
}
.about .about-plate2 .plate2-main .main-item .item-title {
  font-size: 0.16rem;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-item .item-num {
  margin-top: 0.12rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.6rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-item:hover .item-title {
  color: #dc0b1c;
}
.about .about-plate2 .plate2-main .main-item:hover .item-num {
  color: #dc0b1c;
}
.about .about-plate3 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
}
.about .about-plate3 .plate3-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about .about-plate3 .plate3-main .main-left {
  position: relative;
  width: 3rem;
  height: 4.8rem;
  border-right: dashed 1px #e3e3e3;
}
.about .about-plate3 .plate3-main .main-left .left-swiper {
  width: 2rem;
  height: 100%;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-left .left-swiper .swiper-slide {
  width: 100%;
  height: 0.56rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.56rem;
  color: #333;
  border: solid 1px #ddd;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-left .left-swiper .swiper-slide:hover {
  color: #fff;
  background: #dc0b1c;
  border: solid 1px #dc0b1c;
}
.about .about-plate3 .plate3-main .main-left .left-swiper .swiper-slide-on {
  color: #fff;
  background: #dc0b1c;
  border: solid 1px #dc0b1c;
}
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next {
  position: absolute;
  left: 0;
  width: 2rem;
  height: 0.12rem;
  outline: none;
  cursor: pointer;
}
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.22rem;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev .img2,
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev:hover .img1,
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev:hover .img2,
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev {
  top: -0.3rem;
}
.about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next {
  bottom: -0.3rem;
}
.about .about-plate3 .plate3-main .main-right {
  position: relative;
  width: 9.8rem;
  height: auto;
  padding-left: 1rem;
}
.about .about-plate3 .plate3-main .main-right .right-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-date {
  width: 1.1rem;
  height: auto;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-date .date-title {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.42rem;
  line-height: 0.48rem;
  color: #dc0b1c;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-date .date-text {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.22rem;
  color: #dc0b1c;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-cent {
  width: 7.12rem;
  height: 4.8rem;
  overflow: auto;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-pic {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-pic img {
  width: 100%;
}
.about .about-plate3 .plate3-main .main-right .right-box-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate4 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate4 .plate4-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate4 .plate4-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate4 .plate4-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 0 0.25rem;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate4 .plate4-box .box-video .hidden-box {
  width: 100%;
  height: 100%;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  cursor: pointer;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  z-index: 3;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box .right-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box .button-svg {
  stroke-dasharray: 345 345;
  stroke-dashoffset: 345;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-cent {
  width: auto;
  height: auto;
  margin-left: 0.3rem;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-cent .cent-title {
  font-size: 0.3rem;
  color: #fff;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-cent .cent-text {
  padding-left: 0.05rem;
  font-size: 0.18rem;
  color: #fff;
}
.about .about-plate4 .plate4-box .box-video .hidden-box .box-icon:hover .icon-box .button-svg {
  stroke-dashoffset: 0;
}
.about .about-plate4 .plate4-box .box-video .hidden-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.about .about-plate4 .plate4-box .box-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-box .box-video .video-box video {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-box .box-video-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate4 .plate4-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-swiper .swiper-slide {
  width: 1.94rem;
  height: auto;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  border: solid 2px transparent;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-pic {
  border: solid 2px #dc0b1c;
}
.about .about-plate4 .plate4-swiper .swiper-slide-on .slide-box .box-pic {
  border: solid 2px #dc0b1c;
}
.about .about-plate5 {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
  z-index: 9;
}
.about .about-plate5 .plate5-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate5 .plate5-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.56rem;
  margin-top: 0.6rem;
}
.about .about-plate5 .plate5-top .top-item {
  width: 33.3333%;
  height: 100%;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.56rem;
  color: #000;
  border: solid 1px #ddd;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-top .top-item:first-of-type {
  border-right: none;
}
.about .about-plate5 .plate5-top .top-item:hover {
  font-weight: bold;
  color: #fff;
  background: #dc0b1c;
  border: solid 1px #dc0b1c;
}
.about .about-plate5 .plate5-top .top-item-active {
  font-weight: bold;
  color: #fff;
  background: #dc0b1c;
  border: solid 1px #dc0b1c;
}
.about .about-plate5 .plate5-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.about .about-plate5 .plate5-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate5 .plate5-main .main-box .box-pic {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-box .box-pic img {
  width: 100%;
}
.about .about-plate5 .plate5-main .main-box .box-pic .box-cent {
  position: absolute;
  top: 50%;
  left: 0.64rem;
  width: 4.2rem;
  height: auto;
  padding: 0.45rem 0.4rem 0.47rem;
  background: rgba(255, 255, 255, 0.9);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate5 .plate5-main .main-box .box-pic .box-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #dc0b1c;
}
.about .about-plate5 .plate5-main .main-box .box-pic .box-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.about .about-plate5 .plate5-main .main-box .box-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item {
  position: relative;
  width: calc(100% / 3 - 0.26667rem);
  height: 100%;
  min-height: 3.12rem;
  margin-top: 0.4rem;
  margin-right: 0.4rem;
  background: #fafafa url(../images/foot-bg.png) no-repeat 105% center;
  background-size: 1.98rem;
  cursor: pointer;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item:nth-child(3n) {
  margin-right: 0;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 3.12rem;
  padding: 0.6rem 0.48rem 0.4rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-icon {
  position: relative;
  width: 0.61rem;
  height: 0.57rem;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-icon .img2 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-title {
  margin-top: 0.4rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-cent {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-cent span {
  font-weight: bold;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box {
  background: #dc0b1c;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-icon .img1 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-icon .img2 {
  opacity: 1;
}
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-title,
.about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-text {
  color: #fff;
}
.about .about-plate5 .plate5-main .main-box .box-lump2 .lump-item {
  width: calc(100% / 4 - 0.225rem);
  margin-right: 0.3rem;
}
.about .about-plate5 .plate5-main .main-box .box-lump2 .lump-item:nth-child(3n) {
  margin-right: 0.3rem;
}
.about .about-plate5 .plate5-main .main-box .box-lump2 .lump-item:nth-child(4n) {
  margin-right: 0;
}
.about .about-plate5 .plate5-main .main-box-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0 0 1.2rem;
}
.about .about-plate6 .plate6-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate6 .plate6-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.15rem;
}
.about .about-plate6 .plate6-main .main-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  padding: 0.32rem 0.3rem 0.35rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  background: #fafafa;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.about .about-plate6 .plate6-main .main-item .item-pic {
  width: 100%;
  height: 2.56rem;
}
.about .about-plate6 .plate6-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-item .item-title {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-item:hover {
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
}
.about .about-plate6 .plate6-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate6 .plate6-main .main-item:hover .item-title {
  color: #dc0b1c;
}
.product {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
}
.product .product-top {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0.5rem auto;
  border-bottom: solid 1px #ddd;
}
.product .product-top .top-item {
  position: relative;
  width: 1.68rem;
  height: auto;
  padding-bottom: 0.35rem;
  cursor: pointer;
}
.product .product-top .top-item .item-icon {
  position: relative;
  width: 0.32rem;
  height: 0.38rem;
  margin: 0 auto;
}
.product .product-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-top .top-item .item-icon .img2 {
  opacity: 0;
}
.product .product-top .top-item .item-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.product .product-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.product .product-top .top-item:hover .item-title {
  font-weight: bold;
  color: #dc0b1c;
}
.product .product-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.product .product-top .top-item-active .item-icon .img1 {
  opacity: 0;
}
.product .product-top .top-item-active .item-icon .img2 {
  opacity: 1;
}
.product .product-top .top-item-active .item-title {
  font-weight: bold;
  color: #dc0b1c;
}
.product .product-top .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.product .product-pic {
  width: 12.8rem;
  height: auto;
  margin: 0.4rem auto 0;
}
.product .product-pic img {
  width: 100%;
}
.product .product-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 12.8rem;
  height: auto;
  margin: 0 auto 0.8rem;
}
.product .product-main .main-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
.product .product-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.product .product-main .main-item .item-pic {
  width: 100%;
  height: 2.9rem;
  padding: 0.3rem;
  border: solid 1px #ddd;
  overflow: hidden;
}
.product .product-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-item .item-title {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-item .item-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-main .main-item:hover .item-pic {
  border: solid 2px #dc0b1c;
}
.product .product-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-item:hover .item-title {
  color: #dc0b1c;
}
.productDetails {
  width: 100%;
  height: auto;
  padding: 2.1rem 0 1.1rem;
}
.productDetails .productDetails-main {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-top .top-left {
  width: 50%;
  height: auto;
}
.productDetails .productDetails-main .main-top .top-left .left-pic {
  width: 100%;
  height: 6.4rem;
  border: solid 1px #ddd;
  overflow: hidden;
}
.productDetails .productDetails-main .main-top .top-left .left-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-top .top-left .left-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetails .productDetails-main .main-top .top-left .left-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper {
  width: 5.52rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 4 - 3.260869%);
  height: 1.2rem;
  cursor: pointer;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  border: solid 1px #ddd;
  overflow: hidden;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide .slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide .slide-pic:hover {
  border: solid 2px #dc0b1c;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide-on .slide-pic {
  border: solid 2px #dc0b1c;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev,
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.18rem;
  height: 0.32rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev img,
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev .img2,
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev:hover .img1,
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev:hover .img2,
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev {
  left: 0;
}
.productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next {
  right: 0;
}
.productDetails .productDetails-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.4rem 0 0 1rem;
}
.productDetails .productDetails-main .main-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-main .main-top .top-cent .cent-subtitle {
  margin-top: 0.12rem;
  font-size: 0.22rem;
  color: #dc0b1c;
}
.productDetails .productDetails-main .main-top .top-cent .cent-text {
  padding: 0.18rem 0.24rem;
  margin-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
  background: #fafafa;
}
.productDetails .productDetails-main .main-top .top-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.productDetails .productDetails-main .main-top .top-cent .cent-box .box-text {
  position: relative;
  margin-bottom: 0.15rem;
  padding-left: 0.22rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.productDetails .productDetails-main .main-top .top-cent .cent-box .box-text::after {
  content: '☉';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.productDetails .productDetails-main .main-top .top-cent .box-button {
  display: block;
  width: 2rem;
  height: 0.56rem;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  background: #dc0b1c;
  border: solid 2px #dc0b1c;
}
.productDetails .productDetails-main .main-top .top-cent .box-button:hover {
  background: #f61010;
}
.productDetails .productDetails-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  padding-top: 0.6rem;
  border-top: solid 1px #ddd;
}
.productDetails .productDetails-main .main-cont .cont-title {
  width: 100%;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.productDetails .productDetails-main .main-cont .cont-pic {
  width: 7.5rem;
  margin: 0.5rem auto 0;
}
.productDetails .productDetails-main .main-cont .cont-pic img {
  width: 100%;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.04rem 0 1.1rem;
}
.news .news-top {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.news .news-top .top-item {
  width: 50%;
  height: 0.56rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.52rem;
  color: #000;
  border: solid 1px #ddd;
}
.news .news-top .top-item:hover {
  font-weight: bold;
  color: #fff;
  border: solid 1px #dc0b1c;
  background: #dc0b1c;
}
.news .news-top .top-item:first-of-type {
  border-right: none;
}
.news .news-top .top-item-active {
  font-weight: bold;
  color: #fff;
  border: solid 1px #dc0b1c;
  background: #dc0b1c;
}
.news .news-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 12.8rem;
  height: auto;
  margin: 0 auto 0.55rem;
}
.news .news-main .main-item {
  width: calc(100% / 3 - 0.266667rem);
  height: auto;
  margin-right: 0.4rem;
  margin-top: 0.48rem;
}
.news .news-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-item .item-pic {
  width: 100%;
  height: 2.88rem;
  overflow: hidden;
}
.news .news-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-title {
  margin-top: 0.25rem;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #666;
}
.news .news-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-item:hover .item-title {
  color: #dc0b1c;
}
.storefront {
  width: 100%;
  height: auto;
}
.storefront .storefront-top {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ddd;
}
.storefront .storefront-top .top-main {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
}
.storefront .storefront-top .top-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.storefront .storefront-top .top-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.storefront .storefront-top .top-main .main-box .box-item {
  width: 1.46rem;
  height: auto;
}
.storefront .storefront-top .top-main .main-box .box-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.46rem;
  height: 1.46rem;
  border-radius: 50%;
  border: solid 1px #f2f2f2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storefront .storefront-top .top-main .main-box .box-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.71rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storefront .storefront-top .top-main .main-box .box-item .item-icon .img2 {
  opacity: 0;
}
.storefront .storefront-top .top-main .main-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storefront .storefront-top .top-main .main-box .box-item:hover .item-icon {
  border: solid 1px #dc0b1c;
  background: #dc0b1c;
}
.storefront .storefront-top .top-main .main-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.storefront .storefront-top .top-main .main-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.storefront .storefront-main {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.65rem 0 1.1rem;
}
.storefront .storefront-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.storefront .storefront-main .main-lump {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.88rem;
  margin-top: 0.48rem;
  background: #fafafa;
}
.storefront .storefront-main .main-lump .lump-title {
  font-size: 0.18rem;
  color: #333;
}
.storefront .storefront-main .main-lump .lump-search {
  display: flex;
  justify-content: space-between;
  width: 8.32rem;
  height: auto;
  margin-left: 0.3rem;
}
.storefront .storefront-main .main-lump .lump-search input {
  width: calc(100% - 0.64rem);
  height: 0.56rem;
  padding: 0 0.32rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.storefront .storefront-main .main-lump .lump-search input::placeholder {
  font-size: 0.16rem;
  color: #999;
}
.storefront .storefront-main .main-lump .lump-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.64rem;
  height: 0.56rem;
  background: #dc0b1c;
}
.storefront .storefront-main .main-lump .lump-search a img {
  width: 0.22rem;
}
.storefront .storefront-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  margin-bottom: 0.6rem;
}
.storefront .storefront-main .main-box .box-item {
  width: calc(50% - 0.2rem);
  height: auto;
  margin-top: 0.4rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storefront .storefront-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.storefront .storefront-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storefront .storefront-main .main-box .box-item .item-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.45rem 0.48rem;
  background: #fafafa;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storefront .storefront-main .main-box .box-item .item-cent .cent-left {
  width: calc(100% - 0.6rem);
  height: auto;
}
.storefront .storefront-main .main-box .box-item .item-cent .cent-left .left-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.storefront .storefront-main .main-box .box-item .item-cent .cent-left .left-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.storefront .storefront-main .main-box .box-item .item-cent .cent-button {
  width: 0.56rem;
  height: 0.56rem;
}
.storefront .storefront-main .main-box .box-item .item-cent .cent-button img {
  width: 100%;
}
.storefront .storefront-main .main-box .box-item:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
}
.storefront .storefront-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.storefront .storefront-main .main-box .box-item:hover .item-cent {
  background: #fff;
}
.storefront .storefront-main .main-box .box-item:hover .item-cent .cent-left .left-title {
  color: #dc0b1c;
}
.partner {
  width: 100%;
  height: auto;
}
.partner .partner-plate1 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1.04rem 0 1rem;
}
.partner .partner-plate1 .plate1-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.partner .partner-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.partner .partner-plate1 .plate1-main .main-cent {
  width: 6.56rem;
  height: auto;
  padding: 0.35rem 1.1rem 0 0;
}
.partner .partner-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #dc0b1c;
}
.partner .partner-plate1 .plate1-main .main-cent .cent-subtitle {
  margin-top: 0.05rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.partner .partner-plate1 .plate1-main .main-cent .cent-subtitle2 {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #000;
}
.partner .partner-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.35rem;
  padding-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
  border-top: solid 1px #ddd;
}
.partner .partner-plate1 .plate1-main .main-pic {
  width: 6.24rem;
  height: auto;
  overflow: hidden;
}
.partner .partner-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.partner .partner-plate2 {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.partner .partner-plate2 .plate2-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.partner .partner-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.partner .partner-plate2 .plate2-main .main-item {
  position: relative;
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  padding: 0.55rem 0.4rem 0.5rem;
  margin-right: 0.4rem;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate2 .plate2-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.partner .partner-plate2 .plate2-main .main-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate2 .plate2-main .main-item .item-icon {
  width: 0.58rem;
  height: auto;
  margin: 0 auto;
}
.partner .partner-plate2 .plate2-main .main-item .item-icon img {
  width: 100%;
}
.partner .partner-plate2 .plate2-main .main-item .item-text {
  height: 0.72rem;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.36rem;
  color: #333;
}
.partner .partner-plate2 .plate2-main .main-item .item-num {
  margin-top: 0.55rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.42rem;
  text-align: center;
  color: #ddd;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate2 .plate2-main .main-item:hover {
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
}
.partner .partner-plate2 .plate2-main .main-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.partner .partner-plate2 .plate2-main .main-item:hover .item-num {
  color: #dc0b1c;
}
.partner .partner-plate3 {
  width: 12.8rem;
  height: auto;
  padding: 1.3rem 0 1.1rem;
  margin: 0 auto;
}
.partner .partner-plate3 .plate3-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.partner .partner-plate3 .plate3-text {
  width: 6.9rem;
  margin: 0.2rem auto 0;
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-align: center;
  color: #333;
}
.partner .partner-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.partner .partner-plate3 .plate3-top .top-item {
  width: 50%;
  height: 0.56rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.52rem;
  color: #000;
  border: solid 1px #ddd;
  cursor: pointer;
}
.partner .partner-plate3 .plate3-top .top-item:hover {
  font-weight: bold;
  color: #fff;
  border: solid 1px #dc0b1c;
  background: #dc0b1c;
}
.partner .partner-plate3 .plate3-top .top-item:first-of-type {
  border-right: none;
}
.partner .partner-plate3 .plate3-top .top-item-active {
  font-weight: bold;
  color: #fff;
  border: solid 1px #dc0b1c;
  background: #dc0b1c;
}
.partner .partner-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.partner .partner-plate3 .plate3-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.partner .partner-plate3 .plate3-main .main-box .box-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ddd;
}
.partner .partner-plate3 .plate3-main .main-box .box-top .top-item {
  position: relative;
  width: calc(100% / 7);
  height: auto;
  padding-bottom: 0.35rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate3 .plate3-main .main-box .box-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate3 .plate3-main .main-box .box-top .top-item:hover {
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.partner .partner-plate3 .plate3-main .main-box .box-top .top-item-active {
  font-weight: bold;
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-top .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.partner .partner-plate3 .plate3-main .main-box .box-top2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ddd;
}
.partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item {
  position: relative;
  width: calc(100% / 8);
  height: auto;
  padding-bottom: 0.35rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0b1c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item:hover {
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item-active {
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.partner .partner-plate3 .plate3-main .main-box .box-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-pic {
  width: 8rem;
  height: auto;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-pic img {
  width: 100%;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.76rem;
  height: 4.1rem;
  padding: 0.8rem 0.96rem;
  background: #fafafa;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent .cent-subtitle {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent .cent-text {
  height: 1.44rem;
  padding-right: 0.02rem;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
  overflow: auto;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-pic {
  width: 8rem;
  height: auto;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-pic img {
  width: 100%;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.76rem;
  height: 4.1rem;
  padding: 0.8rem 0.96rem;
  background: #fafafa;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent .cent-subtitle {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #dc0b1c;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent .cent-text {
  height: 1.44rem;
  padding-right: 0.02rem;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
  overflow: auto;
}
.partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.partner .partner-plate3 .plate3-main .main-box-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.04rem 0 1.1rem;
}
.recruit .recruit-main {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.8rem;
}
.recruit .recruit-main .main-top .top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 4.48rem;
  height: 100%;
  padding: 0 0.4rem;
}
.recruit .recruit-main .main-top .top-item .item-title {
  font-size: 0.22rem;
  font-weight: bold;
}
.recruit .recruit-main .main-top .top-item .item-icon {
  width: 0.35rem;
  height: auto;
}
.recruit .recruit-main .main-top .top-item .item-icon img {
  width: 100%;
}
.recruit .recruit-main .main-top .top-item:first-of-type {
  background: url(../images/recruit/bj.jpg) no-repeat top left;
  background-size: cover;
}
.recruit .recruit-main .main-top .top-item:first-of-type .item-title {
  color: #fff;
}
.recruit .recruit-main .main-top .top-item:last-of-type {
  background: url(../images/recruit/bj2.jpg) no-repeat top left;
  background-size: cover;
}
.recruit .recruit-main .main-top .top-item:last-of-type .item-title {
  color: #333;
}
.recruit .recruit-main .main-top .top-item:hover {
  width: 8.32rem !important;
}
.recruit .recruit-main .main-top .top-item-active {
  width: 8.32rem;
}
.recruit .recruit-main .main-search {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
}
.recruit .recruit-main .main-search .search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 1.92rem);
  height: 0.56rem;
  padding: 0 0.3rem;
  background: #fff;
  border: solid 1px #ddd;
  border-right: none;
}
.recruit .recruit-main .main-search .search-box .box-icon {
  width: 0.2rem;
  height: auto;
  margin-right: 0.12rem;
}
.recruit .recruit-main .main-search .search-box .box-icon img {
  width: 100%;
}
.recruit .recruit-main .main-search .search-box input {
  width: calc(100% - 0.32rem);
  height: 100%;
  font-size: 0.16rem;
  color: #666;
}
.recruit .recruit-main .main-search .search-box input::placeholder {
  color: #999;
}
.recruit .recruit-main .main-search a {
  width: 1.92rem;
  height: 0.56rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #dc0b1c;
}
.recruit .recruit-main .main-search a:hover {
  background: #f61010;
}
.recruit .recruit-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.recruit .recruit-main .main-box .box-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.recruit .recruit-main .main-box .box-list .list-title {
  width: 1.4rem;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.recruit .recruit-main .main-box .box-list .list-cent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 1.4rem);
  height: 0.3rem;
  overflow: hidden;
}
.recruit .recruit-main .main-box .box-list .list-cent .cent-item {
  width: auto;
  height: auto;
  margin-right: 0.7rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
  cursor: pointer;
}
.recruit .recruit-main .main-box .box-list .list-cent .cent-item:hover {
  color: #dc0b1c;
}
.recruit .recruit-main .main-box .box-list .list-cent .cent-item-active {
  color: #dc0b1c;
}
.recruit .recruit-main .main-box .box-list .list-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
  cursor: pointer;
}
.recruit .recruit-main .main-box .box-list .list-button img {
  width: 0.16rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .box-list .list-button-active img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.recruit .recruit-main .main-box .box-title {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.recruit .recruit-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  margin-bottom: 0.65rem;
  border-top: solid 1px #ddd;
}
.recruit .recruit-main .main-cont .cont-lump {
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top .top-left {
  width: 60%;
  height: auto;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top .top-left .left-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top .top-left .left-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #666;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top .top-right {
  width: 35%;
  height: auto;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top .top-right .right-title {
  font-size: 0.18rem;
  font-weight: bold;
  text-align: right;
  color: #dc0b1c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top .top-right .right-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  text-align: right;
  color: #666;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top:hover .top-left .left-title {
  color: #dc0b1c;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top-active {
  border-bottom: none;
}
.recruit .recruit-main .main-cont .cont-lump .lump-top-active .top-left .left-title {
  color: #dc0b1c;
}
.recruit .recruit-main .main-cont .cont-lump .lump-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.65rem;
  background: #fafafa;
}
.recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-title {
  margin-bottom: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-text {
  margin-bottom: 0.36rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
.recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-text span {
  font-weight: bold;
  color: #333;
}
.recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-button {
  display: inline-block;
  width: auto;
  height: 0.48rem;
  padding: 0 0.32rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  border: solid 2px #dc0b1c;
  background: #dc0b1c;
}
.recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-button:hover {
  background: #f61010;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.1rem;
}
.contact .contact-main {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.contact .contact-main .main-text {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-main .main-box .box-item {
  width: 25%;
  height: auto;
  padding: 0 0.15rem;
  cursor: pointer;
}
.contact .contact-main .main-box .box-item .item-icon {
  position: relative;
  width: 1.46rem;
  height: 1.46rem;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 1px #ddd;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.56rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-icon .img2 {
  opacity: 0;
}
.contact .contact-main .main-box .box-item .item-ewm {
  width: 1.46rem;
  height: 1.46rem;
  margin: 0 auto;
  padding: 0.12rem;
  border: solid 1px #ddd;
}
.contact .contact-main .main-box .box-item .item-ewm img {
  width: 100%;
}
.contact .contact-main .main-box .box-item .item-title {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item:hover .item-icon {
  background: #dc0b1c;
  border: solid 1px #dc0b1c;
}
.contact .contact-main .main-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.contact .contact-main .main-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.contact .contact-main .main-box .box-item:hover .item-title,
.contact .contact-main .main-box .box-item:hover .item-text {
  color: #dc0b1c;
}
.contact .contact-main .main-map {
  width: 100%;
  height: 6.5rem;
  margin-top: 0.9rem;
}
.contact .contact-main .main-map img {
  width: 100%;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 2.1rem 0 1.1rem;
}
.newsDetail .newsDetail-main {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-top {
  width: 100%;
  height: auto;
  padding-bottom: 0.45rem;
  border-bottom: solid 1px #ddd;
}
.newsDetail .newsDetail-main .main-top .top-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.newsDetail .newsDetail-main .main-top .top-text {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  text-align: center;
  color: #666;
}
.newsDetail .newsDetail-main .main-box {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.8rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #333;
  border-bottom: solid 1px #ddd;
}
.newsDetail .newsDetail-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent {
  width: calc(100% - 2rem);
  height: auto;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title span {
  font-weight: bold;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title a {
  color: #333333;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title:hover {
  color: #dc0b1c;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title:hover a {
  color: #dc0b1c;
}
.newsDetail .newsDetail-main .main-bottom .bottom-button {
  width: 1.68rem;
  height: 0.56rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  background: #dc0b1c;
  border: solid 2px #dc0b1c;
}
.newsDetail .newsDetail-main .main-bottom .bottom-button:hover {
  background: #f61010;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
}
.page-load {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.15rem;
  height: auto;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #333;
}
.page-load img {
  width: 0.32rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load:hover {
  color: #dc0b1c;
}
.page-load:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.page-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.45rem;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9;
}
.page-bottom .bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12rem;
  height: 100%;
  margin: 0 auto;
}
.page-bottom .bottom-main .main-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.page-bottom .bottom-main .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}
.page-bottom .bottom-main .main-right .right-box {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.page-bottom .bottom-main .main-right .right-box .box-button {
  width: 1.45rem;
  height: 0.48rem;
  margin-right: 0.32rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-bottom .bottom-main .main-right .right-box .box-button:hover {
  color: #000;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
.page-bottom .bottom-main .main-right .right-box .box-button2 {
  width: 1.45rem;
  height: 0.48rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #000;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-bottom .bottom-main .main-right .right-box .box-button2:hover {
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
}
.page-bottom .bottom-main .main-right .box-hide {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.46rem;
  color: #000;
  border-radius: 50%;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.06);
  background: #fff url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-bottom .bottom-main .main-right .box-hide:hover {
  background-color: #dc0b1c;
}
.page-float {
  position: fixed;
  top: 60%;
  right: 0.16rem;
  width: 80px;
  height: auto;
  z-index: 29;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  padding-top: 0.12rem;
  margin-bottom: 0.08rem;
  background: linear-gradient(0deg, #070505, #706f6f);
  border-radius: 0.1rem;
}
.page-float .float-list .list-pic {
  position: relative;
  width: 0.31rem;
  height: 0.34rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.page-float .float-list .list-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-pic .img2 {
  opacity: 0;
}
.page-float .float-list .list-title {
  margin-top: 0.08rem;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-cent {
  position: absolute;
  top: 50%;
  left: -207px;
  width: 207px;
  height: auto;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.06);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent .cent-cont {
  width: 100%;
  padding: 32px 28px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.15);
}
.page-float .float-list .list-cent .cent-cont .cont-button {
  display: block;
  width: 100%;
  height: 0.48rem;
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-float .float-list .list-cent .cent-cont .cont-button:hover {
  background: linear-gradient(0deg, #070505, #706f6f);
}
.page-float .float-list .list-cent .cent-cont .cont-button2 {
  display: block;
  width: 100%;
  height: 0.48rem;
  margin-right: 0.32rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-float .float-list .list-cent .cent-cont .cont-button2:hover {
  color: #fff;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
.page-float .float-list .list-cent .cent-cont .cont-ewm {
  width: 100%;
  height: auto;
}
.page-float .float-list .list-cent .cent-cont .cont-ewm img {
  width: 100%;
}
.page-float .float-list:hover {
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
.page-float .float-list:hover .list-pic .img1 {
  opacity: 0;
}
.page-float .float-list:hover .list-pic .img2 {
  opacity: 1;
}
.page-float .float-list:hover .list-title {
  color: #000;
}
.page-float .float-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed-left {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 120px;
  height: auto;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.fixed-left .left-item {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 21px;
  font-size: 12px;
  color: #a2a2a2;
  border-bottom: 1px solid rgba(196, 196, 196, 0.3);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed-left .left-item::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  margin-right: 10px;
  vertical-align: super;
  background-color: rgba(196, 196, 196, 0.8);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed-left .left-item:hover {
  color: #dc0b1c;
  border-bottom: 1px solid #dc0b1c;
}
.fixed-left .left-item:hover::before {
  background-color: #dc0b1c;
}
.bd_weixin_popup {
  height: 330px !important;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #3f4150;
  background: #f3f4f6;
  border-radius: 50%;
}
.page-number .page-item:first-of-type {
  width: 110px;
  height: 50px;
  border-radius: 45px;
}
.page-number .page-item:last-of-type {
  width: 110px;
  height: 50px;
  border-radius: 45px;
}
.page-number .page-item:hover {
  color: #fff;
  background: #dc0b1c;
}
.page-number .page-item-active {
  color: #fff;
  background: #dc0b1c;
}
.Wpage-number {
  display: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes moveTop {
  0% {
    top: 0;
  }
  100% {
    top: 110%;
  }
}
@keyframes moveBottom {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 110%;
  }
}
@keyframes moveLeft {
  0% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}
@keyframes moveRight {
  0% {
    right: 0;
  }
  100% {
    right: 110%;
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
