.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: absolute;
  top: 0.4rem;
  left: 50%;
  width: 15.36rem;
  height: 80px;
  padding: 0 0.4rem;
  margin-left: -7.68rem;
  background: rgba(255, 255, 255, 0.65);
  border-bottom-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  z-index: 59;
  transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  -moz-transition: all 0.5s 0.3s;
  -webkit-transition: all 0.5s 0.3s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
 /*  width: 102px; */
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 80px;
  color: #222;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link-active {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 200px;
  height: auto;
  margin-left: -100px;
  padding: 0.1rem 0.2rem;
  background: #fff;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  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-li .li-list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 10;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  font-size: 15px;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a:hover {
  font-weight: bold;
  color: #e94716;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-link {
  font-weight: bold;
  color: #e94716 !important;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-nav .nav-li-active .li-link {
  color: #e94716;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.2rem;
}
nav .nav-main .main-cont .main-right .right-lang {
  width: auto;
  height: auto;
  font-size: 16px;
  color: #222;
}
nav .nav-main .main-cont .main-right .right-lang a {
  text-transform: uppercase;
  color: #222;
}
nav .nav-main .main-cont .main-right .right-lang a:hover {
  color: #e94716;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 0.26rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: #e94716;
}
nav .nav-main .main-cont .main-right .right-serach:hover .img1 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-serach:hover .img2 {
  opacity: 1;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 100px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  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: 15.36rem;
  height: 0.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #e94716;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 16px;
  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: 22px;
  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-box {
  position: fixed;
  top: -90px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-box .box-main {
  width: 15.36rem;
  height: 100%;
  padding: 0 0.4rem;
  margin: 0 auto;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-box .box-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
nav .nav-box .box-main .main-cont .main-logo {
  position: relative;
  width: 102px;
  height: auto;
}
nav .nav-box .box-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-box .box-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 80px;
  color: #222;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li .li-link-active {
  font-weight: bold;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li .li-list {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 200px;
  height: auto;
  margin-left: -100px;
  padding: 0.1rem 0.2rem;
  background: #fff;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li .li-list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 10;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li .li-list a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  font-size: 14px;
  text-align: center;
  color: #333;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li .li-list a:hover {
  font-weight: bold;
  color: #e94716;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li:hover .li-link {
  font-weight: bold;
  color: #e94716 !important;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-box .box-main .main-cont .main-nav .nav-li-active .li-link {
  color: #e94716;
}
nav .nav-box .box-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.2rem;
}
nav .nav-box .box-main .main-cont .main-right .right-lang {
  width: auto;
  height: auto;
  font-size: 16px;
  color: #222;
}
nav .nav-box .box-main .main-cont .main-right .right-lang a {
  text-transform: uppercase;
  color: #222;
}
nav .nav-box .box-main .main-cont .main-right .right-lang a:hover {
  color: #e94716;
}
nav .nav-box .box-main .main-cont .main-right .right-serach {
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 0.26rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-box .box-main .main-cont .main-right .right-serach img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-box .box-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-box .box-main .main-cont .main-right .right-serach:hover {
  background: #e94716;
}
nav .nav-box .box-main .main-cont .main-right .right-serach:hover .img1 {
  opacity: 0;
}
nav .nav-box .box-main .main-cont .main-right .right-serach:hover .img2 {
  opacity: 1;
}
nav .nav-box .box-main .main-cont .main-web-right {
  display: none;
}
nav .nav-box .box-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 100px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  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-box .box-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 15.36rem;
  height: 0.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #e94716;
}
nav .nav-box .box-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 16px;
  height: auto;
}
nav .nav-box .box-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-box .box-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-box .box-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-box .box-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 22px;
  height: auto;
  cursor: pointer;
}
nav .nav-box .box-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-box .box-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 .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;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 16px;
  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;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  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 {
  margin-top: -0.4rem;
  font-size: 0.48rem;
  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-text {
  margin-top: 0.2rem;
  font-size: 20px;
  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 {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 1.5rem;
  line-height: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  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-cent2 {
  position: absolute;
  top: 60%;
  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-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  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-cent2 .cent-box span {
  font-size: 1rem;
  font-weight: bold;
  color: #fe3c00;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-box .box-text {
  width: auto;
  height: auto;
  margin-left: 0.2rem;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-box .box-text p {
  margin-bottom: 0.12rem;
  font-size: 0.48rem;
  color: #1c2d48;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-box .box-text em {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 14px;
  text-transform: uppercase;
  color: #9e7560;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  margin-top: -0.4rem;
  font-size: 0.48rem;
  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-cent2 .cent-text {
  margin-top: 0.2rem;
  font-size: 20px;
  color: #1c2d48;
  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-pic {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-pic img {
  width: 100%;
}
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-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
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-box,
header .head-banner .swiper-slide-active .box-cent2 .cent-box {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .banner-pic2 img {
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.54rem;
  color: #fff;
}
header .head-banner .banner-cent2 {
  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-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-title2 {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #e94716;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #e94716;
}
header .head-banner .banner-cent2 .cent-text2 {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-button {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button:hover {
  color: #e94716;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-button2 {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #e94716;
  border: solid 1px #e94716;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button2:hover {
  color: #fff;
  background: #e94716;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f6f6f6;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #e94716;
  background: #e94716;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev {
  left: 0;
}
header .head-banner .banner-swiper-button-next {
  right: 0;
}
header .head-banner .scroll-on {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: auto;
  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 .scroll-on .scroll-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .scroll-on .scroll-icon {
  width: 20px;
  height: auto;
  margin: 16px auto 0;
  overflow: hidden;
}
header .head-banner .scroll-on .scroll-icon img {
  width: 100%;
  animation: run 1.5s infinite linear;
}
header .head-banner:hover .banner-swiper-button-prev {
  left: 0.9rem;
  opacity: 1;
}
header .head-banner:hover .banner-swiper-button-next {
  right: 0.9rem;
  opacity: 1;
}
header .head-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  z-index: 29;
}
header .head-strip .strip-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-size: 16px;
  line-height: 80px;
  color: #333;
}
header .head-strip .strip-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e94716;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-item:hover {
  color: #e94716;
}
header .head-strip .strip-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-item-active {
  color: #e94716;
}
header .head-strip .strip-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip-active {
  background: none;
}
header .head-strip-active::after {
  display: none;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  border-top: solid 2px #e94716;
  background: #29292c;
}
footer .foot-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0;
}
footer .foot-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}
footer .foot-main .main-top .top-left {
  width: 4.5rem;
  height: auto;
}
footer .foot-main .main-top .top-left .left-title {
  margin-bottom: 0.35rem;
  font-size: 0.24rem;
  color: #fff;
}
footer .foot-main .main-top .top-left .left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
footer .foot-main .main-top .top-left .left-item .item-icon {
  width: 32px;
  height: auto;
}
footer .foot-main .main-top .top-left .left-item .item-icon img {
  width: 100%;
}
footer .foot-main .main-top .top-left .left-item .item-text {
  width: calc(100% - 32px);
  height: auto;
  padding-left: 0.2rem;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
footer .foot-main .main-top .top-nav {
  display: flex;
  justify-content: space-between;
  width: 9.5rem;
  height: auto;
}
footer .foot-main .main-top .top-nav .nav-item {
  width: auto;
  height: auto;
}
footer .foot-main .main-top .top-nav .nav-item .item-link {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-top .top-nav .nav-item .item-link:hover {
  color: #e94716;
}
footer .foot-main .main-top .top-nav .nav-item .item-lump {
  width: auto;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-top .top-nav .nav-item .item-lump a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
footer .foot-main .main-top .top-nav .nav-item .item-lump a:hover {
  color: #e94716;
}
footer .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
footer .foot-main .main-bottom .bottom-ewm {
  width: 120px;
  height: auto;
}
footer .foot-main .main-bottom .bottom-ewm img {
  width: 100%;
  margin-bottom: 0.15rem;
  box-shadow: 0.05rem 0 0.3rem rgba(2, 30, 32, 0.08);
}
footer .foot-main .main-bottom .bottom-ewm .ewm-title {
  font-size: 14px;
  color: #fff;
}
footer .foot-main .main-bottom .bottom-right {
  width: auto;
  height: auto;
  text-align: right;
}
footer .foot-main .main-bottom .bottom-right .right-link {
  font-size: 12px;
  color: #fff;
}
footer .foot-main .main-bottom .bottom-right .right-link a {
  color: #fff;
}
footer .foot-main .main-bottom .bottom-right .right-link a:hover {
  color: #e94716;
}
footer .foot-main .main-bottom .bottom-right .right-link span {
  margin: 0 0.1rem;
}
footer .foot-main .main-bottom .bottom-right .right-zizhi {
  margin-top: 0.2rem;
  font-size: 12px;
  color: #fff;
}
footer .foot-main .main-bottom .bottom-right .right-zizhi a {
  color: #fff;
}
footer .foot-main .main-bottom .bottom-right .right-zizhi a:hover {
  color: #e94716;
}
.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s 0.6s;
  -o-transition: all 2s 0.6s;
  -moz-transition: all 2s 0.6s;
  -webkit-transition: all 2s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 52%;
  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%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.65rem 0.2rem;
  background: url(../images/banner-bg.png) no-repeat left top;
  background-size: 3.63rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 0.8s;
  -o-transition: all 1s 0.8s;
  -moz-transition: all 1s 0.8s;
  -webkit-transition: all 1s 0.8s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-top .top-title {
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.06rem;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-top .top-English {
  margin-left: 0.12rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.24rem;
  font-style: italic;
  line-height: 0.4rem;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-top {
  width: 215px;
  height: auto;
  margin: 0 auto 0.2rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-top img {
  width: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-heng {
  width: 32px;
  height: 2px;
  margin: 0.3rem 0;
  background: #e94716;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.06rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 0.8s;
  -o-transition: all 1s 0.8s;
  -moz-transition: all 1s 0.8s;
  -webkit-transition: all 1s 0.8s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  margin-top: 0.1rem;
  font-size: 0.88rem;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  line-height: 1.06rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 0.8s;
  -o-transition: all 1s 0.8s;
  -moz-transition: all 1s 0.8s;
  -webkit-transition: all 1s 0.8s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.36rem;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 1s;
  -o-transition: all 1s 1s;
  -moz-transition: all 1s 1s;
  -webkit-transition: all 1s 1s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English2 {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.24rem;
  font-style: italic;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 1.2s;
  -o-transition: all 1s 1.2s;
  -moz-transition: all 1s 1.2s;
  -webkit-transition: all 1s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English3 {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.24rem;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 1s;
  -o-transition: all 1s 1s;
  -moz-transition: all 1s 1s;
  -webkit-transition: all 1s 1s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-text {
  width: 6rem;
  height: auto;
  margin-top: 0.35rem;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 1.2s;
  -o-transition: all 1s 1.2s;
  -moz-transition: all 1s 1.2s;
  -webkit-transition: all 1s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton {
  width: auto;
  height: auto;
  margin-top: 0.7rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 1s;
  -o-transition: all 1s 1s;
  -moz-transition: all 1s 1s;
  -webkit-transition: all 1s 1s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item {
  width: 100px;
  height: auto;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #e94716;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-icon img {
  width: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item .item-title {
  margin-top: 0.15rem;
  font-size: 14px;
  text-align: center;
  color: #e94716;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton .botton-item:hover .item-icon img {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 {
  width: auto;
  height: auto;
  margin-top: 0.6rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 1s 1s;
  -o-transition: all 1s 1s;
  -moz-transition: all 1s 1s;
  -webkit-transition: all 1s 1s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item {
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #e94716;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item .item-icon img {
  width: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item .item-title {
  margin-top: 0.15rem;
  font-size: 14px;
  text-align: center;
  color: #e94716;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-botton2 .botton-item:hover .item-icon img {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.container .pege-container .cont-banner .swiper-slide-active .slide-box .box-pic img {
  transform: scale(1.06, 1.06) translateZ(0);
  -o-transform: scale(1.06, 1.06) translateZ(0);
  -moz-transform: scale(1.06, 1.06) translateZ(0);
  -webkit-transform: scale(1.06, 1.06 translateZ(0));
}
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-lump,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English3,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-botton2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-top,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-botton,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.container .pege-container .cont-banner .swiper-pagination {
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 0.45rem;
}
.container .pege-container .cont-banner .banner-mouse {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 22px;
  height: auto;
  cursor: pointer;
  z-index: 9;
}
.container .pege-container .cont-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .banner-mouse img {
  width: 100%;
  margin-top: 0.1rem;
}
.container .pege-container .cont-banner .banner-mouse:hover .mouse-title {
  color: #e94716;
}
.container .pege-container .cont-banner .banner-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 120px;
  height: auto;
  z-index: 9;
}
.container .pege-container .cont-banner .banner-button .banner-swiper-button-prev,
.container .pege-container .cont-banner .banner-button .banner-swiper-button-next {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  border: solid 2px #fff;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .banner-button .banner-swiper-button-prev img,
.container .pege-container .cont-banner .banner-button .banner-swiper-button-next img {
  width: 7px;
}
.container .pege-container .cont-banner .banner-button .banner-swiper-button-prev:hover,
.container .pege-container .cont-banner .banner-button .banner-swiper-button-next:hover {
  border: solid 2px #e94716;
  background: #e94716;
}
.container .pege-container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-top: 2rem;
  background: url(../images/plate1-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .pege-container .cont-plate1 .plate1-left {
  width: 50%;
  height: auto;
  padding-left: 10%;
}
.container .pege-container .cont-plate1 .plate1-left .left-title {
  font-size: 0.48rem;
  color: #222;
}
.container .pege-container .cont-plate1 .plate1-left .left-subtitle {
  margin-top: 0.25rem;
  font-size: 0.52rem;
  font-weight: bold;
  color: #222;
}
.container .pege-container .cont-plate1 .plate1-left .left-video-play {
  position: relative;
  width: 1.6rem;
  height: auto;
  margin: 1.1rem 0 0 1.8rem;
  cursor: pointer;
}
.container .pege-container .cont-plate1 .plate1-left .left-video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 0;
  animation: DW 3s 1.5s infinite linear;
}
.container .pege-container .cont-plate1 .plate1-left .left-video-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  border-radius: 50%;
  border: solid 1px #fff;
  animation: DW 3s infinite linear;
}
.container .pege-container .cont-plate1 .plate1-left .left-video-play img {
  width: 100%;
  animation: videoPlay 2.5s infinite linear;
}
.container .pege-container .cont-plate1 .plate1-left .left-video-play:hover::before,
.container .pege-container .cont-plate1 .plate1-left .left-video-play:hover::after,
.container .pege-container .cont-plate1 .plate1-left .left-video-play:hover img {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.container .pege-container .cont-plate1 .plate1-left .pc {
  display: block;
}
.container .pege-container .cont-plate1 .plate1-left .web,
.container .pege-container .cont-plate1 .plate1-left .left-web-box {
  display: none;
}
.container .pege-container .cont-plate1 .plate1-right {
  width: 50%;
  height: auto;
  padding-top: 0.45rem;
}
.container .pege-container .cont-plate1 .plate1-right .right-box {
  width: 100%;
  height: auto;
  padding: 1rem 1.4rem 0.9rem 1.2rem;
  background: #fff;
  border-bottom-left-radius: 0.5rem;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-title img {
  width: 0.53rem;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-text {
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 34px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-item {
  display: block;
  width: 100px;
  height: auto;
  margin-top: 0.7rem;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #e94716;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-item .item-icon img {
  width: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: 14px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-item:hover .item-icon img {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.container .pege-container .cont-plate1 .plate1-right .right-box .box-item:hover .item-title {
  color: #e94716;
}
.container .pege-container .cont-plate2 {
  width: 100%;
  height: 100vh;
  padding-top: 1.8rem;
  background: url(../images/plate2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .pege-container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate2 .plate2-top .top-left {
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate2 .plate2-top .top-left .left-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.container .pege-container .cont-plate2 .plate2-top .top-left .left-title img {
  width: 0.42rem;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.container .pege-container .cont-plate2 .plate2-top .top-left .left-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.container .pege-container .cont-plate2 .plate2-top .top-list {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-plate2 .plate2-top .top-list .list-item {
  position: relative;
  width: auto;
  padding-bottom: 0.16rem;
  margin: 0 0.35rem;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-top .top-list .list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e94716;
  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 .pege-container .cont-plate2 .plate2-top .top-list .list-item:hover {
  color: #e94716;
}
.container .pege-container .cont-plate2 .plate2-top .top-list .list-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));
}
.container .pege-container .cont-plate2 .plate2-top .top-list .list-item-active {
  color: #e94716;
}
.container .pege-container .cont-plate2 .plate2-top .top-list .list-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));
}
.container .pege-container .cont-plate2 .plate2-top .top-button {
  width: 160px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  background: #e94716;
  border: solid 2px #e94716;
}
.container .pege-container .cont-plate2 .plate2-top .top-button:hover {
  color: #e94716;
  background: transparent;
}
.container .pege-container .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide {
  width: 13rem;
  height: auto;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0.7rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic {
  position: relative;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 5%;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-box .box-left {
  width: 50%;
  height: 100%;
  border: none;
  margin: 0;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-box .box-left .left-img {
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: 0 50%;
  background-size: auto 100%;
  border: none;
  transform-origin: 100% 50%;
  transition-timing-function: ease-out;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-box .box-right {
  width: 50%;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-box .box-right .right-img {
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: 100% 50%;
  background-size: auto 100%;
  border: none;
  transform-origin: 0 50%;
  transition-timing-function: ease-out;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  z-index: 9;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic .pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-pic:hover .pic-img {
  opacity: 1;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent {
  width: calc(100% - 5.8rem);
  height: auto;
  padding-left: 0.9rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  color: #343434;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-title {
  margin-top: 0.05rem;
  font-size: 20px;
  font-weight: bold;
  color: #343434;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 14px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item {
  display: block;
  width: 60px;
  height: auto;
  margin-top: 0.7rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #e94716;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item .item-icon img {
  width: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item .item-title {
  margin-top: 0.15rem;
  font-size: 14px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item:hover .item-icon img {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.container .pege-container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-cont .cont-cent .cent-item:hover .item-title {
  color: #e94716;
}
.container .pege-container .cont-plate2 .plate2-main .main-box-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .pege-container .cont-plate3 {
  width: 100%;
  height: 100vh;
  padding-top: 1.8rem;
  background: url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .pege-container .cont-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate3 .plate3-top .top-left {
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-top .top-left .left-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.container .pege-container .cont-plate3 .plate3-top .top-left .left-title img {
  width: 0.57rem;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.container .pege-container .cont-plate3 .plate3-top .top-left .left-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.container .pege-container .cont-plate3 .plate3-top .top-list {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-top .top-list .list-item {
  position: relative;
  width: auto;
  padding-bottom: 0.16rem;
  margin: 0 0.35rem;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-top .top-list .list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e94716;
  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 .pege-container .cont-plate3 .plate3-top .top-list .list-item:hover {
  color: #e94716;
}
.container .pege-container .cont-plate3 .plate3-top .top-list .list-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));
}
.container .pege-container .cont-plate3 .plate3-top .top-list .list-item-active {
  color: #e94716;
}
.container .pege-container .cont-plate3 .plate3-top .top-list .list-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));
}
.container .pege-container .cont-plate3 .plate3-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0.6rem auto 0;
}
.container .pege-container .cont-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left {
  width: 50%;
  height: auto;
  padding-right: 0.5rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-pic {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent {
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 16px;
  color: #999;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 18px;
  line-height: 30px;
  color: #4b4a48;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span {
  display: inline-block;
  position: relative;
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d3e1e5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span:hover {
  color: #e94716;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left .left-cent span:hover::after {
  background: #e94716;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-left:hover .left-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 .pege-container .cont-plate3 .plate3-main .main-box .box-left:hover .left-cent .cent-title {
  color: #e94716;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide {
  width: calc(50% - 25px);
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item {
  display: block;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0.3rem;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 16px;
  color: #999;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 18px;
  line-height: 30px;
  color: #4b4a48;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span {
  display: inline-block;
  position: relative;
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d3e1e5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span:hover {
  color: #e94716;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item .item-cent span:hover::after {
  background: #e94716;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .swiper-slide .slide-item:hover .item-cent .cent-title {
  color: #e94716;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: auto;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev,
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: solid 2px #d4e1e5;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev img,
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev .img2,
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev:hover,
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next:hover {
  border: solid 2px #e94716;
  background: #e94716;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev:hover .img1,
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-prev:hover .img2,
.container .pege-container .cont-plate3 .plate3-main .main-box .box-right .right-button .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate3 .plate3-main .main-box-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 .pege-container .cont-plate4 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/plate4-bg.jpg) no-repeat left top;
  background-size: cover;
}
.container .pege-container .cont-plate4 .plate4-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.7rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-plate4 .plate4-main .main-title {
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.container .pege-container .cont-plate4 .plate4-main .main-English {
  position: relative;
  font-size: 1.5rem;
  font-family: 'MONTSERRAT-BOLD';
  text-align: center;
  color: #000;
}
.container .pege-container .cont-plate4 .plate4-main .main-English::after {
  content: '';
  position: absolute;
  top: 0.8rem;
  right: 3.65rem;
  width: 1.2rem;
  height: 5px;
  background: #e94716;
}
.container .pege-container .cont-plate4 .plate4-main .main-text {
  font-size: 20px;
  text-align: center;
  color: #000;
}
.container .pege-container .cont-plate4 .plate4-main .main-icon {
  width: 21px;
  height: auto;
  margin: 0.4rem auto 0;
}
.container .pege-container .cont-plate4 .plate4-main .main-icon img {
  width: 100%;
}
.container .pege-container .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .pege-container .cont-plate4 .plate4-main .main-box .box-item {
  width: 33.33%;
  height: auto;
  padding: 0 0.5rem;
}
.container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-icon {
  width: 1.05rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-title {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-text {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
}
.container .pege-container .cont-plate4 .plate4-main .main-box .box-item:hover .item-icon img {
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.container .pege-container .cont-plate4 .plate4-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  font-size: 12px;
  text-align: center;
  line-height: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  border-top: solid 1px #d5e1e4;
}
.container .pege-container .cont-plate4 .plate4-bottom a {
  color: rgba(0, 0, 0, 0.6);
}
.container .pege-container .cont-plate4 .plate4-bottom a:hover {
  color: #e94716;
}
.container .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.about .about-plate1 .plate1-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.about .about-plate1 .plate1-main .main-title img {
  width: 0.42rem;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.about .about-plate1 .plate1-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.about .about-plate1 .plate1-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about .about-plate1 .plate1-main .main-cont .cont-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 58.7%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-title {
  font-size: 0.36rem;
  color: #414851;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-English {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.44rem;
  text-transform: uppercase;
  color: #e94716;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-subtitle {
  margin-top: 0.4rem;
  font-size: 0.24rem;
  color: #999;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-text {
  height: 2.21rem;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.15rem;
  font-size: 15px;
  line-height: 36px;
  color: #999;
  overflow: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-text::-webkit-scrollbar {
  width: 3px;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-text::-webkit-scrollbar-thumb {
  background: #e94716;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide .slide-pic {
  width: 100%;
  height: 4.85rem;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide .slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide .slide-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.3rem;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
}
.about .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #e94716;
}
.about .about-plate1 .plate1-main .main-cont .cont-right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 41.3%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-top {
  width: 100%;
  height: 4.85rem;
  padding: 1.1rem 0.56rem 0.7rem;
  background: url(../images/plate1-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  color: #fff;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-heng {
  width: 40px;
  height: 6px;
  margin-top: 0.3rem;
  background: #fff;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-title {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-English2 {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 12px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.3);
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 4.85rem;
  padding: 1rem 0.56rem 0.7rem;
  background: url(../images/plate1-bg2.jpg) no-repeat left bottom;
  background-size: cover;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item {
  width: 35%;
  height: auto;
  margin-bottom: 0.5rem;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title .num1 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.58rem;
  color: #fff;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title em {
  position: relative;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.28rem;
  color: #e94716;
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-text {
  margin-top: 0.15rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.about .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item:nth-child(even) {
  width: 50%;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: url(../images/plate2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate2 .plate2-main {
  width: 1000px;
  height: auto;
  padding: 3px;
  margin: 0 auto;
  border-bottom-right-radius: 50px;
  border: solid 25px #fff;
  background: transparent;
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0.7rem 0.5rem;
  border-bottom-right-radius: 25px;
  background: #fff;
}
.about .about-plate2 .plate2-main .main-cont .cont-title {
  font-size: 0.48rem;
  text-align: center;
  background-image: -webkit-linear-gradient(right, #00c4ab, #e94716);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-plate2 .plate2-main .main-cont .cont-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
}
.about .about-plate2 .plate2-main .main-cont .cont-heng {
  width: 60px;
  height: 2px;
  margin: 0.35rem auto;
  background-image: -webkit-linear-gradient(right, #00c4ab, #e94716);
}
.about .about-plate2 .plate2-main .main-cont .cont-text {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.75);
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.8rem;
  background: url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate3 .plate3-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.about .about-plate3 .plate3-main .main-title img {
  width: 0.42rem;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.about .about-plate3 .plate3-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.about .about-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.about .about-plate3 .plate3-main .main-box .box-item {
  position: relative;
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
  padding: 0.45rem 0.3rem 0.5rem;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-icon {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  border-radius: 50%;
  background: #30d1da;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  background: rgba(48, 209, 218, 0.15);
  z-index: -1;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-title {
  position: relative;
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-text {
  position: relative;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-plate3 .plate3-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.1);
}
.about .about-plate3 .plate3-main .main-box .box-item:hover .item-icon {
  color: #e94716;
  background: #fff !important;
}
.about .about-plate3 .plate3-main .main-box .box-item:hover .item-icon::after {
  background: rgba(255, 255, 255, 0.15) !important;
}
.about .about-plate3 .plate3-main .main-box .box-item:hover .item-title,
.about .about-plate3 .plate3-main .main-box .box-item:hover .item-text {
  color: #fff;
}
.about .about-plate3 .plate3-main .main-box .box-item:hover .item-pic {
  opacity: 1;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(2) .item-icon {
  background: #52bdea;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(2) .item-icon::after {
  background: rgba(82, 189, 234, 0.15);
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(3) .item-icon {
  background: #28d3ab;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(3) .item-icon::after {
  background: rgba(40, 211, 171, 0.15);
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(4) .item-icon {
  background: #8c91f6;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(4) .item-icon::after {
  background: rgba(140, 145, 246, 0.15);
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(5) .item-icon {
  background: #8c91f6;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(5) .item-icon::after {
  background: rgba(140, 145, 246, 0.15);
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(6) .item-icon {
  background: #31a371;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(6) .item-icon::after {
  background: rgba(49, 163, 113, 0.15);
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(7) .item-icon {
  background: #ff970b;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(7) .item-icon::after {
  background: rgba(255, 151, 11, 0.15);
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(8) .item-icon {
  background: #30d1da;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(8) .item-icon::after {
  background: rgba(48, 209, 218, 0.15);
}
.about .about-plate4 {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.2rem;
}
.about .about-plate4 .plate4-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.about .about-plate4 .plate4-main .main-title img {
  width: 0.53rem;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.about .about-plate4 .plate4-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.about .about-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about .about-plate4 .plate4-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  border-radius: 0.15rem;
  box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.4rem 0.6rem;
  font-size: 18px;
  line-height: 34px;
  color: #666;
  background: #fff;
}
.about .about-plate4 .plate4-main .main-box .box-item:hover {
  transform: translatey(-0.4rem);
  -o-transform: translatey(-0.4rem);
  -moz-transform: translatey(-0.4rem);
  -webkit-transform: translatey(-0.4rem);
}
.about .about-plate4 .plate4-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-palte5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-palte5 .palte5-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-palte5 .palte5-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.about .about-palte5 .palte5-main .main-title img {
  width: 0.45rem;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.about .about-palte5 .palte5-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.about .about-palte5 .palte5-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-palte5 .palte5-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide {
  width: calc(100% / 5);
  height: auto;
}
.about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide .slide-pic img {
  width: 100%;
}
.about .about-palte5 .palte5-main .main-cont .cont-box .swiper-slide-active {
  z-index: 59 !important;
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev,
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  z-index: 19;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev img,
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev .img2,
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev:hover,
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next:hover {
  background: #e94716;
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev:hover .img2,
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev:hover .img1,
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-prev {
  left: -85px;
}
.about .about-palte5 .palte5-main .main-cont .palte5-swiper-button-next {
  right: -85px;
}
.history {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.history .history-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.history .history-main .main-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.history .history-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.history .history-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-bottom: 1.3rem;
  overflow: hidden;
}
.history .history-main .main-box .swiper-slide {
  width: 3.6rem;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-box .swiper-slide .slide-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 470px;
  height: 100%;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  border-left: solid 1px #ebebeb;
  cursor: pointer;
}
.history .history-main .main-box .swiper-slide .slide-item .item-cent {
  width: 100%;
  height: auto;
}
.history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-year {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.6rem;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-title {
  font-size: 0.32rem;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-text {
  margin-top: 0.4rem;
  padding-left: 0.1rem;
  padding-right: 0.3rem;
  font-size: 16px;
  color: #666;
}
.history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-text span {
  display: inline-block;
  position: relative;
  line-height: 30px;
}
.history .history-main .main-box .swiper-slide .slide-item .item-cent .cent-text span::after {
  content: '·';
  position: absolute;
  top: 0;
  left: -0.1rem;
  font-size: 22px;
  line-height: 30px;
  color: #e94716;
}
.history .history-main .main-box .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border-bottom-right-radius: 0.3rem;
  overflow: hidden;
}
.history .history-main .main-box .swiper-slide .slide-item .item-pic img {
  width: 100%;
}
.history .history-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-year {
  font-weight: bold;
  color: #e94716;
}
.history .history-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-title {
  color: #e94716;
}
.history .history-main .main-box .swiper-slide-on {
  width: 470px;
  z-index: 9;
}
.history .history-main .main-box .swiper-slide-on .slide-item .item-cent .cent-year {
  font-weight: bold;
  color: #e94716;
}
.history .history-main .main-box .swiper-slide-on .slide-item .item-cent .cent-title {
  color: #e94716;
}
.history .history-main .main-box .swiper-scrollbar {
  width: 12.6rem;
  height: 2px;
  background: #ebebeb;
}
.history .history-main .main-box .swiper-scrollbar .swiper-scrollbar-drag {
  background: #e94716;
}
.history .history-main .main-box .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.7rem;
  height: auto;
}
.history .history-main .main-box .swiper-button .history-swiper-button-prev,
.history .history-main .main-box .swiper-button .history-swiper-button-next {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: solid 2px #d4e1e5;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-box .swiper-button .history-swiper-button-prev img,
.history .history-main .main-box .swiper-button .history-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: auto;
  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;
}
.history .history-main .main-box .swiper-button .history-swiper-button-prev .img2,
.history .history-main .main-box .swiper-button .history-swiper-button-next .img2 {
  opacity: 0;
}
.history .history-main .main-box .swiper-button .history-swiper-button-prev:hover,
.history .history-main .main-box .swiper-button .history-swiper-button-next:hover {
  border: solid 2px #e94716;
  background: #e94716;
}
.history .history-main .main-box .swiper-button .history-swiper-button-prev:hover .img1,
.history .history-main .main-box .swiper-button .history-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history .history-main .main-box .swiper-button .history-swiper-button-prev:hover .img2,
.history .history-main .main-box .swiper-button .history-swiper-button-next:hover .img2 {
  opacity: 1;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.honor .honor-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.honor .honor-main .main-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.honor .honor-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.honor .honor-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.honor .honor-main .main-box .box-item {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 0.275rem);
  height: auto;
  padding: 0.5rem 0.55rem 0.55rem;
  margin-bottom: 0.55rem;
  border: solid 1px #eeeeee;
  border-bottom-right-radius: 0.4rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item .item-cent {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 2.4rem);
  height: auto;
  padding-right: 0.9rem;
}
.honor .honor-main .main-box .box-item .item-cent .cent-title {
  font-size: 18px;
  line-height: 34px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 16px;
  color: #c9c9c9;
}
.honor .honor-main .main-box .box-item .item-pic {
  width: 2.4rem;
  height: auto;
  overflow: hidden;
}
.honor .honor-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item:hover {
  border: solid 1px #e94716;
}
.honor .honor-main .main-box .box-item:hover .item-cent .cent-title {
  color: #e94716;
}
.honor .honor-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor .honor-main .mian-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #e94716;
}
.honor .honor-main .mian-load img {
  width: 34px;
  margin-right: 0.15rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.honor .honor-main .mian-load:hover img {
  margin-right: 0.05rem;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.culture .culture-top {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-top .top-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.culture .culture-top .top-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.culture .culture-top .top-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.culture .culture-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
.culture .culture-main #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.7rem;
  z-index: 5;
}
.culture .culture-main .main-item {
  position: relative;
  width: 25%;
  height: auto;
  background: #f0f5f7;
}
.culture .culture-main .main-item:nth-child(even) {
  background: #f6fbfd;
}
.culture .culture-main .main-item .item-pic {
  width: 100%;
  height: auto;
}
.culture .culture-main .main-item .item-pic img {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.3rem 0.8rem 0 1rem;
}
.culture .culture-main .main-item .item-cent .cent-icon {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
}
.culture .culture-main .main-item .item-cent .cent-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item .item-cent .cent-icon .img2 {
  opacity: 0;
}
.culture .culture-main .main-item .item-cent .cent-title {
  margin-top: 0.9rem;
  font-size: 0.36rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item .item-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.24rem;
  text-transform: uppercase;
  color: rgba(196, 196, 196, 0.5);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item .item-cent .cent-text {
  margin-top: 0.4rem;
  padding-right: 0.8rem;
  font-size: 20px;
  line-height: 36px;
  color: #797979;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item:hover {
  z-index: 9;
}
.culture .culture-main .main-item:hover .item-pic img {
  opacity: 1;
}
.culture .culture-main .main-item:hover .item-cent .cent-icon .img1 {
  opacity: 0;
}
.culture .culture-main .main-item:hover .item-cent .cent-icon .img2 {
  opacity: 1;
}
.culture .culture-main .main-item:hover .item-cent .cent-title,
.culture .culture-main .main-item:hover .item-cent .cent-text {
  color: #fff;
}
.culture .culture-main .main-item:hover .item-cent .cent-English {
  color: rgba(255, 255, 255, 0.5);
}
.video {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1rem;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.video .video-mian {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.video .video-mian .mian-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.video .video-mian .mian-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.video .video-mian .mian-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.video .video-mian .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.video .video-mian .main-top .top-left {
  position: relative;
  width: 66.2%;
  height: auto;
  cursor: pointer;
}
.video .video-mian .main-top .top-left .left-pic {
  width: 100%;
  overflow: hidden;
}
.video .video-mian .main-top .top-left .left-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-mian .main-top .top-left .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-mian .main-top .top-left .video-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 0;
  animation: DW 3s 1.5s infinite linear;
}
.video .video-mian .main-top .top-left .video-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  border-radius: 50%;
  border: solid 1px #fff;
  animation: DW 3s infinite linear;
}
.video .video-mian .main-top .top-left .video-icon img {
  width: 100%;
  animation: videoPlay 2.5s infinite linear;
}
.video .video-mian .main-top .top-left .video-icon:hover::before,
.video .video-mian .main-top .top-left .video-icon:hover::after,
.video .video-mian .main-top .top-left .video-icon:hover img {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.video .video-mian .main-top .top-left:hover .left-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.video .video-mian .main-top .top-right {
  width: 33.8%;
  height: auto;
  padding: 0.8rem 0.6rem 0;
  background: url(../images/bg.jpg) no-repeat left bottom;
  background-size: cover;
}
.video .video-mian .main-top .top-right .right-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
}
.video .video-mian .main-top .top-right .right-heng {
  width: 40px;
  height: 6px;
  margin: 0.3rem 0;
  background: #fff;
}
.video .video-mian .main-top .top-right .right-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.video .video-mian .main-top .top-right .right-subtitle {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 12px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.3);
}
.video .video-mian .main-top .top-right .right-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.video .video-mian .main-top .top-right .right-share .share-title {
  font-size: 16px;
  color: #fff;
}
.video .video-mian .main-top .top-right .right-share .share-item {
  position: relative;
  width: 43px;
  height: 43px;
  margin-left: 0.2rem;
  border-radius: 50%;
  background: #fff;
}
.video .video-mian .main-top .top-right .right-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-mian .main-top .top-right .right-share .share-item .img2 {
  opacity: 0;
}
.video .video-mian .main-top .top-right .right-share .share-item:hover .img1 {
  opacity: 0;
}
.video .video-mian .main-top .top-right .right-share .share-item:hover .img2 {
  opacity: 1;
}
.video .video-mian .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.video .video-mian .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.video .video-mian .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.video .video-mian .main-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0.3rem;
  overflow: hidden;
}
.video .video-mian .main-box .box-item .item-pic .video-img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-mian .main-box .box-item .item-pic .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-mian .main-box .box-item .item-pic .video-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 0;
  animation: DW 3s 1.5s infinite linear;
}
.video .video-mian .main-box .box-item .item-pic .video-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  border: solid 1px #fff;
  animation: DW 3s infinite linear;
}
.video .video-mian .main-box .box-item .item-pic .video-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-mian .main-box .box-item .item-pic .video-icon:hover img {
  transform: rotate(365deg);
  -o-transform: rotate(365deg);
  -moz-transform: rotate(365deg);
  -webkit-transform: rotate(365deg);
}
.video .video-mian .main-box .box-item .item-title {
  margin-top: 0.25rem;
  font-size: 16px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-mian .main-box .box-item:hover .item-pic .video-img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.video .video-mian .main-box .box-item:hover .item-title {
  color: #e94716;
}
.video .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  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 .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.productDetails .productDetails-mian {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-mian .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-mian .main-top .top-left {
  width: auto;
  height: auto;
}
.productDetails .productDetails-mian .main-top .top-left .left-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.4rem;
  color: #333;
}
.productDetails .productDetails-mian .main-top .top-left .left-text {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  color: #333;
}
.productDetails .productDetails-mian .main-top .top-right {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.productDetails .productDetails-mian .main-top .top-right .right-button {
  width: 160px;
  height: 50px;
  margin-left: 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 45px;
  border: solid 2px #e94716;
  background: #e94716;
}
.productDetails .productDetails-mian .main-top .top-right .right-button:hover {
  color: #e94716;
  background: transparent;
}
.productDetails .productDetails-mian .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.productDetails .productDetails-mian .main-box .box-left {
  width: 8.6rem;
  height: auto;
}
.productDetails .productDetails-mian .main-box .box-left .left-title {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #e5e5e5;
}
.productDetails .productDetails-mian .main-box .box-left .left-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2rem;
  font-size: 18px;
  color: #333333;
}
.productDetails .productDetails-mian .main-box .box-left .left-title span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e94716;
}
.productDetails .productDetails-mian .main-box .box-left .left-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
}
.productDetails .productDetails-mian .main-box .box-left .left-list .list-item {
  width: auto;
  height: auto;
}
.productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-icon {
  width: 0.94rem;
  height: auto;
  margin: auto;
}
.productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-icon img {
  width: 100%;
}
.productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-title {
  margin-top: 0.15rem;
  font-size: 18px;
  text-align: center;
  color: #333;
}
.productDetails .productDetails-mian .main-box .box-left .left-list .list-item .item-text {
  margin-top: 0.1rem;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.productDetails .productDetails-mian .main-box .box-left .left-text {
  margin-top: 0.3rem;
  font-size: 15px;
  line-height: 34px;
  color: #666;
}
.productDetails .productDetails-mian .main-box .box-left .left-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.productDetails .productDetails-mian .main-box .box-left .left-pic img {
  width: 100%;
}
.productDetails .productDetails-mian .main-box .box-right {
  width: 3.42rem;
  height: auto;
}
.productDetails .productDetails-mian .main-box .box-right .right-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222;
}
.productDetails .productDetails-mian .main-box .box-right .right-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.productDetails .productDetails-mian .main-box .box-right .right-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  margin-bottom: 0.6rem;
  background: #ccc;
}
.productDetails .productDetails-mian .main-box .box-right .right-item {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.productDetails .productDetails-mian .main-box .box-right .right-item .item-pic {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0.2rem;
  overflow: hidden;
}
.productDetails .productDetails-mian .main-box .box-right .right-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-mian .main-box .box-right .right-item .item-title {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 20px;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-mian .main-box .box-right .right-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetails .productDetails-mian .main-box .box-right .right-item:hover .item-title {
  color: #e94716;
}
.product {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.product .product-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .mian-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.product .product-main .mian-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.product .product-main .mian-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-cont .cont-list {
  width: 3.5rem;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-top {
  width: 100%;
  height: auto;
  border: solid 1px #eeeeee;
  border-bottom: none;
}
.product .product-main .main-cont .cont-list .list-top .top-item {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ecedee;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-title {
  flex: 1;
  font-size: 18px;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon {
  position: relative;
  width: 14px;
  height: 8px;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon .img2 {
  opacity: 0;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top-active {
  padding: 0.25rem;
  background: #e94716;
  overflow: hidden;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-title {
  color: #fff;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img2 {
  opacity: 1;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav {
  display: none;
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  font-size: 16px;
  color: #222;
  border-bottom: solid 1px #ecedee;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:last-of-type {
  border-bottom: none;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon {
  position: relative;
  width: 7px;
  height: 11px;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon .img2 {
  opacity: 0;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover {
  color: #e94716;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img1 {
  opacity: 0;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img2 {
  opacity: 1;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active {
  color: #e94716;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img1 {
  opacity: 0;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img2 {
  opacity: 1;
}
.product .product-main .main-cont .cont-list .list-title {
  margin-top: 0.45rem;
  font-size: 18px;
  color: #222;
}
.product .product-main .main-cont .cont-list .list-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding-right: 0.2rem;
  overflow: hidden;
}
.product .product-main .main-cont .cont-list .list-search input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 0.2rem;
  font-size: 14px;
  color: #333;
  border: solid 1px #eeeeee;
  border-right: none;
}
.product .product-main .main-cont .cont-list .list-search input::placeholder {
  font-size: 14px;
  color: #999;
}
.product .product-main .main-cont .cont-list .list-search .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #e94716;
  border-bottom-right-radius: 10px;
}
.product .product-main .main-cont .cont-list .list-search .search-icon img {
  width: 15px;
}
.product .product-main .main-cont .cont-list .list-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border: solid 1px #eeeeee;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item {
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border-bottom: solid 1px #eeeeee;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-title {
  flex: 1;
  font-size: 18px;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon {
  position: relative;
  width: 11px;
  height: 7px;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav {
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  padding: 0 0.3rem;
  font-size: 16px;
  color: #222;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link:last-of-type {
  margin-bottom: 0;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="radio"],
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="checkbox"] {
  display: none;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.2rem;
  border: solid 1px #cdcdcd;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span img {
  position: absolute;
  top: 30%;
  left: 70%;
  width: 15px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.product .product-main .main-cont .cont-cent {
  width: 10.86rem;
  height: auto;
}
.product .product-main .main-cont .cont-cent .cent-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-cent .cent-top .top-left {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.7rem 0.4rem;
  background: #29292c;
}
.product .product-main .main-cont .cont-cent .cent-top .top-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222;
}
.product .product-main .main-cont .cont-cent .cent-top .top-left .left-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5);
}
.product .product-main .main-cont .cont-cent .cent-top .top-left .left-text {
  margin-top: 0.35rem;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.product .product-main .main-cont .cont-cent .cent-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.product .product-main .main-cont .cont-cent .cent-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-cent .cent-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));
}
.product .product-main .main-cont .cont-cent .cent-table {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box {
  width: 100%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  background: #e94716;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:first-of-type {
  width: 21%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(2) {
  width: 20%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(3) {
  width: 41%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:last-of-type {
  width: 18%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0.25rem;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #666;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-left: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:first-of-type {
  width: 21%;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(2) {
  width: 20%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(3) {
  width: 41%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:last-of-type {
  width: 18%;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list:hover {
  background: #e94716;
}
.product .product-main .main-cont .cont-cent .cent-table .table-box .box-list:hover .list-item {
  color: #fff;
}
.product .product-main .main-cont .cont-cent .cent-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0.8rem auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #e94716;
}
.product .product-main .main-cont .cont-cent .cent-load img {
  width: 34px;
  margin-right: 0.15rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* .product .product-main .main-cont .cont-cent .cent-load:hover img {
  margin-right: 0.05rem;
}
.product .product-list,
.product .product-show {
  display: none;
} */
.product2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.product2 .product-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.product2 .product-main .mian-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.product2 .product-main .mian-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.product2 .product-main .mian-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.product2 .product-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product2 .product-main .main-cont .cont-list {
  width: 3.5rem;
  height: auto;
}
.product2 .product-main .main-cont .cont-list .list-top {
  width: 100%;
  height: auto;
  border: solid 1px #eeeeee;
  border-bottom: none;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ecedee;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-title {
  flex: 1;
  font-size: 18px;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon {
  position: relative;
  width: 14px;
  height: 8px;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top .top-icon .img2 {
  opacity: 0;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active {
  padding: 0.25rem;
  background: #e94716;
  overflow: hidden;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-title {
  color: #fff;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img2 {
  opacity: 1;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav {
  display: none;
  width: 100%;
  height: auto;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  font-size: 16px;
  color: #222;
  border-bottom: solid 1px #ecedee;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:last-of-type {
  border-bottom: none;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon {
  position: relative;
  width: 7px;
  height: 11px;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link .link-icon .img2 {
  opacity: 0;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover {
  color: #e94716;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img1 {
  opacity: 0;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link:hover .link-icon .img2 {
  opacity: 1;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active {
  color: #e94716;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img1 {
  opacity: 0;
}
.product2 .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active .link-icon .img2 {
  opacity: 1;
}
.product2 .product-main .main-cont .cont-list .list-title {
  margin-top: 0.45rem;
  font-size: 18px;
  color: #222;
}
.product2 .product-main .main-cont .cont-list .list-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding-right: 0.2rem;
  overflow: hidden;
}
.product2 .product-main .main-cont .cont-list .list-search input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 0.2rem;
  font-size: 14px;
  color: #333;
  border: solid 1px #eeeeee;
  border-right: none;
}
.product2 .product-main .main-cont .cont-list .list-search input::placeholder {
  font-size: 14px;
  color: #999;
}
.product2 .product-main .main-cont .cont-list .list-search .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #e94716;
  border-bottom-right-radius: 10px;
}
.product2 .product-main .main-cont .cont-list .list-search .search-icon img {
  width: 15px;
}
.product2 .product-main .main-cont .cont-list .list-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border: solid 1px #eeeeee;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item {
  width: 100%;
  height: auto;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border-bottom: solid 1px #eeeeee;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-title {
  flex: 1;
  font-size: 18px;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon {
  position: relative;
  width: 11px;
  height: 7px;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top .top-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav {
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  padding: 0 0.3rem;
  font-size: 16px;
  color: #222;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link:last-of-type {
  margin-bottom: 0;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="radio"],
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input[type="checkbox"] {
  display: none;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.2rem;
  border: solid 1px #cdcdcd;
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice .choice-item span img {
  position: absolute;
  top: 30%;
  left: 70%;
  width: 15px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product2 .product-main .main-cont .cont-list .list-bottom .bottom-item .item-subnav .subnav-link .link-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.product2 .product-main .main-cont .cont-cent {
  width: 10.86rem;
  height: auto;
}
.product2 .product-main .main-cont .cont-cent .cent-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.product2 .product-main .main-cont .cont-cent .cent-top .top-left {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.7rem 0.4rem;
  background: #29292c;
}
.product2 .product-main .main-cont .cont-cent .cent-top .top-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222;
}
.product2 .product-main .main-cont .cont-cent .cent-top .top-left .left-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5);
}
.product2 .product-main .main-cont .cont-cent .cent-top .top-left .left-text {
  margin-top: 0.35rem;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.product2 .product-main .main-cont .cont-cent .cent-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.product2 .product-main .main-cont .cont-cent .cent-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-cent .cent-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));
}
.product2 .product-main .main-cont .cont-cent .cent-table {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box {
  width: 100%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  background: #e94716;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:first-of-type {
  width: 18%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(2) {
  width: 18%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(3) {
  width: 9%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(4) {
  width: 10%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:nth-child(5) {
  width: 35%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-top .top-item:last-of-type {
  width: 10%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0.25rem;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #666;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-left: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item p {
  width: 100%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:first-of-type {
  width: 18%;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(2) {
  width: 18%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(3) {
  width: 9%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(4) {
  width: 10%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:nth-child(5) {
  width: 35%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list .list-item:last-of-type {
  width: 10%;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list:hover {
  background: #e94716;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list:hover .list-item {
  color: #fff;
}
.product2 .product-main .main-cont .cont-cent .cent-table .table-box .box-list:hover .list-item p::-webkit-scrollbar-thumb {
  background: #888;
}
.product2 .product-main .main-cont .cont-cent .cent-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0.8rem auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #e94716;
}
.product2 .product-main .main-cont .cont-cent .cent-load img {
  width: 34px;
  margin-right: 0.15rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product2 .product-main .main-cont .cont-cent .cent-load:hover img {
  margin-right: 0.05rem;
}
.product2 .product-list,
.product2 .product-show {
  display: none;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.news .news-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .mian-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.news .news-main .mian-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.news .news-main .mian-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.44rem);
  height: auto;
  margin-right: 0.66rem;
  margin-bottom: 0.7rem;
  border-bottom-right-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.news .news-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .news-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;
}
.news .news-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.4rem 0.5rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 15px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.75);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 20px;
  color: rgba(34, 34, 34, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item:hover {
  background: #e94716;
}
.news .news-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-text {
  color: rgba(255, 255, 255, 0.8);
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-time {
  color: rgba(255, 255, 255, 0.45);
}
.news .news-main .mian-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #e94716;
}
.news .news-main .mian-load img {
  width: 34px;
  margin-right: 0.15rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news .news-main .mian-load:hover img {
  margin-right: 0.05rem;
}
.idea {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: url(../images/bg.png) no-repeat 90% -0.9rem;
  background-size: 3.16rem;
}
.idea .idea-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1.4rem;
}
.idea .idea-plate1 .plate1-pic {
  position: relative;
  width: 100%;
  height: auto;
}
.idea .idea-plate1 .plate1-pic img {
  width: 100%;
}
.idea .idea-plate1 .plate1-pic .pic-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.1rem;
  height: auto;
  padding-left: 1rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.idea .idea-plate1 .plate1-pic .pic-cent .cent-title {
  font-size: 0.48rem;
  line-height: 0.72rem;
  background-image: -webkit-linear-gradient(125deg, #2bd8b5, #e94716);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.idea .idea-plate1 .plate1-pic .pic-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: rgba(0, 0, 0, 0.35);
}
.idea .idea-plat2 {
  width: 100%;
  height: auto;
  padding: 3.1rem 0 2.3rem;
  background: url(../images/bg.jpg) no-repeat left top;
  background-size: cover;
}
.idea .idea-plat2 .plate2-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.idea .idea-plat2 .plate2-main .mian-item {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0.3rem 0.3rem 0;
  border-radius: 50%;
  background: #30d1da;
  z-index: 9;
}
.idea .idea-plat2 .plate2-main .mian-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #30d1da;
  opacity: 0.12;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.idea .idea-plat2 .plate2-main .mian-item .item-icon {
  width: 0.4rem;
  margin: 0 auto;
}
.idea .idea-plat2 .plate2-main .mian-item .item-icon img {
  width: 100%;
}
.idea .idea-plat2 .plate2-main .mian-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(2) {
  margin-top: -1.5rem;
  background: #52bdea;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(2)::after {
  background: #52bdea;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(3) {
  margin-top: 0.25rem;
  background: #31a371;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(3)::after {
  background: #31a371;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(4) {
  margin-top: -1.45rem;
  background: #8c91f6;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(4)::after {
  background: #8c91f6;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(5) {
  margin-top: -0.6rem;
  background: #ff970b;
}
.idea .idea-plat2 .plate2-main .mian-item:nth-child(5)::after {
  background: #ff970b;
}
.idea .idea-plat3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1.3rem;
}
.idea .idea-plat3 .plate3-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.idea .idea-plat3 .plate3-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.idea .idea-plat3 .plate3-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;
}
.idea .idea-plat3 .plate3-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));
}
.idea .idea-plat3 .plate3-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 0.8rem 0.3rem;
  background: #fff;
  box-shadow: 0.05rem 0 0.35rem rgba(0, 0, 0, 0.08);
}
.idea .idea-plat3 .plate3-top .top-cent .cent-top {
  width: 120px;
  height: 35px;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 45px;
  background: #e94716;
}
.idea .idea-plat3 .plate3-top .top-cent .cent-title {
  margin-top: 0.15rem;
  font-size: 0.32rem;
  background-image: -webkit-linear-gradient(125deg, #2bd8b5, #e94716);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.idea .idea-plat3 .plate3-top .top-cent .cent-heng {
  width: 44px;
  height: 3px;
  margin: 0.45rem 0 0.3rem;
  background: #d1d1d1;
}
.idea .idea-plat3 .plate3-top .top-cent .cent-text {
  height: 2.2rem;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.75);
  overflow: auto;
}
.idea .idea-plat3 .plate3-top .top-cent .cent-text::-webkit-scrollbar {
  width: 3px;
}
.idea .idea-plat3 .plate3-top .top-cent .cent-text::-webkit-scrollbar-thumb {
  background: #e94716;
}
.idea .idea-plat3 .plate3-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.idea .idea-plat3 .plate3-list .list-item {
  position: relative;
  width: calc(100% / 4 - 0.21rem);
  height: auto;
  margin-right: 0.28rem;
  border-bottom-right-radius: 0.2rem;
  overflow: hidden;
}
.idea .idea-plat3 .plate3-list .list-item:last-of-type {
  margin-right: 0;
}
.idea .idea-plat3 .plate3-list .list-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom-right-radius: 0.18rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.idea .idea-plat3 .plate3-list .list-item img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.idea .idea-plat3 .plate3-list .list-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.recruit .recruit-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.recruit .recruit-main .main-top .top-pic {
  width: 60%;
  height: auto;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.recruit .recruit-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;
}
.recruit .recruit-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));
}
.recruit .recruit-main .main-top .top-cent {
  width: 40%;
  height: auto;
  padding: 1rem 0 0 0.88rem;
}
.recruit .recruit-main .main-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  background-image: -webkit-linear-gradient(125deg, #2bd8b5, #e94716);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit .recruit-main .main-top .top-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.recruit .recruit-main .main-top .top-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.recruit .recruit-main .mian-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.recruit .recruit-main .mian-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.recruit .recruit-main .mian-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.recruit .recruit-main .mian-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0.6rem 0 0;
}
.recruit .recruit-main .mian-box .box-left {
  width: 10.35rem;
  height: auto;
}
.recruit .recruit-main .mian-box .box-left .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  background: #29292c;
  cursor: pointer;
  border-top: solid 2px #cceff2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e94716;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail {
  width: 9rem;
  padding: 0.3rem 0 0 0.4rem;
  font-size: 20px;
  color: #252525;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title {
  font-size: 22px;
  color: #17171d;
  white-space: nowrap;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title .title1 {
  display: inline-block;
  width: 2.2rem;
  margin-right: 0.7rem;
  font-weight: bold;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text {
  margin-right: 0.3rem;
  font-size: 14px;
  color: #17171d;
  opacity: 0.45;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text:last-child {
  margin-right: 0;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-mail .mail-text {
  margin-top: 0.16rem;
  font-size: 14px;
  line-height: 26px;
  color: #17171d;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-top .dd-show {
  width: 1.42rem;
  height: auto;
  background: url(../images/icon-recruit-jia.png) no-repeat center center;
  background-size: 0.59rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .mian-box .box-left .list-dd .top-active {
  background: #fff;
}
.recruit .recruit-main .mian-box .box-left .list-dd .top-active::before {
  width: 100%;
}
.recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-mail {
  width: 100%;
}
.recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-mail .mail-title .title1 {
  color: #e94716;
}
.recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-mail .mail-title .title-text {
  display: inline-block;
}
.recruit .recruit-main .mian-box .box-left .list-dd .top-active .dd-show {
  width: 0;
  opacity: 0;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.2rem 0.4rem 0.5rem;
  background: #fff;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #17171d;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-text,
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.24rem;
  font-size: 14px;
  line-height: 28px;
  color: #555555;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 3.26rem;
  height: auto;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.25rem;
  background: #dedede;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button .buttom-icon {
  width: 17px;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
  background: #e94716;
}
.recruit .recruit-main .mian-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
  width: 0.59rem;
  height: 0.59rem;
  background: url(../images/icon-recruit-jian.png) no-repeat center center;
  background-size: 0.59rem;
  cursor: pointer;
}
.recruit .recruit-main .mian-box .box-left .list-dd-active {
  box-shadow: 0.05rem 0 0.3rem rgba(0, 60, 65, 0.08);
}
.recruit .recruit-main .mian-box .box-left .mt {
  margin-top: 0.6rem;
}
.recruit .recruit-main .mian-box .box-left .list-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0.5rem auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #e94716;
}
.recruit .recruit-main .mian-box .box-left .list-load img {
  width: 34px;
  margin-right: 0.15rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.recruit .recruit-main .mian-box .box-left .list-load:hover img {
  margin-right: 0.05rem;
}
.recruit .recruit-main .mian-box .box-right {
  width: 3.8rem;
  height: auto;
}
.recruit .recruit-main .mian-box .box-right .right-top {
  width: 100%;
  height: auto;
}
.recruit .recruit-main .mian-box .box-right .right-top img {
  width: 100%;
}
.recruit .recruit-main .mian-box .box-right .right-box {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.4rem 0.8rem;
  background: #081d39;
}
.recruit .recruit-main .mian-box .box-right .right-box .box-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.recruit .recruit-main .mian-box .box-right .right-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.2rem;
  margin: 0.2rem 0;
  font-size: 14px;
  color: #333;
  background: #fff;
}
.recruit .recruit-main .mian-box .box-right .right-box input::placeholder {
  font-size: 14px;
  color: #a4a4a4;
}
.recruit .recruit-main .mian-box .box-right .right-box .box-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.34rem;
}
.recruit .recruit-main .mian-box .box-right .right-box .box-select:last-child {
  margin-bottom: 0;
}
.recruit .recruit-main .mian-box .box-right .right-box .box-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 9px;
  height: 5px;
  background: url(../images/icon-recruit-sanjiao.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.recruit .recruit-main .mian-box .box-right .right-box .box-select select {
  width: 100%;
  height: 0.5rem;
  padding-left: 0.18rem;
  font-size: 14px;
  color: #a4a4a4;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.recruit .recruit-main .mian-box .box-right .right-bottom {
  width: 100%;
  height: 3.27rem;
  padding: 0.3rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.recruit .recruit-main .mian-box .box-right .right-bottom .bottom-icon {
  width: 100%;
  height: auto;
}
.recruit .recruit-main .mian-box .box-right .right-bottom .bottom-icon img {
  width: 0.41rem;
}
.recruit .recruit-main .mian-box .box-right .right-bottom .bottom-title {
  margin: 0.2rem 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #e94716;
}
.recruit .recruit-main .mian-box .box-right .right-bottom .bottom-text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.12rem;
  font-size: 16px;
  color: #929292;
  word-break: break-all;
}
.contact {
  width: 100%;
  height: auto;
  background: url(../images/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.contact .contact-palte1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1.3rem;
}
.contact .contact-palte1 .palte1-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.contact .contact-palte1 .palte1-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.contact .contact-palte1 .palte1-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.contact .contact-palte1 .palte1-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: auto;
  margin-top: 0.9rem;
}
.contact .contact-palte1 .palte1-main .main-cent {
  width: 45.2%;
  height: auto;
  padding-right: 0.7rem;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-title {
  font-size: 0.36rem;
  color: #333;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-English {
  margin-top: 0.15rem;
  margin-bottom: 0.45rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 16px;
  text-transform: uppercase;
  color: #394040;
  opacity: 0.6;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-item .item-icon {
  width: 32px;
  height: auto;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-item .item-text {
  width: calc(100% - 32px);
  height: auto;
  padding-left: 0.2rem;
  font-size: 15px;
  line-height: 26px;
  color: #666;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-ewm {
  width: 130px;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-ewm img {
  width: 100%;
}
.contact .contact-palte1 .palte1-main .main-cent .cent-ewm p {
  margin-top: 0.2rem;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.contact .contact-palte1 .palte1-main .main-map {
  width: 54.8%;
  height: 6.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.contact .contact-palte1 .palte1-main .main-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact-palte2 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.2rem;
  background: url(../images/bg.jpg) no-repeat left top;
  background-size: 100%;
}
.contact .contact-palte2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-palte2 .plate2-main .main-left {
  width: 44.4%;
  height: auto;
  padding-right: 1rem;
}
.contact .contact-palte2 .plate2-main .main-left .left-pic {
  width: 100%;
  height: auto;
  margin-bottom: 0.9rem;
}
.contact .contact-palte2 .plate2-main .main-left .left-pic img {
  width: 100%;
}
.contact .contact-palte2 .plate2-main .main-left .left-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.contact .contact-palte2 .plate2-main .main-left .left-item .item-title {
  margin-bottom: 0.1rem;
  font-size: 16px;
  color: #9a9a9a;
}
.contact .contact-palte2 .plate2-main .main-left .left-item .item-tel {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.3rem;
  color: #e94716;
}
.contact .contact-palte2 .plate2-main .main-left .left-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-palte2 .plate2-main .main-left .left-share .share-item {
  position: relative;
  width: 43px;
  height: 43px;
  margin-right: 0.3rem;
  border-radius: 50%;
  background: #f5f5f5;
}
.contact .contact-palte2 .plate2-main .main-left .left-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  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;
}
.contact .contact-palte2 .plate2-main .main-left .left-share .share-item .img2 {
  opacity: 0;
}
.contact .contact-palte2 .plate2-main .main-left .left-share .share-item:hover .img1 {
  opacity: 0;
}
.contact .contact-palte2 .plate2-main .main-left .left-share .share-item:hover .img2 {
  opacity: 1;
}
.contact .contact-palte2 .plate2-main .main-right {
  width: 55.7%;
  height: auto;
}
.contact .contact-palte2 .plate2-main .main-right .palte2-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.contact .contact-palte2 .plate2-main .main-right .palte2-title img {
  width: auto;
  margin-left: 0.3rem;
  margin-top: -0.04rem;
}
.contact .contact-palte2 .plate2-main .main-right .palte2-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #ccc;
}
.contact .contact-palte2 .plate2-main .main-right .right-text {
  margin-top: 0.6rem;
  font-size: 0.3rem;
  line-height: 0.54rem;
  color: #36393b;
}
.contact .contact-palte2 .plate2-main .main-right .right-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.9rem;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item {
  width: calc(50% - 0.1rem);
  height: 55px;
  margin-bottom: 0.2rem;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  font-size: 15px;
  color: #666;
  border: solid 1px #ededed;
  border-radius: 5px;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item input[type=text]::placeholder {
  font-size: 15px;
  color: #999;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item textarea {
  width: 100%;
  height: 1.8rem;
  padding: 0.2rem 0.3rem 0;
  font-size: 15px;
  color: #666;
  border: solid 1px #ededed;
  border-radius: 5px;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item textarea::placeholder {
  font-size: 14px;
  color: #999;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px #ededed;
  border-radius: 5px;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.8rem 0 0.3rem;
  font-size: 15px;
  color: #999;
  cursor: pointer;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-title .select-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 14px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul {
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 2.5rem;
  height: 0;
  margin-top: -1px;
  background: #fff;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul::-webkit-scrollbar {
  width: 3px;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul::-webkit-scrollbar-thumb {
  background: #e94716;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item .item-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.3rem;
  font-size: 14px;
  line-height: 0.5rem;
  text-align: left;
  color: #999;
  cursor: pointer;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .form-item:nth-child(7) {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .foot-button {
  display: block;
  width: 150px;
  height: 50px;
  margin-top: 0.4rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 5px;
  background: #e94716;
  border: solid 2px #e94716;
}
.contact .contact-palte2 .plate2-main .main-right .right-form .foot-button:hover {
  color: #e94716;
  background: transparent;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.2rem;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-left {
  width: 10rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-left .main-time {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 18px;
  color: #e94716;
}
.newsDetail .newsDetail-main .main-left .main-title {
  padding: 0.2rem 0 0.4rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-left .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetail .newsDetail-main .main-left .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-left .main-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.newsDetail .newsDetail-main .main-left .main-bottom .bottom-item {
  position: relative;
  width: 1.04rem;
  height: 0.64rem;
  margin-right: 4px;
  border: solid 1px #e9e9e9;
}
.newsDetail .newsDetail-main .main-left .main-bottom .bottom-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  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;
}
.newsDetail .newsDetail-main .main-left .main-bottom .bottom-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-left .main-bottom .bottom-item:hover {
  width: 2.54rem;
  background: #e94716;
}
.newsDetail .newsDetail-main .main-left .main-bottom .bottom-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-left .main-bottom .bottom-item:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-right {
  width: 4rem;
  height: 100%;
}
.newsDetail .newsDetail-main .main-right .right-top {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.48rem 0.2rem;
  background: #fafafa;
}
.newsDetail .newsDetail-main .main-right .right-top .top-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #e94716;
}
.newsDetail .newsDetail-main .main-right .right-top .top-English {
  margin-top: 0.1rem;
  font-size: 14px;
  color: #353744;
  opacity: 0.3;
}
.newsDetail .newsDetail-main .main-right .right-top .top-heng {
  width: 24px;
  height: 4px;
  margin: 0.25rem 0 0.3rem;
  background: #e94716;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont {
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-title {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-botton {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.2rem;
  font-size: 14px;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list .list-botton img {
  width: 14px;
  margin-left: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list:hover .list-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));
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list:hover .list-title {
  color: #e94716;
}
.newsDetail .newsDetail-main .main-right .right-top .top-cont .cont-list:hover .list-botton img {
  margin-left: 0.2rem;
}
.page-float {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 84px;
  height: auto;
  z-index: 99;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list {
  display: block;
  position: relative;
  width: 100%;
  height: 86px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.page-float .float-list .list-pic {
  position: relative;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  cursor: pointer;
}
.page-float .float-list .list-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-pic .img2 {
  opacity: 0;
}
.page-float .float-list .list-title {
  margin-top: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-cent {
  position: absolute;
  top: 0;
  left: -230px;
  width: 230px;
  height: auto;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.page-float .float-list .list-cent .cent-title {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #e94716;
}
.page-float .float-list .list-cent .cent-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-right: -16px;
  border: solid 8px #e94716;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent .cent-cont {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #fff;
  box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
}
.page-float .float-list .list-cent .cent-cont img {
  width: 80%;
}
.page-float .float-list:hover {
  background: #e94716;
}
.page-float .float-list:hover .list-pic {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list:hover .list-pic .img1 {
  opacity: 0;
}
.page-float .float-list:hover .list-pic .img2 {
  opacity: 1;
}
.page-float .float-list:hover .list-title {
  color: #fff;
}
.page-float .float-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 15px;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  background: #f8f8f8;
}
.page-number .page-item:hover {
  color: #fff;
  background: #e94716;
}
.page-number .page-item-active {
  color: #fff;
  border: solid 1px #e94716;
  background: #e94716;
}
.Wpage-number {
  display: none;
}
@keyframes DW {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2, 2) translateZ(0);
    -o-transform: scale(2, 2) translateZ(0);
    -moz-transform: scale(2, 2) translateZ(0);
    -webkit-transform: scale(2, 2 translateZ(0));
  }
}
@keyframes videoPlay {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
