.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: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    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;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 2rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo 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 .nav-main .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-line {
    padding-top: 0.12rem;
    margin-left: 0.2rem;
    font-size: var(--fs28) !important;
    color: #161616 !important;
    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-line:hover {
    color: #014e95 !important;
  }
  nav .nav-main .main-cont .main-nav,
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-menu {
    position: relative;
    width: 0.65rem;
    height: auto;
    margin-left: 0.3rem;
  }
  nav .nav-main .main-cont .main-web-right .right-menu img {
    width: 100%;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    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: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #014e95;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    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: 22px;
    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;
  }
  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-nav,
  nav .nav-main:hover .main-cont .main-right {
    display: none;
  }
  nav .nav-main-active {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
  }
  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-nav,
  nav .nav-main-active .main-cont .main-right {
    display: none;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #014e95;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #014e95;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 2rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #014e95;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #014e95;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #014e95;
    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: #014e95;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.48rem;
    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-subtitle {
    margin-top: 0.2rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0.6rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button {
    width: 2rem;
    height: 0.75rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    border-radius: 8px;
    border: solid 1px #737373;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button:hover {
    color: #000;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2 {
    width: 2rem;
    height: 0.75rem;
    margin-left: 0.3rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.7rem;
    color: #000;
    border-radius: 8px;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
    border: solid 1px transparent;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2:hover {
    color: #fff;
    border: solid 1px #737373;
    background: transparent;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.48rem;
    color: #fff;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #014e95;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.4rem !important;
    background: #000;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-cont {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-logo {
    display: block;
    width: 2.42rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-logo img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-box .box-item img {
    width: 13px;
    margin-right: 0.1rem;
    margin-top: 0.06rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-box .box-item span {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #d1d1d1;
  }
  footer .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-cont .cont-nav .nav-item {
    width: 2.15rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title {
    font-size: 0.16rem;
    color: #ccc;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
    color: #fff;
    text-decoration: underline;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #666;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  footer .foot-main .main-bottom .bottom-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  footer .foot-main .main-bottom .bottom-share .share-item {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0;
    margin-right: 0.2rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    background: #222222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-bottom .bottom-share .share-item img {
    width: 0.35rem;
  }
  footer .foot-main .main-bottom .bottom-share .share-item:hover {
    background: #fff;
  }
  footer .foot-main .main-bottom .bottom-zizhi {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-zizhi a {
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-zizhi a:hover {
    color: #fff;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  .container .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .block {
    display: block;
  }
  .container .pege-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s 0.6s;
    -o-transition: all 2s 0.6s;
    -moz-transition: all 2s 0.6s;
    -webkit-transition: all 2s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s 0.6s;
    -o-transition: all 2s 0.6s;
    -moz-transition: all 2s 0.6s;
    -webkit-transition: all 2s 0.6s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 1s 0.8s;
    -o-transition: all 1s 0.8s;
    -moz-transition: all 1s 0.8s;
    -webkit-transition: all 1s 0.8s;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title span {
    position: relative;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title span::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: -1.1rem;
    width: 0.9rem;
    height: 0.02rem;
    background: #fff;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.48rem;
    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 1s 1s;
    -o-transition: all 1s 1s;
    -moz-transition: all 1s 1s;
    -webkit-transition: all 1s 1s;
  }
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-zi,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-zi2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-subtitle2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-subtitle,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title3,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English3,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-botton,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container .pege-container .cont-banner .banner-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .container .pege-container .cont-banner .banner-bottom .swiper-pagination {
    position: static;
    width: auto;
  }
  .container .pege-container .cont-banner .banner-bottom .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.1rem;
    border-radius: 50%;
    border: solid 2px #fff;
    opacity: 1;
  }
  .container .pege-container .cont-banner .banner-bottom .swiper-pagination .swiper-pagination-bullet-active {
    border: solid 2px #08b0ae;
    background: #08b0ae;
  }
  .container .pege-container .cont-banner .banner-bottom .bottom-pause {
    display: none;
    width: 6px;
    margin: 0 0.1rem;
    cursor: pointer;
  }
  .container .pege-container .cont-banner .banner-bottom .bottom-pause img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-bottom .bottom-play {
    display: none;
    width: 6px;
    margin: 0 0.1rem;
    cursor: pointer;
  }
  .container .pege-container .cont-banner .banner-bottom .bottom-play img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-bottom .banner-swiper-button-prev,
  .container .pege-container .cont-banner .banner-bottom .banner-swiper-button-next {
    display: none;
    width: 15px;
    height: auto;
    margin: 0 0.1rem;
    outline: none;
    cursor: pointer;
  }
  .container .pege-container .cont-banner .banner-bottom .banner-swiper-button-prev img,
  .container .pege-container .cont-banner .banner-bottom .banner-swiper-button-next img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-mouse {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    z-index: 9;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-title {
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .banner-mouse img {
    display: block;
    width: 19px;
    margin: 0.1rem auto 0;
    animation: moveTop 2s infinite linear;
  }
  .container .pege-container .cont-banner .banner-mouse:hover .mouse-title {
    color: #014e95;
  }
  .container .pege-container .cont-banner .banner-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 120px;
    height: auto;
    z-index: 9;
  }
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-prev,
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    border: solid 2px #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-prev img,
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-next img {
    width: 7px;
  }
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-prev:hover,
  .container .pege-container .cont-banner .banner-button .banner-swiper-button-next:hover {
    border: solid 2px #014e95;
    background: #014e95;
  }
  .container .pege-container .cont-banner .banner-bar {
    display: none;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: 2.6rem;
    height: 2px;
    margin-left: -1.3rem;
    background: rgba(255, 255, 255, 0.1);
    z-index: 9;
  }
  .container .pege-container .cont-banner .banner-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #08b0ae;
  }
  .container .pege-container .cont-banner .banner-bar-active::after {
    width: 100%;
    transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
  }
  .container .pege-container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #f5f5f5 url(../images/plate1-bg.jpg) no-repeat top left;
    background-size: 300%;
  }
  .container .pege-container .cont-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-title {
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.1rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0.3rem;
    font-size: 0.34rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), transparent);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.35rem 0.3rem 0;
    background: rgba(21, 82, 148, 0.9);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-cent .cent-title {
    font-size: 0.24rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-cent .cent-text {
    width: 100%;
    height: 1.44rem;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-cent .cent-link span {
    margin-right: 0.25rem;
    font-size: 0.16rem;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-cent .cent-link img {
    width: 0.15rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item .item-cent .cent-link:hover img {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item:hover .item-title {
    opacity: 0;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .cont-item:hover .item-cent {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 1.2rem 0.3rem;
  }
  .container .pege-container .cont-plate2 .plate2-title {
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .pege-container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
    padding: 0 0.6rem 0.6rem 0;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.55rem 0 0.5rem;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-text {
    height: auto;
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.85rem;
    margin: 0.6rem auto 0;
    border-radius: 0.8rem;
    border: solid 2px #014e95;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-bottom span {
    font-size: 0.28rem;
    color: #014e95;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-bottom em {
    width: 0.25rem;
    height: 0.26rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow.png) no-repeat top left;
    background-size: 100%;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-bottom:hover {
    background: #014e95;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-bottom:hover span {
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-bottom:hover em {
    background: url(../images/icon/icon-banner-next.png) no-repeat top left;
    background-size: 100%;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.1rem;
    width: 0.1rem;
    height: 3.5rem;
    margin-top: -1.75rem;
    background: #014e95;
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
  }
  .container .pege-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 .pege-container .cont-plate2 .plate2-main .swiper-slide-active .slide-box .box-cent {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-pagination {
    width: 100%;
    bottom: 0;
    padding-right: 0.3rem;
    z-index: 9;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #dcdcdc;
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-main .swiper-pagination .swiper-pagination-bullet-active {
    background: #014e95;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    border-radius: 50%;
    border: solid 2px #e7eaed;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev img,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover {
    border: solid 2px #014e95;
    background: #014e95;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-prev {
    left: -0.9rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .plate2-swiper-button-next {
    right: -0.9rem;
  }
  .container .pege-container .cont-plate3 {
    position: relative;
    width: 100%;
    height: 10.2rem;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container .pege-container .cont-plate3 .plate3-pc-bg {
    display: none;
  }
  .container .pege-container .cont-plate3 .plate3-web-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10.2rem;
  }
  .container .pege-container .cont-plate3 .plate3-web-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 0;
    z-index: 9;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-title {
    width: 100%;
    font-size: 0.34rem;
    color: #fff;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-subtitle {
    margin-top: 0.15rem;
    font-size: 0.42rem;
    line-height: 0.48rem;
    color: #fff;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-text {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #fff;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.66rem;
    height: 0.85rem;
    margin-top: 0.5rem;
    border-radius: 0.8rem;
    border: solid 2px rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-bottom span {
    font-size: 0.28rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-bottom em {
    width: 0.25rem;
    height: 0.26rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-banner-next.png) no-repeat top left;
    background-size: 100%;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-bottom:hover {
    background: #fff;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-bottom:hover span {
    color: #014e95;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-box .box-bottom:hover em {
    background: url(../images/icon/icon-arrow.png) no-repeat top left;
    background-size: 100%;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .pege-container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background-color: #f0f4f8;
    background-position: top left;
    background-size: 200%;
    background-repeat: no-repeat;
  }
  .container .pege-container .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.56rem;
    height: auto;
    margin: 0.15rem auto 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-button span {
    font-size: 0.28rem;
    color: #014e95;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-button em {
    width: 0.25rem;
    height: 0.26rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow.png) no-repeat top left;
    background-size: 100%;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    overflow: hidden;
    background: #fff;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .container .pege-container .cont-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;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.25rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-title {
    height: 0.96rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-text {
    display: none !important;
    height: 1.3rem;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.25rem;
    margin-top: 1rem;
    border-top: solid 1px #e6e8e9;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-time img {
    width: 13px;
    margin-right: 0.1rem;
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item .item-cent .cent-time span {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.28rem;
    color: #666;
  }
  .container .pege-container .cont-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));
  }
  .container .pege-container .cont-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-title {
    color: #014e95;
  }
  .container .pege-container .cont-foot {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.4rem;
    background: #000;
  }
  .container .pege-container .cont-foot .foot-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-foot .foot-main .main-cont {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-cent .cent-logo {
    display: block;
    width: 2.42rem;
    height: auto;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-cent .cent-logo img {
    width: 100%;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-cent .cent-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-cent .cent-box .box-item img {
    width: 13px;
    margin-right: 0.1rem;
    margin-top: 0.06rem;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-cent .cent-box .box-item span {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #d1d1d1;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-nav .nav-item {
    width: 2.15rem;
    height: auto;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-nav .nav-item .item-title {
    font-size: 0.16rem;
    color: #ccc;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
    color: #fff;
    text-decoration: underline;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #666;
  }
  .container .pege-container .cont-foot .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom .bottom-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom .bottom-share .share-item {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0;
    margin-right: 0.2rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    background: #222222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom .bottom-share .share-item img {
    width: 0.35rem;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom .bottom-share .share-item:hover {
    background: #fff;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom .bottom-zizhi {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom .bottom-zizhi a {
    color: #666;
  }
  .container .pege-container .cont-foot .foot-main .main-bottom .bottom-zizhi a:hover {
    color: #fff;
  }
  .about,
  .service {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-main,
  .service .about-main,
  .about .service-main,
  .service .service-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-main .main-text,
  .service .about-main .main-text,
  .about .service-main .main-text,
  .service .service-main .main-text {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0;
    font-size: var(--fs28);
    line-height: var(--fs46);
    text-align: center;
    color: #666;
  }
  .about .about-main .main-pic,
  .service .about-main .main-pic,
  .about .service-main .main-pic,
  .service .service-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    overflow: hidden;
  }
  .about .about-main .main-pic img,
  .service .about-main .main-pic img,
  .about .service-main .main-pic img,
  .service .service-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;
  }
  .about .about-main .main-pic:hover img,
  .service .about-main .main-pic:hover img,
  .about .service-main .main-pic:hover img,
  .service .service-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));
  }
  .activity {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .activity .activity-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .activity .activity-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .activity .activity-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
    background: #f3f3f3;
  }
  .activity .activity-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .activity .activity-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .activity .activity-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activity .activity-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.4rem;
  }
  .activity .activity-main .main-cont .cont-item .item-cent .cent-title {
    height: 0.96rem;
    font-size: var(--fs32);
    line-height: var(--fs48);
    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;
  }
  .activity .activity-main .main-cont .cont-item .item-cent .cent-time {
    margin-top: 0.38rem;
    font-size: var(--fs28);
    color: #666;
  }
  .activity .activity-main .main-cont .cont-item:hover {
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(161, 161, 161, 0.2);
  }
  .activity .activity-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .activity .activity-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #014e95;
  }
  .activityDetail {
    width: 100%;
    height: auto;
    padding: 2.2rem 0.3rem 1.2rem;
  }
  .activityDetail .activityDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .activityDetail .activityDetail-main .main-cont {
    width: 100%;
    height: auto;
  }
  .activityDetail .activityDetail-main .main-cont .cont-title {
    font-size: var(--fs40);
    line-height: var(--fs54);
    color: #000;
  }
  .activityDetail .activityDetail-main .main-cont .cont-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #666;
  }
  .activityDetail .activityDetail-main .main-cont .cont-text span {
    margin-left: 0.15rem;
  }
  .activityDetail .activityDetail-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #666;
  }
  .activityDetail .activityDetail-main .main-cont .cont-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding-top: 0.4rem;
    border-top: solid 1px #ededed;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button span {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button span .img2 {
    opacity: 0;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button em {
    margin: 0 0.1rem;
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button:hover span .img1 {
    opacity: 0;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button:hover span .img2 {
    opacity: 1;
  }
  .activityDetail .activityDetail-main .main-cont .cont-bottom .bottom-button:hover em {
    color: #014e95;
  }
  .activityDetail .activityDetail-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .activityDetail .activityDetail-main .main-box .box-title {
    margin-bottom: 0.25rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
  }
  .activityDetail .activityDetail-main .main-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.25rem 0;
    border-top: solid 1px #ececec;
  }
  .activityDetail .activityDetail-main .main-box .box-item .item-title {
    font-size: var(--fs30);
    line-height: var(--fs46);
    color: #333333;
    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;
  }
  .activityDetail .activityDetail-main .main-box .box-item .item-time {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    color: #999;
  }
  .activityDetail .activityDetail-main .main-box .box-item:hover .item-title {
    color: #014e95;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #f0f2f6;
  }
  .contact .contact-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .contact .contact-main .main-cont .cont-cent .cent-text {
    margin-top: 0.38rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #666;
  }
  .contact .contact-main .main-cont .cont-cent .cent-ewm {
    width: 2.2rem;
    height: auto;
    margin-top: 0.35rem;
  }
  .contact .contact-main .main-cont .cont-cent .cent-ewm img {
    width: 100%;
  }
  .contact .contact-main .main-cont .cont-map {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .contact .contact-main .main-cont .cont-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .product .product-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .product .product-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item .item-cent {
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.55rem 0 0.3rem;
    font-size: var(--fs30);
    line-height: 1rem;
    color: #000;
    background: #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item .item-cent::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-top: -0.12rem;
    background: url(../images/icon/icon-p-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-cont .cont-item:hover .item-cent {
    color: #014e95;
  }
  .productDetail {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .productDetail .productDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-main .main-cont {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-cont .cont-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #000;
  }
  .productDetail .productDetail-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: var(--fs46);
    color: #666;
  }
  .productDetail .productDetail-main .main-cont .cont-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: auto;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table table {
    width: 12rem;
    height: auto;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table table tr {
    width: 100%;
    height: 0.5rem;
    background: #e8ecf2;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table table tr:nth-child(odd) {
    background: #f4f6f9;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table table th {
    padding: 0.12rem 0.3rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: left;
    line-height: var(--fs46);
    color: #fff;
    border: none;
    background: #1f4681;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table table th:nth-child(1) {
    padding-left: 0.4rem;
    border-right: solid 2px #fff;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table table td {
    padding: 0.15rem 0.3rem;
    font-size: var(--fs28);
    text-align: left;
    line-height: var(--fs44);
    color: #333;
    border: none;
  }
  .productDetail .productDetail-main .main-cont .cont-cent .cent-table table td:nth-child(1) {
    padding-left: 0.4rem;
    border-right: solid 2px #fff;
  }
  .productDetail .productDetail-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .productDetail .productDetail-main .main-box .box-title {
    margin-bottom: 0.2rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-main .main-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .productDetail .productDetail-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-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;
  }
  .productDetail .productDetail-main .main-box .box-item .item-cent {
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.55rem 0 0.3rem;
    font-size: var(--fs30);
    line-height: 1rem;
    color: #000;
    background: #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-box .box-item .item-cent::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
    background: url(../images/icon/icon-p-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-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));
  }
  .productDetail .productDetail-main .main-box .box-item:hover .item-cent {
    color: #014e95;
  }
  .case {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.9rem;
  }
  .case .case-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .case .case-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .case .case-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .case .case-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .case .case-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .cont-item .item-cent {
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.55rem 0 0.3rem;
    font-size: var(--fs30);
    line-height: 1rem;
    color: #000;
    background: #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .cont-item .item-cent::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-top: -0.12rem;
    background: url(../images/icon/icon-p-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .case .case-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .case .case-main .main-cont .cont-item:hover .item-cent {
    color: #014e95;
  }
  .custom {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .custom .custom-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .custom .custom-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    margin-bottom: 0.2rem;
  }
  .custom .custom-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    background: #f3f3f3;
  }
  .custom .custom-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .custom .custom-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .custom .custom-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .custom .custom-main .main-cont .cont-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.3rem 0.4rem;
  }
  .custom .custom-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .custom .custom-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: var(--fs44);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .custom .custom-main .main-cont .cont-item:hover {
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(161, 161, 161, 0.2);
  }
  .custom .custom-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .custom .custom-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #014e95;
  }
  .form {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #f7f8fa url(../images/form/bg.jpg) no-repeat top right;
    background-size: 100%;
  }
  .form .form-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .form .form-main .main-text {
    width: 100%;
    margin: 0.1rem auto 0;
    font-size: var(--fs30);
    line-height: var(--fs46);
    text-align: center;
    color: #666;
  }
  .form .form-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .form .form-main .main-cont input {
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    margin-bottom: 0.16rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #e6e8eb;
    border-radius: 5px;
    background: #fff;
  }
  .form .form-main .main-cont input::placeholder {
    color: #666;
  }
  .form .form-main .main-cont textarea {
    width: 100%;
    height: 2.5rem;
    padding: 0.22rem 0.2rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #e6e8eb;
    border-radius: 5px;
    background: #fff;
  }
  .form .form-main .main-button {
    display: block;
    width: 3.74rem;
    height: 1rem;
    margin: 0.64rem auto 0;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.95rem;
    color: #fff;
    background: #014e95;
    border-radius: 5px;
    border: solid 2px #014e95;
  }
  .form .form-main .main-button:hover {
    color: #014e95;
    background: transparent;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-box {
    width: 100%;
    height: auto;
    margin: 0.5rem 0;
  }
  .recruit .recruit-main .main-box .list-dd {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-box .list-dd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #014e95;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 1.93rem;
    padding: 0.2rem 0.3rem 0;
    background: #fafafa;
    border-top: solid 2px #e7e7e7;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left {
    width: calc(100% - 0.75rem);
    height: auto;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .title {
    margin-right: 0;
    font-size: 0.32rem;
    font-weight: bold;
    color: #17171d;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .text {
    display: none;
    font-size: 0.14rem;
    color: #878787;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-heng {
    width: 20px;
    height: 3px;
    margin-top: 0.2rem;
    background: #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #878787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -webkit-transition: all 0.3s 0.3s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 19;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right .img2 {
    opacity: 0;
  }
  .recruit .recruit-main .main-box .list-dd .dd-top .top-right::after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.75rem;
    color: #014e95;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .top-active {
    background: #fff;
  }
  .recruit .recruit-main .main-box .list-dd .top-active .top-left .top-title .title {
    color: #014e95;
  }
  .recruit .recruit-main .main-box .list-dd .top-active .top-left .top-text {
    opacity: 0;
    transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -webkit-transition: all 0.3s 0s;
  }
  .recruit .recruit-main .main-box .list-dd .top-active .top-right::after {
    content: '-';
    line-height: 0.75rem;
    color: #fff;
    background: #014e95;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent {
    display: none;
    position: relative;
    top: -0.5rem;
    width: 100%;
    margin-top: -0.4rem;
    padding: 0.2rem 0.3rem 0;
    background: #fff;
    z-index: 9;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #999;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
    width: 150px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #014e95;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
    width: 150px;
    height: 50px;
    margin-left: 0.2rem;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #dedede;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-Emali {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #010101;
  }
  .recruit .recruit-main .main-box .list-dd-active {
    box-shadow: 0px 4px 25px 0px rgba(16, 16, 16, 0.1);
  }
  .recruit .recruit-main .main-box .list-dd-active::after {
    width: 100%;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
}
