.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: #f39500;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.13rem;
  height: 100%;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  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;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.25rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  line-height: 100px;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f39500;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 130px;
  left: 50%;
  width: 200px;
  height: auto;
  margin-left: -100px;
  padding: 10px;
  border-top: solid 2px #008fd7;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #008fd7;
  z-index: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 3;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: block;
  width: auto;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.44rem;
  text-align: center;
  color: #666;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #fff;
  background: #008fd7;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #008fd7 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  top: 100px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li-active .li-link {
  color: #f39500;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.2rem;
}
nav .nav-main .main-cont .main-right .right-lang {
  position: relative;
  width: 55px;
  height: 100%;
  font-size: 16px;
  color: #222;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.38rem;
  height: 0.24rem;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title span img {
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title em {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 8px;
  margin-left: 0.1rem;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title em .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 140px;
  height: auto;
  padding: 10px;
  margin-left: -70px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-top: solid 2px #008fd7;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #008fd7;
  z-index: 1;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 3;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump a {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  font-size: 14px;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-right .right-lang .lang-lump a:hover {
  color: #fff;
  background: #008fd7;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-lump {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-shop {
  position: relative;
  width: 65px;
  height: 100%;
  margin-left: 0.36rem;
  font-size: 16px;
  color: #222;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title em {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 22px;
  margin-right: 0.05rem;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-shop .shop-title em .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 130px;
  height: auto;
  padding: 10px 15px;
  margin-left: -70px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-top: solid 2px #008fd7;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #008fd7;
  z-index: 1;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 3;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.05rem 0;
  text-align: center;
}
nav .nav-main .main-cont .main-right .right-shop .shop-lump a img {
  width: 100%;
}
nav .nav-main .main-cont .main-right .right-shop:hover .shop-lump {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 0.26rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: #008fd7;
}
nav .nav-main .main-cont .main-right .right-serach:hover .img1 {
  opacity: 1 !important;
}
nav .nav-main .main-cont .main-right .right-serach:hover .img2 {
  opacity: 0 !important;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 100px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 32px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: rgba(255, 255, 255, 0.9);
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-title em .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-title em .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-right .right-shop .shop-title {
  color: #000;
}
nav .nav-main:hover .main-cont .main-right .right-shop .shop-title em .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-shop .shop-title em .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-web-right .right-lang .lang-title em .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-web-right .right-lang .lang-title em .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-web-right .right-shop .shop-title {
  color: #000;
}
nav .nav-main:hover .main-cont .main-web-right .right-shop .shop-title em .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-web-right .right-shop .shop-title em .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-web-right .right-serach .img1,
nav .nav-main:hover .main-cont .main-web-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-web-right .right-serach .img2,
nav .nav-main:hover .main-cont .main-web-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-main-active {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.9) !important;
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-title em .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-title em .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-right .right-shop .shop-title {
  color: #000;
}
nav .nav-main-active .main-cont .main-right .right-shop .shop-title em .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-shop .shop-title em .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-right .right-serach .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-serach .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-web-right .right-lang .lang-title em .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-web-right .right-lang .lang-title em .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-web-right .right-shop .shop-title {
  color: #000;
}
nav .nav-main-active .main-cont .main-web-right .right-shop .shop-title em .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-web-right .right-shop .shop-title em .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-web-right .right-serach .img1,
nav .nav-main-active .main-cont .main-web-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-web-right .right-serach .img2,
nav .nav-main-active .main-cont .main-web-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-main-active2 {
  background: rgba(255, 255, 255, 0.9) !important;
}
nav .nav-main-active2 .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-title em .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-title em .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-right .right-shop .shop-title {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-right .right-shop .shop-title em .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .right-shop .shop-title em .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-right .right-serach .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .right-serach .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-title em .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-web-right .right-lang .lang-title em .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-web-right .right-shop .shop-title {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-web-right .right-shop .shop-title em .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-web-right .right-shop .shop-title em .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-web-right .right-serach .img1,
nav .nav-main-active2 .main-cont .main-web-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-web-right .right-serach .img2,
nav .nav-main-active2 .main-cont .main-web-right .right-menu .img2 {
  opacity: 1;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
  cursor: pointer;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner {
  position: relative;
  width: 100%;
  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: 16rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
  text-align: right;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 4.35rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.72rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  margin-top: 0.1rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  width: 6.15rem;
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0.6rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button {
  width: 1.84rem;
  height: 0.64rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  border-radius: 8px;
  border: solid 1px #737373;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button:hover {
  color: #000;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2 {
  width: 1.84rem;
  height: 0.64rem;
  margin-left: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.64rem;
  color: #000;
  border-radius: 8px;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2:hover {
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-bottom,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-web-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-link {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .swiper-pagination {
  bottom: 0.6rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 0.15rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  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-active {
  width: 28px;
  border-radius: 45px;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  text-align: center;
  line-height: 0.53rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  width: 10px;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #008fd7;
}
header .head-banner .banner-swiper-button-prev {
  left: 1rem;
}
header .head-banner .banner-swiper-button-next {
  right: 1rem;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left 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: 60%;
  left: 50%;
  width: 16rem;
  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-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.2rem;
  font-family: 'Montserrat-ExtraLight';
  font-size: 0.48rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 26px;
  height: 2px;
  margin-top: 0.35rem;
  background: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid 1px #eeeeee;
  z-index: 29;
}
header .head-strip .strip-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.25rem;
  font-size: 0.16rem;
  line-height: 80px;
  color: #333;
}
header .head-strip .strip-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #008fd7;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-item:hover {
  color: #008fd7;
}
header .head-strip .strip-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-item-active {
  color: #008fd7;
}
header .head-strip .strip-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-cont {
  width: 100%;
  height: 0.8rem;
  background: #fff;
  border-bottom: solid 1px #eeeeee;
  z-index: 29;
}
header .head-cont .cont-main {
  position: relative;
  width: 16rem;
  height: 100%;
  margin: 0 auto;
}
header .head-cont .cont-main .main-link {
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  line-height: 0.8rem;
  text-align: center;
  color: #333;
}
header .head-cont .cont-main .main-link a {
  font-size: 0.14rem;
  color: #333;
}
header .head-cont .cont-main .main-link a:hover {
  color: #008fd7;
}
header .head-cont .cont-main .main-link .active {
  color: #008fd7;
}
header .head-cont .cont-main .main-link span {
  display: inline-block;
  margin: 0 0.14rem;
}
header .head-cont .cont-main .main-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding-left: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.8rem;
  color: #333;
  background: url(../images/icon/icon-arrow.png) no-repeat center left;
  background-size: 8px;
}
header .head-cont .cont-main .main-title:hover {
  color: #006aa0;
  background: url(../images/icon/icon-arrow-active.png) no-repeat center left;
  background-size: 8px;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #006aa0;
}
footer .foot-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  padding: 0.9rem 0 0;
}
footer .foot-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-top .top-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-top .top-nav .nav-item {
  width: 1.9rem;
  height: auto;
}
footer .foot-main .main-top .top-nav .nav-item .item-title {
  font-size: 0.18rem;
  color: #fff;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent .cent-link {
  display: block;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.32rem;
  color: #b2c3cd;
}
footer .foot-main .main-top .top-nav .nav-item .item-cent .cent-link:hover {
  color: #fff;
}
footer .foot-main .main-top .top-right {
  width: auto;
  height: auto;
}
footer .foot-main .main-top .top-right .right-title {
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
footer .foot-main .main-top .top-right .right-ewm {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-top: 0.36rem;
}
footer .foot-main .main-top .top-right .right-ewm .ewm-item {
  width: 1.3rem;
  height: auto;
  margin-left: 0.12rem;
}
footer .foot-main .main-top .top-right .right-ewm .ewm-item .item-pic {
  width: 100%;
  height: auto;
}
footer .foot-main .main-top .top-right .right-ewm .ewm-item .item-pic img {
  width: 100%;
}
footer .foot-main .main-top .top-right .right-ewm .ewm-item .item-title {
  margin-top: 0.15rem;
  font-size: 0.15rem;
  text-align: center;
  color: #7da8c0;
}
footer .foot-main .main-list {
  width: 100%;
  margin-top: 0.9rem;
  font-size: 0.14rem;
  color: #b2c3cd;
}
footer .foot-main .main-list a {
  font-size: 0.14rem;
  color: #b2c3cd;
}
footer .foot-main .main-list a:hover {
  color: #fff;
}
footer .foot-main .main-list span {
  margin: 0 0.08rem;
}
footer .foot-main .main-share {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
footer .foot-main .main-share .share-item {
  width: 0.68rem;
  height: auto;
  margin: 0 0.15rem;
}
footer .foot-main .main-share .share-item img {
  width: 100%;
}
footer .foot-main .main-share .share-item:hover img {
  animation: shake 0.8s;
}
footer .foot-main .main-zizhi {
  margin-top: 0.46rem;
  padding-bottom: 0.36rem;
  font-size: 0.14rem;
  text-align: center;
  color: #b2c3cd;
}
footer .foot-main .main-zizhi a {
  color: #b2c3cd;
}
footer .foot-main .main-zizhi a:hover {
  color: #fff;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.container .cont-plate1 {
  width: 16rem;
  height: auto;
  padding: 1.2rem 0 1rem;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate1 .plate1-heng {
  width: 0.34rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  border-radius: 0.45rem;
  background: #f39500;
}
.container .cont-plate1 .plate1-top {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.36rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-top .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-top .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-top .swiper-slide .slide-box .box-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.52rem;
  height: auto;
  z-index: 9;
}
.container .cont-plate1 .plate1-top .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.container .cont-plate1 .plate1-top .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-top .swiper-slide .slide-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 .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem 0.3rem 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.container .cont-plate1 .plate1-top .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.16rem;
  color: #fff;
}
.container .cont-plate1 .plate1-top .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  color: #fff;
}
.container .cont-plate1 .plate1-top .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-top .swiper-pagination {
  bottom: 0.3rem;
}
.container .cont-plate1 .plate1-top .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-top .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 45px;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.29rem;
}
.container .cont-plate1 .plate1-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.1933rem);
  height: auto;
  margin-right: 0.29rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate1 .plate1-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-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-plate1 .plate1-main .main-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem 0.3rem 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-title {
  font-size: 0.16rem;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate2 .plate2-heng {
  width: 0.34rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  border-radius: 0.45rem;
  background: #f39500;
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.container .cont-plate2 .plate2-main .swiper-slide {
  position: relative;
  width: 33.33%;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-pic img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-cent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.2rem 1.1rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-cent .cent-icon {
  width: 0.66rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-cent .cent-title {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-cent .cent-text {
  margin-top: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -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-plate2 .plate2-main .swiper-slide .slide-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.52rem;
  height: 0.5rem;
  margin: 0 auto 0;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #f39500;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-cent .cent-button span {
  width: 0.13rem;
  margin-left: 0.16rem;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item .item-cent .cent-button span 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 .swiper-slide .slide-item .item-cent .cent-button:hover span img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item:hover .item-cent .cent-text {
  margin-top: 0.26rem;
  opacity: 1;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-item:hover .item-cent .cent-button {
  margin: 0.7rem auto 0;
  opacity: 1;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 0 0 1.2rem;
}
.container .cont-plate3 .plate3-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  padding-top: 0.4rem;
  background: url(../images/plate3-bg.png) no-repeat center top;
  background-size: 5.89rem;
}
.container .cont-plate3 .plate3-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-main .main-heng {
  width: 0.34rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  border-radius: 0.45rem;
  background: #f39500;
}
.container .cont-plate3 .plate3-main .main-text {
  width: 9.4rem;
  margin: 0.3rem auto 0;
  font-size: 0.18rem;
  line-height: 0.34rem;
  text-align: center;
  color: #666;
}
.container .cont-plate3 .plate3-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 12.5rem;
  height: auto;
  margin: 0.65rem auto 0;
}
.container .cont-plate3 .plate3-main .main-data .data-item {
  width: 25%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-data .data-item .item-title {
  position: relative;
  font-size: 0.16rem;
  color: #666;
}
.container .cont-plate3 .plate3-main .main-data .data-item .item-title .num1 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #f39500;
  z-index: 9;
}
.container .cont-plate3 .plate3-main .main-data .data-item .item-title em {
  position: relative;
  margin-left: 0.15rem;
}
.container .cont-plate3 .plate3-main .main-data .data-item .item-title em::before {
  content: '';
  position: absolute;
  top: -0.55rem;
  left: -0.8rem;
  width: 0.73rem;
  height: 0.52rem;
  background: url(../images/icon/icon-plate3-yuan.png) no-repeat top left;
  background-size: 100%;
  opacity: 0.7;
  z-index: -1;
}
.container .cont-plate3 .plate3-main .main-data .data-item .item-title .em::after {
  content: '';
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/icon/icon-jia.png) no-repeat center;
  background-size: 100%;
}
.container .cont-plate3 .plate3-main .main-data .data-item .item-title .em2::after {
  content: '㎡';
  position: absolute;
  top: -0.3rem;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  font-size: 0.16rem;
  color: #f39500;
}
.container .cont-plate3 .plate3-main .main-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.container .cont-plate3 .plate3-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.65rem 0 0;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-video .hidden-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-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-plate3 .plate3-main .main-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  cursor: pointer;
}
.container .cont-plate3 .plate3-main .main-video .hidden-box .icon-box .right-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #f39500;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  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-video .hidden-box .icon-box .right-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-video .hidden-box .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-plate3 .plate3-main .main-video .hidden-box .icon-box:hover .button-svg {
  stroke-dashoffset: 0;
}
.container .cont-plate3 .plate3-main .main-video .hidden-box .icon-box:hover .right-icon {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.container .cont-plate3 .plate3-main .main-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-plate3 .plate3-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f5f5f5;
}
.container .cont-plate4 .plate4-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate4 .plate4-heng {
  width: 0.34rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  border-radius: 0.45rem;
  background: #f39500;
}
.container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 16rem;
  height: auto;
  margin: 0.36rem auto 0;
}
.container .cont-plate4 .plate4-main .main-item {
  width: 4.82rem;
  height: auto;
  margin-right: 0.47rem;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-item .item-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.container .cont-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;
}
.container .cont-plate4 .plate4-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.4rem 0.5rem;
}
.container .cont-plate4 .plate4-main .main-item .item-cent .cent-time {
  font-size: 0.16rem;
  color: #333;
}
.container .cont-plate4 .plate4-main .main-item .item-cent .cent-title {
  height: 0.9rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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-plate4 .plate4-main .main-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.6rem;
  font-size: 0.16rem;
  color: #f39500;
}
.container .cont-plate4 .plate4-main .main-item .item-cent .cent-link img {
  width: 0.13rem;
  margin-left: 0.15rem;
  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-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-plate4 .plate4-main .main-item:hover .item-cent .cent-title {
  color: #f39500;
}
.container .cont-plate4 .plate4-main .main-list {
  width: 5.42rem;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-list .list-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: solid 1px #e2e2e2;
}
.container .cont-plate4 .plate4-main .main-list .list-item .item-pic {
  width: 2.47rem;
  height: 1.43rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-list .list-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-plate4 .plate4-main .main-list .list-item .item-cent {
  width: calc(100% - 2.47rem);
  height: auto;
  padding-left: 0.2rem;
}
.container .cont-plate4 .plate4-main .main-list .list-item .item-cent .cent-title {
  height: 0.48rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #3e3e3e;
  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-plate4 .plate4-main .main-list .list-item .item-cent .cent-time {
  margin-top: 0.65rem;
  font-size: 0.16rem;
  color: #3e3e3e;
}
.container .cont-plate4 .plate4-main .main-list .list-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.container .cont-plate4 .plate4-main .main-list .list-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-plate4 .plate4-main .main-list .list-item:hover .item-cent .cent-title {
  color: #f39500;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.2rem;
}
.container .cont-plate5 .plate5-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate5 .plate5-heng {
  width: 0.34rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  border-radius: 0.45rem;
  background: #f39500;
}
.container .cont-plate5 .plate5-main {
  width: 100%;
  height: auto;
  margin: 0.35rem 0 0;
}
.container .cont-plate5 .plate5-main .main-list {
  width: 100%;
  height: auto;
  background: none !important;
  overflow: visible;
}
.container .cont-plate5 .plate5-main .main-list .list-item {
  display: inline-block;
  width: 2.5rem;
  height: 1.28rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center;
  line-height: 1.28rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-list .list-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.2rem;
}
.container .cont-plate6 .plate6-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate6 .plate6-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate6 .plate6-main .main-heng {
  width: 0.34rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  border-radius: 0.45rem;
  background: #f39500;
}
.container .cont-plate6 .plate6-main .main-text {
  width: 7.7rem;
  margin: 0.3rem auto 0;
  font-size: 0.18rem;
  line-height: 0.34rem;
  text-align: center;
  color: #666;
}
.container .cont-plate6 .plate6-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-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;
}
.container .cont-plate6 .plate6-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));
}
.container .cont-plate6 .plate6-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.65rem 0 0;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-video .video-cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate6 .plate6-main .main-video .video-cont .cont-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-video .video-cont .cont-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-video .video-cont .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  cursor: pointer;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background: #f39500;
}
.container .cont-plate6 .plate6-main .main-video .video-cont .icon-box .right-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  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-video .video-cont .icon-box .right-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-video .video-cont .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-plate6 .plate6-main .main-video .video-cont .icon-box:hover .button-svg {
  stroke-dashoffset: 0;
}
.container .cont-plate6 .plate6-main .main-video .video-cont .icon-box:hover .right-icon {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.container .cont-plate6 .plate6-main .main-video .video-cont: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-plate6 .plate6-main .main-video .video-lump {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-video .video-lump video {
  width: 100%;
  height: auto;
}
.product {
  width: 100%;
  height: auto;
  padding-top: 1.3rem;
  background: #f3f4f6;
}
.product .product-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-box {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
}
.product .product-main .main-box .box-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.product .product-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.38rem;
}
.product .product-main .main-box .box-cont .cont-item {
  width: calc(100% / 3 - 0.19334rem);
  height: auto;
  padding: 0.3rem;
  margin-right: 0.29rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  background: #fff;
}
.product .product-main .main-box .box-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-box .box-cont .cont-item .item-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  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-cont .cont-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-box .box-cont .cont-item .item-title {
  margin-top: 0.3rem;
  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-cont .cont-item .item-button {
  width: 1rem;
  height: 0;
  margin: 0 auto 0;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.36rem;
  color: #333;
  border-radius: 0.45rem;
  overflow: hidden;
  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-cont .cont-item .item-button:hover {
  color: #fff;
  background: #006aa0;
}
.product .product-main .main-box .box-cont .cont-item:hover .item-pic {
  height: 2.3rem;
}
.product .product-main .main-box .box-cont .cont-item:hover .item-button {
  height: 0.36rem;
  margin: 0.15rem auto 0;
}
.productDetails {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-top {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f3f4f6;
}
.productDetails .productDetails-top .top-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-top .top-main .main-swiper {
  position: relative;
  width: 50%;
  height: auto;
  border-right: solid 1px #f3f4f6;
  overflow: hidden;
}
.productDetails .productDetails-top .top-main .main-swiper .swiper-slide {
  width: 100%;
  height: 6.48rem;
}
.productDetails .productDetails-top .top-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  overflow: hidden;
}
.productDetails .productDetails-top .top-main .main-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-top .top-main .main-swiper .swiper-pagination {
  bottom: 0.4rem;
}
.productDetails .productDetails-top .top-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #e0e0e0;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-top .top-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #006aa0;
  border-radius: 0.45rem;
}
.productDetails .productDetails-top .top-main .mian-cent {
  width: 50%;
  height: auto;
  padding: 1.1rem 0 0 0.95rem;
}
.productDetails .productDetails-top .top-main .mian-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.productDetails .productDetails-top .top-main .mian-cent .cent-text {
  height: 1.5rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
  overflow: auto;
}
.productDetails .productDetails-top .top-main .mian-cent .cent-text::-webkit-scrollbar {
  width: 3px;
}
.productDetails .productDetails-top .top-main .mian-cent .cent-text::-webkit-scrollbar-thumb {
  background: #f39500;
}
.productDetails .productDetails-top .top-main .mian-cent .cent-buttom {
  display: block;
  width: 1.62rem;
  height: 0.5rem;
  margin-top: 1rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #006aa0;
}
.productDetails .productDetails-top .top-main .mian-cent .cent-buttom:hover {
  background: #f39500;
}
.productDetails .productDetails-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
  border-bottom: solid 1px #eeeeee;
}
.productDetails .productDetails-main .main-item:last-of-type {
  border-bottom: none;
}
.productDetails .productDetails-main .main-item .item-title {
  width: 3.84rem;
  height: auto;
  font-size: 0.3rem;
  color: #363636;
}
.productDetails .productDetails-main .main-item .item-cent {
  width: 12.17rem;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666;
}
.productDetails .productDetails-main .main-item .item-cont {
  display: flex;
  justify-content: flex-start;
  width: 12.17rem;
  height: auto;
}
.productDetails .productDetails-main .main-item .item-cont .cont-pic {
  width: 5rem;
  height: auto;
  margin-right: 0.5rem;
}
.productDetails .productDetails-main .main-item .item-cont .cont-pic img {
  width: 100%;
}
.productDetails .productDetails-main .main-item .item-cont .cont-pic:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-main .main-item .item-swiper {
  position: relative;
  width: 12.17rem;
  height: auto;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-prev,
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-next {
  position: relative;
  width: 11px;
  height: auto;
  margin-left: 0.2rem;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 9;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-prev img,
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-prev .img2,
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-next .img2 {
  opacity: 0;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-prev:hover .img1,
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-prev:hover .img2,
.productDetails .productDetails-main .main-item .item-swiper .swiper-top .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-box .swiper-slide {
  width: 5rem;
  height: auto;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-box .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-box .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;
}
.productDetails .productDetails-main .main-item .item-swiper .swiper-box .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));
}
.parameter {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.parameter .parameter-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.parameter .parameter-main .main-title {
  font-size: 0.36rem;
  color: #363636;
}
.parameter .parameter-main .main-table {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.parameter .parameter-main .main-table table {
  width: 100%;
}
.parameter .parameter-main .main-table tr {
  padding: 0 0.4rem;
}
.parameter .parameter-main .main-table tr:nth-child(odd) {
  background: #f3f4f6;
}
.parameter .parameter-main .main-table tr:first-of-type {
  background: #006aa0;
}
.parameter .parameter-main .main-table th {
  color: #fff;
}
.parameter .parameter-main .main-table th,
.parameter .parameter-main .main-table td {
  padding: 0.2rem 0;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
}
.parameter .parameter-main .main-table th:first-of-type,
.parameter .parameter-main .main-table td:first-of-type {
  padding-left: 0.4rem;
}
.parameter .parameter-main .main-table th:last-of-type,
.parameter .parameter-main .main-table td:last-of-type {
  padding-right: 0.4rem;
}
.solution {
  width: 100%;
  height: auto;
}
.solution .solution-plate1 {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.solution .solution-plate1 .plate1-title {
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.solution .solution-plate1 .plate1-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.solution .solution-plate1 .plate1-text {
  width: 11.4rem;
  height: auto;
  margin: 0.4rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.3rem;
  color: #666;
}
.solution .solution-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solution .solution-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  background: #f8f8f8;
}
.solution .solution-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.solution .solution-plate1 .plate1-main .main-cent .cent-heng {
  width: 34px;
  height: 8px;
  margin-top: 0.15rem;
  background: #f39500;
  border-radius: 0.45rem;
}
.solution .solution-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.solution .solution-plate1 .plate1-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-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));
}
.solution .solution-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.solution .solution-plate2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #006a9f, transparent);
}
.solution .solution-plate2 .plate2-main {
  width: 16rem;
  height: auto;
  padding: 1.05rem 0;
  margin: 0 auto;
}
.solution .solution-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 50%;
  height: auto;
  z-index: 9;
}
.solution .solution-plate2 .plate2-main .main-box .box-list {
  width: 1.65rem;
  height: 4.3rem;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.solution .solution-plate2 .plate2-main .main-box .box-list .list-item {
  width: 100%;
  height: 0.6rem;
  font-size: 0.16rem;
  line-height: 0.6rem;
  color: #7fa8be;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .main-box .box-list .list-item:hover {
  color: #fff;
  border-right: solid 4px #f39500;
  background: linear-gradient(-90deg, rgba(243, 149, 0, 0.3), transparent);
}
.solution .solution-plate2 .plate2-main .main-box .box-list .list-item-active {
  color: #fff;
  border-right: solid 4px #f39500;
  background: linear-gradient(-90deg, rgba(243, 149, 0, 0.3), transparent);
}
.solution .solution-plate2 .plate2-main .main-box .box-cont {
  position: relative;
  width: calc(100% - 1.65rem);
  height: auto;
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 0.6rem;
  opacity: 0;
  visibility: hidden;
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-title {
  font-size: 0.36rem;
  color: #fff;
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.52rem;
  height: 0.5rem;
  margin-top: 0.6rem;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #f39500;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-button span {
  width: 0.13rem;
  margin-left: 0.16rem;
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-button span img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-button:hover span img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.solution .solution-plate2 .plate2-main .main-box .box-cont .cont-cent-active {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.solution .solution-plate2 .plate2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solution .solution-plate2 .plate2-bg .bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.solution .solution-plate2 .plate2-bg .bg-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution .solution-plate2 .plate2-bg .bg-pic-active {
  opacity: 1;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.solution .solution-plate3 {
  width: 16rem;
  height: auto;
  padding: 1.2rem 0;
  margin: 0 auto;
}
.solution .solution-plate3 .plate3-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.solution .solution-plate3 .plate3-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.solution .solution-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.solution .solution-plate3 .plate3-main .main-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  overflow: hidden;
}
.solution .solution-plate3 .plate3-main .main-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;
}
.solution .solution-plate3 .plate3-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.solution .solution-plate3 .plate3-main .main-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));
}
.solution .solution-plate3 .plate3-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.solution .solution-plate3 .plate3-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 2%);
  height: auto;
}
.solution .solution-plate3 .plate3-main .main-swiper .swiper-slide .slide-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solution .solution-plate3 .plate3-main .main-swiper .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.solution .solution-plate3 .plate3-main .main-swiper .swiper-slide .slide-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;
}
.solution .solution-plate3 .plate3-main .main-swiper .swiper-slide .slide-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.2rem 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .solution-plate3 .plate3-main .main-swiper .swiper-slide .slide-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));
}
.solutionItem {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.8rem;
  background: #f3f4f6;
}
.solutionItem .solutionItem-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.solutionItem .solutionItem-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.solutionItem .solutionItem-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.solutionItem .solutionItem-main .main-text {
  margin-top: 0.45rem;
  font-size: 0.3rem;
  color: #333;
}
.solutionItem .solutionItem-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.solutionItem .solutionItem-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: calc(50% - 0.2rem);
  height: auto;
  margin-bottom: 0.4rem;
  background: #fff;
}
.solutionItem .solutionItem-main .main-cont .cont-item .item-pic {
  width: 2.98rem;
  height: auto;
  border-right: solid 1px #f3f4f6;
  overflow: hidden;
}
.solutionItem .solutionItem-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;
}
.solutionItem .solutionItem-main .main-cont .cont-item .item-cent {
  width: calc(100% - 2.98rem);
  height: auto;
  padding: 0.55rem 0.6rem 0.3rem;
}
.solutionItem .solutionItem-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 0.3rem;
  color: #363636;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionItem .solutionItem-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.solutionItem .solutionItem-main .main-cont .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));
}
.solutionItem .solutionItem-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #006aa0;
}
.service {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.service .service-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.service .service-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1.2rem;
}
.service .service-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.service .service-main .main-cent .cent-heng {
  width: 34px;
  height: 8px;
  margin-top: 0.15rem;
  background: #f39500;
  border-radius: 0.45rem;
}
.service .service-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.service .service-main .main-pic {
  width: 50%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.service .service-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-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));
}
.laboratory {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.laboratory .laboratory-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.laboratory .laboratory-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.laboratory .laboratory-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding-right: 1.2rem;
}
.laboratory .laboratory-main .main-top .top-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.laboratory .laboratory-main .main-top .top-cent .cent-heng {
  width: 34px;
  height: 8px;
  margin-top: 0.15rem;
  background: #f39500;
  border-radius: 0.45rem;
}
.laboratory .laboratory-main .main-top .top-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.laboratory .laboratory-main .main-top .top-pic {
  width: 50%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.laboratory .laboratory-main .main-top .top-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;
}
.laboratory .laboratory-main .main-top .top-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));
}
.laboratory .laboratory-main .main-bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.laboratory .laboratory-main .main-bottom .bottom-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.35rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.laboratory .laboratory-main .main-bottom .bottom-item:nth-child(3n) {
  margin-right: 0;
}
.laboratory .laboratory-main .main-bottom .bottom-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.laboratory .laboratory-main .main-bottom .bottom-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;
}
.laboratory .laboratory-main .main-bottom .bottom-item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem 0.3rem 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
  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;
}
.laboratory .laboratory-main .main-bottom .bottom-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));
}
.resources {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.resources .resources-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.resources .resources-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.resources .resources-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.resources .resources-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0.5rem auto 0;
  border-radius: 0.1rem;
  overflow: hidden;
}
.resources .resources-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.8rem 0.35rem 1.2rem;
  background: #f8f8f8;
}
.resources .resources-main .main-item .item-cent .cent-title {
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
  color: #000;
}
.resources .resources-main .main-item .item-cent .cent-heng {
  width: 34px;
  height: 8px;
  margin-top: 0.15rem;
  background: #f39500;
  border-radius: 0.45rem;
}
.resources .resources-main .main-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.resources .resources-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.resources .resources-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;
}
.resources .resources-main .main-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));
}
.resources .resources-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.resources .resources-main .main-item:nth-child(odd) .item-cent {
  padding: 0.8rem 1.2rem 0.35rem 0.8rem;
}
.standard {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.9rem;
}
.standard .standard-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.standard .standard-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.standard .standard-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.standard .standard-main .main-text {
  width: 9.1rem;
  height: auto;
  margin: 0.3rem auto 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.standard .standard-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.standard .standard-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: 3.64rem;
  padding: 0.3rem;
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
  border: solid 1px #e9e9e9;
  background: #fff;
  box-shadow: 0px 0px 0.27rem 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.standard .standard-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.standard .standard-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.standard .standard-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 0 0.19rem 0 rgba(153, 159, 165, 0.05);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.standard .standard-main .main-box .box-item .item-title {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.standard .standard-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));
}
.standard .standard-main .main-box .box-item:hover .item-title {
  color: #006aa0;
}
.case {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.case .case-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.case .case-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.case .case-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.case .case-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  margin-bottom: 0.12rem;
}
.case .case-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.case .case-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-main .main-box .box-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .case-main .main-box .box-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;
}
.case .case-main .main-box .box-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.2rem 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-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));
}
.download {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.download .download-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.download .download-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.download .download-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.download .download-main .main-box {
  width: 15.36rem;
  height: auto;
  margin: 0.4rem auto 0.8rem;
}
.download .download-main .main-box .box-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
  background: #f2f6f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-box .box-list .list-left {
  width: calc(100% - 0.8rem);
  height: auto;
  font-size: 0.16rem;
  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;
}
.download .download-main .main-box .box-list .list-left span {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.14rem;
  color: #008fd7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-box .box-list .lsit-right {
  position: relative;
  width: 30px;
  height: 31px;
  font-size: 14px;
  text-align: right;
  color: #999;
}
.download .download-main .main-box .box-list .lsit-right 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;
}
.download .download-main .main-box .box-list .lsit-right .img2 {
  opacity: 0;
}
.download .download-main .main-box .box-list:hover {
  background: #008fd7;
}
.download .download-main .main-box .box-list:hover .list-left {
  color: #fff;
}
.download .download-main .main-box .box-list:hover .list-left span {
  color: #fff;
}
.download .download-main .main-box .box-list:hover .lsit-right .img1 {
  opacity: 0;
}
.download .download-main .main-box .box-list:hover .lsit-right .img2 {
  opacity: 1;
}
.simulation {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.simulation .simulation-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.simulation .simulation-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.simulation .simulation-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.simulation .simulation-main .main-box {
  position: relative;
  width: 16rem;
  height: auto;
  margin: 0.5rem auto 0;
  overflow: hidden;
}
.simulation .simulation-main .main-box .swiper-slide {
  width: 100%;
  height: auto;
}
.simulation .simulation-main .main-box .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.simulation .simulation-main .main-box .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding-right: 1.4rem;
  padding-bottom: 0.4rem;
}
.simulation .simulation-main .main-box .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.simulation .simulation-main .main-box .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.simulation .simulation-main .main-box .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.simulation .simulation-main .main-box .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.simulation .simulation-main .main-box .swiper-slide .slide-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));
}
.simulation .simulation-main .main-box .swiper-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: auto;
}
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-prev,
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-next {
  position: relative;
  width: 0.16rem;
  height: 0.3rem;
  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;
}
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-prev img,
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-prev .img2,
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-next .img2 {
  opacity: 0;
}
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-prev:hover .img1,
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-next:hover .img1 {
  opacity: 0;
}
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-prev:hover .img2,
.simulation .simulation-main .main-box .swiper-button .simulation-swiper-button-next:hover .img2 {
  opacity: 1;
}
.simulation .simulation-main .main-box .swiper-button .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 0.4rem;
  height: auto;
  font-size: 0.16rem;
}
.simulation .simulation-main .main-box .swiper-button .swiper-pagination .swiper-pagination-current {
  color: #008fd7;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1.2rem;
}
.about .about-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-plate1 .plate1-main .main-cent .cent-heng {
  width: 34px;
  height: 8px;
  margin-top: 0.15rem;
  background: #f39500;
  border-radius: 0.45rem;
}
.about .about-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate1 .plate1-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.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-palte2 {
  width: 100%;
  height: auto;
  padding: 1.9rem 0;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .about-palte2 .plate2-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-palte2 .plate2-main .main-title {
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.about .about-palte2 .plate2-main .main-text {
  width: 8.4rem;
  margin: 0.35rem auto 0;
  font-size: 0.36rem;
  line-height: 0.48rem;
  text-align: center;
  color: #fff;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
}
.about .about-plate3 .plate3-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.4rem;
  padding-bottom: 0.2rem;
  cursor: pointer;
}
.about .about-plate3 .plate3-main .main-top .top-item .item-icon {
  width: 0.42rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-top .top-item .item-icon img {
  width: 100%;
}
.about .about-plate3 .plate3-main .main-top .top-item .item-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f39500;
  border-radius: 0.45rem;
  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;
}
.about .about-plate3 .plate3-main .main-top .top-item:hover .item-title {
  color: #008fd7;
}
.about .about-plate3 .plate3-main .main-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.about .about-plate3 .plate3-main .main-top .top-item-active .item-title {
  color: #008fd7;
}
.about .about-plate3 .plate3-main .main-top .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.about .about-plate3 .plate3-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-box {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate3 .plate3-main .main-cont .cont-box .box-cent {
  width: 50%;
  height: auto;
  padding: 1rem 1.4rem 1rem 1rem;
  background: rgba(0, 0, 0, 0.6);
}
.about .about-plate3 .plate3-main .main-cont .cont-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.about .about-plate3 .plate3-main .main-cont .cont-box .box-cent .cent-text {
  height: 3.3rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  overflow: auto;
}
.about .about-plate3 .plate3-main .main-cont .cont-box-active {
  position: relative;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate4 {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-bg {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-bg img {
  width: 100%;
}
.about .about-plate4 .plate4-main {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16rem;
  height: auto;
  margin-left: -8rem;
  padding-top: 1.4rem;
}
.about .about-plate4 .plate4-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.about .about-plate4 .plate4-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.about .about-plate4 .plate4-main .main-text {
  width: 10.25rem;
  height: auto;
  margin: 0.45rem auto 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
}
.about .about-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.about .about-plate5 .plate5-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate5 .plate5-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-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;
}
.about .about-plate5 .plate5-main .main-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));
}
.about .about-plate5 .plate5-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding-left: 1.6rem;
  padding-top: 1.2rem;
}
.about .about-plate5 .plate5-main .main-item .item-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-plate5 .plate5-main .main-item .item-cent .cent-heng {
  width: 34px;
  height: 8px;
  margin-top: 0.15rem;
  background: #f39500;
  border-radius: 0.45rem;
}
.about .about-plate5 .plate5-main .main-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate5 .plate5-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.about .about-plate5 .plate5-main .main-item:nth-child(odd) .item-cent {
  padding-left: 0;
  padding-right: 1.6rem;
}
.about .about-plate5 .plate5-main .main-item:first-of-type .item-cent {
  padding-top: 0;
}
.newsDetails {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
.newsDetails .newsDetails-top {
  width: 100%;
  height: auto;
  padding: 0.9rem 0;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsDetails .newsDetails-top .top-main {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-top .top-main .main-return {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
}
.newsDetails .newsDetails-top .top-main .main-return img {
  width: 0.16rem;
}
.newsDetails .newsDetails-top .top-main .main-return span {
  margin-left: 0.08rem;
  font-size: 0.16rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-top .top-main .main-return:hover span {
  color: #008fd7;
}
.newsDetails .newsDetails-top .top-main .main-title {
  margin-top: 0.3rem;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #000;
}
.newsDetails .newsDetails-top .top-main .main-time {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #666;
}
.newsDetails .newsDetails-top .top-main .main-time span {
  margin-right: 0.15rem;
}
.newsDetails .newsDetails-main {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.8rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.newsDetails .newsDetails-main span {
  color: #008fd7;
}
.newsDetails .newsDetails-main img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f3f4f6;
}
.news .news-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.12rem;
}
.news .news-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.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: 2.9rem;
  overflow: hidden;
}
.news .news-main .main-box .box-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;
}
.news .news-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.8rem 0.3rem 0.3rem;
}
.news .news-main .main-box .box-item .item-cent .cent-time {
  font-size: 0.16rem;
  color: #333;
}
.news .news-main .main-box .box-item .item-cent .cent-title {
  height: 0.6rem;
  margin-top: 0.15rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  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-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #f39500;
  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-button span {
  width: 0.13rem;
  margin-left: 0.16rem;
}
.news .news-main .main-box .box-item .item-cent .cent-button span 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 .cent-button:hover span img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.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 {
  color: #f39500;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1rem;
  background: #f3f4f6;
}
.recruit .recruit-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.recruit .recruit-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.recruit .recruit-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.recruit .recruit-main .main-box .box-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 0 0 0.8rem;
  margin-bottom: 0.2rem;
  background: #008fd7;
}
.recruit .recruit-main .main-box .box-top .top-item {
  width: 13.41%;
  padding-right: 0.15rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(1) {
  width: 22%;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(2) {
  width: 22%;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(3) {
  width: 16%;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(4) {
  width: 15%;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(5) {
  width: 18%;
}
.recruit .recruit-main .main-box .box-top .top-icon {
  width: 90px;
  height: 90px;
}
.recruit .recruit-main .main-box .box-lump {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.recruit .recruit-main .main-box .box-lump .lump-top {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0 0 0 0.8rem;
  background: #fff;
  cursor: pointer;
}
.recruit .recruit-main .main-box .box-lump .lump-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #f39500;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item {
  width: 13.41%;
  padding-right: 0.15rem;
  font-size: 18px;
  line-height: 0.3rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(1) {
  width: 22%;
  font-weight: bold;
  color: #000;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(2) {
  width: 22%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(3) {
  width: 16%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(4) {
  width: 15%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(5) {
  width: 18%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item span {
  display: none;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-icon {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-recruit-button.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  border-left: solid 1px rgba(23, 109, 185, 0.1);
}
.recruit .recruit-main .main-box .box-lump .lump-top:hover::after {
  width: 100%;
}
.recruit .recruit-main .main-box .box-lump .lump-top-active::after {
  width: 100%;
}
.recruit .recruit-main .main-box .box-lump .lump-top-active .top-icon {
  background-image: url(../images/icon/icon-recruit-button-active.png) !important;
  background-size: 14px;
}
.recruit .recruit-main .main-box .box-lump .lump-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.53rem 0.9rem 0.7rem 0.8rem;
  background: #fff;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-title {
  margin-bottom: 0.08rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-text {
  margin-bottom: 0.36rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-text span {
  color: #008fd7;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-button {
  display: block;
  width: 2rem;
  height: 0.56rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.05rem;
  border: solid 2px #f39500;
  background: #f39500;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-button:hover {
  color: #f39500;
  background: none;
}
.store {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.8rem;
  background: #f3f4f6;
}
.store .store-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.store .store-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.store .store-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.store .store-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.store .store-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  padding: 0.3rem 0.3rem 0.6rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.store .store-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.store .store-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.16rem;
  line-height: 2.16rem;
  text-align: center;
  overflow: hidden;
}
.store .store-main .main-box .box-item .item-pic img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.store .store-main .main-box .box-item .item-title {
  height: 0.6rem;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.store .store-main .main-box .box-item .item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #f39500;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.store .store-main .main-box .box-item .item-button span {
  width: 0.13rem;
  margin-left: 0.16rem;
}
.store .store-main .main-box .box-item .item-button span img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.store .store-main .main-box .box-item .item-button:hover span img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.store .store-main .main-box .box-item:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.partner {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1rem;
  background: #f3f4f6;
}
.partner .partner-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.partner .partner-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.partner .partner-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.partner .partner-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.partner .partner-main .main-box .box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6 - 0.16667rem);
  height: 1.28rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.partner .partner-main .main-box .box-item:nth-child(6n) {
  margin-right: 0;
}
.partner .partner-main .main-box .box-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;
}
.partner .partner-main .main-box .box-item:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.partner .partner-main .main-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));
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
  background: #f3f4f6;
}
.contact .contact-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.contact .contact-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.contact .contact-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem;
}
.contact .contact-main .main-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-main .main-box .box-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.contact .contact-main .main-box .box-cent .cent-ewm {
  width: 1.3rem;
  height: auto;
  margin-top: 0.3rem;
  text-align: center;
}
.contact .contact-main .main-box .box-cent .cent-ewm .ewm-pic {
  width: 1.26rem;
  height: auto;
  margin: 0 auto;
  padding: 0.1rem;
  border: solid 1px #ebe9e3;
  border-radius: 0.1rem;
}
.contact .contact-main .main-box .box-cent .cent-ewm .ewm-pic img {
  width: 100%;
}
.contact .contact-main .main-box .box-cent .cent-ewm .ewm-title {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.contact .contact-main .main-box .box-map {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.contact .contact-main .main-box .box-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certificate {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
}
.certificate .certificate-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.certificate .certificate-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.certificate .certificate-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.certificate .certificate-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.certificate .certificate-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: 3.64rem;
  padding: 0.3rem;
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
  border: solid 1px #e9e9e9;
  background: #fff;
  box-shadow: 0px 0px 0.27rem 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.certificate .certificate-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.certificate .certificate-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.certificate .certificate-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 0 0.19rem 0 rgba(153, 159, 165, 0.05);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.certificate .certificate-main .main-box .box-item .item-title {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.certificate .certificate-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));
}
.certificate .certificate-main .main-box .box-item:hover .item-title {
  color: #006aa0;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f3f4f6;
}
.culture .culture-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.culture .culture-main .main-heng {
  width: 34px;
  height: 8px;
  margin: 0.15rem auto 0;
  background: #f39500;
  border-radius: 0.45rem;
}
.culture .culture-main .main-box {
  width: 100%;
  height: auto;
}
.culture .culture-main .main-box .box-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.culture .culture-main .main-box .box-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.culture .culture-main .main-box .box-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;
}
.culture .culture-main .main-box .box-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));
}
.culture .culture-main .main-box .box-item .item-cent {
  width: 50%;
  height: auto;
  padding: 1.2rem 1.6rem 0.8rem 1rem;
}
.culture .culture-main .main-box .box-item .item-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.culture .culture-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666;
}
.culture .culture-main .main-box .box-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.page-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.45rem;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9;
}
.page-bottom .bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12rem;
  height: 100%;
  margin: 0 auto;
}
.page-bottom .bottom-main .main-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.page-bottom .bottom-main .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}
.page-bottom .bottom-main .main-right .right-box {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.page-bottom .bottom-main .main-right .right-box .box-button {
  width: 1.45rem;
  height: 0.48rem;
  margin-right: 0.32rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-bottom .bottom-main .main-right .right-box .box-button:hover {
  color: #000;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
.page-bottom .bottom-main .main-right .right-box .box-button2 {
  width: 1.45rem;
  height: 0.48rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #000;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-bottom .bottom-main .main-right .right-box .box-button2:hover {
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
}
.page-bottom .bottom-main .main-right .box-hide {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.46rem;
  color: #000;
  border-radius: 50%;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.06);
  background: #fff url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-bottom .bottom-main .main-right .box-hide:hover {
  background-color: #f39500;
}
.page-float {
  position: fixed;
  top: 60%;
  right: 0.16rem;
  width: 80px;
  height: auto;
  z-index: 29;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  padding-top: 0.12rem;
  margin-bottom: 0.08rem;
  background: linear-gradient(0deg, #070505, #706f6f);
  border-radius: 0.1rem;
}
.page-float .float-list .list-pic {
  position: relative;
  width: 0.31rem;
  height: 0.34rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.page-float .float-list .list-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-pic .img2 {
  opacity: 0;
}
.page-float .float-list .list-title {
  margin-top: 0.08rem;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-cent {
  position: absolute;
  top: 50%;
  left: -207px;
  width: 207px;
  height: auto;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.06);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent .cent-cont {
  width: 100%;
  padding: 32px 28px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.15);
}
.page-float .float-list .list-cent .cent-cont .cont-button {
  display: block;
  width: 100%;
  height: 0.48rem;
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-float .float-list .list-cent .cent-cont .cont-button:hover {
  background: linear-gradient(0deg, #070505, #706f6f);
}
.page-float .float-list .list-cent .cent-cont .cont-button2 {
  display: block;
  width: 100%;
  height: 0.48rem;
  margin-right: 0.32rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: linear-gradient(0deg, #070505, #706f6f);
  border: solid 1px transparent;
  border-radius: 0.06rem;
}
.page-float .float-list .list-cent .cent-cont .cont-button2:hover {
  color: #fff;
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
.page-float .float-list .list-cent .cent-cont .cont-ewm {
  width: 100%;
  height: auto;
}
.page-float .float-list .list-cent .cent-cont .cont-ewm img {
  width: 100%;
}
.page-float .float-list:hover {
  background: linear-gradient(0deg, #f1c277, #f3d38e);
}
.page-float .float-list:hover .list-pic .img1 {
  opacity: 0;
}
.page-float .float-list:hover .list-pic .img2 {
  opacity: 1;
}
.page-float .float-list:hover .list-title {
  color: #000;
}
.page-float .float-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed-left {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 120px;
  height: auto;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.fixed-left .left-item {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 21px;
  font-size: 12px;
  color: #a2a2a2;
  border-bottom: 1px solid rgba(196, 196, 196, 0.3);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed-left .left-item::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  margin-right: 10px;
  vertical-align: super;
  background-color: rgba(196, 196, 196, 0.8);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed-left .left-item:hover {
  color: #f39500;
  border-bottom: 1px solid #f39500;
}
.fixed-left .left-item:hover::before {
  background-color: #f39500;
}
.bd_weixin_popup {
  height: 330px !important;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #3f4150;
  background: #f3f4f6;
  border-radius: 50%;
}
.page-number .page-item:first-of-type {
  width: 110px;
  height: 50px;
  border-radius: 45px;
}
.page-number .page-item:last-of-type {
  width: 110px;
  height: 50px;
  border-radius: 45px;
}
.page-number .page-item:hover {
  color: #fff;
  background: #006aa0;
}
.page-number .page-item-active {
  color: #fff;
  background: #006aa0;
}
.Wpage-number {
  display: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes moveTop {
  0% {
    top: 0;
  }
  100% {
    top: 110%;
  }
}
@keyframes moveBottom {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 110%;
  }
}
@keyframes moveLeft {
  0% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}
@keyframes moveRight {
  0% {
    right: 0;
  }
  100% {
    right: 110%;
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
