@charset "UTF-8";
/* 定义flex布局 */
/* 定义flex布局 是横向还是纵向布局 */
/*定义flex 超出换行*/
.top {
  width: 100%;
  height: 119px;
  background: url("../image/index/top.png") no-repeat;
  background-size: 100% 100%;
  position: sticky;
  z-index: 99999;
  top: 0;
}
.top .top-top {
  width: 1200px;
  margin: 0 auto;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .top-top .top-top-left {
  margin-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .top-top .top-top-left .top-top-left-right {
  margin-left: 9px;
}
.top .top-top .top-top-left .top-top-left-right .top-top-left-right-title {
  font-size: 24px;
  font-weight: bold;
}
.top .top-top .top-top-left .top-top-left-right .top-top-left-right-text {
  font-size: 12px;
}
.top .top-top .top-top-left .top-top-left-right .top-top-left-right-phone {
  font-size: 14px;
}
.top .top-top .top-top-right {
  width: 915px;
  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 .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 .top-top-right .top-top-right-name:hover {
  color: #00a09f;
}
.top .top-top .top-top-right .color {
  color: #00a09f;
}
.top .top-top .top-top-right .before::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 2px;
  background-color: #00a09f;
  bottom: -20px;
}
.top .top-bottom {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
.top .top-bottom .top-bottom-name {
  width: 950px;
  margin-left: 250px;
  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-bottom .top-bottom-name .top-bottom-text {
  font-size: 16px;
  font-weight: bold;
  color: #00a09f;
}
.top .top-bottom .top-bottom-name .top-bottom-title {
  font-size: 14px;
  color: #00a09f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top-bottom-title-popup:hover .top-bottom-popup {
  height: 200px;
  border: 1px solid #00a09f;
  padding: 20px;
  padding-right: 0;
}

.top-bottom-popup {
  position: absolute;
  width: 1180px;
  height: 0px;
  padding: 0px;
  padding-right: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 25px;
  left: 0;
  background-color: #fff;
}
.top-bottom-popup .top-bottom-popup-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bottom-popup .top-bottom-popup-left .top-bottom-popup-left-title {
  font-size: 14px;
  margin-right: 30px;
  line-height: 14px;
  color: #00a09f;
  margin-bottom: 20px;
}

.bottom {
  margin-top: 40px;
  width: var(--n);
  background-color: #042433;
  color: #fff;
}
.bottom .bottom-center {
  width: 1200px;
  height: 381px;
  margin: 0 auto;
  color: #fff;
}
.bottom .bottom-center .bottom-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom .bottom-center .bottom-center-left {
  width: 180px;
  margin-top: 60px;
}
.bottom .bottom-center .bottom-center-left .bottom-center-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.bottom .bottom-center .bottom-center-left .bottom-center-text {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.bottom .bottom-center .bottom-center-left .bottom-center-text .bottom-center-text-more {
  width: 6px;
  height: 6px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
}
.bottom .bottom-center .bottom-center-right {
  margin-left: 70px;
  margin-top: 60px;
}
.bottom .bottom-center .bottom-center-right .bottom-center-right-title {
  font-size: 18px;
  font-weight: bold;
}
.bottom .bottom-center .bottom-center-right .bottom-center-right-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom .bottom-center .bottom-center-right .bottom-center-right-lists .bottom-center-right-lists-left {
  margin-top: 36px;
  margin-right: 30px;
}
.bottom .bottom-center .bottom-center-right .bottom-center-right-lists .bottom-center-right-lists-left .bottom-center-right-lists-image {
  width: 144px;
  height: 144px;
}
.bottom .bottom-center .bottom-center-right .bottom-center-right-lists .bottom-center-right-lists-left .bottom-center-right-lists-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.bottom .bottom-bottom {
  height: 50px;
  border-top: 1px solid #fff;
  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: 14px;
}

.bottom-center-bottom {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-center-bottom .bottom-center-bottom-title {
  font-size: 16px;
  font-weight: bold;
}
.bottom-center-bottom .bottom-center-bottom-text {
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #fff;
}

.top-top-right-name-popup-box {
  position: relative;
  z-index: 9999999;
  height: 60px;
  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: 60px;
  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: #00a09f;
  color: #fff;
}

.top-image {
  width: var(--n);
  height: 300px;
}

.content {
  width: var(--n);
  background-color: #f8f8f8;
}
.content .content-center {
  width: 1200px;
  height: 45px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999999;
}

/*侧边栏*/
.right {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.right .right-location-img {
  width: 100px;
  height: 114px;
}

.right-location {
  width: 100px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}
.right-location .right-location-top {
  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;
  display: flex;
  width: 100px;
  height: 100px;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.right-location .right-location-top:hover .qrCode {
  display: block;
}
.right-location .right-location-top .right-location-image {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.right-location .right-location-top .right-location-text {
  font-size: 14px;
  color: #000;
}
.right-location .right-location-top .qrCode {
  width: 232px;
  padding: 20px;
  display: none;
  left: -252px;
  top: 10px;
  position: absolute;
  background-color: #f5f5f5;
}
.right-location .right-location-top .qrCode::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #f5f5f5;
  border-bottom: 10px solid transparent;
  right: -20px;
  top: 20px;
}
.right-location .right-location-top .qrCode .qrCode-title {
  font-size: 14px;
  font-weight: bold;
}
.right-location .right-location-top .qrCode .qrCode-img {
  margin-top: 15px;
  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;
}
.right-location .right-location-top .qrCode .qrCode-img .qrCode-img-title {
  font-size: 14px;
  margin-bottom: 7px;
}
.right-location .right-location-top .qrCode .qrCode-img .qrCode-image {
  width: 156px;
  height: 156px;
}

dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  border-radius: 10px;
}
dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
dialog::-webkit-scrollbar {
  width: 5px;
}
dialog::-webkit-scrollbar-track {
  background: #fff; /* 轨道颜色 */
}
dialog::-webkit-scrollbar-thumb {
  background: #837e7e; /* 滑块颜色 */
  border-radius: 10px; /* 滑块圆角 */
}
dialog::-webkit-scrollbar-thumb:hover {
  background: #837e7e; /* 滑块悬停颜色 */
}

.popup {
  width: 500px;
  padding: 40px;
  background-color: #fff;
  padding-top: 0;
}
.popup .popup-top {
  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: 120px;
  position: sticky;
  background-color: #fff;
  top: 0;
}
.popup .popup-top .popup-top-left {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.popup .popup-top .popup-top-left::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 8px;
  left: 0;
  bottom: 2px;
  z-index: -1;
  background-color: #00a09f;
}
.popup .popup-top .popup-top-left-imag {
  width: 20px;
  height: 21px;
}
.popup .form-item-textarea {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fafbfc;
  font-size: 14px;
}
.popup .form-item-textarea .textarea {
  border: none;
  outline: none;
  width: 460px;
  height: 80px;
  margin-top: 10px;
  background-color: #fafbfc;
}
.popup .form-item {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fafbfc;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup .form-item .input {
  border: 0;
  outline: none;
  margin-left: 20px;
  background-color: transparent;
}
.popup .form-item .input input:focus {
  outline: none;
}
.popup .form-btn {
  width: 500px;
  height: 50px;
  background-color: #00a09f;
  color: #fff;
  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: 14px;
  border: none;
}

.pagination-container {
  width: 1200px;
  margin: 0 auto;
  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;
}
.pagination-container span:first-child {
  display: none;
}
.pagination-container .pagination {
  margin-top: 0 auto;
  padding-bottom: 50px;
}
.pagination-container .pagination span {
  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;
}
.pagination-container .pagination .disabled {
  color: #333;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination-container .pagination .active {
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  background-color: #00a09f;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}