.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) {
  :root {
    --fs12: 12px !important;
    --fs14: 14px !important;
    --fs16: 16px !important;
    --fs18: 18px !important;
    --fs20: 20px !important;
  }
  .newsDetail .newsDetail-cont .cont-box,
  .services .services-plate1 .plate1-main .main-cent .cent-text,
  .services .services-plate1 .plate1-cont .cont-text,
  .enable .enable-main .main-cont .cont-box .box-cent .cent-text,
  .ecology .ecology-plate1 .plate1-cent .cent-text,
  .park .park-plate1 .plate1-text,
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-title,
  .page-recruit .recruit-cent .cent-cont .cont-cent .cent-text,
  .page-recruit .recruit-cent .cent-cont .cont-cent .cent-title,
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-text,
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text,
  .container .cont-plate5 .plate5-lump .lump-text,
  .culture .culture-main .main-item .item-cent .item-text,
  .about .about-plate1 .plate1-main .main-cent,
  .about .about-plate4 .plate4-main .main-box .box-item .item-cent .cent-title,
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-text,
  .news .news-plate2 .plate2-item .item-cent .cent-title,
  .newsDetail .newsDetail-list .list-box .box-item .item-cent .cent-title {
    line-height: 30px;
  }
  .notice .notice-main .main-cont .cont-item span {
    width: 90px;
  }
  .notice .notice-main .main-cont .cont-item P {
    width: calc(100% - 90px);
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    line-height: 22px;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-text,
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-title,
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-cent .cent-text {
    line-height: 24px;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont,
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent {
    padding-top: 0.5rem;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-text,
  .container .cont-plate1 .plate1-main .main-cent .cent-text {
    line-height: 36px;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent {
    padding-top: 0;
  }
  .news .news-load {
    width: 100px;
  }
  .news .news-load em {
    width: 25px;
    height: 25px;
  }
  .page-float {
    width: 0.8rem !important;
  }
  .page-float .float-item {
    height: 0.8rem !important;
    padding-top: 0.1rem !important;
    line-height: 20px !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump {
    width: 4.85rem;
  }
  footer .foot-main .main-nav .nav-item {
    width: 1.7rem;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-label {
    font-size: var(--fs16);
  }
  .page-recruit .recruit-cent .cent-cont .cont-cent .cent-text {
    line-height: 30px !important;
  }
}
@media screen and (max-width: 1460px) {
  .about .about-plate1 .plate1-main .main-cent {
    padding: 0 0.95rem 0 2.4rem;
  }
}
@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 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2.04rem;
    height: 0.72rem;
  }
  nav .nav-main .main-cont .main-logo img {
    position: absolute;
    left: 0;
    top: 50%;
    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 .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: #1d74d7 !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.45rem;
    height: 100%;
    padding-bottom: 0;
    background: 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(../image/icon-search.png) no-repeat center center;
    background-size: 0.35rem;
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 0.5rem;
    padding-bottom: 0;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: url(../image/icon-nav-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.14rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(/images/icon/icon-nav-lang-arrow.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 .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 1.8rem;
    height: auto;
    padding: 0.05rem 0.2rem;
    margin-left: -0.9rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #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-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.1rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    color: #1d74d7;
  }
  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: 1.2rem;
    height: 100%;
    margin-left: 0.2rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.45rem;
    height: 0.04rem;
    margin-top: -0.02rem;
    margin-left: -0.225rem;
    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.16rem;
    left: 0;
    width: 100%;
    height: 0.04rem;
    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.16rem;
    left: 0;
    width: 100%;
    height: 0.04rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    background: #000;
    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;
    background: #000;
    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 {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-right .right-serach span {
    background: url(../image/icon-search-on.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span {
    background: #000;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span::before {
    background: #000;
  }
  nav .nav-main:hover .main-cont .main-right .right-menu span::after {
    background: #000;
  }
  nav .nav-main-active {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-right .right-serach span {
    background: url(../image/icon-search-on.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main-active .main-cont .main-right .right-menu span {
    background: #000;
  }
  nav .nav-main-active .main-cont .main-right .right-menu span::before {
    background: #000;
  }
  nav .nav-main-active .main-cont .main-right .right-menu span::after {
    background: #000;
  }
  nav .nav-main-active2 {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-right .right-serach span {
    background: url(../image/icon-search-on.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main-active2 .main-cont .main-right .right-menu span {
    background: #000;
  }
  nav .nav-main-active2 .main-cont .main-right .right-menu span::before {
    background: #000;
  }
  nav .nav-main-active2 .main-cont .main-right .right-menu span::after {
    background: #000;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #1d74d7;
    z-index: 999;
    overflow: hidden;
  }
  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 #1d74d7;
  }
  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: #1d74d7;
  }
  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: #1d74d7;
    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: #1d74d7;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #1d74d7;
    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: #1d74d7;
  }
  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 #1d74d7;
  }
  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: 40%;
    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-title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title span {
    display: inline;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    font-weight: 100;
    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 .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: 0.8rem;
    line-height: 0.7rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  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 .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1d74d7;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../image/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../image/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: 1.4rem;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    font-size: var(--fs16);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-nav .nav-item .item-title:hover {
    color: #1d74d7;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.22rem;
    color: #999;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #1d74d7;
    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-nav .nav-item .item-cent a:hover {
    color: #1d74d7;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-cont {
    width: auto;
  }
  footer .foot-main .main-cont .cont-logo {
    display: block;
    width: 2.4rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-logo img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-title {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: var(--fs34);
    color: #666;
  }
  footer .foot-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  footer .foot-main .main-cont .cont-item .item-icon {
    width: 0.35rem;
    height: 0.35rem;
  }
  footer .foot-main .main-cont .cont-item .item-icon img {
    display: block;
    width: 100%;
  }
  footer .foot-main .main-cont .cont-item .item-tel {
    width: calc(100% - 0.35rem);
    margin-left: 0;
    padding-left: 0.15rem;
    font-size: var(--fs38);
    font-weight: bold;
    color: #1d74d7;
  }
  footer .foot-main .main-cont .cont-item .item-address {
    width: calc(100% - 0.35rem);
    margin-left: 0;
    padding-left: 0.15rem;
    font-size: var(--fs28);
    color: #333;
  }
  footer .foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0.7rem;
    margin-top: 0.6rem;
  }
  footer .foot-bottom .bottom-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  footer .foot-bottom .bottom-share .share-item {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.15rem;
    text-align: center;
    border-radius: 50%;
  }
  footer .foot-bottom .bottom-share .share-item img {
    width: 100%;
  }
  footer .foot-bottom .bottom-share .share-item:hover {
    border: solid 2px rgba(255, 255, 255, 0.3);
  }
  footer .foot-bottom .bottom-zizhi {
    width: 100%;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-bottom .bottom-zizhi a {
    color: #666;
  }
  footer .foot-bottom .bottom-zizhi a:hover {
    color: #1d74d7;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0 1.98rem;
    background: url(../image/plate1-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .container .cont-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .container .cont-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .container .cont-plate1 .plate1-main .main-cent .page-title,
  .container .cont-plate1 .plate1-main .main-cent .page-English {
    text-align: center;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #1d74d7;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-label span {
    width: 6px;
    height: 6px;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #083388;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-cent .page-button {
    margin: 0.5rem auto 0;
  }
  .container .cont-plate1 .plate1-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-video .video-pic {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-video .video-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-plate1 .plate1-main .main-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
  }
  .container .cont-plate1 .plate1-main .main-video .video-icon img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-main .main-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));
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-top {
    padding: 0.45rem 0.3rem 0.75rem;
  }
  .container .cont-plate2 .plate2-top .top-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .cont-plate2 .plate2-top .top-text {
    margin-top: 0.1rem;
    font-weight: var(--fs30);
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .swiper-slide {
    width: 100%;
    height: 5.8rem;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .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-plate2 .plate2-main .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0.6rem;
    left: 0.3rem;
    width: 65%;
    height: auto;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-title,
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-English {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.3rem;
    color: #fff;
    line-height: 0.74rem;
    background: transparent;
    border: solid 2px #fff;
  }
  .container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-button:hover {
    color: #1d74d7;
    background: #fff;
  }
  .container .cont-plate2 .plate2-main .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-plate2 .plate2-main .swiper-slide-active .slide-box .box-cent {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    position: static;
    top: 0;
    right: 2.4rem;
    width: 100%;
    height: 100%;
    background: #083388;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item {
    display: block;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% / 4);
    height: auto;
    padding-left: 0;
    padding: 0.4rem 0;
    border-bottom: none;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item .item-icon {
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.1rem;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-English {
    display: none;
    margin-top: 0.05rem;
    font-size: var(--fs18);
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item:last-of-type {
    border-bottom: none;
    border-right: none;
  }
  .container .cont-plate2 .plate2-main .main-cont .cont-item-on {
    background: #0e47a0;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0 1.27rem;
    background: #f7f7f7;
  }
  .container .cont-plate3 .plate3-main {
    padding: 0;
  }
  .container .cont-plate3 .plate3-main .page-title,
  .container .cont-plate3 .plate3-main .page-English {
    text-align: center;
  }
  .container .cont-plate3 .plate3-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 60.5%;
    height: auto;
    margin-right: 0.4rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-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-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .container .cont-plate3 .plate3-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 {
    padding: 1.1rem 0.3rem 1.35rem;
  }
  .container .cont-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-top .top-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-top .top-cent .page-title,
  .container .cont-plate4 .plate4-top .top-cent .page-English {
    text-align: center;
  }
  .container .cont-plate4 .plate4-top .top-list {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .cont-plate4 .plate4-top .top-list .list-link {
    margin: 0 0.2rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-list .list-link-on {
    color: #333;
  }
  .container .cont-plate4 .plate4-top .page-button {
    display: none;
  }
  .container .cont-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate4 .plate4-main .main-box {
    display: block;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .block {
    display: block;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 45%;
    height: 2.2rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-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;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent {
    width: 55%;
    height: auto;
    padding: 0.2rem 0 0 0.25rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-size: var(--fs28);
    font-weight: bold;
    color: #2cb47a;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    width: 100%;
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.5rem;
    color: #373737;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -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-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-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));
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #1d74d7;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-pagination {
    bottom: 0.76rem;
    padding-left: 5.8rem;
    text-align: left;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 0.09rem;
    background: transparent;
    border: solid 2px #ccc;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #083388;
    border: solid 2px #083388;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont {
    display: none;
    width: 4.38rem;
    height: auto;
    padding-left: 0.58rem;
    border-left: solid 1px #ebebeb;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: solid 1px #f2f2f2;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-pic {
    width: 1.3rem;
    height: 0.94rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-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;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent {
    width: calc(100% - 1.3rem);
    height: auto;
    padding-top: 0.05rem;
    padding-left: 0.28rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-time {
    margin-top: 0.15rem;
    font-size: var(--fs12);
    color: #8a8a8a;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .container .cont-plate4 .plate4-main .main-box .box-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));
  }
  .container .cont-plate4 .plate4-main .main-box .box-cont .cont-item:hover .item-cent .cent-title {
    color: #1d74d7;
  }
  .container .cont-plate4 .plate4-main .main-box .page-button {
    display: block;
    margin: 0.45rem auto 0;
  }
  .container .cont-plate4 .plate4-main .main-box-on {
    position: relative;
    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-plate5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-data {
    width: 100%;
    height: 3.78rem;
    padding: 0.5rem 1rem 0 0.3rem;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-data .data-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate5 .plate5-data .data-cent {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .container .cont-plate5 .plate5-data .data-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: auto;
  }
  .container .cont-plate5 .plate5-data .data-cent .cent-data span {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 0.55rem;
    color: #fff;
  }
  .container .cont-plate5 .plate5-data .data-cent .cent-data img {
    width: 15px;
  }
  .container .cont-plate5 .plate5-data .data-cent .cent-lump {
    width: auto;
    height: auto;
    margin-left: 0.35rem;
  }
  .container .cont-plate5 .plate5-data .data-cent .cent-lump .lump-num {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate5 .plate5-data .data-cent .cent-lump .lump-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .container .cont-plate5 .plate5-data .data-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-plate5 .plate5-data .data-link span {
    margin-right: 0.12rem;
    font-size: var(--fs16);
    color: #fff;
  }
  .container .cont-plate5 .plate5-data .data-link em {
    width: 12px;
    height: 17px;
    background: url(../image/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate5 .plate5-box {
    width: 100%;
    height: 3.78rem;
    padding: 0.5rem 0.3rem 0;
    background: #f3f3f3 url(../image/plate5-pic2.png) no-repeat 90% 90%;
    background-size: 2rem;
  }
  .container .cont-plate5 .plate5-box .box-title {
    margin-bottom: 0.25rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate5 .plate5-box .box-link {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cont-plate5 .plate5-box .box-link:hover {
    color: #1d74d7;
  }
  .container .cont-plate5 .plate5-lump {
    width: 100%;
    height: 3.78rem;
    padding: 0.5rem 0.3rem 0;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .container .cont-plate5 .plate5-lump .lump-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate5 .plate5-lump .lump-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #fff;
  }
  .container .cont-plate5 .plate5-lump .lump-link {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.4rem;
    border-radius: 50%;
    background: url(../image/icon-arrow.png) no-repeat center center;
    background-size: 0.2rem;
    border: solid 2px #fff;
  }
  .services {
    width: 100%;
    height: auto;
  }
  .services .services-plate1 {
    padding: 0.9rem 0.3rem 0.82rem;
  }
  .services .services-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-bottom: 0.65rem;
    background: url(../image/services-bg.png) no-repeat left bottom;
    background-size: 100%;
  }
  .services .services-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .services .services-plate1 .plate1-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #1d74d7;
  }
  .services .services-plate1 .plate1-main .main-cent .cent-subtitle {
    font-size: var(--fs42);
    color: #083388;
  }
  .services .services-plate1 .plate1-main .main-cent .cent-title2 {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #1d74d7;
  }
  .services .services-plate1 .plate1-main .main-cent .cent-subtitle2 {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #666;
  }
  .services .services-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #999;
  }
  .services .services-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .services .services-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .services .services-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .services .services-plate1 .plate1-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .services .services-plate1 .plate1-cont .cont-text {
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #999;
  }
  .services .services-plate1 .plate1-cont .cont-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .services .services-plate1 .plate1-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    margin-right: 0;
  }
  .services .services-plate1 .plate1-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: auto;
    padding: 0.19rem;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .services .services-plate1 .plate1-cont .cont-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .services .services-plate1 .plate1-cont .cont-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .services .services-plate1 .plate1-cont .cont-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .services .services-plate1 .plate1-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .services .services-plate2 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 1.25rem;
    background: #f7f7f7;
  }
  .services .services-plate2 .page-title,
  .services .services-plate2 .page-English {
    text-align: center;
  }
  .services .services-plate2 .plate2-main {
    position: relative;
    margin-top: 0.5rem;
  }
  .services .services-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .services .services-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.4rem;
  }
  .services .services-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .services .services-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .services .services-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .services .services-plate2 .plate2-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;
  }
  .services .services-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .services .services-plate2 .plate2-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));
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-prev,
  .services .services-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-prev img,
  .services .services-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    margin: -8.5px 0 0 -5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .services .services-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .services .services-plate2 .plate2-main .plate2-swiper-button-next:hover {
    background: #1d74d7;
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
  .services .services-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
  .services .services-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-prev {
    left: 0.1rem;
  }
  .services .services-plate2 .plate2-main .plate2-swiper-button-next {
    right: 0.1rem;
  }
  .info {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 1.45rem;
  }
  .info .info-main .page-title,
  .info .info-main .page-English {
    text-align: center;
  }
  .info .info-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .info .info-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .info .info-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .info .info-main .main-cont .cont-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .info .info-main .main-cont .cont-cent .cent-num {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
  }
  .info .info-main .main-cont .cont-cent .cent-num span {
    font-size: 0.82rem;
    line-height: 0.7rem;
    color: #ef0000;
  }
  .info .info-main .main-cont .cont-cent .cent-num em {
    margin-left: 0.15rem;
    margin-right: 0.12rem;
    font-family: Arial;
    font-size: var(--fs28);
    text-transform: uppercase;
    color: #ef0000;
  }
  .info .info-main .main-cont .cont-cent .cent-num img {
    width: 14px;
  }
  .info .info-main .main-cont .cont-cent .cent-num2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
  }
  .info .info-main .main-cont .cont-cent .cent-num2 span {
    font-size: 0.82rem;
    line-height: 0.7rem;
    color: #2ba35c;
  }
  .info .info-main .main-cont .cont-cent .cent-num2 em {
    margin-left: 0.15rem;
    margin-right: 0.12rem;
    font-family: Arial;
    font-size: var(--fs28);
    text-transform: uppercase;
    color: #2ba35c;
  }
  .info .info-main .main-cont .cont-cent .cent-num2 img {
    width: 14px;
  }
  .info .info-main .main-cont .cont-cent .cent-text {
    margin-top: 0.6rem;
    font-size: var(--fs26);
    color: #333;
  }
  .info .info-main .main-cont .cont-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .info .info-main .main-cont .cont-cent .cent-data .data-item {
    width: auto;
    height: auto;
    margin-right: 0.3rem;
  }
  .info .info-main .main-cont .cont-cent .cent-data .data-item:last-of-type {
    margin-right: 0;
  }
  .info .info-main .main-cont .cont-cent .cent-data .data-item .item-title {
    font-size: var(--fs28);
    color: #333;
  }
  .info .info-main .main-cont .cont-cent .cent-data .data-item .num1 {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    color: #333;
  }
  .info .info-main .main-cont .cont-cent .cent-text2 {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    color: #999;
  }
  .info .info-main .main-cont .cont-box {
    width: 100%;
    height: auto;
  }
  .info .info-main .main-cont .cont-box .box-text {
    margin-top: 0.6rem;
    font-size: var(--fs26);
    color: #333;
  }
  .info .info-main .main-cont .cont-box .box-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .info .info-main .main-cont .cont-box .box-data .data-item {
    width: auto;
    height: auto;
    margin-right: 0.3rem;
  }
  .info .info-main .main-cont .cont-box .box-data .data-item:last-of-type {
    margin-right: 0;
  }
  .info .info-main .main-cont .cont-box .box-data .data-item .item-title {
    font-size: var(--fs28);
    color: #333;
  }
  .info .info-main .main-cont .cont-box .box-data .data-item .num1 {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    color: #333;
  }
  .info .info-main .main-cont .cont-box .box-text2 {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    color: #999;
  }
  .info .info-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .info .info-main .main-cont .cont-pic img {
    width: 100%;
  }
  .info .info-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .info .info-main .main-table .table-tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .info .info-main .main-table .table-tr .table-th {
    width: 100%;
    padding: 0.18rem 0.2rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.46rem;
    color: #fff;
    background: #1d74d7;
  }
  .info .info-main .main-table .table-tr .table-td {
    width: 2.4rem;
    padding: 0.18rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #666;
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #f4f4f4;
  }
  .info .info-main .main-table .table-tr .table-td:last-of-type {
    border-right: solid 1px #e2e2e2;
  }
  .info .info-main .main-table .table-tr:nth-child(2) .table-td:last-of-type,
  .info .info-main .main-table .table-tr:nth-child(3) .table-td:last-of-type,
  .info .info-main .main-table .table-tr:nth-child(7) .table-td:last-of-type {
    flex: 1;
  }
  .info .info-main .main-table .table-tr:nth-child(4) .table-td:nth-child(2),
  .info .info-main .main-table .table-tr:nth-child(5) .table-td:nth-child(2),
  .info .info-main .main-table .table-tr:nth-child(8) .table-td:nth-child(2),
  .info .info-main .main-table .table-tr:nth-child(9) .table-td:nth-child(2) {
    width: calc(100% - 2.4rem);
    border-right: solid 1px #e2e2e2;
  }
  .info .info-main .main-table .table-tr:nth-child(4) .table-td:nth-child(3),
  .info .info-main .main-table .table-tr:nth-child(5) .table-td:nth-child(3),
  .info .info-main .main-table .table-tr:nth-child(8) .table-td:nth-child(3),
  .info .info-main .main-table .table-tr:nth-child(9) .table-td:nth-child(3) {
    width: 2.4rem;
  }
  .info .info-main .main-table .table-tr:nth-child(4) .table-td:nth-child(4),
  .info .info-main .main-table .table-tr:nth-child(5) .table-td:nth-child(4),
  .info .info-main .main-table .table-tr:nth-child(8) .table-td:nth-child(4),
  .info .info-main .main-table .table-tr:nth-child(9) .table-td:nth-child(4) {
    width: calc(100% - 2.4rem);
  }
  .info .info-main .main-table .table-tr:nth-child(odd) {
    background: #f8f8f8;
  }
  .enable {
    width: 100%;
    height: auto;
    padding: 1.18rem 0 1rem;
  }
  .enable .enable-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .enable .enable-main .main-top .top-item {
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.21rem;
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #333;
    border-radius: 0.45rem;
    background: #e5eaf0;
    cursor: pointer;
  }
  .enable .enable-main .main-top .top-item-on {
    color: #fff;
    background: #1d74d7;
  }
  .enable .enable-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .enable .enable-main .main-cont .cont-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .enable .enable-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-title {
    font-size: var(--fs42);
    color: #1d74d7;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #999;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-pic {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-pic img {
    width: 100%;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-name {
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-title2 {
    font-size: var(--fs48);
    font-weight: bold;
    color: #1d74d7;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-subtitle {
    font-size: var(--fs42);
    color: #083388;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-title3 {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #1d74d7;
  }
  .enable .enable-main .main-cont .cont-box .box-cent .cent-subtitle2 {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #666;
  }
  .enable .enable-main .main-cont .cont-box .box-lump {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .enable .enable-main .main-cont .cont-box .box-lump .lump-pic {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.12rem;
    overflow: hidden;
  }
  .enable .enable-main .main-cont .cont-box .box-lump .lump-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .enable .enable-main .main-cont .cont-box .box-lump .lump-pic P {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .enable .enable-main .main-cont .cont-box .box-lump .lump-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));
  }
  .enable .enable-main .main-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .enable .enable-main .main-cont .cont-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;
  }
  .enable .enable-main .main-cont .cont-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));
  }
  .enable .enable-main .main-cont .cont-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .contact .contact-main .page-title,
  .contact .contact-main .page-English {
    text-align: center;
  }
  .contact .contact-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .contact .contact-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.92rem;
    background: #1d74d7;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-cent {
    width: calc(100% - 0.6rem);
    height: auto;
    padding-left: 0.22rem;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-title {
    font-size: var(--fs28);
    color: #fff;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-tel {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.44rem;
    color: #fff;
  }
  .contact .contact-main .main-cont .cont-cent .cent-ewm {
    width: 2.66rem;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-cont .cont-cent .cent-ewm img {
    width: 100%;
  }
  .contact .contact-main .main-cont .cont-map {
    width: 9.6rem;
    height: auto;
    overflow: hidden;
  }
  .news {
    width: 100%;
    height: auto;
    padding-bottom: 1.3rem;
  }
  .news .news-top {
    padding-top: 1.1rem;
  }
  .news .news-top .page-title,
  .news .news-top .page-English {
    text-align: center;
  }
  .news .news-plate1 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.85rem;
    margin-top: 0.6rem;
    background: #f7f7f7;
  }
  .news .news-plate1 .plate1-main {
    position: relative;
    overflow: hidden;
    padding: 0 0 0.65rem;
  }
  .news .news-plate1 .plate1-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0 0 0;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-time {
    font-size: var(--fs30);
    font-weight: bold;
    color: #2cb47a;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.52rem;
    color: #373737;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-title span {
    display: block;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #999;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.35rem;
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-plate1 .plate1-main .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #1d74d7;
  }
  .news .news-plate1 .plate1-main .swiper-pagination {
    bottom: 0;
  }
  .news .news-plate1 .plate1-main .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 0.08rem;
    border: solid 2px #e5e5e5;
    background: transparent;
    opacity: 1;
  }
  .news .news-plate1 .plate1-main .swiper-pagination .swiper-pagination-bullet-active {
    border: solid 2px #083388;
    background: #083388;
  }
  .news .news-plate2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.1rem 0.3rem 0;
  }
  .news .news-plate2 .plate2-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.58rem;
  }
  .news .news-plate2 .plate2-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-plate2 .plate2-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-plate2 .plate2-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.25rem;
  }
  .news .news-plate2 .plate2-item .item-cent .cent-title {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-plate2 .plate2-item .item-cent .cent-title span {
    display: block;
  }
  .news .news-plate2 .plate2-item .item-cent .cent-time {
    margin-top: 0.15rem;
    font-size: var(--fs24);
    color: #8a8a8a;
  }
  .news .news-plate2 .plate2-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-plate2 .plate2-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-plate2 .plate2-item:hover .item-cent .cent-title {
    color: #1d74d7;
  }
  .news .news-load {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.8rem;
    height: auto;
    margin: 0.3rem auto 0;
  }
  .news .news-load span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-load em {
    width: 0.35rem;
    height: 0.35rem;
    background: url(../image/icon-load.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-load:hover span {
    color: #1d74d7;
  }
  .news .news-load:hover em {
    background: url(../image/icon-load2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .newsDetail {
    display: block;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-cont {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0;
  }
  .newsDetail .newsDetail-cont .cont-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #373737;
  }
  .newsDetail .newsDetail-cont .cont-top {
    margin-top: 0.15rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #2cb47a;
  }
  .newsDetail .newsDetail-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #999;
  }
  .newsDetail .newsDetail-cont .cont-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-list {
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
    background: #f7f7f7;
  }
  .newsDetail .newsDetail-list .list-box {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1rem;
    border-bottom: solid 1px #e8e8e8;
  }
  .newsDetail .newsDetail-list .list-box .box-title {
    margin-bottom: 0.4rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #373737;
  }
  .newsDetail .newsDetail-list .list-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .newsDetail .newsDetail-list .list-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetail-list .list-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-list .list-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.25rem;
  }
  .newsDetail .newsDetail-list .list-box .box-item .item-cent .cent-title {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-list .list-box .box-item .item-cent .cent-title span {
    display: block;
  }
  .newsDetail .newsDetail-list .list-box .box-item .item-cent .cent-time {
    margin-top: 0.15rem;
    font-size: var(--fs24);
    color: #8a8a8a;
  }
  .newsDetail .newsDetail-list .list-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetail-list .list-box .box-item:hover .item-cent .cent-title {
    color: #1d74d7;
  }
  .newsDetail .newsDetail-list .list-bottom {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-title {
    margin-bottom: 0.16rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-title a {
    font-size: var(--fs28);
    color: #333;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-title a:hover {
    color: #1d74d7;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-share a {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #e8e8e8;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-share a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-share a .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-share a:hover {
    border: solid 1px transparent;
    background: #2cb47a;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-share a:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-share a:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-botton {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    background: #1d74d7;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-botton img {
    width: 15px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-list .list-bottom .bottom-botton:hover {
    background: #1d74d7;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 1.3rem;
  }
  .culture .page-title,
  .culture .page-English {
    text-align: center;
  }
  .culture .culture-main {
    display: block;
    justify-content: flex-start;
    margin-top: 0.55rem;
  }
  .culture .culture-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    background: #fff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .culture .culture-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .culture .culture-main .main-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;
  }
  .culture .culture-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.25rem 0.7rem;
  }
  .culture .culture-main .main-item .item-cent .item-top {
    display: flex;
    justify-content: flex;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-item .item-cent .item-top .top-icon {
    position: relative;
    width: 0.45rem;
    height: 0.45rem;
  }
  .culture .culture-main .main-item .item-cent .item-top .top-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item .item-cent .item-top .top-icon .img2 {
    opacity: 0;
  }
  .culture .culture-main .main-item .item-cent .item-top .top-title {
    width: calc(100% - 0.45rem);
    padding-left: 0.2rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item .item-cent .item-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-item:hover {
    background: #1d74d7;
  }
  .culture .culture-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .culture .culture-main .main-item:hover .item-cent .item-top .top-icon .img1 {
    opacity: 0;
  }
  .culture .culture-main .main-item:hover .item-cent .item-top .top-icon .img2 {
    opacity: 1;
  }
  .culture .culture-main .main-item:hover .item-cent .item-top .top-title {
    color: #fff;
  }
  .culture .culture-main .main-item:hover .item-cent .item-text {
    color: #fff;
  }
  .ecology {
    width: 100%;
    height: auto;
  }
  .ecology .ecology-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.2rem 0.3rem 1.05rem;
  }
  .ecology .ecology-plate1 .plate1-cent {
    width: 100%;
    height: auto;
  }
  .ecology .ecology-plate1 .plate1-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #1d74d7;
  }
  .ecology .ecology-plate1 .plate1-cent .cent-subtitle {
    font-size: var(--fs42);
    color: #083388;
  }
  .ecology .ecology-plate1 .plate1-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #999;
  }
  .ecology .ecology-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .ecology .ecology-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .ecology .ecology-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .ecology .ecology-plate2 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 1.25rem;
    background: #f7f7f7;
  }
  .ecology .ecology-plate2 .page-title,
  .ecology .ecology-plate2 .page-English {
    text-align: center;
  }
  .ecology .ecology-plate2 .plate2-main {
    position: relative;
    margin-top: 0.5rem;
  }
  .ecology .ecology-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.4rem;
  }
  .ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ecology .ecology-plate2 .plate2-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;
  }
  .ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .ecology .ecology-plate2 .plate2-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));
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev,
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev img,
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    margin: -8.5px 0 0 -5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next:hover {
    background: #1d74d7;
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev {
    left: 0.1rem;
  }
  .ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next {
    right: 0.1rem;
  }
  .notice {
    width: 100%;
    height: auto;
    padding: 1.05rem 0 1.1rem;
  }
  .notice .notice-main .page-title,
  .notice .notice-main .page-English {
    text-align: center;
  }
  .notice .notice-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .notice .notice-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    color: #333333;
    background: #f8f8f8;
    border-bottom: solid 1px #f4f4f4;
  }
  .notice .notice-main .main-cont .cont-item:nth-child(even) {
    background: #fff;
  }
  .notice .notice-main .main-cont .cont-item span {
    width: 1.7rem;
  }
  .notice .notice-main .main-cont .cont-item P {
    width: calc(100% - 1.7rem);
    padding-left: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notice .notice-main .main-cont .cont-item:hover {
    color: #fff;
    background: #1d74d7;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 1.25rem;
  }
  .video .video-main .page-title,
  .video .video-main .page-English {
    text-align: center;
  }
  .video .video-main .main-video {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .video .video-main .main-video .hidden-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .video .video-main .main-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .video .video-main .main-video .hidden-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;
  }
  .video .video-main .main-video .hidden-box .box-cent {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .video .video-main .main-video .hidden-box .box-cent .cent-English {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .video .video-main .main-video .hidden-box .box-cent .cent-title {
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .video .video-main .main-video .hidden-box .box-icon {
    position: absolute;
    bottom: 0.3rem;
    left: 0.3rem;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  .video .video-main .main-video .hidden-box .box-icon .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    z-index: 3;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-video .hidden-box .box-icon .button-svg {
    stroke-dasharray: 251 251;
    stroke-dashoffset: 251;
    stroke: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .video .video-main .main-video .hidden-box .box-icon:hover .button-svg {
    stroke-dashoffset: 0;
  }
  .video .video-main .main-video .hidden-box:hover .box-pic img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .video .video-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .video .video-main .main-video .video-box video {
    width: 100%;
    height: auto;
  }
  .park {
    width: 100%;
    height: auto;
  }
  .park .park-plate1 {
    padding: 1.3rem 0.3rem 0.92rem;
  }
  .park .park-plate1 .plate1-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #1d74d7;
  }
  .park .park-plate1 .plate1-subtitle {
    font-size: var(--fs42);
    text-align: center;
    color: #083388;
  }
  .park .park-plate1 .plate1-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #999;
  }
  .park .park-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  .park .park-plate1 .plate1-pic img {
    width: 100%;
  }
  .park .park-plate2 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 1.25rem;
    background: #f7f7f7;
  }
  .park .park-plate2 .page-title,
  .park .park-plate2 .page-English {
    text-align: center;
  }
  .park .park-plate2 .plate2-main {
    position: relative;
    margin-top: 0.5rem;
  }
  .park .park-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .park .park-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.4rem;
  }
  .park .park-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .park .park-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .park .park-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .park .park-plate2 .plate2-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;
  }
  .park .park-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .park .park-plate2 .plate2-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));
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-prev,
  .park .park-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-prev img,
  .park .park-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    margin: -8.5px 0 0 -5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .park .park-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .park .park-plate2 .plate2-main .plate2-swiper-button-next:hover {
    background: #1d74d7;
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
  .park .park-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
  .park .park-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-prev {
    left: 0.1rem;
  }
  .park .park-plate2 .plate2-main .plate2-swiper-button-next {
    right: 0.1rem;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .recruit .recruit-main .page-title,
  .recruit .recruit-main .page-English {
    text-align: center;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.6rem 0;
    z-index: 9;
  }
  .recruit .recruit-main .main-top .top-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-top .top-select .select-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    padding: 0 0.8rem 0 0.5rem;
    font-size: var(--fs26);
    line-height: 1rem;
    color: #999;
    background: #fff;
    border: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    cursor: pointer;
  }
  .recruit .recruit-main .main-top .top-select .select-title .select-icon {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 10px;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .recruit .recruit-main .main-top .top-select .select-ul {
    position: absolute;
    width: 100%;
    max-height: 3.5rem;
    height: 0;
    margin-top: -1px;
    background: #fff;
    z-index: 99;
    overflow-y: scroll;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-top .top-select .select-ul::-webkit-scrollbar {
    width: 3px;
  }
  .recruit .recruit-main .main-top .top-select .select-ul::-webkit-scrollbar-thumb {
    background: #1d74d7;
  }
  .recruit .recruit-main .main-top .top-select .select-ul .select-li {
    width: 100%;
    height: 0.5rem;
    font-size: var(--fs26);
    line-height: 0.5rem;
    text-align: center;
    color: #999;
    cursor: pointer;
  }
  .recruit .recruit-main .main-top .top-select:last-of-type .select-title {
    border-right: solid 1px #f5f5f5;
  }
  .recruit .recruit-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.32rem;
  }
  .recruit .recruit-main .main-cont .cont-item {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .recruit .recruit-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    background: #f6f6f6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs38);
    font-weight: bold;
    color: #393435;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-title img {
    width: 0.34rem;
    margin: -0.06rem 0.1rem 0 0;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-heng {
    width: 20px;
    height: 3px;
    margin: 0.3rem 0 0.36rem;
    background: #dedede;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-text {
    font-size: var(--fs26);
    line-height: 0.46rem;
    color: #b1b1b1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton {
    position: relative;
    width: 47px;
    height: 33px;
    margin-top: 0.4rem;
    border-radius: 0.45rem;
    border: solid 2px #595350;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    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;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton .img2 {
    opacity: 0;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton:hover {
    background: #1d74d7;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton:hover .img2 {
    opacity: 1;
  }
  .recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton:hover .img1 {
    opacity: 0;
  }
  .recruit .recruit-main .main-cont .cont-item:hover .item-cent {
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
  }
  .recruit .recruit-main .main-cont .cont-item:hover .item-cent .cent-botton {
    border: solid 2px #1d74d7;
    background: #1d74d7;
  }
  .recruit .recruit-main .main-cont .cont-item:hover .item-cent .cent-botton .img2 {
    opacity: 1;
  }
  .recruit .recruit-main .main-cont .cont-item:hover .item-cent .cent-botton .img1 {
    opacity: 0;
  }
  .recruit .recruit-main .main-load {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    font-family: Arial;
    font-size: var(--fs16);
    text-align: center;
    color: rgba(51, 51, 51, 0.3);
  }
  .recruit .recruit-main .main-load:hover {
    color: #1d74d7;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 1.35rem;
    background: url(../image/about-bg.png) no-repeat left bottom;
    background-size: 100%;
  }
  .about .about-plate1 .plate1-top .top-title {
    margin-top: 0.3rem;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #1d74d7;
  }
  .about .about-plate1 .plate1-top .top-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
    font-size: var(--fs30);
    color: #333;
  }
  .about .about-plate1 .plate1-top .top-label span {
    width: 6px;
    height: 6px;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #083388;
  }
  .about .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about .about-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-video .video-pic {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-video .video-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-main .main-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    margin: -0.32rem 0 0 -0.32rem;
    cursor: pointer;
  }
  .about .about-plate1 .plate1-main .main-video .video-icon img {
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-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-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 1.3rem;
    background: #f6f5f5;
  }
  .about .about-plate2 .plate2-main .page-title,
  .about .about-plate2 .plate2-main .page-English {
    text-align: center;
  }
  .about .about-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: auto;
  }
  .about .about-plate2 .plate2-main .main-box img {
    width: 14.4rem;
  }
  .about .about-plate3 {
    padding: 1.25rem 0.3rem 1.25rem;
  }
  .about .about-plate3 .page-title,
  .about .about-plate3 .page-English {
    text-align: center;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.55rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item {
    position: relative;
    width: 48%;
    height: auto;
    padding: 0.4rem 0.2rem;
    margin-right: 0;
    margin-bottom: 0.62rem;
    background: #f7f7f7;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-cent .cent-time {
    display: inline-block;
    width: auto;
    height: 0.32rem;
    padding: 0 0.05rem;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 0.32rem;
    color: #999;
    background: #fff;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 0.4rem;
    color: #000;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item em {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1rem;
    color: rgba(29, 116, 215, 0.05);
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item:hover {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .about .about-plate3 .plate3-main .swiper-pagination {
    top: auto;
    bottom: 0;
    height: 2px;
  }
  .about .about-plate3 .plate3-main .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #2cb47a;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 1.05rem;
    background: #f7f7f7 url(../image/about-bg2.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-plate4 .plate4-main .page-title,
  .about .about-plate4 .plate4-main .page-English {
    text-align: center;
  }
  .about .about-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .about .about-plate4 .plate4-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.25rem;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-cent .cent-title span {
    display: block;
  }
  .about .about-plate4 .plate4-main .main-box .box-item .item-cent .cent-time {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    color: #8a8a8a;
  }
  .about .about-plate4 .plate4-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .about .about-plate4 .plate4-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-title {
    color: #1d74d7;
  }
  .pageW {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .flex {
    display: block;
    justify-content: space-between;
  }
  .page-English {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    font-weight: bold;
    line-height: 0.48rem;
    color: #ccc;
  }
  .page-English span {
    display: inline;
  }
  .page-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .page-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #1d74d7;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: #083388;
  }
}
