.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .about .about-plate4 .plate4-bottom {
    margin-top: 1.2rem;
  }
  .foot .foot-main .main-cent .cent-ewm {
    width: 1.5rem;
  }
  header .head-strip .strip-box .box-subnav .subnav-link {
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .about .about-plate4 .plate4-bottom {
    margin-top: 1.2rem;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-title {
    font-size: 14px;
  }
  header .head-strip .strip-box .box-subnav .subnav-link {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 1140px) {
  .foot .foot-main .main-cent {
    width: 20%;
  }
  .foot .foot-main .main-cont {
    width: 75%;
  }
  .foot .foot-main .main-cont .cont-list .list-text {
    padding-left: 0.5rem;
    line-height: 0.46rem;
  }
  .foot .foot-main .main-cont .cont-list .list-link {
    line-height: 0.46rem;
  }
  header .head-strip .strip-box .box-subnav .subnav-link {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 1004px) {
  section {
    overflow: hidden;
  }
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    z-index: 199;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  nav .nav-main .main-box .box-logo {
    position: relative;
    width: 2.6rem;
    height: auto;
  }
  nav .nav-main .main-box .box-logo img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-box .box-nav {
    display: none;
  }
  nav .nav-main .main-box .box-cont {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-box .box-cont .cont-nav {
    display: none;
  }
  nav .nav-main .main-box .box-cont .cont-lang {
    width: 1.3rem;
    height: 100%;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-cont .cont-lang a {
    display: inline-block;
    width: auto;
    color: #fff;
  }
  nav .nav-main .main-box .box-cont .cont-lang a:hover {
    text-decoration: underline;
  }
  nav .nav-main .main-box .box-cont .cont-suosou {
    display: none;
  }
  nav .nav-main .main-box .box-cont .cont-web-suosou {
    display: block;
    position: relative;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.35rem;
    cursor: pointer;
  }
  nav .nav-main .main-box .box-cont .cont-web-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    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-main .main-box .box-cont .cont-web-suosou .img2 {
    opacity: 0;
  }
  nav .nav-main .main-box .box-cont .cont-web-caidan {
    display: block;
    position: relative;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.35rem;
    cursor: pointer;
  }
  nav .nav-main .main-box .box-cont .cont-web-caidan img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    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-main .main-box .box-cont .cont-web-caidan .img2 {
    opacity: 0;
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .box-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .box-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .box-cont .cont-nav .nav-list .list-title {
    color: #080404;
  }
  nav .nav-main:hover .box-cont .cont-lang {
    color: #080404;
  }
  nav .nav-main:hover .box-cont .cont-lang a {
    color: #080404;
  }
  nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .box-cont .cont-web-suosou .img2,
  nav .nav-main:hover .box-cont .cont-web-caidan .img2 {
    opacity: 1 !important;
  }
  nav .nav-main:hover .box-cont .cont-web-suosou .img1,
  nav .nav-main:hover .box-cont .cont-web-caidan .img1 {
    opacity: 0 !important;
  }
  nav .nav-main-active {
    background: #fff;
  }
  nav .nav-main-active .box-logo .img2 {
    opacity: 1 !important;
  }
  nav .nav-main-active .box-logo .img1 {
    opacity: 0 !important;
  }
  nav .nav-main-active .box-cont .cont-nav .nav-list .list-title {
    color: #080404 !important;
  }
  nav .nav-main-active .box-cont .cont-lang {
    color: #080404 !important;
  }
  nav .nav-main-active .box-cont .cont-lang a {
    color: #080404 !important;
  }
  nav .nav-main-active .box-cont .cont-web-suosou .img2,
  nav .nav-main-active .box-cont .cont-web-caidan .img2 {
    opacity: 1 !important;
  }
  nav .nav-main-active .box-cont .cont-web-suosou .img1,
  nav .nav-main-active .box-cont .cont-web-caidan .img1 {
    opacity: 0 !important;
  }
  nav .Whead-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #114470;
    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;
    width: 100%;
    height: 1.3rem;
    padding: 0 0.3rem;
    line-height: 1.3rem;
    text-align: right;
  }
  nav .Whead-sidebar .sidebar-top .top-icon {
    width: 2.63rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon 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-icon2 {
    width: 0.4rem;
    margin-left: 0.2rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-list {
    width: 100%;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-list .list-ul {
    width: 100%;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li {
    width: 100%;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .li-title {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.6rem;
    font-family: 'Arial';
    font-size: 0.32rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.2rem;
    background: #fff url(../images/icon/icon-Web-jiahao.png) no-repeat 90% center;
    background-size: 0.25rem;
    border-bottom: solid 1px #eee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .no-bg {
    display: block;
    background-image: none !important;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0.6rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul .nav-li {
    width: 100%;
    height: 0.8rem;
    font-family: 'Arial';
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #666666;
    background: #fff;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .nav-block {
    height: auto;
    border-bottom: solid 1px #eeeeee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .title-active {
    color: #fff !important;
    background: #114470 url(../images/icon/icon-Web-jianhao.png) no-repeat 90% center !important;
    background-size: 0.25rem !important;
    border-bottom: none;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    height: auto;
    padding-left: 0.3rem;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.6rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title span {
    font-family: '微软雅黑';
    font-weight: bold;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.06rem;
    padding-left: 1.2rem;
    font-size: 0.6rem;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(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-cent2 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    height: auto;
    padding-left: 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-cent2 .cent-title {
    font-size: 0.6rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(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-cent2 .cent-title span {
    font-family: '微软雅黑';
    font-weight: bold;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-text {
    margin-top: 0.06rem;
    padding-left: 1.2rem;
    font-size: 0.6rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(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-cent2 .cent-text span {
    font-family: '微软雅黑';
    font-weight: bold;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 11rem;
    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 {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic2 img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-15%);
    -o-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
  }
  header .head-banner .banner-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 .banner-cent .cent-title {
    font-size: 0.6rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text {
    margin-bottom: 0.1rem;
    font-family: 'gilroy-regular';
    font-size: 0.46rem;
    color: #fff;
    text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
  }
  header .head-banner .banner-cent2 {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: auto;
    height: auto;
    padding-left: 0;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent2 .cent-title {
    font-family: 'gilroy-bold';
    font-size: 0.66rem;
    text-align: center;
    color: #114470;
    text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
  }
  header .head-banner .banner-cent2 .cent-text {
    margin-bottom: 0.1rem;
    font-size: 0.36rem;
    text-align: center;
    color: #114470;
  }
  header .head-banner .banner-cent2 .cent-text span {
    margin: 0 0.26rem;
    font-size: 0.36rem;
    color: #114470;
  }
  header .head-banner .banner-cent2 .cent-text img {
    width: 0.74rem;
  }
  header .head-banner .banner-video {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video .video-box {
    width: 100%;
    height: 100%;
  }
  header .head-banner .banner-video .video-box .video-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .banner-video .video-box .video-pic img {
    width: auto;
    height: 100%;
  }
  header .head-banner .banner-video .video-box .video-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  header .head-banner .banner-video .video-box .video-cent .cent-title {
    font-family: 'Gilroy-Medium';
    font-size: 0.28rem;
    color: #fff;
    text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
  }
  header .head-banner .banner-video .video-box .video-cent .cent-text {
    margin-top: 0.08rem;
    font-family: 'gilroy-black';
    font-size: 0.9rem;
    color: #fff;
  }
  header .head-banner .banner-video .video-box .video-cent .cent-icon {
    margin: 0.5rem auto 0;
    width: 0.8rem;
    height: auto;
    cursor: pointer;
  }
  header .head-banner .banner-video .video-box .video-cent .cent-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-video .video-box .video-cent .cent-icon:hover img {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
  }
  header .head-banner .banner-video .video-cont {
    display: none;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video .video-cont video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-swiper-button-prev img,
  header .head-banner .banner-swiper-button-next img {
    width: 0.2rem;
    height: auto;
  }
  header .head-banner .banner-swiper-button-prev {
    left: 0.2rem;
    transform: translate(-30px, -50%);
    -o-transform: translate(-30px, -50%);
    -moz-transform: translate(-30px, -50%);
    -webkit-transform: translate(-30px, -50%);
  }
  header .head-banner .banner-swiper-button-next {
    right: 0.2rem;
    transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
    -moz-transform: translate(30px, -50%);
    -webkit-transform: translate(30px, -50%);
  }
  header .head-banner2 {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner2 .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner2 .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner2 .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }
  header .head-banner2 .swiper-slide .slide-box .box-pic img {
    width: auto;
    height: 100%;
    transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
  }
  header .head-banner2 .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    height: auto;
    padding-left: 0.3rem;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  header .head-banner2 .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.6rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(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-banner2 .swiper-slide .slide-box .box-cent .cent-title span {
    font-family: '微软雅黑';
    font-weight: bold;
  }
  header .head-banner2 .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.06rem;
    padding-left: 1.2rem;
    font-size: 0.6rem;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(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-banner2 .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    height: auto;
    padding-left: 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner2 .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.6rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(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-banner2 .swiper-slide .slide-box .box-cent2 .cent-title span {
    font-family: '微软雅黑';
    font-weight: bold;
  }
  header .head-banner2 .swiper-slide .slide-box .box-cent2 .cent-text {
    margin-top: 0.06rem;
    padding-left: 1.2rem;
    font-size: 0.6rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(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-banner2 .swiper-slide .slide-box .box-cent2 .cent-text span {
    font-family: '微软雅黑';
    font-weight: bold;
  }
  header .head-banner2 .banner-swiper-button-prev,
  header .head-banner2 .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner2 .banner-swiper-button-prev img,
  header .head-banner2 .banner-swiper-button-next img {
    width: 0.2rem;
    height: auto;
  }
  header .head-banner2 .banner-swiper-button-prev {
    left: 0.2rem;
    transform: translate(-30px, -50%);
    -o-transform: translate(-30px, -50%);
    -moz-transform: translate(-30px, -50%);
    -webkit-transform: translate(-30px, -50%);
  }
  header .head-banner2 .banner-swiper-button-next {
    right: 0.2rem;
    transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
    -moz-transform: translate(30px, -50%);
    -webkit-transform: translate(30px, -50%);
  }
  header .head-Wnav {
    position: relative;
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #114470;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'gilroy-bold';
    font-size: 0.32rem;
    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: 'Gilroy-Medium';
    font-size: 0.26rem;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  .foot {
    width: 100%;
    height: auto;
    padding: 1.6rem 0 0;
    background: url(../images/foot-bg.png) no-repeat top left;
    background-size: auto 100%;
  }
  .foot .foot-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 0.5rem;
  }
  .foot .foot-main .main-cent {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .foot .foot-main .main-cent .cent-logo {
    width: 2.6rem;
    height: auto;
  }
  .foot .foot-main .main-cent .cent-logo img {
    width: 100%;
  }
  .foot .foot-main .main-cent .cent-text {
    margin-top: 0.16rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #fff;
  }
  .foot .foot-main .main-cent .cent-ewm {
    width: 2.2rem;
    height: auto;
    margin-top: 0.7rem;
  }
  .foot .foot-main .main-cent .cent-ewm .ewm-pic {
    width: 2.2rem;
    height: auto;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }
  .foot .foot-main .main-cent .cent-ewm .ewm-pic img {
    width: 100%;
  }
  .foot .foot-main .main-cent .cent-ewm .ewm-title {
    margin-top: 0.08rem;
    font-size: 0.26rem;
    text-align: center;
    color: #b4c8ec;
  }
  .foot .foot-main .main-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .foot .foot-main .main-cent .cent-share .share-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.2);
  }
  .foot .foot-main .main-cent .cent-share .share-item img {
    width: 0.42rem;
  }
  .foot .foot-main .main-cent .cent-share .share-item:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .foot .foot-main .main-web-cont {
    display: none;
    width: auto;
    height: auto;
  }
  .foot .foot-main .main-web-cont .cont-list {
    width: auto;
    height: auto;
  }
  .foot .foot-main .main-web-cont .cont-list .list-title {
    display: flex;
    justify-content: space-between;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.77rem;
    color: #fff;
  }
  .foot .foot-main .main-web-cont .cont-list .list-title:hover {
    text-decoration: underline;
  }
  .foot .foot-main .main-web-cont .cont-list .list-link {
    display: block;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #fff;
    opacity: 0.7;
  }
  .foot .foot-main .main-web-cont .cont-list .list-link:hover {
    font-weight: bold;
    opacity: 1;
  }
  .foot .foot-main .main-web-cont .cont-list .list-text {
    position: relative;
    width: auto;
    padding-left: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .foot .foot-main .main-web-cont .cont-list .list-text img {
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 16px;
  }
  .foot .foot-main .main-web-cont .cont-list .mt {
    margin-top: 0.2rem;
  }
  .foot .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 75%;
    height: auto;
  }
  .foot .foot-main .main-cont .cont-list {
    width: auto;
    height: auto;
  }
  .foot .foot-main .main-cont .cont-list .list-title {
    display: block;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1rem;
    color: #fff;
  }
  .foot .foot-main .main-cont .cont-list .list-title:hover {
    text-decoration: underline;
  }
  .foot .foot-main .main-cont .cont-list .list-link {
    display: block;
    font-size: 0.26rem;
    line-height: 0.56rem;
    color: #fff;
    opacity: 0.7;
  }
  .foot .foot-main .main-cont .cont-list .list-link:hover {
    font-weight: bold;
    opacity: 1;
  }
  .foot .foot-main .main-cont .cont-list .list-text {
    position: relative;
    width: 4.5rem;
    padding-left: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.56rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .foot .foot-main .main-cont .cont-list .list-text img {
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 16px;
  }
  .foot .foot-main .main-cont .cont-list .mt {
    margin-top: 0.2rem;
  }
  .foot .foot-bottom {
    width: 100%;
    height: auto;
    padding: 0.34rem 0.3rem;
    font-size: 0.26rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    border-top: solid 1px rgba(255, 255, 255, 0.12);
  }
  .foot .foot-bottom a {
    color: rgba(255, 255, 255, 0.7);
  }
  .foot .foot-bottom a:hover {
    text-decoration: underline;
    color: #ffffff;
  }
  .container {
    width: 100%;
    height: auto;
    margin-top: -0.7rem;
    overflow: hidden;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    margin-top: 0;
    background: none;
    background-size: 100% ;
  }
  .container .cont-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0 0;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-type {
    font-size: 0.34rem;
    color: #000000;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.3rem;
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-num {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-botton {
    display: block;
    width: 2.6rem;
    height: 0.75rem;
    margin-top: 1.5rem;
    font-family: 'Gilroy-Medium';
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #023894, #89c8ef 150%);
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-botton img {
    width: 0.2rem;
    margin: -0.04rem 0 0 0.04rem;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-cent .cent-botton:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-box .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-pagination {
    display: none;
    bottom: auto;
    left: auto;
    top: 40%;
    right: -0.9rem;
    width: 0.32rem;
    height: auto;
    padding: 0.2rem 0.1rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.1);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0;
    border: solid 2px #fff;
    background: none;
    opacity: 1;
  }
  .container .cont-plate1 .plate1-main .main-box .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .container .cont-plate1 .plate1-main .main-box-active {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .container .cont-plate1 .plate1-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0 0.5rem 0.3rem;
  }
  .container .cont-plate1 .plate1-bottom::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d4dfe5;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper {
    width: 100%;
    height: auto;
    padding-top: 15px;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide {
    width: calc(100% / 3);
    height: auto;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0;
    cursor: pointer;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box .box-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    border: solid 2px #d4dfe5;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
    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-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box .box-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #d4dfe5;
    box-sizing: border-box 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-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box .box-title {
    font-size: 0.3rem;
    text-align: center;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
    border: solid 2px #114470;
    background: #114470;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
    font-weight: bold;
    color: #114470;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide-on .slide-box .box-icon {
    border: solid 2px #114470;
    background: #114470;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .cont-swiper .swiper-slide-on .slide-box .box-title {
    font-weight: bold;
    color: #114470;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev,
  .container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next {
    position: absolute;
    top: 15px;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.55rem;
    border-radius: 50%;
    border: solid 2px #d4dfe5;
    background: #fff;
    outline: none;
    z-index: 9;
    cursor: pointer;
    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-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev img,
  .container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next img {
    width: 8px;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev:hover,
  .container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next:hover {
    border: solid 2px #114470;
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .cont-plate1 .plate1-bottom .bottom-cont .bottom-swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem 1rem;
    background: url(../images/plate2-bg.png) no-repeat top left;
    background-size: 100% ;
  }
  .container .cont-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding-top: 0.7rem;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-title {
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.26rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-botton {
    display: block;
    width: 2.6rem;
    height: 0.75rem;
    margin-top: 1.1rem;
    font-family: 'Gilroy-Medium';
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #023894, #89c8ef 150%);
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-botton img {
    width: 0.2rem;
    margin: -0.04rem 0 0 0.04rem;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-botton:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .container .cont-plate2 .plate2-main .main-pic-swiper {
    position: relative;
    width: 5.74rem;
    height: 5.74rem;
    margin: 0.5rem auto 0;
  }
  .container .cont-plate2 .plate2-main .main-pic-swiper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.28rem;
    height: 6.38rem;
    margin: -3.14rem 0 0 -3.14rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.6;
    animation: turn 4s linear infinite;
  }
  .container .cont-plate2 .plate2-main .main-pic-swiper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.35rem;
    height: 6.28rem;
    margin: -3.2rem 0 0 -3.24rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 6s linear infinite;
  }
  .container .cont-plate2 .plate2-main .main-pic-swiper .swiper-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-pic-swiper .swiper-box .pic-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-pic-swiper .swiper-box .pic-img img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-pic {
    position: relative;
    width: 5.74rem;
    height: 5.74rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate2 .plate2-main .main-pic .pic-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-pic .pic-img img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-pic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.28rem;
    height: 6.38rem;
    margin: -3.14rem 0 0 -3.14rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.6;
    animation: turn 4s linear infinite;
  }
  .container .cont-plate2 .plate2-main .main-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.35rem;
    height: 6.28rem;
    margin: -3.2rem 0 0 -3.24rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 6s linear infinite;
  }
  .container .cont-plate2 .plate2-main .main-data {
    width: 100%;
    height: auto;
    padding-top: 1.1rem;
    padding-left: 0;
  }
  .container .cont-plate2 .plate2-main .main-data .data-item {
    width: 5rem;
    height: auto;
    margin: 0 auto 0.5rem;
  }
  .container .cont-plate2 .plate2-main .main-data .data-item .item-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #114470;
  }
  .container .cont-plate2 .plate2-main .main-data .data-item .item-title2 {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .container .cont-plate2 .plate2-main .main-data .data-item .item-text {
    font-size: 0.3rem;
    color: #114470;
  }
  .container .cont-plate2 .plate2-main .main-data .data-item .item-text .num1 {
    font-family: 'DIN-BOLD';
    font-size: 0.9rem;
  }
  .container .cont-plate2 .plate2-main .main-data .data-item .item-text em {
    position: relative;
    margin-left: 0.18rem;
  }
  .container .cont-plate2 .plate2-main .main-data .data-item .item-text em::after {
    content: '+';
    position: absolute;
    top: -0.38rem;
    left: 0;
    font-family: 'DIN-BOLD';
    font-size: 0.38rem;
    font-weight: bold;
    color: #114470;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.6rem;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-pic {
    width: 4.2rem;
    height: 4.2rem;
    margin: 0 auto;
    -webkit-appearance: none;
    border-radius: 50%;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-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;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-title {
    margin: 0.3rem 0 0.18rem;
    font-family: 'gilroy-regular';
    font-size: 0.28rem;
    text-align: center;
    color: #5c96cb;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #333;
  }
  .container .cont-plate3 .plate3-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));
  }
  .container .cont-plate3 .plate3-main .cent-botton {
    display: block;
    width: 2.6rem;
    height: 0.75rem;
    margin: 0.6rem auto 0;
    font-family: 'Gilroy-Medium';
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #023894, #89c8ef 150%);
  }
  .container .cont-plate3 .plate3-main .cent-botton img {
    width: 0.2rem;
    margin: -0.04rem 0 0 0.04rem;
  }
  .container .cont-plate3 .plate3-main .cent-botton:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem 0.6rem;
    background: url(../images/about/plate1-bg.jpg) no-repeat right 0.6rem;
    background-size: 100%;
  }
  .about .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate1 .plate1-main .main-cent {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cent::after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.9rem;
    width: 1.05rem;
    height: 1rem;
    background: url(../images/about/plate1-yinghao.png) no-repeat center;
    background-size: 100%;
  }
  .about .about-plate1 .plate1-main .main-cent .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .about .about-plate1 .plate1-main .main-cent .main-text {
    margin-top: 0.32rem;
    padding-right: 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.56rem;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item {
    width: auto;
    height: auto;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #114470;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-title2 {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text {
    font-size: 0.26rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text .num1 {
    font-family: 'DIN-BOLD';
    font-size: 0.5rem;
    color: #114470;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text em {
    position: relative;
    margin-left: 0.18rem;
  }
  .about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text em::after {
    content: '+';
    position: absolute;
    top: -0.38rem;
    left: 0;
    font-family: 'DIN-BOLD';
    font-size: 0.28rem;
    font-weight: bold;
    color: #114470;
  }
  .about .about-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.8rem;
  }
  .about .about-plate1 .plate1-main .main-cont .main-pic-swiper {
    position: relative;
    width: 5rem;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cont .main-pic-swiper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6.68rem;
    height: 6.73rem;
    margin: -3.36rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 4s linear infinite;
  }
  .about .about-plate1 .plate1-main .main-cont .main-pic-swiper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6.8rem;
    height: 6.73rem;
    margin: -3.5rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 6s linear infinite;
  }
  .about .about-plate1 .plate1-main .main-cont .main-pic-swiper .swiper-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-cont .main-pic-swiper .swiper-box .pic-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-cont .main-pic-swiper .swiper-box .pic-img img {
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic {
    position: relative;
    width: 6rem;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic .pic-img {
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic .pic-img img {
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    opacity: 0.5;
    z-index: 9;
    cursor: pointer;
    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-plate1 .plate1-main .main-cont .cont-pic .pic-play img {
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play:hover {
    opacity: 1;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6.68rem;
    height: 6.73rem;
    margin: -3.36rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 4s linear infinite;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6.8rem;
    height: 6.73rem;
    margin: -3.5rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 6s linear infinite;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic span {
    position: absolute;
    top: 60%;
    left: 0;
    display: none;
    width: 1.34rem;
    height: 1.34rem;
    padding-top: 0.34rem;
    font-size: 0.3rem;
    font-style: italic;
    text-align: center;
    line-height: 0.3rem;
    color: #fff;
    border-radius: 50%;
    background: #53a7dd;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
  }
  .about .about-plate1 .plate1-main .main-cont .cont-pic span em {
    font-size: 18px;
    font-style: italic;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 1.3rem;
  }
  .about .about-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    margin-bottom: 0.3rem;
    background: #f8fafb;
    border-radius: 0.2rem;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-title {
    margin: 0.3rem 0 0.1rem;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.4rem;
    text-align: center;
    color: #051323;
  }
  .about .about-plate2 .plate2-main .main-cont .cont-item .item-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.7rem 0.3rem 0.5rem;
    background: url(../images/about/plate3-bg.png) no-repeat left top;
    background-size: 100%;
  }
  .about .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    padding: 0.6rem 0.3rem;
    background: #fff;
    box-shadow: 0.05rem 0 0.3rem rgba(1, 56, 148, 0.06);
    border-radius: 0.2rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon {
    width: 1rem;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent {
    width: calc(100% - 1rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
    margin-bottom: 0.12rem;
    font-size: 0.4rem;
    color: #000;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 0rem 0.3rem 0.6rem;
    background: url(../images/about/plate4-bg.jpg) no-repeat left 0.4rem;
    background-size: 100%;
  }
  .about .about-plate4 .palte4-box {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate4 .palte4-box .box-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .palte4-box .box-main .main-cent {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.55rem 0;
  }
  .about .about-plate4 .palte4-box .box-main .main-cent .cent-year {
    margin-bottom: 0.16rem;
    font-family: 'gilroy-bold';
    font-size: 1rem;
    color: #114470;
  }
  .about .about-plate4 .palte4-box .box-main .main-cent .cent-text {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont {
    display: none;
    width: 50%;
    height: auto;
    padding: 0 0.9rem 0 2rem;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic {
    position: relative;
    width: 5rem;
    height: auto;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic img {
    width: 100%;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.68rem;
    height: 6.73rem;
    margin: -3.36rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 4s linear infinite;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.8rem;
    height: 6.73rem;
    margin: -3.5rem 0 0 0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 6s linear infinite;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span {
    position: absolute;
    top: 60%;
    right: 0;
    display: block;
    width: 1.34rem;
    height: 1.34rem;
    padding-top: 0.34rem;
    font-size: 0.3rem;
    font-style: italic;
    text-align: center;
    line-height: 0.3rem;
    color: #fff;
    border-radius: 50%;
    background: #53a7dd;
    transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    z-index: 9;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span em {
    font-size: 18px;
    font-style: italic;
  }
  .about .about-plate4 .plate4-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    --swiper-theme-color: #114470;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #114470;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 0.3rem;
    /* 设置按钮大小 */
  }
  .about .about-plate4 .plate4-bottom .bottom-top {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-bottom .bottom-top img {
    width: auto;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 4);
    height: auto;
    margin: 0.3rem 0;
    cursor: pointer;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num {
    position: relative;
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::before {
    content: '';
    position: absolute;
    top: -0.16rem;
    left: 50%;
    width: 10px;
    height: 6px;
    background: url(../images/icon/icon-about-plate4-sanjiao1.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::after {
    content: '';
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
    width: 10px;
    height: 6px;
    background: url(../images/icon/icon-about-plate4-sanjiao2.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::before {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::after {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::before {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::after {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .swiper-button-next,
  .about .about-plate4 .plate4-bottom .swiper-button-prev {
    top: -2.5rem;
    z-index: 9;
  }
  .about .about-plate4 .plate4-bottom .swiper-button-next {
    right: -0.2rem;
  }
  .about .about-plate4 .plate4-bottom .swiper-button-prev {
    left: -0.2rem;
  }
  .about .about-plate5 {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .about .about-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .about .about-plate5 .plate5-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate5 .plate5-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    padding: 0.8rem 0 1.5rem;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #fff;
    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-cont .cont-swiper .swiper-slide .slide-pic img {
    width: 100%;
    border: solid 0.1rem #fff;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    width: 100%;
    height: 0.59rem;
    background: url(../images/about/plate5-yinying.png) no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-active {
    z-index: 59 !important;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    position: absolute;
    top: auto;
    bottom: -0.4rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: solid 1px #114470;
    z-index: 9;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: auto;
    transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    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-cont .plate5-swiper-button-prev .img2,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover {
    background: #114470;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
    left: 30%;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    right: 30%;
  }
  .about .about-plate6 {
    width: 100%;
    height: auto;
    padding: 1.7rem 0.3rem 0.8rem;
    background: url(../images/about/plate6-bg.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .about .about-plate6 .plate6-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate6 .plate6-top .top-title {
    width: auto;
    height: auto;
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .about .about-plate6 .plate6-top .top-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0.6rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #3d3d3d;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: #114470;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title:hover {
    color: #114470;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title-active {
    color: #114470 !important;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title-active::after {
    transform: scale(1, 1) translateZ(0) !important;
    -o-transform: scale(1, 1) translateZ(0) !important;
    -moz-transform: scale(1, 1) translateZ(0) !important;
    -webkit-transform: scale(1, 1 translateZ(0)) !important;
  }
  .about .about-plate6 .plate6-main {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .about .about-plate6 .plate6-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 1.4rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.5rem 0.5rem;
    border-radius: 0.1rem;
    background: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 27px;
    height: 27px;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-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;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
    margin: 0.2rem 0 0.36rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-time {
    font-family: 'MontserratBold';
    font-size: 0.3rem;
    color: #d4dfe5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover {
    background: #114470;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-text,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-time {
    color: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination {
    bottom: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #114470;
    opacity: 0.5;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 0.45rem;
    opacity: 1;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.9rem;
    height: 0.9rem;
    border: solid 1px #114470;
    cursor: pointer;
    z-index: 9;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev img,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    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-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev .img2,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover {
    background: #114470;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img2,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img1,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev {
    left: 30%;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
    right: 30%;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .about .about-plate7 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.7rem;
    margin-top: 0.5rem;
    background: url(../images/about/plate7-bg.png) no-repeat left top;
    background-size: 100%;
  }
  .about .about-plate7 .plate7-web-title {
    position: static;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
    z-index: 9;
  }
  .about .about-plate7 .plate7-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 1.2rem;
  }
  .about .about-plate7 .plate7-main::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.05rem;
    height: 1rem;
    background: url(../images/about/plate1-yinghao.png) no-repeat center;
    background-size: 100%;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic {
    width: 100%;
    padding-left: 0;
    text-align: center;
    overflow: hidden;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: auto;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 1rem;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-title {
    display: none;
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-year {
    margin-top: 0.1rem;
    font-family: 'Gilroy-Light';
    font-size: 0.58rem;
    color: #114470;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.34rem;
    line-height: 0.52rem;
    color: #000;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button {
    position: absolute;
    bottom: 0;
    left: 0.82rem;
    width: 2rem;
    height: 0.5rem;
    z-index: 9;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination {
    bottom: auto;
    font-family: 'Gilroy-Medium';
    font-size: 0.3rem;
    color: #999999;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination .swiper-pagination-current {
    font-size: 0.38rem;
    color: #114470;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 19;
    cursor: pointer;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev img,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev .img2,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img2,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img2 {
    opacity: 1 !important;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img1,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev {
    right: 0;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
    left: 0;
  }
  .about .about-plate7 .plate8-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate7 .plate8-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate7 .plate8-main .main-map {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0 ;
  }
  .about .about-plate7 .plate8-main .main-map .map-pic {
    width: 100%;
    height: auto;
  }
  .about .about-plate7 .plate8-main .main-map .map-pic img {
    width: 100%;
  }
  .about .about-plate7 .plate8-main .main-map .pic-item {
    position: absolute;
    top: 2.74rem;
    right: 2.6rem;
    width: 0.23rem;
    height: auto;
  }
  .about .about-plate7 .plate8-main .main-map .pic-item img {
    width: 100%;
  }
  .about .about-plate7 .plate8-main .main-web-map {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate7 .plate8-main .main-web-map img {
    width: 100%;
  }
  .about .about-plate7 .plate8-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0;
  }
  .about .about-plate7 .plate8-main .main-pic img {
    width: 100%;
  }
  .test {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .test .test-cont {
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem 2rem;
    background: url(../images/about/plate1-bg.jpg) no-repeat right 0.6rem;
    background-size: 100%;
  }
  .test .test-cont .cont-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .test .test-cont .cont-main .main-cent {
    position: relative;
    width: 100%;
    height: auto;
  }
  .test .test-cont .cont-main .main-cent::after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.8rem;
    width: 1.05rem;
    height: 1rem;
    background: url(../images/about/plate1-yinghao.png) no-repeat center;
    background-size: 100%;
  }
  .test .test-cont .cont-main .main-cent .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .test .test-cont .cont-main .main-cent .main-text {
    margin-top: 0.32rem;
    padding-right: 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .test .test-cont .cont-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-left: 0.6rem;
  }
  .test .test-cont .cont-main .main-cont .cont-pic {
    position: relative;
    width: 5rem;
    height: auto;
  }
  .test .test-cont .cont-main .main-cont .cont-pic img {
    width: 100%;
  }
  .test .test-cont .cont-main .main-cont .cont-pic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.68rem;
    height: 5.73rem;
    margin: -2.75rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 4s linear infinite;
  }
  .test .test-cont .cont-main .main-cont .cont-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.8rem;
    height: 5.73rem;
    margin: -2.9rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 6s linear infinite;
  }
  .test .test-cont .cont-main .main-cont .cont-pic span {
    position: absolute;
    top: 60%;
    left: 0;
    display: block;
    width: 1.34rem;
    height: 1.34rem;
    padding-top: 0.34rem;
    font-size: 0.3rem;
    font-style: italic;
    text-align: center;
    line-height: 0.3rem;
    color: #fff;
    border-radius: 50%;
    background: #53a7dd;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
  }
  .test .test-cont .cont-main .main-cont .cont-pic span em {
    font-size: 18px;
    font-style: italic;
  }
  .support {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
  }
  .support .support-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    padding-top: 0;
  }
  .support .support-top .top-pic {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .support .support-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;
  }
  .support .support-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    background: #f6f8fa;
  }
  .support .support-top .top-cent .cent-time {
    font-family: 'MontserratBold';
    font-size: 0.4rem;
    color: #d4dfe5;
  }
  .support .support-top .top-cent .cent-title {
    display: block;
    margin-top: 0.16rem;
    font-size: 0.44rem;
    font-weight: bold;
    line-height: 0.58rem;
    color: #333;
  }
  .support .support-top .top-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .support .support-top .top-cent .cent-botton {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.4rem;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50%;
    border: solid 2px #bbbbbb;
  }
  .support .support-top .top-cent .cent-botton img {
    width: 7px;
  }
  .support .support-top .top-cent .cent-botton:hover {
    width: 0.45rem;
    border-radius: 45px;
  }
  .support .support-top:hover .top-cent .cent-title {
    color: #114470;
  }
  .support .support-top:hover .top-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .support .support-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .support .support-main .main-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 1px #f0f0f0;
  }
  .support .support-main .main-list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #114470;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .support .support-main .main-list .list-pic {
    width: 100%;
    height: auto;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .support .support-main .main-list .list-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .support .support-main .main-list .list-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));
  }
  .support .support-main .main-list .list-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
  }
  .support .support-main .main-list .list-cent .cent-time {
    padding-top: 0.1rem;
    font-family: 'gilroy-regular';
    font-size: 0.28rem;
    color: #5c96cb;
  }
  .support .support-main .main-list .list-cent .cent-title {
    margin: 0.2rem 0 0.12rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .support .support-main .main-list .list-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .support .support-main .main-list .list-cent .cent-botton {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.4rem;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50%;
    border: solid 2px #bbbbbb;
  }
  .support .support-main .main-list .list-cent .cent-botton img {
    width: 7px;
  }
  .support .support-main .main-list .list-cent .cent-botton:hover {
    width: 0.45rem;
    border-radius: 45px;
  }
  .support .support-main .main-list:hover::after {
    width: 100%;
  }
  .support .support-main .main-list:hover .list-cent .cent-title {
    color: #114470;
  }
  .support .mail-load {
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5rem;
  }
  .support .mail-load a {
    color: #114470;
  }
  .support .mail-load a img {
    width: 0.5rem;
    margin: -0.04rem 0.12rem 0 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .support .mail-load a:hover img {
    margin: -0.04rem 0.04rem 0 0;
  }
  .news {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
  .news .news-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 1rem;
  }
  .news .news-top .top-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .news .news-top .top-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .news .news-top .top-box .box-left {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
    background: #fff;
    border-bottom-left-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    box-shadow: 0.08rem 0 0.25rem rgba(1, 56, 148, 0.07);
  }
  .news .news-top .top-box .box-left .left-pic {
    width: 100%;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
    overflow: hidden;
  }
  .news .news-top .top-box .box-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;
  }
  .news .news-top .top-box .box-left .left-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
  }
  .news .news-top .top-box .box-left .left-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-top .top-box .box-left .left-cent .cent-time {
    font-family: 'gilroy-regular';
    font-size: 0.28rem;
    color: #5c96cb;
  }
  .news .news-top .top-box .box-left .left-cent .cent-text {
    margin-top: 0.14rem;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-top .top-box .box-left:hover .left-cent .cent-title {
    color: #114470;
  }
  .news .news-top .top-box .box-left:hover .left-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-top .top-box .box-right {
    width: 100%;
    height: auto;
  }
  .news .news-top .top-box .box-right .right-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
    background: #fff;
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
    box-shadow: 0.08rem 0 0.25rem rgba(1, 56, 148, 0.07);
  }
  .news .news-top .top-box .box-right .right-list:last-of-type {
    margin-bottom: 0;
  }
  .news .news-top .top-box .box-right .right-list .list-cent {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-top .top-box .box-right .right-list .list-cent .cent-time {
    font-family: 'gilroy-regular';
    font-size: 0.28rem;
    color: #5c96cb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-top .top-box .box-right .right-list .list-cent .cent-title {
    margin: 0.2rem 0 0.12rem;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-top .top-box .box-right .right-list .list-cent .cent-text {
    display: block;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .news-top .top-box .box-right .right-list .list-cent .cent-botton {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.4rem;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50%;
    border: solid 2px #bbbbbb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-top .top-box .box-right .right-list .list-cent .cent-botton img {
    width: 7px;
  }
  .news .news-top .top-box .box-right .right-list .list-cent .cent-botton:hover {
    width: 0.45rem;
    border-radius: 45px;
  }
  .news .news-top .top-box .box-right .right-list .list-pic {
    width: 100%;
    border-top-right-radius: 0.1rem;
    border-top-left-radius: 0.1rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .news .news-top .top-box .box-right .right-list .list-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-top .top-box .box-right .right-list:hover .cent-title {
    color: #114470;
  }
  .news .news-top .top-box .box-right .right-list:hover .list-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .news .news-main .main-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 1px #f0f0f0;
  }
  .news .news-main .main-list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #114470;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .news .news-main .main-list .list-pic {
    width: 100%;
    height: auto;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .news .news-main .main-list .list-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-list .list-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));
  }
  .news .news-main .main-list .list-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
  }
  .news .news-main .main-list .list-cent .cent-time {
    padding-top: 0.1rem;
    font-family: 'gilroy-regular';
    font-size: 0.28rem;
    color: #5c96cb;
  }
  .news .news-main .main-list .list-cent .cent-title {
    margin: 0.2rem 0 0.12rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-list .list-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-list .list-cent .cent-botton {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.4rem;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50%;
    border: solid 2px #bbbbbb;
  }
  .news .news-main .main-list .list-cent .cent-botton img {
    width: 7px;
  }
  .news .news-main .main-list .list-cent .cent-botton:hover {
    width: 0.45rem;
    border-radius: 45px;
  }
  .news .news-main .main-list:hover::after {
    width: 100%;
  }
  .news .news-main .main-list:hover .list-cent .cent-title {
    color: #114470;
  }
  .news .mail-load {
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5rem;
  }
  .news .mail-load a {
    color: #114470;
  }
  .news .mail-load a img {
    width: 0.5rem;
    margin: -0.04rem 0.12rem 0 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .mail-load a:hover img {
    margin: -0.04rem 0.04rem 0 0;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.5rem 0.3rem 1.4rem;
    overflow: hidden;
  }
  .contact .contact-form {
    width: 100%;
    height: auto;
    margin: 0 auto 1.2rem;
  }
  .contact .contact-form .form-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
  }
  .contact .contact-form .form-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .contact .contact-form .form-box .form-list,
  .contact .contact-form .form-box .form-list2,
  .contact .contact-form .form-box .form-list3 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .contact .contact-form .form-box .form-list .list-title,
  .contact .contact-form .form-box .form-list2 .list-title,
  .contact .contact-form .form-box .form-list3 .list-title {
    font-family: 'Gilroy-Medium';
    font-size: 0.28rem;
    color: #000;
  }
  .contact .contact-form .form-box .form-list .list-title span,
  .contact .contact-form .form-box .form-list2 .list-title span,
  .contact .contact-form .form-box .form-list3 .list-title span {
    color: #f00;
  }
  .contact .contact-form .form-box .form-list input,
  .contact .contact-form .form-box .form-list2 input,
  .contact .contact-form .form-box .form-list3 input {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.04rem;
    padding: 0 0.3rem;
    font-family: 'Gilroy-Light';
    font-size: 0.26rem;
    color: #000;
    border: solid 1px #eeeeee;
    border-radius: 0.06rem;
    background: #f9f9f9;
  }
  .contact .contact-form .form-box .form-list2 {
    width: 100%;
  }
  .contact .contact-form .form-box .form-list3 {
    width: 100%;
  }
  .contact .contact-form .form-box .form-list3 textarea {
    width: 100%;
    height: 1.5rem;
    margin-top: 0.04rem;
    padding: 0.12rem 0.3rem;
    font-family: 'Gilroy-Light';
    font-size: 0.26rem;
    color: #000;
    border: solid 1px #eeeeee;
    border-radius: 0.06rem;
    background: #f9f9f9;
  }
  .contact .contact-form .form-box .form-choice {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .contact .contact-form .form-box .form-choice input[type="radio"],
  .contact .contact-form .form-box .form-choice input[type="checkbox"] {
    display: none;
  }
  .contact .contact-form .form-box .form-choice .choice-item {
    display: flex;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'Gilroy-Medium';
    font-size: 0.28rem;
    color: #000;
    cursor: pointer;
  }
  .contact .contact-form .form-box .form-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: solid 1px #ccc;
  }
  .contact .contact-form .form-box .form-choice .choice-item span img {
    position: absolute;
    top: -20%;
    left: 15%;
    width: 15px;
    height: auto;
    opacity: 0;
  }
  .contact .contact-form .form-box .form-choice input:checked + label .choice-item span img {
    opacity: 1;
  }
  .contact .contact-form .form-box .form-choice .choice-text {
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    color: #000;
  }
  .contact .contact-form .form-botton {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.35rem;
    font-family: 'gilroy-regular';
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.06rem;
    background: #013894;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-form .form-botton:hover {
    transform: translatey(-8px);
    -o-transform: translatey(-8px);
    -moz-transform: translatey(-8px);
    -webkit-transform: translatey(-8px);
  }
  .contact .contact-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-cent {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-cent .cent-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
  }
  .contact .contact-main .main-cent .cent-English {
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
    font-family: 'Gilroy-Light';
    font-size: 0.34rem;
    color: #114470;
  }
  .contact .contact-main .main-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0.26rem;
  }
  .contact .contact-main .main-cent .cent-item .item-icon {
    width: 0.42rem;
    height: auto;
  }
  .contact .contact-main .main-cent .cent-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-cent .cent-item .item-text {
    width: calc(100% - 0.42rem);
    height: auto;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    color: #666;
  }
  .contact .contact-main .main-cent .cent-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-cent .cent-bottom .bottom-ewm {
    width: 31%;
    height: auto;
    margin-top: 0.1rem;
    margin-right: 0;
  }
  .contact .contact-main .main-cent .cent-bottom .bottom-ewm .ewm-pic {
    width: 100%;
    height: auto;
    box-shadow: 0.03rem 0 0.2rem rgba(0, 0, 0, 0.08);
  }
  .contact .contact-main .main-cent .cent-bottom .bottom-ewm .ewm-pic img {
    width: 100%;
  }
  .contact .contact-main .main-cent .cent-bottom .bottom-ewm .ewm-title {
    margin-top: 0.14rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
  }
  .contact .contact-main .main-map {
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .contact .contact-main .main-map img {
    width: 100%;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 1.3rem;
    overflow: hidden;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 1.3rem;
  }
  .product .product-main .main-nav {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }
  .product .product-main .main-nav .nav-item {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    border-bottom: dotted 1px #e8edf5;
  }
  .product .product-main .main-nav .nav-item a {
    font-size: 0.28rem;
    color: #666;
  }
  .product .product-main .main-nav .nav-item a:hover {
    font-weight: bold;
    color: #114470;
  }
  .product .product-main .main-nav .nav-item-active a {
    font-weight: bold;
    color: #114470;
  }
  .product .product-main .main-cont {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-top {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-top .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-top .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    text-align: center;
    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));
    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-top .swiper-slide .slide-pic img {
    width: 80%;
  }
  .product .product-main .main-cont .cont-top .swiper-slide-active {
    z-index: 9;
  }
  .product .product-main .main-cont .cont-top .swiper-slide-active .slide-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));
  }
  .product .product-main .main-cont .cont-top .swiper-pagination {
    bottom: 0.7rem;
  }
  .product .product-main .main-cont .cont-top .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #114470;
    opacity: 0.5;
    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-top .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 0.45rem;
    opacity: 1;
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-prev,
  .product .product-main .main-cont .cont-top .top-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #114470;
    z-index: 9;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-prev img,
  .product .product-main .main-cont .cont-top .top-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    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;
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-prev .img2,
  .product .product-main .main-cont .cont-top .top-swiper-button-next .img2 {
    opacity: 0;
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-prev:hover,
  .product .product-main .main-cont .cont-top .top-swiper-button-next:hover {
    background: #114470;
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-prev:hover .img2,
  .product .product-main .main-cont .cont-top .top-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-prev:hover .img1,
  .product .product-main .main-cont .cont-top .top-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-prev {
    left: 0;
  }
  .product .product-main .main-cont .cont-top .top-swiper-button-next {
    right: 0;
  }
  .product .product-main .main-cont .cont-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #114470;
  }
  .product .product-main .main-cont .cont-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .product .product-main .main-cont .cont-subtitle {
    margin-top: 0.7rem;
    font-size: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .product .product-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0;
    border-bottom: solid 1px #ebebeb;
  }
  .product .product-main .main-cont .cont-cent:last-of-type {
    border-bottom: none;
  }
  .product .product-main .main-cont .cont-cent .cent-title {
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #114470;
  }
  .product .product-main .main-cont .cont-cent .cent-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .product .product-main .main-cont .cont-describe {
    width: 100%;
    height: auto;
    padding: 0.35rem 0;
  }
  .product .product-main .main-cont .cont-describe .describe-title {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.44rem;
    color: #333;
  }
  .product .product-main .main-cont .cont-describe .describe-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .product .product-main .main-cont .cont-describe .describe-pic {
    width: 100%;
    height: auto;
    margin-top: 0.04rem;
  }
  .product .product-main .main-cont .cont-describe .describe-pic img {
    width: 100%;
  }
  .product .product-bottom {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
    border-top: solid 1px #f0f0f0;
  }
  .product .product-bottom .bottom-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-bottom .bottom-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .product .product-bottom .bottom-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-left: 0;
    background: linear-gradient(0deg, #f6f8fa, #f9fbfc);
    border-radius: 0.2rem;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    padding: 0.3rem;
    overflow: hidden;
  }
  .product .product-bottom .bottom-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;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin: 0 ;
    padding-bottom: 0.5rem;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-botton {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.36rem;
    text-align: center;
    line-height: 0.52rem;
    border-radius: 50%;
    border: solid 2px #bbbbbb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-botton img {
    width: 7px;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item .item-cent .cent-botton:hover {
    width: 0.75rem;
    border-radius: 45px;
  }
  .product .product-bottom .bottom-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #114470;
  }
  .product .product-bottom .bottom-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));
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #114470;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.36rem 0 0.6rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'gilroy-bold';
    font-size: 0.26rem;
    color: #d4dfe5;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
    width: 18px;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box .box-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box .box-text span {
    font-weight: bold;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box .box-pic img {
    width: 100%;
  }
  .newsDetail .newsDetail-main .main-list {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 ;
    background: #fff;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #393435;
  }
  .newsDetail .newsDetail-main .main-list .list-English {
    margin-top: 0.1rem;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #999;
  }
  .newsDetail .newsDetail-main .main-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
    border-bottom: solid 1px #f5f5f5;
  }
  .newsDetail .newsDetail-main .main-list .list-item:last-of-type {
    margin-bottom: 0.5rem;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-title {
    font-size: 0.34rem;
    line-height: 0.5rem;
    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;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-title:hover {
    text-decoration: underline;
  }
  .newsDetail .newsDetail-main .main-list .list-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;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-time {
    margin-top: 0.2rem;
    font-family: 'gilroy-regular';
    font-size: 0.26rem;
    color: #114470;
  }
  .newsDetail .newsDetail-main .main-list .list-item:hover .item-title {
    color: #114470;
  }
  .newsDetail .newsDetail-main .main-list .list-link {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-link a {
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-link a:hover {
    text-decoration: underline;
    color: #114470;
  }
  .newsDetail .newsDetail-main .main-list .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-share .share-item {
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #ededed;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail .newsDetail-main .main-list .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-share .share-item:hover {
    border: solid 1px #114470;
    background: #114470;
  }
  .newsDetail .newsDetail-main .main-list .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-list .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-botton {
    display: block;
    width: 100%;
    height: 0.9rem;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #023894, #89c8ef);
  }
  .newsDetail .newsDetail-main .main-list .list-botton img {
    width: 14px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-main .main-list .list-botton:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.5rem 0;
  }
  .recruit .recruit-main .main-top .top-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .recruit .recruit-main .main-top .top-select .select-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.9rem 0 0.5rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #666666;
    background: #fff;
    border: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    cursor: pointer;
  }
  .recruit .recruit-main .main-top .top-select .select-title .select-icon {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 10px;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .recruit .recruit-main .main-top .top-select .select-ul {
    position: absolute;
    width: 100%;
    height: 0;
    margin-top: -1px;
    background: #fff;
    z-index: 199;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-top .top-select .select-ul .select-li {
    width: 100%;
    height: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    text-align: center;
    color: #999;
    cursor: pointer;
  }
  .recruit .recruit-main .main-top .top-select:last-of-type .select-title {
    border-right: solid 1px #f5f5f5;
  }
  .recruit .recruit-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 0.6rem;
  }
  .recruit .recruit-main .main-cont .cont-box:nth-child(4n + 1) {
    margin-left: 0;
  }
  .recruit .recruit-main .main-cont .cont-box .box-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.5rem 0.5rem;
    background: #f6f8fa;
    border-radius: 0.2rem;
  }
  .recruit .recruit-main .main-cont .cont-box .box-item .item-title {
    margin-bottom: 0.24rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #393435;
  }
  .recruit .recruit-main .main-cont .cont-box .box-item .item-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit .recruit-main .main-cont .cont-box .box-item .cent-botton {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.24rem;
    text-align: center;
    line-height: 0.52rem;
    border-radius: 50%;
    border: solid 2px #bbbbbb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-box .box-item .cent-botton img {
    width: 7px;
  }
  .recruit .recruit-main .main-cont .cont-box .box-item .cent-botton:hover {
    width: 0.45rem;
    border-radius: 45px;
  }
  .recruit .recruit-main .main-cont .cont-box .box-item:hover {
    box-shadow: 0 0 0.3rem rgba(1, 56, 148, 0.16);
    transform: translatey(-0.15rem);
    -o-transform: translatey(-0.15rem);
    -moz-transform: translatey(-0.15rem);
    -webkit-transform: translatey(-0.15rem);
  }
  .recruit .recruit-main .mail-load {
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5rem;
  }
  .recruit .recruit-main .mail-load a {
    color: #114470;
  }
  .recruit .recruit-main .mail-load a img {
    width: 0.5rem;
    margin: -0.04rem 0.12rem 0 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .mail-load a:hover img {
    margin: -0.04rem 0.04rem 0 0;
  }
  .life {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .life .lise-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .life .lise-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .life .lise-main .main-bg {
    display: none;
    position: absolute;
    top: 4.8rem;
    left: 0;
    width: 2.27rem;
    height: auto;
  }
  .life .lise-main .main-bg img {
    width: 100%;
  }
  .life .lise-main .main-bg2 {
    display: none;
    position: absolute;
    top: 6rem;
    right: 2rem;
    width: 0.8rem;
    height: auto;
  }
  .life .lise-main .main-bg2 img {
    width: 100%;
  }
  .life .lise-main .main-bg3 {
    display: none;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    width: 0.8rem;
    height: auto;
  }
  .life .lise-main .main-bg3 img {
    width: 100%;
  }
  .life .lise-main .main-bg4 {
    display: none;
    position: absolute;
    bottom: 0.5rem;
    right: 2rem;
    width: 2.24rem;
    height: auto;
  }
  .life .lise-main .main-bg4 img {
    width: 100%;
  }
  .life .lise-main .main-box {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .life .lise-main .main-box .box-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .life .lise-main .main-box .box-list .list-item .item-pic {
    width: 100%;
  }
  .life .lise-main .main-box .box-list .list-item .item-pic img {
    width: 100%;
  }
  .life .lise-main .main-box .box-list .list-item .item-title {
    font-size: 18px;
    text-align: center;
    color: #333;
  }
  .life .lise-main .main-box .box-list .item1 {
    width: 7.16rem;
    height: auto;
  }
  .life .lise-main .main-box .box-list .item2 {
    width: 4.86rem;
    height: auto;
    margin-top: 3.5rem;
  }
  .life .lise-main .main-box .box-list .item2 .item-title {
    margin-top: 0.3rem;
    padding-right: 0.5rem;
  }
  .life .lise-main .main-box .box-list .item3 {
    width: 7.17rem;
    height: auto;
  }
  .life .lise-main .main-box .box-list .item3 .item-title {
    margin-top: 0.2rem;
    padding-right: 2.5rem;
  }
  .life .lise-main .main-box .box-list .item4 {
    width: 8.75rem;
    height: auto;
    margin-top: -1rem;
  }
  .life .lise-main .main-box .box-list .item4 .item-title {
    margin-top: 0.1rem;
    padding-right: 0.5rem;
  }
  .life .lise-main .main-box .box-list .item5 {
    width: 5.99rem;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .life .lise-main .main-box .box-list .item5 .item-title {
    margin-top: 0.1rem;
    padding-right: 0.5rem;
  }
  .life .lise-main .main-box .box-list .item6 {
    width: 6.99rem;
    height: auto;
  }
  .life .lise-main .main-box .box-list .item6 .item-title {
    margin-top: 0.1rem;
  }
  .life .lise-main .main-web-box {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .life .lise-main .main-web-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .life .lise-main .main-web-box .box-cont .cont-link {
    width: 47%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .life .lise-main .main-web-box .box-cont .cont-link .link-pic {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .life .lise-main .main-web-box .box-cont .cont-link .link-pic img {
    width: 100%;
  }
  .life .lise-main .main-web-box .box-cont .cont-link .link-title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .life .lise-main .mail-load {
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5rem;
  }
  .life .lise-main .mail-load a {
    color: #114470;
  }
  .life .lise-main .mail-load a img {
    width: 0.5rem;
    margin: -0.04rem 0.12rem 0 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .life .lise-main .mail-load a:hover img {
    margin: -0.04rem 0.04rem 0 0;
  }
  .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;
  }
  .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 199;
    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;
  }
  .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 30px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .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;
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
  }
  .popup .popup-main {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .popup .popup-main .main-pic {
    width: auto;
    height: auto;
  }
  .popup .popup-main .main-pic img {
    max-width: 100%;
    width: auto;
  }
  .popup .popup-main .main-hidden {
    position: absolute;
    top: -28px;
    right: -16px;
    width: 25px;
    cursor: pointer;
  }
  .popup .popup-main .main-hidden img {
    width: 100%;
  }
  .float-main {
    position: fixed;
    bottom: 20%;
    right: 0.1rem;
    width: 0.8rem;
    height: auto;
  }
  .float-main .main-item {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .float-main .main-item img {
    width: 100%;
  }
  .float-main .main-item:hover {
    background: #114470;
  }
  .float-main .main-item2 {
    display: block;
    position: absolute;
    top: 0.9rem;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.1rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .float-main .main-item2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .float-main .main-item2 .item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .float-main .main-item2:hover {
    width: 1.6rem;
    border-radius: 0.45rem;
    background: #059dff;
  }
  .float-main .main-item2:hover .item-title {
    opacity: 1;
  }
  .float-main .main-item2:hover img {
    opacity: 0;
  }
}
@media screen and (max-width: 800px) {
  header .head-banner .banner-pic {
    height: 6rem !important;
  }
  .foot .foot-main .main-cont {
    display: none;
  }
}
