.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  background: rgba(0, 0, 0, 0.6);
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .cont-item {
  position: relative;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .cont-item .item-title {
  display: inline-block;
  width: auto;
  height: 100%;
  font-size: 18px;
  line-height: 1.4rem;
  font-weight: bold;
  color: #fff;
}
nav .nav-main .main-cont .cont-item .item-subnav {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  width: 2.16rem;
  height: auto;
  border-radius: 0.05rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, 0.3rem);
  -o-transform: translate(-50%, 0.3rem);
  -moz-transform: translate(-50%, 0.3rem);
  -webkit-transform: translate(-50%, 0.3rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .cont-item .item-subnav::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -12px;
  border: solid 12px transparent;
  border-bottom: solid 12px #fff;
}
nav .nav-main .main-cont .cont-item .item-subnav .subnav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.62rem;
  padding: 0 0.2rem;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #333;
  border-bottom: solid 1px #f2f2f2;
}
nav .nav-main .main-cont .cont-item .item-subnav .subnav-link:last-of-type {
  border-bottom: none;
}
nav .nav-main .main-cont .cont-item .item-subnav .subnav-link:hover {
  color: #e1690e;
}
nav .nav-main .main-cont .cont-item:hover .item-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .cont-lang {
  position: absolute;
  top: 0;
  left: -0.8rem;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .cont-lang .lang-title {
  display: inline-block;
  width: auto;
  height: 100%;
  font-size: 18px;
  line-height: 1.1rem;
  font-weight: bold;
  color: #fff;
}
nav .nav-main .main-cont .cont-lang .lang-subnav {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  width: 1.8rem;
  height: auto;
  border-radius: 0.05rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, 0.3rem);
  -o-transform: translate(-50%, 0.3rem);
  -moz-transform: translate(-50%, 0.3rem);
  -webkit-transform: translate(-50%, 0.3rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .cont-lang .lang-subnav::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -12px;
  border: solid 12px transparent;
  border-bottom: solid 12px #fff;
}
nav .nav-main .main-cont .cont-lang .lang-subnav .subnav-link {
  display: block;
  width: 100%;
  height: 0.62rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.62rem;
  color: #333;
  border-bottom: solid 1px #f2f2f2;
}
nav .nav-main .main-cont .cont-lang .lang-subnav .subnav-link:last-of-type {
  border-bottom: none;
}
nav .nav-main .main-cont .cont-lang .lang-subnav .subnav-link:hover {
  color: #e1690e;
}
nav .nav-main .main-cont .cont-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .cont-logo {
  position: relative;
  width: 1.26rem;
  height: auto;
}
nav .nav-main .main-cont .cont-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 100%;
  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 span {
  width: 100%;
  height: 100%;
  background: url(/uploads/image/eiicon/icon-search.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background:  no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  font-size: var(--fs18);
  font-weight: 100;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 11px;
  height: 9px;
  background:  no-repeat center center;
  background-size: 11px 9px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  font-weight: bold;
  color: #e1690e;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-title {
  color: #e1690e;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .whead-search {
  display: none;
  position: fixed;
  top: 1.1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(/uploads/image/eiicon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .whead-search .search-input .input-box {
  flex: 1;
}
nav .whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'arial';
  color: #444;
}
nav .whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'arial';
  color: #444;
}
nav .whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'arial';
  color: #444;
}
nav .whead-search .search-input .input-icon {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  background: url(/uploads/image/eiicon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .whead-sidebar,
nav .head-wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.6rem;
  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.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: var(--fs24);
  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-heng {
  width: 0.2rem;
  height: 3px;
  margin-top: 0.45rem;
  background: #fff;
  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-english {
  width: 6.1rem;
  margin-top: 0.45rem;
  font-family: 'montserrat-light';
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide .slide-box .box-play {
  display: none;
}
header .head-banner .swiper-pagination {
  bottom: 0.5rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 0.08rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  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 {
  background: #e1690e;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-english {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-english {
  margin-top: 0.3rem;
  font-family: 'montserrat-light';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 20px;
  height: 3px;
  margin-top: 0.25rem;
  background: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 2px #fff;
  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;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #fff;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.7rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.7rem;
}
header .head-banner .banner-play {
  display: none;
}
header .head-banner .banner-box {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0 1rem;
}
header .head-banner .banner-box .box-pic {
  width: 5.54rem;
  height: auto;
  overflow: hidden;
}
header .head-banner .banner-box .box-pic img {
  width: 100%;
}
header .head-banner .banner-box .box-cent {
  width: 6.1rem;
}
header .head-banner video {
  width: 100%;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.28rem;
  left: 50%;
  width: 0.7rem;
  height: auto;
  margin-left: -0.35rem;
  cursor: pointer;
  z-index: 9;
}
header .head-banner .banner-mouse p {
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse .mouse-pic {
  width: 0.32rem;
  margin: 0.15rem auto 0;
}
header .head-banner .banner-mouse .mouse-pic img {
  width: 100%;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  border-top: solid 1px #e1690e;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  padding: 0.95rem 0 0.75rem;
  border-bottom: solid 1px #e8e8e8;
}
footer .foot-main .main-cent {
  width: 1.4rem;
  height: auto;
}
footer .foot-main .main-cent .cent-logo {
  display: block;
  width: 1.3rem;
  height: auto;
}
footer .foot-main .main-cent .cent-logo img {
  width: 100%;
}
footer .foot-main .main-cent .cent-ewm {
  width: 1.18rem;
  margin-top: 0.35rem;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
footer .foot-main .main-cent .cent-ewm img {
  width: 100%;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
footer .foot-main .main-nav .nav-item {
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-size: var(--fs18);
  font-weight: bold;
  color: #212121;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #e1690e;
}
footer .foot-main .main-nav .nav-item .item-heng {
  width: 12px;
  height: 2px;
  margin-top: 0.08rem;
  background: #e1690e;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: #666;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #e1690e;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #e1690e;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-text span {
  width: 0.21rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-text span img {
  width: 100%;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-text p {
  width: calc(100% - 0.21rem);
  padding-left: 0.12rem;
  padding-top: 0.02rem;
  margin-bottom: 0.16rem;
  font-family: 'montserrat-light';
  font-size: var(--fs16);
  line-height: 0.18rem;
  color: #bbb;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0.45rem 0 0.7rem;
}
footer .foot-bottom .bottom-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
footer .foot-bottom .bottom-share .share-item {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
  border-radius: 50%;
  background: #f0f0f0;
}
footer .foot-bottom .bottom-share .share-item:last-of-type {
  margin-right: 0;
}
footer .foot-bottom .bottom-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-bottom .bottom-share .share-item .img2 {
  opacity: 0;
}
footer .foot-bottom .bottom-share .share-item .item-ewm {
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  width: 1.2rem;
  height: auto;
  margin-left: -0.6rem;
  padding: 0.05rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-bottom .bottom-share .share-item .item-ewm img {
  position: static;
  width: 100%;
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
footer .foot-bottom .bottom-share .share-item:hover {
  background: #e1690e;
}
footer .foot-bottom .bottom-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-bottom .bottom-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-bottom .bottom-share .share-item:hover .item-ewm {
  bottom: 0.55rem;
  opacity: 1;
  visibility: visible;
}
footer .foot-bottom .bottom-cent {
  width: auto;
}
footer .foot-bottom .bottom-cent .cent-link {
  width: auto;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-bottom .bottom-cent .cent-link a {
  font-weight: 100;
}
footer .foot-bottom .bottom-cent .cent-link a:hover {
  color: #e1690e;
}
footer .foot-bottom .bottom-cent .cent-link em {
  margin: 0 0.12rem;
}
footer .foot-bottom .bottom-cent .cent-zhizi {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  font-weight: 100;
  color: #666;
}
footer .foot-bottom .bottom-cent .cent-zhizi a:hover {
  color: #e1690e;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.3rem;
  background: url(/uploads/image/eimages/plate1-bg.jpg) top left;
  background-size: cover;
}
.container .cont-plate1 .plate1-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  border-bottom: solid 1px #ececec;
}
.container .cont-plate1 .plate1-top .top-item {
  width: auto;
  margin: 0 0.6rem;
  cursor: pointer;
}
.container .cont-plate1 .plate1-top .top-item .item-icon {
  position: relative;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  overflow: hidden;
}
.container .cont-plate1 .plate1-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-top .top-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate1 .plate1-top .top-item .item-title {
  position: relative;
  margin-top: 0.1rem;
  font-size: var(--fs12);
  text-align: center;
  color: #1c1d25;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-top .top-item .item-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.22rem;
}
.container .cont-plate1 .plate1-top .top-item .item-title span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e1690e;
  transform: scale(0, 0) translatez(0);
  -o-transform: scale(0, 0) translatez(0);
  -moz-transform: scale(0, 0) translatez(0);
  -webkit-transform: scale(0, 0 translatez(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-top .top-item-on .item-icon {
  background: #e1690e;
}
.container .cont-plate1 .plate1-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate1 .plate1-top .top-item-on .item-title {
  color: #e1690e;
}
.container .cont-plate1 .plate1-top .top-item-on .item-title span::after {
  transform: scale(1, 1) translatez(0);
  -o-transform: scale(1, 1) translatez(0);
  -moz-transform: scale(1, 1) translatez(0);
  -webkit-transform: scale(1, 1 translatez(0));
}
.container .cont-plate1 .plate1-main {
  position: relative;
  margin-top: 0.6rem;
}
.container .cont-plate1 .plate1-main .main-cont {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 53vw;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  width: 22vw;
  height: auto;
  opacity: 0;
  transform: translatey(0.4rem);
  -o-transform: translatey(0.4rem);
  -moz-transform: translatey(0.4rem);
  -webkit-transform: translatey(0.4rem);
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
  width: 100%;
  margin-top: 0.2rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text p {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.1rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text p em {
  width: 0.08rem;
  height: 0.08rem;
  margin-top: 0.06rem;
  border-radius: 50%;
  background: #e1690e;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text p span {
  width: calc(100% - 0.08rem);
  padding-left: 0.1rem;
  font-size: var(--fs18);
  color: #333;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.9rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 5rem;
  height: auto;
  overflow: hidden;
  opacity: 0;
  transform: translatey(0.4rem);
  -o-transform: translatey(0.4rem);
  -moz-transform: translatey(0.4rem);
  -webkit-transform: translatey(0.4rem);
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .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-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-cent,
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-pic {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 11.5vw;
  height: auto;
  padding-top: 2.3rem;
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .swiper-pagination {
  position: relative;
  bottom: 0;
  font-family: 'montserrat-light';
  font-size: var(--fs18);
  text-align: right;
  color: #c3c3c3;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .swiper-pagination .swiper-pagination-current {
  font-size: var(--fs36);
  color: #e1690e;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  padding-top: 0.6rem;
  border-top: solid 1px #e2e2e2;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-prev,
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-next {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  margin-left: 0.2rem;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 50%;
  background: #dddddd;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-prev img,
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-next img {
  width: 7px;
}
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-prev:hover,
.container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-next:hover {
  background: #e1690e;
}
.container .cont-plate1 .plate1-main .main-cont-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
  background: url(/uploads/image/eimages/plate2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate2 .plate2-main .page-english,
.container .cont-plate2 .plate2-main .page-title {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 2 - 0.15rem);
  height: auto;
  margin-right: 0.3rem;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.65rem 0.3rem 0.25rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent::after {
  content: '';
  position: absolute;
  bottom: -0.98rem;
  left: -0.95rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e1690e;
  opacity: 0.9;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent p {
  position: relative;
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translatez(0);
  -o-transform: scale(1.1, 1.1) translatez(0);
  -moz-transform: scale(1.1, 1.1) translatez(0);
  -webkit-transform: scale(1.1, 1.1 translatez(0));
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
  background: url(/uploads/image/eimages/plate3-bg.jpg) no-repeat top right;
  background-size: 3.83rem;
}
.container .cont-plate3 .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate3 .main-box .box-pic {
  position: relative;
  width: 9.12rem;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.container .cont-plate3 .main-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 .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translatez(0);
  -o-transform: scale(1.1, 1.1) translatez(0);
  -moz-transform: scale(1.1, 1.1) translatez(0);
  -webkit-transform: scale(1.1, 1.1 translatez(0));
}
.container .cont-plate3 .main-box .box-cent {
  position: absolute;
  top: 1.6rem;
  right: 0;
  width: 7.74rem;
  height: auto;
  padding: 0.85rem 0.9rem 0.9rem 2.3rem;
  background: url(/uploads/image/eimages/plate3-bg2.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate3 .main-box .box-cent .cent-num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.container .cont-plate3 .main-box .box-cent .cent-num em {
  width: 34px;
  height: 1px;
  margin-right: 0.2rem;
  background: #717171;
}
.container .cont-plate3 .main-box .box-cent .cent-num span {
  font-family: 'montserrat-light';
  font-size: var(--fs18);
  color: #383838;
}
.container .cont-plate3 .main-box .box-cent .cent-title {
  margin-top: 0.45rem;
  font-size: var(--fs34);
  font-weight: bold;
  line-height: 0.44rem;
  color: #000;
}
.container .cont-plate3 .main-box .box-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.32rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .main-box .page-button {
  margin-left: 1.4rem;
  margin-top: 0.45rem;
}
.container .cont-plate4 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2.25rem 0;
  background: url(/uploads/image/eimages/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.92rem;
  width: 8.86rem;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.container .cont-plate4::after {
  content: '';
  position: absolute;
  top: 0;
  right: 1.92rem;
  width: 6.5rem;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .cont-plate4 .plate4-main .main-box {
  width: 5.4rem;
  height: auto;
  padding-left: 1rem;
}
.container .cont-plate4 .plate4-main .main-box .box-num {
  font-size: 2rem;
  font-family: 'montserrat-semi-bold';
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-box .box-text {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.34rem;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-lump {
  width: 5.5rem;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-lump .lump-item {
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.container .cont-plate4 .plate4-main .main-lump .lump-item:last-of-type {
  margin-bottom: 0;
}
.container .cont-plate4 .plate4-main .main-lump .lump-item .item-num {
  font-size: 1rem;
  font-family: 'montserrat-semi-bold';
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-lump .lump-item .item-num em {
  position: relative;
}
.container .cont-plate4 .plate4-main .main-lump .lump-item .item-num em::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: url(/uploads/image/eiicon/icon-jia.png) no-repeat top left;
  background-size: 100%;
}
.container .cont-plate4 .plate4-main .main-lump .lump-item .item-text {
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #fff;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.4rem;
  background: url(/uploads/image/eimages/plate5-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate5 .plate5-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .cont-plate5 .plate5-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate5 .plate5-top .top-cent .page-english,
.container .cont-plate5 .plate5-top .top-cent .page-title {
  text-align: left;
}
.container .cont-plate5 .plate5-top .top-cent .page-heng {
  margin: 0.25rem 0 0;
}
.container .cont-plate5 .plate5-swiper {
  margin-top: 1.16rem;
}
.container .cont-plate5 .plate5-swiper .swiper-slide {
  width: 3.6rem;
  height: auto;
  margin-right: 0.32rem;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont {
  width: 3.6rem;
  height: 3.62rem;
  padding: 0.27rem;
  border-radius: 0.05rem;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(5, 3, 22, 0.08);
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-time {
  font-family: 'montserrat-regular';
  font-size: var(--fs16);
  color: rgba(0, 0, 0, 0.4);
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-title {
  height: 0.6rem;
  margin-top: 0.15rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-pic {
  width: 100%;
  height: 1.82rem;
  margin-top: 0.3rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-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-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 0.05rem;
  z-index: 9;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-pic {
  width: 100%;
  height: 4.22rem;
  overflow: hidden;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-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-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.1rem;
  height: 100%;
  padding: 0.35rem 0.4rem;
  backdrop-filter: blur(20px);
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-time em {
  font-family: 'montserrat-regular';
  font-size: var(--fs48);
  line-height: 0.48rem;
  color: #fff;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-time span {
  font-family: 'montserrat-regular';
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.7);
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-title {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  padding: 0 0.4rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
}
.container .cont-plate5 .plate5-swiper .swiper-slide-active {
  height: auto;
}
.container .cont-plate5 .plate5-swiper .swiper-slide-active .slide-box .box-lump {
  width: 7.52rem;
  height: 4.22rem;
}
.product {
  width: 100%;
  height: auto;
  padding: 1.18rem 0 1.2rem;
}
.product .product-main {
  margin-top: 1rem;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-cont .cont-list {
  width: 3.2rem;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-top {
  width: 100%;
  height: 0.8rem;
  padding: 0.12rem 0.3rem;
  background: #e1690e;
}
.product .product-main .main-cont .cont-list .list-top img {
  width: 0.89rem;
}
.product .product-main .main-cont .cont-list .list-cont {
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-cont .cont-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.72rem;
  padding: 0 0.3rem;
  border: solid 1px #eeeeee;
  border-top: none;
}
.product .product-main .main-cont .cont-list .list-cont .cont-item span {
  width: calc(100% - 10px);
  font-size: var(--fs16);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-cont .cont-item em {
  width: 7px;
  height: 11px;
  background: url(/uploads/image/eiicon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-cont .cont-list .list-cont .cont-item:hover span {
  color: #e1690e;
}
.product .product-main .main-cont .cont-list .list-cont .cont-item:hover em {
  background: url(/uploads/image/eiicon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-cont .cont-list .list-cont .cont-item-active span {
  font-weight: bold;
  color: #e1690e;
}
.product .product-main .main-cont .cont-list .list-cont .cont-item-active em {
  background: url(/uploads/image/eiicon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-cont .cont-box {
  width: 11.16rem;
  height: auto;
}
.product .product-main .main-cont .cont-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.1334rem);
  height: auto;
  padding: 0.4rem 0.2rem 0.18rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(0deg, #eceef0, #f8f9fa);
  border: solid 1px #fff;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e1690e;
  transform: scale(0, 0) translatez(0);
  -o-transform: scale(0, 0) translatez(0);
  -moz-transform: scale(0, 0) translatez(0);
  -webkit-transform: scale(0, 0 translatez(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent .cent-title {
  width: 100%;
  height: auto;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent .cent-num {
  width: 1.2rem;
  height: 0.36rem;
  margin: 0.2rem auto 0;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.34rem;
  color: #e1690e;
  border-radius: 0.45rem;
  border: solid 1px #e1690e;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-cont .cont-item:hover {
  box-shadow: 11px 13px 30px 0px rgba(0, 0, 0, 0.12);
}
.product .product-main .main-cont .cont-box .box-cont .cont-item:hover::after {
  transform: scale(1, 1) translatez(0);
  -o-transform: scale(1, 1) translatez(0);
  -moz-transform: scale(1, 1) translatez(0);
  -webkit-transform: scale(1, 1 translatez(0));
}
.product .product-main .main-cont .cont-box .box-cont .cont-item:hover .item-cent .cent-num {
  color: #fff;
  background: #e1690e;
}
.video {
  width: 100%;
  height: auto;
  padding: 1.18rem 0 1.2rem;
}
.video .video-main {
  margin-top: 1rem;
}
.video .video-main .main-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.video .video-main .main-top .top-cont {
  position: relative;
  width: 10.8rem;
  height: auto;
}
.video .video-main .main-top .top-cont .cont-pic {
  width: 100%;
  height: 6.08rem;
  overflow: hidden;
}
.video .video-main .main-top .top-cont .cont-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;
}
.video .video-main .main-top .top-cont .cont-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  text-align: center;
  line-height: 1.6rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.video .video-main .main-top .top-cont .cont-play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: mapaddress 3s infinite linear;
}
.video .video-main .main-top .top-cont .cont-play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: mapaddress 3s 1.5s infinite linear;
}
.video .video-main .main-top .top-cont .cont-play img {
  width: 1.05rem;
}
.video .video-main .main-top .top-cont:hover .cont-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));
}
.video .video-main .main-top .top-cent {
  width: 4.57rem;
  height: auto;
  padding: 1rem 0.58rem 0;
  background: url(/uploads/image/eimages/video-bg.jpg) no-repeat top left;
  background-size: cover;
}
.video .video-main .main-top .top-cent .cent-english {
  font-family: 'montserrat-bold';
  font-size: var(--fs36);
  line-height: 0.36rem;
  color: #fff;
}
.video .video-main .main-top .top-cent .cent-heng {
  width: 0.4rem;
  height: 6px;
  margin-top: 0.2rem;
  background: #fff;
}
.video .video-main .main-top .top-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.video .video-main .main-top .top-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs12);
  line-height: 0.22rem;
  color: rgba(255, 255, 255, 0.3);
}
.video .video-main .main-top .top-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 0.45rem;
  z-index: 9;
}
.video .video-main .main-top .top-cent .cent-share span {
  margin-right: 0.18rem;
  font-size: 0.16rem;
  color: #fff;
}
.video .video-main .main-top .top-cent .cent-share a {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-top .top-cent .cent-share a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  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;
}
.video .video-main .main-top .top-cent .cent-share a .img2 {
  opacity: 0;
}
.video .video-main .main-top .top-cent .cent-share a:hover .img1 {
  opacity: 0;
}
.video .video-main .main-top .top-cent .cent-share a:hover .img2 {
  opacity: 1;
}
.video .video-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.32rem;
}
.video .video-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
}
.video .video-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.video .video-main .main-cont .cont-item .item-play {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  margin: -0.28rem 0 0 -0.28rem;
  cursor: pointer;
  z-index: 9;
}
.video .video-main .main-cont .cont-item .item-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play:hover img {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.video .video-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.video .video-main .main-cont .cont-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
}
.video .video-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));
}
.medium {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.18rem 0 2.9rem;
}
.medium .medium-main {
  margin-top: 1rem;
}
.medium .medium-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.medium .medium-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 5);
  height: auto;
}
.medium .medium-main .main-cont .cont-item .item-icon {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 auto;
}
.medium .medium-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.medium .medium-main .main-cont .cont-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs24);
  text-align: center;
  color: #262323;
}
.medium .medium-main .main-cont .cont-item .item-ewm {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -0.9rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.medium .medium-main .main-cont .cont-item .item-ewm::after {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -0.15rem;
  border: solid 0.15rem transparent;
  border-bottom: solid 0.15rem #fff;
}
.medium .medium-main .main-cont .cont-item .item-ewm img {
  width: 100%;
  border-radius: 0.05rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.medium .medium-main .main-cont .cont-item:hover .item-ewm {
  top: 1.2rem;
  opacity: 1;
  visibility: visible;
}
.medium .medium-3d {
  position: absolute;
  bottom: -65%;
  left: 0;
  opacity: 1;
}
.security {
  width: 100%;
  height: auto;
}
.security .security-top {
  padding: 1.1rem 0 0.8rem;
}
.security .security-main {
  width: 100%;
  height: auto;
  padding: 2.1rem 0 2.15rem;
  background: url(/uploads/image/eimages/security-pic1.jpg) no-repeat top left;
  background-size: cover;
}
.security .security-main .main-title {
  font-size: var(--fs48);
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.security .security-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 11.4rem;
  margin: 0.5rem auto 0;
}
.security .security-main .main-box .layui-form {
  width: 4.8rem;
  margin-right: 0.2rem;
}
.security .security-main .main-box .layui-form .layui-form-select .layui-select-title {
  height: 0.64rem;
  border-radius: 0.06rem;
  background: #fff;
  overflow: hidden;
}
.security .security-main .main-box .layui-form .layui-form-select .layui-select-title .layui-input {
  height: 100%;
  padding: 0 30px 0 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
}
.security .security-main .main-box .layui-form .layui-form-select .layui-select-title .layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background: url(/uploads/image/eiicon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  border: none;
}
.security .security-main .main-box .layui-form .layui-form-select .layui-anim-upbit {
  top: 0.64rem;
}
.security .security-main .main-box .layui-form .layui-form-select .layui-anim-upbit .layui-select-tips {
  display: none;
}
.security .security-main .main-box .box-input {
  width: 4.8rem;
  height: 0.64rem;
  margin-right: 0.2rem;
  padding: 0 0.2rem;
  background: #fff;
  border-radius: 0.06rem;
  overflow: hidden;
}
.security .security-main .main-box .box-input input {
  width: 100%;
  height: 100%;
  font-size: var(--fs16);
  color: #333;
}
.security .security-main .main-box .box-input input::placeholder {
  color: #999;
}
.security .security-main .main-box .box-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.64rem;
  background: #e1690e;
  border-radius: 0.06rem;
}
.security .security-main .main-box .box-search em {
  width: 15px;
  height: 15px;
  margin-right: 0.12rem;
  background: url(/uploads/image/eiicon/icon-search2.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.security .security-main .main-box .box-search span {
  font-size: var(--fs18);
  font-weight: 100;
  color: #fff;
}
.download {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
}
.download .download-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
}
.download .download-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: 1.1rem;
  margin-bottom: 0.1rem;
  padding: 0 0.45rem 0 0.5rem;
  border-bottom-left-radius: 0.05rem;
  border-top-left-radius: 0.05rem;
  border-left: solid 0.06rem #e1690e;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
.download .download-main .main-cont .cont-item p {
  width: calc(100% - 1.3rem);
  font-size: var(--fs18);
  font-weight: 100;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item p span {
  margin-right: 0.4rem;
  font-family: 'montserrat-light';
  font-size: var(--fs24);
  color: #e1690e;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item .item-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.15rem;
}
.download .download-main .main-cont .cont-item .item-button em {
  width: 0.26rem;
  height: 0.22rem;
  background: url(/uploads/image/eiicon/icon-download.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item .item-button span {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item:hover {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: solid 0 #e1690e;
  background: url(/uploads/image/eimages/download-bg.jpg) no-repeat center center;
  background-size: cover;
}
.download .download-main .main-cont .cont-item:hover p {
  color: #fff;
}
.download .download-main .main-cont .cont-item:hover p span {
  color: #fff;
}
.download .download-main .main-cont .cont-item:hover .item-button em {
  background: url(/uploads/image/eiicon/icon-download2.png) no-repeat center center;
  background-size: 100%;
}
.download .download-main .main-cont .cont-item:hover .item-button span {
  color: #fff;
}
.distribute {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
}
.distribute .distribute-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.distribute .distribute-main .main-list {
  width: 3.2rem;
  height: auto;
}
.distribute .distribute-main .main-list .list-cont {
  width: 100%;
  height: auto;
}
.distribute .distribute-main .main-list .list-cont .cont-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.72rem;
  padding: 0 0.3rem;
  border: solid 1px #eeeeee;
  border-bottom: none;
}
.distribute .distribute-main .main-list .list-cont .cont-item:last-of-type {
  border-bottom: solid 1px #eeeeee;
}
.distribute .distribute-main .main-list .list-cont .cont-item span {
  width: calc(100% - 10px);
  font-size: var(--fs18);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.distribute .distribute-main .main-list .list-cont .cont-item em {
  width: 7px;
  height: 11px;
  background: url(/uploads/image/eiicon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.distribute .distribute-main .main-list .list-cont .cont-item:hover {
  background: #e1690e;
}
.distribute .distribute-main .main-list .list-cont .cont-item:hover span {
  color: #fff;
}
.distribute .distribute-main .main-list .list-cont .cont-item:hover em {
  background: url(/uploads/image/eiicon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.distribute .distribute-main .main-list .list-cont .cont-item-active {
  background: #e1690e;
}
.distribute .distribute-main .main-list .list-cont .cont-item-active span {
  color: #fff;
}
.distribute .distribute-main .main-list .list-cont .cont-item-active em {
  background: url(/uploads/image/eiicon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.distribute .distribute-main .main-cont {
  width: 11.3rem;
  height: auto;
}
.distribute .distribute-main .main-cont .cont-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.distribute .distribute-main .main-cont .cont-top select {
  width: 2.4rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  padding: 0 0.3rem 0 0.2rem;
  font-family: 'montserrat-regular' !important;
  font-size: var(--fs16);
  color: #838383;
  border: solid 1px #eeeeee;
  border-radius: 0.05rem;
  background: url(/uploads/image/eiicon/icon-select-arrow.png) no-repeat scroll right 0.14rem center #fff;
  appearance: none;
  outline: none;
}
.distribute .distribute-main .main-cont .cont-top input {
  width: 2.4rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  padding: 0 0.2rem;
  font-family: 'montserrat-regular' !important;
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #eeeeee;
  border-radius: 0.05rem;
}
.distribute .distribute-main .main-cont .cont-top input::placeholder {
  color: #838383;
}
.distribute .distribute-main .main-cont .cont-top .cont-button {
  width: 1.1rem;
  height: 0.56rem;
  border-radius: 0.05rem;
  background: #e1690e url(/uploads/image/eiicon/icon-search3.png) no-repeat center center;
  background-size: 0.22rem;
}
.distribute .distribute-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.58rem;
  margin-bottom: 0.4rem;
}
.distribute .distribute-main .main-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.18667rem);
  height: auto;
  margin-right: 0.28rem;
  margin-bottom: 0.6rem;
}
.distribute .distribute-main .main-cont .cont-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.distribute .distribute-main .main-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: 2.35rem;
  overflow: hidden;
}
.distribute .distribute-main .main-cont .cont-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;
}
.distribute .distribute-main .main-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: 1.72rem;
  padding: 0.35rem 0.28rem 0;
  border: solid 1px #f2f2f2;
  border-top: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-title {
  font-size: var(--fs22);
  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;
}
.distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-english {
  margin-top: 0.05rem;
  font-family: 'montserrat-light';
  font-size: var(--fs12);
  color: #ccc;
  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;
}
.distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-add {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.3rem;
}
.distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-add em {
  width: 12px;
  height: 14px;
  background: url(/uploads/image/eiicon/icon-add.png) no-repeat center center;
  background-size: 100%;
}
.distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-add span {
  width: calc(100% - 12px);
  padding-left: 0.08rem;
  font-size: var(--fs12);
  font-weight: 100;
  color: #999999;
  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;
}
.distribute .distribute-main .main-cont .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translatez(0);
  -o-transform: scale(1.1, 1.1) translatez(0);
  -moz-transform: scale(1.1, 1.1) translatez(0);
  -webkit-transform: scale(1.1, 1.1 translatez(0));
}
.distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent {
  background: #333333;
  border: solid 1px #333;
  border-top: none;
}
.distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent .cent-english {
  color: rgba(255, 255, 255, 0.6);
}
.distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent .cent-add span {
  color: #e1690e;
}
.experience {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
}
.experience .experience-main {
  margin-top: 0.5rem;
}
.experience .experience-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.experience .experience-main .main-top select {
  width: 2.4rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  padding: 0 0.3rem 0 0.2rem;
  font-family: 'montserrat-regular' !important;
  font-size: var(--fs16);
  color: #838383;
  border: solid 1px #eeeeee;
  border-radius: 0.05rem;
  background: url(/uploads/image/eiicon/icon-select-arrow.png) no-repeat scroll right 0.14rem center #fff;
  appearance: none;
  outline: none;
}
.experience .experience-main .main-top input {
  width: 2.4rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  padding: 0 0.2rem;
  font-family: 'montserrat-regular' !important;
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #eeeeee;
  border-radius: 0.05rem;
}
.experience .experience-main .main-top input::placeholder {
  color: #838383;
}
.experience .experience-main .main-top .cont-button {
  width: 1.1rem;
  height: 0.56rem;
  border-radius: 0.05rem;
  background: #e1690e url(/uploads/image/eiicon/icon-search3.png) no-repeat center center;
  background-size: 0.22rem;
}
.experience .experience-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  margin-bottom: 0.1rem;
}
.experience .experience-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.8rem;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.experience .experience-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.experience .experience-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.04rem;
  overflow: hidden;
}
.experience .experience-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;
}
.experience .experience-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.45rem 0.35rem;
}
.experience .experience-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #000;
  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;
}
.experience .experience-main .main-box .box-item .item-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.experience .experience-main .main-box .box-item .item-cent .cent-text p {
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.24rem;
  color: #666;
  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;
}
.experience .experience-main .main-box .box-item .item-cent .cent-add {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.3rem;
}
.experience .experience-main .main-box .box-item .item-cent .cent-add em {
  width: 12px;
  height: 14px;
  background: url(/uploads/image/eiicon/icon-add.png) no-repeat center center;
  background-size: 100%;
}
.experience .experience-main .main-box .box-item .item-cent .cent-add span {
  width: calc(100% - 12px);
  padding-left: 0.08rem;
  font-size: var(--fs16);
  color: #e1690e;
  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;
}
.experience .experience-main .main-box .box-item:hover {
  background: #333333;
  box-shadow: none;
}
.experience .experience-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));
}
.experience .experience-main .main-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.experience .experience-main .main-box .box-item:hover .item-cent .cent-text p {
  color: #fff;
}
.news {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
}
.news .news-main {
  margin-top: 0.6rem;
}
.news .news-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem;
  overflow: hidden;
}
.news .news-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.news .news-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 9.6rem;
  height: 4.6rem;
  overflow: hidden;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.75rem 1rem 0 0.8rem;
  background: #fff;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'montserrat-regular';
  font-size: var(--fs16);
  color: #c5c8ca;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.42rem;
  color: #000;
  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-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.65rem;
}
.news .news-main .main-swiper .swiper-pagination {
  bottom: 0.2rem;
  width: 50%;
}
.news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.08rem;
  opacity: 1;
  background: #fff;
}
.news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #e1690e;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
  margin-bottom: 0.7rem;
  border-radius: 0.15rem;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.news .news-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.46rem;
  overflow: hidden;
}
.news .news-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;
}
.news .news-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  height: 0.68rem;
  font-size: var(--fs24);
  line-height: 0.34rem;
  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-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  height: 0.48rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-item .item-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-bottom span {
  font-family: 'montserrat-regular';
  font-size: var(--fs18);
  color: rgba(0, 0, 0, 0.35);
}
.news .news-main .main-cont .cont-item .item-cent .cent-bottom em {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: url(/uploads/image/eiicon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
}
.news .news-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));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #e1690e;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-bottom em {
  opacity: 1;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0;
}
.contact .contact-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 1rem;
}
.contact .contact-plate1 .plate1-cent .page-english,
.contact .contact-plate1 .plate1-cent .page-title {
  text-align: left;
}
.contact .contact-plate1 .plate1-cent .page-heng {
  margin: 0.25rem 0 0.3rem;
}
.contact .contact-plate1 .plate1-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-bottom: solid 1px #efefef;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-icon {
  width: 0.82rem;
  height: 0.82rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-cent {
  width: calc(100% - 0.82rem);
  height: auto;
  padding-left: 0.2rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-cent .cent-title {
  margin-bottom: 0.1rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #000;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-cent .cent-tel {
  font-family: 'montserrat-light';
  font-size: var(--fs16);
  color: #666;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
}
.contact .contact-plate1 .plate1-pic {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.contact .contact-plate1 .plate1-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;
}
.contact .contact-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translatez(0);
  -o-transform: scale(1.1, 1.1) translatez(0);
  -moz-transform: scale(1.1, 1.1) translatez(0);
  -webkit-transform: scale(1.1, 1.1 translatez(0));
}
.contact .contact-plate2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background: url(/uploads/image/eimages/security-pic1.jpg) no-repeat center center;
  background-size: cover;
}
.contact .contact-plate2 .plate2-title {
  font-size: var(--fs42);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.contact .contact-plate2 .plate2-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.contact .contact-plate2 .plate2-ewm {
  width: 1.54rem;
  height: auto;
  margin: 0.55rem auto 0;
}
.contact .contact-plate2 .plate2-ewm img {
  width: 100%;
  border-radius: 0.05rem;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.14);
}
.contact .contact-plate2 .plate2-ewm .ewm-title {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.message {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  background: url(/uploads/image/eimages/message-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.message .message-main .main-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.message .message-main .main-form input {
  width: calc(100% / 3 - 0.14rem);
  height: 0.55rem;
  padding: 0 0.3rem;
  margin-right: 0.21rem;
  margin-bottom: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
  border-radius: 0.05rem;
  background: #fff;
  border: solid 1px #ededed;
}
.message .message-main .main-form input:nth-child(3n) {
  margin-right: 0;
}
.message .message-main .main-form input::placeholder {
  color: #666;
}
.message .message-main .main-form textarea {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 0.3rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
  border-radius: 0.05rem;
  background: #fff;
  border: solid 1px #ededed;
}
.message .message-main .main-form textarea::placeholder {
  color: #666;
}
.message .message-main .main-button {
  display: block;
  width: 1.7rem;
  height: 0.56rem;
  margin: 0.5rem auto 0;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.54rem;
  color: #fff;
  border-radius: 0.45rem;
  border: solid 2px #e1690e;
  background: #e1690e;
}
.message .message-main .main-button:hover {
  color: #e1690e;
  background: transparent;
}
.about {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.4rem;
}
.about::after {
  content: '';
  position: absolute;
  top: -0.6rem;
  right: 3.5rem;
  width: 5.42rem;
  height: 3.5rem;
  background: url(/uploads/image/eimages/about-bg.png) no-repeat top left;
  background-size: 100%;
}
.about .about-main {
  position: relative;
}
.about .about-main .main-cent {
  width: 100%;
  height: auto;
  padding-right: 4.45rem;
}
.about .about-main .main-cent .page-english,
.about .about-main .main-cent .page-title {
  text-align: left;
}
.about .about-main .main-cent .page-heng {
  margin: 0.25rem 0 0;
}
.about .about-main .main-cent .cent-title {
  margin-top: 0.5rem;
  font-size: var(--fs36);
  color: #e1690e;
}
.about .about-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.34rem;
  color: #555;
}
.about .about-main .main-pic {
  position: relative;
  width: 14.2rem;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
  z-index: 9;
}
.about .about-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-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-main .main-lump {
  position: absolute;
  top: 0.45rem;
  right: 0;
  width: 3.2rem;
  height: 9.5rem;
  padding: 0.8rem 0.45rem 0;
  background: url(/uploads/image/eimages/about-bg2.jpg) no-repeat top left;
  background-size: 100%;
}
.about .about-main .main-lump .lump-english {
  font-family: 'montserrat-regular';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: #fff;
}
.about .about-main .main-lump .lump-title {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  line-height: 0.26rem;
  color: #fff;
}
.about .about-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: -1.6rem;
}
.about .about-main .main-box .box-text {
  width: 8.9rem;
  margin-top: 2.4rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.34rem;
  color: #333;
}
.about .about-main .main-box .box-cont {
  width: 5.4rem;
  height: 4.8rem;
  padding: 2rem 0.4rem;
  background: url(/uploads/image/eimages/about-bg3.jpg) no-repeat top left;
  background-size: 100%;
}
.about .about-main .main-box .box-cont .cont-english {
  font-family: 'montserrat-light';
  font-size: var(--fs24);
  text-align: center;
  text-transform: uppercase;
  color: #bbb;
}
.about .about-main .main-box .box-cont .cont-title {
  margin-top: 0.35rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #e1690e;
}
.about .about-main .main-box .box-cont .cont-english2 {
  margin-top: 0.1rem;
  font-family: 'montserrat-light';
  font-size: var(--fs12);
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
}
.honor .honor-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0.2rem;
  padding: 0 0.65rem;
  margin-bottom: 0.4rem;
}
.honor .honor-main .main-cont::before {
  content: '';
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 100%;
  height: 1.11rem;
  background: url(/uploads/image/eimages/honor-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.honor .honor-main .main-cont::after {
  content: '';
  position: absolute;
  top: 7.95rem;
  left: 0;
  width: 100%;
  height: 1.11rem;
  background: url(/uploads/image/eimages/honor-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.honor .honor-main .main-cont .cont-item {
  width: calc(100% / 4);
  height: auto;
  padding: 0 0.45rem;
  margin-bottom: 0.5rem;
}
.honor .honor-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}
.honor .honor-main .main-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;
}
.honor .honor-main .main-cont .cont-item .item-title {
  margin-top: 0.7rem;
  font-size: var(--fs18);
  text-align: center;
  color: #444;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item:hover .item-title {
  color: #e1690e;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.7rem;
  background: url(/uploads/image/eimages/culture-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.culture .culture-main .main-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.culture .culture-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1.05rem;
}
.culture .culture-main .main-cont .cont-lump {
  position: relative;
  width: 2rem;
  height: auto;
  padding: 0.48rem 0;
}
.culture .culture-main .main-cont .cont-lump .lump-shu {
  position: absolute;
  top: 0;
  left: 0.06rem;
  width: 2px;
  height: 100%;
  background: #f2f2f2;
}
.culture .culture-main .main-cont .cont-lump .lump-shu::before {
  content: '';
  position: absolute;
  bottom: -0.14rem;
  left: 50%;
  width: 0.14rem;
  height: 0.14rem;
  margin-left: -0.07rem;
  border: solid 2px #e5e5e5;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
}
.culture .culture-main .main-cont .cont-lump .lump-shu::after {
  content: '';
  position: absolute;
  top: -0.14rem;
  left: 50%;
  width: 0.14rem;
  height: 0.14rem;
  margin-left: -0.07rem;
  border: solid 2px #e5e5e5;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper {
  position: relative;
  width: 100%;
  height: 3.3rem;
  z-index: 9;
  overflow: hidden;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide {
  width: 100%;
  height: 0.55rem;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0.04rem;
  cursor: pointer;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-drop {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e5e5e5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 0.23rem;
  height: 0.22rem;
  margin-left: 0.21rem;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-title {
  width: 1.5rem;
  padding-left: 0.12rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box:hover .box-drop {
  background: #e1690e;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box:hover .box-title {
  color: #e1690e;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box .box-drop {
  background: #e1690e;
}
.culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box .box-title {
  color: #e1690e;
}
.culture .culture-main .main-cont .cont-box {
  position: relative;
  width: 12.2rem;
  height: auto;
}
.culture .culture-main .main-cont .cont-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.culture .culture-main .main-cont .cont-box .box-item .item-pic {
  position: relative;
  width: 5.82rem;
  height: 5.82rem;
  opacity: 0;
  transform: translatex(-0.3rem);
  -o-transform: translatex(-0.3rem);
  -moz-transform: translatex(-0.3rem);
  -webkit-transform: translatex(-0.3rem);
}
.culture .culture-main .main-cont .cont-box .box-item .item-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.2rem;
  height: 6.24rem;
  margin: -3.05rem 0 0 -3rem;
  border: solid 1px #e37420;
  opacity: 0.3;
  border-radius: 50%;
  animation: load 5s linear infinite;
}
.culture .culture-main .main-cont .cont-box .box-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.23rem;
  height: 6.2rem;
  margin: -3.12rem 0 0 -3.115rem;
  border: solid 1px #e37420;
  opacity: 0.3;
  border-radius: 50%;
  animation: load 4s linear infinite;
}
.culture .culture-main .main-cont .cont-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.culture .culture-main .main-cont .cont-box .box-item .item-cent {
  width: 5.32rem;
  height: auto;
  opacity: 0;
  transform: translatex(0.3rem);
  -o-transform: translatex(0.3rem);
  -moz-transform: translatex(0.3rem);
  -webkit-transform: translatex(0.3rem);
}
.culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #ebebeb;
}
.culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top em {
  position: absolute;
  top: -0.8rem;
  right: 0;
  font-family: 'montserrat-bold';
  font-size: 0.72rem;
  color: #e1690e;
}
.culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top .top-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #333;
}
.culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top .top-english {
  margin-top: 0.1rem;
  font-family: 'montserrat-light';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
}
.culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-lump span {
  font-weight: bold;
  color: #e1690e;
}
.culture .culture-main .main-cont .cont-box .box-item-on {
  position: relative;
}
.culture .culture-main .main-cont .cont-box .box-item-on .item-pic,
.culture .culture-main .main-cont .cont-box .box-item-on .item-cent {
  opacity: 1;
  transform: translatex(0);
  -o-transform: translatex(0);
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.newsdetail {
  width: 100;
  height: auto;
}
.newsdetail .newsdetail-main {
  width: 9.6rem;
  margin: 0 auto;
  padding: 1.1rem 0 1.2rem;
}
.newsdetail .newsdetail-main .main-top {
  width: 100%;
  height: auto;
  margin-bottom: 0.34rem;
  padding-bottom: 0.3rem;
  padding-right: 0.55rem;
  border-bottom: 1px solid #f0f0f0;
}
.newsdetail .newsdetail-main .main-top .top-title {
  font-size: var(--fs40);
  font-weight: bold;
  line-height: 0.48rem;
  color: #000;
}
.newsdetail .newsdetail-main .main-top .top-lump {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.15rem;
}
.newsdetail .newsdetail-main .main-top .top-lump p {
  font-size: var(--fs16);
  color: #666;
  margin-right: 0.24rem;
}
.newsdetail .newsdetail-main .main-top .lump-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.newsdetail .newsdetail-main .main-top .lump-share span {
  margin-right: 0.06rem;
  font-size: var(--fs16);
  color: #666;
}
.newsdetail .newsdetail-main .main-top .lump-share .share-item {
  width: 0.2rem;
  margin-right: 0.15rem;
  opacity: 0.5;
}
.newsdetail .newsdetail-main .main-top .lump-share .share-item img {
  width: 100%;
}
.newsdetail .newsdetail-main .main-top .lump-share .share-item:hover {
  opacity: 1;
}
.newsdetail .newsdetail-main .main-box {
  margin-bottom: 0.9rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.newsdetail .newsdetail-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.newsdetail .newsdetail-main .main-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding: 0.2rem 0.4rem 0.3rem;
  border: solid 1px #e1e1e1;
  border-top: 2px solid #5f5f5f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsdetail .newsdetail-main .main-bottom::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e1690e;
  z-index: 9;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.newsdetail .newsdetail-main .main-bottom p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #000;
}
.newsdetail .newsdetail-main .main-bottom a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsdetail .newsdetail-main .main-bottom:hover::after {
  width: 100%;
}
.newsdetail .newsdetail-main .main-bottom:hover a {
  color: #e1690e;
}
.productdetail {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
}
.productdetail .productdetail-main {
  width: 100%;
  height: auto;
}
.productdetail .productdetail-main .main-top {
  display: flex;
  justify-content: space-between;
}
.productdetail .productdetail-main .main-top .top-box {
  width: 7.68rem;
  height: auto;
}
.productdetail .productdetail-main .main-top .top-box .box-pic {
  width: 100%;
  height: 6.8rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.productdetail .productdetail-main .main-top .top-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productdetail .productdetail-main .main-top .top-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));
}
.productdetail .productdetail-main .main-top .top-box .box-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  --swiper-navigation-color: #e1690e;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 22px;
  /* 设置按钮大小 */
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 6 - 0.1rem);
  height: 1.04rem;
  margin-right: 0.12rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
  border: solid 1px #fff;
  overflow: hidden;
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide .slide-box: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));
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide-on .slide-box {
  border: solid 1px #e1690e;
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .swiper-button-prev {
  left: -0.3rem;
}
.productdetail .productdetail-main .main-top .top-box .box-bottom .swiper-button-next {
  right: -0.3rem;
}
.productdetail .productdetail-main .main-top .top-cont {
  width: 6.3rem;
  height: auto;
}
.productdetail .productdetail-main .main-top .top-cont .cont-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.productdetail .productdetail-main .main-top .top-cont .cont-heng {
  width: 30px;
  height: 3px;
  margin-top: 0.2rem;
  background: #cccccc;
  border-radius: 0.45rem;
}
.productdetail .productdetail-main .main-top .top-cont .cont-lump {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.24rem);
  height: 0.78rem;
  border-bottom: solid 1px #f4f4f4;
}
.productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item em {
  width: 0.4rem;
  height: 0.4rem;
  font-family: 'montserrat-light';
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  border-radius: 50%;
  border: solid 0.04rem #fcf0e6;
  background: #e1690e;
}
.productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item p {
  width: calc(100% - 0.4rem);
  height: auto;
  padding-left: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #666;
}
.productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item p span {
  font-weight: bold;
  color: #000;
}
.productdetail .productdetail-main .main-top .top-cont .cont-button {
  display: inline-block;
  width: auto;
  height: 0.54rem;
  padding: 0 0.24rem;
  margin-top: 0.8rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #e1690e;
  border: solid 2px #e1690e;
}
.productdetail .productdetail-main .main-top .top-cont .cont-button:hover {
  color: #e1690e;
  background: transparent;
}
.productdetail .productdetail-main .main-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.4rem;
  border-radius: 0.45rem;
  border: solid 1px #ededed;
}
.productdetail .productdetail-main .main-list .list-item {
  width: 1.82rem;
  height: 0.52rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #666;
  border-radius: 0.45rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productdetail .productdetail-main .main-list .list-item:hover {
  color: #fff;
  background: #e1690e;
}
.productdetail .productdetail-main .main-list .list-item-on {
  color: #fff;
  background: #e1690e;
}
.productdetail .productdetail-main .main-cont {
  width: 100%;
  height: auto;
  border-top: solid 1px #ededed;
}
.productdetail .productdetail-main .main-cont .cont-box .box-title {
  margin-top: 0.95rem;
  font-size: var(--fs40);
  font-weight: bold;
  color: #1c1d25;
}
.productdetail .productdetail-main .main-cont .cont-box .box-heng {
  width: 36px;
  height: 4px;
  margin-top: 0.2rem;
  border-radius: 0.45rem;
  background: #e1690e;
}
.productdetail .productdetail-main .main-cont .cont-box .box-video {
  position: relative;
  width: 10rem;
  height: auto;
  margin-top: 0.6rem;
}
.productdetail .productdetail-main .main-cont .cont-box .box-video .video-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productdetail .productdetail-main .main-cont .cont-box .box-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.productdetail .productdetail-main .main-cont .cont-box .box-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productdetail .productdetail-main .main-cont .cont-box .box-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productdetail .productdetail-main .main-cont .cont-box .box-video .video-play img {
  width: 100%;
}
.productdetail .productdetail-main .main-cont .cont-box .box-lump {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productdetail .productdetail-main .main-cont .cont-box .box-lump img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto !important;
  margin: 0 auto;
}
.page-top {
  display: flex;
  justify-content: flex-start;
}
.page-top .top-item {
  width: 33.33%;
  height: auto;
  border-right: solid 1px #e5e5e5;
}
.page-top .top-item:last-of-type {
  border-right: none;
}
.page-top .top-item .item-icon {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 auto;
}
.page-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-top .top-item .item-icon .img2 {
  opacity: 0;
}
.page-top .top-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  color: #222;
}
.page-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.page-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.page-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.page-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #e1690e;
  border: solid 2px #e1690e;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #e1690e;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #e1690e;
}
.security-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.security-pupop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  padding: 0.85rem 0.3rem 0;
  margin: -3rem 0 0 -3rem;
  background: #fff;
  border-radius: 0.2rem;
  z-index: 199;
}
.security-pupop .pupop-hide {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.24rem;
  height: auto;
  cursor: pointer;
}
.security-pupop .pupop-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.security-pupop .pupop-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.security-pupop .pupop-cent {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.security-pupop .pupop-cent .cent-text {
  font-size: var(--fs24);
  font-weight: 100;
  text-align: center;
  line-height: 0.42rem;
  color: #1c1d25;
}
.security-pupop .pupop-cent .cent-text span {
  font-weight: 100;
  color: #e1690e;
}
.security-pupop .pupop-cent .cent-lump {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.security-pupop .pupop-cent .cent-lump .lump-icon {
  width: 0.4rem;
  height: 0.4rem;
}
.security-pupop .pupop-cent .cent-lump .lump-icon img {
  width: 100%;
}
.security-pupop .pupop-cent .cent-lump .lump-title {
  padding-left: 0.18rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #1c1d25;
}
.security-pupop .pupop-cent .cent-text2 {
  margin-top: 0.3rem;
  font-size: var(--fs20);
  font-weight: 100;
  text-align: center;
  color: #666;
}
.security-pupop .pupop-cent .cent-text2 span {
  color: #e1690e;
}
.page-heng {
  width: 0.32rem;
  height: 3px;
  margin: 0.25rem auto 0;
  background: #e1690e;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #1c1d25;
}
.page-english {
  font-family: 'montserrat-semi-bold';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #0a3473;
  opacity: 0.05;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.45rem;
  height: 0.54rem;
  border-radius: 0.45rem;
  border: solid 2px #e1690e;
  background: #e1690e;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  width: 0.15rem;
  height: 0.13rem;
  margin-left: 0.1rem;
  background: url(/uploads/image/eiicon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  background: transparent;
}
.page-button:hover span {
  color: #e1690e;
}
.page-button:hover em {
  background: url(/uploads/image/eiicon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.page-crumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.48rem;
  background: rgba(0, 0, 0, 0.3);
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.page-crumb .crumb-box a {
  font-size: var(--fs14);
  color: #fff;
}
.page-crumb .crumb-box a:hover {
  text-decoration: underline;
}
.page-crumb .crumb-box span {
  font-size: var(--fs14);
  font-weight: bold;
  color: #fff;
}
.page-crumb .crumb-box em {
  display: block;
  font-size: var(--fs14);
  color: #fff;
  margin: 0 0.05rem;
}
.page-load {
  display: block;
  width: 0.7rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic {
  width: 0.4rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load .load-title {
  margin-top: 0.12rem;
  font-size: var(--fs16);
  text-align: center;
  color: #e1690e;
}
.page-load:hover .load-pic img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.page-subnav {
  width: 100%;
  height: auto;
}
.page-subnav .subnav-main {
  width: 100%;
  height: 0.8rem;
  border-bottom: solid 1px #e6e6e6;
}
.page-subnav .subnav-main .main-cont {
  display: flex;
  justify-content: center;
  height: 100%;
}
.page-subnav .subnav-main .main-cont .cont-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.42rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.page-subnav .subnav-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e1690e;
  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;
}
.page-subnav .subnav-main .main-cont .cont-item:hover {
  color: #e1690e;
}
.page-subnav .subnav-main .main-cont .cont-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));
}
.page-subnav .subnav-main .main-cont .cont-item-on {
  color: #e1690e;
}
.page-subnav .subnav-main .main-cont .cont-item-on::after {
  transform: scale(1, 1) translatez(0);
  -o-transform: scale(1, 1) translatez(0);
  -moz-transform: scale(1, 1) translatez(0);
  -webkit-transform: scale(1, 1 translatez(0));
}
.page-subnav .subnav-box {
  width: 100%;
  height: 0.96rem;
  background: #f6f7f9;
}
.page-subnav .subnav-box .box-cent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-subnav .subnav-box .box-cent .cent-item {
  margin: 0 0.35rem;
  font-size: var(--fs18);
  color: #000;
}
.page-subnav .subnav-box .box-cent .cent-item:hover {
  color: #e1690e;
}
.page-subnav .subnav-box .box-cent .cent-item-on {
  color: #e1690e;
}
.page-wnav {
  display: none;
}
.pagew {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
