.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: #c30d23;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 0 0.6rem;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-top {
  width: auto;
  height: auto;
}
nav .nav-main .main-top .top-logo {
  position: relative;
  display: block;
  width: 1.57rem;
  height: 0.45rem;
  cursor: pointer;
}
nav .nav-main .main-top .top-logo 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-top .top-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: 100%;
}
nav .nav-main .main-nav::after {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 350px;
  background: rgba(255, 255, 255, 0);
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-nav .nav-list {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.25rem;
}
nav .nav-main .main-nav .nav-list .list-title {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  line-height: 0.2rem;
  text-transform: uppercase;
  color: #fff;
}
nav .nav-main .main-nav .nav-list .list-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c30d23;
  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-nav .nav-list .list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 2rem;
  height: auto;
  padding: 0.15rem 0.2rem;
  margin-left: -1rem;
  z-index: 9;
  opacity: 0;
  background: #fff;
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-nav .nav-list .list-item .item-link {
  position: relative;
  width: auto;
  height: auto;
  padding: 0.1rem 0;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  color: #333;
}
nav .nav-main .main-nav .nav-list .list-item .item-link:hover {
  color: #c30d23;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump .lump-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.1rem;
  font-size: 14px;
  color: #666666;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump .lump-title img {
  width: 9px;
  opacity: 0;
  transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump .lump-subnav {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump .lump-subnav .subnav-url {
  display: block;
  padding: 0.15rem 0.15rem;
  font-size: 14px;
  color: #999;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump .lump-subnav .subnav-url:hover {
  color: #c30d23;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump:hover .lump-title {
  color: #c30d23;
}
nav .nav-main .main-nav .nav-list .list-item .item-lump:hover .lump-title img {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
nav .nav-main .main-nav .nav-list .list-item .item-lump:hover .lump-subnav {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-nav .nav-list:hover .list-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-nav .nav-list:hover .list-item {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-right .right-shop {
  position: relative;
  width: auto;
  height: 100%;
}
nav .nav-main .main-right .right-shop .shop-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-size: 0.16rem;
  color: #fff;
  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-right .right-shop .shop-title span {
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
nav .nav-main .main-right .right-shop .shop-title span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-main .main-right .right-shop .shop-title span .img2 {
  opacity: 0;
}
nav .nav-main .main-right .right-shop .shop-cent {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 2.5rem;
  height: auto;
  padding: 0.12rem 0.25rem;
  margin-left: -1.25rem;
  background: #fff;
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-right .right-shop .shop-cent::after {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 0.32rem;
  width: auto;
  height: auto;
  border: solid 0.15rem transparent;
  border-bottom: solid 0.15rem #fff;
  opacity: 0;
}
nav .nav-main .main-right .right-shop .shop-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
}
nav .nav-main .main-right .right-shop .shop-cent .cent-link img {
  width: 0.38rem;
  height: auto;
  margin-right: 0.1rem;
}
nav .nav-main .main-right .right-shop .shop-cent .cent-link span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-right .right-shop .shop-cent .cent-link:hover span {
  color: #c30d23;
  text-decoration: underline;
}
nav .nav-main .main-right .right-shop:hover .shop-cent {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-right .right-lang {
  position: relative;
  width: auto;
  height: 100%;
  margin-left: 0.4rem;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-right .right-lang .lang-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-right .right-lang .lang-top .top-left {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
nav .nav-main .main-right .right-lang .lang-top .top-left img {
  position: absolute;
  left: 0;
  top: 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-right .right-lang .lang-top .top-left .img2 {
  opacity: 0;
}
nav .nav-main .main-right .right-lang .lang-top .top-text {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
nav .nav-main .main-right .right-lang .lang-subnav {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 100px;
  height: auto;
  background: #fff;
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  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-right .right-lang .lang-subnav .subnav-link {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #333;
  border-bottom: solid 1px #f2f2f2;
}
nav .nav-main .main-right .right-lang .lang-subnav .subnav-link:hover {
  color: #c30d23;
}
nav .nav-main .main-right .right-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-right .right-suosou {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-right .right-suosou .suosou-icon {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  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-right .right-suosou .suosou-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  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-right .right-suosou .suosou-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-right .right-mune {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-right .right-mune .mune-icon {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  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-right .right-mune .mune-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  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-right .right-mune .mune-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-web-right {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-top .top-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-top .top-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-nav .nav-list .list-title {
  color: #333;
}
nav .nav-main:hover .main-right .right-shop .shop-title {
  color: #c30d23;
}
nav .nav-main:hover .main-right .right-shop .shop-title span .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-right .right-shop .shop-title span .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-right .right-lang .lang-top .top-left .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-right .right-lang .lang-top .top-left .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-right .right-lang .lang-top .top-text {
  color: #c30d23;
}
nav .nav-main:hover .main-right .right-suosou .suosou-icon .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-right .right-suosou .suosou-icon .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-right .right-mune .mune-icon .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-right .right-mune .mune-icon .img2 {
  opacity: 1;
}
nav .nav-popup-suosou {
  position: fixed;
  top: 1rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  z-index: 399;
  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-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-popup-suosou .sousuo-box a {
  width: 20px;
  height: auto;
}
nav .nav-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-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-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 {
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.15);
}
nav .nav-main-active .main-top .top-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-top .top-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-nav .nav-list .list-title {
  color: #333;
}
nav .nav-main-active .main-right .right-shop .shop-title {
  color: #c30d23;
}
nav .nav-main-active .main-right .right-shop .shop-title span .img1 {
  opacity: 0;
}
nav .nav-main-active .main-right .right-shop .shop-title span .img2 {
  opacity: 1;
}
nav .nav-main-active .main-right .right-lang .lang-top .top-left .img1 {
  opacity: 0;
}
nav .nav-main-active .main-right .right-lang .lang-top .top-left .img2 {
  opacity: 1;
}
nav .nav-main-active .main-right .right-lang .lang-top .top-text {
  color: #c30d23;
}
nav .nav-main-active .main-right .right-suosou .suosou-icon .img1 {
  opacity: 0;
}
nav .nav-main-active .main-right .right-suosou .suosou-icon .img2 {
  opacity: 1;
}
nav .nav-main-active .main-right .right-mune .mune-icon .img1 {
  opacity: 0;
}
nav .nav-main-active .main-right .right-mune .mune-icon .img2 {
  opacity: 1;
}
nav .nav-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 299;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
nav .nav-menu .menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  padding: 0 0.65rem;
}
nav .nav-menu .menu-top .top-logo {
  width: 1.57rem;
  height: auto;
}
nav .nav-menu .menu-top .top-logo img {
  width: 100%;
}
nav .nav-menu .menu-top .top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-menu .menu-top .top-right .right-shop {
  position: relative;
  width: auto;
  height: 100%;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-size: 0.16rem;
  color: #c30d23;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-title span {
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-title span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-cent {
  position: absolute;
  top: 1rem;
  width: 2.5rem;
  height: auto;
  padding: 0.12rem 0.25rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-cent::after {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 0.32rem;
  width: auto;
  height: auto;
  border: solid 0.15rem transparent;
  border-bottom: solid 0.15rem #fff;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-cent .cent-link img {
  width: 0.38rem;
  height: auto;
  margin-right: 0.1rem;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-cent .cent-link span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-menu .menu-top .top-right .right-shop .shop-cent .cent-link:hover span {
  color: #c30d23;
  text-decoration: underline;
}
nav .nav-menu .menu-top .top-right .right-shop:hover .shop-cent {
  opacity: 1;
  visibility: visible;
}
nav .nav-menu .menu-top .top-right .right-lang {
  position: relative;
  width: auto;
  height: 100%;
  margin-left: 0.4rem;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-menu .menu-top .top-right .right-lang .lang-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
nav .nav-menu .menu-top .top-right .right-lang .lang-top .top-left {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
nav .nav-menu .menu-top .top-right .right-lang .lang-top .top-left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-menu .menu-top .top-right .right-lang .lang-top .top-left .img2 {
  opacity: 0;
}
nav .nav-menu .menu-top .top-right .right-lang .lang-top .top-text {
  font-family: Arial;
  font-size: 14px;
  color: #c30d23;
}
nav .nav-menu .menu-top .top-right .right-lang .lang-subnav {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 100px;
  height: auto;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  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-menu .menu-top .top-right .right-lang .lang-subnav .subnav-link {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #333;
  border-bottom: solid 1px #f2f2f2;
}
nav .nav-menu .menu-top .top-right .right-lang .lang-subnav .subnav-link:hover {
  color: #fff;
  background: #c30d23;
}
nav .nav-menu .menu-top .top-right .right-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
}
nav .nav-menu .menu-top .top-right .right-suosou {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.4rem;
  cursor: pointer;
}
nav .nav-menu .menu-top .top-right .right-suosou .suosou-icon {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-menu .menu-top .top-right .right-suosou .suosou-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  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-menu .menu-top .top-right .right-suosou .suosou-icon .img2 {
  opacity: 0;
}
nav .nav-menu .menu-top .top-right .right-mune {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.4rem;
  cursor: pointer;
}
nav .nav-menu .menu-top .top-right .right-mune .hide-icon {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-menu .menu-top .top-right .right-mune .hide-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  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-menu .menu-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.7rem 0.65rem 0;
}
nav .nav-menu .menu-box .box-cent {
  width: 7.3rem;
  height: auto;
  padding-left: 0.9rem;
}
nav .nav-menu .menu-box .box-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-transform: uppercase;
  line-height: 0.6rem;
  color: #000;
}
nav .nav-menu .menu-box .box-cent .cent-ewm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
nav .nav-menu .menu-box .box-cent .cent-ewm .ewm-pic {
  width: 1.2rem;
  height: auto;
  margin-right: 0.2rem;
}
nav .nav-menu .menu-box .box-cent .cent-ewm .ewm-pic img {
  width: 100%;
}
nav .nav-menu .menu-box .box-cent .cent-text {
  margin-top: 0.6rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
}
nav .nav-menu .menu-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 10rem;
  height: auto;
}
nav .nav-menu .menu-box .box-cont .cont-item {
  width: 33.33%;
  height: auto;
  margin-bottom: 0.6rem;
  padding-right: 0.25rem;
}
nav .nav-menu .menu-box .box-cont .cont-item .item-title {
  display: block;
  margin-bottom: 0.15rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #000;
}
nav .nav-menu .menu-box .box-cont .cont-item .item-title:hover {
  color: #c30d23;
}
nav .nav-menu .menu-box .box-cont .cont-item .item-lump {
  width: 100%;
  height: auto;
}
nav .nav-menu .menu-box .box-cont .cont-item .item-lump .lump-link {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #333;
}
nav .nav-menu .menu-box .box-cont .cont-item .item-lump .lump-link:hover {
  color: #c30d23;
}
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%;
  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: 100vh;
  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: 100vh;
  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 {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.38rem;
  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-title {
  font-size: 0.48rem;
  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.48rem;
  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;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-pic {
  width: 7.56rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.6s 0.8s;
  -o-transition: all 0.6s 0.8s;
  -moz-transition: all 0.6s 0.8s;
  -webkit-transition: all 0.6s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump {
  width: 6.8rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.6s 1s;
  -o-transition: all 0.6s 1s;
  -moz-transition: all 0.6s 1s;
  -webkit-transition: all 0.6s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-text {
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button {
  position: relative;
  width: 1.92rem;
  height: 0.64rem;
  margin-top: 0.75rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.05rem;
  background: #c30d23;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transform: translatey(100%);
  -o-transform: translatey(100%);
  -moz-transform: translatey(100%);
  -webkit-transform: translatey(100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button:hover {
  color: #c30d23;
  background: none;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button:hover::after {
  transform: translatey(0%);
  -o-transform: translatey(0%);
  -moz-transform: translatey(0%);
  -webkit-transform: translatey(0%);
}
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 .cont-lump,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cont-pic,
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 .banner-pic {
  width: 100%;
  background-position: left top;
  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: 50%;
  left: 50%;
  width: 15.38rem;
  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-title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  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-cent .cent-box {
  width: 100%;
  padding-left: 3.2rem;
}
header .head-banner .banner-cent .cent-box .box-title {
  width: 5.8rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  text-align: center;
  text-transform: uppercase;
  color: #c30d23;
}
header .head-banner .banner-cent .cent-box .box-title em {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.48rem;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 15.36rem;
  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 .head-strip {
  width: 100%;
  height: 0.88rem;
  border-bottom: solid 1px #eeeeee;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: center;
  width: 15.38rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.2rem;
  padding: 0 0.2rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: center;
  color: #333;
}
header .head-strip .strip-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c30d23;
  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-box .box-item:hover {
  color: #c30d23;
}
header .head-strip .strip-box .box-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-box .box-item-active {
  color: #c30d23;
}
header .head-strip .strip-box .box-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-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
}
footer .foot-main {
  width: 100%;
  height: auto;
  padding: 0.86rem 0;
  background: #f8f8f8;
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
footer .foot-main .main-cont .cont-left {
  width: 4.5rem;
  height: auto;
}
footer .foot-main .main-cont .cont-left .left-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  color: #000;
}
footer .foot-main .main-cont .cont-left .left-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
footer .foot-main .main-cont .cont-left .left-cent .cent-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.1rem;
}
footer .foot-main .main-cont .cont-left .left-cent .cent-item span {
  width: 0.16rem;
  height: auto;
  line-height: 0.36rem;
}
footer .foot-main .main-cont .cont-left .left-cent .cent-item span img {
  width: 100%;
}
footer .foot-main .main-cont .cont-left .left-cent .cent-item .item-text {
  width: calc(100% - 0.3rem);
  height: auto;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #333;
}
footer .foot-main .main-cont .cont-left .left-cent .cent-item .item-text span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.18rem;
  color: #c30d23;
}
footer .foot-main .main-cont .cont-left .left-cent .cent-item .item-text em {
  font-size: 0.16rem;
}
footer .foot-main .main-cont .cont-form {
  width: 3.12rem;
  height: auto;
}
footer .foot-main .main-cont .cont-form input {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.15rem;
  margin-bottom: 0.16rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  border: none;
}
footer .foot-main .main-cont .cont-form textarea {
  width: 100%;
  height: 0.96rem;
  padding: 0.16rem 0.15rem;
  margin-bottom: 0.16rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  border: none;
}
footer .foot-main .main-cont .cont-form .form-button {
  display: block;
  width: 1.2rem;
  height: 0.48rem;
  margin-top: 0.16rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
  background: #c30d23;
}
footer .foot-main .main-cont .cont-form .form-button:hover {
  background: #e20000;
}
footer .foot-main .main-cont .cont-right {
  width: 4.1rem;
  height: auto;
}
footer .foot-main .main-cont .cont-right .right-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-right .right-share .share-item {
  position: relative;
  width: 21px;
  height: 21px;
  margin-left: 0.4rem;
}
footer .foot-main .main-cont .cont-right .right-share .share-item img {
  position: absolute;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-right .right-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-cont .cont-right .right-ewm {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
footer .foot-main .main-cont .cont-right .right-ewm .ewm-pic {
  width: 1.2rem;
  height: auto;
  margin-left: 0.24rem;
}
footer .foot-main .main-cont .cont-right .right-ewm .ewm-pic img {
  width: 100%;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  background: #c30d23;
}
footer .foot-bottom .bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
footer .foot-bottom .bottom-main .main-zizhi {
  font-size: 0.16rem;
  color: #fff;
}
footer .foot-bottom .bottom-main .main-text {
  font-size: 0.16rem;
  color: #fff;
}
footer .foot-bottom .bottom-main .main-text:hover {
  text-decoration: underline;
}
.container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.container .cont-plate1 .plate1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-top .top-video {
  position: relative;
  width: 7.4rem;
  height: auto;
}
.container .cont-plate1 .plate1-top .top-video .hidden-box {
  width: 100%;
  height: 100%;
}
.container .cont-plate1 .plate1-top .top-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-top .top-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;
}
.container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  cursor: pointer;
}
.container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  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-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box .button-svg {
  stroke-dasharray: 251 251;
  stroke-dashoffset: 251;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box:hover .button-svg {
  stroke-dashoffset: 0;
}
.container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-text {
  margin-left: 0.2rem;
  font-size: 0.3rem;
  color: #fff;
}
.container .cont-plate1 .plate1-top .top-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));
}
.container .cont-plate1 .plate1-top .top-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-top .top-video .video-box video {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-top .top-cent {
  width: 6.75rem;
  height: auto;
}
.container .cont-plate1 .plate1-top .top-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #333;
}
.container .cont-plate1 .plate1-top .top-cent .cent-text {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.container .cont-plate1 .plate1-top .top-cent .cent-button {
  display: block;
  width: 1.92rem;
  height: 0.64rem;
  margin-top: 0.8rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
  background: #c30d23;
}
.container .cont-plate1 .plate1-top .top-cent .cent-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.container .cont-plate1 .plate1-data {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 1rem auto 0;
}
.container .cont-plate1 .plate1-data .data-item {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-data .data-item .item-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #c30d23;
}
.container .cont-plate1 .plate1-data .data-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #666;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.3rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.container .cont-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-left {
  width: 4.3rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-left .left-title {
  margin-bottom: 0.6rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.52rem;
  text-transform: uppercase;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-left .left-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
}
.container .cont-plate2 .plate2-main .main-left .left-item .item-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  color: #c30d23;
}
.container .cont-plate2 .plate2-main .main-left .left-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-left .left-button {
  display: block;
  width: 1.92rem;
  height: 0.64rem;
  margin-top: 1.2rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
  background: #c30d23;
}
.container .cont-plate2 .plate2-main .main-left .left-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.container .cont-plate2 .plate2-main .main-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 9.6rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-right .right-item {
  width: calc(50% - 0.32rem);
  height: auto;
  margin-bottom: 0.55rem;
}
.container .cont-plate2 .plate2-main .main-right .right-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-right .right-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;
}
.container .cont-plate2 .plate2-main .main-right .right-item .item-title {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-MEDIUM';
  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-plate2 .plate2-main .main-right .right-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-plate2 .plate2-main .main-right .right-item:hover .item-title {
  color: #c30d23;
}
.container .cont-plate2 .plate2-main .main-right .right-item:nth-child(2n) {
  transform: translatey(0.96rem);
  -o-transform: translatey(0.96rem);
  -moz-transform: translatey(0.96rem);
  -webkit-transform: translatey(0.96rem);
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.container .cont-plate3 .plate3-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .cont-plate3 .plate3-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
}
.container .cont-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  padding: 1.35rem 0.6rem 0;
  background: rgba(255, 255, 255, 0.8);
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon {
  width: 0.56rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-title {
  color: #c30d23;
}
.container .cont-plate3 .plate3-main .main-button {
  display: block;
  width: 2rem;
  height: 0.64rem;
  margin: 0.15rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
  background: #c30d23;
}
.container .cont-plate3 .plate3-main .main-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.26rem 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.container .cont-plate4 .plate4-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .cont-plate4 .plate4-main .main-box .box-item {
  width: calc(100% / 4 - 0.36rem);
  height: 4.08rem;
  padding: 0.78rem 0.4rem 0;
  margin-right: 0.48rem;
  background: #fff;
  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-item .item-icon {
  width: 0.87rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-icon img {
  width: 100%;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-title {
  margin-top: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  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-main .main-box .box-item:hover {
  box-shadow: 4px 6px 38px 0px rgba(0, 0, 0, 0.13);
}
.container .cont-plate4 .plate4-main .main-box .box-item:hover .item-title {
  color: #c30d23;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.8rem;
}
.container .cont-plate5 .plate5-main {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-left {
  width: 4.15rem;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-left .left-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate5 .plate5-main .main-left .left-text {
  margin-top: 1rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #333;
}
.container .cont-plate5 .plate5-main .main-left .left-text2 {
  margin-top: 0.35rem;
  font-size: 0.16rem;
  color: #666;
}
.container .cont-plate5 .plate5-main .main-left .left-button {
  display: block;
  width: 1.92rem;
  height: 0.64rem;
  margin-top: 0.6rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
  background: #c30d23;
}
.container .cont-plate5 .plate5-main .main-left .left-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.container .cont-plate5 .plate5-main .main-right {
  position: relative;
  width: 10.4rem;
  height: auto;
  padding-bottom: 0.8rem;
  padding-top: 0.36rem;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-right .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
}
.container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 5 - 0.184rem);
  height: 1.2rem;
  margin-right: 0.23rem;
  margin-bottom: 0.24rem;
  background: #fff;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item img {
  max-width: 100%;
  width: auto;
  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-right .swiper-slide .slide-box .box-item:nth-child(5n) {
  margin-right: 0;
}
.container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item: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));
}
.container .cont-plate5 .plate5-main .main-right .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0.3rem;
  text-align: left;
}
.container .cont-plate5 .plate5-main .main-right .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  opacity: 1;
  border: solid 1px #c30d23;
  background: none;
}
.container .cont-plate5 .plate5-main .main-right .swiper-pagination .swiper-pagination-bullet-active {
  background: #c30d23;
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.container .cont-plate6 .plate6-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate6 .plate6-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-top .top-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate6 .plate6-main .main-top .top-list {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-top .top-list .list-item {
  display: block;
  width: auto;
  height: auto;
  padding: 0.12rem 0.2rem;
  margin-left: 0.05rem;
  font-size: 0.18rem;
  color: #333;
  border-radius: 0.03rem;
  cursor: pointer;
}
.container .cont-plate6 .plate6-main .main-top .top-list .list-item:hover {
  color: #fff;
  background: #c30d23;
}
.container .cont-plate6 .plate6-main .main-top .top-list .list-item-active {
  color: #fff;
  background: #c30d23;
}
.container .cont-plate6 .plate6-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide {
  width: calc(100% / 3 - 32px);
  height: auto;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-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;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.56rem 0.46rem 0.5rem;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-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-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-text {
  margin-top: 0.36rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  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-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-link {
  width: auto;
  margin: 0.4rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  text-transform: uppercase;
  color: #c30d23;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-link span {
  position: relative;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-link span::after {
  content: '';
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c30d23;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item:hover {
  background: #c30d23;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-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-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item:hover .item-cent .cent-title,
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item:hover .item-cent .cent-text {
  color: #fff;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item:hover .item-cent .cent-link {
  color: #fff;
}
.container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item:hover .item-cent .cent-link span::after {
  background: #fff;
}
.container .cont-plate6 .plate6-main .main-box .box-cont-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
.about .about-plate1 .plate1-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #333;
}
.about .about-plate1 .plate1-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  text-transform: uppercase;
  color: #c30d23;
}
.about .about-plate1 .plate1-text {
  margin-top: 0.4rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  background: #f8f8f8;
}
.about .about-plate2 .plate2-data {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-data .data-item {
  width: auto;
  height: auto;
}
.about .about-plate2 .plate2-data .data-item .item-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #c30d23;
}
.about .about-plate2 .plate2-data .data-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #666;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-video {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-video .hidden-box {
  width: 100%;
  height: 100%;
}
.about .about-plate3 .plate3-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-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-plate3 .plate3-video .hidden-box .box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  cursor: pointer;
}
.about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  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-plate3 .plate3-video .hidden-box .box-icon .icon-box .button-svg {
  stroke-dasharray: 251 251;
  stroke-dashoffset: 251;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box:hover .button-svg {
  stroke-dashoffset: 0;
}
.about .about-plate3 .plate3-video .hidden-box .box-icon .icon-text {
  margin-left: 0.2rem;
  font-size: 0.3rem;
  color: #fff;
}
.about .about-plate3 .plate3-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-plate3 .plate3-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-video .video-box video {
  width: 100%;
  height: auto;
}
.about .about-plate4 {
  display: flex;
  justify-content: flex-start;
  width: 15.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1.15rem;
}
.about .about-plate4 .plate4-item {
  width: 33.33%;
  height: auto;
  padding: 0.3rem 0 0;
}
.about .about-plate4 .plate4-item:first-of-type {
  padding-right: 0.78rem;
}
.about .about-plate4 .plate4-item:nth-child(2) {
  padding: 0.3rem 0.78rem 0;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
.about .about-plate4 .plate4-item:last-of-type {
  padding-left: 0.78rem;
}
.about .about-plate4 .plate4-item .item-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
}
.about .about-plate4 .plate4-item .item-text {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666;
}
.history {
  width: 100%;
  height: auto;
  padding: 1.28rem 0 1.1rem;
}
.history .history-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.history .history-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.history .history-main .main-box .box-top {
  position: relative;
  width: 1.68rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-box .box-top img {
  width: 100%;
}
.history .history-main .main-box .box-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8);
  color: #c30d23;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.history .history-main .main-box .box-line {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  width: 2px;
  height: calc(100% - 1rem);
  border-left: dashed 2px #dcdcdc;
  z-index: -1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-box .box-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.73rem;
  width: 2px;
  height: 100%;
  background: #f6f6f6;
}
.history .history-main .main-box .box-line::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.73rem;
  width: 2px;
  height: 100%;
  background: #f6f6f6;
}
.history .history-main .main-box .box-item {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.history .history-main .main-box .box-item .item-lump {
  width: 50%;
  height: auto;
}
.history .history-main .main-box .box-item .item-lump .lump-year {
  position: relative;
  padding-left: 1.96rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  color: #c30d23;
}
.history .history-main .main-box .box-item .item-lump .lump-year::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #c30d23;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.history .history-main .main-box .box-item .item-lump .lump-year::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.76rem;
  height: 1px;
  background: #c30d23;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.history .history-main .main-box .box-item .item-lump .lump-text {
  padding: 0.2rem 0 0 1.96rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}
.history .history-main .main-box .box-item:nth-child(even) {
  justify-content: flex-start;
}
.history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-year {
  padding-left: 0;
  padding-right: 1.96rem;
  text-align: right;
}
.history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-year::before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-year::after {
  left: auto;
  right: 0;
}
.history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-text {
  padding: 0.2rem 1.96rem 0 0;
  text-align: right;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.honor .honor-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.honor .honor-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.honor .honor-main .main-box .box-item {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  padding: 0.4rem;
  background: #f8f8f8;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.78rem;
  overflow: hidden;
}
.honor .honor-main .main-box .box-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;
}
.honor .honor-main .main-box .box-item .itme-title {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333333;
  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;
}
.honor .honor-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.honor .honor-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
}
.honor .honor-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));
}
.honor .honor-main .main-box .box-item:hover .itme-title {
  color: #c30d23;
}
.honor .honor-main .main-button {
  display: block;
  width: 2rem;
  height: 0.64rem;
  margin: 0 auto;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  background: #c30d23;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
}
.honor .honor-main .main-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.leader {
  width: 100%;
  height: auto;
  padding: 1.28rem 0 0.8rem;
}
.leader .leader-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.leader .leader-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.leader .leader-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.leader .leader-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(50% - 0.24rem);
  height: auto;
  margin-bottom: 0.48rem;
  background: #f8f8f8;
  cursor: pointer;
}
.leader .leader-main .main-box .box-item .item-pic {
  width: 3.12rem;
  height: auto;
  overflow: hidden;
}
.leader .leader-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;
}
.leader .leader-main .main-box .box-item .item-cent {
  width: calc(100% - 3.12rem);
  height: auto;
  padding: 1.2rem 0.64rem 0;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.leader .leader-main .main-box .box-item .item-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.leader .leader-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.38rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.leader .leader-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));
}
.leader .leader-main .main-box .box-item:hover .item-cent .cent-title {
  color: #c30d23;
}
.scientist {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.scientist .scientist-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.scientist .scientist-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.scientist .scientist-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0.8rem auto 0;
  background: #f8f8f8;
}
.scientist .scientist-main .main-box .box-pic {
  width: 5rem;
  height: auto;
  overflow: hidden;
}
.scientist .scientist-main .main-box .box-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;
}
.scientist .scientist-main .main-box .box-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));
}
.scientist .scientist-main .main-box .box-cent {
  width: calc(100% - 5rem);
  height: auto;
  padding: 1.1rem 1.2rem 0.5rem;
}
.scientist .scientist-main .main-box .box-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: #333;
}
.scientist .scientist-main .main-box .box-cent .cent-subtitle {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #333;
}
.scientist .scientist-main .main-box .box-cent .cent-text {
  position: relative;
  margin-top: 1rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}
.scientist .scientist-main .main-box .box-cent .cent-text::before {
  content: '“';
  position: absolute;
  top: -0.45rem;
  left: 0;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.72rem;
  color: #ccc;
}
.scientist .scientist-main .main-box .box-cent .cent-text::after {
  content: '”';
  position: absolute;
  bottom: -0.55rem;
  right: 0;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.72rem;
  color: #ccc;
}
.scientist .scientist-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.scientist .scientist-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 0.15rem);
  height: auto;
  margin-bottom: 0.3rem;
  background: #f8f8f8;
}
.scientist .scientist-main .main-cont .cont-item .item-pic {
  width: 3rem;
  height: auto;
  overflow: hidden;
}
.scientist .scientist-main .main-cont .cont-item .item-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;
}
.scientist .scientist-main .main-cont .cont-item .item-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));
}
.scientist .scientist-main .main-cont .cont-item .item-cent {
  width: calc(100% - 3rem);
  height: auto;
  padding: 0.5rem 0.4rem 0.35rem;
}
.scientist .scientist-main .main-cont .cont-item .item-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.28rem;
  line-height: 0.34rem;
  text-transform: uppercase;
  color: #333;
}
.scientist .scientist-main .main-cont .cont-item .item-cent .cent-subtitle {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #333;
}
.scientist .scientist-main .main-cont .cont-item .item-cent .cent-text {
  position: relative;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #333;
}
.scientist .scientist-main .main-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.scientist .scientist-main .main-lump .lump-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background: #f8f8f8;
}
.scientist .scientist-main .main-lump .lump-item:nth-child(3n) {
  margin-right: 0;
}
.scientist .scientist-main .main-lump .lump-item .item-pic {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}
.scientist .scientist-main .main-lump .lump-item .item-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;
}
.scientist .scientist-main .main-lump .lump-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.2rem;
}
.scientist .scientist-main .main-lump .lump-item .item-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.26rem;
  line-height: 0.32rem;
  text-transform: uppercase;
  color: #333;
}
.scientist .scientist-main .main-lump .lump-item .item-cent .cent-text {
  position: relative;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
}
.scientist .scientist-main .main-lump .lump-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));
}
.international {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.international .international-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.international .international-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.international .international-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}
.international .international-main .main-cent span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.international .international-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.autonomy {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.autonomy .autonomy-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.autonomy .autonomy-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.autonomy .autonomy-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}
.autonomy .autonomy-main .main-cent span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.autonomy .autonomy-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.autonomy .autonomy-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  padding: 0 1.12rem;
}
.autonomy .autonomy-main .main-box .box-swier {
  width: 100%;
  height: auto;
  padding: 0.65rem 0;
  overflow: hidden;
}
.autonomy .autonomy-main .main-box .box-swier .swiper-slide {
  width: 33.33%;
  height: auto;
}
.autonomy .autonomy-main .main-box .box-swier .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.autonomy .autonomy-main .main-box .box-swier .swiper-slide .slide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.autonomy .autonomy-main .main-box .box-swier .swiper-slide .slide-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));
}
.autonomy .autonomy-main .main-box .box-swier .swiper-slide-active {
  z-index: 9;
}
.autonomy .autonomy-main .main-box .box-swier .swiper-slide-active .slide-pic {
  transform: scale(1.3, 1.3) translateZ(0);
  -o-transform: scale(1.3, 1.3) translateZ(0);
  -moz-transform: scale(1.3, 1.3) translateZ(0);
  -webkit-transform: scale(1.3, 1.3 translateZ(0));
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-prev,
.autonomy .autonomy-main .main-box .autonomy-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  outline: none transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-prev img,
.autonomy .autonomy-main .main-box .autonomy-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 0.18rem;
  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;
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-prev .img2,
.autonomy .autonomy-main .main-box .autonomy-swiper-button-next .img2 {
  opacity: 0;
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-prev:hover,
.autonomy .autonomy-main .main-box .autonomy-swiper-button-next:hover {
  background: #c30d23;
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-prev:hover .img1,
.autonomy .autonomy-main .main-box .autonomy-swiper-button-next:hover .img1 {
  opacity: 0;
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-prev:hover .img2,
.autonomy .autonomy-main .main-box .autonomy-swiper-button-next:hover .img2 {
  opacity: 1;
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-prev {
  left: 0;
}
.autonomy .autonomy-main .main-box .autonomy-swiper-button-next {
  right: 0;
}
.patent {
  width: 100%;
  height: auto;
  padding: 1.28rem 0 0.8rem;
}
.patent .patent-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.patent .patent-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.patent .patent-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.patent .patent-main .main-box .box-item {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  padding: 0.4rem 0.4rem 0.45rem;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.patent .patent-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.patent .patent-main .main-box .box-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.patent .patent-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
}
.product {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.product .product-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.product .product-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.product .product-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.55rem;
}
.product .product-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: auto;
}
.product .product-main .main-box .box-item .item-pic img {
  width: 100%;
}
.product .product-main .main-box .box-item .item-pic .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.4rem 0;
  background: rgba(195, 13, 35, 0.9);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-pic .item-cent .cent-title {
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-main .main-box .box-item .item-pic .item-cent .cent-text {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product .product-main .main-box .box-item .item-pic .item-cent .cent-button {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0.65rem auto 0;
  font-size: 0.48rem;
  text-align: center;
  line-height: 0.64rem;
  color: #c30d23;
  border-radius: 50%;
  background: #fff;
}
.product .product-main .main-box .box-item .item-title {
  margin-top: 0.35rem;
  padding: 0 0.2rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.24rem;
  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-box .box-item:hover .item-pic .item-cent {
  opacity: 1;
}
.product .product-main .main-box .box-item:hover .item-title {
  opacity: 0;
}
.product .product-main .main-button {
  display: block;
  width: 2rem;
  height: 0.64rem;
  margin: 0.1rem auto 0;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  background: #c30d23;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
}
.product .product-main .main-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.productDetails {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.productDetails .productDetails-main {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-main .main-cont {
  width: 50%;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-pic {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.productDetails .productDetails-main .main-cont .cont-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-cont .cont-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-cont .cont-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  padding: 0 0.5rem;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 5 - 0.08rem);
  height: auto;
  margin-right: 0.1rem;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 1.3rem;
  padding: 0.05rem;
  border: solid 1px #ccc;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box 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-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover {
  border: solid 1px #c30d23;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
  border: solid 1px #c30d23;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev,
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.4rem;
  height: 0.6rem;
  border: solid 2px #c30d23;
  cursor: pointer;
  outline: none;
  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-cont .cont-bottom .bottom-swiper-button-prev img,
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  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;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev .img2,
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover,
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next:hover {
  background: #c30d23;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover .img1,
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover .img2,
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev {
  left: 0;
}
.productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next {
  right: 0;
}
.productDetails .productDetails-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0.38rem 0 0 1.28rem;
}
.productDetails .productDetails-main .main-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  line-height: 0.48rem;
  color: #000;
}
.productDetails .productDetails-main .main-cent .cent-text {
  margin-top: 0.36rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}
.productDetails .productDetails-main .main-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.productDetails .productDetails-main .main-cent .cent-box .box-item {
  width: 1.5rem;
  height: auto;
  margin-right: 0.35rem;
}
.productDetails .productDetails-main .main-cent .cent-box .box-item:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-main .main-cent .cent-box .box-item .item-icon {
  width: 0.61rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-main .main-cent .cent-box .box-item .item-icon img {
  width: 100%;
}
.productDetails .productDetails-main .main-cent .cent-box .box-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
}
.productDetails .productDetails-main .main-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding: 0.2rem 0;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.productDetails .productDetails-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetails .productDetails-main .main-cent .cent-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.48rem;
  height: 0.64rem;
  margin-right: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.05rem;
  background: #c30d23;
}
.productDetails .productDetails-main .main-cent .cent-bottom .bottom-button:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-main .main-cent .cent-bottom .bottom-button img {
  width: 0.4rem;
  height: auto;
  margin-right: 0.08rem;
}
.productDetails .productDetails-main .main-cent .cent-bottom .bottom-button:hover {
  background: #e20000;
}
.productDetails .productDetails-bottom {
  width: 15.38rem;
  height: auto;
  margin: 0.65rem auto 0;
}
.productDetails .productDetails-bottom .bottom-title {
  margin-top: 0.8rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #000;
}
.productDetails .productDetails-bottom .bottom-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.productDetails .productDetails-bottom .bottom-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.35rem;
}
.productDetails .productDetails-bottom .bottom-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.productDetails .productDetails-bottom .bottom-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-bottom .bottom-box .box-item .item-pic img {
  width: 100%;
}
.productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.4rem 0;
  background: rgba(195, 13, 35, 0.9);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent .cent-title {
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent .cent-text {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent .cent-button {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0.65rem auto 0;
  font-size: 0.48rem;
  text-align: center;
  line-height: 0.64rem;
  color: #c30d23;
  border-radius: 50%;
  background: #fff;
}
.productDetails .productDetails-bottom .bottom-box .box-item .item-title {
  margin-top: 0.35rem;
  padding: 0 0.2rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.24rem;
  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;
}
.productDetails .productDetails-bottom .bottom-box .box-item:hover .item-pic .item-cent {
  opacity: 1;
}
.productDetails .productDetails-bottom .bottom-box .box-item:hover .item-title {
  opacity: 0;
}
.customer {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.customer .customer-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.customer .customer-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.customer .customer-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eee;
}
.customer .customer-main .main-box .box-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% / 6);
  height: 1.8rem;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.customer .customer-main .main-box .box-logo img {
  width: 100%;
}
.customer .customer-main .main-box .box-logo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.customer .customer-main .main-box .box-logo span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #c30d23;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customer .customer-main .main-box .box-logo span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c30d23;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customer .customer-main .main-box .box-logo em {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.customer .customer-main .main-box .box-logo em::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #c30d23;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customer .customer-main .main-box .box-logo em::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #c30d23;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customer .customer-main .main-box .box-logo:hover span::before {
  height: 100%;
}
.customer .customer-main .main-box .box-logo:hover span::after {
  width: 100%;
}
.customer .customer-main .main-box .box-logo:hover em::before {
  height: 100%;
}
.customer .customer-main .main-box .box-logo:hover em::after {
  width: 100%;
}
.message {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
  background: url(../images/message/bg.png) no-repeat left bottom;
  background-size: 100%;
}
.message .message-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.message .message-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.message .message-main .main-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.message .message-main .main-form input {
  width: calc(50% - 0.16rem);
  height: 0.64rem;
  padding: 0 0.3rem;
  margin-bottom: 0.32rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  color: #666;
  background: #fff;
  border: none;
}
.message .message-main .main-form input::placeholder {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
}
.message .message-main .main-form textarea {
  width: 100%;
  height: 1.84rem;
  padding: 0.3rem 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  background: #fff;
  border: none;
}
.message .message-main .main-form textarea::placeholder {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
}
.message .message-main .main-button {
  display: block;
  width: 2rem;
  height: 0.64rem;
  margin-top: 0.32rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.64rem;
  text-transform: uppercase;
  color: #fff;
  background: #c30d23;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
}
.message .message-main .main-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.brand {
  width: 100%;
  height: auto;
}
.brand .brand-plate1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1.28rem 0;
  border-bottom: solid 1px #eeeeee;
}
.brand .brand-plate1 .plate1-main {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.12rem;
}
.brand .brand-plate1 .plate1-main .main-box {
  width: 100%;
  height: auto;
  padding: 1.1rem 0;
  overflow: hidden;
}
.brand .brand-plate1 .plate1-main .main-box .swiper-slide {
  width: calc(100% / 5);
  height: auto;
}
.brand .brand-plate1 .plate1-main .main-box .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.brand .brand-plate1 .plate1-main .main-box .swiper-slide .slide-pic img {
  width: 100%;
}
.brand .brand-plate1 .plate1-main .main-box .swiper-slide-active {
  z-index: 59 !important;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-prev,
.brand .brand-plate1 .plate1-main .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  outline: none transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-prev img,
.brand .brand-plate1 .plate1-main .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 0.18rem;
  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;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-prev .img2,
.brand .brand-plate1 .plate1-main .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-prev:hover,
.brand .brand-plate1 .plate1-main .plate1-swiper-button-next:hover {
  background: #c30d23;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
.brand .brand-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
.brand .brand-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-prev {
  left: 0;
}
.brand .brand-plate1 .plate1-main .plate1-swiper-button-next {
  right: 0;
}
.brand .brand-plate2 {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.brand .brand-plate2 .plate2-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.brand .brand-plate2 .plate2-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.brand .brand-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.brand .brand-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
}
.brand .brand-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.brand .brand-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.brand .brand-plate2 .plate2-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;
}
.brand .brand-plate2 .plate2-main .main-box .box-item .item-title {
  margin-top: 0.32rem;
  font-size: 0.24rem;
  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;
}
.brand .brand-plate2 .plate2-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));
}
.brand .brand-plate2 .plate2-main .main-box .box-item:hover .item-title {
  color: #c30d23;
}
.brand .brand-plate2 .plate2-main .main-button {
  display: block;
  width: 2rem;
  height: 0.64rem;
  margin: 0.2rem auto 0;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  background: #c30d23;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
}
.brand .brand-plate2 .plate2-main .main-button:hover {
  border: solid 2px #e20000;
  background: #e20000;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.news .news-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.news .news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.news .news-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  background: #fff;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .news-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;
}
.news .news-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.56rem 0.46rem 0.5rem;
}
.news .news-main .main-box .box-item .item-cent .cent-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;
}
.news .news-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.36rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  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-box .box-item .item-cent .cent-link {
  width: auto;
  margin: 0.4rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  text-transform: uppercase;
  color: #c30d23;
}
.news .news-main .main-box .box-item .item-cent .cent-link span {
  position: relative;
}
.news .news-main .main-box .box-item .item-cent .cent-link span::after {
  content: '';
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c30d23;
}
.news .news-main .main-box .box-item:hover {
  background: #c30d23;
}
.news .news-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));
}
.news .news-main .main-box .box-item:hover .item-cent .cent-title,
.news .news-main .main-box .box-item:hover .item-cent .cent-text {
  color: #fff;
}
.news .news-main .main-box .box-item:hover .item-cent .cent-link {
  color: #fff;
}
.news .news-main .main-box .box-item:hover .item-cent .cent-link span::after {
  background: #fff;
}
.news .news-main .main-button {
  display: block;
  width: 2rem;
  height: 0.64rem;
  margin: 0 auto;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  background: #c30d23;
  border-radius: 0.05rem;
  border: solid 2px #c30d23;
}
.news .news-main .main-button:hover {
  background: #e20000;
  border: solid 2px #e20000;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.contact .contact-main {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-cent {
  width: 8.66rem;
  height: auto;
  padding: 0.3rem 1.1rem 0 0;
}
.contact .contact-main .main-cent .cent-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  color: #000;
}
.contact .contact-main .main-cent .cent-cont {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.contact .contact-main .main-cent .cent-cont .cont-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.25rem;
}
.contact .contact-main .main-cent .cent-cont .cont-item span {
  width: 0.2rem;
  height: auto;
  line-height: 0.36rem;
}
.contact .contact-main .main-cent .cent-cont .cont-item span img {
  width: 100%;
}
.contact .contact-main .main-cent .cent-cont .cont-item .item-text {
  width: calc(100% - 0.4rem);
  height: auto;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.contact .contact-main .main-cent .cent-cont .cont-item .item-text span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.18rem;
  color: #c30d23;
}
.contact .contact-main .main-cent .cent-cont .cont-item .item-text em {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.18rem;
  color: #333;
}
.contact .contact-main .main-cent .cent-ewm {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.contact .contact-main .main-cent .cent-ewm .ewm-pic {
  width: 1.68rem;
  height: auto;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
}
.contact .contact-main .main-cent .cent-ewm .ewm-pic img {
  width: 100%;
}
.contact .contact-main .main-map {
  width: 6.72rem;
  height: auto;
}
.contact .contact-main .main-map img {
  width: 100%;
}
.newsDetails {
  width: 100%;
  height: auto;
  padding: 1.28rem 0;
}
.newsDetails .newsDetails-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-top {
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-main .main-top .top-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  text-align: center;
  color: #333;
}
.newsDetails .newsDetails-main .main-top .top-time {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  text-align: center;
  color: #666;
}
.newsDetails .newsDetails-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}
.newsDetails .newsDetails-main .main-cent span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.newsDetails .newsDetails-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  margin-top: 0.8rem;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.newsDetails .newsDetails-main .main-bottom .bottom-item {
  position: relative;
  width: 45%;
  height: auto;
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetails .newsDetails-main .main-bottom .bottom-item:hover span {
  color: #c30d23;
}
.newsDetails .newsDetails-main .main-bottom .bottom-item:nth-child(2) {
  width: 0.24rem;
}
.newsDetails .newsDetails-main .main-bottom .bottom-item:nth-child(2) img {
  width: 100%;
}
.newsDetails .newsDetails-main .main-bottom .bottom-item:last-of-type {
  text-align: right;
}
.newsDetails .newsDetails-main .main-title {
  margin-top: 0.75rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #000;
}
.newsDetails .newsDetails-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetails .newsDetails-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  background: #fff;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.newsDetails .newsDetails-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetails .newsDetails-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;
}
.newsDetails .newsDetails-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.56rem 0.46rem 0.5rem;
}
.newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-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;
}
.newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.36rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  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;
}
.newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-link {
  width: auto;
  margin: 0.4rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  text-transform: uppercase;
  color: #c30d23;
}
.newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-link span {
  position: relative;
}
.newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-link span::after {
  content: '';
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c30d23;
}
.newsDetails .newsDetails-main .main-box .box-item:hover {
  background: #c30d23;
}
.newsDetails .newsDetails-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));
}
.newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-title,
.newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-text {
  color: #fff;
}
.newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-link {
  color: #fff;
}
.newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-link span::after {
  background: #fff;
}
.pupop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 7.5rem;
  padding: 0.15rem;
  margin: -3.75rem 0 0 -4.5rem;
  background: #fff;
}
.pupop-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #333;
}
.pupop-box .box-cont .cont-hiden {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 -0.4rem;
  padding-top: 0.1rem;
  text-align: center;
  background: #c30d23;
  cursor: pointer;
}
.pupop-box .box-cont .cont-hiden img {
  width: 0.24rem;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .cont-hiden .hide-title {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.pupop-box .box-cont .pupop-swiper-button-prev,
.pupop-box .box-cont .pupop-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev img,
.pupop-box .box-cont .pupop-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 0.18rem;
  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;
}
.pupop-box .box-cont .pupop-swiper-button-prev .img2,
.pupop-box .box-cont .pupop-swiper-button-next .img2 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover,
.pupop-box .box-cont .pupop-swiper-button-next:hover {
  background: #c30d23;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
  opacity: 1;
}
.pupop-box .box-cont .pupop-swiper-button-prev {
  left: -1rem;
}
.pupop-box .box-cont .pupop-swiper-button-next {
  right: -1rem;
}
.pupop-box-active {
  opacity: 1;
  visibility: visible;
}
.page-list {
  width: 2.72rem;
  height: auto;
}
.page-list .list-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.page-list .list-item .item-title {
  display: block;
  width: 100%;
  height: 0.72rem;
  padding: 0 0.2rem 0 0.4rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.72rem;
  color: #fff;
  background: #c30d23;
}
.page-list .list-item .item-cont {
  width: 100%;
  height: auto;
}
.page-list .list-item .item-cont .cont-title {
  display: block;
  height: 0.72rem;
  padding: 0 0.4rem;
  font-size: 0.2rem;
  line-height: 0.72rem;
  color: #222;
  background: #f8f8f8;
  border-bottom: solid 1px #fff;
}
.page-list .list-item .item-cont .cont-title:hover {
  font-weight: bold;
  color: #c30d23;
  background: #e9e9e9;
}
.page-list .list-item .item-cont .cont-title-active {
  font-weight: bold;
  color: #c30d23;
  background: #e9e9e9;
}
.page-list .list-item .item-cont .cont-title-active2 {
  font-weight: bold;
  color: #c30d23;
  background: #e9e9e9;
}
.page-list .list-item .item-cont .cont-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.4rem;
  background: #f8f8f8;
}
.page-list .list-item .item-cont .cont-cent .cent-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
  font-size: 0.18rem;
  color: #222;
}
.page-list .list-item .item-cont .cont-cent .cent-link:hover {
  color: #c30d23;
}
.page-message {
  position: fixed;
  right: 12px;
  bottom: 20px;
  z-index: 999;
}
.page-message .message-main {
  display: flex;
  position: relative;
  padding: 20px 12px;
  background: #FFFFFF;
  box-shadow: 20px 5px 49px 0px rgba(39, 39, 39, 0.16);
  border-radius: 8px;
}
.page-message .message-main .main-pic {
  width: 90px;
  height: 90px;
  margin-right: 12px;
}
.page-message .message-main .main-pic img {
  width: 100%;
}
.page-message .message-main .main-cent .cent-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 3px;
  color: #464646;
  text-shadow: 20px 5px 49px rgba(39, 39, 39, 0.16);
}
.page-message .message-main .main-cent .cent-text {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  color: #000000;
  text-shadow: 20px 5px 49px rgba(39, 39, 39, 0.16);
}
.page-message .message-main .main-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-message .message-main .main-cent .cent-bottom a {
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  text-shadow: 20px 5px 49px rgba(39, 39, 39, 0.16);
  box-shadow: 20px 5px 49px 0px rgba(39, 39, 39, 0.16);
  border-radius: 4px;
}
.page-message .message-main .main-cent .cent-bottom a:first-of-type {
  background: #B81C22;
}
.page-message .message-main .main-cent .cent-bottom a:last-of-type {
  background: #17B092;
}
.page-message .message-main .main-cent .cent-bottom a img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.page-message .message-main .main-hide {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.page-message .message-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-message .message-main .main-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.page-weixin {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  background: #fff;
  box-shadow: 20px 5px 49px 0px rgba(39, 39, 39, 0.16);
  z-index: 999;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.page-weixin .weixn-pic {
  width: 200px;
  height: auto;
}
.page-weixin .weixn-pic img {
  width: 100%;
}
.page-weixin .weixn-title {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #333;
}
.page-weixin .weixn-hide {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.page-weixin .weixn-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-weixin .weixn-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.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;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #666;
  background: #f8f8f8;
}
.page-number .page-item:first-of-type {
  font-family: '宋体';
  font-size: 17px;
  font-weight: bold;
}
.page-number .page-item:last-of-type {
  font-family: '宋体';
  font-size: 17px;
  font-weight: bold;
}
.page-number .page-item:hover {
  color: #fff;
  background: #c30d23;
}
.page-number .page-item-active {
  color: #fff;
  background: #c30d23 !important;
}
.page-number .bg {
  background: #f8f8f8;
}
.Wpage-number {
  display: none;
}
.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: #c30d23;
  border-bottom: 1px solid #c30d23;
}
.fixed-left .left-item:hover::before {
  background-color: #c30d23;
}
.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;
}
@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% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    opacity: 1;
  }
  100% {
    transform: translatey(0.3rem);
    -o-transform: translatey(0.3rem);
    -moz-transform: translatey(0.3rem);
    -webkit-transform: translatey(0.3rem);
    opacity: 0;
  }
}
@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);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
