.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: 1680px) {
  .message .message-main .main-form .form-agreement input {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .contact .contact-main .main-cont .main-cent .cent-text em {
    width: 1rem;
  }
  .contact .contact-main .main-cont .main-cent .cent-text span {
    width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: #172980;
    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 {
    position: relative;
    width: 2.4rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-box {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-box .box-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-box .box-nav .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-box .box-nav .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 0.16rem;
    font-size: var(--fs16);
    text-align: center;
    line-height: 1.1rem;
    color: #fffefe;
  }
  nav .nav-main .main-cont .main-box .box-nav .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #8dc900;
    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-box .box-nav .nav-li .li-link-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-box .box-nav .nav-li .li-list {
    position: absolute;
    top: 1.1rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    overflow: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-box .box-nav .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 0.1s;
    -o-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    -webkit-transition: all 0.5s 0.1s;
  }
  nav .nav-main .main-cont .main-box .box-nav .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: var(--fs16);
    line-height: 0.45rem;
    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-box .box-nav .nav-li .li-list a:hover {
    color: #fff;
    background: #172980;
  }
  nav .nav-main .main-cont .main-box .box-nav .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-box .box-nav .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-box .box-nav .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-box .box-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0.65rem;
  }
  nav .nav-main .main-cont .main-box .box-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.3rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-box .box-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.2rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-box .box-right .right-lang .lang-title {
    width: 0.45rem;
    height: 0.45rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.45rem;
    color: #172980;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-box .box-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-box .box-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-101%);
    -o-transform: translatey(-101%);
    -moz-transform: translatey(-101%);
    -webkit-transform: translatey(-101%);
    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-box .box-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.55rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-box .box-right .right-lang .lang-list .list-link:hover {
    color: #fff;
    background: #172980;
  }
  nav .nav-main .main-cont .main-box .box-right .right-lang:hover .lang-flag {
    background: url(../images/icon/icon-nav-lang3.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main .main-cont .main-box .box-right .right-lang:hover .lang-title {
    color: #172980;
  }
  nav .nav-main .main-cont .main-box .box-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-box .box-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-box .box-right .right-web-menu {
    display: block;
    width: 0.8rem;
    height: 100%;
    margin-left: 0.2rem;
    background: #172980 url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 0.45rem;
    cursor: pointer;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #172980;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.4rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #172980;
    border-bottom: solid 1px #172980;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.4rem;
    height: auto;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 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/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: #172980;
  }
  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: #172980;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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: #172980;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #172980;
    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: #172980;
  }
  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 #172980;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  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: 6rem;
  }
  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 {
    display: none;
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
  }
  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: 30%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'Poppins-SemiBold';
    font-size: var(--fs48);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.05rem;
    border: solid 1px #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #172980;
    border: solid 1px #172980;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #172980;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.54rem 0.3rem;
    background: #fafafa;
    border-top: solid 1px #e3e3e3;
  }
  footer .foot-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-box .box-nav {
    display: none;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-box .box-nav .nav-item {
    width: 1.48rem;
    height: auto;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs24);
    line-height: 0.48rem;
    color: #666;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-title:hover {
    color: #172980;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-cent a {
    display: block;
    font-size: var(--fs16);
    line-height: 0.36rem;
    color: #666;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #172980;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-cent a:hover {
    color: #172980;
  }
  footer .foot-main .main-box .box-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-box .box-ewm {
    width: 2.28rem;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-box .box-ewm img {
    width: 100%;
  }
  footer .foot-bottom {
    width: 100%;
    height: auto;
    background: #fff;
    border-top: solid 1px #e3e3e3;
  }
  footer .foot-bottom .bottom-zizhi {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.2rem 0.3rem;
    font-size: var(--fs24);
    line-height: 0.4rem;
    color: #333;
  }
  footer .foot-bottom .bottom-zizhi a {
    color: #333;
  }
  footer .foot-bottom .bottom-zizhi a:hover {
    color: #172980;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 6rem;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0.5rem 0.3rem 0;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs38);
    font-weight: bold;
    line-height: 0.48rem;
    color: #fff;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-cent .cent-heng {
    width: 0.4rem;
    height: 4px;
    margin-top: 0.25rem;
    background: #8dc900;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: var(--fs26);
    color: #fff;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-cent .cent-button {
    display: block;
    width: 2rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    font-size: var(--fs26);
    font-weight: bold;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    border-radius: 0.45rem;
    border: solid 1px #fff;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-cent .cent-button:hover {
    border: solid 1px #172980;
    background: #172980;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-video {
    position: absolute;
    bottom: 0.16rem;
    right: 0.3rem;
    width: 3rem;
    height: auto;
    border-radius: 0.1rem;
    border: solid 2px #fff;
    overflow: hidden;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #000 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 0.3rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-video .video-play:hover {
    background: #172980 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 0.3rem;
  }
  .container .cont-plate1 .swiper-slide .slide-box .box-video:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate1 .plate1-swiper-button-prev,
  .container .cont-plate1 .plate1-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.58rem;
    height: 0.58rem;
    margin-top: -0.29rem;
    border-radius: 50%;
    background: #fff;
    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 .cont-plate1 .plate1-swiper-button-prev img,
  .container .cont-plate1 .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.14rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-swiper-button-prev .img2,
  .container .cont-plate1 .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-swiper-button-prev:hover,
  .container .cont-plate1 .plate1-swiper-button-next:hover {
    background: #172980;
  }
  .container .cont-plate1 .plate1-swiper-button-prev:hover .img1,
  .container .cont-plate1 .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-swiper-button-prev:hover .img2,
  .container .cont-plate1 .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-swiper-button-prev {
    left: 2.28rem;
  }
  .container .cont-plate1 .plate1-swiper-button-next {
    right: 2.28rem;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.55rem;
  }
  .container .cont-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-top {
    width: 100%;
    height: auto;
    padding-left: 0.15rem;
    border-left: solid 4px #8dc900;
  }
  .container .cont-plate2 .plate2-main .main-top .top-title {
    font-size: var(--fs44);
    color: #000;
  }
  .container .cont-plate2 .plate2-main .main-top .top-English {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    font-weight: 100;
    text-transform: uppercase;
    color: #999999;
  }
  .container .cont-plate2 .plate2-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.42rem;
    border-radius: 0.1rem;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.02);
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-cont img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.2rem;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-data .data-item {
    width: 33.33%;
    height: auto;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-data .data-item .item-num {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-data .data-item .item-num em {
    position: relative;
    top: -0.15rem;
    font-size: 0.3rem;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-data .data-item .item-text {
    font-size: var(--fs30);
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-cont:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.55rem;
    background: #e3e3e3;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-top {
    width: 100%;
    height: auto;
    padding-left: 0.15rem;
    border-left: solid 4px #8dc900;
  }
  .container .cont-plate3 .plate3-main .main-top .top-title {
    font-size: var(--fs44);
    color: #000;
  }
  .container .cont-plate3 .plate3-main .main-top .top-English {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    font-weight: 100;
    text-transform: uppercase;
    color: #999999;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-data {
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.45rem 0;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-data .data-item {
    width: 33.33%;
    height: auto;
    margin-right: 0;
    text-align: center;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-data .data-item .item-title {
    font-size: var(--fs46);
    font-weight: bold;
    color: #172980;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-data .data-item .item-text {
    position: relative;
    margin-top: 0.15rem;
    font-size: var(--fs30);
    line-height: 0.2rem;
    color: #333;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-data .data-item .item-text::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    right: -0.16rem;
    width: 2px;
    height: 100%;
    background: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-data .data-item:last-of-type .item-text::after {
    display: none;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: auto;
    cursor: pointer;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item span {
    width: 0.19rem;
    height: 0.25rem;
    background: url(../images/icon/icon-plate3-address.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;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item p {
    padding: 0 0.15rem;
    font-size: var(--fs16);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item p em {
    font-size: var(--fs20);
    font-weight: bold;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(1) {
    top: 1.68rem;
    left: 7.28rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(2) {
    top: 1.97rem;
    left: 7.54rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(3) {
    top: 2.34rem;
    left: 7.54rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(4) {
    bottom: 1.12rem;
    left: 6.62rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(4) span {
    background: url(../images/icon/icon-plate3-address2.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(4) p {
    color: #8dc900;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(5) {
    bottom: 0.8rem;
    left: 6.72rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(6) {
    flex-direction: row-reverse;
    bottom: 1.18rem;
    right: 6.35rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-address .address-item:nth-child(7) {
    flex-direction: row-reverse;
    bottom: 2.14rem;
    right: 6.7rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-web-pic {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-web-pic img {
    display: block;
    width: 100%;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 0.62rem 0.3rem 0.25rem;
    background: #fafafa;
  }
  .container .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-main .main-top {
    width: 100%;
    height: auto;
    padding-left: 0.15rem;
    border-left: solid 4px #8dc900;
  }
  .container .cont-plate4 .plate4-main .main-top .top-title {
    font-size: var(--fs44);
    color: #000;
  }
  .container .cont-plate4 .plate4-main .main-top .top-English {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    font-weight: 100;
    text-transform: uppercase;
    color: #999999;
  }
  .container .cont-plate4 .plate4-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.46rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-bottom: 0.25rem;
    background: #fff;
    border-radius: 0.14rem;
    overflow: hidden;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.02);
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-pic {
    width: 100%;
    height: 1.8rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.36rem 0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-title {
    font-size: var(--fs30);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-text {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.15rem;
    font-size: var(--fs24);
    line-height: 0.4rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-button {
    position: static;
    bottom: 0.18rem;
    right: 0.18rem;
    width: 2rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    font-size: var(--fs24);
    text-align: center;
    line-height: 0.48rem;
    color: #666;
    border-radius: 0.45rem;
    border: solid 1px #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-button:hover {
    color: #fff;
    background: #8dc900;
    border: solid 1px #8dc900;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item:hover .item-cent .cent-title {
    color: #172980;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    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 .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev img,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.22rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev .img2,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover {
    background: #172980;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover .img1,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover .img2,
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev {
    left: -0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
    right: -0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .plate4-button-disabled {
    opacity: 0.3;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0.56rem 0.3rem 0.45rem;
    background: #f4f4f4;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin-top: 0.28rem;
  }
  .product .product-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.38rem 0.2rem 0.3rem;
    background: #fff;
    border-radius: 0.14rem;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-title {
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs36);
    font-weight: 100;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-button {
    width: 1.8rem;
    height: 0.45rem;
    margin: 0.1rem auto 0;
    font-size: var(--fs24);
    text-align: center;
    line-height: 0.42rem;
    color: #666;
    border-radius: 0.45rem;
    border: solid 1px #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-button:hover {
    color: #fff;
    background: #8dc900;
    border: solid 1px #8dc900;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-pic {
    width: 100%;
    height: 2.7rem;
    margin-top: 0.1rem;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item:hover .item-title,
  .product .product-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item:hover .item-text {
    color: #8dc900;
  }
  .product .product-main .main-cont .product-swiper-button-prev,
  .product .product-main .main-cont .product-swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    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;
  }
  .product .product-main .main-cont .product-swiper-button-prev img,
  .product .product-main .main-cont .product-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.24rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .product-swiper-button-prev .img2,
  .product .product-main .main-cont .product-swiper-button-next .img2 {
    opacity: 0;
  }
  .product .product-main .main-cont .product-swiper-button-prev:hover,
  .product .product-main .main-cont .product-swiper-button-next:hover {
    background: #172980;
  }
  .product .product-main .main-cont .product-swiper-button-prev:hover .img1,
  .product .product-main .main-cont .product-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product .product-main .main-cont .product-swiper-button-prev:hover .img2,
  .product .product-main .main-cont .product-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product .product-main .main-cont .product-swiper-button-prev {
    left: 35%;
  }
  .product .product-main .main-cont .product-swiper-button-next {
    right: 35%;
  }
  .product .product-main .main-cont .product-button-disabled {
    opacity: 0.3;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1.26rem 0.3rem 1.2rem;
    background: url(../images/history/bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .history .history-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.2rem;
  }
  .history .history-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .history .history-main .main-swiper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.12rem;
    margin-top: -0.06rem;
    background: #fff;
    border-radius: 0.45rem;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .history .history-main .main-swiper .swiper-slide {
    width: 50%;
    height: 8.2rem;
    padding-left: 0.4rem;
    opacity: 0;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 4.1rem;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box .box-round {
    position: absolute;
    bottom: -0.15rem;
    left: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box .box-round::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.22rem;
    height: 0.22rem;
    margin: -0.11rem 0 0 -0.11rem;
    border-radius: 50%;
    background: #8dc900;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 2.5rem;
    height: auto;
    padding: 0.04rem;
    background: #fff;
    overflow: hidden;
  }
  .history .history-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;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 0.12rem;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year {
    margin-top: 0.12rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #8dc900;
  }
  .history .history-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    max-height: 1.6rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #333;
  }
  .history .history-main .main-swiper .swiper-slide:nth-child(even) {
    padding-top: 4.1rem;
  }
  .history .history-main .main-swiper .swiper-slide:nth-child(even) .slide-box {
    padding-top: 0.3rem;
  }
  .history .history-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round {
    top: -0.15rem;
    bottom: auto;
  }
  .history .history-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round::after {
    background: #999999;
  }
  .history .history-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-pic {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .history .history-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent {
    position: static;
  }
  .history .history-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent .cent-year {
    margin-top: 0;
    margin-bottom: 0.12rem;
    color: #666;
  }
  .history .history-main .main-swiper .swiper-slide:last-of-type {
    width: 50%;
  }
  .history .history-main .main-swiper .swiper-slide:last-of-type .slide-box {
    width: 100%;
  }
  .history .history-main .history-swiper-button-prev,
  .history .history-main .history-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .history-swiper-button-prev img,
  .history .history-main .history-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.2rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .history-swiper-button-prev .img2,
  .history .history-main .history-swiper-button-next .img2 {
    opacity: 0;
  }
  .history .history-main .history-swiper-button-prev:hover,
  .history .history-main .history-swiper-button-next:hover {
    background: #172980;
  }
  .history .history-main .history-swiper-button-prev:hover .img1,
  .history .history-main .history-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history .history-main .history-swiper-button-prev:hover .img2,
  .history .history-main .history-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .history .history-main .history-swiper-button-prev {
    left: -0.3rem;
  }
  .history .history-main .history-swiper-button-next {
    right: -0.3rem;
  }
  .history .history-main .history-button-disabled {
    opacity: 0.3;
  }
  .capacity {
    width: 100%;
    height: auto;
  }
  .capacity .capacity-plate1 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.6rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .capacity .capacity-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .capacity .capacity-plate1 .plate1-main .main-English {
    font-family: 'Poppins-SemiBold';
    font-size: var(--fs48);
    line-height: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .capacity .capacity-plate1 .plate1-main .main-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .capacity .capacity-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .capacity .capacity-plate1 .plate1-main .main-box .box-item {
    width: 48%;
    height: auto;
    margin: 0 1% 0.5rem;
  }
  .capacity .capacity-plate1 .plate1-main .main-box .box-item .item-top {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    font-size: var(--fs36);
    text-align: center;
    line-height: 1.5rem;
    color: #fff;
    border-radius: 50%;
    background: #172980;
  }
  .capacity .capacity-plate1 .plate1-main .main-box .box-item .item-title {
    width: 3rem;
    height: 0.55rem;
    margin: 0.12rem auto 0;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.52rem;
    color: #fff;
    border-radius: 0.45rem;
    border: solid 1px #fff;
  }
  .capacity .capacity-plate1 .plate1-main .main-box .box-item .item-text {
    margin-top: 0.15rem;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
  }
  .capacity .capacity-plate1 .plate1-main .main-box .box-item:first-of-type {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .capacity .capacity-plate1 .plate1-main .main-box .box-item:first-of-type .item-text {
    width: 100%;
    margin: 0.15rem auto 0;
  }
  .capacity .capacity-plate2 {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.65rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .capacity .capacity-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .capacity .capacity-plate2 .plate2-main .main-English {
    font-family: 'Poppins-SemiBold';
    font-size: var(--fs48);
    line-height: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .capacity .capacity-plate2 .plate2-main .main-title {
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
    overflow: hidden;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.1rem;
    margin-top: -0.05rem;
    background: #003399;
    border-radius: 0.45rem;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide {
    width: calc(100% / 2);
    height: auto;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 5.1rem;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-round {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.06rem;
    right: 0;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto;
    font-size: var(--fs32);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #003399;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 3.1rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
    text-align: center;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent::before {
    content: '';
    position: absolute;
    top: -0.55rem;
    left: 50%;
    width: 0.06rem;
    height: 0.3rem;
    margin-left: -0.03rem;
    background: #003399;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent::after {
    content: '';
    position: absolute;
    top: -0.25rem;
    left: 50%;
    width: 0.14rem;
    height: 0.14rem;
    margin-left: -0.07rem;
    border-radius: 50%;
    background: #003399;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent img {
    width: auto;
    height: 0.65rem;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    display: inline-block;
    width: auto;
    height: 0.45rem;
    padding: 0 0.15rem;
    margin: 0 auto;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 0.45rem;
    border: solid 1px #fff;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round {
    bottom: 1.06rem;
    top: auto;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent {
    bottom: 3.1rem;
    top: auto;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent::before {
    bottom: -0.55rem;
    top: auto;
  }
  .capacity .capacity-plate2 .plate2-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent::after {
    bottom: -0.25rem;
    top: auto;
  }
  .capacity .capacity-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.42rem;
    padding: 0.45rem 0.3rem 0.14rem;
    border: solid 1px #fff;
    border-radius: 0.1rem;
  }
  .capacity .capacity-plate2 .plate2-main .main-cont .cont-item {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 0.45rem;
    margin: 0 0.1rem 0.4rem;
    font-size: var(--fs30);
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
  }
  .capacity .capacity-plate2 .plate2-main .main-cont .cont-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.45rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: url(../images/icon/icon-page-feather.png) no-repeat center center;
    background-size: 100%;
  }
  .capacity .capacity-plate2 .plate2-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.45rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: url(../images/icon/icon-page-feather2.png) no-repeat center center;
    background-size: 100%;
  }
  .culture {
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .culture .culture-plate1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .culture .culture-plate1 .plate1-pic {
    width: 100%;
    height: 7rem;
    overflow: hidden;
  }
  .culture .culture-plate1 .plate1-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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));
    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;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .culture .culture-plate1 .plate1-cent {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .culture .culture-plate1 .plate1-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
    color: #000;
  }
  .culture .culture-plate1 .plate1-cent .cent-English {
    margin-top: -2.25rem;
    padding-left: 0.2rem;
    font-family: 'POPPINS-LIGHT';
    font-size: var(--fs32);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #000;
  }
  .culture .culture-plate1 .plate1-cent .cent-arrow {
    width: 0.24rem;
    margin: 1.5rem auto 0;
  }
  .culture .culture-plate1 .plate1-cent .cent-arrow img {
    width: 100%;
  }
  .culture .culture-plate1 .plate1-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #000;
  }
  .culture .culture-plate1:hover .plate1-pic img {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .culture .culture-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .culture .culture-plate2 .plate2-pic {
    width: 100%;
    height: 7rem;
    overflow: hidden;
  }
  .culture .culture-plate2 .plate2-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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));
    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;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .culture .culture-plate2 .plate2-cent {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .culture .culture-plate2 .plate2-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
    color: #fff;
  }
  .culture .culture-plate2 .plate2-cent .cent-English {
    margin-top: -2.25rem;
    padding-left: 0.2rem;
    font-family: 'POPPINS-LIGHT';
    font-size: var(--fs32);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #fff;
  }
  .culture .culture-plate2 .plate2-cent .cent-arrow {
    width: 0.24rem;
    margin: 1.5rem auto 0;
  }
  .culture .culture-plate2 .plate2-cent .cent-arrow img {
    width: 100%;
  }
  .culture .culture-plate2 .plate2-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .culture .culture-plate2:hover .plate2-pic img {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .culture .culture-plate3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .culture .culture-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .culture .culture-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: 6.5rem;
  }
  .culture .culture-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .culture .culture-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-plate3 .plate3-main .main-item .item-cent {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .culture .culture-plate3 .plate3-main .main-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
  }
  .culture .culture-plate3 .plate3-main .main-item .item-cent .cent-English {
    margin-top: -1.75rem;
    font-family: 'POPPINS-LIGHT';
    font-size: var(--fs32);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .culture .culture-plate3 .plate3-main .main-item .item-cent .cent-arrow {
    width: 0.24rem;
    margin: 1.5rem auto 0;
  }
  .culture .culture-plate3 .plate3-main .main-item .item-cent .cent-arrow img {
    width: 100%;
  }
  .culture .culture-plate3 .plate3-main .main-item .item-cent .cent-text {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .culture .culture-plate3 .plate3-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .culture .culture-plate3 .plate3-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0.95rem;
  }
  .culture .culture-plate3 .plate3-cent .cent-title {
    font-size: var(--fs42);
    text-align: center;
    letter-spacing: 0.05rem;
    color: #000;
  }
  .culture .culture-plate3 .plate3-cent .cent-English {
    margin: 0.05rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .society {
    width: 100%;
    height: auto;
  }
  .society .society-plate1 {
    width: 100%;
    height: auto;
    padding: 0.62rem 0.3rem 0.35rem;
    background: #fafafa;
  }
  .society .society-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .society .society-plate1 .plate1-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.46rem;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-bottom: 0.25rem;
    background: #fff;
    border-radius: 0.14rem;
    overflow: hidden;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.02);
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-pic {
    width: 100%;
    height: 1.8rem;
    overflow: hidden;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.36rem 0.2rem;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-title {
    font-size: var(--fs30);
    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;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-text {
    width: 100%;
    height: 0.84rem;
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-button {
    position: static;
    bottom: 0.18rem;
    right: 0.18rem;
    width: 2rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    font-size: var(--fs24);
    text-align: center;
    line-height: 0.48rem;
    color: #666;
    border-radius: 0.45rem;
    border: solid 1px #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item .item-cent .cent-button:hover {
    color: #fff;
    background: #8dc900;
    border: solid 1px #8dc900;
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .society .society-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-item:hover .item-cent .cent-title {
    color: #172980;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-prev,
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    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;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-prev img,
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.22rem;
    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;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-prev .img2,
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-prev:hover,
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-next:hover {
    background: #172980;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-prev:hover .img1,
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-prev:hover .img2,
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-prev {
    left: -0.2rem;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-swiper-button-next {
    right: -0.2rem;
  }
  .society .society-plate1 .plate1-main .main-cont .plate1-button-disabled {
    opacity: 0.3;
  }
  .society .society-plate2 {
    width: 100%;
    height: auto;
    padding: 0.58rem 0.3rem 0.4rem;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .society .society-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .society .society-plate2 .plate2-main .page-top .top-title,
  .society .society-plate2 .plate2-main .page-top .top-English {
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.28rem;
  }
  .society .society-plate2 .plate2-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.1rem;
    padding: 0.22rem 0.18rem 0.6rem;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 0.1rem;
    background: rgba(0, 51, 153, 0.3);
  }
  .society .society-plate2 .plate2-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-top {
    width: 100%;
    height: 1.3rem;
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    line-height: 1.28rem;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 0.04rem;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.65rem;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cent .cent-item:last-of-type {
    margin-bottom: 0;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cent .cent-item .item-num {
    font-family: 'POPPINS-LIGHT';
    font-size: 0.65rem;
    text-align: center;
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cent .cent-item .item-text {
    margin-top: -0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-lump {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-lump .lump-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.42rem;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-lump .lump-item:last-of-type {
    margin-bottom: 0;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-lump .lump-item .item-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-lump .lump-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cont {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cont .cont-item .item-cent {
    width: calc(50% - 0.25rem);
    height: auto;
    text-align: right;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cont .cont-item:nth-child(even) {
    justify-content: flex-end;
    margin-top: -0.6rem;
  }
  .society .society-plate2 .plate2-main .main-box .box-item .item-cont .cont-item:nth-child(even) .item-cent {
    text-align: left;
  }
  .society .society-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
    padding-left: 0;
    padding-bottom: 0.45rem;
  }
  .society .society-plate2 .plate2-main .main-cont .cont-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .society .society-plate2 .plate2-main .main-cont .cont-text {
    min-height: auto;
    margin-top: 0.3rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.48rem;
    color: #fff;
  }
  .about {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 1.55rem;
    margin-top: 1.2rem;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
  }
  .about .about-main {
    width: 100%;
    height: auto;
    padding: 0 ;
    margin: 0 auto;
  }
  .about .about-main .main-top {
    width: 100%;
    height: auto;
    padding-left: 0.15rem;
    border-left: solid 4px #fff;
  }
  .about .about-main .main-top .top-English {
    font-family: 'Poppins-SemiBold';
    font-size: var(--fs48);
    line-height: 0.48rem;
    text-transform: uppercase;
    color: #fff;
  }
  .about .about-main .main-top .top-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
  }
  .about .about-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    border-radius: 0.06rem;
    border: solid 1px #666666;
    overflow: hidden;
  }
  .about .about-main .main-video .video-pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-main .main-video .video-pic img {
    width: 100%;
  }
  .about .about-main .main-video .video-pic .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.86rem;
    height: 0.86rem;
    margin: -0.43rem 0 0 -0.43rem;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-main .main-video .video-pic .video-icon img {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 0.27rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-main .main-video .video-pic .video-icon .img2 {
    opacity: 0;
  }
  .about .about-main .main-video .video-pic .video-icon::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: solid 1px #fff;
    animation: wid 3s infinite linear;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-main .main-video .video-pic .video-icon::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: solid 1px #fff;
    animation: wid 3s 1.5s infinite linear;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-main .main-video .video-pic .video-icon:hover {
    background: #8dc900;
  }
  .about .about-main .main-video .video-pic .video-icon:hover .img1 {
    opacity: 0;
  }
  .about .about-main .main-video .video-pic .video-icon:hover .img2 {
    opacity: 1;
  }
  .about .about-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .about .about-main .main-video .video-box video {
    width: 100%;
  }
  .about .about-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.58rem;
  }
  .about .about-main .main-cent .cent-title {
    font-size: var(--fs46);
    font-weight: 100;
    color: #fff;
  }
  .about .about-main .main-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
  }
  .about .about-main .main-cent .cent-heng {
    width: 0.6rem;
    height: 0.08rem;
    margin-top: 0.45rem;
    background: #8dc900;
  }
  .about .about-main .main-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #fff;
  }
  .about .about-main .main-cent .cent-text span {
    display: inline;
    width: auto;
  }
  .join {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.75rem;
    background: #ededed;
  }
  .join .join-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    border-bottom: solid 2px #ccc;
  }
  .join .join-main .main-top .top-item {
    position: relative;
    width: auto;
    height: 0.5rem;
    margin: 0 0.3rem 0.12rem;
    padding: 0 0.25rem;
    font-size: var(--fs32);
    font-weight: 100;
    line-height: 0.5rem;
    color: #333;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0.25rem;
    width: calc(100% - 0.5rem);
    height: 0.04rem;
    background: #8dc900;
    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;
  }
  .join .join-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));
  }
  .join .join-main .main-top .top-item-on {
    font-weight: bold;
    background: #fff;
  }
  .join .join-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));
  }
  .join .join-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    border-radius: 0.12rem;
    overflow: hidden;
  }
  .join .join-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .join .join-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem;
    background: #172980;
  }
  .join .join-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs48);
    font-weight: 100;
    color: #fff;
  }
  .join .join-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
  }
  .join .join-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .join .join-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-box .box-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));
  }
  .join .join-main .main-box .box-item:nth-child(2) {
    margin-top: 0.45rem;
  }
  .join .join-main .main-box .box-item:nth-child(2) .item-pic {
    width: 100%;
  }
  .join .join-main .main-box .box-item:nth-child(2) .item-pic:nth-child(3) {
    display: none;
    width: 100%;
  }
  .join .join-main .main-box .box-item:nth-child(2) .item-cent {
    width: 100%;
    padding: 0.65rem 0.3rem;
    background: #fff;
  }
  .join .join-main .main-box .box-item:nth-child(2) .item-cent .cent-title,
  .join .join-main .main-box .box-item:nth-child(2) .item-cent .cent-text {
    color: #4d4d4d;
  }
  .join .join-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .join .join-main .main-cont .cont-title {
    font-size: var(--fs48);
    font-weight: 100;
    text-align: center;
    color: #4b4b4b;
  }
  .join .join-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .join .join-main .main-cont .cont-box .box-item {
    position: relative;
    width: 49%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.15rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .join .join-main .main-cont .cont-box .box-item:last-of-type {
    margin-right: 0;
  }
  .join .join-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: 100%;
  }
  .join .join-main .main-cont .cont-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .cont-box .box-item p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    font-size: var(--fs48);
    font-weight: 100;
    text-align: center;
    color: #fff;
    transform: translatey(-49%);
    -o-transform: translatey(-49%);
    -moz-transform: translatey(-49%);
    -webkit-transform: translatey(-49%);
  }
  .join .join-main .main-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.75rem;
    background: #ededed;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    border-bottom: solid 2px #ccc;
  }
  .recruit .recruit-main .main-top .top-item {
    position: relative;
    width: auto;
    height: 0.5rem;
    margin: 0 0.3rem 0.12rem;
    padding: 0 0.25rem;
    font-size: var(--fs32);
    font-weight: 100;
    line-height: 0.5rem;
    color: #333;
    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-top .top-item::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0.25rem;
    width: calc(100% - 0.5rem);
    height: 0.04rem;
    background: #8dc900;
    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;
  }
  .recruit .recruit-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));
  }
  .recruit .recruit-main .main-top .top-item-on {
    font-weight: bold;
    background: #fff;
  }
  .recruit .recruit-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));
  }
  .recruit .recruit-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.18rem;
    border-radius: 0.12rem;
    border: solid 2px #fff;
    background: #fff;
    overflow: hidden;
  }
  .recruit .recruit-main .main-cont .cont-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0.8rem;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-English {
    font-size: var(--fs48);
    font-weight: 100;
    text-transform: uppercase;
    color: #4b4b4b;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs42);
    font-weight: 100;
    color: #4b4b4b;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #4b4b4b;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box {
    display: flex;
    justify-content: flex-start;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-right: 0.7rem;
    color: #4b4b4b;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item:last-of-type {
    margin-right: 0;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item span {
    position: relative;
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.18rem;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item span .img2 {
    opacity: 0;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item p {
    font-size: var(--fs36);
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item:hover {
    color: #172980;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item:hover span .img1 {
    opacity: 0;
  }
  .recruit .recruit-main .main-cont .cont-cent .cent-box .box-item:hover span .img2 {
    opacity: 1;
  }
  .recruit .recruit-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .recruit .recruit-main .main-cont .cont-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;
  }
  .recruit .recruit-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));
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.75rem;
    background: #ededed;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: solid 2px #ccc;
  }
  .contact .contact-main .main-top .top-item {
    position: relative;
    width: auto;
    height: 0.5rem;
    margin: 0.1rem 0.05rem 0.12rem;
    padding: 0 0.3rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.45rem;
    color: #333;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0.3rem;
    width: calc(100% - 0.6rem);
    height: 0.04rem;
    background: #8dc900;
    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;
  }
  .contact .contact-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));
  }
  .contact .contact-main .main-top .top-item-on {
    font-weight: bold;
    background: #fff;
  }
  .contact .contact-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));
  }
  .contact .contact-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.18rem;
    padding: 0.25rem 0.24rem;
    border-radius: 0.12rem;
    border: solid 1px #f8f8f8;
    background: #f8f8f8;
    overflow: hidden;
  }
  .contact .contact-main .main-cont .main-cent {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-cont .main-cent .cent-pic {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .contact .contact-main .main-cont .main-cent .cent-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;
  }
  .contact .contact-main .main-cont .main-cent .cent-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-main .main-cont .main-cent .cent-title {
    margin: 0.4rem 0;
    font-size: var(--fs36);
    color: #333;
  }
  .contact .contact-main .main-cont .main-cent .cent-text {
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.48rem;
    color: #666;
  }
  .contact .contact-main .main-cont .main-cent .cent-text em {
    width: 1.3rem;
  }
  .contact .contact-main .main-cont .main-cent .cent-text span {
    width: calc(100% - 1.3rem);
  }
  .contact .contact-main .main-cont .main-cent .cent-button {
    display: block;
    position: static;
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 0.55rem;
    margin-top: 0.45rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.5rem;
    color: #666;
    border-radius: 0.45rem;
    border: solid 1px #999999;
  }
  .contact .contact-main .main-cont .main-cent .cent-button:hover {
    color: #fff;
    background: #172980;
    border: solid 1px #172980;
  }
  .contact .contact-main .main-cont .main-map {
    position: relative;
    width: 100%;
    height: 5.5rem;
    margin-top: 0.5rem;
    border-radius: 0.08rem;
    box-shadow: 0px 0px 13px 0px #c1c1c1 inset;
    overflow: hidden;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.45rem;
    background: #ededed;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    border-bottom: solid 2px #ccc;
  }
  .news .news-main .main-top .top-item {
    position: relative;
    width: auto;
    height: 0.5rem;
    margin: 0 0.3rem 0.12rem;
    padding: 0 0.25rem;
    font-size: var(--fs32);
    font-weight: 100;
    line-height: 0.5rem;
    color: #333;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0.25rem;
    width: calc(100% - 0.5rem);
    height: 0.04rem;
    background: #8dc900;
    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;
  }
  .news .news-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));
  }
  .news .news-main .main-top .top-item-on {
    font-weight: bold;
    background: #fff;
  }
  .news .news-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));
  }
  .news .news-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.28rem;
  }
  .news .news-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
    background: #fff;
    border: solid 2px #fff;
    border-radius: 0.12rem;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    height: 1.1rem;
    font-size: var(--fs42);
    font-weight: 100;
    line-height: 0.55rem;
    text-align: left;
    color: #4b4b4b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button {
    position: static;
    left: 0;
    width: 1.8rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    font-family: 'Poppins-Regular';
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    background: #8dc900;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button:hover {
    background: #172980;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    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-cont .cont-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .news .news-main .main-cont .cont-item:nth-child(odd) .item-cent {
    padding: 0.45rem 0.3rem;
  }
  .news .news-main .main-cont .cont-item:nth-child(odd) .item-cent .cent-title,
  .news .news-main .main-cont .cont-item:nth-child(odd) .item-cent .cent-text {
    text-align: left;
  }
  .news .news-main .main-cont .cont-item:nth-child(odd) .item-cent .cent-button {
    left: 0;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #172980;
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .message {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.75rem;
    background: #ededed;
  }
  .message .message-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .message .message-main .main-text {
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: #333;
  }
  .message .message-main .main-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.5rem;
  }
  .message .message-main .main-form .form-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .message .message-main .main-form .form-item .item-title {
    margin-bottom: 0.06rem;
    font-size: var(--fs26);
    font-weight: bold;
    color: #333333;
  }
  .message .message-main .main-form .form-item .item-title em {
    margin-left: 0.05rem;
    color: #bf0000;
  }
  .message .message-main .main-form .form-item input {
    width: 100%;
    height: 0.75rem;
    padding: 0 0.15rem;
    font-size: var(--fs26);
    color: #333;
    border: 1px solid #DBDADA;
    background: #fff;
    border-radius: 0.05rem;
  }
  .message .message-main .main-form .form-item select {
    width: 100%;
    height: 0.75rem;
    padding: 0 0.15rem;
    font-size: var(--fs26);
    color: #333;
    border: 1px solid #DBDADA !important;
    background: #fff;
    border-radius: 0.05rem;
    appearance: none;
    outline: none;
  }
  .message .message-main .main-form .form-item textarea {
    width: 100%;
    height: 2.5rem;
    padding: 0.1rem 0.15rem;
    font-size: var(--fs26);
    color: #333;
    border: 1px solid #DBDADA;
    background: #fff;
    border-radius: 0.05rem;
  }
  .message .message-main .main-form .form-item:nth-child(10) {
    width: 100%;
    height: auto;
  }
  .message .message-main .main-form .form-agreement {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0.2rem;
    background: #fff;
  }
  .message .message-main .main-form .form-agreement input {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.1rem;
  }
  .message .message-main .main-form .form-agreement P {
    width: calc(100% - 0.25rem);
    padding-left: 0.06rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #333333;
  }
  .message .message-main .main-form .form-agreement P a {
    color: #172980;
  }
  .message .message-main .main-form .form-agreement P a:hover {
    color: #8dc900;
  }
  .message .message-main .main-button {
    display: block;
    width: 3.2rem;
    height: auto;
    margin: 0.4rem auto 0;
    padding: 0.25rem 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    color: #fff;
    border-radius: 0.05rem;
    background: #172980;
  }
  .message .message-main .main-button:hover {
    background: #8dc900;
  }
  .agreement {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.75rem;
    background: #ededed;
  }
  .agreement .agreement-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #5a5a5c;
  }
  .agreement .agreement-main strong {
    color: #333;
  }
  .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: #172980;
    border: solid 2px #172980;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #172980;
    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;
  }
  .page-top {
    width: 100%;
    height: auto;
    padding-left: 0.15rem;
    border-left: solid 4px #8dc900;
  }
  .page-top .top-title {
    font-size: var(--fs44);
    color: #000;
  }
  .page-top .top-English {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    font-weight: 100;
    text-transform: uppercase;
    color: #999999;
  }
  .product-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(17, 17, 17, 0.8);
    z-index: 99;
  }
  .product-pupop {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 11rem;
    margin: -5.5rem 0 0 0;
    background: #fff;
    border-radius: 0.14rem;
    overflow: hidden;
    z-index: 99;
  }
  .product-pupop .pupop-left {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.54rem;
  }
  .product-pupop .pupop-left .left-title {
    font-size: var(--fs30);
    color: #666;
  }
  .product-pupop .pupop-left .left-num {
    display: inline-block;
    width: auto;
    height: 0.46rem;
    margin-top: 0.15rem;
    padding: 0 0.16rem;
    font-size: var(--fs42);
    line-height: 0.46rem;
    color: #fff;
    border-radius: 0.1rem;
    background: #8dc900;
  }
  .product-pupop .pupop-left .left-bottom {
    position: static;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 ;
    margin-top: 0.3rem;
  }
  .product-pupop .pupop-left .left-bottom .bottom-text {
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #666;
  }
  .product-pupop .pupop-left .left-bottom .bottom-botton {
    display: block;
    width: 2rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.45rem;
    text-align: center;
    color: #666;
    border-radius: 0.45rem;
    border: solid 1px #999999;
  }
  .product-pupop .pupop-left .left-bottom .bottom-botton:hover {
    border: solid 1px #8dc900;
    color: #fff;
    background: #8dc900;
  }
  .product-pupop .pupop-main {
    width: 100%;
    height: 100%;
    padding: 0.65rem 0.3rem 0.65rem;
    background: #f5f5f5;
  }
  .product-pupop .pupop-main .main-cont {
    width: 100%;
    height: 5.6rem;
    overflow: auto;
  }
  .product-pupop .pupop-main .main-cont::-webkit-scrollbar {
    width: 0.19rem;
    height: 0.19rem;
    background: #fff;
  }
  .product-pupop .pupop-main .main-cont::-webkit-scrollbar-thumb {
    background: #898989;
  }
  .product-pupop .pupop-main .main-cont::-webkit-scrollbar-button {
    background: #fff;
  }
  .product-pupop .pupop-main .main-cont::-webkit-scrollbar-button {
    display: block;
    width: 0.14rem;
    height: 0.12rem;
  }
  .product-pupop .pupop-main .main-cont::-webkit-scrollbar-button:vertical:single-button:start {
    width: 0.14rem;
    height: 0.12rem;
    background: url(../images/icon/icon-scrollbar-arrow.png) no-repeat bottom center;
    background-size: 0.14rem;
  }
  .product-pupop .pupop-main .main-cont::-webkit-scrollbar-button:vertical:single-button:end {
    width: 0.14rem;
    height: 0.12rem;
    background: url(../images/icon/icon-scrollbar-arrow2.png) no-repeat center center;
    background-size: 0.14rem;
  }
  .product-pupop .pupop-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
  }
  .product-pupop .pupop-main .main-cont .cont-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;
  }
  .product-pupop .pupop-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .product-pupop .pupop-main .main-cont .cont-cent .cent-English {
    font-size: var(--fs34);
    text-transform: uppercase;
    color: #666;
  }
  .product-pupop .pupop-main .main-cont .cont-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs34);
    color: #666;
  }
  .product-pupop .pupop-main .main-cont .cont-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .product-pupop .pupop-hide {
    position: absolute;
    top: 0.23rem;
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #8dc900 url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 0.3rem;
    cursor: pointer;
  }
}
