.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: #8ec43f;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.27rem;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.76rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.27rem;
  color: #333;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #8ec43f;
  z-index: -1;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 1.27rem;
  left: 0;
  width: 100%;
  height: 4.1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  padding-right: 1.2rem;
  background: url(../images/nav-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
  z-index: 29;
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 13.7rem;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent {
  display: flex;
  justify-content: flex-start;
  width: 7.35rem;
  height: auto;
  transform: translateX(-0.3rem);
  -o-transform: translateX(-0.3rem);
  -moz-transform: translateX(-0.3rem);
  -webkit-transform: translateX(-0.3rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-pic {
  width: 3.15rem;
  height: auto;
  overflow: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-pic img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump {
  width: 4.18rem;
  height: auto;
  padding: 0.15rem 1rem 0 0.6rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-text {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.14rem;
  height: 0.36rem;
  margin-top: 0.35rem;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  background: #8ec43f;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-button span {
  margin-left: 0.1rem;
  font-family: '宋体';
  font-size: 0.14rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-button:hover span {
  transform: translateX(0.06rem);
  -o-transform: translateX(0.06rem);
  -moz-transform: translateX(0.06rem);
  -webkit-transform: translateX(0.06rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 6.36rem;
  height: 2.1rem;
  padding: 0.1rem 0.8rem 0;
  border-left: solid 1px #ebebeb;
  transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link {
  display: block;
  position: relative;
  width: 1.5rem;
  height: auto;
  margin-right: 0.15rem;
  padding-left: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: #999;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link:nth-child(5n) {
  margin-bottom: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link::after {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0.09rem;
  width: 4px;
  height: 4px;
  background: #dbdbdb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link:hover {
  color: #8ec43f;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link:hover::after {
  background: #8ec43f;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont .cont-box .box-cent,
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont .cont-box .box-list {
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 1s 0.3s;
  -o-transition: all 1s 0.3s;
  -moz-transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 20px;
  height: 100%;
  margin-left: 0.25rem;
  background: url(../images/icon/icon-serach.png) no-repeat center center;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: url(../images/icon/icon-serach3.png) no-repeat center center !important;
  background-size: 20px !important;
}
nav .nav-main .main-cont .main-right .right-lang2 {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.92rem;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
nav .nav-main .main-cont .main-right .right-lang2 .lang-flag {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  overflow: hidden;
}
nav .nav-main .main-cont .main-right .right-lang2 .lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
nav .nav-main .main-cont .main-right .right-lang2 .lang-title {
  width: auto;
  margin: 0 0.15rem;
  font-size: 0.16rem;
  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-lang2 .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang2 .lang-list {
  position: absolute;
  top: 0.97rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.05rem 0.2rem;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang2 .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  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-lang2 .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang2 .lang-list .list-link:hover {
  color: #8ec43f;
}
nav .nav-main .main-cont .main-right .right-lang2:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang2:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang2:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-lang {
  margin-left: 0.3rem;
  font-size: 0.2rem;
  color: #333;
}
nav .nav-main .main-cont .main-right .right-lang:hover {
  color: #8ec43f;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 1.3rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 18px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main-active {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
  cursor: pointer;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic,
header .head-banner .swiper-slide .slide-box .box-web-pic2 {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 45%;
  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.36rem;
  text-align: center;
  letter-spacing: -0.65rem;
  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-title span {
  display: inline-block;
  font-family: 'YANSHIYOURANXIAOKAI';
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(1) {
  margin-right: 0.1rem;
  font-size: 1.3rem;
  transform: translatey(-0.3rem);
  -o-transform: translatey(-0.3rem);
  -moz-transform: translatey(-0.3rem);
  -webkit-transform: translatey(-0.3rem);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(2) {
  margin-right: 0.15rem;
  font-size: 1.2rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(3) {
  font-size: 1.42rem;
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(4) {
  position: relative;
  margin: 0 0.4rem;
  font-size: 0.64rem;
  z-index: 1;
  transform: translatey(-0.3rem);
  -o-transform: translatey(-0.3rem);
  -moz-transform: translatey(-0.3rem);
  -webkit-transform: translatey(-0.3rem);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(4)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin: -0.15rem 0 0 -0.05rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(5) {
  font-size: 1.45rem;
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(6) {
  margin-left: 0.05rem;
  font-size: 1.02rem;
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(7) {
  margin-left: 0.35rem;
  font-size: 1.3rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span:nth-child(8) {
  display: inline-block;
  width: 0.11rem;
  height: 0.11rem;
  margin-left: 0.4rem;
  border-radius: 50%;
  background: #fff;
  transform: translatey(0.05rem);
  -o-transform: translatey(0.05rem);
  -moz-transform: translatey(0.05rem);
  -webkit-transform: translatey(0.05rem);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  position: relative;
  margin-top: 0.1rem;
  font-size: 0.72rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.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-subtitle span {
  position: relative;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle span::before {
  content: '“';
  position: absolute;
  top: -0.3rem;
  left: -0.8rem;
  font-family: Arial;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.2);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle span::after {
  content: '”';
  position: absolute;
  bottom: -0.3rem;
  right: -0.8rem;
  font-family: Arial;
  font-size: 1.2rem;
  line-height: 0;
  color: rgba(255, 255, 255, 0.2);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
  position: relative;
  margin-top: 0.1rem;
  font-size: 0.72rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.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-subtitle2 span {
  position: relative;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 span::before {
  content: '“';
  position: absolute;
  top: -0.3rem;
  left: -0.8rem;
  font-family: Arial;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.2);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 span::after {
  content: '”';
  position: absolute;
  bottom: -0.3rem;
  right: -0.8rem;
  font-family: Arial;
  font-size: 1.2rem;
  line-height: 0;
  color: rgba(255, 255, 255, 0.2);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 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 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 100;
  font-size: 0.16rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English span {
  width: 0.42rem;
  height: 1px;
  margin-right: 0.1rem;
  background: linear-gradient(-90deg, #fff, transparent);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English em {
  width: 0.42rem;
  height: 1px;
  margin-left: 0.1rem;
  background: linear-gradient(90deg, #fff, transparent);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-play {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: right;
  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 #particles-js {
  position: absolute;
  top: 1.92rem;
  right: 10%;
  width: 8.11rem;
  height: 4.68rem;
  z-index: 1;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-button,
header .head-banner .swiper-slide-active .box-cent2 .cent-button,
header .head-banner .swiper-slide-active .box-cent .cent-play,
header .head-banner .swiper-slide-active .box-cent2 .cent-play {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.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: 55px;
  height: 5px;
  margin: 0 5px;
  background: #fff;
  opacity: 0.4;
  border-radius: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  margin-top: 1.27rem;
  background-position: left 1.27rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic2 {
  position: relative;
  width: 100%;
  height: 5.45rem;
  margin-top: 0.97rem;
  overflow: hidden;
}
header .head-banner .banner-pic2 img {
  position: fixed;
  top: -3.5rem;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-pic3 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.97rem;
  overflow: hidden;
}
header .head-banner .banner-pic3 img {
  width: 100%;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-family: 'YANSHIYOURANXIAOKAI';
  font-size: 1.2rem;
  letter-spacing: -0.35rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: -0.08rem;
  font-size: 0.3rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 60px;
  height: 5px;
  margin: 0.35rem auto 0;
  background: #fff;
}
header .head-banner .banner-cent2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.97rem;
  right: 0;
  width: 5.76rem;
  height: calc(100% - 0.97rem);
  padding-left: 1rem;
  background: rgba(0, 0, 0, 0.3);
}
header .head-banner .banner-cent2 .cent-English {
  width: 100%;
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-English span {
  color: #8ec43f;
}
header .head-banner .banner-cent2 .cent-title {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0.36rem;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.02rem;
  height: 0.56rem;
  margin-top: 1rem;
  font-size: 0.18rem;
  color: #fff;
  background: #8ec43f;
  border-radius: 0.45rem;
}
header .head-banner .banner-cent2 .cent-button img {
  width: 0.22rem;
  margin-left: 0.18rem;
}
header .head-banner .banner-cent2 .cent-button:hover {
  background: #8ec43f;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .head-banner .swiper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  width: 2rem;
  height: auto;
  margin-left: -1rem;
  z-index: 9;
}
header .head-banner .swiper-bottom .bottom-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.2rem;
  height: auto;
}
header .head-banner .swiper-bottom .bottom-num .one {
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .swiper-bottom .bottom-num .heng {
  position: relative;
  width: 0.66rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
header .head-banner .swiper-bottom .bottom-num .heng::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #8ec43f;
}
header .head-banner .swiper-bottom .bottom-num .on::after {
  width: 100%;
  transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}
header .head-banner .swiper-bottom .bottom-num .two {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
}
header .head-banner .swiper-bottom .bottom-button {
  display: flex;
  justify-content: space-between;
  width: 0.4rem;
  height: auto;
}
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev,
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next {
  position: relative;
  width: 0.1rem;
  height: 0.14rem;
  cursor: pointer;
  outline: none;
}
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev img,
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev .img2,
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev:hover .img1,
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev:hover .img2,
header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-strip {
  position: relative;
  width: 14.4rem;
  height: 0.66rem;
  margin: -0.33rem auto 0;
  padding: 0 0.1rem;
  background: #324149;
  border-radius: 0.45rem;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0.66rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list:last-of-type {
  margin-right: 0;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
header .head-strip .strip-box .box-left .left-list:hover a {
  color: #8ec43f;
}
header .head-strip .strip-box .box-left .left-list-active a {
  color: #8ec43f;
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: 28%;
  padding-right: 0.3rem;
  text-align: right;
  line-height: 0.66rem;
}
header .head-strip .strip-box .box-right .right-icon1 {
  width: auto;
  font-size: 0.14rem;
  color: #999;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  width: 16px;
  margin-right: 0.12rem;
  margin-top: -0.04rem;
}
header .head-strip .strip-box .box-right .right-icon1 a {
  font-size: 0.14rem;
  color: #999;
  transition: none;
  -webkit-transition: none;
}
header .head-strip .strip-box .box-right .right-icon1 a:hover {
  color: #8ec43f;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: 0.14rem;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #8ec43f;
}
header .head-strip .strip-box .box-right .right-text img {
  width: 7px;
  margin: -0.04rem 0.1rem 0;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #8ec43f;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #324049 url(../images/foot-bg2.png) no-repeat bottom right;
  background-size: 4.12rem;
  z-index: 29;
}
footer::after {
  content: '';
  position: absolute;
  top: -1.58rem;
  left: 0;
  width: 1.6rem;
  height: 6.08rem;
  background: url(../images/foot-bg.png) no-repeat top left;
  background-size: 100%;
  z-index: 5;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0 0.6rem;
}
footer .foot-main .main-left {
  width: 4.8rem;
  height: auto;
}
footer .foot-main .main-left .left-ewm {
  width: 1.4rem;
  height: auto;
}
footer .foot-main .main-left .left-ewm img {
  width: 100%;
}
footer .foot-main .main-left .left-cent {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999999;
}
footer .foot-main .main-left .left-cent span {
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-left .left-cent em {
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-right {
  display: flex;
  justify-content: space-between;
  width: 7.9rem;
  height: auto;
}
footer .foot-main .main-right .right-item {
  width: 1.1rem;
  height: auto;
}
footer .foot-main .main-right .right-item .item-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 2px;
}
footer .foot-main .main-right .right-item .item-top em {
  width: 0.23rem;
  height: 100%;
  background: #8ec43f;
}
footer .foot-main .main-right .right-item .item-top span {
  width: 0.8rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
footer .foot-main .main-right .right-item .item-title {
  display: block;
  margin: 0.22rem 0;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-right .right-item .item-title:hover {
  color: #8ec43f;
}
footer .foot-main .main-right .right-item .item-cent {
  width: 100%;
  height: auto;
  margin: 0 0 0.35rem;
}
footer .foot-main .main-right .right-item .item-cent .cent-link {
  display: block;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.45rem;
  color: #999;
}
footer .foot-main .main-right .right-item .item-cent .cent-link:hover {
  color: #fff;
}
footer .foot-bottom {
  width: 100%;
  height: 1.02rem;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
footer .foot-bottom .bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
footer .foot-bottom .bottom-main .main-link {
  width: 6rem;
  height: auto;
}
footer .foot-bottom .bottom-main .main-link a {
  display: inline-block;
  margin-right: 0.38rem;
  font-size: 0.14rem;
  color: #999;
}
footer .foot-bottom .bottom-main .main-link a:hover {
  color: #fff;
}
footer .foot-bottom .bottom-main .main-zizhi {
  width: 7.9rem;
  height: auto;
  font-size: 0.14rem;
  color: #999;
}
footer .foot-bottom .bottom-main .main-zizhi a {
  color: #999;
}
footer .foot-bottom .bottom-main .main-zizhi a:hover {
  color: #fff;
}
.noAfter::after {
  display: none;
}
.mrB35 {
  margin-bottom: 0.4rem !important;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0 1.6rem;
}
.container .cont-plate1 .plate1-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate1 .plate1-text {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .cont-plate1 .plate1-main .main-item {
  position: relative;
  width: 50%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-item .item-pic img {
  width: 100%;
  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-plate1 .plate1-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.02rem 1.1rem 0.9rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-button {
  width: 0.53rem;
  height: 0.53rem;
  margin-top: 0.35rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.53rem;
  color: #333;
  border-radius: 50%;
  background: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.02rem 0.5rem 0.9rem;
  background: rgba(142, 196, 62, 0.8);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-item .item-cent2 .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent2 .cent-English {
  margin-top: 0.05rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent2 .cent-text {
  margin-top: 0.35rem;
  font-size: 0.16rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate1 .plate1-main .main-item .item-cent2 .cent-button {
  width: 0.53rem;
  height: 0.53rem;
  margin: 0.35rem auto 0;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.53rem;
  color: #333;
  border-radius: 50%;
  background: #fff;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-cent {
  opacity: 0;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-cent2 {
  opacity: 1;
}
.container .cont-plate2 {
  width: 100%;
  height: 8.5rem;
  padding: 2.4rem 0 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.container .cont-plate2 .plate2-main {
  width: 9.7rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .cont-plate2 .plate2-main .main-title span {
  font-size: 0.44rem;
  font-weight: 100;
  color: #8ec43f;
}
.container .cont-plate2 .plate2-main .main-title i {
  display: inline-block;
  width: 2px;
  height: 0.4rem;
  margin: 0 0.18rem;
  background: rgba(255, 255, 255, 0.3);
}
.container .cont-plate2 .plate2-main .main-title em {
  font-size: 0.22rem;
  line-height: 0.25rem;
  color: #cccccc;
}
.container .cont-plate2 .plate2-main .main-text {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.6rem;
  margin: 1.1rem auto 0;
  border-radius: 0.45rem;
  border: solid 1px #808080;
  cursor: pointer;
  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-button span {
  margin-right: 0.3rem;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  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-button img {
  width: 0.31rem;
}
.container .cont-plate2 .plate2-main .main-button:hover {
  border: solid 1px #fff;
  background: #fff;
}
.container .cont-plate2 .plate2-main .main-button:hover span {
  color: #8ec43f;
}
.container .cont-plate3 {
  width: 14.4rem;
  height: auto;
  padding: 1.3rem 0 0.65rem;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-top .top-cent .cent-title {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate3 .plate3-top .top-cent .cent-English {
  font-size: 0.18rem;
  color: #333;
}
.container .cont-plate3 .plate3-top .top-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
}
.container .cont-plate3 .plate3-top .top-button .button-title {
  font-size: 0.14rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-top .top-button .button-box {
  width: 0.53rem;
  height: 0.53rem;
  margin-left: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #8ec43f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-top .top-button .button-box img {
  width: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-top .top-button:hover .button-title {
  color: #8ec43f;
}
.container .cont-plate3 .plate3-top .top-button:hover .button-box {
  margin-left: 0.08rem;
}
.container .cont-plate3 .plate3-top .top-button:hover .button-box img {
  margin-left: 0.12rem;
}
.container .cont-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .swiper-slide {
  width: 12.8rem;
  height: auto;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic {
  width: 7.2rem;
  height: auto;
  background: #000;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-pic img {
  width: 100%;
  opacity: 0.4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
  width: 5.6rem;
  height: auto;
  padding: 0.95rem 0.65rem 0.45rem;
  background: #fff;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button {
  width: 1.65rem;
  height: 0.6rem;
  margin-top: 0.7rem;
  font-size: 0.14rem;
  line-height: 0.55rem;
  text-align: center;
  color: #333;
  border-radius: 0.45rem;
  background: #eee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button span {
  margin-left: 0.16rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button:hover {
  color: #fff;
  background: #8ec43f;
}
.container .cont-plate3 .plate3-main .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 .plate3-main .swiper-slide-active .box-pic img {
  opacity: 1 !important;
}
.container .cont-plate3 .plate3-main .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0.58rem;
  width: 0.39rem;
  height: 0.39rem;
  background: #8ec43f url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 12px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 0.65rem 12.5%;
}
.container .cont-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-cent .cent-title {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate4 .plate4-top .top-cent .cent-English {
  font-size: 0.18rem;
  color: #333;
}
.container .cont-plate4 .plate4-top .top-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
}
.container .cont-plate4 .plate4-top .top-button .button-title {
  font-size: 0.14rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-button .button-box {
  width: 0.53rem;
  height: 0.53rem;
  margin-left: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #8ec43f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-button .button-box img {
  width: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-button:hover .button-title {
  color: #8ec43f;
}
.container .cont-plate4 .plate4-top .top-button:hover .button-box {
  margin-left: 0.08rem;
}
.container .cont-plate4 .plate4-top .top-button:hover .button-box img {
  margin-left: 0.12rem;
}
.container .cont-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-bottom: 0.65rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .swiper-slide {
  width: 6.1rem;
  height: auto;
  padding-right: 0.6rem;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-pic {
  position: relative;
  width: 100%;
  height: 3.72rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-pic .pic-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.38rem;
  margin: -0.19rem 0 0 -0.4rem;
  text-align: center;
  line-height: 0.34rem;
  background: rgba(50, 64, 73, 0.8);
  border-radius: 0.45rem;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-pic .pic-button img {
  width: 0.31rem;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding-top: 0.45rem;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-cent .cent-title {
  display: block;
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-cent .cent-title:hover {
  color: #8ec43f;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-cent .cent-button {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #324049;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .swiper-slide .slide-box .box-cent .cent-button:hover {
  color: #8ec43f;
}
.container .cont-plate4 .plate4-main .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-plate4 .plate4-main .swiper-slide .slide-box:hover .box-pic .pic-button img {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate4 .plate4-main .swiper-pagination {
  top: auto;
  bottom: 0;
}
.container .cont-plate4 .plate4-main .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #8ec43f;
}
.container .cont-plate4 .plate4-main .swiper-pagination .swiper-pagination-progressbar {
  background: #ebebeb;
}
.container .cont-plate5 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.23rem;
  background: #324049;
  z-index: -1;
}
.container .cont-plate5 .plate5-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate5 .plate5-top .top-cent .cent-title {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate5 .plate5-top .top-cent .cent-English {
  font-size: 0.18rem;
  color: #333;
}
.container .cont-plate5 .plate5-top .top-list {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
}
.container .cont-plate5 .plate5-top .top-list .list-link {
  position: relative;
  width: auto;
  margin: 0 0.24rem;
  font-size: 0.14rem;
  color: #909090;
  cursor: pointer;
}
.container .cont-plate5 .plate5-top .top-list .list-link::after {
  content: '';
  position: absolute;
  bottom: -0.14rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8ec43f;
  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-plate5 .plate5-top .top-list .list-link:hover {
  font-weight: bold;
  color: #2b2b2b;
}
.container .cont-plate5 .plate5-top .top-list .list-link:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate5 .plate5-top .top-list .list-link-active {
  font-weight: bold;
  color: #2b2b2b;
}
.container .cont-plate5 .plate5-top .top-list .list-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate5 .plate5-top .top-button {
  display: flex;
  justify-content: space-between;
  width: 1.2rem;
  height: auto;
}
.container .cont-plate5 .plate5-top .top-button .plate5-swiper-button-prev,
.container .cont-plate5 .plate5-top .top-button .plate5-swiper-button-next {
  width: 0.53rem;
  height: 0.53rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #324049;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-top .top-button .plate5-swiper-button-prev img,
.container .cont-plate5 .plate5-top .top-button .plate5-swiper-button-next img {
  width: 12px;
}
.container .cont-plate5 .plate5-top .top-button .plate5-swiper-button-prev:hover,
.container .cont-plate5 .plate5-top .top-button .plate5-swiper-button-next:hover {
  background: #8ec43f;
}
.container .cont-plate5 .plate5-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}
.container .cont-plate5 .plate5-main .mian-left {
  position: relative;
  width: 12.5%;
  height: auto;
}
.container .cont-plate5 .plate5-main .mian-left::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  right: -0.7rem;
  width: 2.06rem;
  height: 6.08rem;
  background: url(../images/foot-bg.png) no-repeat top left;
  background-size: 100%;
  z-index: 5;
}
.container .cont-plate5 .plate5-main .main-cont {
  position: relative;
  width: 87.5%;
  height: auto;
  padding: 0 0 1.7rem 1.2rem;
  background: #fff;
  z-index: 9;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper {
  position: absolute;
  top: 0;
  left: 1.2rem;
  width: 13.2rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 3 - 0.6667rem);
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top {
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top span {
  font-size: 0.48rem;
  font-weight: bold;
  color: #eaeaea;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top i {
  display: inline-block;
  width: 1px;
  height: 0.28rem;
  margin: 0 0.05rem 0 0.12rem;
  background: #a1a1a1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top em {
  font-size: 0.14rem;
  font-weight: 100;
  color: #666666;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  height: 0.72rem;
  margin-top: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #5f5f5f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
  height: 1.5rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-button {
  position: relative;
  width: 1.74rem;
  height: 0.56rem;
  margin-top: 0.5rem;
  font-size: 0.14rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.55rem;
  color: #324049;
  border-radius: 0.45rem;
  background: #f4f4f4;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 100%;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  color: #8ec43f;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
  color: #fff;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent .cent-pic {
  opacity: 1;
}
.container .cont-plate5 .plate5-main .main-cont .cont-swiper-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate5 .plate5-web-main {
  display: none;
}
.container .territory-pupop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.container .territory-pupop .pupop-main {
  position: relative;
  top: 50%;
  left: 0;
  width: 14.4rem;
  height: 9rem;
  margin: -4.5rem auto 0;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.container .territory-pupop .pupop-main .main-box {
  width: 100%;
  height: 100%;
  padding: 1.1rem 1.2rem 1.3rem;
  overflow: auto;
}
.container .territory-pupop .pupop-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .territory-pupop .pupop-main .main-text {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666;
}
.container .territory-pupop .pupop-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #999;
}
.container .territory-pupop .pupop-main .main-cont img {
  display: block;
  max-width: 100%;
  width: auto;
}
.container .territory-pupop .pupop-main .main-hide {
  position: absolute;
  top: 0.35rem;
  right: 0.3rem;
  width: 0.53rem;
  height: 0.53rem;
  text-align: center;
  line-height: 0.53rem;
  background: #324149;
  border-radius: 50%;
  cursor: pointer;
}
.container .territory-pupop .pupop-main .main-hide img {
  width: 0.24rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .territory-pupop .pupop-main .main-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.history {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.6rem;
}
.history .history-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.history .history-top .top-left {
  width: auto;
  height: auto;
}
.history .history-top .top-left .left-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.history .history-top .top-left .left-title {
  font-size: 0.18rem;
  color: #333;
}
.history .history-top .top-text {
  width: 10rem;
  height: auto;
  margin-left: 1.3rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666666;
}
.history .history-main {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.history .history-main .main-item {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.7rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-item .item-box {
  display: flex;
  justify-content: flex-start;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-item .item-box .box-left {
  position: relative;
  width: 3.4rem;
  height: auto;
}
.history .history-main .main-item .item-box .box-left .left-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #666;
}
.history .history-main .main-item .item-box .box-left .left-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-right: 0.8rem;
  opacity: 0;
}
.history .history-main .main-item .item-box .box-left .left-pic img {
  width: 100%;
}
.history .history-main .main-item .item-box .box-lump {
  position: relative;
  width: 0.2rem;
  height: auto;
}
.history .history-main .main-item .item-box .box-lump .lump-icon {
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: url(../images/icon/icon-history-yuan.png) no-repeat top left;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-item .item-box .box-lump::after {
  content: '';
  position: absolute;
  top: -0.6rem;
  left: 50%;
  width: 1px;
  height: calc(100% + 1.3rem);
  background: #e4e4e4;
}
.history .history-main .main-item .item-box .box-cent {
  width: 10.78rem;
  height: auto;
  padding-left: 1.1rem;
}
.history .history-main .main-item .item-box .box-cent .cent-time {
  display: none;
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.history .history-main .main-item .item-box .box-cent .cent-title {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #666;
}
.history .history-main .main-item .item-box .box-cent .cent-text {
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666;
}
.history .history-main .main-item .item-box .box-cent .cent-text span {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.36rem;
}
.history .history-main .main-item:nth-child(odd) {
  background: #f6f6f6;
}
.history .history-main .main-item:hover {
  background: #8ec43f;
}
.history .history-main .main-item:hover .item-box .box-left .left-title {
  display: none;
}
.history .history-main .main-item:hover .item-box .box-left .left-pic {
  position: static;
  opacity: 1;
}
.history .history-main .main-item:hover .item-box .box-lump .lump-icon {
  background: url(../images/icon/icon-history-yuan2.png) no-repeat top left;
  background-size: 100%;
}
.history .history-main .main-item:hover .item-box .box-cent .cent-time {
  display: block;
}
.history .history-main .main-item:hover .item-box .box-cent .cent-title,
.history .history-main .main-item:hover .item-box .box-cent .cent-text {
  color: #fff;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0 0.7rem;
}
.about .about-plate1 .plate1-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-box .box-pic {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-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));
}
.about .about-plate1 .plate1-box .box-cent {
  width: 8.4rem;
  height: auto;
  padding: 0.2rem 0 0 0.9rem;
}
.about .about-plate1 .plate1-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate1 .plate1-box .box-cent .cent-text {
  margin-top: 0.45rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate1 .plate1-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-cont .cont-pic {
  width: 8.4rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate1 .plate1-cont .cont-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 6rem;
  height: auto;
  padding-right: 1.2rem;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-title {
  width: 100%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-subtitle {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #666666;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-text {
  margin-top: 0.45rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #666;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.8rem;
}
.about .about-plate2 .plate2-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-top .top-left {
  width: 3.5rem;
  height: auto;
}
.about .about-plate2 .plate2-top .top-left .left-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate2 .plate2-top .top-left .left-title {
  margin-top: -0.05rem;
  font-size: 0.18rem;
  color: #333;
}
.about .about-plate2 .plate2-top .top-cent {
  width: 10.94rem;
  height: auto;
  padding-left: 0.65rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate2 .plate2-main .main-item {
  position: relative;
  width: 25%;
  height: auto;
}
.about .about-plate2 .plate2-main .main-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.2rem 0.8rem 0;
}
.about .about-plate2 .plate2-main .main-item .item-cent .cent-pic {
  width: 100%;
  height: auto;
}
.about .about-plate2 .plate2-main .main-item .item-cent .cent-pic img {
  max-width: 100%;
  width: auto;
}
.about .about-plate2 .plate2-main .main-item .item-cent .cent-text {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
}
.about .about-plate2 .plate2-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.75rem;
}
.about .about-plate3 .plate3-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate3 .plate3-title {
  margin-top: -0.05rem;
  font-size: 0.18rem;
  color: #333;
}
.about .about-plate3 .plate3-main {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate3 .plate3-main .main-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.9rem;
}
.about .about-plate3 .plate3-main .main-item:last-of-type {
  margin-bottom: 0;
}
.about .about-plate3 .plate3-main .main-item .item-pic {
  width: 8.4rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 .plate3-main .main-item .item-cent {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7.7rem;
  height: auto;
  padding: 1.4rem 1.2rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #666;
  background: #f6f6f6;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate3 .plate3-main .main-item:nth-child(even) {
  justify-content: flex-end;
}
.about .about-plate3 .plate3-main .main-item:nth-child(even) .item-cent {
  right: auto;
  left: 0;
}
.core {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.6rem;
}
.core .core-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.core .core-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.core .core-main .main-top .top-item {
  position: relative;
  margin-right: 0.45rem;
  font-size: 0.14rem;
  color: #999;
}
.core .core-main .main-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8ec43f;
  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;
}
.core .core-main .main-top .top-item:hover {
  color: #333;
}
.core .core-main .main-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.core .core-main .main-top .top-item-active {
  font-weight: bold;
  color: #333;
}
.core .core-main .main-top .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.core .core-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.core .core-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.7rem;
}
.core .core-main .main-cont .cont-item .item-pic {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.core .core-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;
}
.core .core-main .main-cont .cont-item .item-pic .pic-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.38rem;
  margin: -0.19rem 0 0 -0.4rem;
  text-align: center;
  line-height: 0.34rem;
  background: rgba(50, 64, 73, 0.8);
  border-radius: 0.45rem;
}
.core .core-main .main-cont .cont-item .item-pic .pic-button img {
  width: 0.31rem;
}
.core .core-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.core .core-main .main-cont .cont-item .item-cent .cent-title {
  display: block;
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.core .core-main .main-cont .cont-item .item-cent .cent-title:hover {
  color: #8ec43f;
}
.core .core-main .main-cont .cont-item .item-cent .cent-text {
  height: 0.9rem;
  margin-top: 0.15rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.core .core-main .main-cont .cont-item .item-cent .cent-link {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.14rem;
  font-weight: bold;
  color: #324049;
}
.core .core-main .main-cont .cont-item .item-cent .cent-link:hover {
  color: #8ec43f;
}
.core .core-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));
}
.core .core-main .main-cont .cont-item:hover .item-pic .pic-button img {
  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));
}
.core .core-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.coreDetails {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -1.14rem;
  padding-bottom: 1.45rem;
  z-index: 29;
}
.coreDetails .coreDetails-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.35rem;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.06);
}
.coreDetails .coreDetails-main .main-cent {
  width: 12rem;
  height: auto;
  padding-left: 1.2rem;
}
.coreDetails .coreDetails-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
}
.coreDetails .coreDetails-main .main-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666666;
}
.coreDetails .coreDetails-main .main-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
}
.coreDetails .coreDetails-main .main-lump {
  width: 1.5rem;
  height: auto;
}
.coreDetails .coreDetails-main .main-lump .lump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.54rem;
  margin-top: 0.12rem;
  background: #f0f0f0;
}
.coreDetails .coreDetails-main .main-lump .lump-button span {
  margin-right: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.coreDetails .coreDetails-main .main-lump .lump-button em {
  position: relative;
  width: 0.17rem;
  height: 0.17rem;
}
.coreDetails .coreDetails-main .main-lump .lump-button em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.coreDetails .coreDetails-main .main-lump .lump-button em .img2 {
  opacity: 0;
}
.coreDetails .coreDetails-main .main-lump .lump-button:hover {
  background: #8ec43f;
}
.coreDetails .coreDetails-main .main-lump .lump-button:hover span {
  color: #fff;
}
.coreDetails .coreDetails-main .main-lump .lump-button:hover em .img1 {
  opacity: 0;
}
.coreDetails .coreDetails-main .main-lump .lump-button:hover em .img2 {
  opacity: 1;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.6rem;
}
.contact .contact-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-title {
  font-size: 0.18rem;
  color: #333;
}
.contact .contact-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-main .main-cont .cont-cent {
  width: 4.8rem;
  height: auto;
  padding: 0.76rem 0.3rem 0.85rem 0.5rem;
  background: #324149;
}
.contact .contact-main .main-cont .cont-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.3rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-icon {
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  box-shadow: 0.05rem 0 0.2rem 0 rgba(142, 196, 63, 0.35);
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-cent {
  width: calc(100% - 0.43rem);
  height: auto;
  padding-left: 0.15rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-text {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #fff;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-text span {
  font-weight: bold;
}
.contact .contact-main .main-cont .cont-cent .cent-ewm {
  width: 1.87rem;
  margin-left: 0.6rem;
}
.contact .contact-main .main-cont .cont-cent .cent-ewm img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-map {
  width: 9.6rem;
  height: auto;
  overflow: hidden;
}
.contact .contact-main .main-cont .cont-map img {
  width: 100%;
}
.culture {
  width: 100%;
  height: auto;
}
.culture .culture-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-box {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 0.75rem;
}
.culture .culture-main .main-box .box-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.culture .culture-main .main-box .box-title {
  font-size: 0.18rem;
  color: #333;
}
.culture .culture-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.culture .culture-main .main-box .box-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.16667rem);
  height: auto;
  margin-right: 0.25rem;
}
.culture .culture-main .main-box .box-cont .cont-item:last-of-type {
  margin-right: 0;
}
.culture .culture-main .main-box .box-cont .cont-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.culture .culture-main .main-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;
}
.culture .culture-main .main-box .box-cont .cont-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.64rem;
}
.culture .culture-main .main-box .box-cont .cont-item .item-cent .cent-title {
  font-size: 0.16rem;
  color: #666;
}
.culture .culture-main .main-box .box-cont .cont-item .item-cent .cent-English {
  margin-top: 0.2rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
}
.culture .culture-main .main-box .box-cont .cont-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.culture .culture-main .main-box .box-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));
}
.culture .culture-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.4rem;
}
.culture .culture-main .main-cont .cont-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.culture .culture-main .main-cont .cont-title {
  font-size: 0.18rem;
  color: #333;
}
.culture .culture-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.culture .culture-main .main-cont .cont-box .box-cent {
  width: 7.2rem;
  height: auto;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666;
}
.culture .culture-main .main-cont .cont-box .box-pic {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.culture .culture-main .main-cont .cont-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-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));
}
.honour {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 2.15rem;
}
.honour .honour-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.honour .honour-main .main-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.honour .honour-main .main-title {
  font-size: 0.18rem;
  color: #333;
}
.honour .honour-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.honour .honour-main .main-cont .cont-box {
  width: 10.68rem;
  height: auto;
}
.honour .honour-main .main-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.honour .honour-main .main-cont .cont-box .box-list .list-item {
  width: calc(100% / 3 - 0.33334rem);
  height: auto;
  margin-right: 0.5rem;
  margin-bottom: 0.46rem;
  padding: 0.42rem;
  background: #f6f6f6;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honour .honour-main .main-cont .cont-box .box-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.honour .honour-main .main-cont .cont-box .box-list .list-item .item-pic {
  width: 100%;
  height: 3.37rem;
}
.honour .honour-main .main-cont .cont-box .box-list .list-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honour .honour-main .main-cont .cont-box .box-list .list-item .item-title {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  text-align: center;
  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;
}
.honour .honour-main .main-cont .cont-box .box-list .list-item:hover {
  background: #8ec43f;
}
.honour .honour-main .main-cont .cont-box .box-list .list-item:hover .item-title {
  color: #fff;
}
.honour .honour-main .main-cont .cont-lump {
  width: 3.16rem;
  height: 100%;
  padding: 0.55rem 0.4rem 2.75rem;
  background: #e5e5e5 url(../images/honour/bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.honour .honour-main .main-cont .cont-lump .lump-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #324149;
  border-bottom: solid 1px #cecece;
}
.honour .honour-main .main-cont .cont-lump .lump-title span {
  font-size: 0.48rem;
  font-weight: bold;
  color: #8ec43f;
}
.honour .honour-main .main-cont .cont-lump .lump-subtitle {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #666;
}
.honour .honour-main .main-cont .cont-lump .lump-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.honour .honour-main .main-cont .cont-lump .lump-data .data-item {
  width: 50%;
  height: auto;
  margin-bottom: 0.5rem;
}
.honour .honour-main .main-cont .cont-lump .lump-data .data-item .item-title {
  font-size: 0.16rem;
  color: #333;
}
.honour .honour-main .main-cont .cont-lump .lump-data .data-item .item-title span {
  font-size: 0.36rem;
  font-weight: bold;
  color: #8ec43f;
}
.honour .honour-main .main-cont .cont-lump .lump-data .data-item .item-text {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: #333;
}
.project {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.5rem;
}
.project .project-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.project .project-main .main-top {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  overflow: hidden;
}
.project .project-main .main-top .swiper-slide {
  width: 12.8rem;
  height: auto;
}
.project .project-main .main-top .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.project .project-main .main-top .swiper-slide .slide-box .box-pic {
  width: 7.2rem;
  height: auto;
  background: #000;
  overflow: hidden;
}
.project .project-main .main-top .swiper-slide .slide-box .box-pic img {
  width: 100%;
  opacity: 0.4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.project .project-main .main-top .swiper-slide .slide-box .box-cent {
  width: 5.6rem;
  height: auto;
  padding: 0.95rem 0.65rem 0.45rem;
  background: #fff;
}
.project .project-main .main-top .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project .project-main .main-top .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.project .project-main .main-top .swiper-slide .slide-box .box-cent .cent-button {
  width: 1.65rem;
  height: 0.6rem;
  margin-top: 0.7rem;
  font-size: 0.14rem;
  line-height: 0.55rem;
  text-align: center;
  color: #333;
  border-radius: 0.45rem;
  background: #eee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.project .project-main .main-top .swiper-slide .slide-box .box-cent .cent-button span {
  margin-left: 0.16rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.project .project-main .main-top .swiper-slide .slide-box .box-cent .cent-button:hover {
  color: #fff;
  background: #8ec43f;
}
.project .project-main .main-top .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.project .project-main .main-top .swiper-slide-active .box-pic img {
  opacity: 1 !important;
}
.project .project-main .main-top .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0.58rem;
  width: 0.39rem;
  height: 0.39rem;
  background: #8ec43f url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 12px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.project .project-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.project .project-main .main-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.project .project-main .main-box .box-top .top-item {
  position: relative;
  margin-right: 0.45rem;
  font-size: 0.14rem;
  color: #999;
}
.project .project-main .main-box .box-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8ec43f;
  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;
}
.project .project-main .main-box .box-top .top-item:hover {
  color: #333;
}
.project .project-main .main-box .box-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.project .project-main .main-box .box-top .top-item-active {
  font-weight: bold;
  color: #333;
}
.project .project-main .main-box .box-top .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.project .project-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.project .project-main .main-box .box-cont .cont-item {
  width: calc(100% / 3 - 0.6rem);
  height: auto;
  margin-right: 0.9rem;
  margin-bottom: 0.78rem;
}
.project .project-main .main-box .box-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.project .project-main .main-box .box-cont .cont-item .item-pic {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
}
.project .project-main .main-box .box-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;
}
.project .project-main .main-box .box-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.38rem;
}
.project .project-main .main-box .box-cont .cont-item .item-cent .cent-title {
  font-size: 0.2rem;
  font-weight: bold;
  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;
}
.project .project-main .main-box .box-cont .cont-item .item-cent .cent-text {
  width: 100%;
  height: 1.02rem;
  margin-top: 0.25rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #999;
}
.project .project-main .main-box .box-cont .cont-item .item-cent .cent-button {
  width: 0.65rem;
  height: 0.4rem;
  margin-top: 0.4rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.35rem;
  color: #333;
  border: solid 2px #333;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.project .project-main .main-box .box-cont .cont-item .item-cent .cent-button:hover {
  border: solid 2px #8ec43f;
  background: #8ec43f;
  color: #fff;
}
.project .project-main .main-box .box-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));
}
.project .project-main .main-box .box-cont .cont-item:hover .item-cent .cent-title {
  color: #8ec43f;
}
.projectDetails {
  width: 100%;
  height: auto;
  margin-top: 1.27rem;
  padding: 0.55rem 0 2.08rem;
  background: #eeeeee;
}
.projectDetails .projectDetails-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.projectDetails .projectDetails-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  line-height: 0.66rem;
}
.projectDetails .projectDetails-top .top-right .right-icon1 {
  width: auto;
  font-size: 0.14rem;
  color: #999;
}
.projectDetails .projectDetails-top .top-right .right-icon1 img {
  width: 16px;
  margin-right: 0.12rem;
  margin-top: -0.04rem;
}
.projectDetails .projectDetails-top .top-right .right-icon1 a {
  font-size: 0.14rem;
  color: #999;
  transition: none;
  -webkit-transition: none;
}
.projectDetails .projectDetails-top .top-right .right-icon1 a:hover {
  color: #8ec43f;
}
.projectDetails .projectDetails-top .top-right .right-text {
  width: auto;
  font-size: 0.14rem;
}
.projectDetails .projectDetails-top .top-right .right-text a {
  color: #999;
}
.projectDetails .projectDetails-top .top-right .right-text a:hover {
  color: #8ec43f;
}
.projectDetails .projectDetails-top .top-right .right-text img {
  width: 7px;
  margin: -0.04rem 0.1rem 0;
}
.projectDetails .projectDetails-top .top-right .right-text span {
  color: #8ec43f;
}
.projectDetails .projectDetails-main {
  display: flex;
  justify-content: flex-start;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  background: #fff;
}
.projectDetails .projectDetails-main .main-cont {
  width: 11.29rem;
  height: auto;
  padding-bottom: 1.7rem;
}
.projectDetails .projectDetails-main .main-cont .cont-top {
  width: 100%;
  height: auto;
  padding: 1rem 1.1rem 0.4rem 1.2rem;
  border-bottom: solid 1px #eeeeee;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #404040;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-time {
  display: inline-block;
  width: auto;
  margin-right: 0.7rem;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-time img {
  width: 16px;
  margin-right: 0.1rem;
  margin-top: -0.04rem;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-time span {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ccc;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-share {
  display: inline-block;
  width: auto;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-share span {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.14rem;
  color: #666;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-share em {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 18px;
  margin-right: 0.12rem;
  cursor: pointer;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-share em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-share em .img2 {
  opacity: 0;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-share em:hover .img1 {
  opacity: 0;
}
.projectDetails .projectDetails-main .main-cont .cont-top .top-list .list-share em:hover .img2 {
  opacity: 1;
}
.projectDetails .projectDetails-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  padding: 0.48rem 1.1rem 0 1.2rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #666;
}
.projectDetails .projectDetails-main .main-cont .cont-box img {
  display: block;
  max-width: 100%;
  width: auto;
}
.projectDetails .projectDetails-main .main-cont .cont-box b {
  font-size: 0.16rem;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding: 0.48rem 1.1rem 0 1.2rem;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.54rem;
  margin-right: 0.1rem;
  background: #f0f0f0;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button span {
  margin-right: 0.15rem;
  font-size: 0.16rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button em {
  position: relative;
  width: 0.17rem;
  height: 0.17rem;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button em img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button em .img2 {
  opacity: 0;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button:hover {
  background: #8ec43f;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button:hover span {
  color: #fff;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button:hover em .img1 {
  opacity: 0;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button:hover em .img2 {
  opacity: 1;
}
.projectDetails .projectDetails-main .main-cont .cont-bottom .bottom-button:first-of-type span {
  margin-left: 0.15rem;
}
.projectDetails .projectDetails-main .main-list {
  width: 3.12rem;
  height: auto;
  padding: 0.45rem 0.3rem;
  border-left: solid 1px #eeeeee;
  border-top: solid 4px #8ec43f;
}
.projectDetails .projectDetails-main .main-list .list-title {
  margin-bottom: 0.25rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.projectDetails .projectDetails-main .main-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
}
.projectDetails .projectDetails-main .main-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.projectDetails .projectDetails-main .main-list .list-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;
}
.projectDetails .projectDetails-main .main-list .list-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-main .main-list .list-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.projectDetails .projectDetails-main .main-list .list-item:hover .item-title {
  color: #8ec43f;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.6rem;
}
.news .news-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.news .news-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.85rem 0.9rem 0.6rem;
  background: #f4f4f4;
}
.news .news-main .main-top .top-cent .cent-time {
  font-size: 0.16rem;
  font-weight: bold;
  color: #ccc;
}
.news .news-main .main-top .top-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #999;
}
.news .news-main .main-top .top-cent .cent-button {
  width: 1.65rem;
  height: 0.6rem;
  margin-top: 0.4rem;
  font-size: 0.14rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-button em {
  margin-left: 0.15rem;
  font-size: 0.18rem;
}
.news .news-main .main-top .top-cent .cent-button:hover {
  color: #fff;
  background: #8ec43f;
}
.news .news-main .main-top:hover .top-cent .cent-title {
  color: #8ec43f;
}
.news .news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.news .news-main .main-box .box-item {
  width: calc(100% / 3 - 1.013334rem);
  height: auto;
  margin-right: 1.52rem;
  margin-bottom: 1rem;
}
.news .news-main .main-box .box-item .item-top {
  width: 100%;
  height: auto;
}
.news .news-main .main-box .box-item .item-top span {
  font-size: 0.48rem;
  font-weight: bold;
  color: #eaeaea;
}
.news .news-main .main-box .box-item .item-top i {
  display: inline-block;
  width: 1px;
  height: 0.28rem;
  margin: 0 0.05rem 0 0.12rem;
  background: #a1a1a1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news .news-main .main-box .box-item .item-top em {
  font-size: 0.14rem;
  font-weight: 100;
  color: #666666;
}
.news .news-main .main-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #5f5f5f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-text {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-box .box-item .item-button {
  width: 1.74rem;
  height: 0.56rem;
  margin-top: 0.45rem;
  font-size: 0.14rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.55rem;
  text-transform: uppercase;
  color: #324049;
  border-radius: 0.45rem;
  background: #f4f4f4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-button:hover {
  color: #fff;
  background: #8ec43f;
}
.news .news-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-box .box-item:hover .item-title {
  color: #8ec43f;
}
.territory {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.1rem;
}
.territory .territory-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.territory .territory-main .main-item {
  width: 6.7rem;
  height: auto;
  margin-bottom: 0.8rem;
  cursor: pointer;
}
.territory .territory-main .main-item .item-pic {
  width: 100%;
  height: 3.83rem;
  overflow: hidden;
}
.territory .territory-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.territory .territory-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0.45rem;
}
.territory .territory-main .main-item .item-cent .cent-left {
  width: calc(100% - 0.6rem);
  height: auto;
}
.territory .territory-main .main-item .item-cent .cent-left .left-title {
  font-size: 0.3rem;
  font-weight: bold;
  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;
}
.territory .territory-main .main-item .item-cent .cent-left .left-English {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.territory .territory-main .main-item .item-cent .cent-left .left-text {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.territory .territory-main .main-item .item-cent .cent-button {
  width: 0.53rem;
  height: 0.53rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 50%;
  background: #324149;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.territory .territory-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.territory .territory-main .main-item:hover .item-cent .cent-left .left-title {
  color: #8ec43f;
}
.territory .territory-main .main-item:hover .item-cent .cent-button {
  background: #8ec43f;
}
.territory .territory-pupop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.territory .territory-pupop .pupop-main {
  position: relative;
  top: 50%;
  left: 0;
  width: 14.4rem;
  height: 9rem;
  margin: -4.5rem auto 0;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.territory .territory-pupop .pupop-main .main-box {
  width: 100%;
  height: 100%;
  padding: 1.1rem 1.2rem 1.3rem;
  overflow: auto;
}
.territory .territory-pupop .pupop-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.territory .territory-pupop .pupop-main .main-text {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666;
}
.territory .territory-pupop .pupop-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #999;
}
.territory .territory-pupop .pupop-main .main-cont img {
  display: block;
  max-width: 100%;
  width: auto;
}
.territory .territory-pupop .pupop-main .main-hide {
  position: absolute;
  top: 0.35rem;
  right: 0.3rem;
  width: 0.53rem;
  height: 0.53rem;
  text-align: center;
  line-height: 0.53rem;
  background: #324149;
  border-radius: 50%;
  cursor: pointer;
}
.territory .territory-pupop .pupop-main .main-hide img {
  width: 0.24rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.territory .territory-pupop .pupop-main .main-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.message {
  width: 100%;
  height: auto;
}
.message .message-top {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.2rem;
}
.message .message-top .top-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.message .message-top .top-title {
  font-size: 0.18rem;
  color: #333;
}
.message .message-main {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding: 0.9rem 0 1.7rem;
  background: #f4f4f4 url(../images/contact/bg.png) no-repeat left bottom;
  background-size: 100%;
}
.message .message-main .main-cont {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.message .message-main .main-cont .cont-text {
  font-size: 0.14rem;
  color: #333;
}
.message .message-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.message .message-main .main-cont .cont-box .box-left {
  width: 50%;
  height: auto;
  padding-right: 1.8rem;
}
.message .message-main .main-cont .cont-box .box-left .left-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.message .message-main .main-cont .cont-box .box-left .left-item .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.1rem;
  height: auto;
}
.message .message-main .main-cont .cont-box .box-left .left-item .item-title img {
  width: 0.2rem;
}
.message .message-main .main-cont .cont-box .box-left .left-item .item-title p {
  font-size: 0.14rem;
  text-align: right;
  color: #5b5b5b;
}
.message .message-main .main-cont .cont-box .box-left .left-item .item-title p em {
  color: #ff0000;
}
.message .message-main .main-cont .cont-box .box-left .left-item input {
  width: 4rem;
  height: 0.4rem;
  padding: 0 0.2rem;
  color: #666;
  background: #fff;
  border-radius: 0.05rem;
}
.message .message-main .main-cont .cont-box .box-right {
  width: 50%;
  height: auto;
}
.message .message-main .main-cont .cont-box .box-right .right-item {
  width: 100%;
  height: auto;
}
.message .message-main .main-cont .cont-box .box-right .right-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.message .message-main .main-cont .cont-box .box-right .right-item .item-title img {
  width: 0.2rem;
}
.message .message-main .main-cont .cont-box .box-right .right-item .item-title p {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  text-align: right;
  color: #5b5b5b;
}
.message .message-main .main-cont .cont-box .box-right .right-item .item-title p em {
  color: #ff0000;
}
.message .message-main .main-cont .cont-box .box-right .right-item input {
  width: 4rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding: 0 0.2rem;
  color: #666;
  background: #fff;
  border-radius: 0.05rem;
}
.message .message-main .main-cont .cont-box .box-right .right-item textarea {
  width: 100%;
  height: 1.64rem;
  padding: 0.2rem;
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #666;
}
.message .message-main .main-cont .cont-box .box-right .right-item textarea::placeholder {
  color: #a9a9a9;
}
.message .message-main .main-cont .cont-box .box-right .right-button {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.message .message-main .main-cont .cont-box .box-right .right-button .button-item {
  width: 1rem;
  height: 0.32rem;
  margin-right: 0.35rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #b5b5b5;
}
.message .message-main .main-cont .cont-box .box-right .right-button .button-item:hover {
  background: #8ec43f;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.23rem 0 1.55rem;
}
.recruit .recruit-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-English {
  font-size: 0.72rem;
  font-weight: bold;
  color: #333;
}
.recruit .recruit-main .main-title {
  font-size: 0.18rem;
  color: #333;
}
.recruit .recruit-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.recruit .recruit-main .main-box .list-dd {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.recruit .recruit-main .main-box .list-dd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #f1ebe1;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.recruit .recruit-main .main-box .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 1.45rem;
  padding: 0.4rem 0.5rem 0.35rem 0.35rem;
  background: #fafafa;
  border-top: solid 3px #ececec;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left {
  width: calc(100% - 65px);
  height: auto;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .title {
  margin-right: 1.1rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #252525;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .text {
  display: none;
  font-size: 0.14rem;
  color: #a5a5a5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .text span {
  display: inline-block;
  margin-right: 0.3rem;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-heng {
  width: 20px;
  height: 3px;
  margin-top: 0.2rem;
  background: #e4e4e4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-text {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-text span {
  display: inline-block;
  margin-right: 0.2rem;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-text2 {
  display: none;
  margin-top: 0.15rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #969696;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right {
  position: relative;
  width: 59px;
  height: 59px;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right .img2 {
  opacity: 0;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right::after {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 59px;
  color: #8ec43f;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-left .top-title .title {
  color: #324149;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-left .top-title .text {
  display: block;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-left .top-text {
  display: none;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-left .top-text2 {
  display: block;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-right::after {
  content: '-';
  line-height: 55px;
  color: #fff;
  background: #8ec43f;
}
.recruit .recruit-main .main-box .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.2rem 0.5rem 0.5rem 0.35rem;
  background: #fafafa;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.3rem;
  font-weight: bold;
  color: #666;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text,
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.36rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
  width: 150px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 45px;
  background: #8ec43f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
  width: 150px;
  height: 50px;
  margin-left: 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 45px;
  background: #dedede;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.recruit .recruit-main .main-box .list-dd-active::after {
  width: 100%;
}
.pupop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.pupop-box .box-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 7.5rem;
  padding: 0.15rem;
  margin: -3.75rem 0 0 -4.5rem;
  background: #fff;
}
.pupop-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #333;
}
.pupop-box .box-cont .cont-hiden {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 -0.4rem;
  padding-top: 0.1rem;
  text-align: center;
  background: #8ec43f;
  cursor: pointer;
}
.pupop-box .box-cont .cont-hiden img {
  width: 0.24rem;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .cont-hiden .hide-title {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.pupop-box .box-cont .pupop-swiper-button-prev,
.pupop-box .box-cont .pupop-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev img,
.pupop-box .box-cont .pupop-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev .img2,
.pupop-box .box-cont .pupop-swiper-button-next .img2 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover,
.pupop-box .box-cont .pupop-swiper-button-next:hover {
  background: #8ec43f;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
  opacity: 1;
}
.pupop-box .box-cont .pupop-swiper-button-prev {
  left: -1rem;
}
.pupop-box .box-cont .pupop-swiper-button-next {
  right: -1rem;
}
.pupop-box-active {
  opacity: 1;
  visibility: visible;
}
.video-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  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-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video-popup video {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .video-container {
  position: relative;
  height: 0;
  padding-top: 20px;
  padding-bottom: 56%;
  overflow: hidden;
}
.video-popup .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-up {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 0.2rem;
  width: 0.74rem;
  height: 0.74rem;
  text-align: center;
  line-height: 0.7rem;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-up img {
  width: 9px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.page-up:hover {
  background: #8ec43f;
}
.pt97 {
  padding-top: 0.97rem !important;
}
.pt0 {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.pb100 {
  padding-bottom: 1rem !important;
}
.nobg {
  background: none !important;
}
.bd_weixin_popup {
  height: 330px !important;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 38px;
  height: 36px;
  margin: 0 2px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #666;
  background: #dadada;
}
.page-number .page-item:hover {
  color: #fff;
  background: #8ec43f;
}
.page-number .page-item:first-of-type,
.page-number .page-item:last-of-type {
  width: 70px;
}
.page-number .page-item-active {
  color: #fff;
  background: #8ec43f;
}
.page-number .page-arrow {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  border: solid 1px #eeeeee;
  background: url(../images/icon/icon-page-arrow.png) no-repeat center center;
  background-size: 9px;
}
.page-number .page-arrow:hover {
  background: #8ec43f url(../images/icon/icon-page-arrow-active.png) no-repeat center center;
  background-size: 9px;
  border: solid 1px #8ec43f;
}
.Wpage-number {
  display: none;
}
@keyframes navInUp50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translatey(-30px);
    -o-transform: translatey(-30px);
    -moz-transform: translatey(-30px);
    -webkit-transform: translatey(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
