.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1460px) {
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    font-size: var(--fs24);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    font-size: var(--fs20);
  }
  .areaDetail .areaDetail-main .main-cont .cont-text {
    font-size: 18px;
  }
  .areaDetail .areaDetail-main .main-cont .cont-item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.8rem;
    height: auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(24, 68, 168, 0.8), rgba(4, 141, 204, 0.8));
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #fff, #000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #1e075a !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.35rem;
    height: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: url(../images/icon-lang-on.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #1e075a;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-flag {
    background: url(../images/icon-lang.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.35rem;
    height: 100%;
    margin-left: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon-search.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main .main-cont .main-right .right-tel,
  nav .nav-main .main-cont .main-right .right-pc-menu {
    display: none;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.4rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-right .right-lang .lang-flag {
    background: url(../images/icon-lang.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-right .right-serach span {
    background: url(../images/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main:hover .main-right .right-menu span {
    background: #a4282a;
  }
  nav .nav-main:hover .main-right .right-menu span::before,
  nav .nav-main:hover .main-right .right-menu span::after {
    background: #a4282a !important;
  }
  nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon-lang.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active2 .main-cont .main-right .right-serach span {
    background: url(../images/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main-active2 .main-cont .main-right .right-menu span {
    background: #a42828;
  }
  nav .nav-main-active2 .main-cont .main-right .right-menu span::before,
  nav .nav-main-active2 .main-cont .main-right .right-menu span::after {
    background: #a42828 !important;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #a42828;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  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;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  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: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    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: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #1e075a;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  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-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    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-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #1e075a;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #1e075a;
    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: 100%;
    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;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    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::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    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-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-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  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: #1e075a;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #1e075a;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #1e075a;
  }
  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;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #1e075a;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.1rem;
    background: url(../images/banner-heng.png) no-repeat bottom left;
    background-size: 100%;
    z-index: 3;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
    width: 1.66rem;
    height: auto;
    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: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    font-size: var(--fs48);
    line-height: 0.8rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item {
    width: 0.77rem;
    height: auto;
    margin-right: 0.4rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item .item-pic {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item .item-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item p {
    margin-top: 0.15rem;
    font-size: var(--fs18);
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.7rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 em {
    font-family: 'YANSHIYOURANXIAOKAI';
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.18rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
    padding-left: 0.9rem;
    font-size: 0.48rem;
    font-weight: 100;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 em {
    font-family: 'YANSHIYOURANXIAOKAI';
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.2rem;
    color: #d70010;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic2 {
    margin-left: 0.9rem;
    margin-top: 1rem;
    width: 6rem;
    height: auto;
    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-pic2 img {
    width: 100%;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  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-title {
    padding-left: 0.45rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.4rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English span {
    display: block;
    padding-left: 0.7rem;
  }
  header .head-banner .banner-cent2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -2rem;
    padding: 0 ;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header .head-banner .banner-cent2 .cent-box {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.9rem;
    background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
    border-radius: 0;
  }
  header .head-banner .banner-cent2 .cent-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1e075a;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/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-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-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0rem 0.3rem!important;
    background: #26292b;
    overflow: hidden;
  }
  footer .foot-main .main-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0.45rem;
    border-bottom: solid 1px #3c3f41;
  }
  footer .foot-main .main-top .top-logo {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-logo img {
    width: 100%;
  }
  

footer .foot-main .main-top .top-intro {
  font-size: var(--fs18);
  width: 100%;
  color: #fff;
  line-height: 1.8
}
footer .meiti{padding-top: 20px;}

footer .meiti .meiti-content .cont-ewm p{font-size: var(--fs18);}


  footer .foot-main .main-top .top-link {
    width: 100%;
    margin-top: 0.45rem;
    display: flex;justify-content: space-between;
  }
  footer .foot-main .main-top .top-link a {

    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #fff;
    width:48%;
  }
  footer .foot-main .main-top .top-link a:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-top .top-link a:hover {
    color: #b59076;
  }
  footer .foot-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  footer .foot-main .main-box .box-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-box .box-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 0.1rem;
  }
  footer .foot-main .main-box .box-cent .cent-item img {
    width: 0.35rem;
    margin-right: 0.12rem;
  }
  footer .foot-main .main-box .box-cent .cent-item span {
    width: calc(100% - 0.47rem);
    font-size: var(--fs26);
    color: #fff;
  }
  footer .foot-main .main-box .box-cont {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  footer .foot-main .main-box .box-cont .cont-ewm {
    width: 2rem;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  footer .foot-main .main-box .box-cont .cont-ewm img {
    width: 100%;
  }
  footer .foot-main .main-box .box-cont .cont-lump {
    width: auto;
    padding-left: 0.3rem;
  }
  footer .foot-main .main-box .box-cont .cont-lump p {
    font-size: var(--fs28);
    text-align: left;
    color: #fff;
  }
  footer .foot-main .main-box .box-cont .cont-lump .lump-share {
    display: flex;
    justify-content: flex-start;
    width: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.12rem;
    text-align: center;
    line-height: 0.55rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item img {
    width: 0.3rem;
  }
  footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item:hover {
    border: solid 1px #b59076;
    background: #b59076;
  }
  footer .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-bottom .bottom-zizhi {
    width: 100%;
    font-size: var(--fs28);
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-zizhi a {
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-zizhi a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-link {
    width: 100%;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-link a {
    color: #999;
  }
  footer .foot-main .main-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-link span {
    margin: 0 0.1rem;
  }


footer .meiti .meiti-content{display:flex;flex-wrap: wrap;justify-content: flex-start;}
footer .meiti .meiti-content .cont-ewm{width: 31.3333%;margin:1%;}









  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .block {
    display: block;
  }
  .container .pege-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-play {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-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%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
    padding-left: 0.5rem;
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    padding-left: 1.5rem;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 em {
    display: none;
    width: 3.8rem;
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    line-height: 0.38rem;
    text-transform: uppercase;
    text-align: right;
    color: #d3c5b9;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 span {
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title3 {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs18);
    text-align: center;
    text-transform: uppercase;
    /*letter-spacing: 0.15rem;*/
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title3,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container .pege-container .cont-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 0.1rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.36rem;
    border-radius: 0.45rem;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev,
  .container .pege-container .cont-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.2rem;
    height: 0.36rem;
    margin-top: -0.18rem;
    opacity: 0.5;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev img,
  .container .pege-container .cont-banner .banner-swiper-button-next img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev:hover,
  .container .pege-container .cont-banner .banner-swiper-button-next:hover {
    opacity: 1;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev {
    left: 0.5rem;
  }
  .container .pege-container .cont-banner .banner-swiper-button-next {
    right: 0.5rem;
  }
  .container .pege-container .cont-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.65rem;
    background: url(../images/banner-web-bg.png) no-repeat bottom left;
    background-size: 100%;
    z-index: 9;
  }
.cont-homeabout{padding-top: 3rem;    padding-top: 3rem;
    background-position: top center;
    background-size: 100%;}


  .container .pege-container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1.2rem;
    background: url(../images/bg1.jpg)  no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-main .page-English,
  .container .pege-container .cont-plate1 .plate1-main .page-title {
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-text {
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.6rem;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.45rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-icon {
    width: 0.7rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-icon img {
    width: 100%;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num span {
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.6rem;
    font-weight: 500;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num em {
    position: relative;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num em::after {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../images/icon-plate1-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
  }
  .container .pege-container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cent {
    width: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cent .page-English,
  .container .pege-container .cont-plate2 .plate2-top .top-cent .page-title {
    text-align: center;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.4rem;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont .cont-select {
    position: relative;
    width: 31%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont .cont-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 12px;
    height: 7px;
    margin-top: -6px;
    background: url(../images/icon-plate2-select.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont .cont-select select {
    width: 100%;
    height: 100%;
    padding-left: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #838383;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont .cont-select select option {
    font-size: var(--fs26);
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont .cont-select select option:first-of-type {
    display: none;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont input {
    width: 70%;
    height: 0.8rem;
    margin-right: 0;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #838383;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont .cont-button {
    width: 26%;
    height: 0.8rem;
    border: solid 1px #b59076;
    border-radius: 0.05rem;
    background: url(../images/icon-search3.png) no-repeat center center;
    background-size: 0.35rem;
  }
  .container .pege-container .cont-plate2 .plate2-top .top-cont .cont-button:hover {
    border: solid 1px #1e075a;
    background: url(../images/icon-search2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  .container .pege-container .cont-plate2 .plate2-main {
    
    justify-content: space-between;
    position: relative;
    margin-top: 0.6rem;
  }
  .cont-plate2 .plate2-main .plate2-main-text{ width:auto;}
  
  .cont-plate1 .plate1-main .cont-select select { width:98%;}
  .cont-plate1 .plate1-main input {width:98%;}
  .cont-plate1 .plate1-main .redbtn {width:98%;}
  
  
  
  .container .pege-container .cont-plate2 .plate2-main .main-cent {
    position: relative;
    width: 3.62rem;
    height: 4.6rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cent .cent-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cent .cent-pic img {
    width: auto;
    height: 100%;
    transform: translateX(-3.4rem);
    -o-transform: translateX(-3.4rem);
    -moz-transform: translateX(-3.4rem);
    -webkit-transform: translateX(-3.4rem);
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cent .cent-lump {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.25rem 0.52rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cent .cent-lump::after {
    content: '';
    position: absolute;
    top: 0.64rem;
    left: 0.3rem;
    width: 3px;
    height: 0.5rem;
    background: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cent .cent-lump .lump-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cent .cent-lump .lump-text {
    margin-top: 0.05rem;
    font-size: var(--fs16);
    font-weight: 100;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper {
    width: 7.5rem;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: auto;
    padding: 1rem 0 0 0.78rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs18);
    font-weight: 100;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title span {
    font-size: var(--fs36);
    font-weight: bold;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs18);
    color: rgba(255, 255, 255, 0.6);
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs16);
    font-weight: 100;
    line-height: 0.28rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.48rem;
    height: 0.34rem;
    margin-top: 0.5rem;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 0.45rem;
    background: #1e075a;
    box-shadow: 0px 10px 30px 0px rgba(30, 7, 90, 0.3);
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button img {
    width: 8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover {
    background: #b59076;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover img {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    border: solid 2px #bababa;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev img,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover {
    border: solid 2px #1e075a;
    background: #1e075a;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev {
    left: -0.85rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next {
    right: -0.85rem;
  }
  .container .pege-container .cont-plate2 .plate2-swiper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-right: 0.2rem;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 4.6rem;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
    width: auto;
    height: 100%;
    transform: translateX(-3.4rem);
    -o-transform: translateX(-3.4rem);
    -moz-transform: translateX(-3.4rem);
    -webkit-transform: translateX(-3.4rem);
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-lump {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.25rem 0.52rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-lump::after {
    content: '';
    position: absolute;
    top: 0.64rem;
    left: 0.3rem;
    width: 3px;
    height: 0.8rem;
    background: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-lump .lump-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-lump .lump-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev,
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev img,
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev .img2,
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev:hover,
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-next:hover {
    background: #1e075a;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev {
    left: 0.1rem;
  }
  .container .pege-container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
    right: 0.1rem;
  }
  .container .pege-container .cont-plate2 .page-button {
    margin: 0.5rem auto 0;
  }
  .container .pege-container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #fbfbfc url(../images/plate3-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .pege-container .cont-plate3 .plate3-main {
    display: block;
    justify-content: space-between;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.7rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item {
    width: calc(100% / 3);
    height: 2rem;
    padding: 0.25rem 0.15rem 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item:nth-child(5n + 1) {
    border-left: none;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item:nth-child(3n + 1) {
    border-left: solid 1px #eeeeed;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon {
    position: relative;
    width: 0.56rem;
    height: 0.57rem;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.42rem;
    color: #444;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent {
    width: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .page-English,
  .container .pege-container .cont-plate3 .plate3-main .main-cent .page-title {
    text-align: left;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .page-button {
    margin-top: 0.9rem;
  }
  .container .pege-container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-text {
    padding: 0;
    margin-top: 0.35rem;
    font-size: var(--fs32);
    font-weight: 100;
    line-height: 0.5rem;
    text-align: center;
    color: #666;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-cont {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap:0.25rem;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo {
    width: 100%;
    height: 1.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo:hover {
    box-shadow: 0px 0px 19px 0px rgba(153, 159, 165, 0.21);
  }
  .container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo: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 .pege-container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
    background: #fbfbfc url(../images/plate5-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .pege-container .cont-plate5 .plate5-main {
    position: relative;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-right: 0.2rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem 0.32rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-subtitle {
    font-size: var(--fs28);
    color: #b59076;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    line-height: 0.48rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    display: none !important;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom p {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #666;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom span {
    width: 13px;
    height: 12px;
    background: url(../images/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #1e075a;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev,
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev img,
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev .img2,
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev:hover,
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next:hover {
    border: solid 2px #1e075a;
    background: #1e075a;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev {
    left: 35%;
  }
  .container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next {
    right: 35%;
  }
  .container .pege-container .cont-plate6 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.8rem;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide {
    width: 50%;
    height: 4.8rem;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.25rem 0.3rem 0 0.2rem;
    border: solid 1px #ededed;
    border-right: none;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #201f1f;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-time span {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs48);
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: #201f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.35rem;
    border-radius: 0.45rem;
    border: solid 1px #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-button span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon-button-arrow2.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;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-button:hover span {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-time span {
    color: #b59076;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-button {
    border: solid 1px #b59076;
    background: #b59076;
    box-shadow: 0px 10px 30px 0px rgba(181, 144, 118, 0.3);
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-button span {
    background: url(../images/icon-button-arrow.png) no-repeat center center;
    background-size: 10px;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide:last-of-type .slide-box {
    border-right: solid 1px #ededed;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 0.1rem;
    background: #b59076;
    opacity: 1;
    border-radius: 50%;
  }
  .container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.36rem;
    border-radius: 0.45rem;
  }
  .container .pege-container .index-swiper-pagination {
    right: 30px;
    font-size: 0;
    position: absolute;
    width: 20px;
    z-index: 30;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    opacity: 0.4;
    background: #fff;
    margin: 0 auto 30px;
    width: 2px;
    height: 2px;
    border: none;
    border-radius: 50%;
    color: #fff;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #fff;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 0.2rem;
    height: 1px;
    background: #fff;
    opacity: 0;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet em {
    position: absolute;
    right: 0.4rem;
    top: -0.05rem;
    font-size: var(--fs16);
    white-space: nowrap;
    opacity: 0;
    transform: translatey(-10%);
    -o-transform: translatey(-10%);
    -moz-transform: translatey(-10%);
    -webkit-transform: translatey(-10%);
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover em {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #fff;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active:before {
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active em {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on {
    color: #333 !important;
    background: #333 !important;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on:before {
    border: solid 1px #333 !important;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on::after {
    background: #333 !important;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .about .about-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0 1rem;
    background: #fff;
    z-index: 9;
  }
  .about .about-plate1 .plate1-main .main-top {
    position: relative;
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-top::after {
    content: 'SD & PARTNERS';
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 1.7rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    z-index: -1;
    background: linear-gradient(180deg, rgba(219, 219, 219, 0.2), transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate1 .plate1-main .main-top .top-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .about .about-plate1 .plate1-main .main-top .top-English {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #b59076;
  }
  .about .about-plate1 .plate1-main .main-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    font-weight: 100%;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .about .about-plate1 .plate1-main .main-data .data-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .about .about-plate1 .plate1-main .main-data .data-item .item-num {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-data .data-item .item-num span {
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.68rem;
    color: #a42827;
  }
  .about .about-plate1 .plate1-main .main-data .data-item .item-num em {
    position: relative;
  }
  .about .about-plate1 .plate1-main .main-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e075a;
  }
  .about .about-plate1 .plate1-main .main-data .data-item .item-title {
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    margin-top: 0;
    background: none;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .about .about-plate2 img {
    width: 100%;
    opacity: 1;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 1rem;
    background: url(../images/about-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate3 .plate3-top {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding: 0 1.2rem;
  }
  .about .about-plate3 .plate3-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #e6e6e7;
  }
  .about .about-plate3 .plate3-top .top-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide {
    width: calc(100% / 2);
    height: auto;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.6rem 0;
    cursor: pointer;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-year {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs30);
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 8px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: #d9d9d9;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan span::after {
    content: '';
    position: absolute;
    bottom: 0.05rem;
    left: 50%;
    width: 0.2rem;
    height: 0.26rem;
    margin-left: -0.1rem;
    background: url(../images/icon-about-pic1.png) no-repeat top left;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.5rem;
    margin: -0.25rem 0 0 -0.3rem;
    background: url(../images/icon-about-pic2.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide-active .slide-box .box-year {
    top: 1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs36);
    color: #b59076;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide-active .slide-box .box-yuan span::before {
    opacity: 1;
  }
  .about .about-plate3 .plate3-top .top-swiper .swiper-slide-active .slide-box .box-yuan span::after {
    opacity: 0;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-top .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-top .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-prev .img2,
  .about .about-plate3 .plate3-top .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-prev:hover,
  .about .about-plate3 .plate3-top .plate3-swiper-button-next:hover {
    background: #1e075a;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-prev:hover .img1,
  .about .about-plate3 .plate3-top .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-prev:hover .img2,
  .about .about-plate3 .plate3-top .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-prev {
    left: 0.3rem;
  }
  .about .about-plate3 .plate3-top .plate3-swiper-button-next {
    right: 0.3rem;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    margin: 0.6rem auto 0;
  }
  .about .about-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-pic {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate3 .plate3-main .main-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.8rem;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-title {
    font-size: var(--fs36);
    color: #333;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-title span {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs44);
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-heng {
    width: 40px;
    height: 2px;
    margin: 0.35rem 0;
    background: #cbcbcb;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-lump {
    width: 100%;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-lump .lump-text {
    position: relative;
    padding-left: 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate3 .plate3-main .main-box .box-cent .cent-lump .lump-text::after {
    content: '';
    position: absolute;
    top: 0.18rem;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-box-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 0;
  }
  .about .about-plate4 .plate4-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    background: url(../images/about-bg2.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide {
    width: 100%;
    height: 7.8rem;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.9rem 0.3rem 0;
    border-right: solid 1px rgba(255, 255, 255, 0.12);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-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;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.5rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    color: #fff;
    opacity: 0.6;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-heng {
    width: 20px;
    height: 2px;
    margin-top: 0.45rem;
    background: #b59076;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.5rem;
    color: #fff;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover {
    border-right: solid 1px rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0.2);
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-icon .img1 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .manage-top {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .manage-top .top-item {
    width: calc(100% / 4);
    height: auto;
    border-right: solid 1px #e5e5e5;
    padding: 0 0.1rem;
  }
  .manage-top .top-item:last-of-type {
    border-right: none;
  }
  .manage-top .top-item .item-icon {
    position: relative;
    width: 0.63rem;
    height: 0.56rem;
    margin: 0 auto;
  }
  .manage-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .manage-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .manage-top .top-item .itme-title {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    color: #222;
  }
  .manage-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .manage-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .manage-top .top-item-on .item-icon .img1 {
    opacity: 0;
  }
  .manage-top .top-item-on .item-icon .img2 {
    opacity: 1;
  }
  .manage {
    width: 100%;
    height: auto;
  }
  .manage .manage-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.2rem;
    padding: 0 0.3rem;
  }
  .manage .manage-plate1 .plate1-cent {
    width: 100%;
    height: auto;
  }
  .manage .manage-plate1 .plate1-cent .page-English,
  .manage .manage-plate1 .plate1-cent .page-title {
    text-align: left;
  }
  .manage .manage-plate1 .plate1-cent .cent-text {
    height: auto;
    margin-top: 0.3rem;
    padding: 0;
    font-size: var(--fs28);
    text-align: justify;
    line-height: 0.46rem;
    color: #666;
  }
  .manage .manage-plate1 .plate1-pic {
    width: 100%;
    height: 100%;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .manage .manage-plate1 .plate1-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .manage .manage-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .manage .manage-plate2 {
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .manage .manage-plate2 .plate2-pic {
    width: 100%;
    height: auto;
    overflow: scroll;
  }
  .manage .manage-plate2 .plate2-pic img {
    width: 15.36rem;
  }
  .manage .manage-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
    background: url(../images/manage-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .manage .manage-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.45rem 0.2rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item:nth-child(5n) {
    margin-right: 0;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item .item-pic {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item .item-title {
    margin-top: 0.45rem;
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item .itme-heng {
    width: 0.24rem;
    height: 2px;
    margin: 0.25rem auto;
    background: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item .item-subtitle {
    font-size: var(--fs28);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item:hover {
    background: #1e075a;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item:hover .item-title,
  .manage .manage-plate3 .plate3-main .main-box .box-item:hover .item-subtitle,
  .manage .manage-plate3 .plate3-main .main-box .box-item:hover .item-text {
    color: #fff;
  }
  .manage .manage-plate3 .plate3-main .main-box .box-item:hover .itme-heng {
    background: #fff;
  }
  .committeeDetail {
    width: 100%;
    height: auto;
  }
  .committeeDetail .committeeDetail-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .committeeDetail .committeeDetail-plate1 .plate1-cent {
    width: 100%;
    height: auto;
  }
  .committeeDetail .committeeDetail-plate1 .plate1-cent .page-English,
  .committeeDetail .committeeDetail-plate1 .plate1-cent .page-title {
    text-align: left;
  }
  .committeeDetail .committeeDetail-plate1 .plate1-cent .cent-text {
    height: auto;
    padding: 0;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: justify;
    line-height: 0.46rem;
    color: #666;
  }
  .committeeDetail .committeeDetail-plate1 .plate1-pic {
    width: 100%;
    height: 100%;
    margin-top: 0.35rem;
    overflow: hidden;
  }
  .committeeDetail .committeeDetail-plate1 .plate1-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .committeeDetail .committeeDetail-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .committeeDetail .committeeDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.3rem;
    background: url(../images/manage-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .committeeDetail .committeeDetail-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .committeeDetail .committeeDetail-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .committeeDetail .committeeDetail-plate2 .plate2-main .main-cent .page-English,
  .committeeDetail .committeeDetail-plate2 .plate2-main .main-cent .page-title {
    text-align: left;
  }
  .committeeDetail .committeeDetail-plate2 .plate2-main .main-cent .cent-text {
    height: auto;
    padding-right: 0;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: justify;
    line-height: 0.46rem;
    color: #666;
  }
  .committeeDetail .committeeDetail-plate2 .plate2-main .main-pic {
    width: 100%;
    height: 100%;
    margin-top: 0.35rem;
    overflow: hidden;
  }
  .committeeDetail .committeeDetail-plate2 .plate2-main .main-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;
  }
  .committeeDetail .committeeDetail-plate2 .plate2-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));
  }
  .committeeDetail .committeeDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.45rem 0.2rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:nth-child(5n) {
    margin-right: 0;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-pic {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-title {
    margin-top: 0.45rem;
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .itme-heng {
    width: 0.24rem;
    height: 2px;
    margin: 0.25rem auto;
    background: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-subtitle {
    font-size: var(--fs28);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover {
    background: #1e075a;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .item-title,
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .item-subtitle,
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .item-text {
    color: #fff;
  }
  .committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .itme-heng {
    background: #fff;
  }
  .committeeDetail .committeeDetail-plate4 {
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .committeeDetail .committeeDetail-plate4 .plate4-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: justify;
    line-height: 0.46rem;
    color: #666;
  }
  .committeeDetail .committeeDetail-plate4 .plate4-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .committeeDetail .committeeDetail-plate4 .plate4-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .committeeDetail .committeeDetail-plate4 .plate4-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));
  }
  .committee {
    width: 100%;
    height: auto;
  }
  .committee .committee-main {
    padding: 1.1rem 0.3rem 0.8rem;
  }
  .committee .committee-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .committee .committee-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    padding: 0.6rem 0.3rem 0.55rem;
    margin-right: 0;
    margin-bottom: 0.6rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .committee .committee-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .committee .committee-main .main-cont .cont-item .item-icon {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    background: #1e075a;
    border-radius: 50%;
  }
  .committee .committee-main .main-cont .cont-item .item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.64rem;
    height: 0.62rem;
    margin: -0.32rem 0 0 -0.31rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .committee .committee-main .main-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  .committee .committee-main .main-cont .cont-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    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;
  }
  .committee .committee-main .main-cont .cont-item .item-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs22);
    text-align: center;
    color: #999;
  }
  .committee .committee-main .main-cont .cont-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .committee .committee-main .main-cont .cont-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .committee .committee-main .main-cont .cont-item:hover .item-title {
    color: #b59076;
  }
  .operate {
    width: 100%;
    height: 100%;
  }
  .operate .operate-plate1 {
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .operate .operate-plate1 .plate1-pic {
    width: 100%;
    margin-top: 0.6rem;
    text-align: center;
  }
  .operate .operate-plate1 .plate1-pic img {
    max-width: 100%;
    width: auto;
  }
  .operate .operate-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem;
    background: url(../images/manage-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .operate .operate-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.5rem 0.2rem 0.45rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item .item-pic {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item:hover {
    background: #1e075a;
  }
  .operate .operate-plate2 .plate2-main .main-cont .cont-item:hover .item-title,
  .operate .operate-plate2 .plate2-main .main-cont .cont-item:hover .item-text {
    color: #fff;
  }
  .operate .operate-plate3 {
    padding: 1.1rem 0.3rem 1.06rem;
  }
  .operate .operate-plate3 .plate3-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .operate .operate-plate3 .plate3-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.24rem;
    padding: 0.5rem 0.2rem 0.45rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate3 .plate3-cont .cont-item:nth-child(5n) {
    margin-right: 0;
  }
  .operate .operate-plate3 .plate3-cont .cont-item .item-pic {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .operate .operate-plate3 .plate3-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .operate .operate-plate3 .plate3-cont .cont-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate3 .plate3-cont .cont-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate3 .plate3-cont .cont-item:hover {
    background: #1e075a;
  }
  .operate .operate-plate3 .plate3-cont .cont-item:hover .item-title,
  .operate .operate-plate3 .plate3-cont .cont-item:hover .item-text {
    color: #fff;
  }
  .operate .operate-plate4 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1rem;
    background: url(../images/manage-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .operate .operate-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.2rem 0.45rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item .item-pic {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item:hover {
    background: #1e075a;
  }
  .operate .operate-plate4 .plate4-main .main-cont .cont-item:hover .item-title,
  .operate .operate-plate4 .plate4-main .main-cont .cont-item:hover .item-text {
    color: #fff;
  }
  .supervise {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
  }
  .supervise .supervise-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.55rem;
  }
  .supervise .supervise-main .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.2rem 0.45rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .supervise .supervise-main .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .supervise .supervise-main .cont-item .item-pic {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .supervise .supervise-main .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .supervise .supervise-main .cont-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .supervise .supervise-main .cont-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .supervise .supervise-main .cont-item:hover {
    background: #1e075a;
  }
  .supervise .supervise-main .cont-item:hover .item-title,
  .supervise .supervise-main .cont-item:hover .item-text {
    color: #fff;
  }
  .introduce-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem !important;
  }
  .introduce-top .top-item {
    width: calc(100% / 3);
    height: auto;
    margin-bottom: 0.3rem;
    border-right: solid 1px #e5e5e5;
  }
  .introduce-top .top-item:last-of-type {
    border-right: none;
  }
  .introduce-top .top-item .item-icon {
    position: relative;
    width: 0.63rem;
    height: 0.56rem;
    margin: 0 auto;
  }
  .introduce-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .introduce-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .introduce-top .top-item .itme-title {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    color: #222;
  }
  .introduce-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .introduce-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .introduce-top .top-item-on .item-icon .img1 {
    opacity: 0;
  }
  .introduce-top .top-item-on .item-icon .img2 {
    opacity: 1;
  }
  .introduce {
    width: 100%;
    height: auto;
  }
  .introduce .introduce-main {
    padding: 1.1rem 0.3rem 0.6rem;
  }
  .introduce .introduce-main .main-title {
    margin-top: 0.5rem;
    font-size: var(--fs42);
    text-align: center;
    color: #333;
  }
  .introduce .introduce-main .main-text {
    padding: 0 ;
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.5rem;
    text-align: center;
    color: #666;
  }
  .introduce .introduce-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .introduce .introduce-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  }
  .introduce .introduce-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .introduce .introduce-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .introduce .introduce-main .main-cont .cont-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .introduce .introduce-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
  }
  .introduce .introduce-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .introduce .introduce-main .main-cont .cont-item .item-cent .cent-heng {
    width: 35px;
    height: 2px;
    margin: 0.2rem 0 0.3rem;
    background: #e4e4e4;
  }
  .introduce .introduce-main .main-cont .cont-item .item-cent .cent-text {
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .introduce .introduce-main .main-cont .cont-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .structure {
    width: 100%;
    height: auto;
  }
  .structure .structure-main {
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .structure .structure-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    text-align: center;
    overflow: auto;
  }
  .structure .structure-main .main-pic img {
    max-width: 15.36rem;
    width: auto;
  }
  .duty {
    width: 100%;
    height: auto;
  }
  .duty .duty-plate1 {
    padding: 1.1rem 0.3rem 1.16rem;
  }
  .duty .duty-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .duty .duty-plate1 .plate1-main .main-item {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    margin-right: 0;
    margin-bottom: 0.24rem;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    overflow: hidden;
  }
  .duty .duty-plate1 .plate1-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .duty .duty-plate1 .plate1-main .main-item .item-title {
    font-size: var(--fs34);
    color: #333;
  }
  .duty .duty-plate1 .plate1-main .main-item .item-heng {
    width: 24px;
    height: 2px;
    margin: 0.2rem 0;
    background: #1e075a;
  }
  .duty .duty-plate1 .plate1-main .main-item .item-text {
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .duty .duty-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.16rem;
    background: url(../images/duty-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .duty .duty-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .duty .duty-plate2 .plate2-main .main-item {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    margin-right: 0;
    margin-bottom: 0.24rem;
    border-radius: 0.05rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    overflow: hidden;
  }
  .duty .duty-plate2 .plate2-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .duty .duty-plate2 .plate2-main .main-item .item-title {
    font-size: var(--fs34);
    color: #333;
  }
  .duty .duty-plate2 .plate2-main .main-item .item-heng {
    width: 24px;
    height: 2px;
    margin: 0.2rem 0;
    background: #1e075a;
  }
  .duty .duty-plate2 .plate2-main .main-item .item-text {
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .trends {
    width: 100%;
    height: auto;
  }
  .trends .trends-main {
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .trends .trends-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .trends .trends-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.8rem;
    border: solid 1px #f1f1f1;
    border-left: none;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #201f1f;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time span {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs48);
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs34);
    line-height: 0.52rem;
    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;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.5rem;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-time span {
    color: #b59076;
  }
  .trends .trends-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #1e075a;
  }
  .trends .trends-main .main-swiper .swiper-pagination {
    width: 100%;
  }
  .trends .trends-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0.05rem;
    background: #1e075a;
    opacity: 1;
  }
  .trends .trends-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #b59076;
  }
  .trends .trends-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0.6rem 0 1rem;
  }
  .trends .trends-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.6rem 0;
    border-bottom: solid 1px #f1f1f1;
  }
  .trends .trends-main .main-cont .cont-item:first-of-type {
    border-top: solid 1px #f1f1f1;
  }
  .trends .trends-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .trends .trends-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .trends .trends-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    margin-right: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .trends .trends-main .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    color: #201f1f;
    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;
  }
  .trends .trends-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .trends .trends-main .main-cont .cont-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #201f1f;
  }
  .trends .trends-main .main-cont .cont-item .item-cent .cent-time span {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs48);
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .trends .trends-main .main-cont .cont-item .item-link {
    display: none;
    width: 0.48rem;
    height: 0.34rem;
    border-radius: 0.45rem;
    border: solid 1px #1e075a;
    background: url(../images/icon-button-arrow2.png) no-repeat center center;
    background-size: 13px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .trends .trends-main .main-cont .cont-item .item-link:hover {
    border: solid 1px #b59076;
    background: #b59076 url(../images/icon-button-arrow.png) no-repeat center center !important;
    background-size: 13px !important;
  }
  .trends .trends-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .trends .trends-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #1e075a;
  }
  .trends .trends-main .main-cont .cont-item:hover .item-cent .cent-time span {
    color: #b59076;
  }
  .trends .trends-main .main-cont .cont-item:hover .item-link {
    background: #1e075a url(../images/icon-button-arrow.png) no-repeat center center;
    background-size: 13px;
  }
  .guide {
    width: 100%;
    height: auto;
  }
  .guide .guide-main {
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .guide .guide-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0.9rem;
  }
  .guide .guide-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.25rem;
    margin-bottom: 0.1rem;
    border-left: solid 6px #1e075a;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  }
  .guide .guide-main .main-cont .cont-item p {
    width: calc(100% - 1rem);
    height: auto;
    font-size: var(--fs32);
    font-weight: 100;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guide .guide-main .main-cont .cont-item p span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    font-weight: 500;
    color: #1e075a;
  }
  .guide .guide-main .main-cont .cont-item .item-button {
    width: 0.8rem;
    height: 0.5rem;
    border-radius: 0.45rem;
    border: solid 1px #1e075a;
    background: url(../images/icon-button-arrow2.png) no-repeat center center;
    background-size: 0.22rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .guide .guide-main .main-cont .cont-item:hover .item-button {
    border: solid 1px #b59076;
    background: #b59076 url(../images/icon-button-arrow.png) no-repeat center center;
    background-size: 0.22rem;
    box-shadow: 0px 10px 30px 0px rgba(116, 90, 71, 0.3);
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .video .video-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .video .video-main .main-top .top-item {
    position: relative;
    width: auto;
    margin: 0 0.4rem;
    padding-bottom: 0.15rem;
    font-size: var(--fs28);
    color: #666;
  }
  .video .video-main .main-top .top-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 115%;
    width: 0.8rem;
    height: 0.2rem;
    background: url(../images/icon-video-pic.png) no-repeat center center;
    background-size: 100%;
  }
  .video .video-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e075a;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-top .top-item:last-of-type::before {
    display: none;
  }
  .video .video-main .main-top .top-item:hover {
    color: #1e075a;
  }
  .video .video-main .main-top .top-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .video .video-main .main-top .top-item-on {
    color: #1e075a;
  }
  .video .video-main .main-top .top-item-on::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .video .video-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.6rem 0;
  }
  .video .video-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.65rem;
  }
  .video .video-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .video .video-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-play {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    z-index: 2;
    cursor: pointer;
  }
  .video .video-main .main-cont .cont-item .item-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #fff;
    animation: mapAddress linear infinite 3s;
  }
  .video .video-main .main-cont .cont-item .item-play img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .video .video-main .main-cont .cont-item p {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #666;
  }
  .video .video-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .honor .honor-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .honor .honor-main .main-cont {
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-list {
    position: relative;
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-list::after {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
  }
  .honor .honor-main .main-cont .cont-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 14px;
    overflow: hidden;
  }
  .honor .honor-main .main-cont .cont-list .list-box .swiper-slide {
    width: 50%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box .box-year {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.42rem;
    text-align: center;
    color: #666;
  }
  .honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box .box-yuan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0.1rem auto 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
  }
  .honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box .box-yuan span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-list .list-box .swiper-slide-active .slide-box .box-year {
    color: #b59076;
  }
  .honor .honor-main .main-cont .cont-list .list-box .swiper-slide-active .slide-box .box-yuan span {
    width: 14px;
    height: 14px;
    background: #b59076;
  }
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev,
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #e5e5e5;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev img,
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev:hover,
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next:hover {
    background: #b59076;
  }
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev {
    left: 0;
  }
  .honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next {
    right: 0;
  }
  .honor .honor-main .main-cont .cont-cent {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    margin-bottom: 1.2rem;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump {
    position: absolute;
    top: 0.2rem;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-box {
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    border-bottom: solid 1px #f2f2f2;
    cursor: pointer;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item span {
    width: 16px;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item span img {
    width: 100%;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item .item-text {
    width: calc(100% - 16px);
    padding-left: 0.25rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item .itme-pic {
    position: absolute;
    top: -0.3rem;
    right: 0;
    width: 3.46rem;
    height: auto;
    padding: 0.25rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item .itme-pic img {
    width: 100%;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item:hover .item-text {
    color: #1e075a;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump .lump-item:hover .itme-pic {
    opacity: 1;
    visibility: visible;
  }
  .honor .honor-main .main-cont .cont-cent .cent-lump-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .honor .honor-main .main-right {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .honor .honor-main .main-right .right-pic {
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-right .right-pic img {
    width: 100%;
  }
  .honor .honor-main .main-right .right-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.7rem 0.55rem 0;
  }
  .honor .honor-main .main-right .right-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #1e075a;
  }
  .honor .honor-main .main-right .right-cent .cent-English {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs32);
    line-height: 0.52rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
  }
  .honor .honor-main .main-right .right-cent .cent-heng {
    width: 44px;
    height: 2px;
    margin-top: 0.35rem;
    background: #b59076;
  }
  .areaDetail {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.35rem;
  }
  .areaDetail .areaDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .areaDetail .areaDetail-main .main-cont {
    width: 100%;
    height: auto;
  }
  .areaDetail .areaDetail-main .main-cont .cont-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .areaDetail .areaDetail-main .main-cont .cont-pic .img1 {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .areaDetail .areaDetail-main .main-cont .cont-pic .pic-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: auto;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .areaDetail .areaDetail-main .main-cont .cont-pic .pic-icon img {
    width: 100%;
  }
  .areaDetail .areaDetail-main .main-cont .cont-pic:hover .img1 {
    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));
  }
  .areaDetail .areaDetail-main .main-cont .cont-title {
    margin-top: 0.4rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #1e075a;
  }
  .areaDetail .areaDetail-main .main-cont .cont-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #999;
  }
  .areaDetail .areaDetail-main .main-cont .cont-text {
    margin-top: 0.5rem;
    font-size: var(--fs30);
    color: #333;
  }
  .areaDetail .areaDetail-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.25rem;
  }
  .areaDetail .areaDetail-main .main-cont .cont-item img {
    width: 0.5rem;
  }
  .areaDetail .areaDetail-main .main-cont .cont-item span {
    width: calc(100% / 0.5rem);
    padding-left: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
  }
  .areaDetail .areaDetail-main .main-cont .cont-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .areaDetail .areaDetail-main .main-cont .cont-bottom .page-button {
    margin-right: 0.2rem;
  }
  .areaDetail .areaDetail-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .areaDetail .areaDetail-main .main-cent span {
    font-size: var(--fs30);
    font-weight: 400;
    color: #333;
  }
  .area {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.5rem;
  }
  .area .area-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.55rem;
  }
  .area .area-main .main-cont .cont-item {
    width: calc(100% / 3);
    height: 2rem;
    padding: 0.25rem 0.15rem 0;
  }
  .area .area-main .main-cont .cont-item:nth-child(6n + 1) {
    border-left: none;
  }
  .area .area-main .main-cont .cont-item:nth-child(3n + 1) {
    border-left: solid 1px #eeeeed;
  }
  .area .area-main .main-cont .cont-item .item-icon {
    position: relative;
    width: 0.56rem;
    height: 0.57rem;
    margin: 0 auto;
  }
  .area .area-main .main-cont .cont-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;
  }
  .area .area-main .main-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  .area .area-main .main-cont .cont-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.42rem;
    color: #444;
  }
  .area .area-main .main-cont .cont-item:hover {
    background: #1e075a;
    border: solid 0.5px #1e075a;
  }
  .area .area-main .main-cont .cont-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .area .area-main .main-cont .cont-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .area .area-main .main-cont .cont-item:hover .item-title {
    color: #fff;
  }
  .partnerDetail {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .partnerDetail .partnerDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .partnerDetail .partnerDetail-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.4rem;
  }
  .partnerDetail .partnerDetail-main .main-top .top-select {
    position: relative;
    width: 31%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .partnerDetail .partnerDetail-main .main-top .top-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 12px;
    height: 7px;
    margin-top: -6px;
    background: url(../images/icon-plate2-select.png) no-repeat center center;
    background-size: 100%;
  }
  .partnerDetail .partnerDetail-main .main-top .top-select select {
    width: 100%;
    height: 100%;
    padding-left: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #838383;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .partnerDetail .partnerDetail-main .main-top .top-select select option {
    font-size: var(--fs26);
  }
  .partnerDetail .partnerDetail-main .main-top .top-select select option:first-of-type {
    display: none;
  }
  .partnerDetail .partnerDetail-main .main-top input {
    width: 70%;
    height: 0.8rem;
    margin-right: 0;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #838383;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .partnerDetail .partnerDetail-main .main-top .top-button {
    width: 26%;
    height: 0.8rem;
    border: solid 1px #b59076;
    border-radius: 0.05rem;
    background: url(../images/icon-search3.png) no-repeat center center;
    background-size: 0.35rem;
  }
  .partnerDetail .partnerDetail-main .main-top .top-button:hover {
    border: solid 1px #1e075a;
    background: url(../images/icon-search2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  .partnerDetail .partnerDetail-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .partnerDetail .partnerDetail-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .partnerDetail .partnerDetail-main .main-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;
  }
  .partnerDetail .partnerDetail-main .main-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .partnerDetail .partnerDetail-main .main-cont .cont-bottom {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .partnerDetail .partnerDetail-main .main-cont .cont-bottom .page-button {
    margin-right: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .partnerDetail .partnerDetail-main .main-cont .cont-bottom .page-button:last-of-type {
    margin-right: 0;
  }
  .partnerDetail .partnerDetail-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .partnerDetail .partnerDetail-main .main-box .box-name {
    font-size: var(--fs52);
    color: #1e075a;
  }
  .partnerDetail .partnerDetail-main .main-box .box-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    color: #999;
  }
  .partnerDetail .partnerDetail-main .main-box .box-emali {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.35rem;
  }
  .partnerDetail .partnerDetail-main .main-box .box-emali img {
    width: 0.4rem;
  }
  .partnerDetail .partnerDetail-main .main-box .box-emali span {
    width: calc(100% - 0.4rem);
    padding-left: 0.15rem;
    font-size: var(--fs30);
    font-weight: 100;
    color: #666;
  }
  .partnerDetail .partnerDetail-main .main-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .partnerDetail .partnerDetail-main .main-box .box-cent span {
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.56rem;
    color: #1e075a;
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .partner .partner-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.4rem;
  }
  .partner .partner-main .main-top .top-select {
    position: relative;
    width: 31%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .partner .partner-main .main-top .top-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 12px;
    height: 7px;
    margin-top: -6px;
    background: url(../images/icon-plate2-select.png) no-repeat center center;
    background-size: 100%;
  }
  .partner .partner-main .main-top .top-select select {
    width: 100%;
    height: 100%;
    padding-left: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #838383;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .partner .partner-main .main-top .top-select select option {
    font-size: var(--fs26);
  }
  .partner .partner-main .main-top .top-select select option:first-of-type {
    display: none;
  }
  .partner .partner-main .main-top input {
    width: 70%;
    height: 0.8rem;
    margin-right: 0;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #838383;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .partner .partner-main .main-top .top-button {
    width: 26%;
    height: 0.8rem;
    border: solid 1px #b59076;
    border-radius: 0.05rem;
    background: url(../images/icon-search3.png) no-repeat center center;
    background-size: 0.35rem;
  }
  .partner .partner-main .main-top .top-button:hover {
    border: solid 1px #1e075a;
    background: url(../images/icon-search2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  .partner .partner-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.8rem 0 0.6rem;
  }
  .partner .partner-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 48.5%;
    height: auto;
    margin-bottom: 0.6rem;
    background: #f8f8f9;
  }
  .partner .partner-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .partner .partner-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.25rem;
    background: url(../images/partner-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-name {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #999c9f;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-name span {
    font-size: var(--fs38);
    color: #191c22;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: 100;
    color: #333;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-heng {
    width: 0.3rem;
    height: 2px;
    margin: 0.25rem 0;
    background: #b59076;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-text {
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.42rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-text span {
    font-weight: 500;
    color: #333;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    text-align: center;
    line-height: 0.45rem;
    border-radius: 0.45rem;
    background: #a42828;
    box-shadow: 0px 10px 30px 0px rgba(30, 7, 90, 0.3);
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-button img {
    width: 0.2rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-button:hover {
    background: #b59076;
  }
  .partner .partner-main .main-cont .cont-item .item-cent .cent-button:hover img {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .partner .partner-main .main-cont .cont-item:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  }
  .partner .partner-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .partner .partner-main .main-cont .cont-item:hover .item-cent .cent-name span {
    color: #1e075a;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.62rem;
    color: #1e075a;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.3rem 0 0.5rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    color: #aaaaaa;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
    width: auto;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box .box-title {
    width: 100%;
    padding-bottom: 0.2rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
    border-bottom: solid 2px #1e075a;
  }
  .newsDetail .newsDetail-main .main-list {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #393435;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.25);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0.3rem;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:last-of-type {
    margin-bottom: 0.5rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:first-of-type {
    padding: 0.35rem 0 0.45rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
    font-size: var(--fs30);
    font-weight: 100;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title2 {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.56rem;
    color: #1e075a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs16);
    color: #666;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
    color: #1e075a;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title2 {
    color: #b59076;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link a {
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
    color: #1e075a;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #ededed;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
    border: solid 1px #fff;
    background: linear-gradient(90deg, #fdd000, #e77612);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton {
    display: block;
    width: 100%;
    height: 0.85rem;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.85rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #1e075a;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton img {
    width: 14px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
    background: #b59076;
  }
  .newsDetail .newsDetail-main .main-list .list-box-active {
    position: fixed;
    top: 1.2rem;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .news .news-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.8rem;
    border: solid 1px #f1f1f1;
    border-left: none;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #201f1f;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time span {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs48);
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs34);
    line-height: 0.52rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.5rem;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-time span {
    color: #b59076;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #1e075a;
  }
  .news .news-main .main-swiper .swiper-pagination {
    width: 100%;
  }
  .news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0.05rem;
    background: #1e075a;
    opacity: 1;
  }
  .news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #b59076;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 1rem 0 1.2rem;
    border-left: solid 1px #ededed;
  }
  .news .news-main .main-cont .cont-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3rem 0.3rem 0.35rem 0.2rem;
    border: solid 1px #ededed;
  }
  .news .news-main .main-cont .cont-item .item-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #201f1f;
  }
  .news .news-main .main-cont .cont-item .item-time span {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs48);
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: #201f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.35rem;
    border-radius: 0.45rem;
    border: solid 1px #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-button span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon-button-arrow2.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;
  }
  .news .news-main .main-cont .cont-item .item-button:hover span {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .observe {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .observe .observe-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.6rem 0;
  }
  .observe .observe-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
    background: #f7f7f8;
  }
  .observe .observe-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .observe .observe-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b59076;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .observe .observe-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .observe .observe-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .observe .observe-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.25rem 0.3rem 0.45rem;
  }
  .observe .observe-main .main-cont .cont-item .item-cent .cent-subtitle {
    font-size: var(--fs30);
    color: #b59076;
  }
  .observe .observe-main .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs34);
    line-height: 0.56rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .observe .observe-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .observe .observe-main .main-cont .cont-item .item-cent .cent-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .observe .observe-main .main-cont .cont-item .item-cent .cent-bottom p {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #b59076;
  }
  .observe .observe-main .main-cont .cont-item .item-cent .cent-bottom span {
    width: 13px;
    height: 12px;
    background: url(../images/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .observe .observe-main .main-cont .cont-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .observe .observe-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .observe .observe-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #1e075a;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.4rem 0.3rem;
  }
  .contact .contact-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 0;
  }
  .contact .contact-plate1 .plate1-cent .page-English,
  .contact .contact-plate1 .plate1-cent .page-title {
    text-align: left;
  }
  .contact .contact-plate1 .plate1-cent .page-title {
    margin-bottom: 0.5rem;
  }
  .contact .contact-plate1 .plate1-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.22rem;
  }
  .contact .contact-plate1 .plate1-cent .cent-item img {
    width: 0.52rem;
    height: auto;
  }
  .contact .contact-plate1 .plate1-cent .cent-item span {
    width: calc(100% - 0.52rem);
    padding-left: 0.2rem;
    font-size: var(--fs28);
    color: #666;
  }
  .contact .contact-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .contact .contact-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact .contact-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 2.05rem;
    background: #f4f4f5;
    overflow: hidden;
  }
  .contact .contact-plate2 .plate2-main {
    position: relative;
    z-index: 9;
  }
  .contact .contact-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.25rem;
    margin-bottom: 0.6rem;
    background: #fff;
    border-radius: 0.05rem;
    border-top: solid 4px #1e075a;
    box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top p {
    width: calc(100% - 1.8rem);
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top p span {
    font-weight: bold;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--fs28);
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top div span {
    width: 0.25rem;
    height: 0.32rem;
    margin-right: 0.1rem;
    background: url(../images/icon-contact-pic7.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;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item .item-text {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item:hover {
    border-top: solid 4px #b59076;
    box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.3);
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item:hover .item-top div {
    color: #b59076;
  }
  .contact .contact-plate2 .plate2-main .main-cont .cont-item:hover .item-top div span {
    background: url(../images/icon-contact-pic8.png) no-repeat center center;
    background-size: 100%;
  }
  .contact .contact-plate2 .plate2-3D {
    position: absolute;
    bottom: -25%;
    left: 0;
    z-index: 1;
    opacity: 0.1;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-top .top-cent {
    width: auto;
    height: auto;
  }
  .recruit .recruit-main .main-top .top-cent .page-English,
  .recruit .recruit-main .main-top .top-cent .page-title {
    text-align: left;
  }
  .recruit .recruit-main .main-top .page-button {
    background: #1e075a;
  }
  .recruit .recruit-main .main-top .page-button:hover {
    background: #b59076;
  }
  .recruit .recruit-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0.5rem 0 1rem;
  }
  .recruit .recruit-main .main-cont .list-dd {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-cont .list-dd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #1e075a;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 2rem;
    padding: 0.35rem 0.35rem 0.35rem 0.65rem;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-left {
    width: calc(100% - 1rem);
    height: auto;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-title {
    position: relative;
    width: 100%;
    height: auto;
    font-size: var(--fs34);
    color: #2a2a2a;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-title::after {
    content: '';
    position: absolute;
    top: 0.05rem;
    left: -0.45rem;
    width: 0.34rem;
    height: 0.39rem;
    background: url(../images/icon-recruit-user.png) no-repeat top left;
    background-size: 100%;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-heng {
    width: 20px;
    height: 3px;
    margin-top: 0.3rem;
    background: #2a2a2a;
    border-radius: 0.45rem transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-text {
    display: none !important;
    margin-top: 0.2rem;
    font-size: var(--fs14);
    font-weight: 100;
    line-height: 0.3rem;
    color: #666;
    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;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-text2 {
    display: none;
    margin-top: 0.2rem;
    font-size: var(--fs24);
    line-height: 0.44rem;
    color: #333;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-text2 span {
    display: inline-block;
    margin-right: 0.1rem;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-right {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-right img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-right .img2 {
    opacity: 0;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-top .top-right::after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #1e075a;
    border: solid 3px #fff;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .list-dd .top-active {
    background: #fff;
  }
  .recruit .recruit-main .main-cont .list-dd .top-active .top-left .top-text {
    display: none;
  }
  .recruit .recruit-main .main-cont .list-dd .top-active .top-left .top-text2 {
    display: block;
  }
  .recruit .recruit-main .main-cont .list-dd .top-active .top-right::after {
    content: '-';
    font-size: var(--fs40);
    line-height: 0.75rem;
    border: solid 3px #1e075a;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.6rem 0.35rem 0.35rem 0.65rem;
    background: #fff;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: var(--fs28);
    line-height: 0.46rem;
    font-weight: 100;
    color: #666;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    padding-bottom: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    font-weight: 100;
    color: #666;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
    width: 2.2rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 45px;
    background: #b59076;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
    width: 2.2rem;
    height: 0.8rem;
    margin-left: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 45px;
    background: #d8d8d8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-cont .list-dd-active {
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .recruit .recruit-main .main-cont .list-dd-active::after {
    width: 100%;
  }
  .message {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .message .message-main .main-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .message .message-main .main-form input {
    width: 100%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0 0.3rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #666;
    border: solid 1px #ededed;
    border-radius: 0.05rem;
  }
  .message .message-main .main-form input:nth-child(3n) {
    margin-right: 0;
  }
  .message .message-main .main-form textarea {
    width: 100%;
    height: 2.5rem;
    padding: 0.2rem 0.3rem;
    font-family: '微软雅黑';
    font-size: var(--fs26);
    font-weight: 100;
    color: #666;
    border: solid 1px #ededed;
    border-radius: 0.05rem;
  }
  .message .message-main .main-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.3rem auto 0;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #b59076;
    border-radius: 0.05rem;
  }
  .message .message-main .main-button:hover {
    background: #1e075a;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .search .search-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .search .search-main .main-top a {
    width: auto;
    height: 0.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #1e075a;
    border: solid 2px #1e075a;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #1e075a;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-title {
    margin-top: 0.1rem;
    font-size: var(--fs52);
    font-weight: bold;
    text-align: center;
    color: #222;
    line-height:2em;
  }
  
  .cont-plate7 .plate7-main .main-text-link a { font-size:0.35rem;}
  
  
  .page-English {
    font-family: 'MONTSERRAT-THIN';
    font-size: var(--fs42);
    text-align: center;
    text-transform: uppercase;
    color: #a42828;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    background: #a42828;
  }
  .page-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .page-button em {
    width: 13px;
    height: 12px;
    margin-left: 0.08rem;
    background: url(../images/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: #a42828;
  }
  .page-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #a42828;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-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;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-subnav,
  .page-crumb {
    display: none;
  }
  .page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    margin: 0 auto;
  }
  .page-load em {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.2rem;
    background: url(../images/icon-load.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load span {
    font-size: var(--fs28);
    color: #1e075a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load:hover em {
    margin-right: 0.1rem;
    background: url(../images/icon-load2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-load:hover span {
    color: #b59076;
  }
  .page-seek {
    position: fixed;
    top: 65%;
    right: 0.05rem;
    width: 0.8rem;
    height: auto;
    padding: 0.22rem 0.11rem;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 0.45rem;
    background: #1e075a;
    cursor: pointer;
    z-index: 39;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-seek img {
    width: 100%;
  }
  .page-seek p {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #fff;
  }
  .page-seek:hover {
    background: #b59076;
  }
  .page-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
  .page-pupop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.3rem 0;
    background: #fff;
    z-index: 199;
  }
  .page-pupop .pupop-hide {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    width: 0.34rem;
    height: 0.34rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-pupop .pupop-hide img {
    width: 100%;
  }
  .page-pupop .pupop-hide:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .page-pupop .pupop-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-pupop .pupop-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  .page-pupop .pupop-form .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.25rem;
    border-bottom: solid 1px #ededed;
  }
  .page-pupop .pupop-form .form-item p {
    width: 1.5rem;
    font-size: var(--fs28);
    color: #333;
  }
  .page-pupop .pupop-form .form-item p em {
    font-size: var(--fs26);
    color: #f01f1f;
  }
  .page-pupop .pupop-form .form-item input {
    width: calc(100% - 1.5rem);
    height: 100%;
    font-size: var(--fs28);
    color: #666;
    border: none;
    background: none;
  }
  .page-pupop .pupop-form .form-item .item-yzm {
    width: 2rem;
    height: 0.66rem;
    cursor: pointer;
  }
  .page-pupop .pupop-form .form-item .item-yzm img {
    width: 100%;
  }
  .page-pupop .pupop-form .form-item span {
    margin-left: 0.15rem;
    margin-bottom: 0.1rem;
    font-size: var(--fs28);
    color: #1e075a;
    text-decoration: underline;
    cursor: pointer;
  }
  .page-pupop .pupop-form .form-item:nth-child(7) {
    width: 100%;
  }
  .page-pupop .pupop-form .form-item:nth-child(8) {
    width: 50%;
  }
  .page-pupop .pupop-form .form-item:nth-child(9) {
    width: 45%;
    align-items: flex-end;
    border-bottom: none;
  }
  .page-pupop .page-button {
    width: 3rem;
    height: 0.85rem;
    margin: 0 auto;
    background: #1e075a;
  }
  .page-pupop .page-button:hover {
    background: #b59076;
  }
}
