.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) {
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(24, 68, 168, 0.8), rgba(4, 141, 204, 0.8));
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #1d309e, #048dcc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #005ca5 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    padding-bottom: 0;
    border-left: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach em {
    margin-left: 0.08rem;
    font-size: var(--fs28);
    color: #333;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2rem;
    height: 100%;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 0.45rem;
    border: solid 1px #e8e8e8;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-weight: bold;
    font-size: var(--fs28);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.46rem;
    text-align: center;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #005ca5;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    background: #005ca5;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main .main-cont .main-web-right {
    display: none;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 0.92rem;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0.4rem;
    background: #fff;
    border-top: solid 1px #eee;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 960px;
    height: auto;
    margin: 0 auto;
    border-bottom: solid 1px #f7f8f9;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 18px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 21px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main:hover {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #005ca5;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #005ca5;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/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: #005ca5;
  }
  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: #005ca5;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #005ca5;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #005ca5;
    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: #005ca5;
  }
  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 #005ca5;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-logo {
    width: 3.04rem;
    margin: 0 auto;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-logo img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.2rem;
    padding: 0 ;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.65rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.2rem;
    font-size: var(--fs24);
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-pagination {
    display: block;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: #dddddd;
  }
  header .head-banner .banner-box {
    position: relative;
    top: 0;
    left: 0;
    width: 92%;
    height: auto;
    margin: -0.6rem auto 0.2rem;
    padding: 0.35rem 0.2rem;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  header .head-banner .banner-box .box-English {
    font-size: var(--fs40);
    font-weight: bold;
    color: #10384f;
  }
  header .head-banner .banner-box .box-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #10384f;
  }
  header .head-banner .banner-box .box-subtitle {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #10384f;
  }
  header .head-banner .banner-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  header .head-banner .banner-video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .swiper-bottom {
    display: none;
  }
  header .about-banner {
    width: 100%;
    overflow: hidden;
  }
  header .about-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .about-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .about-banner .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .about-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .about-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .about-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  header .about-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: #dddddd;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #005ca5;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    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-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.9rem !important;
    background: #1c2328;
    overflow: hidden;
  }
  footer .foot-main {
    position: relative;
    z-index: 9;
  }
  footer .foot-main .main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-nav {
    display: none;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-top .top-nav .nav-item {
    width: auto;
    height: auto;
    margin-right: 0.95rem;
  }
  footer .foot-main .main-top .top-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-title {
    font-size: var(--fs20);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent a {
    display: block;
    margin-bottom: 0.1rem;
    font-size: var(--fs16);
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    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-top .top-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: left;
    color: #fff;
    opacity: 0.6;
  }
  footer .foot-main .main-top .top-cent .cent-tel {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs48);
    text-align: left;
    color: #005ca5;
  }
  footer .foot-main .main-top .top-cent .cent-ewm {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  footer .foot-main .main-top .top-cent .cent-ewm img {
    width: 2rem;
    border-radius: 0.05rem;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  footer .foot-main .main-cont .cont-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  footer .foot-main .main-cont .cont-share .share-item {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main .main-cont .cont-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.33rem;
    transform: translate(-49%, -49%);
    -o-transform: translate(-49%, -49%);
    -moz-transform: translate(-49%, -49%);
    -webkit-transform: translate(-49%, -49%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover {
    background: #005ca5;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-cont .cont-link {
    width: 180px;
    margin-top: 0.4rem;
  }
  footer .foot-main .main-cont .cont-link .link-box {
    position: relative;
    width: 100%;
    text-align: left;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-name {
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    height: 35px;
    font-size: var(--fs26);
    line-height: 33px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    padding: 0 40px 0 16px;
    background-image: url(../images/icon/icon-link-arrow.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-list {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 6;
    max-height: 210px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    border-bottom: none;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-list a {
    display: block;
    color: #999;
    font-size: var(--fs26);
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 16px;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-list a:hover {
    color: #005ca5;
  }
  footer .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-bottom .bottom-list {
    width: 100%;
    height: auto;
    font-size: var(--fs26);
    font-weight: 100;
    color: rgba(255, 255, 255, 0.4);
  }
  footer .foot-main .main-bottom .bottom-list a {
    font-size: var(--fs26);
    color: rgba(255, 255, 255, 0.4);
  }
  footer .foot-main .main-bottom .bottom-list a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-list span {
    margin: 0 0.12rem;
  }
  footer .foot-main .main-bottom .bottom-zizhi {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: rgba(255, 255, 255, 0.4);
  }
  footer .foot-main .main-bottom .bottom-zizhi a {
    color: rgba(255, 255, 255, 0.4);
  }
  footer .foot-main .main-bottom .bottom-zizhi a:hover {
    color: #fff;
  }
  footer #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.3rem;
    background: url(../images/plate1-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate1 .plate1-main .main-text {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin-bottom: 0.35rem;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-icon {
    width: 0.63rem;
    height: auto;
    margin-right: 0.25rem;
    padding-top: 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-icon img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-cent {
    width: auto;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title {
    font-size: var(--fs30);
    font-weight: 100;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.7rem;
    font-weight: bold;
    color: #005ca5;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em {
    position: relative;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em::after {
    content: '+';
    position: absolute;
    top: -0.45rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #005ca5;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-cent .cent-text {
    font-size: var(--fs28);
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .container .cont-plate1 .plate1-main .main-video .video-pic {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .container .cont-plate1 .plate1-main .main-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .container .cont-plate1 .plate1-main .main-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.95rem;
    height: 0.96rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-top {
    padding: 1.2rem 0.3rem 0.6rem;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-box {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-pic {
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 0.8rem 0.3rem 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-heng {
    width: 44px;
    height: 3px;
    margin: 0.25rem auto 0.35rem;
    background: #005ca5;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cent .cent-text {
    font-size: var(--fs24);
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-main .main-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate2 .plate2-box {
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-box::after {
    content: '';
    position: absolute;
    top: 1.18rem;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: dashed 1px rgba(255, 255, 255, 0.2);
  }
  .container .cont-plate2 .plate2-box .box-swiper {
    position: relative;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide {
    width: 50%;
    height: auto;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.75rem;
    border: solid 1px #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-icon img {
    width: 0.4rem;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-round {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0.3rem auto 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-round::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box .box-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs20);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box:hover .box-icon {
    border: solid 1px #005ca5;
    background: #005ca5;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box:hover .box-round {
    background: rgba(0, 92, 165, 0.3);
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide .slide-box:hover .box-round::after {
    background: #005ca5;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide-on .slide-box .box-icon {
    border: solid 1px #005ca5;
    background: #005ca5;
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide-on .slide-box .box-round {
    background: rgba(0, 92, 165, 0.3);
  }
  .container .cont-plate2 .plate2-box .box-swiper .swiper-slide-on .slide-box .box-round::after {
    background: #005ca5;
  }
  .container .cont-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem;
  }
  .container .cont-plate3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4.68rem;
    height: 7.1rem;
    background: url(../images/plate3-bg.png) no-repeat top left;
    background-size: 100%;
    z-index: -1;
  }
  .container .cont-plate3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.19rem;
    height: 4.46rem;
    background: url(../images/plate3-bg2.png) no-repeat top left;
    background-size: 100%;
    z-index: -1;
  }
  .container .cont-plate3 .plate3-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }
  .container .cont-plate3 .plate3-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .container .cont-plate3 .plate3-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .container .cont-plate3 .plate3-main .main-item:nth-child(even) .item-cent {
    padding: 0;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs42);
    line-height: 0.5rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-title {
    padding: 0.7rem 0 0 0.3rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-text {
    padding: 0.25rem 0 0 0.3rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.52rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-button {
    width: 1.35rem;
    padding: 0 0 0 0.3rem;
    margin-top: 0.5rem;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-button .button-arrow {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #005ca5 url(../images/icon/icon-arrow.png) no-repeat center center;
    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-item .item-cent .cent-button .button-title {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-button:hover .button-arrow {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .container .cont-plate3 .plate3-main .main-item .item-cent .cent-button:hover .button-title {
    color: #005ca5;
  }
  .container .cont-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-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));
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.8rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate4 .plate4-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-right: 0.2rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2.22rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.24rem;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs32);
    line-height: 0.54rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    height: 0.88rem;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: rgba(11, 29, 52, 0.68);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0.24rem;
    margin-top: 0.5rem;
    border-top: solid 1px #f0f0f0;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time img {
    display: block;
    width: 17px;
    margin-right: 0.1rem;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time span {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    color: rgba(11, 29, 52, 0.35);
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #005ca5;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-pagination {
    bottom: 0;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    background: #005ca5;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 0.45rem;
  }
  .storage {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.85rem;
  }
  .storage .storage-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .storage .storage-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .storage .storage-main .main-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storage .storage-main .main-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .storage .storage-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.5rem;
    background: url(../images/storage-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .storage .storage-main .main-top .top-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #222;
  }
  .storage .storage-main .main-top .top-cent .cent-heng {
    width: 35px;
    height: 2px;
    margin-top: 0.25rem;
    background: #e4e4e4;
  }
  .storage .storage-main .main-top .top-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .storage .storage-main .main-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.55rem;
    border-radius: 0.45rem;
    background: #005ca5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storage .storage-main .main-top .top-cent .cent-button img {
    width: 0.3rem;
  }
  .storage .storage-main .main-top .top-cent .cent-button span {
    margin-left: 0.12rem;
    font-size: var(--fs30);
    color: #fff;
  }
  .storage .storage-main .main-top .top-cent .cent-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .storage .storage-main .main-top .top-cent .cent-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .storage .storage-main .main-top .top-cent .cent-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .storage .storage-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .storage .storage-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.45rem;
  }
  .storage .storage-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .storage .storage-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    background: #f3f5f6;
    overflow: hidden;
  }
  .storage .storage-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;
  }
  .storage .storage-main .main-cont .cont-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storage .storage-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));
  }
  .storage .storage-main .main-cont .cont-item:hover .item-title {
    color: #005ca5;
  }
  .power {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.96rem;
  }
  .power .power-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .power .power-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .power .power-main .main-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .power .power-main .main-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .power .power-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding-left: 0 ;
    margin-top: 0.5rem;
  }
  .power .power-main .main-top .top-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #111;
  }
  .power .power-main .main-top .top-cent .cent-heng {
    width: 35px;
    height: 2px;
    margin-top: 0.25rem;
    background: #e4e4e4;
  }
  .power .power-main .main-top .top-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .power .power-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .power .power-main .main-cont .cont-item {
    width: 48.5%;
    height: 2.2rem;
    margin-right: 0;
    margin-bottom: 0.24rem;
    overflow: hidden;
  }
  .power .power-main .main-cont .cont-item:nth-child(5n) {
    margin-right: 0;
  }
  .power .power-main .main-cont .cont-item 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;
  }
  .power .power-main .main-cont .cont-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .make {
    width: 100%;
    height: auto;
  }
  .make .make-main {
    padding: 1.2rem 0.3rem;
  }
  .make .make-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: auto;
  }
  .make .make-main .main-pic img {
    width: 15.36rem;
  }
  .make .make-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .make .make-main .main-box .box-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .make .make-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .make .make-main .main-box .box-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .make .make-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
  }
  .make .make-main .main-box .box-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;
  }
  .make .make-main .main-box .box-swiper .swiper-slide .slide-box .box-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.87rem;
    height: 0.87rem;
    margin: -0.435rem 0 0 -0.435rem;
    cursor: pointer;
  }
  .make .make-main .main-box .box-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .make .make-main .main-box .box-swiper .swiper-slide .slide-box .box-icon: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));
  }
  .make .make-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .make .make-main .main-box .box-swiper .swiper-pagination {
    width: 100%;
    z-index: 9;
  }
  .make .make-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 0.1rem;
    border: solid 2px #fff;
    background: #fff;
    opacity: 1;
  }
  .make .make-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #005ca5;
  }
  .make .make-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.5rem;
    background: url(../images/make-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .make .make-main .main-box .box-cent .cent-title {
    font-size: var(--fs42);
    line-height: 0.6rem;
    color: #222;
  }
  .make .make-main .main-box .box-cent .cent-heng {
    width: 35px;
    height: 2px;
    margin-top: 0.25rem;
    background: #e4e4e4;
  }
  .make .make-main .main-box .box-cent .cent-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item {
    display: flex;
    justify-content: flex-start;
    width: 50%;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-icon {
    width: 0.53rem;
    height: auto;
    margin-right: 0.25rem;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-icon img {
    width: 100%;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-cent {
    width: auto;
    height: auto;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title {
    font-size: var(--fs30);
    font-weight: 100;
    color: #333;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    font-weight: bold;
    color: #005ca5;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title em {
    position: relative;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-title em::after {
    content: '+';
    position: absolute;
    top: -0.45rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #005ca5;
  }
  .make .make-main .main-box .box-cent .cent-data .data-item .item-cent .cent-text {
    font-size: var(--fs28);
    color: #333;
  }
  .make .make-cont {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #efeff1 url(../images/make-bg2.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .make .make-cont .cont-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    padding-left: 0.3rem;
  }
  .make .make-cont .cont-main::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #d9d9d9;
  }
  .make .make-cont .cont-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide {
    width: 50%;
    height: 6rem;
    padding-left: 0.3rem;
    opacity: 0;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 2.8rem;
    height: 3rem;
    padding-left: 0.25rem;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.31rem;
    width: 0.33rem;
    height: 3rem;
    background: url(../images/icon/icon-make-shu.png) no-repeat left top;
    background-size: 100%;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-round {
    position: absolute;
    bottom: -0.1rem;
    left: -0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-round::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.15rem;
    height: 0.15rem;
    margin: -0.075rem 0 0 -0.075rem;
    border-radius: 50%;
    background: #005ca5;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: -0.4rem;
    left: 0.25rem;
    width: 2.6rem;
    height: 0.8rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #333;
    border-radius: 0.45rem;
    background: #fff;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs38);
    color: #005ca5;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    max-height: 1.75rem;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #666;
    overflow: auto;
    word-wrap: break-word;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) {
    padding-top: 3rem;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box::after {
    background: url(../images/icon/icon-make-shu2.png) no-repeat left top;
    background-size: 100%;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round {
    top: -0.1rem;
    bottom: auto;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round::after {
    background: #005ca5;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-title {
    top: -0.25rem;
    bottom: auto;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent {
    position: absolute;
    bottom: 0;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:last-of-type {
    width: 50%;
  }
  .make .make-cont .cont-main .main-swiper .swiper-slide:last-of-type .slide-box {
    width: 2.8rem;
  }
  .quality {
    width: 100%;
    height: auto;
  }
  .quality .quality-top {
    padding: 1.2rem 0.3rem;
  }
  .quality .quality-top .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    text-align: center;
    overflow: auto;
  }
  .quality .quality-top .top-pic img {
    max-width: none;
    width: 12rem;
  }
  .quality .quality-cont {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.96rem;
    background: #f6f7f9;
  }
  .quality .quality-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.55rem;
  }
  .quality .quality-cont .cont-box .box-item {
    width: 48%;
    height: auto;
    padding: 0.35rem 0.2rem 0.25rem;
    margin-right: 0;
    margin-bottom: 0.24rem;
    background: #fff;
    border-radius: 0.05rem;
  }
  .quality .quality-cont .cont-box .box-item:nth-child(5n) {
    margin-right: 0;
  }
  .quality .quality-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
  }
  .quality .quality-cont .cont-box .box-item .item-pic img {
    width: auto;
    height: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .quality .quality-cont .cont-box .box-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    cursor: pointer;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.5rem;
    background: url(../images/news-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .news .news-main .main-top .top-cent .cent-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs32);
    color: #005ca5;
  }
  .news .news-main .main-top .top-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs38);
    font-weight: bold;
    line-height: 0.58rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.45rem;
    border-radius: 50%;
    background: #005ca5 url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 11px;
    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-cent .cent-button:hover {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .news .news-main .main-top:hover .top-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-top:hover .top-cent .cent-title {
    color: #005ca5;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .news .news-main .main-cont .cont-item {
    width: 48.5%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
    overflow: hidden;
    cursor: pointer;
  }
  .news .news-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 2.22rem;
    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 .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.2rem 0.24rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs32);
    line-height: 0.54rem;
    color: #222;
    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 {
    height: 0.88rem;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: rgba(11, 29, 52, 0.68);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0.24rem;
    margin-top: 0.5rem;
    border-top: solid 1px #f0f0f0;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time img {
    display: block;
    width: 17px;
    margin-right: 0.1rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time span {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    color: rgba(11, 29, 52, 0.35);
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #005ca5;
  }
  .newsDetail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }
  .newsDetail .newsDetail-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-hide {
    position: absolute;
    top: auto;
    bottom: 0.5rem;
    right: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 0;
    padding-top: 0;
    line-height: 0.75rem;
    text-align: center;
    background: #005ca5;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .newsDetail .newsDetail-hide img {
    width: 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-hide p {
    display: none;
    margin-top: 0.05rem;
    font-size: var(--fs16);
    font-weight: 100;
    color: #fff;
  }
  .newsDetail .newsDetail-hide:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .newsDetail .newsDetail-main {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0.3rem 1.8rem;
    background: #fff;
    overflow: auto;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    -moz-transition: all 0.5s 0.3s;
    -webkit-transition: all 0.5s 0.3s;
  }
  .newsDetail .newsDetail-main .main-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #eeeeee;
  }
  .newsDetail .newsDetail-main .main-top .top-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.62rem;
    color: #222;
  }
  .newsDetail .newsDetail-main .main-top .top-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.35rem 0 0;
  }
  .newsDetail .newsDetail-main .main-top .top-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #999;
  }
  .newsDetail .newsDetail-main .main-top .top-data .data-item img {
    width: auto;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
    margin: 0.5rem 0 0.7rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-bottom {
    width: 100%;
    height: auto;
    padding-top: 0.65rem;
    border-top: solid 1px #eeeeee;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-link {
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.5rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-link a {
    font-weight: 100;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-link:hover {
    color: #005ca5;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-link:hover a {
    color: #005ca5;
  }
  .newsDetail-on {
    opacity: 1;
    visibility: visible;
  }
  .newsDetail-on .newsDetail-mask {
    background: rgba(0, 0, 0, 0.5);
  }
  .newsDetail-on .newsDetail-hide {
    opacity: 1;
  }
  .newsDetail-on .newsDetail-main {
    right: 0;
    opacity: 1;
  }
  .about {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.55rem;
    background: url(../images/about-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    background: linear-gradient(0deg, #fff, transparent 70%);
  }
  .about .about-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.15rem 0.3rem 0.5rem;
  }
  .about .about-main .main-top .top-cent .cent-title {
    font-size: var(--fs42);
    color: #000;
  }
  .about .about-main .main-top .top-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    text-transform: uppercase;
    color: #005ca5;
  }
  .about .about-main .main-top .top-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-main .main-top .top-video {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-main .main-top .top-video .video-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about .about-main .main-top .top-video .video-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-main .main-top .top-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.95rem;
    height: 0.96rem;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-main .main-top .top-video .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-main .main-top .top-video .video-play:hover img {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
  }
  .about .about-main .main-top .top-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
  }
  .about .about-main .main-data .data-item {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin-bottom: 0.35rem;
  }
  .about .about-main .main-data .data-item .item-icon {
    width: 0.63rem;
    height: auto;
    margin-right: 0.25rem;
    padding-top: 0.1rem;
  }
  .about .about-main .main-data .data-item .item-icon img {
    width: 100%;
  }
  .about .about-main .main-data .data-item .item-cent {
    width: auto;
    height: auto;
  }
  .about .about-main .main-data .data-item .item-cent .cent-title {
    font-size: var(--fs30);
    font-weight: 100;
    color: #333;
  }
  .about .about-main .main-data .data-item .item-cent .cent-title span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.7rem;
    font-weight: bold;
    color: #005ca5;
  }
  .about .about-main .main-data .data-item .item-cent .cent-title em {
    position: relative;
  }
  .about .about-main .main-data .data-item .item-cent .cent-title em::after {
    content: '+';
    position: absolute;
    top: -0.45rem;
    left: 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #005ca5;
  }
  .about .about-main .main-data .data-item .item-cent .cent-text {
    font-size: var(--fs28);
    color: #333;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.16rem;
  }
  .culture .culture-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    overflow: hidden;
  }
  .culture .culture-main .main-pic img {
    width: 100%;
  }
  .culture .culture-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .culture .culture-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.4rem;
    margin-right: 0;
    margin-bottom: 0.24rem;
    background: #f7f7f7;
    border-radius: 0.05rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .culture .culture-main .main-cont .cont-item .item-icon {
    width: 1rem;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-main .main-cont .cont-item .item-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs38);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .culture .culture-main .main-cont .cont-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.48rem;
    text-align: center;
    color: #666;
  }
  .culture .culture-main .main-cont .cont-item:hover {
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  }
  .culture .culture-main .main-cont .cont-item:hover .item-icon img {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .duty {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .duty .duty-main .main-title {
    margin-top: 0.5rem;
    font-size: var(--fs36);
    text-align: center;
    color: #005ca5;
  }
  .duty .duty-main .main-text {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: #666;
  }
  .duty .duty-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .duty .duty-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .duty .duty-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 1.4rem;
  }
  .history .history-top {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    border-bottom: solid 2px #005ca5;
    overflow: hidden;
  }
  .history .history-top .swiper-slide {
    width: calc(100% / 2);
    height: auto;
  }
  .history .history-top .swiper-slide .slide-box {
    position: relative;
    padding-top: 1rem;
    background: url(../images/icon/icon-history-pic.png) no-repeat bottom left;
    background-size: 100%;
    cursor: pointer;
  }
  .history .history-top .swiper-slide .slide-box p {
    position: absolute;
    bottom: 0.45rem;
    left: 0;
    width: 100%;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs34);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-top .swiper-slide-on .slide-box p {
    font-size: 0.56rem;
    color: #005ca5;
  }
  .history .history-main {
    position: relative;
    margin-top: 1.12rem;
    overflow: hidden;
  }
  .history .history-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .history .history-main .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .history .history-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transform: translateX(1rem);
    -o-transform: translateX(1rem);
    -moz-transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.8s 0.15s;
    -o-transition: all 0.8s 0.15s;
    -moz-transition: all 0.8s 0.15s;
    -webkit-transition: all 0.8s 0.15s;
  }
  .history .history-main .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .swiper-slide .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .history .history-main .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.1rem 0.3rem 1.35rem;
    opacity: 0;
    transform: translateX(1rem);
    -o-transform: translateX(1rem);
    -moz-transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.8s 0.15s;
    -o-transition: all 0.8s 0.15s;
    -moz-transition: all 0.8s 0.15s;
    -webkit-transition: all 0.8s 0.15s;
  }
  .history .history-main .swiper-slide .slide-box .box-cent .cent-year {
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: 1.8rem;
    background: url(../images/history-bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }
  .history .history-main .swiper-slide .slide-box .box-cent .cent-heng {
    width: 44px;
    height: 2px;
    margin: 0.35rem 0 0.4rem;
    background: #cbcbcb;
  }
  .history .history-main .swiper-slide .slide-box .box-cent .cent-lump {
    width: 100%;
  }
  .history .history-main .swiper-slide .slide-box .box-cent .cent-lump .lump-text {
    position: relative;
    padding-left: 0.3rem;
    font-size: var(--fs30);
    line-height: 0.52rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .swiper-slide .slide-box .box-cent .cent-lump .lump-text::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #005ca5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .swiper-slide-active .slide-box .box-pic,
  .history .history-main .swiper-slide-active .slide-box .box-cent {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .history .history-main .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0.3rem;
    width: 2.2rem;
    height: auto;
  }
  .history .history-main .swiper-button .history-swiper-button-prev,
  .history .history-main .swiper-button .history-swiper-button-next {
    position: relative;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: solid 2px #cdcdcd;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .swiper-button .history-swiper-button-prev img,
  .history .history-main .swiper-button .history-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 12px;
    margin: -6px 0 0 -7px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .swiper-button .history-swiper-button-prev .img2,
  .history .history-main .swiper-button .history-swiper-button-next .img2 {
    opacity: 0;
  }
  .history .history-main .swiper-button .history-swiper-button-prev:hover,
  .history .history-main .swiper-button .history-swiper-button-next:hover {
    background: #005ca5;
    border: solid 2px #005ca5;
  }
  .history .history-main .swiper-button .history-swiper-button-prev:hover .img1,
  .history .history-main .swiper-button .history-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history .history-main .swiper-button .history-swiper-button-prev:hover .img2,
  .history .history-main .swiper-button .history-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-top {
    padding: 1.2rem 0.3rem 0.7rem;
  }
  .contact .contact-top .top-main {
    position: relative;
    margin-top: 0.65rem;
  }
  .contact .contact-top .top-main .main-swiper {
    width: 100%;
    overflow: hidden;
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.6rem;
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
    border-top: solid 6px #f0f3f4;
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 6px;
    background: #005ca5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide .slide-box .box-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide .slide-box .box-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.3);
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .contact .contact-top .top-main .main-swiper .swiper-slide .slide-box:hover::after {
    width: 100%;
  }
  .contact .contact-top .top-main .top-swiper-button-prev,
  .contact .contact-top .top-main .top-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.46rem;
    height: 0.46rem;
    margin-top: -0.23rem;
    border-radius: 50%;
    border: solid 2px #cdcdcd;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-top .top-main .top-swiper-button-prev img,
  .contact .contact-top .top-main .top-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 12px;
    margin: -6px 0 0 -7px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-top .top-main .top-swiper-button-prev .img2,
  .contact .contact-top .top-main .top-swiper-button-next .img2 {
    opacity: 0;
  }
  .contact .contact-top .top-main .top-swiper-button-prev:hover,
  .contact .contact-top .top-main .top-swiper-button-next:hover {
    background: #005ca5;
    border: solid 2px #005ca5;
  }
  .contact .contact-top .top-main .top-swiper-button-prev:hover .img1,
  .contact .contact-top .top-main .top-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .contact .contact-top .top-main .top-swiper-button-prev:hover .img2,
  .contact .contact-top .top-main .top-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .contact .contact-top .top-main .top-swiper-button-prev {
    left: -0.2rem;
  }
  .contact .contact-top .top-main .top-swiper-button-next {
    right: -0.2rem;
  }
  .contact .contact-map {
    width: 100%;
    height: 6.4rem;
    overflow: hidden;
  }
  .contact .contact-main {
    padding: 1.2rem 0.3rem 1.4rem;
  }
  .contact .contact-main .main-text {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    line-height: 0.52rem;
    text-align: center;
    color: #666;
  }
  .contact .contact-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .contact .contact-main .main-box .box-pic {
    width: 100%;
    height: 100%;
    margin-bottom: 0.6rem;
    overflow: hidden;
  }
  .contact .contact-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact .contact-main .main-box .box-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .contact .contact-main .main-box .box-form .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    border-radius: 0.05rem;
    border: solid 1px #ebedee;
  }
  .contact .contact-main .main-box .box-form .form-item .item-icon {
    width: 0.64rem;
    height: auto;
    padding-right: 0.2rem;
    border-right: solid 1px #e6e7e8;
  }
  .contact .contact-main .main-box .box-form .form-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-form .form-item input {
    width: calc(100% - 0.64rem);
    height: 0.8rem;
    padding-left: 0.2rem;
    font-size: var(--fs28);
    color: #666;
  }
  .contact .contact-main .main-box .box-form .form-item input::placeholder {
    color: #abaeb3;
  }
  .contact .contact-main .main-box .box-form .form-item textarea {
    width: calc(100% - 0.64rem);
    height: 1.58rem;
    padding-left: 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs28);
    color: #666;
  }
  .contact .contact-main .main-box .box-form .form-item textarea::placeholder {
    color: #abaeb3;
  }
  .contact .contact-main .main-box .box-form .form-item:nth-child(1),
  .contact .contact-main .main-box .box-form .form-item:nth-child(2) {
    width: 100%;
  }
  .contact .contact-main .main-box .box-form .form-item:nth-child(5) {
    align-items: flex-start;
    padding: 0.15rem 0.2rem;
  }
  .contact .contact-main .main-box .box-form .form-button {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
    border-radius: 0.05rem;
    font-size: var(--fs36);
    text-align: center;
    line-height: 0.76rem;
    color: #fff;
    background: #005ca5;
  }
  .contact .contact-main .main-box .box-form .form-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .contact .contact-main .main-box .box-form .form-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .contact .contact-main .main-box .box-form .form-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .index-title {
    font-size: var(--fs34);
    text-align: center;
    color: #666;
  }
  .index-title span {
    position: relative;
  }
  .index-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.27rem;
    width: 0.21rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    background: url(../images/icon/icon-page-title.png) no-repeat center center;
    background-size: 100%;
  }
  .index-title span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.27rem;
    width: 0.21rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    background: url(../images/icon/icon-page-title.png) no-repeat center center;
    background-size: 100%;
  }
  .index-text {
    margin-top: 0.05rem;
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    line-height: 0.64rem;
    color: #000;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-title span {
    position: relative;
  }
  .page-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.27rem;
    width: 0.21rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    background: url(../images/icon/icon-page-title.png) no-repeat center center;
    background-size: 100%;
  }
  .page-title span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.27rem;
    width: 0.21rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    background: url(../images/icon/icon-page-title.png) no-repeat center center;
    background-size: 100%;
  }
}
