.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1460px) {
  nav .nav-main .main-cont .cont-right .right-nav .nav-item {
    padding: 0 0.15rem;
  }
  nav .nav-main .main-cont .cont-right .right-nav .nav-item .item-title {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1366px) {
  nav .nav-main .main-cont .cont-right .right-nav .nav-item {
    padding: 0 0.15rem;
  }
  nav .nav-main .main-cont .cont-right .right-nav .nav-item .item-title {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1240px) {
  nav .nav-main .main-cont .cont-right .right-nav .nav-item {
    padding: 0 0.12rem;
  }
  nav .nav-main .main-cont .cont-right .right-nav .nav-item .item-title {
    font-size: 0.25rem;
  }
  .register .register-main .main-cent .cent-item .item-box .box-button {
    font-size: 12px;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-top,
  nav .nav-main {
    display: none;
  }
  nav .nav-web-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #171616;
    z-index: 99;
  }
  nav .nav-web-main .main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.8rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  nav .nav-web-main .main-logo img {
    width: 100%;
  }
  nav .nav-web-main .main-mune {
    width: 0.45rem;
    height: auto;
  }
  nav .nav-web-main .main-mune img {
    width: 100%;
  }
  nav .nav-web-main .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-web-main .main-right .right-lang {
    position: relative;
    width: auto;
    height: 100%;
  }
  nav .nav-web-main .main-right .right-lang .lang-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-web-main .main-right .right-lang .lang-title .icon {
    width: 0.25rem;
    height: auto;
  }
  nav .nav-web-main .main-right .right-lang .lang-title .arrow {
    width: 0.15rem;
    height: auto;
  }
  nav .nav-web-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-web-main .main-right .right-lang .lang-title span {
    margin: 0 0.1rem;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.6);
  }
  nav .nav-web-main .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 120px;
    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;
    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-web-main .main-right .right-lang .lang-list .list-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
    font-size: 0.26rem;
    text-align: center;
  }
  nav .nav-web-main .main-right .right-lang .lang-list .list-link:hover {
    color: #da251c;
  }
  nav .nav-web-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-web-main .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-web-main .main-right .right-serach {
    width: 0.45rem;
    height: auto;
    margin-left: 0.3rem;
  }
  nav .nav-web-main .main-right .right-serach img {
    width: 100%;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #da251c;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #da251c;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 2.8rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #da251c;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #da251c;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img1 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img2 {
    opacity: 1;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
    margin-top: 1.2rem;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 9.6rem;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    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: 1rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
    width: 4.41rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: -0.4rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: left;
    color: #000;
    text-shadow: -2px 2px 0 #fff, 2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 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: -1rem;
    font-size: 0.9rem;
    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: 0.3rem;
    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: 1.5rem;
    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 .banner-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-pic2 {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic2 img {
    width: auto;
    height: 100%;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.54rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.55rem;
    left: 50%;
    width: 15.37rem;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 0.1rem;
    background: #fff;
    opacity: 0.7;
    border-radius: 50%;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  header .head-banner .scroll-on {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 100%;
    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: 0.28rem;
    text-align: center;
    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-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #da251c;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    background: #171616;
  }
  footer .foot-main {
    display: none;
    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;
    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: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 0.8rem;
  }
  footer .foot-bottom .bottom-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  footer .foot-bottom .bottom-share .share-item {
    width: 40px;
    height: 40px;
    margin-left: 0.2rem;
    text-align: center;
    line-height: 36px;
    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: 0.26rem;
    text-align: center;
    line-height: 0.46rem;
    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: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate1-bg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .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: 0.26rem;
    text-align: center;
    line-height: 0.44rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.35rem auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    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-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-title {
    font-size: 0.28rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-title .num1 {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.7rem;
    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: 0.26rem;
    color: #666;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.12rem;
    background: #f8f8f8;
  }
  .container .cont-plate2 .plate2-main {
    width: 100%;
    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: 0.8rem 0 0.8rem;
    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.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-box .box-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.35rem auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    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.3rem;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    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: 2.8rem;
    height: 0.8rem;
    margin: 0.35rem auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    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: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item {
    position: relative;
    width: calc(50% - 1px);
    height: auto;
    margin-right: 0;
    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: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 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;
  }
  .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: 0 0.3rem 1.12rem;
  }
  .container .cont-plate4 .plate4-main {
    width: 100%;
    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: 2.8rem;
    height: 0.8rem;
    margin: 0.35rem auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    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;
    padding: 0 0.3rem;
  }
  .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: 100%;
    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.3rem 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: 0.26rem;
    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 {
    display: none;
    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: 0.3rem;
    height: 0.4rem;
    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: 0.3rem;
    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: -0.1rem;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next {
    right: -0.1rem;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.12rem;
    background: #f8f8f8;
  }
  .container .cont-plate5 .plate5-main {
    width: 100%;
    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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    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: 51.2%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
    width: 48.8%;
    height: auto;
    padding: 0.4rem 0.3rem;
    background: #fff;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    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: 0.32rem;
    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: 0.26rem;
    line-height: 0.42rem;
    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: 0.6rem;
    height: 0.6rem;
    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 .item-cent .cent-button:hover {
    border: solid 1px #da251c;
    background: #da251c url(../images/icon/icon-plate5-arrow-active.png) no-repeat center center;
    background-size: 7px;
  }
  .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-plate6 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.12rem;
  }
  .container .cont-plate6 .plate6-main {
    width: 100%;
    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;
    padding: 0 0.3rem;
  }
  .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% / 4);
    height: auto;
    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: solid 1px #eee;
  }
  .container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont .cont-item:nth-child(4n) {
    border-right: none;
  }
  .container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont .cont-item:nth-child(9),
  .container .cont-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-cont .cont-item:nth-child(10) {
    display: 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: 0.3rem;
    height: 0.4rem;
    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: 0.3rem;
    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: -0.1rem;
  }
  .container .cont-plate6 .plate6-main .main-box .plate6-swiper-button-next {
    right: -0.1rem;
  }
  .login {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 0.64rem 0.3rem;
    background: #f8f8f8;
  }
  .login .login-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .login .login-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .login .login-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .login .login-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.5rem;
    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.4rem;
    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: 0.26rem;
    color: #666;
  }
  .login .login-main .main-cent .cent-item input {
    width: 100%;
    height: 50px;
    margin-top: 0.1rem;
    padding: 0 19px;
    font-size: 0.26rem;
    color: #333;
    border: solid 1px #e5e5e5;
  }
  .login .login-main .main-cent .cent-item input::placeholder {
    font-size: 0.26rem;
    color: #c6c5c5;
  }
  .login .login-main .main-cent .cent-link {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    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: 2.6rem;
    height: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #da251c;
    border: solid 2px #da251c;
  }
  .login .login-main .main-cent .cent-bottom .bottom-text {
    margin-left: 0.25rem;
    font-size: 0.26rem;
    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: 1.2rem;
    padding: 0.64rem 0.3rem;
    background: #f8f8f8;
  }
  .register .register-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .register .register-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .register .register-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .register .register-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.5rem;
    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.4rem;
    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: 0.26rem;
    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: 70%;
    margin-top: 0;
  }
  .register .register-main .main-cent .cent-item .item-box .box-button {
    width: 30%;
    height: 50px;
    font-size: 0.26rem;
    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: 0.26rem;
    color: #333;
    border: solid 1px #e5e5e5;
  }
  .register .register-main .main-cent .cent-item input::placeholder {
    font-size: 0.26rem;
    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: 0.26rem;
    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: 2.6rem;
    height: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    background: #da251c;
    border: solid 2px #da251c;
  }
  .register .register-main .main-cent .cent-bottom .bottom-text {
    margin-left: 0.25rem;
    font-size: 0.26rem;
    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: 1.2rem;
    padding: 0.64rem 0.3rem;
    background: #f8f8f8;
  }
  .reset .reset-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .reset .reset-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .reset .reset-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .reset .reset-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.5rem;
    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.4rem;
    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: 0.26rem;
    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: 70%;
    margin-top: 0;
  }
  .reset .reset-main .main-cent .cent-item .item-box .box-button {
    width: 30%;
    height: 50px;
    font-size: 0.26rem;
    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: 0.26rem;
    color: #333;
    border: solid 1px #e5e5e5;
  }
  .reset .reset-main .main-cent .cent-item input::placeholder {
    font-size: 0.26rem;
    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: 2.6rem;
    height: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    background: #da251c;
    border: solid 2px #da251c;
  }
  .reset .reset-main .main-cent .cent-bottom .bottom-text {
    margin-left: 0.25rem;
    font-size: 0.26rem;
    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.3rem;
  }
  .about .about-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-main .main-left {
    width: 100%;
    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 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .about .about-main .main-left .left-data .data-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .about .about-main .main-left .left-data .data-item .item-title {
    font-size: 0.28rem;
    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: 0.26rem;
    color: #666;
  }
  .about .about-main .main-right {
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .about .about-main .main-right p {
    font-size: 0.3rem;
    color: #da251c;
  }
  .about .about-main .main-right img {
    width: 100%;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.35rem;
  }
  .history .history-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .history .history-main .main-left {
    width: 100%;
    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: 0.26rem;
    line-height: 0.46rem;
    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: 1rem;
  }
  .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.34rem;
    color: #da251c;
  }
  .history .history-main .main-left .left-box .box-cont .cont-item .item-cent {
    width: calc(100% - 1.2rem);
    height: auto;
    font-size: 0.26rem;
    line-height: 0.44rem;
    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 {
    display: none;
    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.3rem 1.12rem;
  }
  .honor .honor-main {
    width: 100%;
    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: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.1rem;
    background: rgba(218, 37, 28, 0.8);
  }
  .honor .honor-main .main-top .top-cent .cent-title {
    font-size: 0.36rem;
    color: #fff;
  }
  .honor .honor-main .main-top .top-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #fff;
  }
  .honor .honor-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
  }
  .honor .honor-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.65rem 0.46rem;
    margin-right: 0;
    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: 6rem;
    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: 0.3rem;
    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: 0.28rem;
    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: auto;
    padding: 0.8rem 0.5rem;
    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-pic {
    width: 100%;
    height: auto;
  }
  .honor .pupop-main .main-pic img {
    width: 100%;
  }
  .honor .pupop-main .main-hide {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    width: 0.65rem;
    height: 0.65rem;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 50%;
    background: #da251c;
    cursor: pointer;
  }
  .honor .pupop-main .main-hide img {
    width: 0.3rem;
  }
  .culture {
    width: 100%;
    height: auto;
  }
  .culture .culture-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 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.3rem;
    background: #f8f8f8;
  }
  .culture .culture-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-plate1 .plate1-main .main-pic {
    width: 100%;
    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: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .culture .culture-plate1 .plate1-main .main-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000;
  }
  .culture .culture-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
  }
  .culture .culture-plate1 .plate1-main .main-cent .cent-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .culture .culture-plate1 .plate1-main .main-cent .cent-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    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: 0.26rem;
    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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.12rem 0.3rem;
  }
  .culture .culture-plate2 .plate2-cent {
    width: 100%;
    height: auto;
    padding-top: 0.36rem;
  }
  .culture .culture-plate2 .plate2-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000;
  }
  .culture .culture-plate2 .plate2-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    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: 0.26rem;
    line-height: 0.46rem;
    color: #666;
  }
  .culture .culture-plate2 .plate2-cent .cent-list .list-text::after {
    content: '>';
    position: absolute;
    top: 0;
    left: -0.24rem;
    font-family: '黑体';
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #da251c;
  }
  .culture .culture-plate2 .plate2-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    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.3rem;
    background: url(../images/culture/bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .culture .culture-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-plate3 .plate3-main .main-item {
    width: 100%;
    height: auto;
    padding: 0.86rem 0.4rem 0.6rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    background: #fff url(../images/culture/bg2.png) no-repeat center center;
    background-size: 3.6rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
    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.86rem;
    height: 0.83rem;
    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.34rem;
    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: 0.28rem;
    line-height: 0.46rem;
    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: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0.6rem;
  }
  .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: block;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .news .news-top .top-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 1.4rem;
  }
  .news .news-top .top-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: #bbb;
  }
  .news .news-top .top-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.3rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #da251c;
  }
  .news .news-top .top-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .news .news-top .top-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    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: center;
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    height: auto;
    margin: 0 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: 0.9rem;
    height: 0.9rem;
    margin: 0 0.2rem;
    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.3rem 1.12rem;
    background: #f8f8f8;
  }
  .news .news-cont .cont-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-cont .cont-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    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.3rem 0.4rem;
  }
  .news .news-cont .cont-main .main-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    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: 0.32rem;
    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: 0.26rem;
    line-height: 0.44rem;
    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: 0.26rem;
    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: 1.2rem;
  }
  .newsDetails .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.34rem 0.3rem 0.46rem;
    background: #f8f8f8;
  }
  .newsDetails .newsDetails-top .top-main {
    width: 100%;
    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: 0.26rem;
  }
  .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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .newsDetails .newsDetails-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0 1.12rem;
    border-right: none;
  }
  .newsDetails .newsDetails-main .main-cent .cent-box {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.46rem;
    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: 75px;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-cent .cent-bottom .bottom-button .button-icon {
    position: relative;
    width: 0.26rem;
    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: 0.28rem;
    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: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 1.2rem;
    padding-left: 0;
  }
  .newsDetails .newsDetails-main .main-list .list-title {
    font-size: 0.4rem;
    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.4rem;
  }
  .newsDetails .newsDetails-main .main-list .list-lump .lump-pic {
    width: 35%;
    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: 65%;
    height: auto;
    padding-left: 0.2rem;
  }
  .newsDetails .newsDetails-main .main-list .list-lump .lump-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    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: 0.28rem;
    line-height: 0.44rem;
    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.3rem 1.12rem;
  }
  .hotel .hotel-main {
    width: 100%;
    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 {
    display: none;
    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: 100%;
    height: auto;
  }
  .hotel .hotel-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .hotel .hotel-main .main-cont .cont-box .box-lump .lump-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    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: 3.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: 0.28rem;
    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: 0.26rem;
    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: -4.2rem;
    padding: 0 0.3rem 1rem;
    z-index: 9;
  }
  .hotelDetails .hotelDetails-main {
    width: 100%;
    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: 0.26rem;
  }
  .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 {
    display: none;
    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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .hotelDetails .hotelDetails-main .main-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .hotelDetails .hotelDetails-main .main-cont .cont-left .left-title {
    font-size: 0.4rem;
    color: #000;
  }
  .hotelDetails .hotelDetails-main .main-cont .cont-left .left-text {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.48rem;
    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: 3.2rem;
    height: 1rem;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    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-left .left-button:hover {
    color: #da251c;
    background: transparent;
  }
  .hotelDetails .hotelDetails-main .main-cont .cont-left .left-button:hover span .img1 {
    opacity: 0;
  }
  .hotelDetails .hotelDetails-main .main-cont .cont-left .left-button:hover span .img2 {
    opacity: 1;
  }
  .hotelDetails .hotelDetails-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .app {
    width: 100%;
    height: auto;
  }
  .app .app-top {
    display: none;
    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.3rem 0.95rem;
    background: #f8f8f8;
  }
  .app .app-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .app .app-main .main-cont .cont-item {
    width: 48%;
    height: 5.02rem;
    margin-right: 0;
    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: 0.28rem;
    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-show {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 40%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #da251c;
    z-index: 99;
  }
  .app .app-web-list {
    display: none;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    background: #fff;
    z-index: 299;
  }
  .app .app-web-list .list-left {
    width: 23%;
    height: 100%;
    background: #fff;
  }
  .app .app-web-list .list-left .left-item {
    width: 100%;
    height: 0.8rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.8rem;
    border-bottom: solid 1px #efeff4;
  }
  .app .app-web-list .list-left .left-item-active {
    background: #efeff4;
  }
  .app .app-web-list .list-right {
    width: 77%;
    height: 100%;
    padding: 0 5%;
    background: #efeff4;
    overflow-y: auto;
  }
  .app .app-web-list .list-right .right-main {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 0.05rem;
  }
  .app .app-web-list .list-right .right-main .main-item {
    width: 100%;
    height: auto;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.26rem 0.2rem;
    border-bottom: solid 1px #da251c;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top-active .top-title {
    color: #da251c;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top-active .top-icon .img1 {
    opacity: 0;
  }
  .app .app-web-list .list-right .right-main .main-item .item-top-active .top-icon .img2 {
    opacity: 1;
  }
  .app .app-web-list .list-right .right-main .main-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
  }
  .app .app-web-list .list-right .right-main .main-item .item-subnav .subnav-link {
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.58rem;
    color: #666;
  }
  .app .app-web-list .list-right .right-main .main-item .item-subnav .subnav-link-active {
    color: #da251c;
  }
  .app .app-web-list .list-right .right-main .main-select {
    position: relative;
    width: 100%;
    height: 1rem;
    margin-left: 0;
    margin-top: 0.3rem;
    border: solid 1px #e9ebf0;
    background: #fff;
  }
  .app .app-web-list .list-right .right-main .main-select:last-child {
    margin-bottom: 0;
  }
  .app .app-web-list .list-right .right-main .main-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-web-list .list-right .right-main .main-select select {
    width: 100%;
    height: 100%;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    color: #000;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .app .app-web-list .list-right .right-main .main-select select option:first-of-type {
    display: none;
  }
  .app .app-web-list .list-right .right-main .main-lump {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 1rem;
    margin-right: 0;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    color: #000;
    background: #fff;
  }
  .app .app-web-list .list-right .right-main .main-lump span {
    width: 22.5%;
    height: auto;
    text-align: center;
  }
  .app .app-web-list .list-right .right-main .main-lump input {
    width: 55%;
    height: 32px;
    padding: 0 0.1rem;
    margin: 0 0.1rem;
    font-size: 15px;
    color: #000;
    border: solid 1px #e9ebf0;
  }
  .app .app-web-list .list-right .right-main .main-button {
    width: 100%;
    height: 1rem;
    margin-top: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #da251c;
  }
  .app .app-web-list .list-right .right-main-active {
    display: block;
  }
  .app .app-web-list .list-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 1rem;
    color: #da251c;
    background: #fff;
    border-top: solid 1px #eee;
  }
  .appDetails {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .appDetails .appDetails-top {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.3rem;
    background: #f8f8f8;
  }
  .appDetails .appDetails-top .top-main {
    width: 100%;
    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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.2rem 0.8rem 0.3rem;
  }
  .appDetails .appDetails-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .appDetails .appDetails-main .main-pic img {
    width: 100%;
  }
  .appDetails .appDetails-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 8.6rem;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding-right: 0.1rem;
    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: 46%;
    height: auto;
    margin-right: 0;
    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: 2.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;
    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: 0.26rem;
    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: 96%;
    height: 8.5rem;
    margin: 0;
    padding: 0 5px;
    background: #f8f8f8;
    z-index: 99;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .appDetails .appDetails-pupop .pupop-title {
    width: 100%;
    height: auto;
    padding-top: 0.48rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #191c22;
  }
  .appDetails .appDetails-pupop .pupop-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 7rem;
    padding: 0 0.3rem;
    margin-top: 0.4rem;
    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: 48%;
    height: auto;
    margin-right: 0;
    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: 2.6rem;
    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: 0.3rem;
    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.3rem 1.12rem;
  }
  .plan .plan-main {
    width: 100%;
    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 {
    display: none;
    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: 100%;
    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: 3rem;
    height: 0.9rem;
    margin: 0.6rem auto 0;
    font-size: 0.28rem;
    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: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .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 {
    display: none;
  }
  .product .product-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-cent .cent-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-cent .cent-box .box-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    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: 0.28rem;
    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: 0.28rem;
    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: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 40%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #da251c;
    z-index: 99;
  }
  .product .product-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem 0.5rem;
    background: #fff;
    z-index: 299;
    overflow-y: auto;
  }
  .product .product-list .list-top {
    width: 100%;
    height: auto;
  }
  .product .product-list .list-top .top-item {
    width: 100%;
    height: auto;
  }
  .product .product-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-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-list .list-top .top-item .item-top .top-icon {
    position: relative;
    width: 6px;
    height: 10px;
  }
  .product .product-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-list .list-top .top-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  .product .product-list .list-top .top-item .item-top-active {
    padding: 0.25rem;
    background: #da251c;
    overflow: hidden;
  }
  .product .product-list .list-top .top-item .item-top-active .top-title {
    color: #fff;
  }
  .product .product-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-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-list .list-top .top-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.15rem 0;
  }
  .product .product-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-list .list-top .top-item .item-subnav .subnav-link:last-of-type {
    border-bottom: none;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link:hover {
    color: #da251c;
  }
  .product .product-list .list-top .top-item .item-subnav .subnav-link-active {
    color: #da251c;
  }
  .product .product-list .list-title {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: 0.28rem;
    color: #666;
  }
  .product .product-list .list-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .product .product-list .list-bottom .bottom-item {
    width: 100%;
    height: auto;
  }
  .product .product-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-list .list-bottom .bottom-item .item-top .top-title {
    flex: 1;
    font-size: 0.28rem;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-list .list-bottom .bottom-item .item-top .top-icon {
    position: relative;
    width: 6px;
    height: 10px;
  }
  .product .product-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-list .list-bottom .bottom-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  .product .product-list .list-bottom .bottom-item .item-top:hover {
    background: #da251c;
    overflow: hidden;
  }
  .product .product-list .list-bottom .bottom-item .item-top:hover .top-title {
    color: #fff;
  }
  .product .product-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-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-list .list-bottom .bottom-item .item-top-active {
    padding: 0.25rem;
    background: #da251c;
    overflow: hidden;
  }
  .product .product-list .list-bottom .bottom-item .item-top-active .top-title {
    color: #fff;
  }
  .product .product-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-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-list .list-bottom .bottom-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0 0.25rem;
  }
  .product .product-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: 0.28rem;
    color: #222;
  }
  .product .product-list .list-bottom .bottom-item .item-cent .cent-link:last-of-type {
    margin-bottom: 0;
  }
  .product .product-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-list .list-bottom .bottom-item .item-cent .cent-link .link-choice input[type="radio"],
  .product .product-list .list-bottom .bottom-item .item-cent .cent-link .link-choice input[type="checkbox"] {
    display: none;
  }
  .product .product-list .list-bottom .bottom-item .item-cent .cent-link .link-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color: #000;
    cursor: pointer;
  }
  .product .product-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-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-list .list-bottom .bottom-item .item-cent .cent-link .link-choice input:checked + label .choice-item span img {
    opacity: 1;
  }
  .product .product-list .list-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product .product-list .list-button .button-item {
    width: 46%;
    height: 1rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #da251c;
  }
  .productDetails {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .productDetails .productDetails-top {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.3rem;
    background: #f8f8f8;
  }
  .productDetails .productDetails-top .top-main {
    width: 100%;
    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: 0.26rem;
  }
  .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;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 1.12rem;
  }
  .productDetails .productDetails-main .main-left {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-left .left-pic {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    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 - 7.5px);
    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: 100%;
    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: 0.26rem;
    line-height: 0.48rem;
    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: 0.3rem;
    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: 1rem;
    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: 0.26rem;
    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: space-between;
    flex-wrap: wrap;
    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: 3.1rem;
    height: 0.9rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.26rem;
    color: #fff;
    border: solid 1px #da251c;
  }
  .productDetails .productDetails-bottom {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #f8f8f8;
  }
  .productDetails .productDetails-bottom .bottom-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetails .productDetails-bottom .bottom-cont .cont-title {
    font-size: 0.4rem;
    color: #000;
  }
  .productDetails .productDetails-bottom .bottom-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.38rem;
  }
  .productDetails .productDetails-bottom .bottom-cont .cont-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    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: 0.3rem;
    text-align: center;
    color: #000;
  }
  .atlas {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.12rem;
  }
  .atlas .atlas-main {
    width: 100%;
    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: 100%;
    height: auto;
    margin-right: 0;
    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: 3.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: 1rem;
    font-size: 0.3rem;
    line-height: 1rem;
    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: 0.28rem;
    line-height: 0.48rem;
    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: 0.26rem;
    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.3rem 1.12rem;
  }
  .video .video-main {
    width: 100%;
    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 {
    display: none;
    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: 100%;
    height: auto;
  }
  .video .video-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .video .video-main .main-cont .cont-box .box-lump .lump-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    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 {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.6rem;
    border-radius: 45px;
    background: #da251c url(../images/icon/icon-video-pic2.png) no-repeat center center;
    background-size: 10px;
    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: 0.28rem;
    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-pic::after {
    height: 1.2rem;
    margin: -0.6rem 0 0 -0.6rem;
  }
  .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: 94%;
    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: 0;
    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.3rem;
  }
  .message .message-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .message .message-main .main-cent {
    width: 100%;
    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: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .message .message-main .main-form {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .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: 1.5rem;
    height: auto;
    font-size: 0.26rem;
    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% - 1.5rem);
    height: 0.3rem;
    padding-left: 0.4rem;
    font-size: 0.26rem;
    color: #333;
  }
  .message .message-main .main-form .form-item input::placeholder {
    font-size: 0.26rem;
    color: #ccc;
  }
  .message .message-main .main-form .form-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #da251c;
    border: solid 2px #da251c;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0.8rem;
  }
  .contact .contact-map,
  .contact .contact-main {
    display: none;
  }
  .contact .contact-web-main {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .contact .contact-web-main .main-English {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #000;
  }
  .contact .contact-web-main .main-title {
    font-size: 0.45rem;
    font-weight: bold;
    color: #000;
  }
  .contact .contact-web-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-web-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem 0.4rem;
    background: #da251c;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  /* .contact .contact-web-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: solid 15px transparent;
    border-top: solid 23px #da251c;
    z-index: 9;
  } */
  .contact .contact-web-main .main-box .box-item .item-title {
    padding-bottom: 0.4rem;
    margin-bottom: 0.48rem;
    font-size: 0.3rem;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-web-main .main-box .box-item .item-lump {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.28rem;
  }
  .contact .contact-web-main .main-box .box-item .item-lump span {
    position: relative;
    width: 21px;
    height: 21px;
  }
  .contact .contact-web-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-web-main .main-box .box-item .item-lump span .img1 {
    opacity: 0;
  }
  .contact .contact-web-main .main-box .box-item .item-lump .lump-text {
    width: calc(100% - 21px);
    padding-left: 0.2rem;
    font-size: 0.28rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-web-main .main-box .box-map {
    width: 100%;
    height: 6.8rem;
    z-index: -1;
    overflow: hidden;
  }
  .contact .contact-web-main .main-box .box-map img {
    width: auto;
    height: 100%;
  }
  .page-float {
    position: fixed;
    top: 50%;
    right: 0;
    width: 0.8rem;
    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: 0.8rem;
    margin-bottom: 1px;
    background: #fff;
  }
  .page-float .float-list .list-pic {
    position: relative;
    width: 30px;
    height: 22px;
    margin: 0 auto;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-pic .img2 {
    opacity: 0;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0.1rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -3.5rem;
    width: 3.5rem;
    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: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.6rem;
    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: 0.2rem;
    font-size: 0.26rem;
    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-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: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #da251c;
  }
}
