.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'ARCHIVO-BOLD';
  src: url(../fonts/ARCHIVO-BOLD.TTF);
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 0.5rem;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-logo {
  position: relative;
  width: 1.7rem;
  height: auto;
}
.head .head-logo .head-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  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%);
}
.head .head-logo .pic-active {
  opacity: 0;
}
.head .head-right {
  display: flex;
  justify-content: space-between;
  width: 868px;
}
.head .head-right .head-nav {
  width: 780px;
  height: auto;
  color: #fff;
}
.head .head-right .head-nav .nav-ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.head .head-right .head-nav .nav-ul .nav-li {
  position: relative;
  width: auto;
  margin-right: 60px;
}
.head .head-right .head-nav .nav-ul .nav-li:last-child {
  margin-right: 0;
}
.head .head-right .head-nav .nav-ul .nav-li .li-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-right .head-nav .nav-ul .nav-li .li-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00408f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-right .head-nav .nav-ul .nav-li .nav-list {
  position: absolute;
  top: 80px;
  left: -58px;
  width: 178px;
  height: auto;
  padding: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-right .head-nav .nav-ul .nav-li .nav-list .list-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666;
}
.head .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:last-child {
  margin-bottom: 0;
}
.head .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:hover {
  color: #00408f;
  text-decoration: underline;
}
.head .head-right .head-nav .nav-ul .nav-li:hover .nav-list {
  opacity: 1;
  visibility: visible;
}
.head .head-right .head-nav .nav-ul .nav-li:hover .li-title {
  color: #00408f;
}
.head .head-right .head-nav .nav-ul .nav-li:hover .li-title::after {
  width: 100%;
}
.head .head-right .head-search {
  position: relative;
  width: 18px;
}
.head .head-right .head-search .search-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-right .head-search .search-pic2,
.head .head-right .head-search .search-pic3 {
  opacity: 0;
}
.head .head-right .head-search .head-input {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 240px;
  height: 40px;
  padding: 0 0.55rem 0 0.2rem;
  font-size: 14px;
  color: #666;
  background: #fff;
  border: solid 1px #d2d2d2;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  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%);
}
.head .head-right .head-search .head-input input::placeholder {
  font-size: 14px;
  color: #666;
}
.head .head-right .head-search:hover .head-input {
  opacity: 1;
  visibility: visible;
}
.head:hover {
  background: #fff;
}
.head:hover .head-pic {
  opacity: 0;
}
.head:hover .pic-active {
  opacity: 1;
}
.head:hover .search-pic {
  opacity: 0;
}
.head:hover .search-pic2 {
  opacity: 1 !important;
}
.head:hover .nav-li .li-title {
  color: #212121 !important;
}
.head:hover .nav-li .li-title:hover {
  color: #00408f !important;
}
.head:hover .nav-li .li-title:hover::after {
  width: 100% !important;
}
.head:hover .li-active a {
  color: #00408f !important;
}
.head:hover .li-active a::after {
  width: 100% !important;
}
.head .Whead-search,
.head .head-menu,
.head .Whead-sidebar {
  display: none;
}
.head-two .head-pic {
  opacity: 0;
}
.head-two .pic-active {
  opacity: 1 !important;
}
.head-two .search-pic {
  opacity: 0;
}
.head-two .search-pic2 {
  opacity: 1 !important;
}
.head-two .li-title {
  color: #212121 !important;
}
.page-head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 0.5rem;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-head .head-logo {
  position: relative;
  width: 1.7rem;
  height: auto;
}
.page-head .head-logo .head-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  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%);
}
.page-head .head-logo .pic-active {
  opacity: 0;
}
.page-head .head-right {
  display: flex;
  justify-content: space-between;
  width: 868px;
}
.page-head .head-right .head-nav {
  width: 780px;
  height: auto;
  color: #fff;
}
.page-head .head-right .head-nav .nav-ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-head .head-right .head-nav .nav-ul .nav-li {
  position: relative;
  width: auto;
  margin-right: 60px;
}
.page-head .head-right .head-nav .nav-ul .nav-li:last-child {
  margin-right: 0;
}
.page-head .head-right .head-nav .nav-ul .nav-li .li-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-head .head-right .head-nav .nav-ul .nav-li .li-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00408f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-head .head-right .head-nav .nav-ul .nav-li .nav-list {
  position: absolute;
  top: 80px;
  left: -58px;
  width: 178px;
  height: auto;
  padding: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-head .head-right .head-nav .nav-ul .nav-li .nav-list .list-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666;
}
.page-head .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:last-child {
  margin-bottom: 0;
}
.page-head .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:hover {
  color: #00408f;
  text-decoration: underline;
}
.page-head .head-right .head-nav .nav-ul .nav-li:hover .nav-list {
  opacity: 1;
  visibility: visible;
}
.page-head .head-right .head-nav .nav-ul .nav-li:hover .li-title {
  color: #00408f;
}
.page-head .head-right .head-nav .nav-ul .nav-li:hover .li-title::after {
  width: 100%;
}
.page-head .head-right .head-search {
  position: relative;
  width: 18px;
}
.page-head .head-right .head-search .search-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-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 {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 240px;
  height: 40px;
  padding: 0 0.55rem 0 0.2rem;
  font-size: 14px;
  color: #666;
  background: #fff;
  border: solid 1px #d2d2d2;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  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%);
}
.page-head .head-right .head-search .head-input input::placeholder {
  font-size: 14px;
  color: #666;
}
.page-head .head-right .head-search:hover .head-input {
  opacity: 1;
  visibility: visible;
}
.page-head:hover {
  background: #fff;
}
.page-head:hover .head-pic {
  opacity: 0;
}
.page-head:hover .pic-active {
  opacity: 1;
}
.page-head:hover .search-pic {
  opacity: 0;
}
.page-head:hover .search-pic2 {
  opacity: 1 !important;
}
.page-head:hover .nav-li .li-title {
  color: #212121 !important;
}
.page-head:hover .nav-li .li-title:hover {
  color: #00408f !important;
}
.page-head:hover .nav-li .li-title:hover::after {
  width: 100% !important;
}
.page-head:hover .li-active .lanse {
  color: #00408f !important;
}
.page-head:hover .li-active .lanse::after {
  width: 100% !important;
}
.page-head .Whead-search,
.page-head .head-menu,
.page-head .Whead-sidebar {
  display: none;
}
.head-Wnav {
  display: none;
}
.foot {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.6rem;
  background: #121414;
}
.foot .foot-box {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  margin: 0 auto;
}
.foot .foot-box .foot-nav {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: auto;
}
.foot .foot-box .foot-nav .nav-dl {
  width: 1.84rem;
  text-align: left;
}
.foot .foot-box .foot-nav .nav-dl .nav-dt {
  margin-bottom: 0.2rem;
  font-size: 16px;
  color: #fff;
}
.foot .foot-box .foot-nav .nav-dl .nav-dd a {
  font-size: 14px;
  color: #6d7272;
  line-height: 30px;
}
.foot .foot-box .foot-nav .nav-dl .nav-dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .foot-box .foot-ewm {
  width: 1.4rem;
  height: auto;
  padding-top: 0.16rem;
}
.foot .foot-box .foot-ewm .ewm-text {
  width: 100%;
  margin-top: 0.18rem;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #6d7272;
}
.foot .foot-bottom {
  padding-top: 0.74rem;
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  margin: 0 auto;
}
.foot .foot-bottom .bottom-zhizi {
  width: 60%;
  height: auto;
  padding-top: 0.4rem;
  font-size: 14px;
  line-height: 30px;
  color: #6d7272;
}
.foot .foot-bottom .bottom-zhizi a {
  color: #6d7272;
}
.foot .foot-bottom .bottom-zhizi a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .foot-bottom .bottom-link {
  width: 2.4rem;
}
.foot .foot-bottom .bottom-link .link-text {
  width: 100%;
  text-align: right;
}
.foot .foot-bottom .bottom-link .link-text a {
  font-size: 14px;
  color: #6d7272;
}
.foot .foot-bottom .bottom-link .link-text a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .foot-bottom .bottom-link .link-text span {
  margin: 0 0.1rem;
}
.foot .foot-bottom .bottom-link .link-box {
  position: relative;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.2rem;
  padding-left: 0.15rem;
  font-size: 14px;
  color: #6d7272;
  line-height: 0.5rem;
  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-link .link-box .link-hidden {
  position: absolute;
  bottom: 0.5rem;
  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-link .link-box .link-hidden a {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-size: 14px;
  color: #666;
  line-height: 0.5rem;
}
.foot .foot-bottom .bottom-link .link-box .link-hidden a:hover {
  text-decoration: underline;
}
.foot .foot-bottom .bottom-link .link-box:hover .link-hidden {
  opacity: 1;
  visibility: visible;
}
.foot .foot-bottom .bottom-web-link {
  display: none;
}
.head-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
}
.head-bottom .bottom-nav {
  width: auto;
  height: 100%;
  padding: 0 35px;
}
.head-bottom .bottom-nav .nav-actve {
  font-weight: bold;
  color: #00408f !important;
}
.head-bottom .bottom-nav .nav-actve em {
  width: 100% !important;
}
.head-bottom .bottom-nav .nav-list {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
}
.head-bottom .bottom-nav .nav-list em {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00408f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head-bottom .bottom-nav .nav-list:hover {
  color: #00408f;
}
.head-bottom .bottom-nav .nav-list:hover em {
  width: 100%;
}
.container {
  width: 100%;
  height: auto;
}
.container .pege-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .pege-plate1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container .pege-container .pege-plate1 .banner-pic {
  width: 100%;
  height: 100vh;
}
.container .pege-container .pege-plate1 .web-banner-pic {
  display: none;
}
.container .pege-container .pege-plate1 .swiper-pagination {
  top: 50%;
  right: 50px !important;
  left: auto !important;
  bottom: auto !important;
  width: 20px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .pege-container .pege-plate1 .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 24px;
  margin-bottom: 0.3rem;
  background: url(../images/icon/icon-yuan2.png) no-repeat center center;
  background-size: 16px;
  opacity: 1;
}
.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-plate1 .banner-bottom {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 72px;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
.container .pege-container .pege-plate1 .banner-bottom .bottom-pic {
  width: 30px;
}
.container .pege-container .pege-plate1 .banner-bottom .bottom-text {
  margin-top: 0.15rem;
  font-size: 12px;
  color: #fff;
}
.container .pege-container .pege-plate2 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/bg-about.png) no-repeat left 7.36rem;
  background-size: 8.58rem;
  overflow: hidden;
}
.container .pege-container .pege-plate2 .plate2-bg-blue {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 100vh;
  background: #0d6cb1;
}
.container .pege-container .pege-plate2 .plate2-bg-blue .plate-bg-o {
  position: absolute;
  top: 0.7rem;
  left: -2.6rem;
  width: 4.67rem;
}
.container .pege-container .pege-plate2 .plate2-cont {
  display: flex;
  justify-content: space-between;
  width: 16.46rem;
  margin: 0 auto;
  padding-top: 2.4rem;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left {
  width: 4.98rem;
  height: 5.66rem;
  padding-right: 0.1rem;
  overflow-y: scroll;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #f0f0f0;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left::-webkit-scrollbar-thumb {
  background-color: #00408f;
  border-radius: 6px;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-English {
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-title {
  margin: 0.08rem 0 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-text {
  margin-bottom: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom {
  padding-top: 0.8rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom span {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 14px;
  color: #666666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom .bottom-icon {
  width: 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom:hover span {
  transform: translateX(4px);
  -o-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.container .pege-container .pege-plate2 .plate2-cont .cont-left .left-bottom:hover .bottom-icon {
  transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
}
.container .pege-container .pege-plate2 .plate2-cont .cont-right {
  position: relative;
  width: 9.88rem;
  height: 5.56rem;
  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: 50%;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .pege-container .pege-plate2 .plate2-cont .cont-right .video-box video {
  width: 100%;
  height: auto;
}
.container .pege-container .pege-plate2 .banner-bottom {
  display: none;
}
.container .pege-container .cont-plate3 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .swiper-slide {
  width: 50%;
  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: none;
  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: 8px;
  opacity: 1;
}
.container .pege-container .cont-plate3 .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon-plate3-solid-on.png) no-repeat center center;
  background-size: 15px;
}
.container .pege-container .cont-plate4 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.container .pege-container .cont-plate4 .plate4-bg-color {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 100vh;
  background: #f8f8f8;
}
.container .pege-container .cont-plate4 .plate4-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.64rem;
  height: auto;
  margin: 0 auto;
  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,
.container .pege-container .cont-plate4 .plate4-cent .cent-title2 {
  display: none;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid {
  width: 5.1rem;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid .plate4-list {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid .plate4-list .pic-box {
  width: 100%;
  height: 3.28rem;
  overflow: hidden;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid .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 .pc-cent-box .cent-solid .plate4-list .list-title {
  width: 4.48rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid .plate4-list .list-text {
  width: 4.48rem;
  margin-top: 0.2rem;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid .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 .pc-cent-box .cent-solid .cent-English {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid .cent-title {
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .pege-container .cont-plate4 .plate4-cent .pc-cent-box .cent-solid .cont-mar {
  margin-bottom: 1.15rem;
}
.container .pege-container .cont-plate4 .plate4-cent .swiper-slide {
  display: none;
  width: 33.33%;
  height: auto;
  padding-right: 0.6rem;
}
.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: 4.48rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #333333;
}
.container .pege-container .cont-plate4 .plate4-cent .swiper-slide .plate4-list .list-text {
  width: 4.48rem;
  margin-top: 0.2rem;
  font-size: 14px;
  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-pagination {
  display: none;
  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: 8px;
  opacity: 1;
}
.container .pege-container .cont-plate4 .plate4-cent .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon-plate4-solid-on.png) no-repeat center center;
  background-size: 15px;
}
.container .pege-container .cont-plate4 .plate4-bottom {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
}
.container .pege-container .cont-plate4 .plate4-bottom a span {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 14px;
  color: #666666;
  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-bottom a .bottom-icon {
  width: 0.3rem;
  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-bottom a:hover span {
  transform: translateX(4px);
  -o-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.container .pege-container .cont-plate4 .plate4-bottom a:hover .bottom-icon {
  transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
}
.container .pege-container .cont-plate4 .banner-bottom {
  display: none;
}
.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: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 16.64rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-plate5 .plate5-cont .cont-left {
  width: 3.43rem;
  color: #fff;
}
.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.6rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom2 {
  display: none;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom span {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom .bottom-icon {
  width: 0.3rem;
  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-left .left-bottom:hover span {
  transform: translateX(4px);
  -o-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.container .pege-container .cont-plate5 .plate5-cont .cont-left .left-bottom:hover .bottom-icon {
  transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
}
.container .pege-container .cont-plate5 .plate5-cont .cont-right2 {
  display: none;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 11.15rem;
  height: auto;
  background: #fff;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-right .right-pic {
  width: 100%;
  height: 1.6rem;
  margin-bottom: 2px;
  border-bottom: solid 2px #f3f3f3;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-right .right-pic .pic-box {
  display: inline-block;
  width: 2.74rem;
  height: 100%;
  border-right: solid 1px #f3f3f3;
  overflow: hidden;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-right .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-right .right-pic .pic-box:last-child {
  border-right: none;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-right .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-right .right-pic:last-child {
  border-bottom: none;
}
.container .pege-container .cont-plate5 .plate5-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.38rem;
  left: 50%;
  width: 16.64rem;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .pege-container .cont-plate5 .plate5-bottom .bottom-left {
  width: 50%;
  font-size: 14px;
  line-height: 30px;
  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-left a {
  color: #fff;
}
.container .pege-container .cont-plate5 .plate5-bottom .bottom-left a:hover {
  text-decoration: underline;
}
.container .pege-container .cont-plate5 .plate5-bottom .bottom-web-top {
  display: none;
}
.container .pege-container .cont-plate5 .plate5-bottom .bottom-right {
  width: 50%;
  text-align: right;
}
.container .pege-container .cont-plate5 .plate5-bottom .bottom-right .right-icon {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  margin-left: 0.22rem;
  text-align: center;
  line-height: 0.44rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.container .pege-container .cont-plate5 .plate5-bottom .bottom-right .right-icon .icon-size {
  width: 0.22rem;
}
.container .pege-container .cont-plate5 .plate5-bottom .bottom-right .right-icon:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.boutique {
  width: 100%;
  height: auto;
}
.boutique .banner-box {
  width: 100%;
}
    .boutique .boutique-plate1 {
        display: flex;
        justify-content: space-between;
        width: 13.72rem;
        height: auto;
        margin: -2rem auto 0;
    }
.boutique .boutique-plate1 {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
}
.boutique .boutique-plate1 .plate1-left {
  width: 8.32rem;
  height: auto;
  padding-top: 1rem 0 0.6rem;
  background: url(../images/boutique/bg.png) no-repeat left bottom;
}
.boutique .boutique-plate1 .plate1-left .left-English {
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #9ce054;
}
.boutique .boutique-plate1 .plate1-left .left-title {
  margin-top: 0.15rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #00408f;
}
.boutique .boutique-plate1 .plate1-left .left-text {
  margin-top: 0.6rem;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  padding:0 0 25px 0;
}
.boutique .boutique-plate1 .plate1-right {
  width: 4.3rem;
  height: auto;
  padding: 0.75rem 0.35rem 0.82rem;
  background: #f0f5fe url(../images/boutique/boutique-map.png) no-repeat center 0.2rem;
  background-size: 95%;
}
.boutique .boutique-plate1 .plate1-right .rght-title {
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #00408f;
}
.boutique .boutique-plate1 .plate1-right .right-text {
  margin-bottom: 0.4rem;
  font-size: 14px;
  line-height: 28px;
  color: #4b4b4b;
}
.boutique .boutique-plate1 .plate1-right .right-phone {
  margin-bottom: 0.4rem;
  width: 100%;
  font-size: 0.3rem;
  font-weight: bold;
  color: #9ce054;
}
.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.56rem;
  text-align: center;
  font-size: 14px;
  line-height: 0.56rem;
  color: #fff;
  margin-top:20px;
  background: #00408f;
}
.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-bottom: 1rem;
  background: linear-gradient(to right, #084b9f, #00408f);
}
.boutique .boutique-plate2 .plate2-English {
  padding-top: 1rem;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.boutique .boutique-plate2 .plate2-title {
  padding-bottom: 0.6rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.boutique .boutique-plate2 .plate2-box {
  position: relative;
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  background: #0b51a6;
  overflow: hidden;
}
.boutique .boutique-plate2 .plate2-box .swiper-slide {
  width: 7.65rem;
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.boutique .boutique-plate2 .plate2-box .swiper-slide-active {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.boutique .boutique-plate2 .plate2-box .boutique-swiper-button-prev,
.boutique .boutique-plate2 .plate2-box .boutique-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.34rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 50%;
  border: solid 2px #fff;
  z-index: 99;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.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:hover,
.boutique .boutique-plate2 .plate2-box .boutique-swiper-button-next:hover {
  background: #9ce054;
  border: solid 2px #9ce054;
}
.boutique .boutique-plate2 .plate2-box .boutique-swiper-button-prev {
  left: 2.48rem;
}
.boutique .boutique-plate2 .plate2-box .boutique-swiper-button-next {
  right: 2.48rem;
}
.boutique .boutique-plate2 .swiper-pagination {
  width: 100%;
  margin-top: 0.3rem;
}
.boutique .boutique-plate2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.43rem;
  height: 3px;
  margin: 0 5px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.boutique .boutique-plate2 .swiper-pagination-bullet-active {
  background: #9ce054 !important;
}
.boutique .boutique-plate3 {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.boutique .boutique-plate3 .plate3-English {
  padding-top: 1rem;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.boutique .boutique-plate3 .plate3-title {
  padding-bottom: 0.6rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.boutique .boutique-plate3 .plate3-box {
  width: 13.72rem;
  margin: 0 auto;
  overflow: hidden;
}
.boutique .boutique-plate3 .plate3-box .swiper-slide {
  width: 4.3rem;
  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.22rem;
  font-weight: bold;
  color: #00408f;
}
.boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .liat-cent .cent-text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.boutique .boutique-plate3 .plate3-box .swiper-slide .slide-lsit .liat-cent .cent-text span {
  font-size: 18px;
  font-weight: bold;
  color: #9ce054;
}
.boutique .boutique-plate3 .buttom-box {
  position: absolute;
  top: 56%;
  left: 50%;
  width: 13.72rem;
  margin: 0 auto;
  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.34rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 50%;
  border: solid 2px #e3e2e7;
  z-index: 99;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.boutique .boutique-plate3 .buttom-box .plate3-swiper-button-prev {
  left: -0.8rem;
  background: 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.8rem;
  background: 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: inline-block;
        position: sticky;
        top: 1rem;
        left: 1rem;
        width: 1rem;
        height: 1rem;
        margin-top: 1rem;
        font-size: 14px;
        text-align: center;
        line-height: 0.44rem;
        color: #fff;
        border-radius: 50%;
        background: #00408f;
        z-index: 59;
    }
        .boutique .boutique-sticky img {
            width: 0.22rem;
            margin-top: 0.2rem;
        }

        .boutique .boutique-sticky:hover {
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
        }
.pege-boutique {
    width: 100%;
    height: auto;
}
.pege-boutique .banner-box {
  position: relative;
  width: 100%;
}
.pege-boutique .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.pege-boutique .pege-top {
  width: 100%;
  height: auto;
}
.pege-boutique .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 0.55rem 0 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-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.pege-boutique .pege-top .top-cont .cont-title {
  width: 100%;
  margin: 0.06rem 0 0.53rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.pege-boutique .pege-top .top-cont .cont-text {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.pege-boutique .pege-cent {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
  background: #f5f5f5;
  overflow: hidden;
}
.pege-boutique .pege-cent .cent-top {
  display: flex;
  justify-content: space-evenly;
  width: 7.76rem;
  margin: 0 auto 0.6rem;
  z-index: 99;
}
.pege-boutique .pege-cent .cent-top .top-select {
  position: relative;
  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: absolute;
  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: 99;
  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: 2.2rem;
  height: 0.5rem;
  padding: 0 0.2rem;
  margin-right: 0.1rem;
  font-size: 14px;
  color: #666666;
  background: #fff;
  border: solid 1px #efefef;
}
.pege-boutique .pege-cent .cent-top input::placeholder {
  font-size: 14px;
  color: #666;
}
.pege-boutique .pege-cent .cent-top .top-buttom {
  width: 0.94rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  background: #00408f;
  cursor: pointer;
  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-buttom .buttom-icon {
  width: 22px;
}
.pege-boutique .pege-cent .cent-top .top-buttom:hover {
  border-radius: 0.1rem;
}
.pege-boutique .pege-cent .cent-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
}
.pege-boutique .pege-cent .cent-list .liat-box {
  width: 6.6rem;
  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 {
  position: relative;
  width: 100%;
  padding: 0.4rem 0.5rem 0;
  background: #fff;
  z-index: 99;
}
.pege-boutique .pege-cent .cent-list .liat-box .box-text .text-title {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #00408f;
}
.pege-boutique .pege-cent .cent-list .liat-box .box-text .text-font {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.pege-boutique .pege-cent .cent-list .liat-box .box-text .text-font .phone {
  font-size: 18px;
  font-weight: bold;
  color: #9ce054;
}
.pege-boutique .pege-cent .cent-list .liat-box .box-text .text-address {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pege-boutique .pege-cent .cent-list .liat-box: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);
}
.pege-boutique .pege-cent .cent-bottom {
  width: 2.6rem;
  height: 0.6rem;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6rem;
  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: 18px;
  margin-right: 0.1rem;
}
.pege-boutique .pege-cent .cent-bottom .bottom-icon2 {
  display: none;
  width: 18px;
  margin-right: 0.1rem;
}
.pege-boutique .pege-cent .cent-bottom:hover {
  color: #fff;
  background: #00408f;
}
.pege-boutique .pege-cent .cent-bottom:hover .bottom-icon2 {
  display: inline-block;
}
.pege-boutique .pege-cent .cent-bottom:hover .bottom-icon {
  display: none;
}
.partner {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.partner .banner-box {
  position: relative;
  width: 100%;
}
.partner .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.partner .pege-top {
  width: 100%;
  height: auto;
}
.partner .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: center;
}
.partner .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.partner .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.partner .partner-cent {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.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: 20%;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  overflow: hidden;
}
.partner .partner-cent .cent-box .box-list .img,
.partner .partner-cent .cent-box .box-list2 .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.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-list {
  background: #fafafa;
}
.partner .partner-cent .cent-box .box-list2 {
  background: #f5f5f5;
}
.partner .partner-cent .cent-bottom {
  width: 4rem;
  height: 0.6rem;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6rem;
  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: 18px;
  margin-right: 0.1rem;
}
.partner .partner-cent .cent-bottom .bottom-icon2 {
  display: none;
  width: 18px;
  margin-right: 0.1rem;
}
.partner .partner-cent .cent-bottom:hover {
  color: #fff;
  background: #00408f;
}
.partner .partner-cent .cent-bottom:hover .bottom-icon2 {
  display: inline-block;
}
.partner .partner-cent .cent-bottom:hover .bottom-icon {
  display: none;
}
.contact {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.contact .banner-box {
  position: relative;
  width: 100%;
}
.contact .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.contact .pege-top {
  width: 100%;
  height: auto;
}
.contact .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: center;
}
.contact .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.contact .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.contact .contact-mode {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.contact .contact-mode .mode-list {
  width: 25%;
  height: 1.96rem;
  padding: 0 0.2rem;
  text-align: center;
  border-right: solid 1px #e2e2e2;
}
.contact .contact-mode .mode-list .list-pic {
  position: relative;
  top: 0;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #f5f5f5;
  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;
}
.contact .contact-mode .mode-list .list-pic .pic-icon,
.contact .contact-mode .mode-list .list-pic .pic-icon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.34rem;
  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;
}
.contact .contact-mode .mode-list .list-pic .pic-icon-on {
  opacity: 0;
}
.contact .contact-mode .mode-list .list-pic .icon-size {
  width: 0.29rem !important;
}
.contact .contact-mode .mode-list .list-title {
  width: 100%;
  margin: 0.24rem 0 0.2rem;
  font-size: 16px;
  color: #00408f;
}
.contact .contact-mode .mode-list .list-text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.contact .contact-mode .mode-list:hover .list-pic {
  background: #00408f;
}
.contact .contact-mode .mode-list:hover .list-pic .pic-icon {
  opacity: 0;
}
.contact .contact-mode .mode-list:hover .list-pic .pic-icon-on {
  opacity: 1;
}
.contact .contact-mode .mode-list:last-child {
  border-right: none;
}
.contact .contact-map {
  width: 100%;
  margin-top: 1rem;
}
.contact .online-message {
  width: 13.72rem;
  margin: 0 auto;
}
.contact .online-message .pege-top {
  width: 100%;
  height: auto;
}
.contact .online-message .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: left;
}
.contact .online-message .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.contact .online-message .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.contact .online-message .message-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.contact .online-message .message-form .form-input {
  width: calc(50% - 5px);
  height: 0.65rem;
  padding: 0 0.22rem;
  margin-bottom: 0.2rem;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
  background: #f5f5f5;
}
.contact .online-message .message-form .form-input::placeholder {
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
}
.contact .online-message .message-form textarea {
  width: 100%;
  height: 1.8rem;
  padding: 0.25rem 0.22rem 0;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
  background: #f5f5f5;
}
.contact .online-message .message-form textarea::placeholder {
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
}
.contact .online-message .message-buttom {
  width: 4rem;
  height: 0.66rem;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #fff;
  line-height: 0.66rem;
  text-align: center;
  background: #00408f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .online-message .message-buttom:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.culture {
  width: 100%;
  height: auto;
}
.culture .banner-box {
  position: relative;
  width: 100%;
}
.culture .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.culture .pege-top {
  width: 100%;
  height: auto;
}
.culture .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: center;
}
.culture .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.culture .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.culture .culture-cont {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.culture .culture-cont .cont-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  right: 0;
  width: 100%;
  height: auto;
}
.culture .culture-cont .cont-box .box-blank {
  width: 14.3%;
  height: auto;
}
.culture .culture-cont .cont-box .box-cent {
  position: relative;
  width: 35.7%;
  height: auto;
  padding: 1.2rem 0 0 1.2rem;
  background: #f5f5f5;
  background-size: 4.67rem;
  overflow: hidden;
}
.culture .culture-cont .cont-box .box-cent .cent-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 0.48rem;
  line-height: 0.48rem;
  color: #333333;
}
.culture .culture-cont .cont-box .box-cent .cent-title {
  width: 100%;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000000;
}
.culture .culture-cont .cont-box .box-cent .cent-text {
  width: 100%;
  margin-top: 0.6rem;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.culture .culture-cont .cont-box .box-cent .cent-bg {
  position: absolute;
  bottom: -42%;
  right: -30%;
  width: 4.67rem;
}
.culture .culture-cont .cont-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.culture .culture-cont .cont-box .box-pic .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-box: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);
}
.culture .culture-web-cont {
  display: none;
}
.idea {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.idea .banner-box {
  position: relative;
  width: 100%;
}
.idea .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.idea .pege-top {
  width: 100%;
  height: auto;
}
.idea .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.45rem;
  text-align: center;
}
.idea .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  line-height: 36px;
  color: #999999;
}
.idea .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.idea .idea-cont {
  width: 13.72rem;
  margin: 0 auto;
  overflow: hidden;
}
.idea .idea-cont .cont-text {
  margin-bottom: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666666;
}
.idea .idea-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  width: 100%;
  height: 13.92rem;
  padding-top: 0.6rem;
}
.idea .idea-cont .cont-box .box-list {
  position: relative;
  width: calc(50% - 0.4rem);
  height: auto;
}
.idea .idea-cont .cont-box .box-list .list-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem;
  color: #fff;
}
.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: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 24px;
  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;
}
.idea .idea-cont .cont-box .box-list:hover .text-cent {
  height: 0.7rem;
  padding-top: 0.2rem;
}
.news {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.news .banner-box {
  position: relative;
  width: 100%;
}
.news .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.news .news-cont {
  width: 13.72rem;
  margin: 0 auto;
  overflow: hidden;
}
.news .news-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.news .news-cont .cont-box .box-list {
  width: calc(33.33% - 0.31rem);
  height: auto;
  margin-bottom: 0.6rem;
  margin-left: 0.31rem;
}
.news .news-cont .cont-box .box-list:nth-child(3n+1) {
  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 {
  position: relative;
  width: 100%;
  height: 1.66rem;
  padding: 0.28rem 0 0.4rem;
  background: #fff;
}
.news .news-cont .cont-box .box-list .list-cent .cent-title {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
}
.news .news-cont .cont-box .box-list .list-cent .cent-text {
  width: 100%;
  margin-top: 0.2rem;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-cont .cont-box .box-list: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);
}
.news .news-cont .page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.news .news-cont .page-number .but-active {
  background: #00408f !important;
  color: #fff !important;
}
.news .news-cont .page-number .but-box {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  color: #999999;
  border-radius: 50%;
  background: #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .page-number .but-box .but-left {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/icon/icon-honor-leftArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .page-number .but-box .but-right {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/icon/icon-honor-rightArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .page-number .but-box:hover {
  background: #00408f;
  color: #fff;
}
.news .news-cont .page-number .but-box:hover .but-left {
  background: url(../images/icon/icon-honor-leftArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.news .news-cont .page-number .but-box:hover .but-right {
  background: url(../images/icon/icon-honor-rightArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.news .news-cont .Wpage-number {
  display: none;
}
.newsDetails {
  width: 100%;
  height: auto;
}
.newsDetails .banner-box {
  position: relative;
  width: 100%;
}
.newsDetails .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
    .newsDetails .newsDetails-cont {
        width: 13.72rem;
        height: auto;
        margin: -2.2rem auto 0;
        overflow: hidden;
    }
.newsDetails .newsDetails-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.newsDetails .newsDetails-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-left {
  width: 10.25rem;
  height: auto;
  padding: 1rem 0.8rem 1.5rem 0;
  border-right: solid 1px #e8e8e8;
}
.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: 16px;
  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: 16px;
  line-height: 30px;
  color: #666666;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-text {
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.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: 16px;
  font-weight: bold;
  color: #3f4150;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-English {
  margin-top: 0.6rem;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #8c94a3;
}
.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: 0.54rem;
  height: 0.54rem;
  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-share .share-link:hover {
  background: #00408f;
  border: solid 2px #00408f;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link:hover .share-icon-on {
  opacity: 1;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link:hover .share-icon {
  opacity: 0;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-switch {
  display: inline-block;
  width: 100%;
  height: 0.64rem;
  margin-top: 0.1rem;
  padding-left: 0.3rem;
  font-size: 16px;
  line-height: 0.64rem;
  color: #666666;
  background: #f3f3f3;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-switch:hover {
  color: #00408f;
  text-decoration: underline;
}
.newsDetails .newsDetails-cont .cont-box .box-right {
  width: 3.46rem;
  height: auto;
  padding-left: 0.58rem;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-title {
  width: 100%;
  padding-top: 1rem;
  margin-bottom: 0.36rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #191c22;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.4rem;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link p {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 0.1rem;
  line-height: 26px;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link p span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #b9c0ce;
  border-radius: 50%;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link .link-text {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link .link-text:hover {
  text-decoration: underline;
}
    .newsDetails .boutique-sticky {
        display: inline-block;
        position: sticky;
        top: 1rem;
        left: 1rem;
        width: 1rem;
        height: 1rem;
        margin-top: 1rem;
        font-size: 14px;
        text-align: center;
        line-height: 0.44rem;
        color: #fff;
        border-radius: 50%;
        background: #00408f;
    }

        .newsDetails .boutique-sticky img {
            width: 0.22rem;
            margin-top: 0.2rem;
        }

        .newsDetails .boutique-sticky:hover {
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
        }
.staff {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.staff .banner-box {
  position: relative;
  width: 100%;
}
.staff .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.staff .pege-top {
  width: 100%;
  height: auto;
}
.staff .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: center;
}
.staff .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.staff .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.staff .staff-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.staff .staff-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.staff .staff-cont .cont-box .box-list {
  width: calc(33.33% - 0.25rem);
  height: auto;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.staff .staff-cont .cont-box .box-list .list-pic {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.staff .staff-cont .cont-box .box-list .list-title {
  position: relative;
  width: 100%;
  padding-top: 0.25rem;
  font-size: 16px;
  color: #333333;
  background: #fff;
}
.staff .staff-cont .cont-box .box-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);
}
.staff .staff-cont .cent-bottom {
  width: 4rem;
  height: 0.6rem;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6rem;
  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: 18px;
  margin-right: 0.1rem;
}
.staff .staff-cont .cent-bottom .bottom-icon2 {
  display: none;
  width: 18px;
  margin-right: 0.1rem;
}
.staff .staff-cont .cent-bottom:hover {
  color: #fff;
  background: #00408f;
}
.staff .staff-cont .cent-bottom:hover .bottom-icon2 {
  display: inline-block;
}
.staff .staff-cont .cent-bottom:hover .bottom-icon {
  display: none;
}
.recruit {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.recruit .banner-box {
  position: relative;
  width: 100%;
}
.recruit .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.recruit .pege-top {
  width: 100%;
  height: auto;
}
.recruit .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.45rem;
  text-align: center;
}
.recruit .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  line-height: 36px;
  color: #999999;
}
.recruit .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.recruit .recruit-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.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: 0.9rem;
  line-height: 0.9rem;
  font-size: 16px;
  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: 3.03rem;
  padding-left: 0.3rem;
}
.recruit .recruit-cont .recruit-list .list-dt .dt-title2 {
  width: 2.76rem;
  text-align: left;
}
.recruit .recruit-cont .recruit-list .list-dt .dt-title3 {
  width: 2.75rem;
  text-align: left;
}
.recruit .recruit-cont .recruit-list .list-dt .dt-title4 {
  width: 5.21rem;
  text-align: left;
}
.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: 0.9rem;
  line-height: 0.9rem;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #eaeaea;
  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: 3.03rem;
  padding-left: 0.3rem;
  font-size: 16px;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-place {
  width: 2.76rem;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-num {
  width: 2.75rem;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-data {
  width: 4.27rem;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-show {
  width: 0.95rem;
  text-align: center;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-show .show-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.09rem;
  background: url(../images/icon/icon-recruit-+.png) no-repeat center center;
  background-size: 14px;
  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 .top-active {
  border-bottom: none !important;
}
.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 {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.honor {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.honor .banner-box {
  position: relative;
  width: 100%;
}
.honor .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.honor .pege-top {
  width: 100%;
  height: auto;
}
.honor .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: center;
}
.honor .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.honor .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.honor .honor-cont {
  width: 13.72rem;
  margin: 0 auto;
}
.honor .honor-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.honor .honor-cont .cont-box .box-list {
  width: calc(33.33% - 0.4rem);
  height: auto;
  padding: 0.7rem 0.4rem 0.5rem;
  margin-bottom: 0.6rem;
  margin-left: 0.4rem;
  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:nth-child(3n+1) {
  margin-left: 0;
}
.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: 16px;
  color: #393f4b;
}
.honor .honor-cont .cont-box .box-list .list-time {
  margin-top: 0.12rem;
  font-size: 14px;
  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: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.honor .honor-cont .page-number .but-active {
  background: #00408f !important;
  color: #fff !important;
}
.honor .honor-cont .page-number .but-box {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  color: #999999;
  border-radius: 50%;
  background: #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .page-number .but-box .but-left {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/icon/icon-honor-leftArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .page-number .but-box .but-right {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/icon/icon-honor-rightArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .page-number .but-box:hover {
  background: #00408f;
  color: #fff;
}
.honor .honor-cont .page-number .but-box:hover .but-left {
  background: url(../images/icon/icon-honor-leftArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.honor .honor-cont .page-number .but-box:hover .but-right {
  background: url(../images/icon/icon-honor-rightArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.honor .honor-cont .Wpage-number {
  display: none;
}
.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: 750px;
  height: auto;
  padding: 0.6rem 1.4rem;
  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%;
}
.about .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.about .pege-top {
  width: 100%;
  height: auto;
}
.about .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: center;
}
.about .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.about .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
#jiagou-pic-box-img {
width:13.72rem;
margin:0 auto;
}
.about .none-bg {
    background: none !important;
}
.about .about-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  background: url(../images/bg-about.png) no-repeat center 73px;
  overflow: hidden;
}
.about .about-cont .cont-text {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666666;
}
.about .about-cont .cont-video {
  position: relative;
  width: 100%;
  height: 7.4rem;
  margin-top: 0.6rem;
  background: #000;
  z-index: 9;
  overflow: hidden;
}
.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 .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;
}
.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 .cont-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.2rem;
}
.about .about-cont .cont-cent .cent-pl {
  padding-left: 1.25rem;
  padding-right: 0 !important;
  background: url(../images/bg-big-O.png) no-repeat right bottom;
  background-size: 4.67rem;
}
.about .about-cont .cont-cent .cent-left {
  width: 50%;
  height: auto;
  padding-right: 1.25rem;
}
.about .about-cont .cont-cent .cent-left .left-text {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.about .about-cont .cont-cent .cent-left .left-text:last-child {
  margin-bottom: 0;
}
.about .about-cont .cont-cent .cent-right {
  width: 50%;
}
.about .about-banner {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
}
.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%;
}
.history .banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  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: 18px;
  color: #fff;
}
.history .pege-top {
  width: 100%;
  height: auto;
}
.history .pege-top .top-cont {
  width: 13.72rem;
  margin: 0 auto;
  padding: 1.2rem 0 0.55rem;
  text-align: center;
}
.history .pege-top .top-cont .cont-English {
  width: 100%;
  font-family: 'ARCHIVO-BOLD';
  font-size: 18px;
  color: #333333;
}
.history .pege-top .top-cont .cont-title {
  width: 100%;
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.history .cont-swiper-box {
  position: relative;
  width: 13.72rem;
  margin: 0 auto;
}
.history .cont-swiper-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: 1px;
  background: #b8b8b8;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -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: 16.666%;
  height: auto;
}
.history .cont-top-swiper .swiper-slide .slide-box {
  width: 1.52rem;
  height: 1.2rem;
  margin: 0 auto;
  background: #fff;
}
.history .cont-top-swiper .swiper-slide .slide-box .box-list {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1rem;
  color: #999;
  border-radius: 50%;
  border: solid 5px #999;
  cursor: pointer;
  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 5px #00408f;
}
.history .cont-top-swiper .swiper-slide-active .box-list {
  color: #00408f !important;
  border: solid 5px #00408f !important;
}
.history .cont-top-swiper .history-swiper-button-prev,
.history .cont-top-swiper .history-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 50%;
  background: #c1c1c1;
  z-index: 9;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .cont-top-swiper .history-swiper-button-prev img,
.history .cont-top-swiper .history-swiper-button-next img {
  width: 12px;
}
.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: 13.72rem;
  height: auto;
  margin: 0.55rem auto 0;
}
.history .cont-cent .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.8rem 0.6rem;
  background: #fff;
}
.history .cont-cent .cont-box .box-left {
  width: 6.8rem;
  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.3rem;
  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.3rem);
  height: auto;
}
.history .cont-cent .cont-box .box-left .left-cont .left-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .cont-cent .cont-box .box-left .left-cont .left-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.history .cont-cent .cont-box .box-left .left-cont .left-cent:hover .cent-title {
  color: #00408f;
}
.history .cont-cent .cont-box .box-right {
  width: 5.4rem;
  height: auto;
}
.history .cont-cent .cont-box .box-right img {
  width: 100%;
}
.img {
  width: 100%;
}
@keyframes videoPlay {
  from {
    width: 0.6rem;
    height: 0.6rem;
    border: solid 2px #fff;
    opacity: 0.7;
  }
  to {
    width: 1rem;
    height: 1rem;
    border: solid 3px #fff;
    opacity: 0;
  }
}
@-webkit-keyframes videoPlay {
  from {
    width: 0.6rem;
    height: 0.6rem;
    border: solid 1px #fff;
    opacity: 0.7;
  }
  to {
    width: 1rem;
    height: 1rem;
    border: solid 3px #fff;
    opacity: 0;
  }
}

