.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 49;
}
nav .nav-top .top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.08rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-top .top-main .main-left {
  width: auto;
  height: auto;
}
nav .nav-top .top-main .main-left img {
  width: auto;
  margin: -0.04rem 0.1rem 0 0;
}
nav .nav-top .top-main .main-left .img1 {
  margin-left: 0.55rem;
}
nav .nav-top .top-main .main-left em {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
nav .nav-top .top-main .main-left span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
nav .nav-top .top-main .main-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-top .top-main .main-right .right-search {
  width: 72px;
  height: 100%;
  text-align: center;
  line-height: 56px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
nav .nav-top .top-main .main-right .right-search:hover {
  background: #da251c;
}
nav .nav-top .top-main .main-right .right-login {
  width: 120px;
  height: 100%;
  font-size: 15px;
  text-align: center;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.6);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
nav .nav-top .top-main .main-right .right-login:hover {
  color: #fff;
  background: #da251c;
}
nav .nav-top .top-main .main-right .right-lang {
  position: relative;
  width: 130px;
  height: 100%;
}
nav .nav-top .top-main .main-right .right-lang .lang-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
nav .nav-top .top-main .main-right .right-lang .lang-title .icon {
  width: 18px;
  height: auto;
}
nav .nav-top .top-main .main-right .right-lang .lang-title .arrow {
  width: 11px;
  height: auto;
}
nav .nav-top .top-main .main-right .right-lang .lang-title img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-top .top-main .main-right .right-lang .lang-title span {
  margin: 0 0.1rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
nav .nav-top .top-main .main-right .right-lang .lang-list {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  z-index: 19;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-top .top-main .main-right .right-lang .lang-list .list-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  font-size: 14px;
  text-align: center;
}
nav .nav-top .top-main .main-right .right-lang .lang-list .list-link:hover {
  color: #da251c;
}
nav .nav-top .top-main .main-right .right-lang:hover .lang-title .arrow img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-top .top-main .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: 104px;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.06);
  z-index: 39;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.08rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .cont-logo {
  width: 3.07rem;
  height: auto;
}
nav .nav-main .main-cont .cont-logo img {
  width: 100%;
}
nav .nav-main .main-cont .cont-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .cont-right .right-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .cont-right .right-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.2rem;
}
nav .nav-main .main-cont .cont-right .right-nav .nav-item .item-title {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 104px;
  color: #000;
}
nav .nav-main .main-cont .cont-right .right-nav .nav-item .item-list {
  position: absolute;
  top: 104px;
  left: 50%;
  width: 152px;
  height: auto;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-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 .cont-right .right-nav .nav-item .item-list .list-link {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 15px;
  line-height: 48px;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .cont-right .right-nav .nav-item .item-list .list-link:hover {
  color: #fff;
  background: #da251c;
}
nav .nav-main .main-cont .cont-right .right-nav .nav-item:hover .item-title {
  color: #da251c;
}
nav .nav-main .main-cont .cont-right .right-nav .nav-item:hover .item-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .cont-right .right-button {
  width: 1.36rem;
  height: 0.4rem;
  margin-left: 0.3rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  background: #da251c;
  border: solid 2px #da251c;
}
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,
nav .nav-web-main {
  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: auto;
  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: 45%;
  left: 50%;
  width: 14.08rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
  width: auto;
  height: auto;
  padding-left: 1.2rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 6.41rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: -0.4rem;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: left;
  color: #000;
  text-shadow: -5px 5px 0 #fff, 5px 5px 0 #fff, 5px -5px 0 #fff, -5px -5px 0 #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-title span {
  color: #da251c;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  margin-top: -1.4rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-shadow: 0.06rem 0 0.2rem rgba(0, 0, 0, 0.18);
  letter-spacing: 0.3rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
  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-English2 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 2rem;
  text-transform: uppercase;
  color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-pic,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-English2,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-link {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .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: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-English {
  font-family: 'HarmonyOS_Sans_Bold';
  margin-top: 0.25rem;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -3px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
}
header .head-banner .banner-cent .cent-title {
  margin-top: -0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 10px;
  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: #da251c;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #da251c;
}
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: #da251c;
  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: #da251c;
  border: solid 1px #da251c;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button2:hover {
  color: #fff;
  background: #da251c;
}
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: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
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 #da251c;
  background: #da251c;
}
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 {
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid 1px #eee;
  z-index: 9;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  margin-left: 0.6rem;
  font-size: 18px;
  line-height: 80px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list:first-of-type {
  margin-left: 0;
}
header .head-strip .strip-box .box-left .left-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #da251c;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
header .head-strip .strip-box .box-left .left-list:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-box .box-left .left-list:hover a {
  color: #da251c;
}
header .head-strip .strip-box .box-left .left-list-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 .strip-box .box-left .left-list-active a {
  color: #da251c;
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  text-align: right;
  line-height: 80px;
  z-index: 9;
}
header .head-strip .strip-box .box-right .right-icon1 {
  display: flex;
  align-items: center;
  width: 10px;
  margin-right: 10px;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  margin-top: -0.04rem;
}
header .head-strip .strip-box .box-right .right-icon1 a {
  transition: none;
  -webkit-transition: none;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: 14px;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #da251c;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text img {
  width: 5px;
  margin: -0.04rem 0.12rem 0;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #333;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #171616;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0;
  overflow: hidden;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.82rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 18px;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-lump {
  width: 100%;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-lump .lump-link {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot-main .main-nav .nav-item .item-lump .lump-link:hover {
  color: #fff;
}
footer .foot-main .main-cent {
  width: auto;
  overflow: hidden;
}
footer .foot-main .main-cent .cent-tel {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  text-align: right;
  color: #fff;
}
footer .foot-main .main-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 15px;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot-main .main-cent .cent-ewm {
  float: right;
  width: 160px;
  height: auto;
  margin-top: 0.5rem;
}
footer .foot-main .main-cent .cent-ewm img {
  width: 100%;
}
footer .foot-main .main-cent .cent-ewm .ewm-title {
  margin-top: 0.15rem;
  font-size: 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.45rem;
}
footer .foot-bottom .bottom-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .foot-bottom .bottom-share .share-item {
  width: 40px;
  height: 40px;
  margin-left: 0.2rem;
  text-align: center;
  line-height: 40px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
footer .foot-bottom .bottom-share .share-item img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-bottom .bottom-share .share-item:hover {
  border: solid 1px #da251c;
  background: #da251c;
}
footer .foot-bottom .bottom-share .share-item:hover img {
  opacity: 1;
}
footer .foot-bottom .bottom-zhizi {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot-bottom .bottom-zhizi a {
  color: rgba(255, 255, 255, 0.6);
}
footer .foot-bottom .bottom-zhizi a:hover {
  color: #ffffff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
  background: url(../images/plate1-bg.png) no-repeat center bottom;
  background-size: 11.43rem;
}
.container .cont-plate1 .plate1-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-subtitle {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-text {
  margin-top: 0.25rem;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-button {
  display: block;
  width: 166px;
  height: 50px;
  margin: 0.35rem auto 0;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  color: #da251c;
  border: solid 1px #da251c;
}
.container .cont-plate1 .plate1-main .main-button:hover {
  color: #fff;
  background: #da251c;
}
.container .cont-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate1 .plate1-main .main-data .data-item {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title {
  font-size: 16px;
  color: #333;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title .num1 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title em {
  position: relative;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.35rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  color: #da251c;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: 15px;
  color: #666;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
  background: #f8f8f8;
}
.container .cont-plate2 .plate2-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate2 .plate2-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate2 .plate2-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 1.9rem 0 1.6rem;
  background-size: cover;
}
.container .cont-plate2 .plate2-main .main-box .box-logo {
  width: 3.8rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-box .box-logo img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-box .box-title {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-box .box-button {
  display: block;
  width: 166px;
  height: 50px;
  margin: 0.55rem auto 0;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #da251c;
  border: solid 1px #da251c;
}
.container .cont-plate2 .plate2-main .main-box .box-button:hover {
  color: #fff;
  background: transparent;
  border: solid 1px #fff;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.container .cont-plate3 .plate3-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate3 .plate3-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-main .main-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #666;
}
.container .cont-plate3 .plate3-main .main-button {
  display: block;
  width: 166px;
  height: 50px;
  margin: 0.35rem auto 0;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  color: #da251c;
  border: solid 1px #da251c;
}
.container .cont-plate3 .plate3-main .main-button:hover {
  color: #fff;
  background: #da251c;
}
.container .cont-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate3 .plate3-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 1.334px);
  height: 2.72rem;
  margin-right: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.24rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.2rem 0;
  background: rgba(218, 37, 28, 0.8);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-box .box-title {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-box .box-text {
  margin-top: 0.2rem;
  font-size: 16px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-box .box-button {
  width: 40px;
  height: 40px;
  margin: 0.3rem auto 0;
  border-radius: 50%;
  border: solid 1px #fff;
  background: url(../images/icon/icon-plate3-arrow.png) no-repeat center center;
  background-size: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .box-item:hover .item-cent {
  opacity: 0;
}
.container .cont-plate3 .plate3-main .main-box .box-item:hover .item-box {
  opacity: 1;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding-bottom: 1.12rem;
}
.container .cont-plate4 .plate4-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate4 .plate4-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate4 .plate4-main .main-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #666;
}
.container .cont-plate4 .plate4-main .main-button {
  display: block;
  width: 166px;
  height: 50px;
  margin: 0.35rem auto 0;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  color: #da251c;
  border: solid 1px #da251c;
}
.container .cont-plate4 .plate4-main .main-button:hover {
  color: #fff;
  background: #da251c;
}
.container .cont-plate4 .plate4-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
  width: 9.28rem;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont .cont-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.9rem 0.55rem 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent .cent-title {
  font-size: 0.3rem;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent .cent-button {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont .cont-cent .cent-button img {
  width: 8px;
  margin: -0.04rem 0 0 0.1rem;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-cont:hover .cont-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide-active .cont-cent {
  opacity: 1 !important;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 42px;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev {
  left: -80px;
}
.container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next {
  right: -80px;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
  background: #f8f8f8;
}
.container .cont-plate5 .plate5-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate5 .plate5-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-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;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.48rem 0.4rem 0.4rem;
  background: #fff;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 18px;
  color: #bbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.2rem;
  font-size: 20px;
  color: #da251c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-button {
  width: 40px;
  height: 40px;
  margin-top: 0.15rem;
  border-radius: 50%;
  border: solid 1px #e6e6e6;
  background: url(../images/icon/icon-plate5-arrow.png) no-repeat center center;
  background-size: 7px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.06);
}
.container .cont-plate5 .plate5-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));
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-time {
  color: #333;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-button {
  border: solid 1px #da251c;
  background: #da251c url(../images/icon/icon-plate5-arrow-active.png) no-repeat center center;
  background-size: 7px;
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
}
.container .cont-plate6 .plate6-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate6 .plate6-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.container .cont-plate6 .plate6-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate6 .plate6-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.68rem;
}
.container .cont-plate6 .plate6-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  border: solid 1px #eee;
  border-bottom: none;
}
.container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont .cont-item {
  width: calc(100% / 5);
  height: 1.68rem;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont .cont-item:nth-child(5n) {
  border-right: none;
}
.container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont .cont-item img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont .cont-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-prev,
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 42px;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-prev img,
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-prev .img2,
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-prev:hover .img1,
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-prev:hover .img2,
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-prev {
  left: -80px;
}
.container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-next {
  right: -80px;
}
.login {
  width: 100%;
  height: auto;
  margin-top: 160px;
  padding: 0.64rem 0;
  background: #f8f8f8;
}
.login .login-main {
  display: flex;
  justify-content: flex-start;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.login .login-main .main-pic {
  width: 7.36rem;
  height: auto;
  overflow: hidden;
}
.login .login-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login .login-main .main-cent {
  width: 6.72rem;
  height: auto;
  padding: 1.05rem 1.12rem;
  background: #fff url(../images/login/bg.png) no-repeat 90% 20px;
  background-size: 2.56rem;
}
.login .login-main .main-cent .cent-title {
  margin-bottom: 0.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.login .login-main .main-cent .cent-item {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.login .login-main .main-cent .cent-item .item-titel {
  font-size: 15px;
  color: #666;
}
.login .login-main .main-cent .cent-item input {
  width: 100%;
  height: 50px;
  margin-top: 0.1rem;
  padding: 0 19px;
  font-size: 15px;
  color: #333;
  border: solid 1px #e5e5e5;
}
.login .login-main .main-cent .cent-item input::placeholder {
  font-size: 15px;
  color: #c6c5c5;
}
.login .login-main .main-cent .cent-link {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 15px;
  color: #666;
}
.login .login-main .main-cent .cent-link:hover {
  color: #da251c;
}
.login .login-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.login .login-main .main-cent .cent-bottom .bottom-button {
  width: 166px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #da251c;
  border: solid 2px #da251c;
}
.login .login-main .main-cent .cent-bottom .bottom-text {
  margin-left: 0.25rem;
  font-size: 15px;
  color: #666;
}
.login .login-main .main-cent .cent-bottom .bottom-text a {
  color: #da251c;
}
.login .login-main .main-cent .cent-bottom .bottom-text a:hover {
  text-decoration: underline;
}
.register {
  width: 100%;
  height: auto;
  margin-top: 160px;
  padding: 0.64rem 0;
  background: #f8f8f8;
}
.register .register-main {
  display: flex;
  justify-content: flex-start;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.register .register-main .main-pic {
  width: 7.36rem;
  height: auto;
  overflow: hidden;
}
.register .register-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.register .register-main .main-cent {
  width: 6.72rem;
  height: auto;
  padding: 1.05rem 1.12rem;
  background: #fff url(../images/login/bg.png) no-repeat 90% 20px;
  background-size: 2.56rem;
}
.register .register-main .main-cent .cent-title {
  margin-bottom: 0.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.register .register-main .main-cent .cent-item {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.register .register-main .main-cent .cent-item .item-titel {
  font-size: 15px;
  color: #666;
}
.register .register-main .main-cent .cent-item .item-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.register .register-main .main-cent .cent-item .item-box input {
  width: 3.3rem;
  margin-top: 0;
}
.register .register-main .main-cent .cent-item .item-box .box-button {
  width: 1.19rem;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #da251c;
  border: solid 1px #e5e5e5;
  border-left: none;
}
.register .register-main .main-cent .cent-item input {
  width: 100%;
  height: 50px;
  margin-top: 0.1rem;
  padding: 0 19px;
  font-size: 15px;
  color: #333;
  border: solid 1px #e5e5e5;
}
.register .register-main .main-cent .cent-item input::placeholder {
  font-size: 15px;
  color: #c6c5c5;
}
.register .register-main .main-cent .cent-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.register .register-main .main-cent .cent-choice input[type="radio"],
.register .register-main .main-cent .cent-choice input[type="checkbox"] {
  display: none;
}
.register .register-main .main-cent .cent-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.register .register-main .main-cent .cent-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  border: solid 1px #dcdcdc;
}
.register .register-main .main-cent .cent-choice .choice-item span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.register .register-main .main-cent .cent-choice .choice-item a {
  color: #da251c;
}
.register .register-main .main-cent .cent-choice .choice-item a:hover {
  text-decoration: underline;
}
.register .register-main .main-cent .cent-choice input:checked + label .choice-item span {
  border: solid 1px #da251c;
  background: #da251c;
}
.register .register-main .main-cent .cent-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.register .register-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.register .register-main .main-cent .cent-bottom .bottom-button {
  width: 166px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #da251c;
  border: solid 2px #da251c;
}
.register .register-main .main-cent .cent-bottom .bottom-text {
  margin-left: 0.25rem;
  font-size: 15px;
  color: #666;
}
.register .register-main .main-cent .cent-bottom .bottom-text a {
  color: #da251c;
}
.register .register-main .main-cent .cent-bottom .bottom-text a:hover {
  text-decoration: underline;
}
.reset {
  width: 100%;
  height: auto;
  margin-top: 160px;
  padding: 0.64rem 0;
  background: #f8f8f8;
}
.reset .reset-main {
  display: flex;
  justify-content: flex-start;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.reset .reset-main .main-pic {
  width: 7.36rem;
  height: auto;
  overflow: hidden;
}
.reset .reset-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reset .reset-main .main-cent {
  width: 6.72rem;
  height: auto;
  padding: 1.05rem 1.12rem;
  background: #fff url(../images/login/bg.png) no-repeat 90% 20px;
  background-size: 2.56rem;
}
.reset .reset-main .main-cent .cent-title {
  margin-bottom: 0.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.reset .reset-main .main-cent .cent-item {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.reset .reset-main .main-cent .cent-item .item-titel {
  font-size: 15px;
  color: #666;
}
.reset .reset-main .main-cent .cent-item .item-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.reset .reset-main .main-cent .cent-item .item-box input {
  width: 3.3rem;
  margin-top: 0;
}
.reset .reset-main .main-cent .cent-item .item-box .box-button {
  width: 1.19rem;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #da251c;
  border: solid 1px #e5e5e5;
  border-left: none;
}
.reset .reset-main .main-cent .cent-item input {
  width: 100%;
  height: 50px;
  margin-top: 0.1rem;
  padding: 0 19px;
  font-size: 15px;
  color: #333;
  border: solid 1px #e5e5e5;
}
.reset .reset-main .main-cent .cent-item input::placeholder {
  font-size: 15px;
  color: #c6c5c5;
}
.reset .reset-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.reset .reset-main .main-cent .cent-bottom .bottom-button {
  width: 166px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #da251c;
  border: solid 2px #da251c;
}
.reset .reset-main .main-cent .cent-bottom .bottom-text {
  margin-left: 0.25rem;
  font-size: 15px;
  color: #666;
}
.reset .reset-main .main-cent .cent-bottom .bottom-text a {
  color: #da251c;
}
.reset .reset-main .main-cent .cent-bottom .bottom-text a:hover {
  text-decoration: underline;
}
.about {
  width: 100%;
  height: auto;
  padding: 1.1rem 0;
}
.about .about-main {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.about .about-main .main-left {
  width: 3.2rem;
  height: auto;
}
.about .about-main .main-left .left-title {
  font-size: 0.3rem;
  color: #333;
}
.about .about-main .main-left .left-subtitle {
  margin-top: 0.3rem;
  font-size: 0.45rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #333;
}
.about .about-main .main-left .left-data {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.about .about-main .main-left .left-data .data-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.about .about-main .main-left .left-data .data-item .item-title {
  font-size: 16px;
  color: #333;
}
.about .about-main .main-left .left-data .data-item .item-title .num1 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  color: #da251c;
}
.about .about-main .main-left .left-data .data-item .item-title em {
  position: relative;
}
.about .about-main .main-left .left-data .data-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.35rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  color: #da251c;
}
.about .about-main .main-left .left-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: 15px;
  color: #666;
}
.about .about-main .main-right {
  width: 8.96rem;
  height: auto;
  font-size: 15px;
  line-height: 36px;
  color: #666;
}
.about .about-main .main-right p {
  font-size: 20px;
  color: #da251c;
}
.about .about-main .main-right img {
  width: 100%;
}
.history {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.1rem;
}
.history .history-main {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-left {
  width: 9.05rem;
  height: auto;
}
.history .history-main .main-left .left-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.history .history-main .main-left .left-title {
  margin-top: 0.05rem;
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.history .history-main .main-left .left-text {
  margin-top: 0.35rem;
  font-size: 15px;
  line-height: 36px;
  color: #666;
}
.history .history-main .main-left .left-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.history .history-main .main-left .left-box .box-list {
  position: relative;
  width: 36px;
  height: auto;
}
.history .history-main .main-left .left-box .box-list img {
  width: 100%;
}
.history .history-main .main-left .left-box .box-list::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #eeeeee;
}
.history .history-main .main-left .left-box .box-cont {
  width: calc(100% - 36px);
  height: auto;
  padding-top: 0.85rem;
}
.history .history-main .main-left .left-box .box-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.7rem;
  padding-left: 0.36rem;
}
.history .history-main .main-left .left-box .box-cont .cont-item .item-year {
  width: 1.2rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  color: #da251c;
}
.history .history-main .main-left .left-box .box-cont .cont-item .item-cent {
  width: calc(100% - 1.2rem);
  height: auto;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
.history .history-main .main-left .left-box .box-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 3px;
  left: -18px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  border: solid 3px #dcdcdc;
  box-sizing: border-box;
  background: #fff;
}
.history .history-main .main-left .left-box .box-cont .cont-item:last-of-type {
  padding-bottom: 0;
}
.history .history-main .main-right {
  position: relative;
  width: 4rem;
  height: auto;
}
.history .history-main .main-right .right-pic {
  width: 100%;
}
.history .history-main .main-right .right-pic img {
  width: 100%;
}
.history .history-main .main-right .right-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.78rem 0 0 0.48rem;
}
.history .history-main .main-right .right-cent img {
  width: 2.1rem;
}
.history .history-main .main-right .right-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
}
.honor .honor-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.honor .honor-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.honor .honor-main .main-top {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  background: url(../images/honor/pic1.jpg) no-repeat top left;
  background-size: cover;
}
.honor .honor-main .main-top .top-cent {
  width: 6.1rem;
  height: auto;
  padding: 0.9rem 0.55rem 1.1rem;
  background: rgba(218, 37, 28, 0.94);
}
.honor .honor-main .main-top .top-cent .cent-title {
  font-size: 0.3rem;
  color: #fff;
}
.honor .honor-main .main-top .top-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
}
.honor .honor-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
}
.honor .honor-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.3134rem);
  height: auto;
  padding: 0.55rem 0.65rem 0.46rem;
  margin-right: 0.47rem;
  margin-bottom: 0.48rem;
  background: #f8f8f8;
  cursor: pointer;
  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:nth-child(3n) {
  margin-right: 0;
}
.honor .honor-main .main-box .box-item .item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  z-index: 9;
  background: #da251c;
  opacity: 0;
  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;
}
.honor .honor-main .main-box .box-item .item-icon img {
  width: 18px;
}
.honor .honor-main .main-box .box-item .item-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.32rem;
  overflow: hidden;
}
.honor .honor-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  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-title {
  margin-top: 0.4rem;
  font-size: 18px;
  text-align: center;
  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:hover {
  background: #fff;
  box-shadow: 0.08rem 0 0.2rem rgba(0, 0, 0, 0.08);
}
.honor .honor-main .main-box .box-item:hover .item-icon {
  opacity: 1;
}
.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 .main-box .box-item:hover .item-title {
  color: #da251c;
}
.honor .honor-main .box-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0 auto;
  font-size: 15px;
  color: #000;
}
.honor .honor-main .box-load img {
  width: 24px;
  margin-right: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .box-load:hover {
  color: #da251c;
}
.honor .honor-main .box-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.honor .pupop-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .pupop-main {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 6.5rem;
  height: 9.5rem;
  padding: 0 0.5rem 0.8rem;
  background: #fff;
  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;
}
.honor .pupop-main .main-title {
  width: 100%;
  height: auto;
  padding-top: 0.48rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #191c22;
}
.honor .pupop-main .main-pic {
  width: 100%;
  height: 100%;
}
.honor .pupop-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.honor .pupop-main .main-hide {
  position: absolute;
  top: 0.48rem;
  right: 0.43rem;
  width: 23px;
  height: auto;
  cursor: pointer;
}
.honor .pupop-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .pupop-main .main-hide:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.culture {
  width: 100%;
  height: auto;
}
.culture .culture-top {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.64rem;
}
.culture .culture-top .top-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.culture .culture-top .top-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.culture .culture-plate1 {
  width: 100%;
  height: auto;
  padding: 1.12rem 0;
  background: #f8f8f8;
}
.culture .culture-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-plate1 .plate1-main .main-pic {
  width: 5.76rem;
  height: auto;
  overflow: hidden;
}
.culture .culture-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-plate1 .plate1-main .main-cent {
  width: 7.2rem;
  height: auto;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-box .box-item {
  width: calc(100% / 4 - 0.24rem);
  height: auto;
  margin-right: 0.32rem;
  margin-top: 0.6rem;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-box .box-item:last-of-type {
  margin-right: 0;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-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;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-box .box-item .item-title {
  margin-top: 0.25rem;
  font-size: 15px;
  text-align: center;
  color: #333;
}
.culture .culture-plate1 .plate1-main .main-cent .cent-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));
}
.culture .culture-plate2 {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding: 1.12rem 0;
}
.culture .culture-plate2 .plate2-cent {
  width: 7.2rem;
  height: auto;
  padding-top: 0.36rem;
}
.culture .culture-plate2 .plate2-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.culture .culture-plate2 .plate2-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.culture .culture-plate2 .plate2-cent .cent-list {
  width: 100%;
  height: auto;
  padding-top: 0.38rem;
  padding-left: 0.24rem;
  margin-top: 0.38rem;
  border-top: solid 1px #eeeeee;
}
.culture .culture-plate2 .plate2-cent .cent-list .list-text {
  position: relative;
  font-size: 15px;
  line-height: 36px;
  color: #666;
}
.culture .culture-plate2 .plate2-cent .cent-list .list-text::after {
  content: '>';
  position: absolute;
  top: 0;
  left: -0.24rem;
  font-family: '黑体';
  font-size: 15px;
  line-height: 36px;
  color: #da251c;
}
.culture .culture-plate2 .plate2-pic {
  width: 5.76rem;
  height: auto;
  overflow: hidden;
}
.culture .culture-plate2 .plate2-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-plate2 .plate2-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/culture/bg.jpg) no-repeat top left;
  background-size: cover;
}
.culture .culture-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-plate3 .plate3-main .main-item {
  width: calc(100% / 3 - 0.3134rem);
  height: auto;
  padding: 0.86rem 0.4rem 0.6rem;
  margin-right: 0.47rem;
  background: #fff url(../images/culture/bg2.png) no-repeat center center;
  background-size: 3.6rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-plate3 .plate3-main .main-item:last-of-type {
  margin-right: 0;
}
.culture .culture-plate3 .plate3-main .main-item .item-icon {
  position: relative;
  width: 0.56rem;
  height: 0.53rem;
  margin: 0 auto;
}
.culture .culture-plate3 .plate3-main .main-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-plate3 .plate3-main .main-item .item-icon .img2 {
  opacity: 0;
}
.culture .culture-plate3 .plate3-main .main-item .item-title {
  margin-top: 0.35rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-plate3 .plate3-main .main-item .item-text {
  margin-top: 0.36rem;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-plate3 .plate3-main .main-item:hover {
  background: #da251c url(../images/culture/bg2.png) no-repeat center center;
  background-size: 3.6rem;
}
.culture .culture-plate3 .plate3-main .main-item:hover .item-icon .img1 {
  opacity: 0;
}
.culture .culture-plate3 .plate3-main .main-item:hover .item-icon .img2 {
  opacity: 1;
}
.culture .culture-plate3 .plate3-main .main-item:hover .item-title,
.culture .culture-plate3 .plate3-main .main-item:hover .item-text {
  color: #fff;
}
.news {
  width: 100%;
  height: auto;
}
.news .news-top {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.8rem;
}
.news .news-top .top-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.news .news-top .top-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.news .news-top .top-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.news .news-top .top-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.news .news-top .top-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding-right: 0.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.95rem;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 18px;
  color: #bbb;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #da251c;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-top .top-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-top .top-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.32rem;
  width: 120px;
  height: auto;
}
.news .news-top .top-swiper .swiper-button .top-swiper-button-prev,
.news .news-top .top-swiper .swiper-button .top-swiper-button-next {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px #e8e8e8;
  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;
}
.news .news-top .top-swiper .swiper-button .top-swiper-button-prev img,
.news .news-top .top-swiper .swiper-button .top-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  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;
}
.news .news-top .top-swiper .swiper-button .top-swiper-button-prev .img2,
.news .news-top .top-swiper .swiper-button .top-swiper-button-next .img2 {
  opacity: 0;
}
.news .news-top .top-swiper .swiper-button .top-swiper-button-prev:hover,
.news .news-top .top-swiper .swiper-button .top-swiper-button-next:hover {
  border: solid 1px #da251c;
  background: #da251c;
}
.news .news-top .top-swiper .swiper-button .top-swiper-button-prev:hover .img1,
.news .news-top .top-swiper .swiper-button .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.news .news-top .top-swiper .swiper-button .top-swiper-button-prev:hover .img2,
.news .news-top .top-swiper .swiper-button .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.news .news-cont {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.12rem;
  background: #f8f8f8;
}
.news .news-cont .cont-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.news .news-cont .cont-main .main-item {
  width: calc(100% / 3 - 0.3134rem);
  height: auto;
  margin-right: 0.47rem;
  margin-bottom: 0.48rem;
  background: #fff;
}
.news .news-cont .cont-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-cont .cont-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .news-cont .cont-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.4rem 0.4rem;
}
.news .news-cont .cont-main .main-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 18px;
  color: #bbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-main .main-item .item-cent .cent-title {
  margin-top: 0.25rem;
  font-size: 20px;
  color: #da251c;
  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-cont .cont-main .main-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-main .main-item .item-cent .cent-button {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0.2rem;
  border-radius: 50%;
  border: solid 1px #e6e6e6;
}
.news .news-cont .cont-main .main-item .item-cent .cent-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  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;
}
.news .news-cont .cont-main .main-item .item-cent .cent-button .img2 {
  opacity: 0;
}
.news .news-cont .cont-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-cont .cont-main .main-item:hover .item-cent .cent-time {
  color: #333;
}
.news .news-cont .cont-main .main-item:hover .item-cent .cent-button {
  border: solid 1px #da251c;
  background: #da251c;
}
.news .news-cont .cont-main .main-item:hover .item-cent .cent-button .img1 {
  opacity: 0;
}
.news .news-cont .cont-main .main-item:hover .item-cent .cent-button .img2 {
  opacity: 1;
}
.news .news-cont .cont-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0 auto;
  font-size: 15px;
  color: #000;
}
.news .news-cont .cont-load img {
  width: 24px;
  margin-right: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-load:hover {
  color: #da251c;
}
.news .news-cont .cont-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.newsDetails {
  width: 100%;
  height: auto;
  margin-top: 160px;
}
.newsDetails .newsDetails-top {
  width: 100%;
  height: auto;
  padding: 0.34rem 0 0.46rem;
  background: #f8f8f8;
}
.newsDetails .newsDetails-top .top-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-top .top-main .main-location {
  display: flex;
  justify-content: flex-start;
  width: auto;
  text-align: right;
  z-index: 9;
}
.newsDetails .newsDetails-top .top-main .main-location .location-icon1 {
  display: flex;
  align-items: center;
  width: 10px;
  margin-right: 10px;
}
.newsDetails .newsDetails-top .top-main .main-location .location-icon1 img {
  margin-top: -0.04rem;
}
.newsDetails .newsDetails-top .top-main .main-location .location-icon1 a {
  transition: none;
  -webkit-transition: none;
}
.newsDetails .newsDetails-top .top-main .main-location .location-text {
  width: auto;
  font-size: 14px;
}
.newsDetails .newsDetails-top .top-main .main-location .location-text a {
  color: #999;
}
.newsDetails .newsDetails-top .top-main .main-location .location-text a:hover {
  color: #da251c;
  text-decoration: underline;
}
.newsDetails .newsDetails-top .top-main .main-location .location-text img {
  width: 5px;
  margin: -0.04rem 0.12rem 0;
}
.newsDetails .newsDetails-top .top-main .main-location .location-text span {
  color: #333;
}
.newsDetails .newsDetails-top .top-main .mian-title {
  margin-top: 0.55rem;
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.newsDetails .newsDetails-top .top-main .main-text {
  margin-top: 0.2rem;
  font-size: 15px;
  color: #666;
}
.newsDetails .newsDetails-top .top-main .main-text span {
  margin-right: 0.25rem;
}
.newsDetails .newsDetails-main {
  display: flex;
  justify-content: flex-start;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-cent {
  width: 9.85rem;
  height: auto;
  padding: 0.8rem 0.56rem 1.12rem 0;
  border-right: solid 1px #eeeeee;
}
.newsDetails .newsDetails-main .main-cent .cent-box {
  width: 100%;
  font-size: 15px;
  line-height: 36px;
  color: #666;
}
.newsDetails .newsDetails-main .main-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.newsDetails .newsDetails-main .main-cent .cent-bottom .bottom-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  height: auto;
}
.newsDetails .newsDetails-main .main-cent .cent-bottom .bottom-button .button-icon {
  position: relative;
  width: 16px;
  height: auto;
}
.newsDetails .newsDetails-main .main-cent .cent-bottom .bottom-button .button-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cent .cent-bottom .bottom-button .button-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cent .cent-bottom .bottom-button:hover .button-title {
  color: #da251c;
}
.newsDetails .newsDetails-main .main-list {
  width: 4.23rem;
  height: auto;
  padding-top: 0.8rem;
  padding-left: 0.46rem;
}
.newsDetails .newsDetails-main .main-list .list-title {
  font-size: 0.3rem;
  color: #000;
}
.newsDetails .newsDetails-main .main-list .list-lump {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.newsDetails .newsDetails-main .main-list .list-lump .lump-pic {
  width: 1.56rem;
  height: auto;
  overflow: hidden;
}
.newsDetails .newsDetails-main .main-list .list-lump .lump-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-list .list-lump .lump-cent {
  width: calc(100% - 1.56rem);
  height: auto;
  padding-left: 0.2rem;
}
.newsDetails .newsDetails-main .main-list .list-lump .lump-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 18px;
  color: #bbb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-list .list-lump .lump-cent .cent-title {
  margin-top: 0.12rem;
  font-size: 16px;
  line-height: 30px;
  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;
}
.newsDetails .newsDetails-main .main-list .list-lump:hover .lump-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));
}
.newsDetails .newsDetails-main .main-list .list-lump:hover .lump-cent .cent-time {
  color: #333;
}
.newsDetails .newsDetails-main .main-list .list-lump:hover .lump-cent .cent-title {
  color: #da251c;
}
.hotel {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
}
.hotel .hotel-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.hotel .hotel-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.hotel .hotel-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.hotel .hotel-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.hotel .hotel-main .main-cont .cont-list {
  width: 2.56rem;
  height: auto;
}
.hotel .hotel-main .main-cont .cont-list .list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 0.24rem;
  font-size: 16px;
  color: #000;
}
.hotel .hotel-main .main-cont .cont-list .list-link span {
  position: relative;
  width: 6px;
  height: 10px;
  background: url(../images/icon/icon-hotel-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hotel .hotel-main .main-cont .cont-list .list-link:hover {
  color: #fff;
  background: #da251c;
}
.hotel .hotel-main .main-cont .cont-list .list-link:hover span {
  background: url(../images/icon/icon-hotel-arrow-active.png) no-repeat center center;
  background-size: 100%;
}
.hotel .hotel-main .main-cont .cont-list .list-link-active {
  color: #fff;
  background: #da251c;
}
.hotel .hotel-main .main-cont .cont-list .list-link-active span {
  background: url(../images/icon/icon-hotel-arrow-active.png) no-repeat center center;
  background-size: 100%;
}
.hotel .hotel-main .main-cont .cont-box {
  width: 11.04rem;
  height: auto;
}
.hotel .hotel-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item {
  width: calc(100% / 3 - 0.24rem);
  height: auto;
  margin-right: 0.36rem;
  margin-bottom: 0.4rem;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item:nth-child(3n) {
  margin-right: 0;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item .item-pic {
  position: relative;
  width: 100%;
  height: 2.32rem;
  background: #d3d4d6;
  overflow: hidden;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  background: #da251c url(../images/icon/icon-hotel-jia.png) no-repeat center center;
  background-size: 17px;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item .item-title {
  margin-top: 0.2rem;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-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));
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item:hover .item-pic::after {
  opacity: 1;
}
.hotel .hotel-main .main-cont .cont-box .box-lump .lump-item:hover .item-title {
  color: #da251c;
}
.hotel .hotel-main .main-cont .cont-box .box-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0.5rem auto 0;
  font-size: 15px;
  color: #000;
}
.hotel .hotel-main .main-cont .cont-box .box-load img {
  width: 24px;
  margin-right: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hotel .hotel-main .main-cont .cont-box .box-load:hover {
  color: #da251c;
}
.hotel .hotel-main .main-cont .cont-box .box-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.hotelDetails {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -3.2rem;
  padding-bottom: 1rem;
  z-index: 9;
}
.hotelDetails .hotelDetails-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.hotelDetails .hotelDetails-main .main-location {
  display: flex;
  justify-content: flex-start;
  width: auto;
  text-align: right;
  z-index: 9;
}
.hotelDetails .hotelDetails-main .main-location .location-icon1 {
  display: flex;
  align-items: center;
  width: 10px;
  margin-right: 10px;
}
.hotelDetails .hotelDetails-main .main-location .location-icon1 img {
  margin-top: -0.04rem;
}
.hotelDetails .hotelDetails-main .main-location .location-icon1 a {
  transition: none;
  -webkit-transition: none;
}
.hotelDetails .hotelDetails-main .main-location .location-text {
  width: auto;
  font-size: 14px;
}
.hotelDetails .hotelDetails-main .main-location .location-text a {
  color: #999;
}
.hotelDetails .hotelDetails-main .main-location .location-text a:hover {
  color: #fff;
  text-decoration: underline;
}
.hotelDetails .hotelDetails-main .main-location .location-text img {
  width: 5px;
  margin: -0.04rem 0.12rem 0;
}
.hotelDetails .hotelDetails-main .main-location .location-text span {
  color: #fff;
}
.hotelDetails .hotelDetails-main .main-title {
  margin-top: 0.85rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.hotelDetails .hotelDetails-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.hotelDetails .hotelDetails-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hotelDetails .hotelDetails-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.hotelDetails .hotelDetails-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 8rem;
  background: #d3d4d6;
  overflow: hidden;
}
.hotelDetails .hotelDetails-main .main-box .box-swiper .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hotelDetails .hotelDetails-main .main-box .box-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-prev,
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 42px;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-prev img,
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-prev .img2,
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-next .img2 {
  opacity: 0;
}
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-prev:hover .img1,
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-next:hover .img1 {
  opacity: 0;
}
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-prev:hover .img2,
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-next:hover .img2 {
  opacity: 1;
}
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-prev {
  left: -80px;
}
.hotelDetails .hotelDetails-main .main-box .hotelDetails-swiper-button-next {
  right: -80px;
}
.hotelDetails .hotelDetails-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left {
  width: 3.5rem;
  height: auto;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left .left-title {
  font-size: 0.3rem;
  color: #000;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left .left-text {
  margin-top: 0.35rem;
  font-size: 15px;
  line-height: 48px;
  color: #000;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left .left-text span {
  font-weight: bold;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left .left-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 50px;
  margin-top: 0.4rem;
  font-size: 15px;
  color: #fff;
  background: #da251c;
  border: solid 2px #da251c;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left .left-button span {
  position: relative;
  width: 16px;
  height: 14px;
  margin-right: 0.15rem;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left .left-button span 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;
}
.hotelDetails .hotelDetails-main .main-cont .cont-left .left-button span .img2 {
  opacity: 0;
}
.hotelDetails .hotelDetails-main .main-cont .cont-cent {
  width: 9.3rem;
  height: auto;
  font-size: 15px;
  line-height: 36px;
  color: #666;
}
.app {
  width: 100%;
  height: auto;
}
.app .app-top {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.app .app-top .top-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0.2rem 0 0.1rem;
  border-bottom: solid 1px #e9ebf0;
}
.app .app-top .top-list:last-of-type {
  padding: 0.2rem 0 0;
}
.app .app-top .top-list:last-of-type .list-mian {
  justify-content: space-between;
}
.app .app-top .top-list .list-title {
  width: 128px;
  height: auto;
  padding-right: 0.3rem;
  font-size: 18px;
  text-align: right;
  line-height: 32px;
  color: #191c22;
}
.app .app-top .top-list .list-mian {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 128px);
  height: auto;
}
.app .app-top .top-list .list-mian .main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding: 0 0.38rem;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.app .app-top .top-list .list-mian .main-item span {
  position: relative;
  width: 11px;
  height: 6px;
  margin-left: 0.1rem;
}
.app .app-top .top-list .list-mian .main-item span 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;
}
.app .app-top .top-list .list-mian .main-item span .img2 {
  opacity: 0;
}
.app .app-top .top-list .list-mian .main-item:hover {
  color: #fff;
  background: #da251c;
}
.app .app-top .top-list .list-mian .main-item:hover span .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.app .app-top .top-list .list-mian .main-item:hover span .img2 {
  opacity: 1;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.app .app-top .top-list .list-mian .main-item-active {
  color: #fff;
  background: #da251c;
}
.app .app-top .top-list .list-mian .main-item-active span .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.app .app-top .top-list .list-mian .main-item-active span .img2 {
  opacity: 1;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.app .app-top .top-list .list-mian .main-left {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: 32px;
  margin-bottom: 0.2rem;
}
.app .app-top .top-list .list-mian .main-lump {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 32px;
  margin-right: 0.4rem;
  font-size: 16px;
  color: #000;
}
.app .app-top .top-list .list-mian .main-lump .box-select {
  position: relative;
  width: 1.44rem;
  height: 32px;
  margin-left: 0.1rem;
  border: solid 1px #e9ebf0;
}
.app .app-top .top-list .list-mian .main-lump .box-select:last-child {
  margin-bottom: 0;
}
.app .app-top .top-list .list-mian .main-lump .box-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 11px;
  height: 6px;
  background: url(../images/icon/icon-app-list-arrow.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.app .app-top .top-list .list-mian .main-lump .box-select select {
  width: 100%;
  height: 100%;
  padding-left: 0.18rem;
  font-size: 15px;
  color: #000;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.app .app-top .top-list .list-mian .main-lump .box-select select option:first-of-type {
  display: none;
}
.app .app-top .top-list .list-mian .main-lump input {
  width: 0.8rem;
  height: 32px;
  padding: 0 0.1rem;
  margin: 0 0.1rem;
  font-size: 15px;
  color: #000;
  border: solid 1px #e9ebf0;
}
.app .app-top .top-list .list-mian .main-button {
  width: 1.12rem;
  height: 32px;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #da251c;
}
.app .app-top .top-list .list-mian .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 32px;
  margin-bottom: 0.2rem;
}
.app .app-top .top-list .list-mian .main-right p {
  margin-right: 0.4rem;
  font-size: 16px;
  color: #333;
}
.app .app-top .top-cent {
  position: relative;
  width: 100%;
  height: auto;
}
.app .app-top .top-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.4rem 0.1rem;
  border: solid 1px #e9ebf0;
  border-top: none;
  background: #f8f8f8;
  opacity: 0;
  visibility: hidden;
}
.app .app-top .top-cent .cent-box .box-item {
  width: auto;
  height: auto;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.app .app-top .top-cent .cent-box .box-item:hover {
  color: #da251c;
}
.app .app-top .top-cent .cent-box .box-item-active {
  color: #da251c;
}
.app .app-top .top-cent .cent-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;
}
.app .app-main {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.95rem;
  background: #f8f8f8;
}
.app .app-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.app .app-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.3134rem);
  height: 5.02rem;
  margin-right: 0.47rem;
  margin-bottom: 0.47rem;
  padding: 0.2rem;
  background: #fff;
  overflow: hidden;
}
.app .app-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.app .app-main .main-cont .cont-item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.app .app-main .main-cont .cont-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.app .app-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0.5rem auto 0;
  font-size: 15px;
  color: #000;
}
.app .app-main .main-load img {
  width: 24px;
  margin-right: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.app .app-main .main-load:hover {
  color: #da251c;
}
.app .app-main .main-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.app .app-web-list,
.app .app-show {
  display: none;
}
.appDetails {
  width: 100%;
  height: auto;
  margin-top: 160px;
}
.appDetails .appDetails-top {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0.3rem;
  background: #f8f8f8;
}
.appDetails .appDetails-top .top-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.appDetails .appDetails-top .top-main .main-location {
  display: flex;
  justify-content: flex-start;
  width: auto;
  text-align: right;
  z-index: 9;
}
.appDetails .appDetails-top .top-main .main-location .location-icon1 {
  display: flex;
  align-items: center;
  width: 10px;
  margin-right: 10px;
}
.appDetails .appDetails-top .top-main .main-location .location-icon1 img {
  margin-top: -0.04rem;
}
.appDetails .appDetails-top .top-main .main-location .location-icon1 a {
  transition: none;
  -webkit-transition: none;
}
.appDetails .appDetails-top .top-main .main-location .location-text {
  width: auto;
  font-size: 14px;
}
.appDetails .appDetails-top .top-main .main-location .location-text a {
  color: #999;
}
.appDetails .appDetails-top .top-main .main-location .location-text a:hover {
  color: #da251c;
  text-decoration: underline;
}
.appDetails .appDetails-top .top-main .main-location .location-text img {
  width: 5px;
  margin: -0.04rem 0.12rem 0;
}
.appDetails .appDetails-top .top-main .main-location .location-text span {
  color: #333;
}
.appDetails .appDetails-main {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.appDetails .appDetails-main .main-pic {
  width: 6.48rem;
  height: auto;
  overflow: hidden;
}
.appDetails .appDetails-main .main-pic img {
  width: 100%;
}
.appDetails .appDetails-main .main-cont {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 8.6rem;
  width: 6.9rem;
  height: auto;
  padding-right: 0.4rem;
  overflow: auto;
}
.appDetails .appDetails-main .main-cont::-webkit-scrollbar {
  width: 4px;
}
.appDetails .appDetails-main .main-cont::-webkit-scrollbar-thumb {
  background: #da251c;
}
.appDetails .appDetails-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.24rem);
  height: auto;
  margin-right: 0.36rem;
  margin-bottom: 0.36rem;
  border: solid 1px #eeeeee;
  cursor: pointer;
}
.appDetails .appDetails-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.appDetails .appDetails-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 1.92rem;
  overflow: hidden;
}
.appDetails .appDetails-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.appDetails .appDetails-main .main-cont .cont-item .item-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 0.2rem;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.appDetails .appDetails-main .main-cont .cont-item .item-cent .cent-title {
  width: calc(100% - 15px);
  height: auto;
  font-size: 15px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.appDetails .appDetails-main .main-cont .cont-item .item-cent span {
  width: 12px;
  height: 12px;
  background: url(../images/icon/icon-app-d-jia.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.appDetails .appDetails-main .main-cont .cont-item:hover .item-cent {
  background: #da251c;
}
.appDetails .appDetails-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.appDetails .appDetails-main .main-cont .cont-item:hover .item-cent span {
  background: url(../images/icon/icon-app-d-jia-active.png) no-repeat center center;
  background-size: 100%;
}
.appDetails .appDetails-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 59;
}
.appDetails .appDetails-pupop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1168px;
  height: 680px;
  margin: -340px 0 0 -584px;
  padding: 0 5px;
  background: #f8f8f8;
  z-index: 99;
}
.appDetails .appDetails-pupop .pupop-title {
  width: 100%;
  height: auto;
  padding-top: 0.48rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #191c22;
}
.appDetails .appDetails-pupop .pupop-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 568px;
  padding: 0 80px;
  margin-top: 35px;
  overflow: auto;
}
.appDetails .appDetails-pupop .pupop-main::-webkit-scrollbar {
  width: 7px;
}
.appDetails .appDetails-pupop .pupop-main::-webkit-scrollbar-thumb {
  background: #da251c;
}
.appDetails .appDetails-pupop .pupop-main .main-item {
  width: calc(100% / 6 - 30px);
  height: auto;
  margin-right: 36px;
  margin-bottom: 36px;
  cursor: pointer;
}
.appDetails .appDetails-pupop .pupop-main .main-item:nth-child(6n) {
  margin-right: 0;
}
.appDetails .appDetails-pupop .pupop-main .main-item .item-pic {
  width: 100%;
  height: 136px;
  border: solid 1px #eeeeee;
  background: #fff;
  overflow: hidden;
}
.appDetails .appDetails-pupop .pupop-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.appDetails .appDetails-pupop .pupop-main .main-item .item-title {
  margin-top: 0.15rem;
  font-size: 18px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.appDetails .appDetails-pupop .pupop-main .main-item:hover .item-title {
  color: #da251c;
}
.appDetails .appDetails-pupop .pupop-hide {
  position: absolute;
  top: 0.48rem;
  right: 0.43rem;
  width: 23px;
  height: auto;
  cursor: pointer;
}
.appDetails .appDetails-pupop .pupop-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.appDetails .appDetails-pupop .pupop-hide:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.plan {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
}
.plan .plan-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.plan .plan-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.plan .plan-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.plan .plan-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.plan .plan-main .main-cont .cont-list {
  width: 2.56rem;
  height: auto;
}
.plan .plan-main .main-cont .cont-list .list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 0.24rem;
  font-size: 16px;
  color: #000;
}
.plan .plan-main .main-cont .cont-list .list-link span {
  position: relative;
  width: 6px;
  height: 10px;
  background: url(../images/icon/icon-hotel-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.plan .plan-main .main-cont .cont-list .list-link:hover {
  color: #fff;
  background: #da251c;
}
.plan .plan-main .main-cont .cont-list .list-link:hover span {
  background: url(../images/icon/icon-hotel-arrow-active.png) no-repeat center center;
  background-size: 100%;
}
.plan .plan-main .main-cont .cont-list .list-link-active {
  color: #fff;
  background: #da251c;
}
.plan .plan-main .main-cont .cont-list .list-link-active span {
  background: url(../images/icon/icon-hotel-arrow-active.png) no-repeat center center;
  background-size: 100%;
}
.plan .plan-main .main-cont .cont-box {
  width: 11.04rem;
  height: auto;
}
.plan .plan-main .main-cont .cont-box .box-cent {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.plan .plan-main .main-cont .cont-box .box-cent .cent-top {
  width: 100%;
  height: auto;
}
.plan .plan-main .main-cont .cont-box .box-cent .cent-top img {
  width: 100%;
}
.plan .plan-main .main-cont .cont-box .box-cent .cent-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.plan .plan-main .main-cont .cont-box .box-cent .cent-bottom img {
  width: 100%;
}
.plan .plan-main .main-cont .cont-box .box-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 206px;
  height: 50px;
  margin: 0.3rem auto 0;
  font-size: 15px;
  color: #fff;
  background: #da251c;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.plan .plan-main .main-cont .cont-box .box-button img {
  width: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.plan .plan-main .main-cont .cont-box .box-button:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.plan .plan-main .main-cont .cont-box .box-button-active img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.112rem;
}
.product .product-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.product .product-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.product .product-main .main-cont .cont-list {
  width: 2.56rem;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-top {
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-list .list-top .top-item {
  width: 100%;
  height: auto;
}
.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: 56px;
  padding: 0 0.25rem;
  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: 16px;
  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: 6px;
  height: 10px;
}
.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;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top:hover {
  background: #da251c;
  overflow: hidden;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top:hover .top-title {
  color: #fff;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top:hover .top-icon .img1 {
  opacity: 0;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top:hover .top-icon .img2 {
  opacity: 1;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top-active {
  padding: 0.25rem;
  background: #da251c;
  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(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-top-active .top-icon .img2 {
  opacity: 1;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
}
.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: auto;
  padding: 0.12rem 0.25rem;
  font-size: 15px;
  color: #666;
}
.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:hover {
  color: #da251c;
}
.product .product-main .main-cont .cont-list .list-top .top-item .item-subnav .subnav-link-active {
  color: #da251c;
}
.product .product-main .main-cont .cont-list .list-title {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: 15px;
  color: #666;
}
.product .product-main .main-cont .cont-list .list-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.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: 56px;
  padding: 0 0.25rem;
  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: 16px;
  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: 6px;
  height: 10px;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-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-bottom .bottom-item .item-top .top-icon .img2 {
  opacity: 0;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top:hover {
  background: #da251c;
  overflow: hidden;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top:hover .top-title {
  color: #fff;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top:hover .top-icon .img1 {
  opacity: 0;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top:hover .top-icon .img2 {
  opacity: 1;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top-active {
  padding: 0.25rem;
  background: #da251c;
  overflow: hidden;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top-active .top-title {
  color: #fff;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top-active .top-icon .img1 {
  opacity: 0;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-top-active .top-icon .img2 {
  opacity: 1;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0 0.25rem;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  font-size: 16px;
  color: #222;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent .cent-link:last-of-type {
  margin-bottom: 0;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent .cent-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-cent .cent-link .link-choice input[type="radio"],
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent .cent-link .link-choice input[type="checkbox"] {
  display: none;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent .cent-link .link-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent .cent-link .link-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.12rem;
  border: solid 1px #000;
}
.product .product-main .main-cont .cont-list .list-bottom .bottom-item .item-cent .cent-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-cent .cent-link .link-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.product .product-main .main-cont .cont-cent {
  width: 11.04rem;
  height: auto;
}
.product .product-main .main-cont .cont-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-cent .cent-box .box-item {
  position: relative;
  width: calc(100% / 4 - 0.24rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
  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-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.product .product-main .main-cont .cont-cent .cent-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-main .main-cont .cont-cent .cent-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  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-box .box-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/icon/icon-product-pic.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  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;
}
.product .product-main .main-cont .cont-cent .cent-box .box-item .item-title {
  margin-top: 0.2rem;
  padding-bottom: 0.22rem;
  font-size: 16px;
  text-align: center;
  color: #000;
  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-box .box-item:hover {
  box-shadow: 0.08rem 0 0.2rem rgba(0, 0, 0, 0.08);
}
.product .product-main .main-cont .cont-cent .cent-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-cent .cent-box .box-item:hover .item-pic::after {
  opacity: 1;
}
.product .product-main .main-cont .cont-cent .cent-box .box-item:hover .item-title {
  color: #da251c;
}
.product .product-main .main-cont .cont-cent .cont-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0.3rem auto 0;
  font-size: 15px;
  color: #000;
}
.product .product-main .main-cont .cont-cent .cont-load img {
  width: 24px;
  margin-right: 0.18rem;
  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 .cont-load:hover {
  color: #da251c;
}
.product .product-main .main-cont .cont-cent .cont-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.product .product-show {
  display: none;
}
.product .product-list {
  display: none;
}
.productDetails {
  width: 100%;
  height: auto;
  margin-top: 160px;
}
.productDetails .productDetails-top {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0.3rem;
  background: #f8f8f8;
}
.productDetails .productDetails-top .top-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-top .top-main .main-location {
  display: flex;
  justify-content: flex-start;
  width: auto;
  text-align: right;
  z-index: 9;
}
.productDetails .productDetails-top .top-main .main-location .location-icon1 {
  display: flex;
  align-items: center;
  width: 10px;
  margin-right: 10px;
}
.productDetails .productDetails-top .top-main .main-location .location-icon1 img {
  margin-top: -0.04rem;
}
.productDetails .productDetails-top .top-main .main-location .location-icon1 a {
  transition: none;
  -webkit-transition: none;
}
.productDetails .productDetails-top .top-main .main-location .location-text {
  width: auto;
  font-size: 14px;
}
.productDetails .productDetails-top .top-main .main-location .location-text a {
  color: #999;
}
.productDetails .productDetails-top .top-main .main-location .location-text a:hover {
  color: #da251c;
  text-decoration: underline;
}
.productDetails .productDetails-top .top-main .main-location .location-text img {
  width: 5px;
  margin: -0.04rem 0.12rem 0;
}
.productDetails .productDetails-top .top-main .main-location .location-text span {
  color: #333;
}
.productDetails .productDetails-main {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.12rem;
}
.productDetails .productDetails-main .main-left {
  width: 6.48rem;
  height: auto;
}
.productDetails .productDetails-main .main-left .left-pic {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.48rem;
  border: solid 1px #eee;
  overflow: hidden;
}
.productDetails .productDetails-main .main-left .left-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-left .left-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));
}
.productDetails .productDetails-main .main-left .left-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.5rem;
  margin-top: 0.15rem;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 4 - 18px);
  height: auto;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 1.18rem;
  border: solid 1px #eee;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper .swiper-slide .slide-box:hover {
  border: solid 1px #da251c;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper .swiper-slide .slide-box-active {
  border: solid 1px #da251c;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-prev,
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 42px;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-prev img,
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-prev .img2,
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-prev:hover .img1,
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-prev:hover .img2,
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-prev {
  left: 0;
}
.productDetails .productDetails-main .main-left .left-bottom .bottom-swiper-button-next {
  right: 0;
}
.productDetails .productDetails-main .main-right {
  width: 6.5rem;
  height: auto;
}
.productDetails .productDetails-main .main-right .right-title {
  padding: 0.4rem 0;
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #eee;
}
.productDetails .productDetails-main .main-right .right-cent {
  width: 100%;
  height: auto;
  padding: 0.36rem 0;
  font-size: 15px;
  line-height: 48px;
  border-bottom: solid 1px #eee;
}
.productDetails .productDetails-main .main-right .rigjt-sizing {
  width: 100%;
  height: auto;
  padding-top: 0.35rem;
}
.productDetails .productDetails-main .main-right .rigjt-sizing .sizing-title {
  font-size: 20px;
  color: #000;
}
.productDetails .productDetails-main .main-right .rigjt-sizing .sizing-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.productDetails .productDetails-main .main-right .rigjt-sizing .sizing-box .box-item {
  width: 80px;
  height: auto;
  margin-right: 0.3rem;
}
.productDetails .productDetails-main .main-right .rigjt-sizing .sizing-box .box-item img {
  width: 100%;
}
.productDetails .productDetails-main .main-right .rigjt-sizing .sizing-box .box-item .itme-title {
  margin-top: 0.1rem;
  font-size: 15px;
  text-align: center;
  color: #da251c;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-right .rigjt-sizing .sizing-box .box-item:hover .itme-title {
  opacity: 1;
}
.productDetails .productDetails-main .main-right .right-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.46rem;
}
.productDetails .productDetails-main .main-right .right-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.76rem;
  height: 50px;
  margin-right: 0.3rem;
  font-size: 15px;
  color: #fff;
  background: #da251c;
  border: solid 1px #da251c;
}
.productDetails .productDetails-main .main-right .right-bottom .bottom-button span {
  position: relative;
  width: 27px;
  height: 24px;
  margin-right: 0.1rem;
}
.productDetails .productDetails-main .main-right .right-bottom .bottom-button span img {
  position: absolute;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-right .right-bottom .bottom-button span .img1 {
  opacity: 0;
}
.productDetails .productDetails-main .main-right .right-bottom .bottom-button:hover {
  color: #da251c;
  background: transparent;
}
.productDetails .productDetails-main .main-right .right-bottom .bottom-button:hover span .img1 {
  opacity: 1;
}
.productDetails .productDetails-main .main-right .right-bottom .bottom-button:hover span .img2 {
  opacity: 0;
}
.productDetails .productDetails-bottom {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  background: #f8f8f8;
}
.productDetails .productDetails-bottom .bottom-cont {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-bottom .bottom-cont .cont-title {
  font-size: 0.3rem;
  color: #000;
}
.productDetails .productDetails-bottom .bottom-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.38rem;
}
.productDetails .productDetails-bottom .bottom-cont .cont-box .box-item {
  width: calc(100% / 5 - 0.256rem);
  height: auto;
  margin-right: 0.32rem;
  background: #fff;
  border: solid 1px #eee;
}
.productDetails .productDetails-bottom .bottom-cont .cont-box .box-item:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-bottom .bottom-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-bottom .bottom-cont .cont-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;
}
.productDetails .productDetails-bottom .bottom-cont .cont-box .box-item .item-title {
  padding-bottom: 0.2rem;
  margin-top: 0.1rem;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.atlas {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
}
.atlas .atlas-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.atlas .atlas-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.atlas .atlas-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.atlas .atlas-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.atlas .atlas-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.6rem;
}
.atlas .atlas-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.atlas .atlas-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.88rem;
  background: #d3d4d6;
  overflow: hidden;
}
.atlas .atlas-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;
}
.atlas .atlas-main .main-box .box-item .item-title {
  width: 100%;
  height: 0.8rem;
  margin-bottom: 0.2rem;
  font-size: 18px;
  line-height: 0.8rem;
  color: #000;
  border-bottom: solid 1px #eee;
  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;
}
.atlas .atlas-main .main-box .box-item .item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  color: #da251c;
}
.atlas .atlas-main .main-box .box-item .item-link img {
  width: 6px;
  margin-right: 0.1rem;
}
.atlas .atlas-main .main-box .box-item .item-link:hover {
  text-decoration: underline;
}
.atlas .atlas-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));
}
.atlas .atlas-main .main-box .box-item:hover .item-title {
  color: #da251c;
}
.atlas .atlas-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0 auto;
  font-size: 15px;
  color: #000;
}
.atlas .atlas-main .main-load img {
  width: 24px;
  margin-right: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.atlas .atlas-main .main-load:hover {
  color: #da251c;
}
.atlas .atlas-main .main-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.video {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.12rem;
}
.video .video-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.video .video-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.video .video-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.video .video-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.video .video-main .main-cont .cont-list {
  width: 2.56rem;
  height: auto;
}
.video .video-main .main-cont .cont-list .list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 0.24rem;
  font-size: 16px;
  color: #000;
}
.video .video-main .main-cont .cont-list .list-link span {
  position: relative;
  width: 6px;
  height: 10px;
  background: url(../images/icon/icon-hotel-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-list .list-link:hover {
  color: #fff;
  background: #da251c;
}
.video .video-main .main-cont .cont-list .list-link:hover span {
  background: url(../images/icon/icon-hotel-arrow-active.png) no-repeat center center;
  background-size: 100%;
}
.video .video-main .main-cont .cont-list .list-link-active {
  color: #fff;
  background: #da251c;
}
.video .video-main .main-cont .cont-list .list-link-active span {
  background: url(../images/icon/icon-hotel-arrow-active.png) no-repeat center center;
  background-size: 100%;
}
.video .video-main .main-cont .cont-box {
  width: 11.04rem;
  height: auto;
}
.video .video-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.video .video-main .main-cont .cont-box .box-lump .lump-item {
  width: calc(100% / 3 - 0.24rem);
  height: auto;
  margin-right: 0.36rem;
  margin-bottom: 0.4rem;
}
.video .video-main .main-cont .cont-box .box-lump .lump-item:nth-child(3n) {
  margin-right: 0;
}
.video .video-main .main-cont .cont-box .box-lump .lump-item .item-pic {
  position: relative;
  width: 100%;
  height: 2.32rem;
  background: #d3d4d6;
  overflow: hidden;
}
.video .video-main .main-cont .cont-box .box-lump .lump-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-box .box-lump .lump-item .item-pic .pic-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 40px;
  margin: -20px 0 0 -36px;
  border-radius: 45px;
  background: #da251c url(../images/icon/icon-video-pic2.png) no-repeat center center;
  background-size: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-box .box-lump .lump-item .item-title {
  margin-top: 0.2rem;
  font-size: 16px;
  text-align: center;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-box .box-lump .lump-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));
}
.video .video-main .main-cont .cont-box .box-lump .lump-item:hover .item-title {
  color: #da251c;
}
.video .video-main .main-cont .cont-box .box-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 0.5rem auto 0;
  font-size: 15px;
  color: #000;
}
.video .video-main .main-cont .cont-box .box-load img {
  width: 24px;
  margin-right: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-box .box-load:hover {
  color: #da251c;
}
.video .video-main .main-cont .cont-box .box-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.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: 99;
  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;
}
.message {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.message .message-main {
  display: flex;
  justify-content: space-between;
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.message .message-main .main-cent {
  width: 4rem;
  height: auto;
}
.message .message-main .main-cent .cent-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.message .message-main .main-cent .cent-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.message .message-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.message .message-main .main-form {
  width: 8.96rem;
  height: auto;
}
.message .message-main .main-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  margin-bottom: 0.4rem;
  border-bottom: solid 1px #eee;
}
.message .message-main .main-form .form-item .item-title {
  width: 90px;
  height: auto;
  font-size: 15px;
  text-align: right;
  color: #000;
}
.message .message-main .main-form .form-item .item-title span {
  color: #da251c;
}
.message .message-main .main-form .form-item input {
  width: calc(100% - 90px);
  height: 0.3rem;
  padding-left: 0.4rem;
  font-size: 15px;
  color: #333;
}
.message .message-main .main-form .form-item input::placeholder {
  font-size: 15px;
  color: #ccc;
}
.message .message-main .main-form .form-button {
  display: block;
  width: 166px;
  height: 50px;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #da251c;
  border: solid 2px #da251c;
}
.contact {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
}
.contact .contact-main {
  width: 14.08rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #000;
}
.contact .contact-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-main .main-box .box-item {
  position: relative;
  width: 6.8rem;
  height: 3.5rem;
  padding: 0.6rem 0.48rem 0;
  background: #f8f8f8;
  cursor: pointer;
  z-index: 59;
}
/* .contact .contact-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: solid 15px transparent;
  border-top: solid 23px #da251c;
  opacity: 0;
  z-index: 9;
} */
.contact .contact-main .main-box .box-item .item-title {
  padding-bottom: 0.4rem;
  margin-bottom: 0.48rem;
  font-size: 20px;
  color: #000;
  border-bottom: solid 1px #eee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.28rem;
}
.contact .contact-main .main-box .box-item .item-lump span {
  position: relative;
  width: 21px;
  height: 21px;
}
.contact .contact-main .main-box .box-item .item-lump span 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;
}
.contact .contact-main .main-box .box-item .item-lump span .img2 {
  opacity: 0;
}
.contact .contact-main .main-box .box-item .item-lump .lump-text {
  width: calc(100% - 21px);
  padding-left: 0.2rem;
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item:hover {
  background: #da251c;
}
.contact .contact-main .main-box .box-item:hover .item-title {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.contact .contact-main .main-box .box-item:hover .item-lump span .img1 {
  opacity: 0;
}
.contact .contact-main .main-box .box-item:hover .item-lump span .img2 {
  opacity: 1;
}
.contact .contact-main .main-box .box-item:hover .item-lump .lump-text {
  color: #fff;
}
.contact .contact-main .main-box .box-item-active {
  height: 4rem;
  background: #da251c;
}
.contact .contact-main .main-box .box-item-active::after {
  bottom: -30px;
  opacity: 1;
  transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  -moz-transition: all 0.5s 0.2s;
  -webkit-transition: all 0.5s 0.2s;
}
.contact .contact-main .main-box .box-item-active .item-title {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.contact .contact-main .main-box .box-item-active .item-lump span .img1 {
  opacity: 0;
}
.contact .contact-main .main-box .box-item-active .item-lump span .img2 {
  opacity: 1;
}
.contact .contact-main .main-box .box-item-active .item-lump .lump-text {
  color: #fff;
}
.contact .contact-map {
  position: relative;
  width: 100%;
  height: 6.8rem;
  overflow: hidden;
  z-index: -1;
}
.contact .contact-map .map-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.contact .contact-map .map-pic img {
  width: 100%;
}
.contact .contact-map .map-pic-active {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.contact .contact-web-main {
  display: none;
}
.page-float {
  position: fixed;
  top: 50%;
  right: 0;
  width: 96px;
  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: 0.18rem;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0.1rem 0 0.2rem rgba(0, 0, 0, 0.16);
}
.page-float .float-list .list-pic {
  position: relative;
  width: 40px;
  height: 32px;
  margin: 0 auto;
  cursor: pointer;
}
.page-float .float-list .list-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  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: #333;
  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: #da251c;
}
.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 #da251c;
  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: #da251c;
}
.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: #da251c;
}
.page-number .page-item-active {
  color: #fff;
  border: solid 1px #da251c;
  background: #da251c;
}
.Wpage-number {
  display: none;
}
@keyframes DW {
  0% {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  50% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  100% {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
}
@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);
  }
}
