@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.header.scroll {
  background: rgba(0, 0, 0, 0.6);
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  height: 90px;
}
.logo {
  display: block;
  width: 21.77vw;
  line-height: 1;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs > li {
  margin-right: 3.23vw;
  position: relative;
  z-index: 3;
}
.navs > li:before {
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: -17px;
  content: "";
  width: 88px;
  height: 71px;
  background: url(../images/navswater.png) center no-repeat;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: 0.45s;
}
.navs > li:hover:before,
.navs > li.active:before {
  opacity: 1;
  transform: scale(1);
}
.navs > li:hover .navs-menu-wr {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.04vw;
  line-height: 90px;
  font-weight: bold;
}
.navs-menu-wr {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
  transition: 0.5s;
  padding-top: 24px;
}
.navs-menu-wr:before {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 13px;
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}
.navs-menu {
  padding: 13px 0;
  background: #fff;
  border-radius: 6px;
}
.navs-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.35s;
  height: 36px;
}
.navs-menu li:hover {
  background: #116fd7;
}
.navs-menu li:hover a {
  color: #fff;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ffffff' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 80%;
  background-size: 20px auto;
  animation: waveMove 1s infinite linear;
}
.navs-menu li a {
  display: inline-block;
  color: #333;
  font-size: 16px;
}
.navs-menu li:last-child {
  margin-bottom: 0;
}
@keyframes waveMove {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: -20px 100%;
  }
}
.hsearch {
  position: relative;
  padding-left: 2.4vw;
}
.hsearch:hover .search-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.hsearch:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
}
.hsearch span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
}
.search-down {
  position: absolute;
  right: -10px;
  top: 100%;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(30px);
  transition: 0.35s;
}
.search-down .text {
  padding: 0;
  padding-left: 18px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: none;
  border-radius: 20px;
}
.search-down .sub {
  position: absolute;
  right: 12px;
  top: 10px;
  line-height: 40px;
  color: #116fd7;
  font-size: 18px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
.banner-box {
  position: relative;
  overflow: hidden;
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  left: 12.5vw;
  bottom: 50px;
  width: auto;
  border-bottom: 1px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  margin-right: 22px;
  padding-right: 8px;
  line-height: 1;
  padding-bottom: 16px;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  color: #fff;
  font-size: 16px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scaleX(1);
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: 0.36s;
}
.banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 46.35%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide.swiper-slide-active .btext {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.btext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.5vw;
  z-index: 3;
  clip-path: inset(0 100% 0 0);
  transition: 1.28s;
}
.btext img {
  display: block;
  height: 6.61vw;
  line-height: 1;
}
.announcement {
  padding: 40px 12.5vw 80px;
  display: flex;
  justify-content: space-between;
}
.announcement-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 24px 0 28px;
  width: 49.3%;
  background: #116fd7;
  border-radius: 8px;
  background: url(../images/announcementbg.png) center no-repeat;
  background-size: 100% 100%;
}
.announcement-icon {
  text-align: center;
  width: 22.53%;
}
.announcement-icon img {
  display: block;
  margin: auto;
  width: auto;
  height: 59px;
}
.announcement-icon strong {
  display: block;
  margin-top: 13px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.announcement-list {
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 26px;
  width: 77.47%;
}
.announcement-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcement-list li a:hover span {
  opacity: 0.8;
}
.announcement-list li a span {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 72%;
  transition: 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announcement-list li a span i {
  display: inline-block;
  position: relative;
  top: 3px;
  vertical-align: middle;
  margin-right: 12px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
}
.announcement-list li a time {
  display: block;
  color: #fff;
  font-size: 16px;
}
.group-news {
  position: relative;
  z-index: 2;
  padding: 0 12.5vw 14.9vw;
}
.group-news:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 21.35vw;
  background: url(../images/newsbg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.group-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.group-title {
  position: relative;
  padding-left: 32px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.group-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  content: "";
  width: 10px;
  height: 40px;
  border-radius: 5px;
  background: #116fd7;
}
.group-title strong {
  display: block;
  color: #116fd7;
  line-height: 1;
  font-size: 2.08vw;
}
.group-title strong b {
  color: #fb8308;
}
.group-title small {
  display: inline-block;
  margin-left: 16px;
  color: #333333;
  font-size: 2.08vw;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
  text-transform: uppercase;
}
.group-more a {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.group-more a:hover span {
  color: #116fd7;
}
.group-more a span {
  display: inline-block;
  margin-right: 8px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}
.group-more a i {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background: #116fd7;
  border-radius: 50%;
}
.group-more a i:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 8px;
  content: "";
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.group-more a i:after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 8px;
  content: "";
  width: 2px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.group-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.group-info {
  width: 47.91%;
}
.group-info a:hover figure img {
  transform: scale(1.03);
}
.group-info a:hover .group-text strong {
  color: #116fd7;
}
.group-info figure {
  position: relative;
  display: block;
  padding-bottom: 387px;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.group-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-info figure img {
  transition: 0.68s;
}
.group-info figure time {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 150px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #116fd7;
}
.group-text {
  padding-top: 26px;
  padding-bottom: 18px;
  border-bottom: 5px solid #116fd7;
}
.group-text strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #333333;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.36s;
}
.group-text p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group-fix {
  width: 47.91%;
}
.group-list {
  margin-top: -20px;
}
.group-list li {
  padding: 20px 0 20px;
  border-bottom: 1px solid #cacaca;
}
.group-list li:last-child {
  border-bottom: none;
}
.group-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-list li a:hover .group-imgs figure img {
  transform: scale(1.06);
}
.group-list li a:hover .group-content strong {
  color: #116fd7;
}
.group-imgs {
  width: 37.68%;
}
.group-imgs figure {
  display: block;
  line-height: 1;
  height: 144px;
  overflow: hidden;
}
.group-imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.65s;
}
.group-content {
  width: 57.97%;
}
.group-content time {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}
.group-content strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.group-content p {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business-area {
  padding: 0 12.5vw 120px;
}
.business-list {
  margin-top: 45px;
  display: flex;
}
.business-list:hover .business-item {
  width: 20%;
}
.business-item {
  margin-right: 0.8%;
  position: relative;
  width: 24.4%;
  overflow: hidden;
  transition: 0.68s;
}
.business-item:hover {
  width: 37.6% !important;
}
.business-item:hover .business-info strong {
  left: 1.98vw;
  transform: translateX(0);
}
.business-item:hover .business-info i {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.business-item:last-child {
  margin-right: 0;
}
.business-item figure {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1;
  height: 20.31vw;
}
.business-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.business-item figure img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  min-width: 100%;
}
.business-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 28px;
  width: 100%;
  z-index: 3;
}
.business-info strong {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-size: 24px;
  transition: 0.4s;
  white-space: nowrap;
}
.business-info i {
  display: inline-block;
  position: absolute;
  right: 1.56vw;
  bottom: 24px;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.38s;
}
.party-box {
  position: relative;
  z-index: 3;
  padding: 6.25vw 12.5vw 9.9vw;
  background: #116fd7;
}
.party-box .party-top {
  padding: 0 !important;
}
.party-top .group-title:before {
  background: #fff;
}
.party-top .group-title strong {
  color: #fff;
}
.party-top .group-title small {
  color: #fff;
}
.party-top .group-more a:hover {
  opacity: 0.6;
}
.party-top .group-more a span {
  color: #fff;
}
.party-top .group-more a i {
  background: #fff;
}
.party-top .group-more a i:before,
.party-top .group-more a i:after {
  background: #287ddb;
}
.building {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.building-item {
  width: 30%;
}
.building-info {
  position: relative;
}
.building-info:hover figure img {
  transform: scale(1.06);
}
.building-info figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.building-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building-info figure img {
  transition: 0.6s;
}
.building-tt {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  z-index: 3;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
}
.building-tt strong {
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.building-list {
  margin-top: 35px;
}
.building-list li {
  margin-bottom: 8px;
}
.building-list li a {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.building-list li a:hover {
  opacity: 0.8;
}
.building-list li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.waves-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 185px;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
  pointer-events: none;
}
/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -o-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  -o-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  -moz-animation-duration: 13s;
  -o-animation-duration: 13s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  -o-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-moz-keyframes move-forever {
  0% {
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
.services {
  position: relative;
  padding: 4.17vw 12.5vw 5.52vw;
}
.service-fix {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
}
.service-info {
  width: 40.27%;
}
.service-info:hover figure img {
  transform: scale(1.06);
}
.service-info figure {
  position: relative;
  display: block;
  padding-bottom: 363px;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.service-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-info figure img {
  transition: 0.68s;
}
.service-info strong {
  display: block;
  margin-top: 4px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #116fd7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-tab {
  width: 55.555%;
  border-bottom: 3px solid #116fd7;
}
.service-btns {
  display: flex;
  padding-bottom: 1px;
  border-bottom: 3px solid #116fd7;
}
.service-btns span {
  display: inline-block;
  position: relative;
  margin-right: 1px;
  width: 125px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #116fd7;
}
.service-btns span:hover:before,
.service-btns span.active:before {
  opacity: 1;
  visibility: visible;
  margin-top: 7px;
}
.service-btns span:before {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  margin-top: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #116fd7;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.service-list {
  padding-top: 26px;
}
.service-item {
  display: none;
}
.service-item:first-child {
  display: block;
}
.service-li li {
  margin-bottom: 8px;
}
.service-li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-li li a:hover span {
  color: #116fd7;
}
.service-li li a span {
  display: block;
  position: relative;
  padding-left: 26px;
  width: 78%;
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.36s;
}
.service-li li a span:before {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #116fd7;
}
.service-li li a time {
  display: block;
  color: #999999;
  font-size: 16px;
}
.location {
  position: relative;
  background: #f9f9f9;
}
.location .group-top {
  padding: 3.85vw 12.5vw 3.44vw;
}
.locate-map {
  height: 36.46vw;
}
.BMap_bubble_content {
  color: #333333;
  font-size: 12px;
}
.BMap_bubble_content p {
  position: relative;
  font-size: 16px;
  color: #116fd7;
  font-weight: bold;
}
.BMap_bubble_content p:first-child {
  margin-bottom: 14px;
  padding-bottom: 6px;
}
.BMap_bubble_content p:first-child:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 58px;
  height: 2px;
  background: #116fd7;
}
.anchorBL {
  display: none !important;
}
.footer {
  position: relative;
  z-index: 3;
  padding: 66px 12.5vw 0;
}
.footer .waves-svg {
  z-index: -1;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 46px;
  border-bottom: 1px solid #d0dff4;
}
.footer-logo {
  width: 21.77vw;
}
.footer-logo img {
  display: block;
  line-height: 1;
  width: 100%;
  height: auto;
}
.footer-select {
  position: relative;
  margin-top: 9px;
}
.footer-select:hover .select-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.footer-select span {
  display: block;
  position: relative;
  padding-left: 18px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #116fd7;
  border-radius: 6px;
  color: #116fd7;
  font-size: 16px;
}
.footer-select span:before {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -2px;
  content: "";
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid #116fd7;
}
.select-down {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #116fd7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-30px);
  transition: 0.48s;
  height: 218px;
  overflow-y: auto;
}
.select-down li {
  border-bottom: 1px solid #116fd7;
}
.select-down li:last-child {
  border-bottom: none;
}
.select-down li a {
  display: inline-block;
  margin-left: 18px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.select-down li a:hover {
  color: #116fd7;
}
.footer-bottom {
  padding-top: 2.92vw;
}
.footer-navs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-contact strong {
  display: block;
  margin-bottom: 27px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.footer-contact p {
  margin-bottom: 6px;
  color: #333333;
  font-size: 16px;
}
.footer-contact p i {
  display: inline-block;
  width: 36px;
  vertical-align: middle;
  color: #116fd7;
  font-size: 18px;
  font-style: normal;
}
.footer-navs-list {
  display: flex;
}
.footer-navs-item {
  display: inline-block;
  margin-right: auto;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 0 !important;
}
.footer-navs-item dt a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.footer-navs-item dt a:hover {
  color: #116fd7;
}
.footer-navs-item dd p {
  margin-bottom: 5px;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.footer-navs-item dd p a:hover {
  color: #116fd7;
}
.footer-navs-item:last-child {
  margin-right: 0;
}
.footer-copy {
  margin-top: 5.21vw;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy p {
  color: #fff;
  font-size: 16px;
}
.footer-copy p a {
  color: #fff;
}
.article-block.slideinset li,
.article-block.slideinset > div {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
}
.article-block.slideinset li:nth-child(2),
.article-block.slideinset > div:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.article-block.slideinset li:nth-child(3),
.article-block.slideinset > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slideinset li:nth-child(4),
.article-block.slideinset > div:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.articleShow.slideinset li,
.articleShow.slideinset > div {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.article-block.slidetopList li,
.article-block.slidetopList > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList > div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList > div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList > div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList > div:nth-child(6) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.articleShow.slidetopList li,
.articleShow.slidetopList > div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.article-block.slideTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.85s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.article-block.slideTop.detay1 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.article-block.slideTop.detay2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.articleShow.slideTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 31.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posite-box {
  padding: 0 12.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: #116fd7;
}
.posite-wz {
  display: flex;
}
.posite-wz span,
.posite-wz a,
.posite-wz b {
  display: inline-block;
  color: #fff;
  font-size: 1.04vw;
  font-weight: normal;
}
.posite-wz b {
  margin: 0 7px;
}
.posite-wz a:hover {
  opacity: 0.8;
}
.posite-menu {
  overflow: hidden;
}
.posite-menu-li {
  display: flex;
}
.posite-menu-li li {
  margin-right: 4.17vw;
  position: relative;
  z-index: 3;
}
.posite-menu-li li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.posite-menu-li li:hover,
.posite-menu-li li.active {
  color: #fff;
}
.posite-menu-li li:hover:before,
.posite-menu-li li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.posite-menu-li li.active a {
  font-weight: bold;
}
.posite-menu-li li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.04vw;
  line-height: 4.17vw;
}
.posite-menu-li li:last-child {
  margin-right: 0;
}
.speed-box {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 104px 12.5vw 290px;
}
.speed-top {
  margin-bottom: 40px;
  text-align: center;
}
.speed-top h2 {
  display: block;
  margin-bottom: 1.77vw;
  line-height: 1;
  color: #116fd7;
  font-size: 2.6vw;
}
.speed-top strong {
  display: inline-block;
  padding: 0 6.25vw;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 36px;
  border-radius: 35px;
  background: #116fd7;
  font-weight: normal;
}
.speed-info {
  color: #333333;
  font-size: 18px;
}
.speed-info p {
  text-indent: 42px;
}
.speed-info img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.about-waters {
  position: absolute;
  left: 0;
  bottom: -5vw;
  z-index: 0;
  pointer-events: none;
  content: "";
  width: 110%;
  height: 21.25vw;
  background: url(../images/abouts.jpg) left bottom no-repeat;
  background-size: auto 100%;
  transition: 0.1s;
  z-index: -1;
}
.speed {
  position: relative;
  z-index: 3;
}
.brief {
  padding: 76px 0 0;
}
.brief-btn-list {
  display: flex;
  flex-wrap: wrap;
}
.brief-btn-list li {
  margin-right: 8.45%;
  margin-bottom: 6px;
  padding: 7px 0;
  position: relative;
  cursor: pointer;
  width: 27.7%;
  border-bottom: 1px solid #e4e4e4;
}
.brief-btn-list li:hover:before,
.brief-btn-list li.active:before {
  left: 20px;
  background: #fff;
}
.brief-btn-list li:hover span,
.brief-btn-list li.active span {
  padding-left: 44px;
  background: #116fd7;
  color: #fff;
}
.brief-btn-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 3;
  content: "";
  width: 8px;
  height: 8px;
  background: #116fd7;
  border-radius: 50%;
  transition: 0.35s;
}
.brief-btn-list li:nth-child(3n+3) {
  margin-right: 0;
}
.brief-btn-list li span {
  display: block;
  padding-left: 24px;
  position: relative;
  height: 46px;
  line-height: 46px;
  color: #116fd7;
  font-size: 20px;
  border-radius: 0 23px 23px 0;
  transition: 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brief-btn-list li span:before {
  position: absolute;
  right: 24px;
  top: 0;
  content: ">";
  color: #fff;
  font-size: 20px;
  line-height: 46px;
}
.brief-fix {
  position: relative;
  margin-top: 75px;
}
.brief-introduct strong {
  display: block;
  position: relative;
  padding-bottom: 32px;
  color: #116fd7;
  font-size: 36px;
  line-height: 1;
}
.brief-introduct strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 50px;
  height: 3px;
  background: #116fd7;
}
.brief-info {
  margin-top: 30px;
  color: #333333;
  font-size: 18px;
}
.brief-slide {
  float: left;
}
.brief-imgs {
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}
.brief-img-hide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 195.3%;
}
.brief-img-item {
  float: left;
  width: 33.333%;
}
.brief-img-item figure {
  margin: 0 3.18vw;
  position: relative;
  display: block;
  padding-bottom: 44.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.brief-img-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brief-btnsd {
  position: absolute;
  right: 16.67vw;
  left: 16.67vw;
  top: 50%;
  margin-top: -23px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.brief-btnsd.prev {
  margin-left: -24px;
}
.brief-btnsd.next {
  margin-right: -24px;
}
.brief-btnsd span {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: #116fd7;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.history-top {
  padding: 6.51vw 0 4.95vw;
  text-align: center;
}
.history-top h3 {
  display: block;
  position: relative;
  padding-bottom: 28px;
  line-height: 1;
  color: #116fd7;
  font-size: 36px;
}
.history-top h3:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  content: "";
  width: 50px;
  height: 5px;
  background: #116fd7;
}
.history-top strong {
  margin-top: 38px;
  display: block;
  color: #116fd7;
  font-size: 22px;
}
.history-top p {
  color: #333333;
  font-size: 22px;
}
.history-swiper {
  padding: 5.42vw 0 7.81vw;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.history-wr {
  padding-left: 12.5vw;
  overflow: hidden;
}
.history-tab {
  position: relative;
  overflow: visible;
}
.history-tab .swiper-wrapper {
  position: relative;
  overflow: visible;
}
.history-tab .swiper-wrapper:before {
  position: absolute;
  left: 123px;
  top: 0;
  content: "";
  width: 1000%;
  height: 100%;
  background: url(../images/historybg2.png) left 103px repeat-x;
}
.history-tab .swiper-wrapper:after {
  position: absolute;
  left: -240px;
  bottom: 100px;
  content: "";
  width: 415px;
  height: 184px;
  background: url(../images/historybg1.png) left center no-repeat;
  z-index: -1;
}
.history-slide {
  margin-top: 245px;
  width: auto;
}
.history-slide:nth-child(2n+2) {
  margin-top: 0;
}
.history-slide:nth-child(2n+2) .history-fixs {
  display: inline-flex;
  flex-direction: column-reverse;
}
.history-slide:nth-child(2n+2) .history-fixs time {
  margin-top: 0;
  margin-bottom: 16px;
}
.history-slide.swiper-slide-active figure:before {
  animation: circle-opacity 2s infinite;
}
.history-slide .history-fixs {
  display: inline-block;
  cursor: pointer;
}
.history-slide figure {
  display: block;
  position: relative;
  z-index: 3;
  width: 122px;
  height: 122px;
  border: 6px solid #fff;
  border-radius: 50%;
}
.history-slide figure:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70%;
  margin-top: -70%;
  content: "";
  width: 140%;
  height: 140%;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
.history-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.history-slide time {
  display: block;
  margin-top: 16px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 30px;
}
.promise {
  margin-bottom: 3.65vw;
}
.promise strong {
  display: block;
  color: #116fd7;
  font-size: 24px;
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
.history-slide1 {
  width: 188px;
}
.history-slide2 {
  width: 196px;
}
.history-slide3 {
  width: 175px;
}
.history-slide4 {
  width: 202px;
}
.frame-box {
  padding: 4.38vw 0 18.75vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.frame-imgs {
  text-align: center;
}
.frame-imgs img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.honor-box {
  padding-top: 5.1vw;
}
.honor-tops {
  text-align: center;
}
.honor-tops strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #116fd7;
  font-size: 24px;
}
.honor-tops p {
  color: #333333;
  font-size: 18px;
}
.honor-tab {
  margin-top: 75px;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  padding-bottom: 8vw;
  background: url(../img/honorbg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.honor-slide {
  transform: scale(0.5);
  transition: 0.68s;
}
.honor-slide.swiper-slide-active {
  transform: scale(1);
}
.honor-slide figure {
  display: block;
  position: relative;
  padding-bottom: 19.79vw;
  text-align: center;
}
.honor-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.honor-swiper .business-prev {
  background: none;
  border: 1px solid #116fd7;
  color: #116fd7;
  transition: 0.4s;
}
.honor-swiper .business-prev:hover {
  background: #116fd7;
  color: #fff;
}
.honor-swiper .business-prev.prev {
  left: 28%;
}
.honor-swiper .business-prev.next {
  right: 28%;
}
/*news*/
.ptext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.ptext small {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #fff;
  font-size: 3.02vw;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.ptext strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 2.29vw;
}
.news-box {
  position: relative;
  padding: 115px 0 13.02vw;
  background: #f9f9f9 url(../img/25.png) center bottom no-repeat;
  background-size: 100% auto;
}
.news-swiper {
  margin-bottom: 94px;
}
.news-slide {
  overflow: hidden;
}
.news-slide a {
  display: flex;
}
.news-slide a:hover figure img {
  transform: scale(1.03);
}
.news-slide a figure {
  display: block;
  position: relative;
  width: 50%;
  height: 402px;
  overflow: hidden;
}
.news-slide a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.68s;
}
.news-slide a figure time {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 184px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: #116fd7;
  color: #fff;
  font-size: 20px;
}
.news-info {
  box-sizing: border-box;
  padding: 2.92vw 3.13vw 0;
  width: 50%;
  background: #116fd7;
}
.news-info strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.4;
  color: #fff;
  font-size: 1.56vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-info p {
  color: #ffffff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-btn {
  position: absolute;
  left: 50%;
  margin-left: 3.13vw;
  bottom: 2.5vw;
  display: flex;
  z-index: 10;
}
.news-btn span {
  display: block;
  margin-right: 5px;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 12px;
  transition: 0.4s;
}
.news-btn span:hover {
  background: #fff;
  color: #116fd7;
}
.news-listd {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 18px;
}
.news-listd li {
  margin-bottom: 3.13vw;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 0 40px;
  width: 33.333%;
  border-right: 1px solid #dbdfe2;
}
.news-listd li:nth-child(3n+3) {
  margin-right: 0;
}
.news-listd li a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}
.news-listd li a:before {
  content: "";
  width: 0;
  height: 8px;
  background: #116fd7;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.news-listd li a:hover,
.news-listd li a.active {
  color: #116fd7;
}
.news-listd li a:hover:before,
.news-listd li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-listd li a:hover figure img {
  transform: scale(1.06);
}
.news-listd li a figure {
  position: relative;
  display: block;
  padding-bottom: 62.67%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-listd li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-listd li a figure img {
  transition: 0.6s;
}
.news-text {
  padding: 1.98vw 26px 2.29vw 1.77vw;
}
.news-text time {
  display: block;
  margin-bottom: 1.56vw;
  line-height: 1;
  color: #284b94;
  font-size: 16px;
}
.news-text strong {
  display: block;
  line-height: 1.4;
  color: #053163;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.news-text span {
  display: inline-block;
  margin-top: 1.88vw;
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.pages {
  display: flex;
  justify-content: center;
}
.pages a {
  margin-right: 8px;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #949494;
  font-size: 14px;
}
.pages a:hover,
.pages a.active {
  background: #116fd7 !important;
  color: #fff;
}
.pages a:last-child {
  margin-right: 0;
}
.pages a:first-child,
.pages a:last-child {
  width: 75px;
  border-radius: 22px;
  background: #f6f7fb;
}
.news-view {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 66px 0 4.9vw;
}
.view-left {
  width: 64.58%;
}
.views-top {
  padding-bottom: 42px;
  border-bottom: 1px solid #e2e4e5;
}
.views-top h3 {
  display: block;
  margin-bottom: 1.88vw;
  line-height: 1.2;
  color: #1c150f;
  font-size: 32px;
}
.view-time {
  display: flex;
}
.view-time span {
  display: block;
  margin-right: 3.33vw;
  line-height: 1;
  color: #999999;
  font-size: 16px;
}
.views-box {
  background: #fbfbfb;
}
.views-info {
  padding: 45px 0 42px;
  color: #333333;
  font-size: 16px;
}
.views-info img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.view-prev {
  background: #116fd7;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  justify-content: space-between;
}
.view-prev a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}
.view-prev a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.view-prev a:hover,
.view-prev a.active {
  color: #fff;
}
.view-prev a:hover:before,
.view-prev a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.view-other {
  width: 29.58%;
}
.view-other .news-listd {
  display: block;
}
.view-other .news-listd li {
  width: 100%;
  border-right: none;
}
.other-more {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  height: 80px;
  background: #116fd7;
}
.other-more strong {
  display: block;
  position: relative;
  padding-left: 24px;
  line-height: 1;
  color: #fff;
  font-size: 1.67vw;
  font-weight: normal;
}
.other-more strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  content: "";
  width: 6px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
}
.other-more a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}
.other-more a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}
.other-more a:hover,
.other-more a.active {
  color: #fff;
}
.other-more a:hover:before,
.other-more a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.statute-box {
  padding: 66px 0 13.02vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.statute-list {
  margin-bottom: 5.21vw;
}
.statute-list li {
  border-bottom: 2px solid #eeeeee;
  transition: 0.35s;
}
.statute-list li:hover {
  border-bottom-color: #116fd7;
}
.statute-list li:hover .statute-data {
  border-color: #116fd7;
}
.statute-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0;
}
.statute-data {
  text-align: center;
  align-items: center;
  padding: 20px 0;
  width: 106px;
  border: 2px solid #b8b8b8;
  transition: 0.36s;
}
.statute-data b {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #888888;
  font-size: 2.34vw;
}
.statute-data time {
  display: block;
  line-height: 1;
  color: #888888;
  font-size: 16px;
}
.statute-info {
  position: relative;
  width: 88%;
}
.statute-info strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1.2;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.statute-info p {
  width: 81.56%;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.statute-info span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  width: 134px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 23px;
  background: #116fd7;
  color: #fff;
  font-size: 16px;
}
.statute-info span:after {
  margin-left: 12px;
  content: "→";
  color: #fff;
}
.status-view {
  padding: 182px 0 84px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.status-tops {
  margin-bottom: 56px;
  text-align: center;
}
.status-tops h3 {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 36px;
}
.status-time {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.status-time span {
  margin-right: 14px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.status-time span:last-child {
  margin-right: 0;
}
.status-infos {
  position: relative;
  margin-bottom: 40px;
  padding: 52px 3.13vw 80px;
  background: #fff;
  border-radius: 10px;
  color: #333333;
  font-size: 16px;
}
.status-infos img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.status-infos:before {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  content: "";
  width: 9.84vw;
  height: 13.96vw;
  background: url(../images/statusbg.png) center no-repeat;
  background-size: cover;
}
.view-prev1 {
  border-radius: 10px;
}
.supply-box {
  padding: 5.1vw 0 14.79vw;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.supply-list li {
  border-radius: 10px;
  background: #ecf1f7;
  transition: 0.5s;
}
.supply-list li:hover {
  background: #116fd7 !important;
}
.supply-list li:hover a p,
.supply-list li:hover a i,
.supply-list li:hover a time {
  color: #fff;
}
.supply-list li:nth-child(2n+2) {
  background: #fff;
}
.supply-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px 0 15px;
}
.supply-list li a p {
  color: #333333;
  font-size: 18px;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.supply-list li a p i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 18px;
  color: #116fd7;
  font-size: 20px;
  transition: 0.35s;
}
.supply-list li a time {
  display: block;
  color: #333333;
  font-size: 16px;
  transition: 0.35s;
}
.supply-v-box {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.supply-view {
  padding: 4.58vw 0 296px;
}
.supply-menu {
  float: left;
  position: sticky;
  top: 90px;
  width: 255px;
}
.supply-menu-list {
  position: relative;
  z-index: 2;
}
.supply-menu-list:before {
  position: absolute;
  left: 4px;
  top: 13px;
  bottom: 13px;
  content: "";
  width: 1px;
  background: #bacfe6;
}
.supply-menu-list li {
  margin-bottom: 5px;
}
.supply-menu-list li:hover a,
.supply-menu-list li.active a {
  color: #116fd7;
  font-weight: bold;
}
.supply-menu-list li:hover a:before,
.supply-menu-list li.active a:before {
  background: #116fd7;
}
.supply-menu-list li a {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  color: #333333;
  font-size: 16px;
  transition: color 0.35s;
}
.supply-menu-list li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
  content: "";
  width: 9px;
  height: 9px;
  background: #bacfe6;
  border-radius: 50%;
  transition: 0.35s;
}
.sopplyprev {
  margin-top: 26px;
}
.sopplyprev a {
  display: block;
  margin-bottom: 4px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #116fd7;
  border: 1px solid #116fd7;
  transition: 0.35s;
}
.sopplyprev a:hover {
  background: #116fd7;
  color: #fff;
}
.guide {
  flex: 1;
  margin-left: 300px;
}
.guide-title {
  display: flex;
  align-items: center;
  padding-left: 3.44vw;
  padding-right: 3.44vw;
  height: 70px;
  background: #116fd7;
  color: #fff;
  font-size: 26px;
}
.guide-infos {
  padding: 35px 26px 15px 5vw;
  border-left: 1px solid #dddddd;
}
.guide-item {
  margin-bottom: 36px;
}
.guide-item strong {
  display: block;
  margin-bottom: 8px;
  position: relative;
  color: #116fd7;
  font-size: 24px;
  line-height: 1.2;
}
.guide-item strong:before {
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #116fd7;
  border-radius: 50%;
}
.guide-item p {
  color: #333333;
  font-size: 18px;
}
.guide-item img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.guide-item span {
  display: block;
  color: #999999;
  font-size: 18px;
}
.water-price {
  padding: 4.69vw 0 6.77vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.water-tt {
  margin-bottom: 30px;
  text-align: center;
  color: #116fd7;
  font-size: 34px;
  font-weight: bold;
}
.water-list {
  display: flex;
  justify-content: space-between;
}
.water-item {
  width: 31.8%;
}
.water-item strong {
  display: block;
  margin-bottom: 12px;
  height: 78px;
  line-height: 78px;
  background: #116fd7;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.77vw;
  color: #fff;
}
.water-item figure {
  padding-top: 42px;
  height: 446px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(21, 63, 109, 0.1);
  text-align: center;
}
.water-item figure img {
  display: inline-block;
  max-width: 80%;
}
.qualitys {
  overflow-x: auto;
}
.qualitys table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
.qualitys table thead tr th {
  background: #116fd7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 76px;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: left;
}
.qualitys table thead tr th:nth-child(1) {
  padding-left: 1.82vw;
  width: 19.23%;
}
.qualitys table thead tr th:nth-child(2) {
  width: 16.666%;
}
.qualitys table thead tr th:nth-child(3) {
  width: 16.31%;
}
.qualitys table thead tr th:nth-child(4) {
  width: 8.75%;
}
.qualitys table thead tr th:nth-child(5) {
  width: 19.58%;
  text-align: center;
}
.qualitys table thead tr th:nth-child(6) {
  width: 19.58%;
  text-align: center;
}
.qualitys table tbody tr {
  border-bottom: 1px solid #dce9f5;
}
.qualitys table tbody tr:nth-child(2n+2) td {
  background: #ebf6fc;
}
.qualitys table tbody tr td {
  height: 64px;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
}
.qualitys table tbody tr td:nth-child(1) {
  padding-left: 1.82vw;
}
.qualitys table tbody tr td:nth-child(5) {
  text-align: center;
}
.qualitys table tbody tr td:nth-child(6) {
  text-align: center;
}
.notice-list {
  margin-bottom: 3.75vw;
}
.business-tops {
  margin-bottom: 40px;
  text-align: center;
}
.business-tops strong {
  display: block;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 34px;
  line-height: 1;
  color: #116fd7;
  font-size: 36px;
}
.business-tops strong:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  content: "";
  width: 50px;
  height: 5px;
  background: #116fd7;
}
.business-tops p {
  color: #333333;
  font-size: 22px;
}
.business-texts {
  display: flex;
}
.business-imgs {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73.33%;
  border: 1px solid #116fd7;
  background: #eef3f9;
}
.business-imgs img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.business-data {
  padding: 3.54vw 0 4.58vw 4.17vw;
  width: 26.67%;
  background: #116fd7;
  box-sizing: border-box;
}
.business-data-item {
  margin-bottom: 3.75vw;
}
.business-data-item p {
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.business-data-item p b {
  display: inline-block;
  margin-right: 14px;
  font-size: 2.6vw;
}
.business-data-item span {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.business-data-item:last-child {
  margin-bottom: 0;
}
.business-hide {
  overflow-x: hidden;
  margin-top: 76px;
}
.business-swiper {
  position: relative;
}
.busine-slide {
  margin: 50px 0;
  width: 33.333%;
  transform: scale(0.84);
  transition: 0.68s;
  opacity: 0.3;
}
.busine-slide figure {
  position: relative;
  display: block;
  padding-bottom: 62.56%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.busine-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.busine-slide.swiper-slide-active {
  position: relative;
  transform: scale(1.2);
  z-index: 10;
  opacity: 1;
}
.business-prev {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  background: #116fd7;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  font-size: 15px;
}
.business-prev.prev {
  left: 7.08vw;
}
.business-prev.next {
  right: 7.08vw;
}
.drinking {
  position: relative;
  padding: 6.04vw 0 50px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.drinking .waves-svg {
  height: 65px;
}
.drinking-tt {
  text-align: center;
}
.drinking-tt img {
  display: inline-block;
  width: auto;
  height: 5.52vw;
}
.drinking-imgs {
  margin-top: 58px;
  text-align: center;
}
.drinking-imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.business-company {
  padding: 5.73vw 0 14.06vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.business-tops p b {
  color: #116fd7;
}
.business-address {
  margin-top: 4.06vw;
  display: flex;
  justify-content: space-between;
}
.address-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 122px;
  width: 31%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(21, 63, 109, 0.1);
}
.address-item b {
  display: block;
  position: relative;
  width: 26.39%;
  text-align: center;
  line-height: 1;
  color: #116fd7;
  font-size: 2.71vw;
  font-weight: normal;
}
.address-item b:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -29px;
  content: "";
  width: 1px;
  height: 58px;
  background: url(../images/line1.png) center no-repeat;
}
.address-tel {
  margin-left: 28px;
  padding-right: 20px;
  flex: 1;
}
.address-tel p strong {
  color: #116fd7;
  font-size: 22px;
}
.address-tel p span {
  display: inline-block;
  color: #333333;
  font-size: 22px;
}
.posite-box1 {
  background: #d50000;
}
.party-top {
  padding: 100px 0 9.64vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.party-top-wrap {
  display: flex;
  justify-content: space-between;
}
.party-swiper {
  position: relative;
  margin: 0;
  width: 50%;
}
.party-swiper .swiper-pagination {
  bottom: 88px;
  z-index: 10;
  line-height: 1;
}
.party-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.55;
  transition: 0.36s;
}
.party-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.party-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.party-slide {
  overflow: hidden;
}
.party-slide a:hover figure img {
  transform: scale(1.03);
}
.party-slide figure {
  display: block;
  line-height: 1;
  height: 449px;
  overflow: hidden;
}
.party-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.68s;
}
.party-in {
  padding: 0 12px;
  background: #d50000;
  height: 60px;
}
.party-in p {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.builing-message {
  width: 45.97%;
}
.message-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.message-top strong {
  display: block;
  padding-left: 64px;
  color: #d50000;
  font-size: 30px;
  background: url(../images/party.png) left center no-repeat;
  line-height: 33px;
}
.message-top a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #333333;
  font-size: 16px;
}
.message-top a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #d50000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.message-top a:hover,
.message-top a.active {
  color: #d50000;
}
.message-top a:hover:before,
.message-top a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.building-li li {
  border-bottom: 1px dotted #dadada;
}
.building-li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
.building-li li a:hover p {
  color: #cf0005;
}
.building-li li a p {
  position: relative;
  padding-left: 20px;
  color: #333333;
  font-size: 16px;
  width: 72%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.building-li li a p:before {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #cf0005;
  border-radius: 50%;
}
.building-li li a time {
  display: block;
  color: #999999;
  font-size: 16px;
}
.party-fix {
  padding: 104px 0 13.02vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.party-ii {
  margin-bottom: 5.47vw;
}
.party-ii li {
  background: #f6f7fb;
}
.party-ii li:nth-child(2n+2) {
  background: #fff;
}
.party-ii a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.party-ii a:hover {
  background: #d50000 !important;
}
.party-ii a:hover p,
.party-ii a:hover b {
  color: #fff;
}
.party-ii a:hover p:before {
  background: #fff;
}
.party-ii a p {
  position: relative;
  padding-left: 64px;
  max-width: 72%;
  color: #666666;
  font-size: 16px;
  transition: 0.36s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-ii a p:before {
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbbbbb;
  transition: 0.35s;
}
.party-ii a b {
  display: inline-block;
  margin-right: 30px;
  color: #666666;
  font-size: 16px;
  transition: 0.3s;
  font-weight: normal;
}
.pages1 a:hover,
.pages1 a.active {
  background: #d50000 !important;
}
.posite-contact {
  flex-direction: row;
  height: 4.17vw;
}
.outlets {
  display: flex;
}
.map-contact {
  flex: 1;
  height: 846px;
}
.outles-check {
  width: 480px;
  height: 846px;
}
.contact-posite {
  padding-left: 32px;
  display: flex;
  align-items: center;
  height: 112px;
  background: #d3e0ff;
  color: #116fd7;
  font-size: 1.56vw;
  font-weight: bold;
}
.contact-posite i {
  display: inline-block;
  margin-right: 14px;
  font-size: 2.34vw;
  font-style: normal;
  font-weight: normal;
}
.outles-fix {
  margin-left: 32px;
  margin-right: 48px;
  padding-top: 13px;
}
.outles-list::-webkit-scrollbar {
  width: 2px;
  background-color: #e5e5e5;
}
.outles-list::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.outles-list::-webkit-scrollbar-thumb {
  background-color: #116fd7;
}
.outles-list {
  padding-right: 3.13vw;
  height: 734px;
  overflow-y: auto;
}
.outles-list li {
  padding: 26px 0 30px 58px;
  position: relative;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.outles-list li i {
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
  width: 42px;
  height: 50px;
  background: url(../images/map.png) center no-repeat;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}
.outles-list li strong {
  display: block;
  line-height: 50px;
  color: #116fd7;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outles-list li p {
  color: #666666;
  font-size: 18px;
}
.infoBoxContent {
  padding: 26px 30px 0;
}
.infoBoxContent i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: -30px;
  width: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
}
.infoBoxContent h3 {
  margin-bottom: 10px;
  color: #116fd7;
  font-size: 22px;
  line-height: 1.1;
}
.infoBoxContent p {
  color: #666666;
  font-size: 18px;
}
.infoBox img {
  right: 14px !important;
  top: 20px;
  margin: 0 !important;
  transition: 0.35s;
}
.infoBox img:hover {
  transform: rotate(180deg);
}
.hand-fix {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  margin-bottom: 38px;
  line-height: 1;
}
.hand-fix i {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
.hand-fix b {
  display: inline-block;
  margin: 0 26px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  animation: handMove 1s infinite;
}
@keyframes handMove {
  0% {
    opacity: 1;
    transform: translateX(4px);
  }
  100% {
    opacity: 0.2;
    transform: translateX(-4px);
  }
}
.history-infos {
  padding: 58px 0 52px;
  position: relative;
  background: #116fd7;
}
.history-items {
  display: flex;
  align-items: center;
  display: none;
}
.history-items:first-child {
  display: block;
}
.history-year {
  padding-left: 3.54vw;
  position: relative;
  display: flex;
  align-items: center;
  width: 12.08vw;
}
.history-year:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -37px;
  content: "";
  width: 1px;
  height: 74px;
  background: url(../images/line2.png) center no-repeat;
}
.history-year time {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 3.13vw;
  font-family: Arial, Helvetica, sans-serif;
}
.history-year b {
  display: inline-block;
  margin-left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #116fd7;
  font-size: 22px;
}
.history-in {
  margin-left: 2.19vw;
  flex: 1;
  margin-right: 44px;
  height: 102px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.history-in::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.history-in::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.history-in::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.histwr {
  display: flex;
}
.history-year-item {
  display: flex;
  margin-bottom: 16px;
}
.history-year-item:last-child {
  margin-bottom: 0;
}
.history-year-item time {
  display: inline-block;
  width: 118px;
  height: 43px;
  line-height: 43px;
  background: #fff;
  border-radius: 21px;
  text-align: center;
  color: #116fd7;
  font-size: 22px;
}
.history-ri {
  flex: 1;
  padding-top: 3px;
  margin-left: 20px;
}
.history-ri p {
  color: #fff;
  font-size: 22px;
}
.search-numble {
  position: absolute;
  left: 12.5vw;
  bottom: 34px;
  z-index: 10;
  color: #fff;
  font-size: 20px;
}
.search-boxs {
  padding: 74px 0 135px;
  background-position: center bottom !important;
  background-size: 100% auto;
  background-repeat: no-repeat !important;
  background: #edf2f6;
}
.search-list {
  padding-bottom: 50px;
}
.search-list li {
  margin-bottom: 30px;
}
.search-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  background: #fff;
}
.search-list li a:hover {
  background: #116fd7;
}
.search-list li a:hover p,
.search-list li a:hover time {
  color: #fff;
}
.search-list li a p {
  margin-left: 18px;
  color: #333333;
  font-size: 18px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.search-list li a time {
  margin-right: 20px;
  display: inline-block;
  color: #999999;
  font-size: 16px;
  transition: 0.35s;
}
.flex-menu {
  position: fixed;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.flex-menu-item {
  position: relative;
  margin-bottom: 7px;
}
.flex-menu-item:last-child {
  margin-bottom: 0;
}
.flex-menu-item:last-child:hover .menu-defaul b {
  transform: translateY(-3px);
}
.flex-menu-item:hover .menu-eq {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: visible;
}
.menu-defaul {
  padding: 10px 0;
  text-align: center;
  width: 54px;
  border-radius: 4px;
  background: #116fd7;
  cursor: pointer;
}
.menu-defaul b {
  display: block;
  margin-bottom: 7px;
  font-weight: normal;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  transition: 0.3s;
}
.menu-defaul span {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
}
.menu-eq {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
  pointer-events: none;
  transition: 0.65s;
}
.menu-eq figure {
  display: block;
  width: 104px;
  box-sizing: border-box;
  padding: 6px;
  background: #fff;
  line-height: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.menu-eq figure img {
  width: 100%;
  height: auto;
}
.menu-tel {
  box-sizing: border-box;
  display: flex;
  padding: 0 18px 0 24px;
  height: 83px;
  align-items: center;
  width: 260px;
  background: #116fd7;
  border-radius: 4px;
}
.menu-tel p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.drinking-imgs.article-block {
  opacity: 0;
  transform: scale(0);
  transition: 1.88s;
}
.drinking-imgs.articleShow {
  opacity: 1;
  transform: scale(1);
}
.water-item figure.article-block img {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 1s;
}
.water-item:nth-child(2) figure.article-block img {
  transition-delay: 0.2s;
}
.water-item:nth-child(3) figure.article-block img {
  transition-delay: 0.4s;
}
.water-item figure.articleShow img {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.map-boxs {
  position: relative;
}
.locate-map {
  height: 700px;
}
.maps-address {
  position: absolute;
  left: 12.5vw;
  top: 54px;
  width: 345px;
  background: #fff;
}
.map-title {
  padding-left: 34px;
  position: relative;
  height: 59px;
  line-height: 59px;
  background: #116fd7;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.map-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
}
.map-list {
  padding: 20px 0 23px;
}
.map-list li {
  position: relative;
  cursor: pointer;
  display: flex;
  padding-left: 28px;
  align-items: center;
  height: 44px;
  transition: 0.4s;
}
.map-list li:hover,
.map-list li.active {
  background: #eaf4ff;
}
.map-list li:hover b,
.map-list li.active b {
  background: #116fd7;
}
.map-list li:hover span,
.map-list li.active span {
  color: #116fd7;
  font-weight: bold;
}
.map-list li:hover i,
.map-list li.active i {
  opacity: 1;
}
.map-list li b {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  background: #9db5cf;
  font-weight: normal;
  transition: 0.3s;
}
.map-list li span {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  flex: 1;
  transition: 0.3s;
}
.map-list li i {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -6px;
  line-height: 1;
  color: #116fd7;
  font-size: 12px;
  opacity: 0;
  transition: 0.3s;
  font-weight: bold;
}
.footer-wrs {
  display: flex;
  justify-content: space-between;
}
.footer-top {
  display: block;
  padding-bottom: 0;
  border-bottom: none;
  width: 18.44vw;
}
.footer-top .footer-logo {
  width: 100%;
}
.footer-bottom {
  padding-top: 0;
  display: block;
  width: 45.31vw;
}
.footer-navs {
  display: block;
}
.footer-select {
  margin-top: 52px;
}
.footer-contact {
  margin-top: 2.08vw;
  padding-top: 2.19vw;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d0dff4;
}
.footer-contact p {
  margin-bottom: 16px;
  width: 50%;
  font-size: 16px;
}


.page__list .pagination {
  display: flex;
  justify-content: center;
}
.page__list .pagination li {
  margin-right: 1px;
}
.page__list .pagination li.disabled {
  cursor: not-allowed;
}
.page__list .pagination li.disabled a {
  background: none;
  color: #999;
}
.page__list .pagination li:last-child {
  margin-right: 0;
}
.page__list .pagination li:hover a,
.page__list .pagination li.active a,
.page__list .pagination li:hover span,
.page__list .pagination li.active span {
  background: #0358C3;
  color: #fff;
}

.page__list1 .pagination li:hover a,
.page__list1 .pagination li.active a,
.page__list1 .pagination li:hover span,
.page__list1 .pagination li.active span {
  background: #d50000 !important;
}


.page__list .pagination li a,
.page__list .pagination li span {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #949494;
  font-size: 14px;
  transition: 0.3s;
}
  