.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;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.88rem;
  background: #fff;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0.48rem;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 1.65rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-weight: bold;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.88rem;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e60012;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #e60012 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-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));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.88rem;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 0.25rem 0;
  background: rgba(35, 24, 21, 0.9);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  padding: 0 0.35rem;
  font-size: var(--fs16);
  text-align: center;
  color: #cccccc;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #e60012 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  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-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 16px;
  border-radius: 50%;
  border: solid 1px #e6e6e6;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: #e60012 url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 16px;
  border: solid 1px #e60012;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: 1.12rem;
  height: 100%;
  margin-left: 0.32rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-bpx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.4rem;
  border-radius: 0.45rem;
  background: #e60012;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang-work.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.08rem;
  font-family: Arial;
  font-weight: bold;
  font-size: var(--fs14);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.88rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  font-weight: bold;
  color: #e60012;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active2 {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.88rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  top: 0.2rem;
  right: 0.6rem;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
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;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  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-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs40);
  text-align: center;
  letter-spacing: 0.1rem;
  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-pagination {
  display: block;
  bottom: 0.78rem;
  left: 50%;
  width: auto;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination::before {
  content: '';
  position: absolute;
  top: 58%;
  left: 50%;
  width: calc(100% - 20px);
  height: 1px;
  background: #fff;
  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 {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 0.55rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: none;
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  background: #a8aeb0;
  border: solid 1px #fff;
  opacity: 0;
  border-radius: 50%;
  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;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 36px;
  margin: -18px 0 0 -17px;
  background: url(../images/icon/icon-banner-pagination-pic.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:hover::after {
  opacity: 0.5;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin: 0 0.55rem 0 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin: 0 0 0 0.55rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text {
  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 .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.64rem;
  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 {
  font-weight: bold;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs20);
  text-align: center;
  color: #fff;
}
header .head-banner .banner-box {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 4.7rem;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-banner .banner-box .box-English {
  font-size: var(--fs30);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-subtitle {
  margin-top: 0.3rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .head-banner .swiper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1.12rem;
  height: auto;
  margin-left: -0.56rem;
}
header .head-banner .swiper-bottom .banner-swiper-button-prev,
header .head-banner .swiper-bottom .banner-swiper-button-next {
  width: 0.46rem;
  height: 0.46rem;
  opacity: 0.5;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-bottom .banner-swiper-button-prev img,
header .head-banner .swiper-bottom .banner-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-bottom .banner-swiper-button-prev:hover,
header .head-banner .swiper-bottom .banner-swiper-button-next:hover {
  opacity: 1;
}
header .head-strip {
  width: 100%;
  height: 0.96rem;
  background: #ffffff;
  border-bottom: solid 1px #e6e6e6;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 12.64rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.75rem;
  font-size: var(--fs18);
  text-align: center;
  color: #231815;
}
header .head-strip .strip-box .box-left .left-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e60012;
  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-left .left-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-left .left-item:last-of-type {
  margin-right: 0;
}
header .head-strip .strip-box .box-left .left-item-on {
  font-weight: bold;
}
header .head-strip .strip-box .box-left .left-item-on::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-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
  line-height: 0.7rem;
}
header .head-strip .strip-box .box-right .right-icon {
  width: 14px;
  margin-right: 0.15rem;
}
header .head-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
header .head-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #e60012;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #231815;
}
header .head-strip .strip-box .box-right .right-text em {
  display: inline-block;
  margin: 0 0.05rem;
}
header .head-strip .strip-box .box-right .red {
  color: #c50815;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.75rem !important;
  background: #231815;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.52rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  width: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  font-weight: bold;
  font-size: var(--fs18);
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #999;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-main .main-cont {
  position: relative;
  width: auto;
}
footer .foot-main .main-cont .cont-title {
  font-weight: bold;
  font-size: var(--fs18);
  color: #fff;
}
footer .foot-main .main-cont .cont-ewm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-cont .cont-ewm .ewm-item {
  width: 1.12rem;
  height: auto;
  margin-right: 0.16rem;
  text-align: center;
}
footer .foot-main .main-cont .cont-ewm .ewm-item img {
  width: 100%;
  border-radius: 0.04rem;
}
footer .foot-main .main-cont .cont-ewm .ewm-item p {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  color: #999;
}
footer .foot-main .main-cont .cont-ewm .ewm-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-cont .cont-link {
  position: relative;
  left: calc(100% - 248px);
  width: 248px;
  margin-top: 0.8rem;
}
footer .foot-main .main-cont .cont-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-main .main-cont .cont-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #999;
  height: 48px;
  line-height: 46px;
  background-color: #231815;
  border-radius: 45px;
  border: solid 1px #4f4644;
  padding: 0 40px 0 26px;
  background-image: url(../images/icon/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
}
footer .foot-main .main-cont .cont-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  border-bottom: none;
  border-radius: 12px;
  padding-bottom: 36px;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a {
  display: block;
  color: #999;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a:hover {
  color: #e60012;
}
footer .foot-main .main-cont .cont-link .link-box:hover .box-name {
  border: solid 1px #fff;
  background-color: #fff;
  background-image: url(../images/icon/icon-arrow4.png);
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
}
footer .foot-bottom .bottom-list {
  width: auto;
  height: auto;
  font-size: var(--fs16);
}
footer .foot-bottom .bottom-list a {
  margin-left: 0.35rem;
  color: #989898;
}
footer .foot-bottom .bottom-list a:first-of-type {
  margin-left: 0;
}
footer .foot-bottom .bottom-list a:hover {
  color: #fff;
}
footer .foot-bottom .bottom-zizhi {
  font-size: var(--fs16);
  color: #989898;
}
footer .foot-bottom .bottom-zizhi a {
  color: #989898;
}
footer .foot-bottom .bottom-zizhi a:hover {
  color: #fff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.1rem;
  background: #f5f5f5;
}
.container .cont-plate1 .plate1-text {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  text-align: center;
  color: #231815;
}
.container .cont-plate1 .plate1-main {
  position: relative;
  width: 18.24rem;
  height: auto;
  margin: 0.65rem auto 0;
}
.container .cont-plate1 .plate1-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent {
  width: 5.92rem;
  height: auto;
  padding: 1rem 0.6rem 0.3rem 0.8rem;
  background: url(../images/plate1-bg.png) no-repeat right bottom;
  background-size: 5.43rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-title {
  font-weight: bold;
  font-size: var(--fs48);
  color: #000;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-title em {
  color: #e60012;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #444;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-pic {
  width: 12.32rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-cont .cont-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-main .main-cont .cont-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate1 .plate1-main .main-button {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0.64rem;
  left: 7rem;
  width: auto;
}
.container .cont-plate1 .plate1-main .main-button .button-item {
  width: 1.68rem;
  height: 0.56rem;
  margin-right: 0.64rem;
  font-weight: bold;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.5rem;
  color: #231815;
  border-radius: 0.45rem;
  border: solid 2px #e60012;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-button .button-item:hover {
  color: #fff;
  background: #e60012;
}
.container .cont-plate1 .plate1-main .main-button .button-item-on {
  color: #fff;
  background: #e60012;
}
.container .cont-plate1 .plate1-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.22rem;
  padding: 0.5rem 0;
  overflow: hidden;
}
.container .cont-plate1 .plate1-swiper .swiper-slide {
  width: 4.32rem;
  height: auto;
  margin-right: 0.32rem;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.32rem 0.32rem 0.45rem;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.14rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  padding-top: 0.45rem;
  border-top: solid 1px #eeeeee;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-icon {
  width: auto;
  height: 0.4rem;
  margin: 0 auto;
  text-align: center;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
  width: auto;
  height: 100%;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.15rem;
  font-weight: bold;
  font-size: var(--fs24);
  text-align: center;
  color: #231815;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-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-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #e60012;
}
.container .cont-plate1 .plate1-swiper .swiper-slide:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.container .cont-plate1 .plate1-button {
  display: block;
  width: 1.6rem;
  height: auto;
  margin: 0.22rem auto 0;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #e60012;
  position: relative;
}
.container .cont-plate1 .plate1-button:hover {
  background: #ff0014;
}
.container .cont-plate2 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0;
}
.container .cont-plate2 .plate2-text {
  width: 100%;
  height: auto;
  padding: 0 0.9rem;
  margin-top: 0.1rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.3rem;
  color: #444;
}
.container .cont-plate2 .plate2-button {
  display: block;
  width: 1.6rem;
  height: auto;
  margin: 0.35rem auto 0;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #e60012;
  position: relative;
}
.container .cont-plate2 .plate2-button:hover {
  background: #ff0014;
}
.container .cont-plate2 .plate2-pic {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-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-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));
}
.container .cont-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.6rem;
}
.container .cont-plate3 .plate3-main .main-item {
  display: flex;
  justify-content: space-between;
  width: calc(100% / 2 - 0.22rem);
  height: auto;
  background: #f5f5f5;
  border-radius: 0.12rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-item .item-pic {
  width: 4rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-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;
}
.container .cont-plate3 .plate3-main .main-item .item-cent {
  width: calc(100% - 4rem);
  height: auto;
  padding: 0.4rem 0.4rem 0.35rem;
  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-item .item-cent .cent-title {
  height: 0.9rem;
  font-weight: bold;
  font-size: var(--fs24);
  line-height: 0.3rem;
  color: #231815;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-time {
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #e60012;
}
.container .cont-plate3 .plate3-main .main-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.container .cont-plate3 .plate3-main .main-item:hover .item-cent {
  background: #fff;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  padding: 1.2rem 0;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent {
  width: 6.64rem;
  height: auto;
  padding-top: 0.1rem;
  padding-right: 1.05rem;
}
.about .about-plate1 .plate1-main .main-cent .page-title {
  text-align: left;
}
.about .about-plate1 .plate1-main .main-cent .cent-subtitle {
  margin-top: 0.4rem;
  font-weight: bold;
  font-size: var(--fs30);
  color: #231815;
}
.about .about-plate1 .plate1-main .main-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: #e60012;
}
.about .about-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  text-align: justify;
  color: #444;
}
.about .about-plate1 .plate1-main .main-pic {
  width: 6rem;
  height: auto;
  border-radius: 0.12rem;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate1 .plate1-video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about .about-plate1 .plate1-video .video-pic {
  width: 100%;
  height: auto;
  border-radius: 0.12rem;
  overflow: hidden;
}
.about .about-plate1 .plate1-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.about .about-plate1 .plate1-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.84rem;
  height: 0.84rem;
  margin: -0.42rem 0 0 -0.42rem;
  border-radius: 50%;
  cursor: pointer;
}
.about .about-plate1 .plate1-video .video-play img {
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-video .video-play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  background: #fff;
  animation: mapAddress linear infinite 3s;
}
.about .about-plate1 .plate1-video .video-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.about .about-plate1 .plate1-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.about .about-plate2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8.23rem;
  height: 7.52rem;
  background: url(../images/about-bg.png) no-repeat top left;
  background-size: cover;
}
.about .about-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.about .about-plate2 .plate2-main .main-pic {
  width: 6rem;
  height: auto;
  border-radius: 0.12rem;
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-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-plate2 .plate2-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 .plate2-main .main-cent {
  width: 5.6rem;
  height: auto;
}
.about .about-plate2 .plate2-main .main-cent .cent-title {
  font-weight: bold;
  font-size: var(--fs48);
  color: #000;
}
.about .about-plate2 .plate2-main .main-cent .cent-title em {
  color: #e60012;
}
.about .about-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.5rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #444;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.4rem;
  background: url(../images/about-bg2.png) no-repeat bottom left;
  background-size: 100%;
}
.about .about-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
}
.about .about-plate3 .plate3-main .main-cont {
  width: 5.7rem;
  height: auto;
}
.about .about-plate3 .plate3-main .main-cont .page-title {
  text-align: left;
}
.about .about-plate3 .plate3-main .main-cont .cont-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #444;
}
.about .about-plate3 .plate3-main .main-cont .cont-year {
  position: relative;
  margin-top: 1.5rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.6rem;
  color: #231815;
  z-index: 9;
}
.about .about-plate3 .plate3-main .main-cont .cont-year em {
  position: relative;
  color: #e60012;
}
.about .about-plate3 .plate3-main .main-cont .cont-year em::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.28rem;
  height: 3.28rem;
  margin: -1.64rem 0 0 -1.64rem;
  background: url(../images/icon/icon-about-pic1.png) no-repeat center center;
  background-size: 100%;
  z-index: -1;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate3 .plate3-main .main-cont .cont-year:hover em::after {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.about .about-plate3 .plate3-main .main-cont .cont-year-on em::after {
  animation: load 0.8s ease;
}
.about .about-plate3 .plate3-main .main-box {
  width: 5.6rem;
  height: 5.6rem;
  padding-right: 0.6rem;
  margin-top: 0.6rem;
  margin-right: -0.6rem;
  overflow: auto;
}
.about .about-plate3 .plate3-main .main-box .box-item {
  width: 100%;
  height: auto;
  padding-bottom: 0.35rem;
  padding-top: 0.45rem;
  border-bottom: solid 2px #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  color: #231815;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-text {
  margin-top: 0.2rem;
  font-size: var(--fs20);
  line-height: 0.4rem;
  color: #333;
}
.about .about-plate3 .plate3-main .main-box .box-item:first-of-type {
  padding-top: 0;
}
.about .about-plate3 .plate3-main .main-box .box-item-on {
  border-bottom: solid 2px #e60012;
}
.about .about-plate3 .plate3-main .main-box .box-item-on .item-title {
  color: #e60012;
}
.about .about-plate4 {
  padding: 1.2rem 0;
}
.about .about-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-item {
  position: relative;
  width: calc(100% / 4);
  height: 5.28rem;
  background: #f9f9f9;
  border-right: solid 1px #e5e5e5;
}
.about .about-plate4 .plate4-main .main-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-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;
}
.about .about-plate4 .plate4-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.3rem 0;
}
.about .about-plate4 .plate4-main .main-item .item-cent .cent-icon {
  position: relative;
  width: 0.59rem;
  height: 0.56rem;
}
.about .about-plate4 .plate4-main .main-item .item-cent .cent-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-item .item-cent .cent-icon .img2 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .main-item .item-cent .cent-title {
  margin-top: 0.45rem;
  font-weight: bold;
  font-size: var(--fs30);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-item .item-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs24);
  color: #333;
  text-transform: uppercase;
  opacity: 0.3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-item .item-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #231815;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-item:last-of-type {
  border-right: none;
}
.about .about-plate4 .plate4-main .main-item:hover {
  border-right: solid 1px #f9f9f9;
}
.about .about-plate4 .plate4-main .main-item:hover .item-pic {
  opacity: 1;
}
.about .about-plate4 .plate4-main .main-item:hover .item-cent .cent-icon .img1 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .main-item:hover .item-cent .cent-icon .img2 {
  opacity: 1;
}
.about .about-plate4 .plate4-main .main-item:hover .item-cent .cent-title,
.about .about-plate4 .plate4-main .main-item:hover .item-cent .cent-English,
.about .about-plate4 .plate4-main .main-item:hover .item-cent .cent-text {
  color: #fff;
}
.about .about-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.25rem;
  background: #fbfbfb;
}
.about .about-plate5 .plate5-main .main-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  text-align: center;
  color: #444;
}
.about .about-plate5 .plate5-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 3 - 0.213334rem);
  height: auto;
  margin-right: 0.32rem;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.96rem;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-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;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-weight: bold;
  font-size: var(--fs20);
  text-align: center;
  color: #231815;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  border-radius: 50%;
  border: solid 2px #e60012;
  outline: none;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  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-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover {
  background: #e60012;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
  left: -0.96rem;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  right: -0.96rem;
}
.about .about-plate5 .plate5-main .main-cont:hover .plate5-swiper-button-prev,
.about .about-plate5 .plate5-main .main-cont:hover .plate5-swiper-button-next {
  opacity: 1;
}
.product {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f5f5f5;
}
.product .product-main {
  display: flex;
  justify-content: space-between;
}
.product .product-main .main-list {
  width: 2.25rem;
  height: auto;
}
.product .product-main .main-list .list-cont {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.12rem;
}
.product .product-main .main-list .list-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.72rem;
  padding: 0 0.32rem;
  border-bottom: solid 1px #f5f5f5;
}
.product .product-main .main-list .list-cont .cont-item:last-of-type {
  border-bottom: none;
}
.product .product-main .main-list .list-cont .cont-item p {
  width: calc(100% - 10px);
  font-size: var(--fs18);
  color: #231815;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-item em {
  width: 7px;
  height: 13px;
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-item:hover p {
  font-weight: bold;
  color: #e60012;
}
.product .product-main .main-list .list-cont .cont-item:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-list .list-cont .cont-item-on p {
  font-weight: bold;
  color: #e60012;
}
.product .product-main .main-list .list-cont .cont-item-on em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-list .list-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.product .product-main .main-list .list-box .box-item {
  width: auto;
  height: 0.36rem;
  margin-bottom: 0.16rem;
  padding: 0 0.16rem;
  font-size: var(--fs16);
  line-height: 0.32rem;
  color: #444;
  border: solid 1px #dcdcdc;
  border-radius: 0.45rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-box .box-item:hover {
  color: #e60012;
  border: solid 1px #e60012;
}
.product .product-main .main-cont {
  width: 9.66rem;
  height: auto;
}
.product .product-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.2133334rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
  padding: 0.32rem 0.32rem 0.45rem;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
}
.product .product-main .main-cont .cont-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: 1.75rem;
  overflow: hidden;
}
.product .product-main .main-cont .cont-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;
}
.product .product-main .main-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  padding-top: 0.25rem;
  border-top: solid 1px #eeeeee;
}
.product .product-main .main-cont .cont-box .box-item .item-cent .cent-icon {
  width: auto;
  height: 0.4rem;
  margin: 0 auto;
  text-align: center;
}
.product .product-main .main-cont .cont-box .box-item .item-cent .cent-icon img {
  width: auto;
  height: 100%;
}
.product .product-main .main-cont .cont-box .box-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-weight: bold;
  font-size: var(--fs20);
  text-align: center;
  color: #231815;
  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-cont .cont-box .box-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.product .product-main .main-cont .cont-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));
}
.product .product-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
  color: #e60012;
}
.product .product-main .main-cont .cont-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
}
.product .product-main .main-cont .cont-load img {
  width: 0.32rem;
}
.product .product-main .main-cont .cont-load span {
  margin-left: 0.16rem;
  font-size: var(--fs16);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-load:hover span {
  margin-left: 0.26rem;
  color: #e60012;
}
.productDetail {
  width: 100%;
  height: auto;
  overflow: visible;
}
.productDetail .productDetail-plate1 {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: #f5f5f5;
}
.productDetail .productDetail-plate1 .plate1-main {
  padding-bottom: 0.32rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .right-icon {
  width: 14px;
  margin-right: 0.15rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .right-icon img {
  display: block;
  width: 100%;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #999;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .right-text a {
  color: #999;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .right-text a:hover {
  color: #e60012;
  text-decoration: underline;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .right-text span {
  color: #231815;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .right-text em {
  display: inline-block;
  margin: 0 0.05rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-link .red {
  color: #c50815;
}
.productDetail .productDetail-plate1 .plate1-main .page-title {
  margin-top: 0.5rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  border-radius: 0.12rem;
  background: #fff;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-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;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-prev,
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-prev img,
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  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;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-prev .img2,
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-prev:hover,
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-next:hover {
  background: #e60012;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-prev:hover .img1,
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-prev:hover .img2,
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-prev {
  left: -1.05rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .plate1-swiper-button-next {
  right: -1.05rem;
}
.productDetail .productDetail-strip {
  position: sticky;
  top: 0.88rem;
  width: 100%;
  height: 0.96rem;
  background: #f5f5f5;
  z-index: 29;
}
.productDetail .productDetail-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 12.64rem;
  height: 100%;
  margin: 0 auto;
}
.productDetail .productDetail-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
.productDetail .productDetail-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.75rem;
  font-size: var(--fs18);
  text-align: center;
  color: #231815;
}
.productDetail .productDetail-strip .strip-box .box-left .left-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e60012;
  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;
}
.productDetail .productDetail-strip .strip-box .box-left .left-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));
}
.productDetail .productDetail-strip .strip-box .box-left .left-item:last-of-type {
  margin-right: 0;
}
.productDetail .productDetail-strip .strip-box .box-left .left-item-on {
  font-weight: bold;
}
.productDetail .productDetail-strip .strip-box .box-left .left-item-on::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));
}
.productDetail .productDetail-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
}
.productDetail .productDetail-strip .strip-box .box-right span {
  font-size: var(--fs16);
  color: #333;
}
.productDetail .productDetail-strip .strip-box .box-right .right-share {
  width: 0.41rem;
  height: 0.41rem;
  margin-left: 0.16rem;
  border-radius: 50%;
  overflow: hidden;
}
.productDetail .productDetail-strip .strip-box .box-right .right-share img {
  width: 100%;
}
.productDetail .productDetail-strip .strip-box .box-right .right-share:hover {
  transform: translatey(-0.06rem);
  -o-transform: translatey(-0.06rem);
  -moz-transform: translatey(-0.06rem);
  -webkit-transform: translatey(-0.06rem);
}
.productDetail .productDetail-plate2 {
  padding: 1rem 0 0.5rem;
}
.productDetail .productDetail-plate2 .plate2-pic {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.productDetail .productDetail-plate2 .plate2-pic img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.productDetail .productDetail-plate3 {
  padding: 0.5rem 0 0.55rem;
}
.productDetail .productDetail-plate3 .plate3-main {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetail .productDetail-plate3 .plate3-main table {
  width: 100%;
}
.productDetail .productDetail-plate3 .plate3-main tr:nth-child(even) {
  background: #f6f6f6;
}
.productDetail .productDetail-plate3 .plate3-main th {
  height: 0.5rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #000;
}
.productDetail .productDetail-plate3 .plate3-main td {
  padding: 0.1rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  text-align: center;
  color: #333;
  border: solid 1px #e5e5e5;
}
.productDetail .productDetail-plate3 .plate3-main td:nth-child(odd) {
  font-weight: bold;
}
.productDetail .productDetail-plate4 {
  padding: 0.55rem 0 0.5rem;
}
.productDetail .productDetail-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.productDetail .productDetail-plate4 .plate4-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 2 - 0.16rem);
  height: 1.04rem;
  margin-bottom: 0.2rem;
  padding: 0 0.38rem;
  border-radius: 0.08rem;
  border: solid 1px #f5f5f5;
  background: #f5f5f5;
  overflow: hidden;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 0.7rem);
  height: auto;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-cent span {
  width: 0.4rem;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-cent span img {
  width: 100%;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-cent p {
  width: calc(100% - 0.4rem);
  height: auto;
  padding-left: 0.4rem;
  font-weight: bold;
  font-size: var(--fs20);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productDetail .productDetail-plate4 .plate4-main .main-item em {
  width: 0.7rem;
  font-size: var(--fs16);
  text-align: right;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate4 .plate4-main .main-item:hover {
  border: solid 1px #eee;
  background: #fff;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.06);
}
.productDetail .productDetail-plate4 .plate4-main .main-item:hover em {
  color: #e60012;
}
.productDetail .productDetail-plate5 {
  padding: 0.5rem 0 1rem;
}
.productDetail .productDetail-plate5 .plate5-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.productDetail .productDetail-plate5 .plate5-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.213334rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.2rem;
}
.productDetail .productDetail-plate5 .plate5-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.productDetail .productDetail-plate5 .plate5-main .main-item .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.12rem;
  overflow: hidden;
}
.productDetail .productDetail-plate5 .plate5-main .main-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;
}
.productDetail .productDetail-plate5 .plate5-main .main-item .item-play {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate5 .plate5-main .main-item .item-play img {
  width: 100%;
}
.productDetail .productDetail-plate5 .plate5-main .main-item .item-play:hover {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.productDetail .productDetail-plate5 .plate5-main .main-item .item-title {
  margin-top: 0.3rem;
  font-weight: bold;
  font-size: var(--fs20);
  text-align: center;
  color: #231815;
}
.productDetail .productDetail-plate5 .plate5-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.strength {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1rem;
}
.strength .strength-main .main-text {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #231815;
}
.strength .strength-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  overflow: hidden;
}
.strength .strength-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.2133334rem);
  height: auto;
  margin-right: 0.32rem;
}
.strength .strength-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.strength .strength-main .main-swiper .swiper-slide .slide-item {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
  overflow: hidden;
}
.strength .strength-main .main-swiper .swiper-slide .slide-item 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;
}
.strength .strength-main .main-swiper .swiper-slide .slide-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));
}
.patent {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.2rem;
  background: linear-gradient(180deg, #fff, #f7f7f7 80%);
}
.patent .patent-main .main-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  text-align: center;
  color: #231815;
}
.patent .patent-main .main-data {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.patent .patent-main .main-data .data-item {
  width: auto;
  height: auto;
  margin: 0 0.4rem;
}
.patent .patent-main .main-data .data-item .item-title {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.6rem;
  text-align: center;
  color: #e60012;
}
.patent .patent-main .main-data .data-item .item-text {
  margin-top: 0.05rem;
  font-size: var(--fs18);
  text-align: center;
  color: #444;
}
.patent .patent-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.patent .patent-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.24rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
  padding: 0.35rem;
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.patent .patent-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.patent .patent-main .main-cont .cont-item 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;
}
.patent .patent-main .main-cont .cont-item:hover {
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.08);
}
.patent .patent-main .main-cont .cont-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));
}
.patent .patent-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
}
.patent .patent-main .main-load img {
  width: 0.32rem;
}
.patent .patent-main .main-load span {
  margin-left: 0.16rem;
  font-size: var(--fs16);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.patent .patent-main .main-load:hover span {
  margin-left: 0.26rem;
  color: #e60012;
}
.caseDetail {
  width: 100%;
  height: auto;
}
.caseDetail .caseDetail-top {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: #f5f5f5;
}
.caseDetail .caseDetail-top .top-main {
  padding-bottom: 0.6rem;
}
.caseDetail .caseDetail-top .top-main .main-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.caseDetail .caseDetail-top .top-main .main-link .right-icon {
  width: 14px;
  margin-right: 0.15rem;
}
.caseDetail .caseDetail-top .top-main .main-link .right-icon img {
  display: block;
  width: 100%;
}
.caseDetail .caseDetail-top .top-main .main-link .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #999;
}
.caseDetail .caseDetail-top .top-main .main-link .right-text a {
  color: #999;
}
.caseDetail .caseDetail-top .top-main .main-link .right-text a:hover {
  color: #e60012;
  text-decoration: underline;
}
.caseDetail .caseDetail-top .top-main .main-link .right-text span {
  color: #231815;
}
.caseDetail .caseDetail-top .top-main .main-link .right-text em {
  display: inline-block;
  margin: 0 0.05rem;
}
.caseDetail .caseDetail-top .top-main .main-link .red {
  color: #c50815;
}
.caseDetail .caseDetail-top .top-main .page-title {
  margin-top: 0.5rem;
}
.caseDetail .caseDetail-top .top-main .main-share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.2rem;
}
.caseDetail .caseDetail-top .top-main .main-share span {
  font-size: var(--fs16);
  color: #333;
}
.caseDetail .caseDetail-top .top-main .main-share .share-item {
  width: 0.41rem;
  height: 0.41rem;
  margin-left: 0.16rem;
  border-radius: 50%;
  overflow: hidden;
}
.caseDetail .caseDetail-top .top-main .main-share .share-item img {
  width: 100%;
}
.caseDetail .caseDetail-top .top-main .main-share .share-item:hover {
  transform: translatey(-0.06rem);
  -o-transform: translatey(-0.06rem);
  -moz-transform: translatey(-0.06rem);
  -webkit-transform: translatey(-0.06rem);
}
.caseDetail .caseDetail-cent {
  padding: 0.85rem 0 0.9rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #444;
}
.caseDetail .caseDetail-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.caseDetail .caseDetail-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0 1.2rem;
  border-top: solid 1px #e6e6e6;
}
.caseDetail .caseDetail-bottom .bottom-cent {
  width: calc(100% - 2rem);
  height: auto;
}
.caseDetail .caseDetail-bottom .bottom-cent .cent-title {
  width: 100%;
  height: auto;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseDetail .caseDetail-bottom .bottom-cent .cent-title span {
  font-weight: bold;
}
.caseDetail .caseDetail-bottom .bottom-cent .cent-title a {
  color: #444;
}
.caseDetail .caseDetail-bottom .bottom-cent .cent-title a:hover {
  color: #e60012;
}
.caseDetail .caseDetail-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.84rem;
  height: 0.56rem;
  background: #e60012;
  border-radius: 0.45rem;
  position: relative;
}
.caseDetail .caseDetail-bottom .bottom-button:hover {
  background: #ff0014;
}
.caseDetail .caseDetail-bottom .bottom-button img {
  width: 0.18rem;
  margin-right: 0.12rem;
}
.caseDetail .caseDetail-bottom .bottom-button span {
  font-size: var(--fs18);
  color: #fff;
}
.case {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.case .case-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case .case-main .main-item {
  width: calc(100% / 3 - 0.2133334rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.4rem;
}
.case .case-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-main .main-item .itme-pic {
  width: 100%;
  height: 2.64rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.case .case-main .main-item .itme-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;
}
.case .case-main .main-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs20);
  text-align: center;
  color: #231815;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-item:hover .itme-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));
}
.case .case-main .main-item:hover .item-title {
  color: #e60012;
}
.case .case-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
}
.case .case-load img {
  width: 0.32rem;
}
.case .case-load span {
  margin-left: 0.16rem;
  font-size: var(--fs16);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-load:hover span {
  margin-left: 0.26rem;
  color: #e60012;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.news .news-main {
  margin-bottom: 0.5rem;
}
.news .news-main .main-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.48rem;
  margin-bottom: 0.4rem;
  border-bottom: solid 1px #e6e6e6;
}
.news .news-main .main-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #e60012;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .itme-pic {
  width: 3.52rem;
  height: 2rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.news .news-main .main-item .itme-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;
}
.news .news-main .main-item .item-cent {
  width: calc(100% - 3.52rem);
  height: auto;
  padding: 0.2rem 0 0 0.6rem;
}
.news .news-main .main-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #ccc;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-weight: bold;
  font-size: var(--fs24);
  color: #231815;
  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;
}
.news .news-main .main-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-item:hover::after {
  width: 100%;
}
.news .news-main .main-item:hover .itme-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-item:hover .item-cent .cent-time {
  color: #e60012;
}
.news .news-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
}
.news .news-load img {
  width: 0.32rem;
}
.news .news-load span {
  margin-left: 0.16rem;
  font-size: var(--fs16);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-load:hover span {
  margin-left: 0.26rem;
  color: #e60012;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.newsDetail .newsDetail-main .main-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.newsDetail .newsDetail-main .main-link .right-icon {
  width: 14px;
  margin-right: 0.15rem;
}
.newsDetail .newsDetail-main .main-link .right-icon img {
  display: block;
  width: 100%;
}
.newsDetail .newsDetail-main .main-link .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #999;
}
.newsDetail .newsDetail-main .main-link .right-text a {
  color: #999;
}
.newsDetail .newsDetail-main .main-link .right-text a:hover {
  color: #e60012;
  text-decoration: underline;
}
.newsDetail .newsDetail-main .main-link .right-text span {
  color: #231815;
}
.newsDetail .newsDetail-main .main-link .right-text em {
  display: inline-block;
  margin: 0 0.05rem;
}
.newsDetail .newsDetail-main .main-link .red {
  color: #c50815;
}
.newsDetail .newsDetail-main .page-title {
  margin-top: 0.55rem;
  text-align: left;
}
.newsDetail .newsDetail-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.newsDetail .newsDetail-main .main-box .box-data {
  width: auto;
  height: auto;
}
.newsDetail .newsDetail-main .main-box .box-data span {
  margin-right: 0.32rem;
  font-size: var(--fs18);
  color: #999;
}
.newsDetail .newsDetail-main .main-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
}
.newsDetail .newsDetail-main .main-box .box-right span {
  font-size: var(--fs16);
  color: #333;
}
.newsDetail .newsDetail-main .main-box .box-right .right-share {
  width: 0.41rem;
  height: 0.41rem;
  margin-left: 0.16rem;
  border-radius: 50%;
  overflow: hidden;
}
.newsDetail .newsDetail-main .main-box .box-right .right-share img {
  width: 100%;
}
.newsDetail .newsDetail-main .main-box .box-right .right-share:hover {
  transform: translatey(-0.06rem);
  -o-transform: translatey(-0.06rem);
  -moz-transform: translatey(-0.06rem);
  -webkit-transform: translatey(-0.06rem);
}
.newsDetail .newsDetail-main .main-cent {
  width: 100%;
  height: auto;
  margin: 0.4rem 0 0.7rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #444;
}
.newsDetail .newsDetail-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.4rem;
  border-top: solid 1px #e6e6e6;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent {
  width: calc(100% - 2rem);
  height: auto;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title {
  width: 100%;
  height: auto;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title span {
  font-weight: bold;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title a {
  color: #444;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title a:hover {
  color: #e60012;
}
.newsDetail .newsDetail-main .main-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.84rem;
  height: 0.56rem;
  background: #e60012;
  border-radius: 0.45rem;
}
.newsDetail .newsDetail-main .main-bottom .bottom-button img {
  width: 0.18rem;
  margin-right: 0.12rem;
}
.newsDetail .newsDetail-main .main-bottom .bottom-button span {
  font-size: var(--fs18);
  color: #fff;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.contact .contact-main .page-title {
  text-align: left;
}
.contact .contact-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.contact .contact-main .main-cont .cont-cent {
  width: 4.8rem;
  height: auto;
}
.contact .contact-main .main-cont .cont-cent .cent-item {
  width: 100%;
  height: auto;
  padding: 0.35rem 0 0.25rem;
  border-bottom: solid 1px #e6e6e8;
}
.contact .contact-main .main-cont .cont-cent .cent-item:first-of-type {
  border-top: solid 1px #e6e6e8;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-title img {
  display: block;
  width: 16px;
  margin-right: 0.08rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-title span {
  font-size: var(--fs16);
  color: #999;
}
.contact .contact-main .main-cont .cont-cent .cent-item .itme-tel {
  margin-top: 0.1rem;
  font-weight: bold;
  font-size: var(--fs24);
  color: #231815;
}
.contact .contact-main .main-cont .cont-cent .cent-item .itme-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  color: #231815;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-ewm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-ewm .ewm-item {
  width: 1.4rem;
  height: auto;
  margin-right: 0.24rem;
  text-align: center;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-ewm .ewm-item .item-pic {
  width: 100%;
  padding: 0.05rem;
  border-radius: 0.04rem;
  border: solid 1px #e6e6e8;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-ewm .ewm-item img {
  width: 100%;
  border-radius: 0.04rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-ewm .ewm-item p {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  color: #999;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-ewm .ewm-item:last-of-type {
  margin-right: 0;
}
.contact .contact-main .main-cont .cont-map {
  width: 6.8rem;
  height: 5.12rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.instructions {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.instructions .instructions-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.instructions .instructions-main .main-top .top-item {
  width: 1.68rem;
  height: 0.56rem;
  margin-right: 0.32rem;
  font-weight: bold;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #e60012;
  border-radius: 0.45rem;
  border: solid 2px #e60012;
}
.instructions .instructions-main .main-top .top-item:last-of-type {
  margin-right: 0;
}
.instructions .instructions-main .main-top .top-item:hover {
  color: #231815;
  background: transparent;
}
.instructions .instructions-main .main-top .top-item-on {
  color: #231815;
  background: transparent;
}
.instructions .instructions-main .main-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.56rem;
  margin-top: 0.45rem;
  padding: 0 0.2rem;
  border-radius: 0.45rem;
  border: solid 1px #e6e6e6;
}
.instructions .instructions-main .main-search a {
  width: 0.22rem;
}
.instructions .instructions-main .main-search a img {
  width: 100%;
}
.instructions .instructions-main .main-search input {
  width: calc(100% - 0.22rem);
  height: 100%;
  padding: 0 0.2rem;
  font-size: var(--fs18);
  color: #333;
  background: transparent;
}
.instructions .instructions-main .main-search input::placeholder {
  color: #999;
}
.instructions .instructions-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.6rem 0 0.3rem;
}
.instructions .instructions-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 2 - 0.16rem);
  height: 1.04rem;
  margin-bottom: 0.32rem;
  padding: 0 0.38rem;
  border-radius: 0.08rem;
  border: solid 1px #f5f5f5;
  background: #f5f5f5;
  overflow: hidden;
}
.instructions .instructions-main .main-cont .cont-item .item-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 0.7rem);
  height: auto;
}
.instructions .instructions-main .main-cont .cont-item .item-cent span {
  width: 0.4rem;
}
.instructions .instructions-main .main-cont .cont-item .item-cent span img {
  width: 100%;
}
.instructions .instructions-main .main-cont .cont-item .item-cent p {
  width: calc(100% - 0.4rem);
  height: auto;
  padding-left: 0.4rem;
  font-weight: bold;
  font-size: var(--fs20);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instructions .instructions-main .main-cont .cont-item em {
  width: 0.7rem;
  font-size: var(--fs16);
  text-align: right;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.instructions .instructions-main .main-cont .cont-item:hover {
  border: solid 1px #eee;
  background: #fff;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.06);
}
.instructions .instructions-main .main-cont .cont-item:hover em {
  color: #e60012;
}
.instructions .instructions-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
}
.instructions .instructions-main .main-load img {
  width: 0.32rem;
}
.instructions .instructions-main .main-load span {
  margin-left: 0.16rem;
  font-size: var(--fs16);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.instructions .instructions-main .main-load:hover span {
  margin-left: 0.26rem;
  color: #e60012;
}
.pageW {
  width: 12.64rem;
  height: auto;
  margin: 0 auto;
}
.page-heng {
  width: 42px;
  height: 6px;
  margin-top: 0.3rem;
  background: #e60012;
  border-radius: 0.45rem;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-button {
  position: relative;
}
.page-button:hover {
  background: #ff0014;
}
