.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'ARCHIVO-BOLD';
  src: url(../fonts/ARCHIVO-BOLD.TTF);
}
@media screen and (max-width: 1600px) {
  .plate2-cont,
  .plate5-cont,
  .plate5-bottom {
    padding: 0 0.5rem 0;
  }
  .plate4-cent {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 1004px) {
  .head {
    padding: 0 0.3rem;
  }
  .head .head-logo {
    width: 35%;
  }
  .head .head-right {
    justify-content: flex-end;
    align-items: center;
    width: 65%;
  }
  .head .head-right .head-nav {
    display: none;
  }
  .head .head-right .head-search {
    position: relative;
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
  }
  .head .head-right .head-search .search-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    z-index: 9;
    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%);
  }
  .head .head-right .head-search .search-pic2,
  .head .head-right .head-search .search-pic3 {
    opacity: 0;
  }
  .head .head-right .head-search .head-input {
    display: none;
  }
  .head .head-right .head-menu {
    display: block;
    width: 0.8rem;
    margin-left: 0.2rem;
  }
  .head:hover {
    background: none;
  }
  .head:hover .head-pic {
    opacity: 1;
  }
  .head:hover .pic-active {
    opacity: 0;
  }
  .head:hover .search-pic {
    opacity: 1;
  }
  .head:hover .search-pic2 {
    opacity: 0 !important;
  }
  .head .Whead-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #00408f;
    z-index: 299;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .head .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  .head .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  .head .Whead-search .search-input .input-box {
    flex: 1;
  }
  .head .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    color: #fff;
    font-size: 0.26rem;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  .head .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    color: #fff;
  }
  .head .Whead-search .search-input .input-box input:-moz-placeholder {
    color: #fff;
  }
  .head .Whead-search .search-input .input-box input:-ms-input-placeholder {
    color: #fff;
  }
  .head .Whead-search .search-input .input-icon {
    width: 0.38rem;
    margin-left: 0.2rem;
  }
  .head .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: #fffbfa;
    overflow: hidden;
    z-index: 999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .head .Whead-sidebar .sidebar-top {
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #d6d6d6;
  }
  .head .Whead-sidebar .sidebar-top .img {
    width: 0.4rem;
  }
  .head .Whead-sidebar .sidebar-list {
    width: 100%;
    height: auto;
  }
  .head .Whead-sidebar .sidebar-list .list-ul {
    width: 100%;
    height: auto;
  }
  .head .Whead-sidebar .sidebar-list .list-ul .list-li {
    width: 100%;
    height: auto;
  }
  .head .Whead-sidebar .sidebar-list .list-ul .list-li .li-title {
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.32rem;
    color: #333333;
    line-height: 1rem;
    background: #fff url(../images/icon/icon-Web-jiahao.png) no-repeat 90% center;
    background-size: 0.22rem;
    border-bottom: solid 1px #d6d6d6;
  }
  .head .Whead-sidebar .sidebar-list .list-ul .list-li .no-bg {
    background-image: none !important;
  }
  .head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul .nav-li {
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    font-size: 0.26rem;
    color: #666666;
    background: #f6f6f6;
    border-bottom: solid 1px #d6d6d6;
  }
  .head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-block {
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .head .Whead-sidebar .sidebar-list .list-ul .list-li .title-active {
    color: #fff !important;
    background: #00408f url(../images/icon/icon-Web-jianhao.png) no-repeat 90% center !important;
    background-size: 0.22rem !important;
  }
  .head-two .head-pic {
    opacity: 0;
  }
  .head-two .pic-active {
    opacity: 1 !important;
  }
  .head-two .search-pic,
  .head-two .search-pic3 {
    opacity: 0;
  }
  .head-two .search-pic3 {
    opacity: 1 !important;
  }
  .head-two .li-title {
    color: #212121 !important;
  }
  .page-head {
    padding: 0 0.3rem;
  }
  .page-head .head-logo {
    width: 35%;
  }
  .page-head .head-right {
    justify-content: flex-end;
    align-items: center;
    width: 65%;
  }
  .page-head .head-right .head-nav {
    display: none;
  }
  .page-head .head-right .head-search {
    position: relative;
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
  }
  .page-head .head-right .head-search .search-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    z-index: 9;
    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%);
  }
  .page-head .head-right .head-search .search-pic2,
  .page-head .head-right .head-search .search-pic3 {
    opacity: 0;
  }
  .page-head .head-right .head-search .head-input {
    display: none;
  }
  .page-head .head-right .head-menu {
    display: block;
    width: 0.8rem;
    margin-left: 0.2rem;
  }
  .page-head:hover {
    background: none;
  }
  .page-head:hover .head-pic {
    opacity: 1;
  }
  .page-head:hover .pic-active {
    opacity: 0;
  }
  .page-head:hover .search-pic {
    opacity: 1;
  }
  .page-head:hover .search-pic2 {
    opacity: 0 !important;
  }
  .page-head .Whead-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #00408f;
    z-index: 299;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-head .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  .page-head .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  .page-head .Whead-search .search-input .input-box {
    flex: 1;
  }
  .page-head .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    color: #fff;
    font-size: 0.26rem;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  .page-head .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    color: #fff;
  }
  .page-head .Whead-search .search-input .input-box input:-moz-placeholder {
    color: #fff;
  }
  .page-head .Whead-search .search-input .input-box input:-ms-input-placeholder {
    color: #fff;
  }
  .page-head .Whead-search .search-input .input-icon {
    width: 0.38rem;
    margin-left: 0.2rem;
  }
  .page-head .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: #fffbfa;
    overflow: hidden;
    z-index: 999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-head .Whead-sidebar .sidebar-top {
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #d6d6d6;
  }
  .page-head .Whead-sidebar .sidebar-top .img {
    width: 0.4rem;
  }
  .page-head .Whead-sidebar .sidebar-list {
    width: 100%;
    height: auto;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul {
    width: 100%;
    height: auto;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul .list-li {
    width: 100%;
    height: auto;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul .list-li .li-title {
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.32rem;
    color: #333333;
    line-height: 1rem;
    background: #fff url(../images/icon/icon-Web-jiahao.png) no-repeat 90% center;
    background-size: 0.22rem;
    border-bottom: solid 1px #d6d6d6;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul .list-li .no-bg {
    background-image: none !important;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul .nav-li {
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    font-size: 0.26rem;
    color: #666666;
    background: #f6f6f6;
    border-bottom: solid 1px #d6d6d6;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-block {
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-head .Whead-sidebar .sidebar-list .list-ul .list-li .title-active {
    color: #fff !important;
    background: #00408f url(../images/icon/icon-Web-jianhao.png) no-repeat 90% center !important;
    background-size: 0.22rem !important;
  }
  .foot {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.6rem;
    background: #121414;
  }
  .foot .foot-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .foot .foot-box .foot-nav {
    display: none;
  }
  .foot .foot-box .foot-ewm {
    width: 100%;
    height: auto;
    padding-top: 0;
    text-align: center;
  }
  .foot .foot-box .foot-ewm .img {
    width: 140px;
  }
  .foot .foot-box .foot-ewm .ewm-text {
    margin-top: 0.18rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
  .foot .foot-bottom {
    padding-top: 0.74rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .foot .foot-bottom .bottom-zhizi {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #6d7272;
  }
  .foot .foot-bottom .bottom-link {
    display: none;
  }
  .foot .foot-bottom .bottom-web-link {
    display: block;
    width: 80%;
  }
  .foot .foot-bottom .bottom-web-link .link-text {
    width: 100%;
    text-align: left;
  }
  .foot .foot-bottom .bottom-web-link .link-text a {
    font-size: 0.26rem;
    color: #6d7272;
  }
  .foot .foot-bottom .bottom-web-link .link-text a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .foot .foot-bottom .bottom-web-link .link-text span {
    margin: 0 0.1rem;
  }
  .foot .foot-bottom .bottom-web-link .link-box {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
    padding-left: 0.15rem;
    font-size: 0.26rem;
    color: #6d7272;
    line-height: 0.8rem;
    border: solid 1px #2d2f2f;
    background: url(../images/icon/icon-bottom-sanjiao.png) no-repeat 96% center;
    background-size: 6px;
    cursor: pointer;
  }
  .foot .foot-bottom .bottom-web-link .link-box .link-hidden {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-left: 0.15rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .foot .foot-bottom .bottom-web-link .link-box .link-hidden a {
    display: inline-block;
    width: 100%;
    height: 0.8rem;
    font-size: 0.26rem;
    color: #666;
    line-height: 0.8rem;
  }
  .foot .foot-bottom .bottom-web-link .link-box .link-hidden a:hover {
    text-decoration: underline;
  }
  .foot .foot-bottom .bottom-web-link .link-box:hover .link-hidden {
    opacity: 1;
    visibility: visible;
  }
  .head-bottom {
    display: none;
  }
  .head-Wnav {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #00408f;
  }
  .head-Wnav .Wnav-top {
    font-size: 16px;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .container .pege-container .pege-plate1 .banner-pic {
    display: none;
  }
  .container .pege-container .pege-plate1 .web-banner-pic {
    display: block;
    width: 100%;
    height: 100vh;
  }
  .container .pege-container .pege-plate1 .swiper-pagination {
    top: auto !important;
    right: auto !important;
    left: 50% !important;
    bottom: 1.5rem !important;
    width: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .pege-plate1 .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 24px;
    background: url(../images/icon/icon-yuan2.png) no-repeat center center;
    background-size: 16px;
    opacity: 1;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .container .pege-container .pege-plate1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 24px;
    background: url(../images/icon/icon-banyuan.png) no-repeat center center;
    background-size: 16px;
  }
  .container .pege-container .pege-plate1 .banner-cent {
    position: absolute;
    top: 3.2rem;
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 5.04rem;
    height: 1.06rem;
    line-height: 1.06rem;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .pege-plate1 .banner-cent .text-box {
    width: 3.1rem;
    line-height: 0.45rem;
  }
  .container .pege-container .pege-plate1 .banner-cent .text-box .cent-left {
    width: 100%;
    padding-top: 0.2rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
  }
  .container .pege-container .pege-plate1 .banner-cent .text-box .cent-English {
    font-family: 'Arial';
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .container .pege-container .pege-plate1 .banner-cent .cent-right {
    width: 1.7rem;
  }
  .container .pege-container .pege-plate2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: none;
    background-size: 8.58rem;
    overflow: hidden;
  }
  .container .pege-container .pege-plate2 .plate2-bg-blue {
    background: none;
  }
  .container .pege-container .pege-plate2 .plate2-bg-blue .plate-bg-o {
    position: absolute;
    top: 0.7rem;
    left: auto;
    right: -60%;
    width: 4.67rem;
  }
  .container .pege-container .pege-plate2 .plate2-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 2rem 0.3rem 0;
    margin: 0 auto;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    text-align: center;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left .left-English {
    font-family: 'ARCHIVO-BOLD';
    font-size: 0.3rem;
    color: #333333;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left .left-title {
    margin: 0.08rem 0 0.5rem;
    font-size: 0.44rem;
    font-weight: bold;
    color: #000000;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left .left-text {
    margin-bottom: 0.28rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #666666;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left .text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom {
    padding-top: 0.2rem !important;
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom span {
    margin-right: 0.1rem;
    font-size: 0.24rem;
    color: #666666;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom .bottom-icon {
    width: 0.5rem;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    background: #000;
    z-index: 99;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right .hidden-box {
    width: 100%;
    height: 100%;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right .hidden-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right .hidden-box .icon-box .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    z-index: 3;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right .hidden-box .icon-box .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right .hidden-box .icon-box:hover .right-solid {
    animation: videoPlay 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: videoPlay 1.5s;
    -webkit-animation-iteration-count: infinite;
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right .video-box {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .container .pege-container .pege-plate2 .plate2-cont .cont-right .video-box video {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 99;
  }
  .container .pege-container .cont-plate3 .swiper-slide {
    width: 100%;
    height: 100vh;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-pic {
    width: 100%;
    height: 100vh;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2.1rem;
    text-align: center;
    color: #fff;
    z-index: 6;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent .list-icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent .list-icon-box .pic-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent .list-icon-box .icon-on {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent .list-icon-box .icon-in {
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent .cent-title {
    margin-top: 0.5rem;
    font-size: 0.42rem;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent .cent-English {
    font-family: Arial;
    margin-top: 0.16rem;
    font-size: 18px;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-cent .cont-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0.48rem;
    opacity: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list .list-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(#5d9741, #9dcc66);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list:hover .list-cent {
    height: 3.6rem;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list:hover .list-cent .list-icon-box {
    background: #fff;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list:hover .list-cent .list-icon-box .icon-on {
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list:hover .list-cent .list-icon-box .icon-in {
    opacity: 0;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list:hover .list-cent .cont-icon {
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .swiper-slide .plate3-list:hover .list-mask {
    opacity: 0.9;
  }
  .container .pege-container .cont-plate3 .swiper-pagination {
    display: block;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .cont-plate3 .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon-plate3-solid.png) no-repeat center center;
    background-size: 20px;
    opacity: 1;
  }
  .container .pege-container .cont-plate3 .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon-plate3-solid-on.png) no-repeat center center;
    background-size: 20px;
  }
  .container .pege-container .cont-plate4 {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .container .pege-container .cont-plate4 .plate4-bg-color {
    display: none;
  }
  .container .pege-container .cont-plate4 .plate4-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem 2.5rem;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .cont-plate4 .plate4-cent .cent-English2 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333333;
  }
  .container .pege-container .cont-plate4 .plate4-cent .cent-title2 {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .pege-container .cont-plate4 .plate4-cent .pc-cent-box {
    display: none !important;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .plate4-list {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .plate4-list .pic-box {
    width: 100%;
    height: 3.28rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .plate4-list .pic-box .list-pic {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .plate4-list .list-title {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #333333;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .plate4-list .list-text {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .plate4-list:hover .list-pic {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .cent-English {
    display: none;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .cent-title {
    display: none;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-slide .cont-mar {
    display: none;
    margin-bottom: 1.15rem;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-pagination {
    display: block;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon-plate4-solid.png) no-repeat center center;
    background-size: 20px;
    opacity: 1;
  }
  .container .pege-container .cont-plate4 .plate4-cent .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon-plate4-solid-on.png) no-repeat center center;
    background-size: 20px;
  }
  .container .pege-container .cont-plate4 .plate4-bottom {
    position: absolute;
    bottom: 2.1rem !important;
    left: 0;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
  }
  .container .pege-container .cont-plate4 .plate4-bottom span {
    margin-right: 0.1rem;
    font-size: 14px;
    color: #666666;
  }
  .container .pege-container .cont-plate4 .plate4-bottom .bottom-icon {
    width: 0.5rem;
  }
  .container .pege-container .cont-plate5 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/plate5-bg.png) no-repeat center center;
    background-size: 100% 100vh;
  }
  .container .pege-container .cont-plate5 .plate5-cont {
    position: absolute;
    top: 2rem;
    left: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left {
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left .left-English {
    font-size: 18px;
    font-weight: bold;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left .left-title {
    margin-top: 0.06rem;
    font-size: 0.36rem;
    font-weight: bold;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left .left-text {
    margin-top: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom {
    display: none;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom2 {
    display: block;
    height: 0.3rem;
    margin: 0.5rem 0 0.6rem;
    line-height: 0.3rem;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom2 span {
    margin-right: 0.1rem;
    font-size: 0.24rem;
    color: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom2 .bottom-icon {
    width: 0.5rem;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right {
    display: none;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right2 {
    display: block;
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right2 .right-pic {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    border-bottom: solid 2px #f3f3f3;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right2 .right-pic .pic-box {
    display: inline-block;
    width: 32%;
    height: 100%;
    border-right: solid 1px #f3f3f3;
    overflow: hidden;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right2 .right-pic .pic-box .img {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right2 .right-pic .pic-box:last-child {
    border-right: none;
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right2 .right-pic .pic-box:hover .img {
    transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
  .container .pege-container .cont-plate5 .plate5-cont .cont-right2 .right-pic:last-child {
    border-bottom: none;
  }
  .container .pege-container .cont-plate5 .plate5-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0.38rem;
    left: auto;
    width: 100%;
    padding: 0 0.3rem;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-left {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-left .left-link {
    width: 100%;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-left .left-link span {
    margin: 0 0.12rem;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-left .left-link a {
    color: #fff;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-left .left-link a:hover {
    text-decoration: underline;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-right {
    display: none;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-web-top {
    display: block;
    width: 100%;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-web-top .right-icon {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.22rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-web-top .right-icon .icon-size {
    width: 0.45rem;
  }
  .container .pege-container .cont-plate5 .plate5-bottom .bottom-web-top .right-icon:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .container .banner-bottom {
    display: block !important;
    position: absolute;
    bottom: 0.4rem !important;
    left: 0;
    width: 100%;
    height: 0.94rem !important;
    text-align: center;
    cursor: pointer;
    z-index: 99;
  }
  .container .banner-bottom .bottom-pic {
    width: 0.35rem !important;
  }
  .container .banner-bottom .bottom-text {
    margin-top: 0.15rem;
    font-size: 0.24rem !important;
    color: #fff;
  }
  .container .banner-bottom .bottom-text2 {
    margin-top: 0.15rem;
    font-size: 0.24rem !important;
    color: #868686;
  }
  .boutique {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .boutique .banner-box {
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .boutique .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
    .boutique .boutique-plate1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 0.3rem;
        margin: 0;
    }
  .boutique .boutique-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0.3rem;
  }
  .boutique .boutique-plate1 .plate1-left {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }
  .boutique .boutique-plate1 .plate1-left .left-English {
    font-size: 0.3rem;
  }
  .boutique .boutique-plate1 .plate1-left .left-title {
    margin-top: 0.15rem;
    font-size: 0.36rem;
  }
  .boutique .boutique-plate1 .plate1-left .left-text {
    margin-top: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .boutique .boutique-plate1 .plate1-right {
    width: 100%;
    margin: 0.5rem 0;
  }
  .boutique .boutique-plate1 .plate1-right .rght-title {
    font-size: 0.36rem;
  }
  .boutique .boutique-plate1 .plate1-right .right-text {
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.52rem;
    color: #4b4b4b;
  }
  .boutique .boutique-plate1 .plate1-right .right-phone {
    margin-bottom: 0.4rem;
    width: 100%;
    font-size: 0.36rem;
  }
  .boutique .boutique-plate1 .plate1-right .right-phone .right-icon {
    display: inline-block;
    width: 0.38rem;
  }
  .boutique .boutique-plate1 .plate1-right .right-buttom {
    width: 100%;
    height: 0.8rem;
    font-size: 0.26rem;
    line-height: 0.8rem;
  }
  .boutique .boutique-plate1 .plate1-right .right-buttom .icon {
    width: 0.23rem;
    margin-right: 0.1rem;
  }
  .boutique .boutique-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1rem;
    background: linear-gradient(to right, #084b9f, #00408f);
  }
  .boutique .boutique-plate2 .plate2-English {
    padding-top: 1rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
  }
  .boutique .boutique-plate2 .plate2-title {
    padding-bottom: 0.6rem;
    font-size: 0.42rem;
  }
  .boutique .boutique-plate2 .plate2-box {
    position: relative;
    width: 100%;
  }
  .boutique .boutique-plate2 .plate2-box .swiper-slide {
    width: 100%;
  }
  .boutique .boutique-plate2 .plate2-box .boutique-swiper-button-prev,
  .boutique .boutique-plate2 .plate2-box .boutique-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.75rem;
  }
  .boutique .boutique-plate2 .plate2-box .boutique-swiper-button-prev .swiper-icon,
  .boutique .boutique-plate2 .plate2-box .boutique-swiper-button-next .swiper-icon {
    width: 9px;
  }
  .boutique .boutique-plate2 .plate2-box .boutique-swiper-button-prev {
    left: 0.2rem;
  }
  .boutique .boutique-plate2 .plate2-box .boutique-swiper-button-next {
    right: 0.2rem;
  }
  .boutique .boutique-plate3 {
    position: relative;
    width: 100%;
    padding: 0 0.3rem 1.2rem;
  }
  .boutique .boutique-plate3 .plate3-English {
    padding-top: 1rem;
    font-size: 0.32rem;
  }
  .boutique .boutique-plate3 .plate3-title {
    padding-bottom: 0.6rem;
    font-size: 0.42rem;
  }
  .boutique .boutique-plate3 .plate3-box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit {
    width: 100%;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .list-pic {
    width: 100%;
    overflow: hidden;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .list-pic .img {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .list-pic .img:hover {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .liat-cent {
    width: 100%;
    padding: 0.35rem 0.35rem 0.5rem;
    background: #f4f4f4;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .liat-cent .cent-title {
    margin-bottom: 0.26rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #00408f;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .liat-cent .cent-text {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #666666;
  }
  .boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .liat-cent .cent-text span {
    font-size: 0.32rem;
    font-weight: bold;
    color: #9ce054;
  }
  .boutique .boutique-plate3 .buttom-box {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .boutique .boutique-plate3 .buttom-box .plate3-swiper-button-prev,
  .boutique .boutique-plate3 .buttom-box .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.75rem;
    z-index: 99;
    border: solid 2px #9ce054;
  }
  .boutique .boutique-plate3 .buttom-box .plate3-swiper-button-prev {
    left: 0.25rem;
    background: #9ce054 url(../images/icon/icon-boutique-pext2.png) no-repeat center center;
    background-size: 9px;
  }
  .boutique .boutique-plate3 .buttom-box .plate3-swiper-button-prev:hover {
    background: #9ce054 url(../images/icon/icon-boutique-pext.png) no-repeat center center;
    background-size: 9px;
    border: solid 2px #9ce054;
  }
  .boutique .boutique-plate3 .buttom-box .plate3-swiper-button-next {
    right: 0.25rem;
    background: #9ce054 url(../images/icon/icon-boutique-next2.png) no-repeat center center;
    background-size: 9px;
  }
  .boutique .boutique-plate3 .buttom-box .plate3-swiper-button-next:hover {
    background: #9ce054 url(../images/icon/icon-boutique-next2.png) no-repeat center center;
    background-size: 9px;
    border: solid 2px #9ce054;
  }
    .boutique .boutique-sticky {
    display:none;
    }
    .pege-boutique {
        width: 100%;
        height: auto;
    }
  .pege-boutique .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .pege-boutique .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .pege-boutique .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .pege-boutique .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .pege-boutique .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .pege-boutique .pege-top {
    width: 100%;
    height: auto;
  }
  .pege-boutique .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 0.55rem 0.3rem 1.1rem;
    text-align: center;
    background: url(../images/boutique/bg2.png) no-repeat bottom center;
    background-size: 100%;
  }
  .pege-boutique .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .pege-boutique .pege-top .top-cont .cont-title {
    margin: 0.06rem 0 0.53rem;
    font-size: 0.38rem;
  }
  .pege-boutique .pege-top .top-cont .cont-text {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .pege-boutique .pege-cent {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
    background: #f5f5f5;
  }
  .pege-boutique .pege-cent .cent-top {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto 0.6rem;
  }
  .pege-boutique .pege-cent .cent-top .top-select {
    display: none;
    width: 2.2rem;
    height: auto;
    margin-right: 0.1rem;
  }
  .pege-boutique .pege-cent .cent-top .top-select .select-title {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0.5rem;
    padding: 0 0.2rem;
    font-size: 14px;
    line-height: 0.5rem;
    color: #666666;
    background: #fff;
    border: solid 1px #efefef;
    cursor: pointer;
  }
  .pege-boutique .pege-cent .cent-top .top-select .select-title .select-icon {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    width: 12px;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .pege-boutique .pege-cent .cent-top .top-select .select-ul {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: -1px;
    background: #fff;
    border-right: solid 1px #efefef;
    border-left: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    z-index: 9;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pege-boutique .pege-cent .cent-top .top-select .select-ul .select-li {
    width: 100%;
    height: 0.5rem;
    font-size: 14px;
    line-height: 0.5rem;
    text-align: center;
    color: #999;
    cursor: pointer;
  }
  .pege-boutique .pege-cent .cent-top input {
    width: 70%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-right: 0.1rem;
    font-size: 0.24rem;
  }
  .pege-boutique .pege-cent .cent-top input::placeholder {
    font-size: 0.24rem;
  }
  .pege-boutique .pege-cent .cent-top .top-buttom {
    width: 1.1rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .pege-boutique .pege-cent .cent-top .top-buttom .buttom-icon {
    width: 22px;
  }
  .pege-boutique .pege-cent .cent-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .pege-boutique .pege-cent .cent-list .liat-box {
    width: 100%;
    height: 6.3rem;
    margin-bottom: 0.6rem;
    background: #fff;
  }
  .pege-boutique .pege-cent .cent-list .liat-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pege-boutique .pege-cent .cent-list .liat-box .box-pic .img {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pege-boutique .pege-cent .cent-list .liat-box .box-text {
    width: 100%;
    padding: 0.3rem 0.5rem 0;
  }
  .pege-boutique .pege-cent .cent-list .liat-box .box-text .text-title {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
  }
  .pege-boutique .pege-cent .cent-list .liat-box .box-text .text-font {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .pege-boutique .pege-cent .cent-list .liat-box .box-text .text-font .phone {
    font-size: 0.3rem;
  }
  .pege-boutique .pege-cent .cent-list .liat-box .box-text .text-address {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .pege-boutique .pege-cent .cent-bottom {
    width: 4.6rem;
    height: 0.8rem;
    margin: 0 auto;
    font-size: 0.26rem;
    line-height: 0.8rem;
    text-align: center;
    color: #666666;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pege-boutique .pege-cent .cent-bottom .bottom-icon {
    width: 0.36rem;
    margin-right: 0.1rem;
  }
  .pege-boutique .pege-cent .cent-bottom .bottom-icon2 {
    display: none;
    width: 0.36rem;
    margin-right: 0.1rem;
  }
  .partner {
    width: 100%;
    height: auto;
    padding-bottom: 1.2rem;
  }
  .partner .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .partner .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .partner .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .partner .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .partner .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .partner .pege-top {
    width: 100%;
    height: auto;
  }
  .partner .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.55rem;
    text-align: center;
  }
  .partner .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .partner .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .partner .partner-cent {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .partner .partner-cent .cent-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .partner .partner-cent .cent-box .box-list,
  .partner .partner-cent .cent-box .box-list2 {
    width: 33.33%;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    overflow: hidden;
  }
  .partner .partner-cent .cent-box .box-list:hover .img,
  .partner .partner-cent .cent-box .box-list2:hover .img {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  .partner .partner-cent .cent-box .box-none {
    display: none;
  }
  .partner .partner-cent .cent-box .box-list1 {
    background: #fafafa;
  }
  .partner .partner-cent .cent-box .box-list2 {
    background: #f5f5f5;
  }
  .partner .partner-cent .cent-bottom {
    width: 4.6rem;
    height: 0.8rem;
    margin: 0 auto;
    font-size: 0.26rem;
    line-height: 0.8rem;
    text-align: center;
    color: #666666;
    background: #f4f4f4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-cent .cent-bottom .bottom-icon {
    width: 0.36rem;
    margin-right: 0.1rem;
  }
  .partner .partner-cent .cent-bottom .bottom-icon2 {
    display: none;
    width: 0.36rem;
    margin-right: 0.1rem;
  }
  .contact {
    width: 100%;
    height: auto;
    padding-bottom: 1.2rem;
  }
  .contact .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .contact .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .contact .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .contact .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .contact .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .contact .pege-top {
    width: 100%;
    height: auto;
  }
  .contact .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.55rem;
    text-align: center;
  }
  .contact .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .contact .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .contact .contact-mode {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    margin: 0 auto;
  }
  .contact .contact-mode .mode-list {
    width: 50%;
    height: 3.1rem;
    padding: 0 0.2rem;
    margin-bottom: 0.3rem;
  }
  .contact .contact-mode .mode-list .list-pic {
    width: 1rem;
    height: 1rem;
  }
  .contact .contact-mode .mode-list .list-pic .pic-icon,
  .contact .contact-mode .mode-list .list-pic .pic-icon-on {
    width: 0.44rem;
  }
  .contact .contact-mode .mode-list .list-pic .pic-icon-on {
    opacity: 0;
  }
  .contact .contact-mode .mode-list .list-pic .icon-size {
    width: 0.39rem !important;
  }
  .contact .contact-mode .mode-list .list-title {
    width: 100%;
    margin: 0.24rem 0 0.2rem;
    font-size: 0.3rem;
    color: #00408f;
  }
  .contact .contact-mode .mode-list .list-text {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #666666;
  }
  .contact .contact-mode .mode-list:last-child {
    border-right: none;
  }
  .contact .contact-mode .mode-list:nth-child(2) {
    border-right: none;
  }
  .contact .contact-map {
    width: 100%;
    margin-top: 1rem;
  }
  .contact .online-message {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .contact .online-message .pege-top {
    width: 100%;
    height: auto;
  }
  .contact .online-message .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.55rem;
    text-align: left;
  }
  .contact .online-message .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .contact .online-message .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .contact .online-message .message-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .contact .online-message .message-form .form-input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.22rem;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }
  .contact .online-message .message-form .form-input::placeholder {
    font-size: 0.26rem;
  }
  .contact .online-message .message-form textarea {
    padding: 0.25rem 0.22rem 0;
    font-size: 0.26rem;
  }
  .contact .online-message .message-form textarea::placeholder {
    font-size: 0.26rem;
  }
  .contact .online-message .message-buttom {
    width: 4rem;
    height: 1rem;
    font-size: 0.26rem;
    line-height: 1rem;
  }
  .culture {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .culture .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .culture .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .culture .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .culture .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .culture .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .culture .pege-top {
    width: 100%;
    height: auto;
  }
  .culture .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.55rem;
    text-align: center;
  }
  .culture .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .culture .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .culture .culture-cont {
    display: none;
  }
  .culture .culture-web-cont {
    display: block;
    width: 100%;
    padding: 0 0.3rem;
  }
  .culture .culture-web-cont .cont-box {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .culture .culture-web-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    background: #f5f5f5 url(../images/bg-big-O.png) no-repeat 200% -120%;
    background-size: 4.67rem;
  }
  .culture .culture-web-cont .cont-box .box-cent .cent-English {
    width: 100%;
    font-family: 'ARCHIVO-BOLD';
    font-size: 0.48rem;
    color: #333333;
  }
  .culture .culture-web-cont .cont-box .box-cent .cent-title {
    width: 100%;
    margin-top: 0.1rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: #000;
  }
  .culture .culture-web-cont .cont-box .box-cent .cent-text {
    width: 100%;
    margin-top: 0.6rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666666;
  }
  .idea {
    width: 100%;
    height: auto;
    padding-bottom: 0.6rem;
  }
  .idea .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .idea .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .idea .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .idea .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .idea .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .idea .pege-top {
    width: 100%;
    height: auto;
  }
  .idea .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.45rem;
    text-align: center;
  }
  .idea .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .idea .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .idea .idea-cont {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .idea .idea-cont .cont-text {
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .idea .idea-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }
  .idea .idea-cont .cont-box .box-list {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .idea .idea-cont .cont-box .box-list .list-text .text-title {
    font-size: 0.3rem;
  }
  .idea .idea-cont .cont-box .box-list .list-text .text-cent {
    height: auto;
    padding-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .news {
    width: 100%;
    height: auto;
    padding-bottom: 1.2rem;
  }
  .news .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .news .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .news .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .news .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .news .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .news .news-cont {
    width: 100%;
    padding: 0 0.3rem;
  }
  .news .news-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .news .news-cont .cont-box .box-list {
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
    margin-left: 0;
  }
  .news .news-cont .cont-box .box-list .list-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-cont .cont-box .box-list .list-pic .img {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-cont .cont-box .box-list .list-cent {
    width: 100%;
    height: 1.66rem;
  }
  .news .news-cont .cont-box .box-list .list-cent .cent-title {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .news .news-cont .cont-box .box-list .list-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }
  .news .news-cont .page-number {
    display: none;
  }
  .news .news-cont .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 60px;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #00408f;
  }
  .newsDetails {
    width: 100%;
    height: auto;
  }
  .newsDetails .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .newsDetails .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .newsDetails .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetails .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .newsDetails .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
    .newsDetails .newsDetails-cont {
        width: 100%;
        padding: 0 0.3rem;
        margin: 0;
    }
  .newsDetails .newsDetails-cont .cont-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left {
    width: 100%;
    height: auto;
    padding: 1rem 0 1.5rem 0;
    border-right: none;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-title {
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #000000;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-time {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    color: #999999;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-time span {
    display: inline-block;
    margin-left: 0.2rem;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-box {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666666;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-text {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-pic {
    width: 100%;
    margin-top: 0.7rem;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-picNema {
    margin-top: 0.35rem;
    font-size: 0.26rem;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-English {
    margin-top: 0.72rem;
    font-family: Arial;
    font-size: 0.24rem;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0.14rem 0.14rem 0 0;
    border: solid 2px #efeff3;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon,
  .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon-on {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon-on {
    opacity: 0;
  }
  .newsDetails .newsDetails-cont .cont-box .box-left .left-switch {
    display: inline-block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetails .newsDetails-cont .cont-box .box-right {
    display: none;
  }
    .newsDetails .boutique-sticky {
    display:none;
    
    }
    .staff {
        width: 100%;
        height: auto;
        padding-bottom: 1.2rem;
    }
  .staff .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .staff .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .staff .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .staff .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .staff .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .staff .pege-top {
    width: 100%;
    height: auto;
  }
  .staff .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.55rem;
    text-align: center;
  }
  .staff .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .staff .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .staff .staff-cont {
    width: 100%;
    padding: 0 0.3rem;
  }
  .staff .staff-cont .cont-box {
    margin-bottom: 0.2rem;
  }
  .staff .staff-cont .cont-box .box-list {
    width: calc(50% - 0.25rem);
    margin-bottom: 0.6rem;
  }
  .staff .staff-cont .cont-box .box-list .list-title {
    font-size: 0.26rem;
  }
  .staff .staff-cont .cent-bottom {
    width: 4.6rem;
    height: 0.8rem;
    margin: 0 auto;
    font-size: 0.26rem;
    line-height: 0.8rem;
    text-align: center;
    color: #666666;
    background: #f4f4f4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .staff .staff-cont .cent-bottom .bottom-icon {
    width: 0.36rem;
    margin-right: 0.1rem;
  }
  .staff .staff-cont .cent-bottom .bottom-icon2 {
    display: none;
    width: 0.36rem;
    margin-right: 0.1rem;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding-bottom: 1.2rem;
  }
  .recruit .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .recruit .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .recruit .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .recruit .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .recruit .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .recruit .pege-top {
    width: 100%;
    height: auto;
  }
  .recruit .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.45rem;
    text-align: center;
  }
  .recruit .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .recruit .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .recruit .recruit-cont {
    width: 100%;
    padding: 0 0.3rem;
  }
  .recruit .recruit-cont .recruit-list {
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  .recruit .recruit-cont .recruit-list .list-dt {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #000;
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
  }
  .recruit .recruit-cont .recruit-list .list-dt .dt-title1 {
    width: 50%;
  }
  .recruit .recruit-cont .recruit-list .list-dt .dt-title2 {
    display: none;
  }
  .recruit .recruit-cont .recruit-list .list-dt .dt-title3 {
    display: none;
  }
  .recruit .recruit-cont .recruit-list .list-dt .dt-title4 {
    width: 50%;
  }
  .recruit .recruit-cont .recruit-list .list-dd {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-title {
    width: 50%;
    font-size: 0.26rem;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-place {
    display: none;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-num {
    display: none;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-data {
    width: 30%;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-show {
    width: 20%;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-show .show-icon {
    display: none;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.7rem 0.7rem 0.24rem;
    background: #f5f5f5;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .duty-title {
    padding-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  .recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .duty-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .honor {
    width: 100%;
    height: auto;
    padding-bottom: 1.2rem;
  }
  .honor .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .honor .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .honor .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .honor .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .honor .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .honor .pege-top {
    width: 100%;
    height: auto;
  }
  .honor .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.45rem;
    text-align: center;
  }
  .honor .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .honor .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .honor .honor-cont {
    width: 100%;
    padding: 0 0.3rem;
  }
  .honor .honor-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .honor .honor-cont .cont-box .box-list {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.4rem 0.5rem;
    text-align: center;
    margin-bottom: 0.6rem;
    margin-left: 0;
    background: #f5f5f5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-cont .cont-box .box-list .list-pic {
    width: 100%;
  }
  .honor .honor-cont .cont-box .box-list .list-text {
    margin-top: 0.7rem;
    font-size: 0.28rem;
    color: #393f4b;
  }
  .honor .honor-cont .cont-box .box-list .list-time {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    color: #b1b1b1;
  }
  .honor .honor-cont .cont-box .box-list:hover {
    box-shadow: 0 0 0.1rem 0.08rem #ddd;
    transform: translatey(-15px);
    -o-transform: translatey(-15px);
    -moz-transform: translatey(-15px);
    -webkit-transform: translatey(-15px);
  }
  .honor .honor-cont .page-number {
    display: none;
  }
  .honor .honor-cont .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 60px;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #00408f;
  }
  .honor .honor-cont .cont-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-cont .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    padding: 0.7rem 0.3rem 0.3rem;
    background: #fff;
    z-index: 299;
    opacity: 0;
    visibility: hidden;
    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%);
  }
  .honor .honor-cont .cont-popup .popup-title {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .honor .honor-cont .cont-popup .popup-see {
    width: 100%;
  }
  .honor .honor-cont .cont-popup .popup-icon {
    position: absolute;
    top: 0.2rem;
    right: 0.5rem;
    width: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-cont .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .about {
    width: 100%;
    height: auto;
    padding-bottom: 1.2rem;
  }
  .about .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .about .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .about .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .about .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .about .pege-top {
    width: 100%;
    height: auto;
  }
  .about .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.45rem;
    text-align: center;
  }
  .about .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .about .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .about .about-cont {
    width: 100%;
    padding: 0 0.3rem;
    background: url(../images/bg-about.png) no-repeat center 74px;
    background-size: 100%;
  }
  .about .about-cont .cont-text {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .about .about-cont .cont-video {
    position: relative;
    width: 100%;
    height: 3.9rem;
  }
  .about .about-cont .cont-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .about .about-cont .cont-video .hidden-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-cont .cont-video .hidden-box .icon-box .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    z-index: 3;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-cont .cont-video .hidden-box .icon-box .right-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-cont .cont-video .video-box {
    position: relative;
    top: 50%;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-cont .cont-video .video-box video {
    width: 100%;
    height: auto;
  }
  .about .about-cont .mt {
    margin-top: 0 !important;
  }
  .about .about-cont .cont-cent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.2rem;
  }
  .about .about-cont .cont-cent .cent-pl {
    padding-left: 0;
    padding-right: 0 !important;
    margin-top: 0.5rem;
  }
  .about .about-cont .cont-cent .cent-left {
    width: 100%;
    padding-right: 0;
  }
  .about .about-cont .cont-cent .cent-left .left-text {
    width: 100%;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .about .about-cont .cont-cent .cent-left .left-text:last-child {
    margin-bottom: 0;
  }
  .about .about-cont .cont-cent .cent-right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .about .about-banner {
    position: relative;
    width: 100%;
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
  }
  .about .about-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.72rem;
    color: #fff;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .history {
    width: 100%;
    height: auto;
    padding-bottom: 1.2rem;
  }
  .history .banner-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .history .banner-box .img {
    width: auto;
    height: 5.5rem;
    transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
  }
  .history .banner-box .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .history .banner-box .banner-text .text-title {
    font-size: 0.6rem;
    color: #fff;
  }
  .history .banner-box .banner-text .text-English {
    font-size: 0.28rem;
    color: #fff;
  }
  .history .pege-top {
    width: 100%;
    height: auto;
  }
  .history .pege-top .top-cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.45rem;
    text-align: center;
  }
  .history .pege-top .top-cont .cont-English {
    width: 100%;
    font-size: 0.32rem;
  }
  .history .pege-top .top-cont .cont-title {
    margin-top: 0.06rem;
    font-size: 0.38rem;
  }
  .history .history-box {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .history .cont-swiper-box {
    position: relative;
    width: 100%;
  }
  .history .cont-swiper-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    height: 1px;
    background: #b8b8b8;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .history .cont-top-swiper {
    position: relative;
    width: 100%;
    padding: 0 1.1rem;
    overflow: hidden;
  }
  .history .cont-top-swiper::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.94rem;
    height: 1.6rem;
    background: #fff;
    z-index: 3;
  }
  .history .cont-top-swiper::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.94rem;
    height: 1.6rem;
    background: #fff;
    z-index: 3;
  }
  .history .cont-top-swiper .swiper-slide {
    width: 33.33%;
    height: auto;
  }
  .history .cont-top-swiper .swiper-slide .slide-box {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    background: #f6f6f6;
  }
  .history .cont-top-swiper .swiper-slide .slide-box .box-list {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #999;
    border-radius: 50%;
    border: solid 3px #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .cont-top-swiper .swiper-slide .slide-box .box-list:hover {
    color: #00408f;
    border: solid 3px #00408f;
  }
  .history .cont-top-swiper .swiper-slide-active .box-list {
    color: #00408f !important;
    border: solid 3px #00408f !important;
  }
  .history .cont-top-swiper .history-swiper-button-prev,
  .history .cont-top-swiper .history-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.76rem;
    border-radius: 50%;
    background: #c1c1c1;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .cont-top-swiper .history-swiper-button-prev img,
  .history .cont-top-swiper .history-swiper-button-next img {
    width: 0.2rem;
  }
  .history .cont-top-swiper .history-swiper-button-prev:hover,
  .history .cont-top-swiper .history-swiper-button-next:hover {
    background: #00408f;
  }
  .history .cont-top-swiper .history-swiper-button-next {
    right: 0;
  }
  .history .cont-top-swiper .history-swiper-button-prev {
    left: 0;
  }
  .history .cont-cent {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .history .cont-cent .cont-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.4rem;
    background: #fff;
  }
  .history .cont-cent .cont-box .box-left {
    width: 100%;
    height: auto;
  }
  .history .cont-cent .cont-box .box-left .left-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .history .cont-cent .cont-box .box-left .left-cont .left-fuhao {
    position: relative;
    width: 0.4rem;
    height: auto;
  }
  .history .cont-cent .cont-box .box-left .left-cont .left-fuhao::before {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 1px #00408f;
  }
  .history .cont-cent .cont-box .box-left .left-cont .left-cent {
    width: calc(100% - 0.4rem);
    height: auto;
  }
  .history .cont-cent .cont-box .box-left .left-cont .left-cent .cent-title {
    font-size: 0.34rem;
  }
  .history .cont-cent .cont-box .box-left .left-cont .left-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .history .cont-cent .cont-box .box-right {
    width: 100%;
    height: auto;
  }
  .history .cont-cent .cont-box .box-right img {
    width: 100%;
  }
  .img {
    width: 100%;
  }
}
@media screen and (min-width: 359px) and (max-width: 415px) {
  .cont-plate5 .pic-hidden1 {
    display: none;
  }
}
@media screen and (max-width: 322px) {
  .pege-plate2 .left-text {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
  }
  .pege-plate2 .text-hidden {
    display: none !important;
  }
  .cont-plate5 .pic-hidden1,
  .cont-plate5 .pic-hidden2 {
    display: none;
  }
}
@media screen and (max-height: 960px) {
  .plate2-cont {
    padding-top: 2.6rem !important;
  }
  .plate2-cont .left-bottom {
    padding-top: 0.6rem !important;
  }
  .plate4-bottom {
    bottom: 1.5rem !important;
  }
}
@media screen and (max-height: 800px) {
  .plate2-cont {
    padding-top: 1.9rem !important;
  }
  .plate2-cont .left-bottom {
    padding-top: 0.4rem !important;
  }
  .plate4-bottom {
    bottom: 0.5rem !important;
  }
}
@media screen and (max-height: 768px) {
  .plate2-cont {
    padding-top: 1.4rem !important;
  }
  .plate2-cont .left-bottom {
    padding-top: 0.26rem !important;
  }
}
@media screen and (max-height:768px) {
    #jiagou-pic-box-img {
    width:100%;
    }
}
