.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1460px) {
  .download .download-top .top-right {
    width: 12.5rem;
  }
  .download .download-top .top-right .right-item .item-title {
    width: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .download .download-top .top-right {
    width: 13rem;
  }
  .download .download-top .top-right .right-item .item-title {
    width: 1.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-li {
    padding: 0 0.15rem;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 99;
    background: #000;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    width: 3.2rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo 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%;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont .cont-icon {
    position: relative;
    width: 20px;
    height: 20px;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont .cont-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-subnav {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2.5rem;
    height: auto;
    padding: 0.2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
    opacity: 0;
    visibility: hidden;
    z-index: 59;
    transform: translate(-50%, 0.2rem);
    -o-transform: translate(-50%, 0.2rem);
    -moz-transform: translate(-50%, 0.2rem);
    -webkit-transform: translate(-50%, 0.2rem);
    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-subnav::after {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    width: 44px;
    height: 37px;
    background: url(../images/icon/icon-nav-arrow.png) no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  nav .nav-main .main-cont .main-web-right .right-lang .lang-subnav .subnav-link {
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #1c1d21;
    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-subnav .subnav-link:hover {
    color: #4812FE;
  }
  nav .nav-main .main-cont .main-web-right .right-lang:hover .lang-cont .cont-arrow img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-web-right .right-lang:hover .lang-subnav {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  nav .nav-main .main-cont .main-web-right .box-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1rem;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .box-menu img {
    width: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main:hover {
    background: #000;
  }
  nav .nav-main:hover .main-cont .main-logo {
    border-right: none;
  }
  nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 1;
  }
  nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main-active {
    background: #000;
  }
  nav .nav-main-active .main-cont .main-logo {
    border-right: none;
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main-active2 {
    background: #000;
  }
  nav .nav-main-active2 .main-cont .main-logo {
    border-right: none;
  }
  nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main2 .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main2 .main-cont .main-logo {
    position: relative;
    width: 3.2rem;
    height: 100%;
  }
  nav .nav-main2 .main-cont .main-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.74rem;
    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 .nav-main2 .main-cont .main-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.25rem;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li .li-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 90px;
    color: #333;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li .li-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #4812FE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li .li-link-active {
    font-weight: bold;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li .li-link-active::after {
    width: 100%;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li:hover .li-link {
    font-weight: bold;
    color: #4812FE !important;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li:hover .li-link::after {
    width: 100%;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li:hover .li-list {
    opacity: 0.96;
    visibility: visible;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  nav .nav-main2 .main-cont .main-nav .nav-li-active .li-link {
    color: #4812FE;
  }
  nav .nav-main2 .main-cont .main-nav .nav-li-active .li-link::after {
    width: 100%;
  }
  nav .nav-main2 .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1rem;
    height: 100%;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-cont .cont-icon {
    position: relative;
    width: 20px;
    height: 20px;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-cont .cont-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 0;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-subnav {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2.5rem;
    height: auto;
    padding: 0.2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
    opacity: 0;
    visibility: hidden;
    z-index: 59;
    transform: translate(-50%, 0.2rem);
    -o-transform: translate(-50%, 0.2rem);
    -moz-transform: translate(-50%, 0.2rem);
    -webkit-transform: translate(-50%, 0.2rem);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-subnav::after {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    width: 44px;
    height: 37px;
    background: url(../images/icon/icon-nav-arrow.png) no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-subnav .subnav-link {
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #1c1d21;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang .lang-subnav .subnav-link:hover {
    color: #4812FE;
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang:hover .lang-cont .cont-arrow img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main2 .main-cont .main-web-right .right-lang:hover .lang-subnav {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  nav .nav-main2 .main-cont .main-web-right .box-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1rem;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main2 .main-cont .main-web-right .box-menu img {
    width: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main2 .main-cont .main-popup-suosou {
    position: absolute;
    top: 106px;
    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-main2 .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 #4812FE;
  }
  nav .nav-main2 .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    height: auto;
  }
  nav .nav-main2 .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main2 .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-main2 .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main2 .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main2 .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-main2 .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-main2:hover {
    background: #fff;
  }
  nav .nav-main2:hover .main-cont .main-logo {
    border-right: solid 1px #ededed;
  }
  nav .nav-main2:hover .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main2:hover .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main2:hover .main-cont .main-nav .nav-li .li-link {
    color: #333;
  }
  nav .nav-main2:hover .main-cont .main-right .right-lang {
    border-left: solid 1px #ededed;
  }
  nav .nav-main2:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img1 {
    opacity: 0;
  }
  nav .nav-main2:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
    opacity: 1;
  }
  nav .nav-main2:hover .main-cont .main-right .right-serach,
  nav .nav-main2:hover .main-cont .main-right .right-menu {
    border-left: solid 1px #ededed;
  }
  nav .nav-main2:hover .main-cont .main-right .right-serach .img1,
  nav .nav-main2:hover .main-cont .main-right .right-menu .img1 {
    opacity: 0;
  }
  nav .nav-main2:hover .main-cont .main-right .right-serach .img2,
  nav .nav-main2:hover .main-cont .main-right .right-menu .img2 {
    opacity: 1;
  }
  nav .nav-cont2 {
    display: none;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #4812FE;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #eee;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 3.2rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.4rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #4812FE;
    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;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  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-active {
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #4812FE;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img1 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img2 {
    opacity: 1;
  }
  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.18rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 9.6rem;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.6rem;
    font-weight: bold;
    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-title2 {
    font-size: 0.46rem;
    line-height: 0.95rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    font-size: 0.48rem;
    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-subtitle2 {
    font-size: 0.58rem;
    font-weight: bold;
    line-height: 0.65rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.25rem;
    font-family: 'Poppins-Regular';
    font-size: 0.3rem;
    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-heng {
    width: 30px;
    height: 3px;
    margin-top: 0.7rem;
    background: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    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 .banner-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-pic2 {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .banner-pic2 img {
    width: auto;
    height: 100%;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 4px;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title2 {
    font-size: 0.48rem;
    font-weight: bold;
    letter-spacing: 4px;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'Poppins-Regular';
    font-size: 0.3rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-cont {
    width: 3.5rem;
    height: auto;
    padding: 0.3rem;
    margin-top: 0.6rem;
    background: #ffffff;
  }
  header .head-banner .banner-cent .cent-cont .cont-English {
    font-family: 'Poppins-Regular';
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
  }
  header .head-banner .banner-cent .cent-cont .cont-title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #000;
  }
  header .head-banner .banner-cent .cent-cont .cont-text {
    margin-top: 0.25rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #000;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .scroll-on {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 100%;
    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 .scroll-on .scroll-title {
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .scroll-on .scroll-icon {
    width: 20px;
    height: auto;
    margin: 16px auto 0;
    overflow: hidden;
  }
  header .head-banner .scroll-on .scroll-icon img {
    width: 100%;
    animation: run 1.5s infinite linear;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #4812FE;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'Poppins-Regular';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'Poppins-Regular';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    background: #242424;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: 1.48rem;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #999;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-main .main-right {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-right .right-ewm {
    width: 40%;
    height: auto;
  }
  footer .foot-main .main-right .right-ewm img {
    width: 100%;
  }
  footer .foot-main .main-right .right-ewm .ewm-title {
    margin-top: 0.1rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  footer .foot-main .main-right .right-intel {
    width: 40%;
    height: auto;
    margin-top: 0;
  }
  footer .foot-main .main-right .right-intel img {
    width: 100%;
  }
  footer .foot-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.55rem 0.3rem;
    border-bottom: solid 1px #3a3a3a;
  }
  footer .foot-box .box-link {
    font-size: 0.26rem;
    text-align: center;
  }
  footer .foot-box .box-link span {
    display: none;
    color: rgba(255, 255, 255, 0.3);
  }
  footer .foot-box .box-link a {
    margin: 0 0.1rem;
    color: #999;
  }
  footer .foot-box .box-link a:hover {
    color: #fff;
  }
  footer .foor-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.55rem 0.3rem 0.65rem;
  }
  footer .foor-bottom .bottom-zizhi {
    font-size: 0.26rem;
    line-height: 0.46rem;
    text-align: center;
    color: #999;
  }
  footer .foor-bottom .bottom-zizhi a {
    margin-left: 0.3rem;
    color: #999;
  }
  footer .foor-bottom .bottom-zizhi a:hover {
    color: #fff;
  }
  footer .foor-bottom .bottom-cont {
    display: none;
    width: auto;
    height: auto;
  }
  footer .foor-bottom .bottom-cont a {
    margin-left: 0.3rem;
    color: #999;
  }
  footer .foor-bottom .bottom-cont a:hover {
    color: #fff;
  }
  footer .foot-main2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.75rem 0.3rem 0.8rem;
  }
  footer .foot-main2 .main-left {
    width: 100%;
    height: auto;
  }
  footer .foot-main2 .main-left .left-logo {
    width: 3.2rem;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main2 .main-left .left-logo img {
    width: 100%;
  }
  footer .foot-main2 .main-left .left-link {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main2 .main-left .left-link a {
    font-size: 0.26rem;
    color: #fff;
  }
  footer .foot-main2 .main-left .left-link a:hover {
    color: #4812FE;
  }
  footer .foot-main2 .main-left .left-link span {
    margin: 0 0.2rem;
    font-size: 0.26rem;
    color: #fff;
  }
  footer .foot-main2 .main-left .left-zizhi {
    display: none;
    margin-top: 0.3rem;
    font-size: 14px;
    color: #999;
  }
  footer .foot-main2 .main-left .left-zizhi a {
    margin-left: 0.25rem;
    color: #999;
  }
  footer .foot-main2 .main-left .left-zizhi a:hover {
    color: #fff;
  }
  footer .foot-main2 .main-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main2 .main-right .right-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main2 .main-right .right-cent .cent-title {
    font-size: 0.26rem;
    text-align: center;
    color: #666;
  }
  footer .foot-main2 .main-right .right-cent .cent-tel {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 0.45rem;
    text-align: center;
    color: #fff;
  }
  footer .foot-main2 .main-right .right-cent .cent-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item {
    position: relative;
    width: 43px;
    height: 43px;
    margin-right: 0.28rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    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-main2 .main-right .right-cent .cent-bottom .bottom-item .img2 {
    opacity: 0;
  }
  footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:hover {
    background: #4d4948;
  }
  footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main2 .main-right .right-ewm {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0;
    margin-top: 0.3rem;
  }
  footer .foot-main2 .main-right .right-ewm img {
    width: 100%;
  }
  footer .foot-main2 .main-zizhi {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.26rem;
    text-align: center;
    color: #999;
  }
  footer .foot-main2 .main-zizhi a {
    margin-left: 0.25rem;
    color: #999;
  }
  footer .foot-main2 .main-zizhi a:hover {
    color: #fff;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top {
    width: 100%;
    height: auto;
    padding: 0.6rem 0 0;
  }
  .container .cont-plate1 .plate1-top .top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-top .top-box .box-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top .top-box .box-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate1 .plate1-top .top-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 0.34rem;
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item {
    width: 50%;
    height: 1.6rem;
    margin-left: 0;
    padding-top: 0.3rem;
    border-radius: 0;
    background: #007fd1;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon {
    position: relative;
    width: 29px;
    height: 28px;
    margin: 0 auto;
    opacity: 0.8;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon .img3 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon .img1,
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover {
    box-shadow: none;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-icon {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-title {
    font-weight: bold;
    color: #fff;
    opacity: 1;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item-active {
    opacity: 1;
    background: #0065a6;
    box-shadow: none;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon .img3 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon .img1,
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-title {
    font-weight: bold;
    color: #fff;
    opacity: 1;
  }
  .container .cont-plate1 .plate1-box {
    width: 100%;
    height: auto;
    padding: 0.6rem 0 0.9rem;
    background: #f2f2f2;
  }
  .container .cont-plate1 .plate1-box .box-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump {
    display: block;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 10.9rem;
    height: auto;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item {
    width: 25%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-title {
    display: block;
    font-size: 18px;
    color: #333;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-title:hover {
    color: #4812FE;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #999;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: solid 2px #4812FE;
    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;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link:hover {
    color: #4812FE;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right {
    display: none;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-title {
    font-size: 18px;
    color: #333;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-heng {
    width: 20px;
    height: 3px;
    margin: 0.25rem 0 0.3rem;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-box {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-box .box-pic {
    width: 100%;
    height: auto;
    padding: 0.23rem 0.18rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-box .box-title {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.18rem;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-top: solid 1px #eeeeee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-box:hover .box-title {
    color: #4812FE;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-title {
    display: block;
    font-size: 0.3rem;
    text-align: center;
    color: #333333;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-heng {
    display: block;
    width: 20px;
    height: 3px;
    margin: 0.25rem auto 0.5rem;
    background: #0083cc;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box .box-item {
    display: block;
    width: 47.5%;
    height: auto;
    border-radius: 10px;
    background: #fff;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box .box-item .box-pic {
    width: 100%;
    height: auto;
    padding: 0.23rem 0.18rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box .box-item .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box .box-item .box-title {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.18rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    border-top: solid 1px #eeeeee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box .box-item:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box .box-item:hover .box-title {
    color: #4812FE;
  }
  .container .cont-plate1 .plate1-box .box-cont .cont-lump-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem;
  }
  .container .cont-plate2 .plate2-top .top-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-top .top-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate2 .plate2-top .top-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 0.34rem;
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-plate2 .plate2-top a {
    display: none;
    width: auto;
    height: auto;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
  }
  .container .cont-plate2 .plate2-top a em {
    font-size: 16px;
  }
  .container .cont-plate2 .plate2-top a:hover {
    color: #4812FE;
  }
  .container .cont-plate2 .plate2-main {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-item {
    position: relative;
    width: 17.2%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-item .item-pic {
    width: 6rem;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0.6rem 0 1.2rem;
    z-index: 9;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-icon {
    width: 40px;
    height: 47px;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-title {
    margin-top: 0.5rem;
    font-size: 18px;
    font-weight: bold;
    color: #051323;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-English {
    margin-top: 0.2rem;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-symbol {
    margin-top: 0.6rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #c8c8c8;
  }
  .container .cont-plate2 .plate2-main .main-item .item-cent .cent-text {
    display: none;
    margin-top: 0.35rem;
    font-size: 14px;
    line-height: 27px;
    color: #666;
  }
  .container .cont-plate2 .plate2-main .main-item:first-of-type .item-cent .cent-title {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-item:first-of-type .item-cent .cent-English {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-item:first-of-type .item-cent .cent-text {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-item-active {
    width: 31.3%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-item-active .item-cent .cent-English,
  .container .cont-plate2 .plate2-main .main-item-active .item-cent .cent-symbol {
    display: none;
  }
  .container .cont-plate2 .plate2-main .main-item-active .item-cent .cent-text {
    display: block;
  }
  .container .cont-plate2 .plate2-web-main {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 0.6rem);
    height: auto;
    padding: 0.68rem 0.35rem;
    background: rgba(0, 127, 209, 0.9);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-cent .cent-left {
    width: 1.4rem;
    height: auto;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-cent .cent-left .left-icon {
    width: 40px;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-cent .cent-left .left-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-cent .cent-left .left-title {
    margin-top: 0.35rem;
    font-size: 0.32rem;
    color: #fff;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-box .box-cent .cent-right {
    width: calc(100% - 1.4rem);
    height: 100%;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-prev,
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.4);
    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;
  }
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-prev img,
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    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-plate2 .plate2-web-main .plate2-swiper-button-prev .img2,
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-prev:hover,
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-next:hover {
    background: #fff;
  }
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-prev:hover .img1,
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-prev:hover .img2,
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-prev {
    left: 0.3rem;
  }
  .container .cont-plate2 .plate2-web-main .plate2-swiper-button-next {
    right: 0.3rem;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1rem 0 1.2rem;
    background: url(../images/plate3-web-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 0.34rem;
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-subtitle {
    margin-top: 0.5rem;
    font-size: 0.36rem;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #fff;
    opacity: 0.8;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.6rem auto 0.1rem;
    font-size: 14px;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0.2rem;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    background: #4e5764;
    border-radius: 10px;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 1.8rem;
    padding: 0 0.5rem 0 0.6rem;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left {
    width: auto;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .left-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-English {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.6;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-icon {
    width: 24px;
    height: 24px;
    margin-top: 0.2rem;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-icon img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-right {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.4);
    background: url(../images/icon/icon-plate3-arrow.png) no-repeat center center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item:hover {
    background: #3d4551;
  }
  .container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item:hover .item-right {
    border: solid 1px #fff;
    background: #fff url(../images/icon/icon-plate3-arrow-active.png) no-repeat center center;
  }
  .container .cont-plate3 .plate3-main .main-map {
    display: none;
    position: relative;
    width: 53%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-map .map-pic {
    width: 9.25rem;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-map .map-pic img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-map .right-item {
    position: absolute;
    top: 1.8rem;
    right: 1.6rem;
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  .container .cont-plate3 .plate3-main .main-map .right-item .item-add {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .container .cont-plate3 .plate3-main .main-map .right-item .item-add img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-map .right-item .item-add::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 50%;
    width: 0.57rem;
    height: 0.28rem;
    background: url(../images/icon/icon-plate3-map-mask.png) no-repeat center;
    background-size: 100%;
    z-index: -1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .cont-plate3 .plate3-main .main-map .right-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 130%;
    width: max-content;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    z-index: 19;
  }
  .container .cont-plate3 .plate3-main .main-map .right-item:hover .item-add img {
    animation: DW 0.8s linear infinite;
  }
  .container .cont-plate3 .plate3-main .main-map .right-item:hover .item-add::after {
    animation: isScale 0.8s linear infinite;
  }
  .container .cont-plate3 .plate3-main .main-wen-map {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-wen-map img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    background: #4e5764;
    border-radius: 10px;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: auto;
    padding: 0.4rem 0.2rem;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item:first-of-type {
    background: #3d4551;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item .item-left {
    width: auto;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item .item-left .left-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item .item-left .item-English {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.6;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item .item-left .item-icon {
    width: 24px;
    height: 24px;
    margin-top: 0.2rem;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item .item-left .item-icon img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item .item-right {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.4);
    background: url(../images/icon/icon-plate3-arrow.png) no-repeat center center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item:hover {
    background: #3d4551;
  }
  .container .cont-plate3 .plate3-main .main-web-bottom .bottom-item:hover .item-right {
    border: solid 1px #fff;
    background: #fff url(../images/icon/icon-plate3-arrow-active.png) no-repeat center center;
  }
  .container .cont-plate3 .plate3-bottom {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 .plate3-bottom .bottom-item {
    max-width: 33.33%;
    width: max-content;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate3 .plate3-bottom .bottom-item .item-title {
    font-size: 0.28rem;
    color: #fff;
  }
  .container .cont-plate3 .plate3-bottom .bottom-item .item-num {
    width: auto;
    height: auto;
  }
  .container .cont-plate3 .plate3-bottom .bottom-item .item-num .num1 {
    font-family: 'HarmonyOS_Sans_Bold';
    font-size: 0.58rem;
    color: #fff;
  }
  .container .cont-plate3 .plate3-bottom .bottom-item .item-num em {
    position: relative;
    font-size: 0.28rem;
    color: #fff;
  }
  .container .cont-plate3 .plate3-bottom .bottom-item .item-num em i {
    position: absolute;
    top: -0.25rem;
    left: 0;
    font-size: 0.24rem;
    color: #fff;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.2rem;
  }
  .container .cont-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.7rem 0 0.6rem;
  }
  .container .cont-plate4 .plate4-top .top-cent {
    width: auto;
    height: auto;
  }
  .container .cont-plate4 .plate4-top .top-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate4 .plate4-top .top-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 0.34rem;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-plate4 .plate4-top .top-box {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
  }
  .container .cont-plate4 .plate4-top .top-box .box-item {
    width: auto;
    height: auto;
    margin: 0 0.23rem;
    font-size: 0.26rem;
    color: #666;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-box .box-item:hover {
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate4 .plate4-top .top-box .box-item-active {
    font-weight: bold;
    color: #333;
  }
  .container .cont-plate4 .plate4-top a {
    display: none;
    width: auto;
    height: auto;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
  }
  .container .cont-plate4 .plate4-top a em {
    font-size: 16px;
  }
  .container .cont-plate4 .plate4-top a:hover {
    color: #4812FE;
  }
  .container .cont-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 0 0.4rem;
    margin-bottom: 0.45rem;
    border-bottom: solid 1px #efeff0;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:last-of-type {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-pic {
    width: 1.89rem;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box {
    width: calc(100% - 2.49rem);
    height: auto;
    padding-left: 0.35rem;
    padding-right: 0.2rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box .box-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #1e1e1e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box .box-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.6rem;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-right .right-button {
    width: 0.6rem;
    height: 0.6rem;
    border: solid 2px #cfd2d6;
    border-radius: 50%;
    background: url(../images/icon/icon-plate4-arrow.png) no-repeat center center;
    background-size: 9px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:hover .item-box .box-title {
    color: #4812FE;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:hover .item-right .right-button {
    border: solid 2px #4812FE;
    background: url(../images/icon/icon-plate4-arrow-active.png) no-repeat center center;
    background-size: 9px;
  }
  .container .cont-plate4 .plate4-main .main-box .box-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-video .video-pic {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-video .video-pic img {
    width: 100%;
  }
  .container .cont-plate4 .plate4-main .main-box .box-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .cont-plate4 .plate4-main .main-box .box-video .video-icon img {
    position: relative;
    width: 100%;
    z-index: 9;
  }
  .container .cont-plate4 .plate4-main .main-box .box-video .video-icon .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .cont-plate4 .plate4-main .main-box .box-video .video-icon:hover .right-solid {
    animation: videoPlay 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: videoPlay 1.5s;
    -webkit-animation-iteration-count: infinite;
  }
  .container .cont-plate4 .plate4-main .main-box-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 98%;
    height: auto;
    background: #000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    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-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: 0.2rem;
    width: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .container .cont-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-plate1 .plate1-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .about .about-plate1 .plate1-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 1rem;
    background: #4812FE;
  }
  .about .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-English {
    margin: 0.4rem 0 0.45rem;
    font-size: 0.32rem;
    font-family: 'Poppins-Regular';
    color: #b2b2b2;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #656565;
  }
  .about .about-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-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));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 0.8rem;
  }
  .about .about-plate2 .plate2-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .about .about-plate2 .plate2-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 1rem;
    background: #4812FE;
  }
  .about .about-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate2 .plate2-main .main-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .about .about-plate2 .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .about .about-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: auto;
  }
  .about .about-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #222;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.6rem;
    background: #fafafa;
  }
  .about .about-plate3 .plate3-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .about .about-plate3 .plate3-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem auto 1rem;
    background: #4812FE;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-main .main-swiper {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-swiper .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;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-align: center;
    color: #999;
  }
  .about .about-plate3 .plate3-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));
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-title {
    margin-top: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next {
    display: none;
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    border: solid 2px #b6b6b6;
    border-radius: 50%;
    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;
  }
  .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: 9px;
    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 2px #4812FE;
  }
  .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: -1rem;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-next {
    right: -1rem;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/about/bg.jpg) no-repeat top left;
    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.46rem;
    font-weight: bold;
    color: #fff;
  }
  .about .about-plate4 .plate4-main .main-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 1rem;
    background: #fff;
  }
  .about .about-plate4 .plate4-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .about .about-plate4 .plate4-main .main-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-wrapper {
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
    position: relative;
    width: calc(100% / 2);
    height: 5.2rem;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide:nth-child(2n) .slide-box {
    top: 2.6rem;
    bottom: auto;
    padding-top: 0.6rem;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 2px #4812FE;
    background: #fff;
    box-sizing: border-box;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box {
    position: absolute;
    bottom: 2.6rem;
    left: 0;
    width: 100%;
    height: 2.6rem;
    padding: 0.26rem 0 0 0.3rem;
    overflow-y: scroll;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box::-webkit-scrollbar-thumb {
    background: #4812FE;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 2px;
    height: 100%;
    background: #e3e4e6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-year {
    font-family: 'Poppins-Regular';
    font-size: 0.38rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-year span {
    font-weight: bold;
  }
  .about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #fff;
  }
  .about .about-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-plate5 .plate5-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .about .about-plate5 .plate5-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem auto 1rem;
    background: #4812FE;
  }
  .about .about-plate5 .plate5-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate5 .plate5-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0 0 0.6rem;
  }
  .about .about-plate5 .plate5-main .main-item .item-cent .cent-icon {
    width: 50px;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-item .item-cent .cent-icon img {
    width: 100%;
  }
  .about .about-plate5 .plate5-main .main-item .item-cent .cent-title {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.34rem;
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-item .item-cent .cent-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-right {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-right .right-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate5 .plate5-main .main-right .right-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-right .right-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-right .right-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.75rem 0 0 0.6rem;
  }
  .about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-icon {
    width: 50px;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-icon img {
    width: 100%;
  }
  .about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-title {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.34rem;
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.75rem 0 0 0.6rem;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-icon {
    width: 50px;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-icon img {
    width: 100%;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-title {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.34rem;
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.75rem 0 0 0.6rem;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-icon {
    width: 50px;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-icon img {
    width: 100%;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-title {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.34rem;
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #fff;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .product .product-main .main-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
    z-index: 99;
    opacity: 0;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-top {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.48rem;
  }
  .product .product-main .main-list .list-top .top-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
  }
  .product .product-main .main-list .list-top .top-English {
    font-family: 'Poppins-Regular';
    font-size: 0.3rem;
    color: #fff;
  }
  .product .product-main .main-list .list-top .top-hide {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 24px;
    height: 24px;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product .product-main .main-list .list-top .top-hide img {
    width: 100%;
  }
  .product .product-main .main-list .list-cont {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-cont .cont-item {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-cont .cont-item .item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.48rem;
    font-size: 0.3rem;
    color: #fff;
    background: #333333;
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-item .item-top:hover {
    background: #333333;
  }
  .product .product-main .main-list .list-cont .cont-item .item-top-active {
    background: #4812FE;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent {
    display: none;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    background: #404040;
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4812FE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 7px;
    height: 10px;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transform: translate(-0.2rem, -50%);
    -o-transform: translate(-0.2rem, -50%);
    -moz-transform: translate(-0.2rem, -50%);
    -webkit-transform: translate(-0.2rem, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link:hover {
    color: #0996e5;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::before {
    width: 100%;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::after {
    opacity: 1;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link-active {
    color: #0996e5;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link-active::before {
    width: 100%;
  }
  .product .product-main .main-list .list-cont .cont-item .item-cent .cent-link-active::after {
    opacity: 1;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .product .product-main .main-list-active {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .product .product-main .main-cont {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-top {
    display: none;
    justify-content: flex-start;
    width: 100%;
    height: 0.8rem;
    background: #f3f3f3;
  }
  .product .product-main .main-cont .cont-top .top-list {
    width: 4rem;
    height: 100%;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.8rem;
    color: #333;
  }
  .product .product-main .main-cont .cont-top .top-list2 {
    width: 7.5rem;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 0.8rem;
    color: #333;
  }
  .product .product-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.42rem 0.55rem 0.42rem 0.5rem;
    margin-top: 0.3rem;
    border: solid 1px #f3f3f3;
  }
  .product .product-main .main-cont .cont-item .item-left {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-item .item-left .item-pic {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.3rem rgba(230, 224, 214, 0.19);
    background: #fff;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-item .item-left .item-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-main .main-cont .cont-item .item-left .item-title {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-item .item-right {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .product .product-main .main-cont .cont-item .item-right .right-lump {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .product .product-main .main-cont .cont-item .item-right .right-lump:last-of-type {
    margin-bottom: 0;
  }
  .product .product-main .main-cont .cont-item .item-right .right-lump .lump-left {
    width: 1.6rem;
    height: auto;
    font-size: 0.28rem;
    color: #333;
  }
  .product .product-main .main-cont .cont-item .item-right .right-lump .lump-text {
    flex: 1;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-main .main-cont .cont-item:hover {
    box-shadow: 0.1rem 0 0.3rem rgba(0, 0, 0, 0.15);
  }
  .product .product-main .main-cont .cont-item:hover .item-left .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-cont .cont-item:hover .item-left .item-title {
    color: #4812FE;
  }
  .product .product-show {
    display: block;
    position: fixed;
    top: 30%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #4812FE;
    z-index: 97;
  }
  .productDetails {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .productDetails .productDetails-main .main-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
    z-index: 99;
    opacity: 0;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-list .list-top {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.48rem;
    background: url(../images/product/bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .productDetails .productDetails-main .main-list .list-top .top-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
  }
  .productDetails .productDetails-main .main-list .list-top .top-English {
    font-family: 'Poppins-Regular';
    font-size: 0.3rem;
    color: #fff;
  }
  .productDetails .productDetails-main .main-list .list-top .top-hide {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 24px;
    height: 24px;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .productDetails .productDetails-main .main-list .list-top .top-hide img {
    width: 100%;
  }
  .productDetails .productDetails-main .main-list .list-cont {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.48rem;
    font-size: 0.3rem;
    color: #fff;
    background: #333333;
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-top:hover {
    background: #333333;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-top-active {
    background: #4812FE;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent {
    display: none;
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    background: #404040;
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4812FE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 7px;
    height: 10px;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transform: translate(-0.2rem, -50%);
    -o-transform: translate(-0.2rem, -50%);
    -moz-transform: translate(-0.2rem, -50%);
    -webkit-transform: translate(-0.2rem, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link:hover {
    color: #0996e5;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::before {
    width: 100%;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::after {
    opacity: 1;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link-active {
    color: #0996e5;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link-active::before {
    width: 100%;
  }
  .productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link-active::after {
    opacity: 1;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .productDetails .productDetails-main .main-list-active {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .productDetails .productDetails-main .main-cont {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem;
    padding-bottom: 0.9rem;
    border-bottom: solid 1px #dce1e7;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic {
    width: 100%;
    height: auto;
    border: solid 1px #e9e9e9;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.7rem;
    margin-top: 0.3rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide {
    width: calc(100% / 2 - 4px);
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide .solid-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide .solid-box img {
    width: 100%;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide .solid-box:hover {
    border: solid 1px #1c48aa;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide-active .solid-box {
    border: solid 1px #1c48aa;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev,
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    outline: none;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev img,
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-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;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev .img2,
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev:hover .img1,
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev:hover .img2,
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev {
    left: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next {
    right: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-text {
    margin-top: 0.45rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item {
    position: relative;
    width: 3.5rem;
    height: 1rem;
    border: solid 1px #1c48aa;
    cursor: pointer;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top .item-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #1c48aa;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top .item-icon {
    width: 12px;
    height: auto;
    margin-left: 0.2rem;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top .item-icon img {
    width: 100%;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-cent {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
    background: #1c48aa;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-cent .cent-list {
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-button {
    width: 2.8rem;
    height: 1rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #1c48aa;
  }
  .productDetails .productDetails-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-cent table {
    width: 100%;
    margin-top: 0.3rem;
  }
  .productDetails .productDetails-main .main-cont .cont-cent th {
    height: 0.8rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    background: #333333;
  }
  .productDetails .productDetails-main .main-cont .cont-cent td {
    padding: 6px 0.4rem 6px 0.7rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    border: solid 1px #e5e5e5;
  }
  .productDetails .product-show {
    display: block;
    position: fixed;
    top: 30%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #4812FE;
    z-index: 97;
  }
  .solution {
    width: 100%;
    height: auto;
  }
  .solution .solution-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.95rem 0.3rem 1rem;
  }
  .solution .solution-main .main-top {
    width: 100%;
    height: auto;
  }
  .solution .solution-main .main-top .top-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #f4f4f4;
  }
  .solution .solution-main .main-top .top-cont .cont-link {
    width: auto;
    height: 0.8rem;
    padding: 0 0.42rem;
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #333;
  }
  .solution .solution-main .main-top .top-cont .cont-link:hover {
    color: #fff;
    background: #4812FE;
  }
  .solution .solution-main .main-top .top-cont .cont-link-active {
    color: #fff;
    background: #4812FE;
  }
  .solution .solution-main .main-top .top-cent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    border-bottom: solid 1px #f4f4f4;
  }
  .solution .solution-main .main-top .top-cent .cent-link {
    margin-right: 0.5rem;
    font-size: 0.28rem;
    color: #666;
  }
  .solution .solution-main .main-top .top-cent .cent-link:hover {
    color: #4812FE;
  }
  .solution .solution-main .main-top .top-cent .cent-link-active {
    color: #4812FE;
  }
  .solution .solution-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .solution .solution-main .main-cont .cont-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #4812FE;
  }
  .solution .solution-main .main-cont .cont-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .solution .solution-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .solution .solution-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .solution .solution-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .solution .solution-main .main-cont .cont-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-box .box-item .item-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 1.3rem;
    border-bottom: solid 1px #f4f4f4;
  }
  .solution .solution-main .main-cont .cont-box .box-item .item-bottom .bottom-title {
    width: calc(100% - 50px);
    font-size: 0.3rem;
    color: #333;
  }
  .solution .solution-main .main-cont .cont-box .box-item .item-bottom .bottom-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    border: solid 1px #9b9b9b;
  }
  .solution .solution-main .main-cont .cont-box .box-item .item-bottom .bottom-icon img {
    width: 12px;
  }
  .solution .solution-main .main-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solution .solution-main .main-cont .cont-box .box-item:hover .item-bottom .bottom-title {
    color: #4812FE;
  }
  .solutionDetails {
    width: 100%;
    height: auto;
  }
  .solutionDetails .solutionDetails-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 1rem;
  }
  .solutionDetails .solutionDetails-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetails .solutionDetails-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetails .solutionDetails-top .top-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-left: 0.3rem;
  }
  .solutionDetails .solutionDetails-top .top-cent .cent-title {
    font-size: 0.28rem;
    color: #333;
  }
  .solutionDetails .solutionDetails-top .top-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .solutionDetails .solutionDetails-top .top-cent .cent-title2 {
    margin-top: 0.2rem;
    padding-left: 0.16rem;
    font-size: 0.3rem;
    line-height: 0.34rem;
    color: #4812FE;
    border-left: solid 3px #4812FE;
  }
  .solutionDetails .solutionDetails-top .top-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetails .solutionDetails-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    margin-top: 0.6rem;
    font-size: 16px;
    color: #fff;
    background: #4812FE;
  }
  .solutionDetails .solutionDetails-top .top-cent .cent-button img {
    width: 18px;
    margin-left: 0.15rem;
  }
  .solutionDetails .solutionDetails-main {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
    background: #f8f8f8;
  }
  .solutionDetails .solutionDetails-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #1c48aa;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-text {
    margin-top: 0.15rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    border-bottom: solid 1px #e7e7e7;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-text2 {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    border-bottom: solid 1px #ececec;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-list .list-pic {
    width: 5rem;
    height: auto;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-list .list-pic img {
    width: 100%;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-list .list-icon {
    width: 0.98rem;
    height: auto;
    margin: 0 0.2rem;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-list .list-icon img {
    width: 100%;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-top: 0.4rem;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent {
    width: 100%;
    height: auto;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent .cent-text a {
    color: #666;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent .cent-text a:hover {
    color: #4812FE;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-button {
    width: 160px;
    height: 50px;
    margin-top: 0.5rem;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #4812FE;
  }
  .solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-button:hover {
    color: #4812FE;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .technology {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .technology .technology-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .technology .technology-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .technology .technology-main .main-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 1rem;
    background: #4812FE;
  }
  .technology .technology-main .main-cont {
    width: 100%;
    height: auto;
  }
  .technology .technology-main .main-cont .cont-title {
    font-size: 0.28rem;
    color: #333;
  }
  .technology .technology-main .main-cont .cont-title span {
    color: #ff0000;
  }
  .technology .technology-main .main-cont .box-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
    border: solid 1px #e0e0e0;
  }
  .technology .technology-main .main-cont .box-select:last-child {
    margin-bottom: 0;
  }
  .technology .technology-main .main-cont .box-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 9px;
    height: 5px;
    background: url(../images/icon/icon-recruit-sanjiao.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .technology .technology-main .main-cont .box-select select {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.4rem;
    font-size: 0.28rem;
    color: #666;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .technology .technology-main .main-cont textarea {
    width: 100%;
    height: 2rem;
    margin-top: 0.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    color: #666;
    border: solid 1px #e0e0e0;
  }
  .technology .technology-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .technology .technology-main .main-box .box-title {
    font-size: 0.3rem;
    color: #000;
  }
  .technology .technology-main .main-box .box-form {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
    padding: 0.3rem 0;
    border-top: solid 3px #4812FE;
    border-bottom: solid 3px #4812FE;
  }
  .technology .technology-main .main-box .box-form .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .technology .technology-main .main-box .box-form .form-item:last-of-type {
    margin-bottom: 0;
  }
  .technology .technology-main .main-box .box-form .form-item .item-title {
    width: 1.8rem;
    height: auto;
    font-size: 0.26rem;
    color: #333;
  }
  .technology .technology-main .main-box .box-form .form-item .item-title span {
    color: #ff0000;
  }
  .technology .technology-main .main-box .box-form .form-item input {
    flex: 1;
    height: 0.8rem;
    border: solid 1px #e0e0e0;
  }
  .technology .technology-main .main-box .box-form .form-heng {
    width: 100%;
    height: 3px;
    margin-bottom: 0.3rem;
    background: #ebebeb;
  }
  .technology .technology-main .main-button {
    display: block;
    width: 3rem;
    height: 1rem;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.96rem;
    color: #fff;
    background: #4812FE;
    border: solid 2px transparent;
  }
  .technology .technology-main .main-button:hover {
    color: #4812FE;
    border: solid 2px #4812FE;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .download {
    width: 100%;
    height: auto;
  }
  .download .download-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0.4rem;
  }
  .download .download-top .top-left {
    width: 100%;
    height: auto;
  }
  .download .download-top .top-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .download .download-top .top-left .left-heng {
    width: 36px;
    height: 3px;
    margin-top: 0.3rem;
    background: #4812FE;
  }
  .download .download-top .top-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .download .download-top .top-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .download .download-top .top-right .right-item .item-title {
    width: 1.8rem;
    font-size: 0.26rem;
    color: #333;
  }
  .download .download-top .top-right .right-item .item-select {
    position: relative;
    flex: 1;
    width: auto;
    height: auto;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
  }
  .download .download-top .top-right .right-item .item-select:last-child {
    margin-bottom: 0;
  }
  .download .download-top .top-right .right-item .item-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 9px;
    height: 5px;
    background: url(../images/icon/icon-download-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .download .download-top .top-right .right-item .item-select select {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.4rem;
    font-size: 0.28rem;
    color: #666;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .download .download-top .top-right .right-item .item-select select option:first-of-type {
    display: none;
  }
  .download .download-top .top-right .right-item input {
    flex: 1;
    width: auto;
    height: 0.8rem;
    padding: 0 0.3rem;
    border: solid 1px #d6d5d5;
    border-radius: 5px;
  }
  .download .download-top .top-right .item-buttom {
    width: 2.7rem;
    height: 0.8rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #4812FE;
    border: solid 1px #4812FE;
    border-radius: 5px;
  }
  .download .download-top .top-right .item-buttom:hover {
    color: #fff;
    background: #4812FE;
  }
  .download .download-main {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 0.8rem;
    background: #f8f8f8;
  }
  .download .download-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .download .download-main .main-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem auto 0.6rem;
    background: #4812FE;
  }
  .download .download-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .download .download-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.35rem;
    margin-bottom: 0.4rem;
    background: #fff;
  }
  .download .download-main .main-box .box-item .item-pic {
    width: 1.7rem;
    height: auto;
    background: #f5f5f5;
  }
  .download .download-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .download .download-main .main-box .box-item .item-cent {
    width: 3.76rem;
    height: auto;
    padding: 0.1rem 0.3rem;
  }
  .download .download-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .download .download-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    color: #999;
  }
  .download .download-main .main-box .box-item .item-button {
    width: 1.6rem;
    height: 0.5rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.5rem;
    color: #666;
    border-radius: 5px;
    border: solid 1px #666666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-box .box-item:hover {
    box-shadow: 0.16rem 0.06rem 0.16rem rgba(0, 0, 0, 0.05);
  }
  .download .download-main .main-box .box-item:hover .item-button {
    color: #fff;
    background: #4812FE;
    border: solid 1px transparent;
  }
  .query {
    width: 100%;
    height: auto;
  }
  .query .query-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0;
  }
  .query .query-top .top-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .query .query-top .top-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 0.8rem;
    background: #4812FE;
  }
  .query .query-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .query .query-main .main-pic {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
  }
  .query .query-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .query .query-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
  }
  .query .query-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .query .query-main .main-cont .cont-top .top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 0.05rem);
    height: 0.8rem;
    padding: 0 0.3rem;
    margin-bottom: 10px;
    background: #ededed;
  }
  .query .query-main .main-cont .cont-top .top-item span {
    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;
  }
  .query .query-main .main-cont .cont-top .top-item .item-icon {
    position: relative;
    width: 14px;
    height: 8px;
  }
  .query .query-main .main-cont .cont-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .query .query-main .main-cont .cont-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .query .query-main .main-cont .cont-top .top-item:hover {
    background: #4812FE;
  }
  .query .query-main .main-cont .cont-top .top-item:hover span {
    color: #fff;
  }
  .query .query-main .main-cont .cont-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .query .query-main .main-cont .cont-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .query .query-main .main-cont .cont-top .top-item-active {
    background: #4812FE;
  }
  .query .query-main .main-cont .cont-top .top-item-active span {
    color: #fff;
  }
  .query .query-main .main-cont .cont-top .top-item-active .item-icon .img1 {
    opacity: 0;
  }
  .query .query-main .main-cont .cont-top .top-item-active .item-icon .img2 {
    opacity: 1;
  }
  .query .query-main .main-cont .cont-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .query .query-main .main-cont .cont-list .list-select {
    position: relative;
    width: 3.5rem;
    height: auto;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
  }
  .query .query-main .main-cont .cont-list .list-select:last-child {
    margin-bottom: 0;
  }
  .query .query-main .main-cont .cont-list .list-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 14px;
    height: 8px;
    background: url(../images/icon/icon-query-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .query .query-main .main-cont .cont-list .list-select select {
    width: 100%;
    height: 0.6rem;
    padding-left: 0.15rem;
    font-size: 0.26rem;
    color: #999;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .query .query-main .main-cont .cont-list .list-text {
    font-size: 0.26rem;
    color: #999;
  }
  .query .query-main .main-cont .cont-list .list-text span {
    color: #4812FE;
  }
  .query .query-main .main-cont .cont-box {
    width: 100%;
    height: 5.25rem;
    margin-top: 0.15rem;
    border: solid 1px #b3b3b3;
    overflow: auto;
  }
  .query .query-main .main-cont .cont-box::-webkit-scrollbar {
    width: 2px;
  }
  .query .query-main .main-cont .cont-box::-webkit-scrollbar-thumb {
    background: #4812FE;
  }
  .query .query-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.3rem;
    background: #fff;
    border-bottom: 1px dashed #b3b3b3;
    cursor: pointer;
  }
  .query .query-main .main-cont .cont-box .box-item .item-icon {
    position: relative;
    width: 24px;
    height: 29px;
  }
  .query .query-main .main-cont .cont-box .box-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .query .query-main .main-cont .cont-box .box-item .item-icon .img2 {
    opacity: 0;
  }
  .query .query-main .main-cont .cont-box .box-item .item-cent {
    width: calc(100% - 24px);
    height: auto;
    padding-left: 0.26rem;
  }
  .query .query-main .main-cont .cont-box .box-item .item-cent .cent-title {
    font-size: 0.34rem;
    color: #333;
  }
  .query .query-main .main-cont .cont-box .box-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #999;
  }
  .query .query-main .main-cont .cont-box .box-item:hover {
    background: #f6f6f6;
  }
  .query .query-main .main-cont .cont-box .box-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .query .query-main .main-cont .cont-box .box-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .query .query-main .main-cont .cont-box .box-item-active {
    background: #f6f6f6;
  }
  .query .query-main .main-cont .cont-box .box-item-active .item-icon .img1 {
    opacity: 0;
  }
  .query .query-main .main-cont .cont-box .box-item-active .item-icon .img2 {
    opacity: 1;
  }
  .query .query-main .main-lump {
    width: 6rem;
    height: auto;
    padding: 0.26rem 0.28rem;
    background: #fff;
    z-index: 9;
  }
  .query .query-main .main-lump .lump-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #d4d4d4;
  }
  .query .query-main .main-lump .lump-top .top-pic {
    width: 1.8rem;
    height: auto;
  }
  .query .query-main .main-lump .lump-top .top-pic img {
    width: 100%;
  }
  .query .query-main .main-lump .lump-top .top-cent {
    width: calc(100% - 1.8rem);
    height: auto;
    padding: 0.05rem 0 0 0.25rem;
  }
  .query .query-main .main-lump .lump-top .top-cent .cent-title {
    font-size: 0.3rem;
    color: #333;
  }
  .query .query-main .main-lump .lump-top .top-cent .cent-subtitle {
    font-size: 0.3rem;
    color: #333;
  }
  .query .query-main .main-lump .lump-top .top-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #999;
  }
  .query .query-main .main-lump .lump-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #999;
  }
  .FAQ {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .FAQ .FAQ-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .FAQ .FAQ-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: Wrap;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .FAQ .FAQ-main .main-top .top-left {
    width: auto;
    height: auto;
  }
  .FAQ .FAQ-main .main-top .top-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .FAQ .FAQ-main .main-top .top-left .left-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 0;
    background: #4812FE;
  }
  .FAQ .FAQ-main .main-top .top-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.9rem;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d9d9d9;
    margin-top: 0.5rem;
  }
  .FAQ .FAQ-main .main-top .top-right .right-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 100%;
  }
  .FAQ .FAQ-main .main-top .top-right .right-icon img {
    width: 17px;
  }
  .FAQ .FAQ-main .main-top .top-right input {
    flex: 1;
    height: 100%;
    font-size: 0.28rem;
    color: #666;
  }
  .FAQ .FAQ-main .main-top .top-right input::placeholder {
    color: #999;
  }
  .FAQ .FAQ-main .main-top .top-right .right-button {
    display: block;
    width: 1.5rem;
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-align: center;
    color: #fff;
    background: #333;
  }
  .FAQ .FAQ-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0.1rem;
  }
  .FAQ .FAQ-main .main-cont .list-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem;
    background: #f6f7f9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-top .dd-title {
    position: relative;
    width: 90%;
    padding-left: 0.5rem;
    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;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-top .dd-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/icon/icon-FAQ-q.png) no-repeat center center;
    background-size: 100%;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-top .dd-show {
    width: 0.46rem;
    height: 0.46rem;
    background: url(../images/icon/icon-recruit-jiahao.png) no-repeat center center;
    background-size: 0.45rem;
  }
  .FAQ .FAQ-main .main-cont .list-dd .top-active .dd-show {
    background: url(../images/icon/icon-recruit-jianhao.png) no-repeat center center;
    background-size: 0.45rem;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0.3rem;
    background: #fff;
    border: solid 1px #f2f2f2;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-cent .cent-duty {
    position: relative;
    width: 100%;
    padding-left: 0.5rem;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-cent .cent-duty::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/icon/icon-FAQ-a.png) no-repeat center center;
    background-size: 100%;
  }
  .FAQ .FAQ-main .main-cont .list-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #888888;
  }
  .FAQ .FAQ-main .main-laod {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: auto;
    margin: 0.6rem auto 0;
    font-size: 0.26rem;
    font-weight: bold;
  }
  .FAQ .FAQ-main .main-laod img {
    width: 35px;
    margin-right: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-laod:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .model {
    width: 100%;
    height: auto;
  }
  .model .model-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0.9rem;
  }
  .model .model-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .model .model-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .model .model-main .main-top .top-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .model .model-main .main-top .top-cent .cent-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 0.9rem;
    background: #4812FE;
  }
  .model .model-main .main-top .top-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .model .model-main .main-top .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .model .model-main .main-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .model .model-main .main-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .model .model-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .model .model-main .main-cont .cont-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .model .model-main .main-cont .cont-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 0.5rem;
    background: #4812FE;
  }
  .model .model-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .model .model-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .model .model-main .main-cont .cont-box .box-item .item-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.34rem;
    font-weight: bold;
    color: #4812FE;
  }
  .model .model-main .main-cont .cont-box .box-item .item-title img {
    width: 24px;
    margin-right: 0.15rem;
  }
  .model .model-main .main-cont .cont-box .box-item .item-title em {
    color: #ff0000;
  }
  .model .model-main .main-cont .cont-box .box-item .item-text {
    position: relative;
    margin-top: 0.2rem;
    padding-left: 0.26rem;
    font-size: 0.28rem;
    color: #333;
  }
  .model .model-main .main-cont .cont-box .box-item .item-text::after {
    content: '';
    position: absolute;
    top: 0.08rem;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
  }
  .model .model-main .main-cont .cont-tips {
    font-size: 0.28rem;
    color: #999;
  }
  .model .model-bottom {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
    background: #f3f7fb;
  }
  .model .model-bottom .bottom-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .model .model-bottom .bottom-cont .cont-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .model .model-bottom .bottom-cont .cont-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 0.8rem;
    background: #4812FE;
  }
  .model .model-bottom .bottom-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .model .model-bottom .bottom-cont .cont-box .box-item {
    width: 2.2rem;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .model .model-bottom .bottom-cont .cont-box .box-item .item-icon {
    width: 1.3rem;
    height: auto;
    margin: 0 auto;
  }
  .model .model-bottom .bottom-cont .cont-box .box-item .item-icon img {
    width: 100%;
  }
  .model .model-bottom .bottom-cont .cont-box .box-item .item-title {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .model .model-bottom .bottom-cont .cont-box .box-item .item-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .model .model-bottom .bottom-cont .cont-box .box-icon {
    width: 0.41rem;
    height: auto;
    margin: 0 0.3rem;
    padding-top: 0.45rem;
  }
  .model .model-bottom .bottom-cont .cont-box .box-icon img {
    width: 100%;
  }
  .news {
    width: 100%;
    height: auto;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .news .news-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .news .news-main .main-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 1rem;
    background: #4812FE;
  }
  .news .news-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .news .news-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .news .news-main .main-cont .cont-item .item-time {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    background: #f0f0f0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-time .time-one {
    width: auto;
    margin-right: 0.3rem;
    font-family: 'Poppins-Regular';
    font-size: 0.28rem;
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-time .time-date {
    width: auto;
    margin-right: 0.3rem;
    font-family: 'Poppins-Regular';
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-time .time-year {
    font-family: 'Poppins-Regular';
    font-size: 0.28rem;
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-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-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    border: solid 1px #e9e9e9;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #8b9195;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    background: #4812FE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button .button-title {
    display: block;
    margin-right: 0.2rem;
    font-size: 0.28rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button span {
    position: relative;
    width: 0.4rem;
    height: 0.15rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button span img {
    position: absolute;
    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-cont .cont-item .item-cent .cent-button span .img2 {
    opacity: 1;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button span .img1 {
    opacity: 0;
  }
  .news .news-main .main-cont .cont-item:hover .item-time {
    background: #4812FE;
  }
  .news .news-main .main-cont .cont-item:hover .item-time .time-one,
  .news .news-main .main-cont .cont-item:hover .item-time .time-date,
  .news .news-main .main-cont .cont-item:hover .item-time .time-year {
    color: #fff;
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-button {
    justify-content: center;
    background: #4812FE;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-button .button-title {
    display: block;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-button span .img1 {
    opacity: 0;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-button span .img2 {
    opacity: 1;
  }
  .video {
    width: 100%;
    height: auto;
  }
  .video .video-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .video .video-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .video .video-main .main-top .top-cent {
    width: auto;
    height: auto;
  }
  .video .video-main .main-top .top-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .video .video-main .main-top .top-cent .cent-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 0;
    background: #4812FE;
  }
  .video .video-main .main-top .top-right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    overflow: hidden;
  }
  .video .video-main .main-top .top-right .right-item {
    width: 50%;
    height: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #666;
    border-right: 1px solid #d9d9d9;
    border-top: solid 1px #d9d9d9;
  }
  .video .video-main .main-top .top-right .right-item:last-of-type {
    border-right: none;
  }
  .video .video-main .main-top .top-right .right-item:hover {
    color: #fff;
    background: #4812FE;
  }
  .video .video-main .main-top .top-right .right-item-active {
    color: #fff;
    background: #4812FE;
  }
  .video .video-main .main-box {
    width: 100%;
    height: auto;
  }
  .video .video-main .main-box .box-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .video .video-main .main-box .box-cont .cont-list {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .video .video-main .main-box .box-cont .cont-list:nth-child(3n + 1) {
    margin-left: 0;
  }
  .video .video-main .main-box .box-cont .cont-list .list-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  .video .video-main .main-box .box-cont .cont-list .list-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .video .video-main .main-box .box-cont .cont-list .list-top .top-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;
  }
  .video .video-main .main-box .box-cont .cont-list .list-top .top-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 0.9rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .video .video-main .main-box .box-cont .cont-list .list-top .top-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-box .box-cont .cont-list .list-top .top-icon:hover img {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
  }
  .video .video-main .main-box .box-cont .cont-list .list-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.25rem;
    background: #f5f5f5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-box .box-cont .cont-list .list-cent .cent-title {
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .video .video-main .main-box .box-cont .cont-list .list-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .video .video-main .main-box .box-cont .cont-list:hover .top-pic img {
    transform: scale(1.1, 1.1) translateZ(0) !important;
    -o-transform: scale(1.1, 1.1) translateZ(0) !important;
    -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
    -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
  }
  .video .video-main .main-box .box-cont .cont-list:hover .list-cent {
    background: #4812FE;
  }
  .video .video-main .main-box .box-cont .cont-list:hover .list-cent .cent-title,
  .video .video-main .main-box .box-cont .cont-list:hover .list-cent .cent-text {
    color: #fff;
  }
  .video .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 98%;
    height: auto;
    background: #000;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    z-index: 109;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .video .cont-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .newsDetails .newsDetails-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-left {
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-left .left-top {
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-title {
    font-size: 0.4rem;
    color: #333;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-bottom span {
    margin-right: 0.7rem;
    font-family: 'Poppins-Regular';
    font-size: 0.34rem;
    color: #4812FE;
  }
  .newsDetails .newsDetails-main .main-left .left-top .top-bottom em {
    margin-right: 0.2rem;
    font-size: 0.26rem;
    color: #4c4c4c;
  }
  .newsDetails .newsDetails-main .main-left .left-box {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #767676;
  }
  .newsDetails .newsDetails-main .main-left .left-box b {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .newsDetails .newsDetails-main .main-left .left-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-title {
    margin-right: 0.25rem;
    font-size: 0.26rem;
    color: #c3c3c3;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont {
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: auto;
    border: solid 1px #eeeeee;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-right: solid 1px #eee;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:last-of-type {
    border-right: none;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    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;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item .img2 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:hover {
    background: #4812FE;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:hover .img1 {
    opacity: 0;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:hover .img2 {
    opacity: 1;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 60px;
    margin-left: 0;
    margin-top: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #c3c3c3;
    background: #f8f8f8;
    border: solid 2px transparent;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button img {
    width: 0.45rem;
    margin-left: 0.25rem;
  }
  .newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover {
    color: #4812FE;
    border: solid 2px #4812FE;
  }
  .newsDetails .newsDetails-main .main-right {
    display: none;
    width: 5.12rem;
    height: auto;
    padding: 0.4rem 0.6rem;
    background: #f4f4f4;
  }
  .newsDetails .newsDetails-main .main-right .right-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #353744;
  }
  .newsDetails .newsDetails-main .main-right .right-English {
    margin-top: 0.2rem;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #353744;
  }
  .newsDetails .newsDetails-main .main-right .right-heng {
    width: 25px;
    height: 5px;
    margin: 0.45rem 0 0.3rem;
    background: #353744;
  }
  .newsDetails .newsDetails-main .main-right .right-item {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    border-bottom: solid 1px #e8e8e8;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetails .newsDetails-main .main-right .right-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;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-cent .cent-title {
    font-size: 18px;
    font-weight: bold;
    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;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 24px;
    color: #8b9195;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .newsDetails .newsDetails-main .main-right .right-item .item-cent .cent-time {
    margin-top: 0.1rem;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #ccc;
  }
  .newsDetails .newsDetails-main .main-right .right-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));
  }
  .newsDetails .newsDetails-main .main-right .right-item:hover .item-cent .cent-title {
    color: #4812FE;
  }
  .newsDetails .newsDetails-main .main-right .right-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .newsDetails .newsDetails-main .main-right .right-box a {
    display: block;
    font-size: 16px;
    line-height: 37px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetails .newsDetails-main .main-right .right-box a:hover {
    color: #4812FE;
  }
  .newsDetails .newsDetails-main .main-right .right-button {
    display: block;
    width: 140px;
    height: 50px;
    margin-top: 0.35rem;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #4812FE;
    border: solid 2px transparent;
  }
  .newsDetails .newsDetails-main .main-right .right-button:hover {
    color: #4812FE;
    background: #fff;
    border: solid 2px #4812FE;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .contact .contact-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .contact .contact-cont .cont-left .left-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .contact .contact-cont .cont-left .left-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 1rem;
    background: #4812FE;
  }
  .contact .contact-cont .cont-left .left-subtitle {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .contact .contact-cont .cont-left .left-title2 {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    color: #999;
  }
  .contact .contact-cont .cont-left .left-text {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    color: #48413e;
  }
  .contact .contact-cont .cont-right {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-cont .cont-right img {
    width: 100%;
  }
  .contact .cont-form {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #fafafa;
  }
  .contact .cont-form .form-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .cont-form .form-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .contact .cont-form .form-main .main-heng {
    width: 36px;
    height: 3px;
    margin: 0.3rem 0 1rem;
    background: #4812FE;
  }
  .contact .cont-form .form-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .contact .cont-form .form-main .main-box .box-input {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .contact .cont-form .form-main .main-box .box-input input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.4rem;
    font-size: 0.28rem;
    color: #666;
    background: #fafafa;
    border: solid 1px #999999;
  }
  .contact .cont-form .form-main .main-box .box-input input::placeholder {
    color: #999;
  }
  .contact .cont-form .form-main .main-box .box-text {
    width: 100%;
    height: auto;
  }
  .contact .cont-form .form-main .main-box .box-text textarea {
    width: 100%;
    height: 3.5rem;
    padding: 0.17rem 0.4rem 0;
    font-size: 0.28rem;
    color: #666;
    background: #fafafa;
    border: solid 1px #999999;
  }
  .contact .cont-form .form-main .main-box .box-text textarea::placeholder {
    color: #999;
  }
  .contact .cont-form .form-main .main-button {
    display: block;
    width: 3.2rem;
    height: 1rem;
    margin-top: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  .recruit {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-plate1 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem;
    background: #f6f6f6;
  }
  .recruit .recruit-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-plate1 .plate1-main .main-top {
    font-size: 0.34rem;
    text-align: center;
    color: #666666;
  }
  .recruit .recruit-plate1 .plate1-main .main-title {
    margin-top: 0.2rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit .recruit-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .recruit .recruit-plate1 .plate1-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0.5rem;
    padding: 0.9rem 0.8rem;
    border-radius: 0.1rem;
    background: #fff;
  }
  .recruit .recruit-plate1 .plate1-main .main-box .box-item .item-icon {
    width: 1rem;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-plate1 .plate1-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .recruit .recruit-plate1 .plate1-main .main-box .box-item .item-title {
    margin-top: 0.48rem;
    font-size: 0.4rem;
    line-height: 0.48rem;
    text-align: center;
    color: #333;
  }
  .recruit .recruit-plate1 .plate1-main .main-box .box-item .item-button {
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.6rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 45px;
    border: solid 1px #666666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate1 .plate1-main .main-box .box-item .item-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .recruit .recruit-plate1 .plate1-main .main-box .box-item:hover {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .recruit .recruit-plate1 .plate1-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.24);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .recruit .recruit-plate1 .plate1-popup .popup-main {
    position: relative;
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 0.45rem 0.68rem;
    background: #fff;
    border-radius: 10px;
  }
  .recruit .recruit-plate1 .plate1-popup .popup-main .main-title {
    padding-right: 0.5rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
  }
  .recruit .recruit-plate1 .plate1-popup .popup-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.36rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .recruit .recruit-plate1 .plate1-popup .popup-main .main-pic img {
    width: 100%;
  }
  .recruit .recruit-plate1 .plate1-popup .popup-main .main-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666666;
  }
  .recruit .recruit-plate1 .plate1-popup .popup-main .main-hide {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    width: 18px;
    height: auto;
    cursor: pointer;
  }
  .recruit .recruit-plate1 .plate1-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;
  }
  .recruit .recruit-plate1 .plate1-popup .popup-main .main-hide:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .recruit .recruit-plate1 .plate1-popup-active {
    opacity: 1;
    visibility: visible;
  }
  .recruit .recruit-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-plate2 .plate2-pic {
    width: 100%;
    height: 6rem;
  }
  .recruit .recruit-plate2 .plate2-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit .recruit-plate2 .plate2-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .recruit .recruit-plate2 .plate2-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .recruit .recruit-plate2 .plate2-cent .cent-subtitle {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  .recruit .recruit-plate2 .plate2-cent .cent-button {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.7rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 45px;
  }
  .recruit .recruit-plate2 .plate2-cent .cent-button:hover {
    color: #4812FE;
    background: #fff;
  }
  .recruit .recruit-plate3 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem;
    background: #f5f5f5;
  }
  .recruit .recruit-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-plate3 .plate3-main .main-title {
    font-size: 0.34rem;
    text-align: center;
    color: #666;
  }
  .recruit .recruit-plate3 .plate3-main .main-subtitle {
    margin-top: 0.25rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit .recruit-plate3 .plate3-main .main-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding: 1rem 0.6rem;
    background: #fff;
    border-radius: 0.15rem;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.3rem;
    font-size: 0.4rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon {
    position: relative;
    width: 0.83rem;
    height: 0.8rem;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #4812FE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover {
    background: #4812FE;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-icon::after {
    background: #58aded;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.6rem;
    margin-top: 0.2rem;
    border-radius: 0.15rem;
    background: #fff;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon {
    position: relative;
    width: 0.83rem;
    height: 0.8rem;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #4812FE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon .img2 {
    opacity: 0;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-title {
    margin-top: 0.3rem;
    font-size: 0.4rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover {
    background: #4812FE;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-icon::after {
    background: #58aded;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-icon .img1 {
    opacity: 0;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-icon .img2 {
    opacity: 1;
  }
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-title,
  .recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-text {
    color: #fff;
  }
  .recruit2 {
    width: 100%;
    height: auto;
    background: #f6f6f6;
  }
  .recruit2 .recruit-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.3rem 0 0;
  }
  .recruit2 .recruit-plate1 .plate1-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit2 .recruit-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.7rem 0.3rem;
    background: #fff;
    border-radius: 0.15rem;
  }
  .recruit2 .recruit-plate1 .plate1-main .main-item {
    width: 2.4rem;
    height: auto;
    padding: 0 0.2rem 0.4rem;
  }
  .recruit2 .recruit-plate1 .plate1-main .main-item .item-icon {
    width: 0.7rem;
    height: auto;
    margin: 0 auto;
  }
  .recruit2 .recruit-plate1 .plate1-main .main-item .item-icon img {
    width: 100%;
  }
  .recruit2 .recruit-plate1 .plate1-main .main-item .item-title {
    margin-top: 0.5rem;
    font-size: 0.34rem;
    text-align: center;
    color: #333;
  }
  .recruit2 .recruit-plate1 .plate1-main .main-item .item-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit2 .recruit-plate1 .plate1-main .main-icon {
    width: 0.4rem;
    height: auto;
    padding-top: 0.45rem;
  }
  .recruit2 .recruit-plate1 .plate1-main .main-icon img {
    width: 100%;
  }
  .recruit2 .recruit-plate1 .plate1-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.6rem 0 2rem;
    overflow: hidden;
    background: #fff;
    border-radius: 0.15rem;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-icon {
    width: 0.85rem;
    height: auto;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-icon img {
    width: 100%;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-cent {
    width: calc(100% - 0.85rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-cent .cent-title {
    font-size: 0.34rem;
    color: #333;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-pagination {
    bottom: 0.54rem;
    left: 0.3rem;
    width: 1.2rem;
    font-size: 0.46rem;
    color: #333;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-pagination .swiper-pagination-total {
    color: #999999;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.54rem;
    right: 0.3rem;
    width: 100px;
    height: auto;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev,
  .recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-next {
    width: 40px;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev img,
  .recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-next img {
    width: 100%;
  }
  .recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev:hover,
  .recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-next:hover {
    opacity: 1;
  }
  .recruit2 .recruit-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.3rem 0.3rem 0;
  }
  .recruit2 .recruit-plate2 .plate2-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit2 .recruit-plate2 .plate2-cont {
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0.1rem;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
    padding: 0 0.65rem;
    border-radius: 0.15rem;
    background: #fff;
    overflow: hidden;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top .dd-title {
    position: relative;
    width: 90%;
    font-size: 0.3rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top .dd-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top .dd-show {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon/icon-recruit-jiahao2.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .top-active .dd-show {
    background: url(../images/icon/icon-recruit-jianhao2.png) no-repeat center center;
    background-size: 0.4rem;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0;
    background: #fff;
    border-top: solid 1px #f6f6f6;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent .cent-duty {
    position: relative;
    width: 100%;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent .cent-duty::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
  }
  .recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #888888;
  }
  .recruit2 .recruit-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 0;
  }
  .recruit2 .recruit-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit2 .recruit-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border-radius: 0.15rem;
    overflow: hidden;
    cursor: pointer;
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    overflow: hidden;
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item .item-cent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.48rem 0.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item .item-cent .cent-title {
    width: calc(100% - 0.5rem);
    height: auto;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item .item-cent img {
    width: 0.43rem;
  }
  .recruit2 .recruit-plate3 .plate3-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .recruit2 .recruit-plate4 {
    width: 100%;
    height: auto;
    margin: 1rem auto 1.3rem;
    padding: 0.8rem 0.5rem;
    background: url(../images/recruit/bg.png) no-repeat bottom right;
    background-size: cover;
  }
  .recruit2 .recruit-plate4 .plate4-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .recruit2 .recruit-plate4 .plate4-button {
    display: block;
    width: 160px;
    height: 50px;
    margin-top: 0.35rem;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #666;
    border-radius: 45px;
    border: solid 1px #666;
  }
  .recruit2 .recruit-plate4 .plate4-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .recruit2 .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 98%;
    height: auto;
    background: #000;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    z-index: 109;
    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;
  }
  .recruit2 .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .recruit2 .cont-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit3 {
    width: 100%;
    height: auto;
    background: #f6f6f6;
  }
  .recruit3 .recruit3-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.1rem 0.3rem 0;
  }
  .recruit3 .recruit3-plate1 .plate1-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate1 .plate1-text {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .recruit3 .recruit3-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item {
    position: relative;
    width: auto;
    height: auto;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item .item-title {
    position: absolute;
    top: 0.3rem;
    right: 0.6rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item:first-of-type {
    width: 50%;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(2) {
    width: 50%;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(3) {
    width: 33.33%;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(4) {
    width: 33.33%;
  }
  .recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(5) {
    width: 33.33%;
  }
  .recruit3 .recruit3-plate1 .plate1-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));
  }
  .recruit3 .recruit3-plate1 .plate1-box {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin-top: 1.3rem;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate1 .plate1-box .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;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent {
    position: static;
    top: 0%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.82rem 0.8rem 0.76rem;
    background: #fff;
    border-radius: 0.15rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-button {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-align: center;
    color: #666;
    border-radius: 45px;
    border: solid 1px #666666;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-pagination {
    display: none;
    bottom: 0;
    left: auto;
    right: 0.3rem;
    width: 0.8rem;
    font-size: 0.36rem;
    color: #333;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-pagination .swiper-pagination-total {
    color: #999999;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0.3rem;
    width: 100px;
    height: auto;
    z-index: 9;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev,
  .recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-next {
    width: 40px;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev img,
  .recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-next img {
    width: 100%;
  }
  .recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev:hover,
  .recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-next:hover {
    opacity: 1;
  }
  .recruit3 .recruit3-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem;
  }
  .recruit3 .recruit3-plate2 .plate2-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate2 .plate2-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .recruit3 .recruit3-plate2 .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .recruit3 .recruit3-plate2 .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding: 0.9rem 0.8rem;
    border-radius: 0.1rem;
    background: #fff;
  }
  .recruit3 .recruit3-plate2 .main-box .box-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .recruit3 .recruit3-plate2 .main-box .box-item .item-icon img {
    width: 100%;
  }
  .recruit3 .recruit3-plate2 .main-box .box-item .item-title {
    margin-top: 0.48rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate2 .main-box .box-item .item-button {
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.6rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 45px;
    border: solid 1px #666666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit3 .recruit3-plate2 .main-box .box-item .item-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .recruit3 .recruit3-plate2 .main-box .box-item:hover {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  }
  .recruit3 .recruit3-plate2 .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.6rem 0 2rem;
    overflow: hidden;
    background: #fff;
    border-radius: 0.15rem;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide {
    width: 100%;
    height: auto;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-icon {
    width: 0.85rem;
    height: auto;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-icon img {
    width: 100%;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-cent {
    width: calc(100% - 0.85rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-cent .cent-title {
    font-size: 0.34rem;
    color: #333;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-pagination {
    bottom: 0.54rem;
    left: 0.3rem;
    width: 1.2rem;
    font-size: 0.46rem;
    color: #333;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-pagination .swiper-pagination-total {
    color: #999999;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.54rem;
    right: 0.3rem;
    width: 100px;
    height: auto;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-button .plate1-swiper-button-prev,
  .recruit3 .recruit3-plate2 .main-cont .swiper-button .plate1-swiper-button-next {
    width: 40px;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-button .plate1-swiper-button-prev img,
  .recruit3 .recruit3-plate2 .main-cont .swiper-button .plate1-swiper-button-next img {
    width: 100%;
  }
  .recruit3 .recruit3-plate2 .main-cont .swiper-button .plate1-swiper-button-prev:hover,
  .recruit3 .recruit3-plate2 .main-cont .swiper-button .plate1-swiper-button-next:hover {
    opacity: 1;
  }
  .recruit3 .recruit3-plate2 .main-title2 {
    margin-top: 0.5rem;
    font-size: 0.46rem;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate2 .main-button {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.3rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 45px;
    border: solid 1px #797979;
  }
  .recruit3 .recruit3-plate2 .main-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .recruit3 .recruit3-plate2 .plate2-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.24);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .recruit3 .recruit3-plate2 .plate2-popup .popup-main {
    position: relative;
    width: 96%;
    height: 8rem;
    margin: 0 auto;
    padding: 0.45rem 0.68rem;
    background: #fff;
    border-radius: 10px;
  }
  .recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-title {
    padding-right: 0.5rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
  }
  .recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.36rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-pic img {
    width: 100%;
  }
  .recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666666;
  }
  .recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-hide {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    width: 18px;
    height: auto;
    cursor: pointer;
  }
  .recruit3 .recruit3-plate2 .plate2-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;
  }
  .recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-hide:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .recruit3 .recruit3-plate2 .plate2-popup-active {
    opacity: 1;
    visibility: visible;
  }
  .recruit3 .recruit3-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.3rem 0.3rem;
  }
  .recruit3 .recruit3-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate3 .plate3-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .recruit3 .recruit3-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate3 .plate3-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;
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.9rem;
    background: #fff;
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent .cent-box {
    width: 100%;
    height: auto;
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent .cent-box .box-title {
    margin-top: 0.25rem;
    font-size: 0.4rem;
    color: #333;
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent .cent-box .box-text {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit3 .recruit3-plate3 .plate3-main .main-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .recruit3 .recruit3-plate3 .plate3-title2 {
    margin-top: 0.5rem;
    font-size: 0.46rem;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate3 .plate3-button {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.3rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 45px;
    border: solid 1px #797979;
  }
  .recruit3 .recruit3-plate3 .plate3-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .recruit3 .recruit3-plate4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.3rem 0.3rem 0;
  }
  .recruit3 .recruit3-plate4 .plate4-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate4 .plate4-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666;
  }
  .recruit3 .recruit3-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
    padding: 0.8rem 0;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-slide .slide-box img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit3 .recruit3-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));
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-slide .box-title {
    margin-top: 0.5rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    opacity: 0;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-slide-active {
    z-index: 9;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-slide-active .slide-box {
    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));
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-slide-active .box-title {
    opacity: 1;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-pagination {
    bottom: 0.2rem;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 0.11rem;
    background: #f6f6f6;
    border: solid 2px #999;
  }
  .recruit3 .recruit3-plate4 .plate4-main .swiper-pagination .swiper-pagination-bullet-active {
    background: #4812FE;
    border: solid 2px transparent;
  }
  .recruit3 .recruit3-plate5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.1rem 0.3rem 1.3rem;
  }
  .recruit3 .recruit3-plate5 .plate5-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate5 .plate5-text {
    width: 100%;
    margin: 0.2rem auto 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #666;
  }
  .recruit3 .recruit3-plate5 .plate5-bottom {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
  }
  .recruit3 .recruit3-plate5 .plate5-bottom a {
    color: #4812FE;
  }
  .recruit3 .recruit3-plate5 .plate5-bottom a:hover {
    text-decoration: underline;
  }
  .recruit3 .recruit3-plate5 .plate5-box {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    margin-top: 1.2rem;
    background: #fff;
  }
  .recruit3 .recruit3-plate5 .plate5-box .box-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit3 .recruit3-plate5 .plate5-box .box-button {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #666;
    border-radius: 45px;
    border: solid 1px #676767;
  }
  .recruit3 .recruit3-plate5 .plate5-box .box-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .recruit4 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .recruit4 .recruit4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit4 .recruit4-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit4 .recruit4-main .main-serach {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.9rem;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d9d9d9;
    margin-top: 0.5rem;
  }
  .recruit4 .recruit4-main .main-serach .serach-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 100%;
  }
  .recruit4 .recruit4-main .main-serach .serach-icon img {
    width: 17px;
  }
  .recruit4 .recruit4-main .main-serach input {
    flex: 1;
    height: 100%;
    font-size: 0.28rem;
    color: #666;
  }
  .recruit4 .recruit4-main .main-serach input::placeholder {
    color: #999;
  }
  .recruit4 .recruit4-main .main-serach .serach-button {
    display: block;
    width: 1.5rem;
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-align: center;
    color: #fff;
    background: #333;
  }
  .recruit4 .recruit4-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: solid 1px #cfcfcf;
  }
  .recruit4 .recruit4-main .main-box .box-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem 0;
    background: #fff;
    overflow: auto;
    z-index: 99;
    opacity: 0;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-title {
    font-size: 0.34rem;
    color: #333;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-hide {
    display: block;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 20px;
    height: 20px;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-hide img {
    width: 100%;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump {
    width: 100%;
    height: auto;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-top {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    font-size: 0.28rem;
    color: #333;
    border-bottom: solid 1px #ededed;
    background: url(../images/icon/icon-recruit-jiahao3.png) no-repeat center right;
    background-size: 12px;
    cursor: pointer;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-top-active {
    background: url(../images/icon/icon-recruit-jianhao3.png) no-repeat center right;
    background-size: 12px;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent {
    display: none;
    width: 100%;
    height: auto;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item {
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 8px;
    background: url(../images/icon/icon-join-arrow.png) no-repeat center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input[type="radio"],
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input[type="checkbox"] {
    display: none;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 36px;
    font-size: 0.28rem;
    color: #999;
    cursor: pointer;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 9px;
    border: solid 1px #e1e1e1;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input:checked + label .choice-item {
    color: #4812FE;
  }
  .recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input:checked + label .choice-item span {
    border: solid 1px #4812FE;
    background: #4812FE;
  }
  .recruit4 .recruit4-main .main-box .box-left-active {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .recruit4 .recruit4-main .main-box .box-right {
    width: 100%;
    height: auto;
  }
  .recruit4 .recruit4-main .main-box .box-right .right-title {
    margin-bottom: 0.25rem;
    font-size: 0.34rem;
    color: #333;
  }
  .recruit4 .recruit4-main .main-box .box-right .right-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.35rem;
    margin-bottom: 0.15rem;
    background: #f5f5f5;
  }
  .recruit4 .recruit4-main .main-box .box-right .right-item .item-title {
    font-size: 0.32rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit4 .recruit4-main .main-box .box-right .right-item .item-subtitle {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit4 .recruit4-main .main-box .box-right .right-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
    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;
  }
  .recruit4 .recruit4-main .main-box .box-right .right-item:hover {
    background: #4812FE;
  }
  .recruit4 .recruit4-main .main-box .box-right .right-item:hover .item-title,
  .recruit4 .recruit4-main .main-box .box-right .right-item:hover .item-subtitle,
  .recruit4 .recruit4-main .main-box .box-right .right-item:hover .item-text {
    color: #fff;
  }
  .recruit4 .product-show {
    display: block;
    position: fixed;
    top: 30%;
    left: -0.1rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #4812FE;
    z-index: 97;
  }
  .recruit5 {
    width: 100%;
    height: auto;
  }
  .recruit5 .recruit5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.9rem 0.3rem 1.2rem;
  }
  .recruit5 .recruit5-main .main-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .recruit5 .recruit5-main .main-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    color: #666;
  }
  .recruit5 .recruit5-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .recruit5 .recruit5-main .main-box .box-title {
    font-size: 0.34rem;
    color: #333;
  }
  .recruit5 .recruit5-main .main-box .box-text {
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit5 .recruit5-main .main-box .box-text span {
    color: #333;
  }
  .recruit5 .recruit5-main .main-title2 {
    margin-bottom: 0.36rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
  }
  .recruit5 .recruit5-main .main-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.35rem;
    margin-bottom: 0.15rem;
    background: #f5f5f5;
  }
  .recruit5 .recruit5-main .main-item .item-title {
    font-size: 0.32rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit5 .recruit5-main .main-item .item-subtitle {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit5 .recruit5-main .main-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
    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;
  }
  .recruit5 .recruit5-main .main-item:hover {
    background: #4812FE;
  }
  .recruit5 .recruit5-main .main-item:hover .item-title,
  .recruit5 .recruit5-main .main-item:hover .item-subtitle,
  .recruit5 .recruit5-main .main-item:hover .item-text {
    color: #fff;
  }
  .recruit5 .recruit5-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    margin: 0.8rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.9rem;
    color: #666;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
  }
  .recruit5 .recruit5-main .main-button:hover {
    color: #fff;
    border: solid 1px transparent;
    background: #4812FE;
  }
  .page-float {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0.7rem;
    height: auto;
    z-index: 29;
    opacity: 1;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.7rem;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, 0.6);
  }
  .page-float .float-list .list-pic {
    width: 100%;
    height: auto;
    padding-top: 0;
    line-height: 0.7rem;
    text-align: center;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    width: 21px;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0.1rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -3.5rem;
    width: 3.5rem;
    height: auto;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-cent .cent-title {
    position: relative;
    width: 100%;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    background: #4812FE;
  }
  .page-float .float-list .list-cent .cent-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 12px;
    margin-right: -16px;
    background: url(../images/newpic/icon-page-sanjiao.png) no-repeat left center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent .cent-cont {
    padding: 0.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
  }
  .page-float .float-list .list-cent .cent-cont img {
    width: 80%;
  }
  .page-float .float-list:hover {
    background: #4812FE;
  }
  .page-float .float-list:hover .list-pic {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list:hover .list-cent {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mr {
    margin-top: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #4812FE;
  }
}
