@charset "UTF-8";
/* 定义flex布局 */
/* 定义flex布局 是横向还是纵向布局 */
/*定义flex 超出换行*/
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.top {
  width: 100%;
  height: 6.875rem;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .top-left .image {
  margin-left: 1.25rem;
  width: 5.25rem;
  height: 4.3125rem;
}
.top .top-left .title-box {
  margin-left: 0.5rem;
  width: 29.375rem;
}
.top .top-left .title {
  font-size: 1.625rem;
  font-weight: bold;
}
.top .top-left .titleEn {
  font-size: 0.9375rem;
}
.top .top-top-right {
  width: 40rem;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 34px;
}
.top .top-top-right .top-top-right-name {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top .top-top-right .top-top-right-name:hover {
  color: #206453;
}
.top .top-top-right .color {
  color: #206453;
}
.top .top-top-right .before::before {
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 2px;
  background-color: #206453;
  bottom: -2.75rem;
}

.top-top-right-name-popup-box {
  position: relative;
  z-index: 9999999;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-top-right-name-popup-box:hover .top-top-right-name-popup-box-popup .top-top-right-name-popup {
  height: 45px;
}

.top-top-right-name-popup-box-popup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6.875rem;
  width: 105px;
  background-color: rgba(255, 255, 255, 0.8);
}
.top-top-right-name-popup-box-popup .top-top-right-name-popup {
  height: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-top-right-name-popup-box-popup .top-top-right-name-popup:hover {
  background-color: #206453;
  color: #fff;
}

.bottom {
  width: 100%;
  height: auto;
  background-color: #454851;
  color: #fff;
}
.bottom .bottom-center {
  padding: 2.5rem 0;
  width: 86.25rem;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .bottom .bottom-center {
    width: 100%;
  }
}
.bottom .bottom-center .bottom-center-title {
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .bottom .bottom-center .bottom-center-title {
    font-size: 1.25rem;
    padding: 0 0.9375rem;
  }
}
.bottom .bottom-center .bottom-center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
@media screen and (max-width: 980px) {
  .bottom .bottom-center .bottom-center-content {
    padding: 0 0.9375rem;
  }
}
.bottom .bottom-center .bottom-center-content .bottom-center-content-item .bottom-center-content-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 980px) {
  .bottom .bottom-center .bottom-center-content .bottom-center-content-item .bottom-center-content-item-icon {
    width: 100%;
  }
}
.bottom .bottom-center .bottom-center-content .bottom-center-content-item .bottom-center-content-item-icon .bottom-center-content-item-icon-image {
  width: 2rem;
  height: 2rem;
}
.bottom .bottom-center .bottom-center-content .bottom-center-content-item .bottom-center-content-item-icon .bottom-center-content-item-icon-text {
  font-size: 0.875rem;
  margin-left: 0.625rem;
}
.bottom .bottom-center .bottom-center-content .bottom-center-content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}
.bottom .bottom-center .bottom-center-content .bottom-center-content-image .bottom-center-content-image-image {
  width: 8rem;
  margin-bottom: 0.6875rem;
  height: 8rem;
}
.bottom .bottom-center-content-line {
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}
.bottom .bottom-center-content-text {
  height: 2.4375rem;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-right {
  width: 6.5625rem;
  height: 5.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 1.25rem;
}
.top-right .top-right-image {
  width: 1.125rem;
  height: 1.1875rem;
  margin-right: 0.3125rem;
}
.top-right .top-right-text {
  font-size: 1.375rem;
}
.top-right .top-right-more {
  width: 0.5rem;
  height: 0.5rem;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top-top-right-name-popup-boxs {
  position: relative;
  z-index: 9999999;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.25rem;
}
.top-top-right-name-popup-boxs:hover .top-right-more {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.top-top-right-name-popup-boxs:hover .top-top-right-name-popup-box-popups .top-top-right-name-popups {
  height: 45px;
}

.top-top-right-name-popup-box-popups {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6.875rem;
  width: 6.5625rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.top-top-right-name-popup-box-popups .top-top-right-name-popups {
  height: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-top-right-name-popup-box-popups .top-top-right-name-popups:hover {
  background-color: #206453;
  color: #fff;
}

.top-phone {
  width: calc(var(--s) * 750 * 1px);
  height: calc(var(--s) * 90 * 1px);
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.top-phone .top-phone-left {
  margin-left: calc(var(--s) * 25 * 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-phone .top-phone-left .top-phone-left-image {
  width: calc(var(--s) * 84 * 1px);
  height: calc(var(--s) * 68 * 1px);
  margin-right: calc(var(--s) * 8 * 1px);
}
.top-phone .top-phone-left .top-phone-left-title {
  font-size: calc(var(--s) * 27 * 1px);
  font-weight: bold;
}
.top-phone .top-phone-left .top-phone-left-titleEn {
  font-size: calc(var(--s) * 15 * 1px);
  font-weight: bold;
}
.top-phone .top-phone-right-image {
  width: calc(var(--s) * 45 * 1px);
  height: calc(var(--s) * 34 * 1px);
  margin-right: calc(var(--s) * 25 * 1px);
}

.popup-phone {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(var(--s) * 0 * 1px);
  overflow: hidden;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.popup-phone .popup-phone-content {
  width: calc(100% - var(--s) * 150 * 1px);
  position: relative;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.popup-phone .popup-phone-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.popup-phone .popup-phone-content {
  -ms-overflow-style: none; /* IE 和 Edge（旧版） */
  scrollbar-width: none; /* Firefox */
}
.popup-phone .popup-phone-content .popup-phone-content-top {
  width: 100%;
  height: calc(var(--s) * 90 * 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-phone .popup-phone-content .popup-phone-content-top .popup-phone-content-top-image {
  width: calc(var(--s) * 84 * 1px);
  height: calc(var(--s) * 68 * 1px);
  margin-left: calc(var(--s) * 25 * 1px);
}
.popup-phone .popup-phone-content .popup-phone-content-top .popup-phone-content-top-right {
  width: calc(var(--s) * 22 * 1px);
  height: calc(var(--s) * 22 * 1px);
  margin-right: calc(var(--s) * 25 * 1px);
}
.popup-phone .popup-phone-content .popup-phone-status {
  margin-top: calc(var(--s) * 45 * 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-phone .popup-phone-content .popup-phone-status .popup-phone-status-lists {
  width: calc(var(--s) * 480 * 1px);
}
.popup-phone .popup-phone-content .popup-phone-status .popup-phone-status-lists .popup-phone-status-lists-center {
  font-size: calc(var(--s) * 25 * 1px);
}
.popup-phone .popup-phone-content .popup-phone-status .popup-phone-status-lists .popup-phone-status-lists-center .popup-phone-status-lists-center-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(var(--s) * 90 * 1px);
  margin-bottom: calc(var(--s) * 25 * 1px);
}
.popup-phone .popup-phone-content .popup-phone-status .popup-phone-status-lists .popup-phone-status-lists-center .popup-phone-status-lists-center-name .popup-phone-status-lists-center-name-title {
  margin-left: calc(var(--s) * 25 * 1px);
}
.popup-phone .popup-phone-content .popup-phone-status .popup-phone-status-lists .popup-phone-status-lists-center .popup-phone-status-lists-center-name .popup-phone-status-lists-center-more {
  width: calc(var(--s) * 12 * 1px);
  height: calc(var(--s) * 12 * 1px);
  border-color: #999999;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: calc(var(--s) * 25 * 1px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.popup-phone .popup-phone-content .popup-phone-status .popup-phone-status-lists .popup-phone-status-lists-center .popup-phone-status-lists-center-name-active {
  background-color: #e8efed;
}
.popup-phone .popup-phone-content .popup-phone-status .popup-phone-status-lists .popup-phone-status-lists-center .popup-phone-status-lists-center-popup {
  height: calc(var(--s) * 90 * 1px);
  margin-left: calc(var(--s) * 70 * 1px);
}
.popup-phone .popup-phone-content .popup-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(var(--s) * 300 * 1px);
}
.popup-phone .popup-phone-content .popup-bottom .popup-bottom-image {
  width: calc(var(--s) * 23 * 1px);
  height: calc(var(--s) * 23 * 1px);
}
.popup-phone .popup-phone-content .popup-bottom .popup-bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(var(--s) * 24 * 1px);
}
.popup-phone .popup-phone-content .popup-bottom .popup-bottom-text .popup-bottom-text-title {
  margin: calc(var(--s) * 25 * 1px);
}

.popup-phone-status-lists-center-popup-box {
  display: none;
}

.popup-phone-status-lists-center-name-title-active {
  color: #206453;
}

.pagination-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 86.26rem) {
  .pagination-container {
    padding-bottom: calc(var(--s) * 25 * 1px) !important;
  }
}

.pagination-container ul {
  float: none !important;
}