.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 {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    border-bottom: none;
    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;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo .logo-link {
    width: 4rem;
    height: auto;
    margin-right: 0.05rem;
  }
  nav .nav-main .main-cont .main-logo .logo-link img {
    width: 100%;
  }
  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-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1rem;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-title {
    width: 100%;
    height: 100%;
    font-size: 0.3rem;
    text-align: center;
    line-height: 1.2rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 1.6rem;
    height: auto;
    margin-left: -0.8rem;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-103%);
    -o-transform: translatey(-103%);
    -moz-transform: translatey(-103%);
    -webkit-transform: translatey(-103%);
    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-web-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.1rem 0;
    font-size: 0.26rem;
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-list .list-link:hover {
    color: #2b378b;
  }
  nav .nav-main .main-cont .main-web-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-web-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-web-right .right-serach {
    position: relative;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.35rem;
    background: url(../image/icon-serach2.png) no-repeat center center;
    background-size: 100%;
    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-web-right .right-menu {
    position: relative;
    width: 0.55rem;
    height: 100%;
    margin-left: 0.45rem;
    background: url(../image/icon-web-mune-active.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;
  }
  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 #2b378b;
  }
  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: none;
  }
  nav .nav-main:hover .main-logo .img1 {
    opacity: 1;
  }
  nav .nav-main:hover .main-logo .img2 {
    opacity: 0;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #2b378b;
    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;
    background: #fff;
    border-bottom: solid 1px #2b378b;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.8rem;
    height: 100%;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(/images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #2b378b;
  }
  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: #2b378b;
    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: #2b378b;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #2b378b;
    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: #2b378b;
  }
  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%;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: auto;
    height: 6rem;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: auto;
    height: 6rem;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 6rem;
    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: 50%;
    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 {
    margin-top: 0.3rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    font-size: 0.32rem;
    letter-spacing: 0.15rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-size: 0.24rem;
    font-family: 100;
    letter-spacing: 0.02rem;
    text-align: center;
    text-transform: uppercase;
    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-button {
    margin-top: 1rem;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 0.72rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 0.9rem;
    margin: 0 auto;
    text-transform: uppercase;
    border: solid 2px #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button span {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover span {
    color: #2b378b;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 {
    margin-top: 0.5rem;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 0.72rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.2rem;
    height: 0.8rem;
    margin: 0 auto;
    text-transform: uppercase;
    border: solid 2px #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 .button span {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 .button:hover {
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 .button:hover span {
    color: #2b378b;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-play {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 1rem auto 0;
    border-radius: 50%;
    background: #2b378b url(../image/icon-video-pic.png) no-repeat center center;
    background-size: 10px;
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 {
    display: block;
    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 .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 0.9rem;
    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 .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-pic2 {
    position: relative;
    width: 100%;
    height: 4rem;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic2 img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-pic3 {
    position: relative;
    width: 100%;
    height: 5rem;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic3 img {
    width: auto;
    height: 100%;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 55%;
    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.48rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
  }
  header .head-banner .banner-cent2 {
    position: absolute;
    top: 1.2rem;
    right: 0;
    width: 100%;
    height: calc(100% - 1.2rem);
    padding-left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  header .head-banner .banner-cent2 .cent-English {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-English span {
    color: #2b378b;
  }
  header .head-banner .banner-cent2 .cent-title {
    margin-top: 0.3rem;
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.85rem;
    margin: 0.5rem auto 0;
    font-size: 0.3rem;
    color: #fff;
    background: #2b378b;
    border-radius: 0.45rem;
  }
  header .head-banner .banner-cent2 .cent-button img {
    width: 0.35rem;
    margin-left: 0.18rem;
  }
  header .head-banner .banner-cent2 .cent-button:hover {
    background: #2b378b;
  }
  header .head-banner .banner-mouse {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 1.6rem;
    height: auto;
    z-index: 9;
    cursor: pointer;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .banner-mouse .mouse-title {
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-mouse img {
    display: block;
    width: 0.26rem;
    margin: 8px auto 0;
    animation: moveTop infinite 1.5s linear;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.11rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #2b378b;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .swiper-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0.35rem;
    left: 50%;
    width: 3rem;
    height: auto;
    margin-left: -1.5rem;
    z-index: 9;
  }
  header .head-banner .swiper-bottom .bottom-num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2rem;
    height: auto;
  }
  header .head-banner .swiper-bottom .bottom-num .one {
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .swiper-bottom .bottom-num .heng {
    position: relative;
    width: 1rem;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
  }
  header .head-banner .swiper-bottom .bottom-num .heng::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2b378b;
  }
  header .head-banner .swiper-bottom .bottom-num .on::after {
    width: 100%;
    transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
  }
  header .head-banner .swiper-bottom .bottom-num .two {
    font-size: 0.28rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
  }
  header .head-banner .swiper-bottom .bottom-button {
    display: flex;
    justify-content: space-between;
    width: 0.8rem;
    height: auto;
  }
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev,
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next {
    position: relative;
    width: 0.22rem;
    height: 0.26rem;
    cursor: pointer;
    outline: none;
  }
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev img,
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next 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;
  }
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev .img2,
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next .img2 {
    opacity: 0;
  }
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev:hover .img1,
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-prev:hover .img2,
  header .head-banner .swiper-bottom .bottom-button .banner-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  header .head-banner .swiper-mouse {
    display: none;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2b378b;
    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 {
    width: 100%;
    height: auto;
    border-top: solid 1px #e4e4e4;
  }
  footer .foot-main {
    display: none;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 14.42rem;
    height: auto;
    margin: 0 auto;
    padding: 1.3rem 0 1.2rem;
  }
  footer .foot-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 5.5rem;
    height: auto;
  }
  footer .foot-main .main-box .box-cent {
    width: calc(100% - 1.35rem);
    height: auto;
  }
  footer .foot-main .main-box .box-cent .cent-title {
    font-size: 0.14rem;
    color: #666;
  }
  footer .foot-main .main-box .box-cent .cent-tel {
    margin-top: 0.1rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #2b378b;
  }
  footer .foot-main .main-box .box-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item {
    position: relative;
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.28rem;
    border-radius: 50%;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    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;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item:hover {
    background: #4d4948;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-box .box-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-box .box-ewm {
    width: 1.35rem;
    height: auto;
  }
  footer .foot-main .main-box .box-ewm img {
    width: 100%;
  }
  footer .foot-main .main-cont {
    width: 7.7rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-logo {
    display: block;
    width: 2.2rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-logo img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-link {
    font-size: 0.14rem;
    color: #666;
    margin-top: 0.55rem;
  }
  footer .foot-main .main-cont .cont-link a {
    color: #666;
  }
  footer .foot-main .main-cont .cont-link a:hover {
    color: #2b378b;
  }
  footer .foot-main .main-cont .cont-link span {
    margin: 0 0.25rem;
  }
  footer .foot-main .main-cont .cont-zhizi {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    font-size: 0.14rem;
    color: #999;
  }
  footer .foot-main .main-cont .cont-zhizi a {
    color: #999;
  }
  footer .foot-main .main-cont .cont-zhizi a:hover {
    color: #2b378b;
  }
  footer .foot-web-main {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 0.4rem;
  }
  footer .foot-web-main .main-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: auto;
  }
  footer .foot-web-main .main-logo .logo-link {
    width: 4rem;
    height: auto;
    margin-right: 0;
  }
  footer .foot-web-main .main-logo .logo-link img {
    width: 100%;
  }
  footer .foot-web-main .main-title {
    margin-top: 0.45rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  footer .foot-web-main .main-tel {
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #2b378b;
  }
  footer .foot-web-main .main-ewm {
    width: 3rem;
    height: auto;
    margin: 0.45rem auto 0;
  }
  footer .foot-web-main .main-ewm img {
    width: 100%;
  }
  footer .foot-web-main .main-share {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  footer .foot-web-main .main-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.2rem;
    border-radius: 50%;
  }
  footer .foot-web-main .main-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    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;
  }
  footer .foot-web-main .main-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-web-main .main-share .share-item:hover {
    background: #4d4948;
  }
  footer .foot-web-main .main-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-web-main .main-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-web-main .main-link {
    width: 5rem;
    height: auto;
    margin: 0.45rem auto 0;
  }
  footer .foot-web-main .main-link .link-box {
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding-left: 0.15rem;
    font-size: 0.26rem;
    color: #aaa;
    line-height: 0.8rem;
    background: url(/images/icon/icon-foot-arrow.png) no-repeat 96% center;
    background-size: 18px;
    border: solid 1px #aaa;
    cursor: pointer;
  }
  footer .foot-web-main .main-link .link-box .link-hidden {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-left: 0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-web-main .main-link .link-box .link-hidden a {
    display: inline-block;
    width: 100%;
    height: 0.5rem;
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  footer .foot-web-main .main-link .link-box .link-hidden a:hover {
    text-decoration: underline;
    color: #2b378b;
  }
  footer .foot-web-main .main-link .link-box:hover .link-hidden {
    opacity: 1;
    visibility: visible;
  }
  footer .foot-web-main .main-zizhi {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.48rem;
    color: #999;
  }
  footer .foot-web-main .main-zizhi a {
    color: #999;
  }
  footer .foot-web-main .main-zizhi a:hover {
    color: #2b378b;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem;
    background: #fafafa url(../image/aboutus.png) no-repeat left center;
    background-size: 100%;
  }
  .container .cont-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #222;
  }
  .container .cont-plate1 .plate1-main .main-text {
    width: 100%;
    margin: 0.3rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.55rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.76rem;
    border: solid 2px #999;
    border-radius: 0.45rem;
  }
  .container .cont-plate1 .plate1-main .main-button:hover {
    color: #fff;
    border: solid 2px #2b378b;
    background: #2b378b;
  }
  .container .cont-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-text {
    font-size: 0.28rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-title {
    font-size: 0.28rem;
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-title span {
    margin-right: 0.15rem;
    font-size: 0.65rem;
    font-weight: bold;
    color: #2b378b;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-title em {
    position: relative;
  }
  .container .cont-plate1 .plate1-main .main-data .data-item .item-title em::after {
    content: '+';
    position: absolute;
    top: -0.35rem;
    left: 0;
    font-size: 0.3rem;
    font-weight: bold;
    color: #a5030e;
  }
  .container .cont-plate2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-item {
    position: relative;
    width: 100%;
    height: 10rem;
    margin-bottom: 0.15rem;
  }
  .container .cont-plate2 .plate2-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-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;
  }
  .container .cont-plate2 .plate2-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    padding: 1.4rem 0 0 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 20%, transparent);
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #051323;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-English {
    margin-top: 0.25rem;
    font-size: 0.42rem;
    line-height: 0.56rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    border-radius: 50%;
    border: solid 2px #bec0c2;
    overflow: hidden transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-button img {
    width: 0.25rem;
  }
  .container .cont-plate2 .plate2-item .item-cent .cent-button span {
    font-size: 0.16rem;
    color: #fff;
    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-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-plate2 .plate2-item:hover .item-cent .cent-button {
    width: 2.1rem;
    height: 0.6rem;
    border: solid 0 transparent;
    border-radius: 45px;
    background: linear-gradient(90deg, #3aa9e1, #2b388b);
  }
  .container .cont-plate2 .plate2-item:hover .item-cent .cent-button em {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-item:hover .item-cent .cent-button span {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-item:first-of-type .item-cent {
    background: none;
  }
  .container .cont-plate2 .plate2-item:first-of-type .item-cent .cent-title {
    color: #fff;
  }
  .container .cont-plate2 .plate2-item:first-of-type .item-cent .cent-English {
    color: rgba(255, 255, 255, 0.3);
  }
  .container .cont-plate2 .plate2-item:last-of-type .item-cent {
    background: none;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0 1.28rem 0.3rem;
  }
  .container .cont-plate3 .plate3-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0.3rem;
  }
  .container .cont-plate3 .plate3-top .top-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-top .top-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate3 .plate3-top .top-cent .cent-English {
    margin-top: 0.2rem;
    font-size: 0.42rem;
    font-weight: 100;
    text-align: center;
    color: #666;
  }
  .container .cont-plate3 .plate3-top .top-cent .cent-heng {
    display: none;
    width: 30px;
    height: 5px;
    margin-top: 0.3rem;
    background: #747474;
  }
  .container .cont-plate3 .plate3-top .top-button {
    display: none;
    width: 2.6rem;
    height: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.76rem;
    color: #333;
    border: solid 2px #999999;
    border-radius: 0.45rem;
  }
  .container .cont-plate3 .plate3-top .top-button:hover {
    color: #fff;
    border: solid 2px #2b378b;
    background: #2b378b;
  }
  .container .cont-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .swiper-slide {
    width: 5rem;
    height: auto;
    padding-right: 0.25rem;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box {
    display: none;
    width: 100%;
    height: auto;
    padding-right: 1.1rem;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-English {
    margin-top: 0.25rem;
    font-size: 0.36rem;
    text-transform: uppercase;
    line-height: 0.44rem;
    letter-spacing: -0.02rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.2);
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button {
    width: 50px;
    height: 50px;
    margin-top: 1.2rem;
    text-align: center;
    line-height: 46px;
    border: solid 2px #bfc4dd;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button img {
    width: 5px;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-pic img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-title {
    color: #2b378b;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-text,
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-button {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-pic {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-web-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-web-box .box-pic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-web-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate3 .plate3-main .swiper-slide .slide-web-box .box-cent {
    width: 100%;
    height: 1.5rem;
    padding: 0.55rem 0.25rem 0;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    background: #f8f8f8;
  }
  .container .cont-plate3 .plate3-main .swiper-pagination {
    display: none;
    top: auto;
    bottom: 0;
    height: 5px;
    background: #ededed;
  }
  .container .cont-plate3 .plate3-main .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #2b378b;
  }
  .container .cont-plate3 .plate3-main .main-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-right: 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-bottom .plate3-swiper-button-prev,
  .container .cont-plate3 .plate3-main .main-bottom .plate3-swiper-button-next {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.15rem;
    text-align: center;
    line-height: 0.68rem;
    border: solid 1px #333333;
    outline: none;
    cursor: pointer;
  }
  .container .cont-plate3 .plate3-main .main-bottom .plate3-swiper-button-prev img,
  .container .cont-plate3 .plate3-main .main-bottom .plate3-swiper-button-next img {
    width: 0.25rem;
  }
  .container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.5rem;
    background: url(../image/plate4-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .container .cont-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.3rem;
  }
  .container .cont-plate4 .plate4-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cent .cent-English {
    margin-top: 0.1rem;
    font-size: 0.42rem;
    font-weight: 100;
    text-align: center;
    color: #666;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cont {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev,
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.15rem;
    border-radius: 50%;
    border: solid 1px #044f9c;
    cursor: pointer;
    outline: none;
    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-top .top-cont .plate4-swiper-button-prev img,
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev .img2,
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev:hover,
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next:hover {
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev:hover .img1,
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev:hover .img2,
  .container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    height: 0.96rem;
    margin-bottom: 0.25rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont {
    position: relative;
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-pic {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-pic img {
    width: 100%;
    height: 100%;
    opacity: 0.45;
    object-fit: cover;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.5rem 0;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-time {
    font-size: 0.26rem;
    color: #fff;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-time span {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-title {
    height: 0.96rem;
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-text {
    height: 1.84rem;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.5rem;
    border-top: solid 1px #dddddd;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-bottom span {
    font-size: 0.26rem;
    color: #666;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-bottom img {
    width: 0.3rem;
    margin-left: 0.1rem;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-pic,
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cent-text,
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cent-time {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-time,
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-title,
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-text {
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-time span,
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-title span,
  .container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-text span {
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-swiper .main-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-right: 0.3rem;
  }
  .container .cont-plate4 .plate4-main .main-swiper .main-bottom .plate4-swiper-button-prev,
  .container .cont-plate4 .plate4-main .main-swiper .main-bottom .plate4-swiper-button-next {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.15rem;
    text-align: center;
    line-height: 0.68rem;
    border: solid 1px #333333;
    outline: none;
    cursor: pointer;
  }
  .container .cont-plate4 .plate4-main .main-swiper .main-bottom .plate4-swiper-button-prev img,
  .container .cont-plate4 .plate4-main .main-swiper .main-bottom .plate4-swiper-button-next img {
    width: 0.25rem;
  }
  .container .cont-plate4 .plate4-main .main-button {
    display: none;
    width: 2.1rem;
    height: 0.6rem;
    margin: 0.4rem auto 0;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #3aa8e0, #3a4593);
  }
  .container .cont-plate4 .plate4-main .main-button:hover {
    background: linear-gradient(90deg, #3a4593, #3aa8e0);
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0;
  }
  .about .about-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about .about-plate1 .plate1-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333333;
  }
  .about .about-plate1 .plate1-cent .cent-English {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #2b378b;
  }
  .about .about-plate1 .plate1-cent .cent-subtitle {
    margin-top: 0.35rem;
    font-size: 0.34rem;
    color: #333;
  }
  .about .about-plate1 .plate1-cent .cent-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-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));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.18rem 0.3rem 1.2rem;
  }
  .about .about-plate2 .plate2-title {
    font-size: 0.38rem;
    text-align: center;
    color: #333;
  }
  .about .about-plate2 .plate2-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .about .about-plate2 .plate2-main .main-item {
    width: calc(100% / 3 - 0.1rem);
    height: auto;
    margin-right: 0.15rem;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .about .about-plate2 .plate2-main .main-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1rem;
    background: url(../image/bg.jpg) no-repeat bottom center;
    background-size: cover;
  }
  .about .about-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .about .about-plate3 .plate3-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .about .about-plate3 .plate3-main::after {
    content: '';
    position: absolute;
    top: 2.02rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../image/xian.png) no-repeat top left;
    background-size: 100%;
  }
  .about .about-plate3 .plate3-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-title {
    padding-top: 1.8rem;
    font-size: 0.36rem;
    text-align: center;
    color: #666;
  }
  .about .about-plate3 .plate3-main .swiper-slide .slide-box .box-text {
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    visibility: hidden;
  }
  .about .about-plate3 .plate3-main .swiper-slide-active .slide-box {
    height: auto;
  }
  .about .about-plate3 .plate3-main .swiper-slide-active .slide-box .box-title {
    padding-top: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #808080;
  }
  .about .about-plate3 .plate3-main .swiper-slide-active .slide-box .box-title em {
    color: #2b378b;
  }
  .about .about-plate3 .plate3-main .swiper-slide-active .slide-box .box-text {
    visibility: visible;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next {
    position: absolute;
    top: 1.75rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: solid 4px #afafaf;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.24rem;
    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;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev .img2,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next:hover {
    border: solid 4px #2b378b;
    background: #2b378b;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img1,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img2,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev {
    left: -0.2rem;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-next {
    right: -0.2rem;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .about-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate4 .plate4-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate4 .plate4-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper {
    width: 100%;
    height: 6.5rem;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-bottom: 0.45rem;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    width: 1.4rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
    width: calc(100% - 1.6rem);
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-box {
    display: none;
    width: 2.1rem;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    padding-right: 0.3rem;
    font-size: 0.16rem;
    text-align: right;
    color: #fff;
    cursor: pointer;
    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-cont .cont-box .box-item-active {
    font-size: 0.18rem;
    font-weight: bold;
    border-right: solid 3px #fff;
  }
  .about .about-plate5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-top .top-cent {
    width: auto;
    height: auto;
  }
  .about .about-plate5 .plate5-top .top-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .about .about-plate5 .plate5-top .top-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.28rem;
    background: #2b378b;
  }
  .about .about-plate5 .plate5-top .top-box {
    display: flex;
    justify-content: flex-end;
    width: 2.2rem;
    height: 1rem;
  }
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev,
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next {
    position: relative;
    width: 1.1rem;
    height: 1rem;
    background: #f7f7f7;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev img,
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev .img2,
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev:hover,
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next:hover {
    background: #2b378b;
  }
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev:hover .img1,
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev:hover .img2,
  .about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .about .about-plate5 .plate5-main .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .about .about-plate5 .plate5-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 7rem;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-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;
  }
  .about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 2rem;
    padding: 0.4rem 0.36rem 0;
    background: #f7f7f7;
  }
  .about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-left {
    width: calc(100% - 0.58rem);
    height: auto;
  }
  .about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-left .left-title {
    font-size: 0.36rem;
    color: #000;
  }
  .about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-left .left-text {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    color: #999;
  }
  .about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.85rem;
    height: 0.6rem;
    border-radius: 0.2rem;
    border: solid 2px #181818;
    background: url(../image/icon-button-arrow.png) no-repeat center center;
    background-size: 7px;
  }
  .about .about-plate5 .plate5-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));
  }
  .about .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .about .popup .popup-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .about .popup .popup-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: auto;
    background: #fff;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .popup .popup-main .main-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .about .popup .popup-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .popup .popup-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.2rem;
    background: url(../image/bg3.png) no-repeat 95% 95%;
    background-size: 1.59rem;
  }
  .about .popup .popup-main .main-cent .cent-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    border-bottom: solid 2px #8890c8;
  }
  .about .popup .popup-main .main-cent .cent-top .top-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000033;
  }
  .about .popup .popup-main .main-cent .cent-top .top-text {
    margin-top: 0.15rem;
    font-size: 0.32rem;
    color: #333;
  }
  .about .popup .popup-main .main-cent .cent-text {
    width: 100%;
    height: 3rem;
    margin-top: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #333;
    overflow: auto;
  }
  .about .popup .popup-main .main-hide {
    position: absolute;
    top: -0.6rem;
    right: 0.2rem;
    width: 21px;
    height: auto;
    cursor: pointer;
  }
  .about .popup .popup-main .main-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .popup .popup-main .main-hide:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .gaoke {
    width: 100%;
    height: auto;
  }
  .gaoke .gaoke-plate1 {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 1rem;
  }
  .gaoke .gaoke-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .gaoke .gaoke-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.8rem;
    background: url(../image/bg1.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .gaoke .gaoke-plate1 .plate1-main .main-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333333;
  }
  .gaoke .gaoke-plate1 .plate1-main .main-cent .cent-subtitle {
    margin-top: 0.15rem;
    font-size: 0.36rem;
    line-height: 0.46rem;
    color: #333;
  }
  .gaoke .gaoke-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .gaoke .gaoke-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    padding-left: 0;
    overflow: hidden;
  }
  .gaoke .gaoke-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .gaoke .gaoke-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));
  }
  .gaoke .gaoke-plate2 {
    width: 100%;
    height: auto;
    padding: 2.1rem 0.3rem 1.4rem;
    margin-top: -0.9rem;
    background: url(../image/bg21.jpg) no-repeat top left;
    background-size: cover;
  }
  .gaoke .gaoke-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .gaoke .gaoke-plate2 .plate2-main .main-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.45rem;
  }
  .gaoke .gaoke-plate2 .plate2-main .main-item .item-title {
    font-size: 0.28rem;
    color: #fff;
  }
  .gaoke .gaoke-plate2 .plate2-main .main-item .item-num {
    margin-top: 0.1rem;
    font-size: 0.32rem;
    color: #fff;
  }
  .gaoke .gaoke-plate2 .plate2-main .main-item .item-num span {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  .gaoke .gaoke-plate2 .plate2-main .main-item .item-num em {
    position: relative;
  }
  .gaoke .gaoke-plate2 .plate2-main .main-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.35rem;
    left: 0;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
  }
  .gaoke .gaoke-plate3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-top: 1.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .gaoke .gaoke-plate3 .plate3-pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .gaoke .gaoke-plate3 .plate3-pic .pic-img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .gaoke .gaoke-plate3 .plate3-pic .pic-img img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .gaoke .gaoke-plate3 .plate3-pic .pic-img: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));
  }
  .gaoke .gaoke-plate3 .plate3-pic .pic-cent {
    position: absolute;
    bottom: 1.46rem;
    right: 0;
    width: 3.5rem;
    height: auto;
    padding: 0.55rem 0.6rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #fff;
    background: #2b378b;
  }
  .gaoke .gaoke-plate3 .plate3-pic .pic-cent span {
    font-weight: bold;
  }
  .gaoke .gaoke-plate3 .plate3-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 0.5rem;
  }
  .gaoke .gaoke-plate3 .plate3-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .gaoke .gaoke-plate3 .plate3-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #2b378b;
  }
  .gaoke .gaoke-plate3 .plate3-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .gaoke .gaoke-plate3 .plate3-cent .cent-text span {
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
  }
  .gaoke .gaoke-plate4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.15rem 0.3rem 0;
  }
  .gaoke .gaoke-plate4 .plate4-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .gaoke .gaoke-plate4 .plate4-heng {
    width: 40px;
    height: 3px;
    margin: 0.25rem auto 0;
    background: #2b378b;
  }
  .gaoke .gaoke-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: auto;
  }
  .gaoke .gaoke-plate4 .plate4-main table {
    width: 14.42rem;
    height: auto;
  }
  .gaoke .gaoke-plate4 .plate4-main table td {
    padding: 12px 0.15rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.46rem;
    color: #333;
    border: solid 1px #c1c1c1;
  }
  .gaoke .gaoke-plate4 .plate4-main table td span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.7rem;
    font-size: 0.3rem;
    color: #333;
  }
  .gaoke .gaoke-plate4 .plate4-main table td em {
    font-size: 0.32rem;
  }
  .gaoke .gaoke-plate4 .plate4-main table td p {
    padding: 0.1rem 0.5rem;
    text-align: left;
  }
  .gaoke .gaoke-plate5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.5rem 0.3rem 1.15rem;
  }
  .gaoke .gaoke-plate5 .plate5-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .gaoke .gaoke-plate5 .plate5-heng {
    width: 40px;
    height: 3px;
    margin: 0.25rem auto 0;
    background: #2b378b;
  }
  .gaoke .gaoke-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    overflow: auto;
  }
  .gaoke .gaoke-plate5 .plate5-main table {
    width: 14.42rem;
    height: auto;
  }
  .gaoke .gaoke-plate5 .plate5-main table tr {
    width: 100%;
    height: auto;
  }
  .gaoke .gaoke-plate5 .plate5-main table tr td {
    padding: 12px 0.15rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.46rem;
    color: #333;
    border: solid 1px #c1c1c1;
  }
  .gaoke .gaoke-plate5 .plate5-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item {
    width: calc(100% / 2);
    height: auto;
    margin-bottom: 0.2rem;
    border: solid 1px #c1c1c1;
    border-right: none;
  }
  .gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item:nth-child(2n) {
    border-right: solid 1px #c1c1c1;
  }
  .gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item:last-of-type {
    border-right: solid 1px #c1c1c1;
  }
  .gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item .item-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.5rem;
    padding: 0.2rem 0.55rem;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.48rem;
    text-align: center;
    color: #333;
  }
  .gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item .item-bottom {
    width: 100%;
    height: auto;
    padding: 0.15rem 0.3rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
    border-top: solid 1px #c1c1c1;
  }
  .gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item .item-bottom span {
    color: #ec0000;
  }
  .make {
    width: 100%;
    height: auto;
  }
  .make .make-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .make .make-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .make .make-plate1 .plate1-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .make .make-plate1 .plate1-cent .cent-subtitle {
    margin-top: 0.25rem;
    font-size: 0.34rem;
    color: #2b378b;
  }
  .make .make-plate1 .plate1-cent .cent-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .make .make-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .make .make-plate1 .plate1-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .make .make-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));
  }
  .make .make-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.15rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .make .make-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .make .make-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
  }
  .make .make-plate2 .plate2-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.28rem auto 0;
    background: #2b378b;
  }
  .make .make-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-top: 0.2rem;
    overflow: hidden;
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0 ;
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    padding: 0.16rem;
    background: #fff;
    overflow: hidden;
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .pic img {
    width: 100%;
    box-shadow: 0 0 0.3rem 0 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;
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #999;
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic .pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide-active .slide-box .box-pic {
    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));
  }
  .make .make-plate2 .plate2-main .main-swiper .swiper-slide-active .slide-box .box-title {
    margin-top: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .make .make-plate3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .make .make-plate3 .plate3-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .make .make-plate3 .plate3-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .make .make-plate3 .plate3-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));
  }
  .make .make-plate3 .plate3-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .make .make-plate3 .plate3-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .make .make-plate3 .plate3-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #2b378b;
  }
  .make .make-plate3 .plate3-cent .cent-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .make .make-plate4 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .make .make-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .make .make-plate4 .plate4-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
  }
  .make .make-plate4 .plate4-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.28rem auto 0;
    background: #2b378b;
  }
  .make .make-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    overflow: hidden;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .make .make-plate4 .plate4-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;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.2rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #000, transparent);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.45rem 0.4rem;
    background: rgba(43, 55, 139, 0.9);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-title {
    font-size: 0.28rem;
    color: #fff;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #fff;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item:hover .item-title {
    opacity: 0;
  }
  .make .make-plate4 .plate4-main .main-cont .cont-item:hover .item-cent {
    opacity: 1;
  }
  .make .make-plate5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.1rem 0.3rem 1.1rem;
  }
  .make .make-plate5 .plate5-pic {
    width: 100%;
    height: auto;
  }
  .make .make-plate5 .plate5-pic img {
    width: 100%;
  }
  .make .make-plate5 .plate5-pic .pic-title {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 0.9rem;
    text-transform: uppercase;
    letter-spacing: -0.09rem;
    color: #2b378b;
    opacity: 0.1;
  }
  .make .make-plate5 .plate5-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .make .make-plate5 .plate5-cent .cent-title {
    padding-bottom: 0.25rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #999;
    border-bottom: solid 1px #ededed;
  }
  .make .make-plate5 .plate5-cent .cent-title span {
    margin-right: 0.5rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: #000;
  }
  .make .make-plate5 .plate5-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #828282;
  }
  .make .make-plate5 .plate5-cent .cent-box {
    margin: 0.5rem 0 0.15rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #2b378b;
  }
  .make .make-plate5 .plate5-cent .cent-box img {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  .make .make-plate6 {
    width: 100%;
    height: auto;
    padding: 1.5rem 0.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .make .make-plate6 .plate6-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .make .make-plate6 .plate6-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.75rem 0.2rem;
    border-radius: 0.1rem;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  }
  .make .make-plate6 .plate6-main .main-item .item-icon {
    width: 0.83rem;
    height: 0.8rem;
    margin: 0 auto;
  }
  .make .make-plate6 .plate6-main .main-item .item-icon img {
    width: 100%;
  }
  .make .make-plate6 .plate6-main .main-item .item-title {
    margin-top: 0.5rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
  }
  .make .make-plate6 .plate6-main .main-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666666;
  }
  .museum {
    width: 100%;
    height: auto;
  }
  .museum .museum-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .museum .museum-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .museum .museum-main .main-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .museum .museum-main .main-subtitle {
    margin-top: 1rem;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .museum .museum-main .main-video {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .museum .museum-main .main-video .hidden-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .museum .museum-main .main-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .museum .museum-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;
  }
  .museum .museum-main .main-video .hidden-box .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .museum .museum-main .main-video .hidden-box .box-icon .icon-box {
    position: relative;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #2b378b;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .museum .museum-main .main-video .hidden-box .box-icon .icon-box .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    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;
  }
  .museum .museum-main .main-video .hidden-box .box-icon .icon-box .right-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .museum .museum-main .main-video .hidden-box .box-icon .icon-box:hover {
    opacity: 1;
  }
  .museum .museum-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));
  }
  .museum .museum-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .museum .museum-main .main-video .video-box video {
    width: 100%;
    height: auto;
  }
  .museum .museum-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0.7rem;
    overflow: hidden;
  }
  .museum .museum-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .museum .museum-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .museum .museum-main .main-swiper .swiper-slide .slide-box .box-pic {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .museum .museum-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .museum .museum-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .museum .museum-main .main-swiper .swiper-slide-active {
    z-index: 9;
  }
  .museum .museum-main .main-swiper .swiper-slide-active .slide-box {
    opacity: 1;
  }
  .museum .museum-main .main-swiper .swiper-slide-active .slide-box .box-pic {
    top: 0;
    width: 100%;
    margin-left: 0;
  }
  .museum .museum-main .main-swiper .swiper-slide-active .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .museum .museum-main .main-swiper .swiper-slide-prev .slide-box {
    opacity: 1;
  }
  .museum .museum-main .main-swiper .swiper-slide-prev .slide-box .box-pic {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .museum .museum-main .main-swiper .swiper-slide-next .slide-box {
    opacity: 1;
  }
  .museum .museum-main .main-swiper .swiper-slide-next .slide-box .box-pic {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .museum .museum-main .main-swiper .swiper-pagination {
    bottom: 0;
  }
  .museum .museum-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px;
    background: #fff;
    border: solid 1px #ccc;
    opacity: 1;
  }
  .museum .museum-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #176baa;
    border: solid 1px #176baa;
  }
  .recruit {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .recruit .recruit-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .recruit .recruit-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .recruit .recruit-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 0.45rem 1.5rem;
    background: linear-gradient(0deg, #000, transparent);
    z-index: 9;
  }
  .recruit .recruit-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    width: calc(100% - 1.5rem);
    height: auto;
    padding: 0 0 0 0.68rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
    border-left: solid 1px #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .recruit .recruit-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));
  }
  .recruit .recruit-main .main-swiper .swiper-pagination {
    bottom: 0.4rem;
    width: 1.5rem;
    font-size: 0.34rem;
    color: #b6b6b6;
    z-index: 9;
  }
  .recruit .recruit-main .main-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 0.46rem;
    color: #fff;
  }
  .recruit .recruit-main .main-swiper .recruit-swiper-button-prev,
  .recruit .recruit-main .main-swiper .recruit-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.33rem;
    text-align: center;
    line-height: 0.75rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    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;
  }
  .recruit .recruit-main .main-swiper .recruit-swiper-button-prev img,
  .recruit .recruit-main .main-swiper .recruit-swiper-button-next img {
    width: 12px;
  }
  .recruit .recruit-main .main-swiper .recruit-swiper-button-prev:hover,
  .recruit .recruit-main .main-swiper .recruit-swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.7);
  }
  .recruit .recruit-main .main-swiper .recruit-swiper-button-prev {
    left: 0.2rem;
  }
  .recruit .recruit-main .main-swiper .recruit-swiper-button-next {
    right: 0.2rem;
  }
  .recruit .recruit-main .main-title {
    margin-top: 1rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit .recruit-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #000;
  }
  .recruit .recruit-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .recruit .recruit-main .main-box .box-top {
    display: none;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    margin-bottom: 0.2rem;
    background: #f6f6f6;
  }
  .recruit .recruit-main .main-box .box-top .top-item {
    width: 13.41%;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-weight: bold;
    color: #666666;
  }
  .recruit .recruit-main .main-box .box-top .top-item:nth-child(1) {
    width: 25%;
    padding-left: 0.55rem;
  }
  .recruit .recruit-main .main-box .box-top .top-item:nth-child(2) {
    width: 22%;
  }
  .recruit .recruit-main .main-box .box-top .top-item:nth-child(3) {
    width: 22%;
  }
  .recruit .recruit-main .main-box .box-top .top-item:nth-child(4) {
    width: 20%;
  }
  .recruit .recruit-main .main-box .box-top .top-item:nth-child(5) {
    width: 6%;
  }
  .recruit .recruit-main .main-box .box-top .top-icon {
    width: 5%;
    height: 100%;
  }
  .recruit .recruit-main .main-box .box-lump {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top {
    display: block;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.6rem 0.4rem 0.3rem;
    background: #f4f7f8;
    cursor: pointer;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-item {
    width: 13.41%;
    color: #666;
    font-size: 0.26rem;
    line-height: 0.48rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(1) {
    width: 100%;
    padding-left: 0;
    font-size: 0.32rem;
    font-weight: bold;
    color: #252525;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(2) {
    width: 100%;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(3) {
    width: 100%;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(4) {
    width: 100%;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(5) {
    width: 100%;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-item span {
    display: inline-block;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top .top-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 100%;
    background-image: url(../image/icon-j-right.png);
    background-repeat: no-repeat;
    background-size: 0.34rem;
    background-position: center center;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top:hover {
    background: #2b378b;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top:hover .top-item {
    color: #fff;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top:hover .top-icon {
    background-image: url(../image/icon-j-right3.png);
    background-size: 0.34rem;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top-active {
    background: #2b378b;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top-active .top-item {
    color: #fff !important;
  }
  .recruit .recruit-main .main-box .box-lump .lump-top-active .top-icon {
    background-image: url(../image/icon-j-right2.png) !important;
    background-size: 0.34rem;
  }
  .recruit .recruit-main .main-box .box-lump .lump-cent {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.9rem 0.4rem 0.55rem;
    background: #fafafa;
  }
  .recruit .recruit-main .main-box .box-lump .lump-cent .cent-title {
    margin-bottom: 0.08rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
  }
  .recruit .recruit-main .main-box .box-lump .lump-cent .cent-text {
    margin-bottom: 0.36rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .recruit .recruit-main .main-box .box-lump .lump-cent .cent-text span {
    color: #2b378b;
  }
  .recruit .recruit-main .main-box .box-lump .lump-cent .cent-button {
    display: block;
    width: 2rem;
    height: 0.56rem;
    font-size: 14px;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bold;
    color: #fff;
    border-radius: 0.05rem;
    border: solid 2px #2b378b;
    background: #2b378b;
  }
  .recruit .recruit-main .main-box .box-lump .lump-cent .cent-button:hover {
    color: #2b378b;
    background: none;
  }
  .recruit .recruit-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.45rem auto 0;
  }
  .recruit .recruit-main .main-load img {
    width: 0.45rem;
  }
  .recruit .recruit-main .main-load span {
    margin-left: 0.15rem;
    font-size: 0.26rem;
    color: #2b378b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-load:hover span {
    margin-left: 0.05rem;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .product-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .product .product-plate1 .plate1-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate1 .plate1-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product .product-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-plate1 .plate1-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate1 .plate1-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    background: #f5f5f5;
  }
  .product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate1 .plate1-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;
  }
  .product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: 1.6rem;
    padding: 0.3rem 0.3rem 0;
  }
  .product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.34rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .product .product-plate1 .plate1-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));
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-prev,
  .product .product-plate1 .plate1-main .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 43px;
    height: 43px;
    margin-top: -21.5px;
    border: solid 1px #222;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-prev img,
  .product .product-plate1 .plate1-main .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-prev .img2,
  .product .product-plate1 .plate1-main .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-prev:hover,
  .product .product-plate1 .plate1-main .plate1-swiper-button-next:hover {
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
  .product .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
  .product .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-prev {
    left: 0.2rem;
  }
  .product .product-plate1 .plate1-main .plate1-swiper-button-next {
    right: 0.2rem;
  }
  .product .product-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: url(../image/bg2.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .product .product-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-plate2 .plate2-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product .product-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-plate2 .plate2-main .main-box .box-pic {
    display: none;
    width: 4.8rem;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate2 .plate2-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-plate2 .plate2-main .main-box .box-cent {
    width: 100%;
    height: auto;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-title {
    margin-top: 0.25rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.3rem;
    overflow: auto;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table {
    width: 12rem;
    height: auto;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table tr {
    width: 100%;
    height: 0.4rem;
    background: #f0f0f0;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table tr:nth-child(odd) {
    background: #2b378b;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table tr:nth-child(odd) td {
    color: #fff;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table th {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 30px;
    color: #fff;
    border: none;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table th:nth-child(1) {
    padding-left: 0.75rem;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table td {
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    color: #333;
    border: none;
  }
  .product .product-plate2 .plate2-main .main-box .box-cent .cent-table table td:nth-child(1) {
    padding-left: 0.75rem;
  }
  .product .product-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .product .product-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #51585d;
  }
  .product .product-plate3 .plate3-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product .product-plate3 .plate3-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #51585d;
  }
  .product .product-plate3 .plate3-pic {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    overflow: hidden;
  }
  .product .product-plate3 .plate3-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate3 .plate3-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));
  }
  .product .product-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: #f6f6f6;
  }
  .product .product-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate4 .plate4-top .top-cent {
    width: auto;
    height: auto;
  }
  .product .product-plate4 .plate4-top .top-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #51585d;
  }
  .product .product-plate4 .plate4-top .top-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem 0 0;
    background: #2b378b;
  }
  .product .product-plate4 .plate4-top .top-button {
    display: flex;
    justify-content: space-between;
    width: 115px;
    height: auto;
  }
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev,
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next {
    position: relative;
    width: 43px;
    height: 43px;
    border: solid 1px #222;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev img,
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev .img2,
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover,
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover {
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img1,
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img2,
  .product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product .product-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0.55rem auto 0;
    overflow: hidden;
  }
  .product .product-plate4 .plate4-main .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product .product-plate4 .plate4-main .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-plate4 .plate4-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.35rem;
    overflow: hidden;
  }
  .product .product-plate4 .plate4-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;
  }
  .product .product-plate4 .plate4-main .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .product .product-plate4 .plate4-main .swiper-slide .slide-box: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));
  }
  .product .product-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg22.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .product .product-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-plate5 .plate5-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .product .product-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .product .product-plate5 .plate5-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .product .product-plate5 .plate5-main .main-box .box-item .item-title {
    width: 1.5rem;
    padding-top: 0.12rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .product .product-plate5 .plate5-main .main-box .box-item .item-title span {
    color: #ff2300;
  }
  .product .product-plate5 .plate5-main .main-box .box-item input {
    width: calc(100% - 1.5rem);
    height: 0.75rem;
    padding: 0 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .product .product-plate5 .plate5-main .main-box .box-item input::placeholder {
    color: #828482;
  }
  .product .product-plate5 .plate5-main .main-box .box-item textarea {
    width: calc(100% - 1.5rem);
    height: 2.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .product .product-plate5 .plate5-main .main-box .box-item textarea::placeholder {
    color: #828482;
  }
  .product .product-plate5 .plate5-main .main-box .box-item:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .product .product-plate5 .plate5-main .main-button {
    display: block;
    width: 5rem;
    height: 0.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #333;
    background: #fff;
  }
  .product .product-plate5 .plate5-main .main-button:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .product .product-plate5 .plate5-main .main-agr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .product .product-plate5 .plate5-main .main-agr input {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.05rem;
    background-color: transparent;
    border: none;
    border-radius: 3px;
  }
  .product .product-plate5 .plate5-main .main-agr span {
    font-size: 0.28rem;
    color: #fff;
  }
  .productDetail {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0.6rem;
    border-bottom: solid 1px #ececec;
  }
  .productDetail .productDetail-plate1 .plate1-box {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .productDetail .productDetail-plate1 .plate1-box .box-English {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate1 .plate1-box .box-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem 0 0;
    background: #2b378b;
  }
  .productDetail .productDetail-plate1 .plate1-box .box-title {
    margin-top: 0.2rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate1 .plate1-cont {
    width: 6.9rem;
    height: auto;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.38rem;
    margin-top: 0.2rem;
    z-index: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 3 - 0.1333334rem);
    height: auto;
    margin-right: 0.2rem;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    border: solid 1px #f0f0f0;
    cursor: pointer;
    overflow: hidden;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide .slide-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide .slide-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));
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev,
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
    z-index: 9;
    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;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev img,
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    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;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev .img2,
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev:hover,
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next:hover {
    background: #2b378b;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev:hover .img1,
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev:hover .img2,
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev {
    left: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next {
    right: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev,
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    outline: none;
    cursor: pointer;
    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;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev img,
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    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;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev .img2,
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev:hover,
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next:hover {
    background: #2b378b;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev:hover .img1,
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev:hover .img2,
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev {
    left: -0.2rem;
  }
  .productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next {
    right: -0.2rem;
  }
  .productDetail .productDetail-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail .productDetail-plate1 .plate1-cent .cent-English {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate1 .plate1-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem 0 0;
    background: #2b378b;
  }
  .productDetail .productDetail-plate1 .plate1-cent .cent-title {
    margin-top: 0.2rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate1 .plate1-cent .cent-text {
    margin-top: 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .productDetail .productDetail-plate1 .plate1-lump {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .productDetail .productDetail-plate1 .plate1-lump img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.6rem 0.3rem;
    border-bottom: solid 1px #ececec;
  }
  .productDetail .productDetail-plate2 .plate2-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate2 .plate2-table {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: auto;
  }
  .productDetail .productDetail-plate2 .plate2-table table {
    width: 14.42rem;
    height: auto;
  }
  .productDetail .productDetail-plate2 .plate2-table table tr {
    width: 100%;
    height: auto;
    background: #f0f0f0;
  }
  .productDetail .productDetail-plate2 .plate2-table table tr:nth-child(odd) {
    background: #2b378b;
  }
  .productDetail .productDetail-plate2 .plate2-table table tr:nth-child(odd) td {
    color: #fff;
  }
  .productDetail .productDetail-plate2 .plate2-table table th {
    font-size: 0.28rem;
    font-weight: 300;
    text-align: left;
    line-height: 0.46rem;
    color: #fff;
    border: none;
    background: #242021;
  }
  .productDetail .productDetail-plate2 .plate2-table table th:nth-child(1) {
    padding-left: 0.75rem;
  }
  .productDetail .productDetail-plate2 .plate2-table table td {
    padding: 0.15rem 0;
    font-size: 0.28rem;
    text-align: left;
    line-height: 0.46rem;
    color: #333;
    border: none;
  }
  .productDetail .productDetail-plate2 .plate2-table table td:nth-child(1) {
    padding-left: 0.75rem;
    font-weight: bold;
  }
  .productDetail .productDetail-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.6rem 0.3rem 1.1rem;
  }
  .productDetail .productDetail-plate3 .plate3-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate3 .plate3-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .productDetail .productDetail-plate4 {
    width: 100%;
    height: auto;
    padding: 1.16rem 0.3rem 1.2rem;
    background: #f8f8f8;
  }
  .productDetail .productDetail-plate4 .plate4-title {
    font-size: 0.42rem;
    text-align: center;
    color: #2b378b;
  }
  .productDetail .productDetail-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.55rem auto 0;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    background: #fff;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-plate4 .plate4-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;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-item .item-cent {
    width: 100%;
    height: 1.6rem;
    padding: 0.4rem 0.2rem 0;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-item .item-cent .cent-title {
    font-size: 0.34rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-main .main-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .productDetail .productDetail-plate4 .plate4-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));
  }
  .productDetail .productDetail-plate4 .plate4-main .main-item:hover .item-cent .cent-title {
    color: #2b378b;
  }
  .productDetail .productDetail-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg22.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .productDetail .productDetail-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item .item-title {
    width: 1.5rem;
    padding-top: 0.12rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item .item-title span {
    color: #ff2300;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item input {
    width: calc(100% - 1.5rem);
    height: 0.75rem;
    padding: 0 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item input::placeholder {
    color: #828482;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item textarea {
    width: calc(100% - 1.5rem);
    height: 2.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item textarea::placeholder {
    color: #828482;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-box .box-item:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-button {
    display: block;
    width: 5rem;
    height: 0.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #333;
    background: #fff;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-button:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .productDetail .productDetail-plate5 .plate5-main .main-agr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-agr input {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.05rem;
    background-color: transparent;
    border: none;
    border-radius: 3px;
  }
  .productDetail .productDetail-plate5 .plate5-main .main-agr span {
    font-size: 0.28rem;
    color: #fff;
  }
  .product2 {
    width: 100%;
    height: auto;
  }
  .product2 .product-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .product2 .product-plate1 .plate1-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product2 .product-plate1 .plate1-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product2 .product-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product2 .product-plate1 .plate1-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product2 .product-plate1 .plate1-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    background: #f5f5f5;
  }
  .product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product2 .product-plate1 .plate1-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;
  }
  .product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: 1.6rem;
    padding: 0.3rem 0.3rem 0;
  }
  .product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.34rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .product2 .product-plate1 .plate1-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));
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-prev,
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 43px;
    height: 43px;
    margin-top: -21.5px;
    border: solid 1px #222;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-prev img,
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    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;
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-prev .img2,
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-prev:hover,
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-next:hover {
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-prev {
    left: 0.2rem;
  }
  .product2 .product-plate1 .plate1-main .plate1-swiper-button-next {
    right: 0.2rem;
  }
  .product2 .product-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: url(../image/bg2.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .product2 .product-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product2 .product-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product2 .product-plate2 .plate2-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product2 .product-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-pic {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #333;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent .cent-title2 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent .cent-text {
    margin: 0.2rem 0 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent .cent-text2 {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #666;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent .cent-button {
    display: none;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.76rem;
    color: #2b378b;
    border: solid 1px #2b378b;
  }
  .product2 .product-plate2 .plate2-main .main-box .box-cent .cent-button:hover {
    color: #fff;
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .product2 .product-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .product2 .product-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #51585d;
  }
  .product2 .product-plate3 .plate3-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product2 .product-plate3 .plate3-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #51585d;
  }
  .product2 .product-plate3 .plate3-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .product2 .product-plate3 .plate3-pic img {
    width: 100%;
  }
  .product2 .product-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: #f6f6f6;
  }
  .product2 .product-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product2 .product-plate4 .plate4-top .top-cent {
    width: auto;
    height: auto;
  }
  .product2 .product-plate4 .plate4-top .top-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #51585d;
  }
  .product2 .product-plate4 .plate4-top .top-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem 0 0;
    background: #2b378b;
  }
  .product2 .product-plate4 .plate4-top .top-button {
    display: flex;
    justify-content: space-between;
    width: 100px;
    height: auto;
  }
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev,
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next {
    position: relative;
    width: 43px;
    height: 43px;
    border: solid 1px #222;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev img,
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    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;
  }
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev .img2,
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover,
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover {
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img1,
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img2,
  .product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product2 .product-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0.55rem auto 0;
    overflow: hidden;
  }
  .product2 .product-plate4 .plate4-main .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product2 .product-plate4 .plate4-main .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .product2 .product-plate4 .plate4-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product2 .product-plate4 .plate4-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;
  }
  .product2 .product-plate4 .plate4-main .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .product2 .product-plate4 .plate4-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));
  }
  .product2 .product-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg22.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .product2 .product-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product2 .product-plate5 .plate5-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .product2 .product-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item .item-title {
    width: 1.5rem;
    padding-top: 0.12rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item .item-title span {
    color: #ff2300;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item input {
    width: calc(100% - 1.5rem);
    height: 0.75rem;
    padding: 0 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item input::placeholder {
    color: #828482;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item textarea {
    width: calc(100% - 1.5rem);
    height: 2.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item textarea::placeholder {
    color: #828482;
  }
  .product2 .product-plate5 .plate5-main .main-box .box-item:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .product2 .product-plate5 .plate5-main .main-button {
    display: block;
    width: 5rem;
    height: 0.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #333;
    background: #fff;
  }
  .product2 .product-plate5 .plate5-main .main-button:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .product2 .product-plate5 .plate5-main .main-agr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .product2 .product-plate5 .plate5-main .main-agr input {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.05rem;
    background-color: transparent;
    border: none;
    border-radius: 3px;
  }
  .product2 .product-plate5 .plate5-main .main-agr span {
    font-size: 0.28rem;
    color: #fff;
  }
  .product3 {
    width: 100%;
    height: auto;
  }
  .product3 .product-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1rem;
    background: url(../image/bg5.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .product3 .product-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product3 .product-plate1 .plate1-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #51585d;
  }
  .product3 .product-plate1 .plate1-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product3 .product-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item {
    position: relative;
    width: 42%;
    height: auto;
    margin-top: 0.38rem;
    margin-right: 0;
    margin-bottom: 0.38rem;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: 1.7rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .product3 .product-plate1 .plate1-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;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item::after {
    content: '';
    position: absolute;
    top: 0.7rem;
    right: -0.9rem;
    width: 0.7rem;
    height: 0.2rem;
    background: url(../image/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item:nth-child(3n)::after {
    display: block;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item:nth-child(2n) {
    margin-right: 0;
  }
  .product3 .product-plate1 .plate1-main .main-box .box-item:nth-child(2n)::after {
    display: none;
  }
  .product3 .product-plate1 .plate1-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));
  }
  .product3 .product-plate1 .plate1-main .main-box::before {
    content: '';
    position: absolute;
    top: 6.05rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dddedd;
  }
  .product3 .product-plate1 .plate1-main .main-box::after {
    content: '';
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dddedd;
  }
  .product3 .product-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.15rem;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product3 .product-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product3 .product-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  .product3 .product-plate2 .plate2-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.3rem;
    background: #fff;
  }
  .product3 .product-plate2 .plate2-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
    padding-right: 0;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent .cent-title {
    margin-bottom: 0.45rem;
    font-size: 0.42rem;
    color: #fff;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent .cent-text {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding-left: 0.4rem;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #fff;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent .cent-text::after {
    content: '';
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 12px;
    height: 10px;
    background: url(../image/icon-arrow3.png) no-repeat left top;
    background-size: 100%;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    overflow: hidden;
  }
  .product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-pic img {
    width: 100%;
  }
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev,
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.65rem;
    height: auto;
    margin-top: -0.26rem;
    outline: none;
    cursor: pointer;
    opacity: 0.38;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev img,
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next img {
    width: 100%;
  }
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover,
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover {
    opacity: 1;
  }
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev {
    left: -0.2rem;
  }
  .product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next {
    right: -0.2rem;
  }
  .product3 .product-plate2 .plate2-main .main-text {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  .product3 .product-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg3.jpg) no-repeat left bottom;
    background-size: cover;
  }
  .product3 .product-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product3 .product-plate3 .plate3-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #51585d;
  }
  .product3 .product-plate3 .plate3-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #2b378b;
  }
  .product3 .product-plate3 .plate3-main .mian-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product3 .product-plate3 .plate3-main .mian-box .box-item {
    width: 48%;
    height: auto;
    padding: 0.32rem 0.48rem;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 0.3rem;
    color: #333;
  }
  .product3 .product-plate3 .plate3-main .mian-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .product3 .product-plate3 .plate3-main .mian-box .bg1 {
    background: #e0e0e0;
  }
  .product3 .product-plate3 .plate3-main .mian-box .bg2 {
    background: #c9c9c9;
  }
  .product3 .product-plate4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 1.28rem;
  }
  .product3 .product-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product3 .product-plate4 .plate4-top .top-cent {
    width: auto;
    height: auto;
  }
  .product3 .product-plate4 .plate4-top .top-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #51585d;
  }
  .product3 .product-plate4 .plate4-top .top-cent .cent-heng {
    width: 40px;
    height: 3px;
    margin: 0.3rem 0 0;
    background: #2b378b;
  }
  .product3 .product-plate4 .plate4-top .top-button {
    display: flex;
    justify-content: space-between;
    width: 100px;
    height: auto;
  }
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev,
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next {
    position: relative;
    width: 43px;
    height: 43px;
    border: solid 1px #222;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev img,
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    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;
  }
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev .img2,
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover,
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover {
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img1,
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img2,
  .product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product3 .product-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0.55rem auto 0;
    overflow: hidden;
  }
  .product3 .product-plate4 .plate4-main .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product3 .product-plate4 .plate4-main .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .product3 .product-plate4 .plate4-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product3 .product-plate4 .plate4-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;
  }
  .product3 .product-plate4 .plate4-main .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .product3 .product-plate4 .plate4-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));
  }
  .product3 .product-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg4.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .product3 .product-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product3 .product-plate5 .plate5-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #51585d;
  }
  .product3 .product-plate5 .plate5-main .main-heng {
    width: 40px;
    height: 3px;
    margin: 0.25rem auto 0;
    background: #2b378b;
  }
  .product3 .product-plate5 .plate5-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.55rem auto 0;
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product3 .product-plate5 .plate5-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;
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.5rem;
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.36rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .product3 .product-plate5 .plate5-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));
  }
  .product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #2b378b;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev,
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 43px;
    height: 43px;
    margin-top: -21.5px;
    border: solid 1px #222;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev img,
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    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;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev .img2,
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover,
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover {
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img1,
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img2,
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev {
    left: -0.2rem;
  }
  .product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next {
    right: -0.2rem;
  }
  .product3 .product-plate6 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg22.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .product3 .product-plate6 .plate6-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product3 .product-plate6 .plate6-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .product3 .product-plate6 .plate6-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item .item-title {
    width: 1.5rem;
    padding-top: 0.12rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item .item-title span {
    color: #ff2300;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item input {
    width: calc(100% - 1.5rem);
    height: 0.75rem;
    padding: 0 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item input::placeholder {
    color: #828482;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item textarea {
    width: calc(100% - 1.5rem);
    height: 2.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item textarea::placeholder {
    color: #828482;
  }
  .product3 .product-plate6 .plate6-main .main-box .box-item:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .product3 .product-plate6 .plate6-main .main-button {
    display: block;
    width: 5rem;
    height: 0.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #333;
    background: #fff;
  }
  .product3 .product-plate6 .plate6-main .main-button:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .product3 .product-plate6 .plate6-main .main-agr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .product3 .product-plate6 .plate6-main .main-agr input {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.05rem;
    background-color: transparent;
    border: none;
    border-radius: 3px;
  }
  .product3 .product-plate6 .plate6-main .main-agr span {
    font-size: 0.28rem;
    color: #fff;
  }
  .case {
    width: 100%;
    height: auto;
  }
  .case .case-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .case .case-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .case .case-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.3rem;
    background: #2b378b;
  }
  .case .case-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .case .case-main .main-box .box-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.44rem;
    overflow: hidden;
  }
  .case .case-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .case .case-main .main-box .box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-box .box-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.25rem 0.25rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  }
  .case .case-main .main-box .box-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .caseDetail {
    width: 100%;
    height: auto;
  }
  .caseDetail .caseDetail-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .caseDetail .caseDetail-plate1 .plate1-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .caseDetail .caseDetail-plate1 .plate1-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.28rem;
    background: #2b378b;
  }
  .caseDetail .caseDetail-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.58rem;
    padding: 0.55rem 0;
    border: solid 3px #333;
    border-radius: 0.1rem;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box .box-pic {
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box .box-pic img {
    width: 100%;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.85rem 0;
    margin-bottom: 0.5rem;
    border-left: none;
    border-top: solid 1px #dddddd;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-heng {
    width: 0.6rem;
    height: 2px;
    margin-top: 0.25rem;
    margin-bottom: 0.3rem;
    background: #2b378b;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-subtitle {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #666;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-box:last-of-type {
    margin-bottom: 0;
  }
  .caseDetail .caseDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .caseDetail .caseDetail-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #231e37;
  }
  .caseDetail .caseDetail-main .main-top {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .caseDetail .caseDetail-main .main-top span {
    font-size: 0.26rem;
    color: #cccccc;
    margin-right: 0.2rem;
  }
  .caseDetail .caseDetail-main .main-top span img {
    width: 18px;
    margin: -0.02rem 0.06rem 0 0;
  }
  .caseDetail .caseDetail-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .caseDetail .caseDetail-main .main-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .caseDetail .caseDetail-main .main-box b {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .caseDetail .caseDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg22.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .caseDetail .caseDetail-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item .item-title {
    width: 1.5rem;
    padding-top: 0.12rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item .item-title span {
    color: #ff2300;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item input {
    width: calc(100% - 1.5rem);
    height: 0.75rem;
    padding: 0 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item input::placeholder {
    color: #828482;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item textarea {
    width: calc(100% - 1.5rem);
    height: 2.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item textarea::placeholder {
    color: #828482;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-button {
    display: block;
    width: 5rem;
    height: 0.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #333;
    background: #fff;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-button:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-agr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-agr input {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.05rem;
    background-color: transparent;
    border: none;
    border-radius: 3px;
  }
  .caseDetail .caseDetail-plate2 .plate2-main .main-agr span {
    font-size: 0.28rem;
    color: #fff;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.28rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .news .news-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.3rem;
    background: #2b378b;
  }
  .news .news-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .news .news-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .news .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-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;
  }
  .news .news-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-left: 0;
    padding-top: 0.15rem;
  }
  .news .news-main .main-box .box-item .item-cent .cent-time {
    font-size: 0.28rem;
    color: #666;
  }
  .news .news-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.42rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-box .box-item .item-cent .cent-link {
    margin-top: 0.55rem;
    font-size: 0.28rem;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news .news-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));
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-title,
  .news .news-main .main-box .box-item:hover .item-cent .cent-link {
    color: #2b378b;
  }
  .news .news-main .main-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.45rem auto 0;
  }
  .news .news-main .main-load img {
    width: 0.5rem;
  }
  .news .news-main .main-load span {
    margin-left: 0.15rem;
    font-size: 0.26rem;
    color: #2b378b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-load:hover span {
    margin-left: 0.05rem;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.2rem;
  }
  .newsDetail .newsDetail-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-box .box-left {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-box .box-left .left-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #231e37;
  }
  .newsDetail .newsDetail-box .box-left .left-top {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .newsDetail .newsDetail-box .box-left .left-top span {
    font-size: 0.26rem;
    color: #cccccc;
    margin-right: 0.2rem;
  }
  .newsDetail .newsDetail-box .box-left .left-top span img {
    width: 18px;
    margin: -0.02rem 0.06rem 0 0;
  }
  .newsDetail .newsDetail-box .box-left .left-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-box .box-left .left-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-box .box-left .left-box p {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetail .newsDetail-box .box-right {
    width: 100%;
    height: 100%;
    margin-top: 0.7rem;
  }
  .newsDetail .newsDetail-box .box-right .right-top {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.5rem 0;
    background: #f9f9f9;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-title {
    position: relative;
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-English {
    margin-top: 0.1rem;
    font-size: 14px;
    color: #353744;
    opacity: 0.3;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-heng {
    width: 40px;
    height: 3px;
    margin: 0.16rem 0 0.6rem;
    background: #2b378b;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list {
    width: 100%;
    height: auto;
    padding-bottom: 0.6rem;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-title {
    margin-top: 0.2rem;
    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;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-botton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-top: 0.2rem;
    text-align: center;
    line-height: 34px;
    background: url(../image/icon-swiper-next.png) no-repeat center center;
    background-size: 8px;
    border: solid 1px #666;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-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-box .box-right .right-top .top-cont .cont-list:hover .list-title {
    color: #2b378b;
  }
  .newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-botton {
    border: solid 1px #2b378b;
    background: #2b378b url(../image/icon-swiper-next-active.png) no-repeat center center;
    background-size: 8px;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    margin-top: 0.2rem;
    background: #f9f9f9;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-title {
    margin-bottom: 0.16rem;
    font-size: 0.28rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-title a {
    font-size: 0.28rem;
    color: #333;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-title a:hover {
    color: #2b378b;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.12rem;
  }
  .newsDetail .newsDetail-box .box-right .right-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-box .box-right .right-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-box .box-right .right-bottom .bottom-share a .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a:hover {
    border: solid 1px transparent;
    background: #2b378b;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-botton {
    display: block;
    width: 100%;
    height: 0.85rem;
    margin-top: 0.45rem;
    font-size: 0.28rem;
    line-height: 0.85rem;
    text-align: center;
    color: #fff;
    background: #2b378b;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-botton img {
    width: 14px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-box .box-right .right-bottom .bottom-botton:hover {
    transform: translatey(-8px);
    -o-transform: translatey(-8px);
    -moz-transform: translatey(-8px);
    -webkit-transform: translatey(-8px);
  }
  .page-form {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../image/bg22.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .page-form .form-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page-form .form-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .page-form .form-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .page-form .form-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .page-form .form-main .main-box .box-item .item-title {
    width: 1.5rem;
    padding-top: 0.12rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .page-form .form-main .main-box .box-item .item-title span {
    color: #ff2300;
  }
  .page-form .form-main .main-box .box-item input {
    width: calc(100% - 1.5rem);
    height: 0.75rem;
    padding: 0 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .page-form .form-main .main-box .box-item input::placeholder {
    color: #828482;
  }
  .page-form .form-main .main-box .box-item textarea {
    width: calc(100% - 1.5rem);
    height: 2.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .page-form .form-main .main-box .box-item textarea::placeholder {
    color: #828482;
  }
  .page-form .form-main .main-box .box-item:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .page-form .form-main .main-button {
    display: block;
    width: 5rem;
    height: 0.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #333;
    background: #fff;
  }
  .page-form .form-main .main-button:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .page-form .form-main .main-agr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .page-form .form-main .main-agr input {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.05rem;
    background-color: transparent;
    border: none;
    border-radius: 3px;
  }
  .page-form .form-main .main-agr span {
    font-size: 0.28rem;
    color: #fff;
  }
  .page-msg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .page-msg .msg-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-msg .msg-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 10rem;
    margin-top: -5rem;
    margin-left: -48%;
    padding: 0.35rem 0;
    background: #fff;
    border-radius: 10px;
  }
  .page-msg .msg-cont .cont-title {
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-msg .msg-cont .cont-text {
    width: 100%;
    height: 8.3rem;
    margin-top: 0.3rem;
    padding: 0 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    overflow: auto;
  }
  .page-msg .msg-cont .cont-hide {
    position: absolute;
    top: 0.15rem;
    right: 0.2rem;
    width: 0.4rem;
    height: auto;
    cursor: pointer;
  }
  .page-msg .msg-cont .cont-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-msg .msg-cont .cont-hide:hover img {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .page-detail {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .page-detail .detail-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-detail .detail-hide {
    position: absolute;
    top: 1.3rem;
    right: 0.3rem;
    width: 24px;
    height: auto;
    cursor: pointer;
  }
  .page-detail .detail-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-detail .detail-hide:hover img {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .page-detail .detail-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 9rem;
    margin: 0 auto;
    padding: 0.65rem 0.2rem;
    background: #fff;
    overflow: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .page-detail .detail-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .page-detail .detail-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .page-detail .detail-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-detail .detail-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .page-detail .detail-main .main-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .page-detail .detail-main .main-box .box-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #333;
  }
  .page-detail .detail-main .main-box .box-cent .cent-title2 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
  }
  .page-detail .detail-main .main-box .box-cent .cent-text {
    margin: 0.2rem 0 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .page-detail .detail-main .main-box .box-cent .cent-text2 {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #666;
  }
  .page-detail .detail-main .main-box .box-cent .cent-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.76rem;
    color: #2b378b;
    border: solid 1px #2b378b;
  }
  .page-detail .detail-main .main-box .box-cent .cent-button:hover {
    color: #fff;
    border: solid 1px #2b378b;
    background: #2b378b;
  }
  .page-detail .detail-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .page-detail .detail-main .main-cont img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}
