@charset "UTF-8";
/* 整个滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
}
/* 滚动轨道的样式 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景颜色 */
}
/* 滚动滑块的样式 */
::-webkit-scrollbar-thumb {
  background: #ccc;
  /* 滑块背景颜色 */
  border-radius: 3px;
}
/* 当鼠标悬停在滑块上时改变颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
  /* 鼠标悬停时的滑块颜色 */
}
[v-cloak] {
  display: none;
}
/* 企业简介相关样式 */
.screen-b {
  display: block;
}
.screen-s {
  display: none;
}
table.companyTable {
  border-collapse: collapse;
  border: 0;
}
table.companyTable p {
  font-size: 1rem;
  color: #333;
  line-height: 2.5rem;
  text-indent: 2.2rem;
  padding: 0.5rem 0;
}
table.companyTable td {
  border: 0;
}
table.companyTable .firstRow td {
  background-color: #fff;
  color: #fff;
}
.company-bg {
  width: 100%;
  height: auto;
  background: url('/upload/1/editor/1732672960699.jpeg') no-repeat;
  background-size: 100% 100%;
  margin: 3rem 0;
  border: 0;
  color: #fff;
}
.company-bg .firstRow td {
  background-color: transparent;
  color: #fff;
  padding-top: 2rem;
}
.company-bg .secondRow td {
  padding-bottom: 2rem;
}
.company-bg td {
  border: 0;
}
/* 企业简介相关样式 */
.field-hit {
  display: none;
}
.guide-box {
  height: 100vh;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: url(../images/guidebg.jpg);
  background-size: cover;
  background-position: 50% 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.guide-box .logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.guide-box .logo img {
  width: 180px;
}
.guide-box .biaoyu {
  padding-top: 2rem;
}
.guide-box .bigtitle {
  width: 80%;
  position: relative;
  margin-top: 3rem;
}
.guide-box .bigtitle .year {
  position: absolute;
  top: 100px;
  right: -115px;
  width: 135px;
  height: 52px;
  line-height: 40px;
  text-align: center;
  background-image: url(../images/year-bg.png);
  background-size: cover;
  color: #fff;
  font-family: "HongLeiBanShuJian";
}
.guide-box .gsl {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  text-shadow: #333 -6px 6px 6px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.guide-box .gsl .m-box .num-w {
  padding: 0 10px;
  font-size: 3rem;
  font-family: "feibozhengdian";
  color: #00909f;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: 0 -1px #fff, 1px 0px #fff, 0 1px #fff, -1px 0 #fff, -1px -1px #fff, 1px 1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.guide-box .gsl .m-box .m-box-span {
  display: none;
}
.guide-box .redbg {
  width: 600px;
  height: 56px;
  line-height: 56px;
  background-image: url(../images/text-bg.png);
  background-size: 100% 100%;
  text-align: center;
  color: #fccd5b;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.guide-box .redbg span {
  padding: 0 10px;
}
.guide-box .redbg span.num {
  font-family: "feibozhengdian";
  font-size: 2rem;
}
.guide-box .btn {
  box-shadow: none;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.guide-box .btn a {
  display: inline-block;
  background: linear-gradient(24deg, #119692, #c4d50b);
  color: #fff;
  height: 3rem;
  line-height: 3rem;
  padding: 0rem 2.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
}
.guide-box canvas {
  width: 100%;
  height: 100%;
}
.bg-lightblue {
  background-color: #e9f2f9;
}
.bg-lightblue2 {
  background-color: rgba(255, 255, 255, 0.8);
}
.navbar-brand {
  min-width: 10rem;
}
.navbar-brand img {
  height: 2.5rem;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 1rem;
}
.navbar-menu {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-around;
}
.navbar-menu .nav-item {
  white-space: nowrap;
}
.navbar-search {
  width: 2rem;
  justify-content: flex-end;
}
.navbar-search i {
  cursor: pointer;
}
.navtop {
  height: 2.25rem;
  width: 100%;
  padding: 0 3rem;
}
.navtop .container-nav {
  display: flex;
  height: 100%;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  font-size: 0.875rem;
}
.navtop .top-right {
  display: flex;
  align-items: center;
}
.navtop .top-right .tel {
  color: #fff;
  padding-right: 20px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.navtop .top-right .tel span {
  font-family: "YouShe";
  font-size: 1.25rem;
  padding-left: 5px;
}
.navtop .top-right .old {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.navtop .top-right .old img {
  height: 1.5rem;
  width: auto;
  margin-right: 5px;
}
.navtop .top-right .test-run {
  color: #fff;
  padding-left: 20px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.navbar {
  height: 4.5rem;
  z-index: 999;
  padding: 0 3rem;
}
.navbar #navbarColor02 {
  width: calc(100% - 12rem);
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  font-size: 0.875rem;
}
.nav-item.tel-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-item.tel-box i {
  cursor: pointer;
}
.nav-item.tel-box .el-input-group__append {
  background-color: #fff !important;
  padding: 0 10px 0 20px !important;
}
.nav-item.tel-box .el-input__inner {
  width: 120px !important;
}
.nav-item.tel-box .el-button {
  padding: 12px 10px !important;
  margin-right: -10px !important;
}
.nav-item.tel-box .line {
  width: 3px;
  border-radius: 1px;
  background-color: #999;
  height: 1.8rem;
  margin-left: 15px;
}
.nav-item.tel-box .tel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 5px;
}
.nav-item.tel-box .tel .title {
  font-size: 0.75rem;
  color: #9c9b9b;
  line-height: 0.75rem;
}
.nav-item.tel-box .tel .val {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "YouShe";
}
.nav-item.tel-box .input-box {
  position: relative;
}
.nav-item.tel-box .input-box .hot {
  position: absolute;
  top: 40px;
  background-color: #fff;
  border: #ddd 1px solid;
  border-radius: 5px;
  width: 300px;
  padding: 15px;
}
.nav-item.tel-box .input-box .hot .con {
  display: flex;
  flex-wrap: wrap;
}
.nav-item.tel-box .input-box .hot .con .list {
  width: 48%;
  font-size: 0.875rem;
  background: #f5f7f7;
  border-radius: 5px;
  margin-right: 2%;
  margin-top: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
}
.nav-item.tel-box .input-box .hot .con .list span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #bababa;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
  margin-right: 3px;
}
.nav-item.tel-box .input-box .hot .con .list:nth-child(1) span {
  background-color: #ff4b4b;
}
.nav-item.tel-box .input-box .hot .con .list:nth-child(2) span {
  background-color: #fe8322;
}
.nav-item.tel-box .input-box .hot .con .list:nth-child(3) span {
  background-color: #fec022;
}
.swiper-carousel {
  margin-top: 2.25rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.swiper-carousel .swiper-wrapper {
  width: 100%;
}
.swiper-carousel .swiper-wrapper .swiper-pagination {
  z-index: 999;
}
.swiper-carousel img {
  display: inline-block;
  height: auto;
  width: 100%;
}
.swiper-carousel .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url(../images/water.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.swiper-carousel .swiper-pagination-bullet-active {
  background: url(../images/waterOn.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-pagination1 {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 50px;
}
.swiper-container-horizontal > .swiper-pagination1 {
  bottom: 50px;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 50px;
}
.module-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.module-item-box {
  display: flex;
}
.module-item-box .module-item {
  width: 14rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  opacity: 1;
  background: #ffffffe6;
  box-shadow: 0.53px 1.06px 6.38px 0 #bcd3df;
  display: flex;
  align-items: center;
  padding: 0 1% 0 2.5%;
  margin-left: 0.8rem;
  cursor: pointer;
  overflow: hidden;
}
.module-item-box .module-item .module-center-box {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.module-item-box .module-item img {
  height: 2rem;
  margin-right: 0.6rem;
}
.module-item-box .module-item .module-item-right {
  flex: 1;
  height: 100%;
  padding-top: 1.1rem;
}
.module-item-box .module-item .module-item-right .module-item-right-title {
  color: #202425;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.module-item-box .module-item .module-item-right .module-item-right-subtitle {
  font-size: 0.8rem;
  color: #B4B4B4;
  white-space: nowrap;
}
.bg-footer {
  background: url(../images/footerbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 1rem 3rem;
}
.bg-footer .footer-dhbox {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: #42a2ad 1px solid;
  font-size: 0.875rem;
}
.bg-footer .footer-dhbox .dh {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}
.bg-footer .footer-dhbox .dh > div {
  padding: 0 1rem;
}
.bg-footer .footer-dhbox .dh a {
  color: #fff;
  padding: 0;
}
.bg-footer .footer-dhbox .logo img {
  height: 2.5rem;
}
.bg-footer .footer-linkbox {
  padding: 1.5rem 0;
  color: #fff;
  font-size: 0.75rem;
  border-bottom: #42a2ad 1px solid;
}
.bg-footer .footer-linkbox .addr div {
  line-height: 1.5rem;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.bg-footer .footer-linkbox .addr div span {
  display: inline-block;
}
.bg-footer .footer-linkbox .addr a {
  color: #fff;
}
.bg-footer .footer-linkbox .link a {
  color: #fff;
}
.bg-footer .footer-linkbox .link .font-weight-bold {
  width: 100%;
  padding-bottom: 5px;
}
.bg-footer .footer-linkbox .link div {
  width: 180px;
  float: left;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bg-footer .footer-linkbox .code {
  display: flex;
  justify-content: flex-end;
}
.bg-footer .footer-linkbox .code .list {
  margin: 0 1rem;
}
.bg-footer .footer-linkbox .code .title a {
  color: #06ffe7;
  text-decoration: underline;
}
.bg-footer .footer-linkbox .code .pic {
  padding-top: 0.5rem;
}
.bg-footer .footer-linkbox .code .pic img {
  width: 6rem;
  height: 6rem;
}
.bg-footer .copyright {
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  padding-top: 10px;
}
.shindex h2 {
  text-align: center;
  font-weight: normal;
  color: #0190a0;
  font-family: "YouShe";
  font-size: 3rem;
  padding-bottom: 1rem;
}
.shindex .container {
  position: relative;
}
.shindex .container .more {
  position: absolute;
  top: 3rem;
  right: 15px;
  width: 6rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(45.6deg, #00909f 0%, #d0d904 100%);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  z-index: 999;
}
.notice {
  background: url(../images/noticebg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 5.8rem 0 5rem 0;
  position: relative;
}
.notice h2 {
  padding-bottom: 2rem;
}
.notice .container .more {
  top: 0.5rem !important;
}
.notice .notice-wrap {
  width: 100%;
  height: 40rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.notice .notice-wrap .BMap_pop img {
  max-width: none;
}
.notice .notice-wrap .BMap_shadow img {
  max-width: 3000px;
}
.notice .notice-wrap .shadow img {
  max-width: 3000px;
}
.notice .notice-wrap .map-btn-fullScreen {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: #fff;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  box-shadow: 0 2px 2px rgba(183, 183, 183, 0.5);
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #7c8196;
  font-size: 14px;
  z-index: 998;
}
.notice .notice-wrap .map-btn-fullScreen span {
  padding-left: 5px;
}
.notice .notice-wrap .map-box {
  width: 100%;
  height: 100%;
}
.notice .notice-wrap .map-box .anchorBL,
.notice .notice-wrap .map-box .BMap_cpyCtrl {
  display: none;
}
.notice .notice-wrap .map-box .BMap_bubble_pop,
.notice .notice-wrap .map-box .BMap_bubble_center {
  padding: 0 !important;
}
.notice .notice-wrap .map-box .BMap_bubble_center,
.notice .notice-wrap .map-box .BMap_bubble_content {
  overflow: auto !important;
}
.notice .notice-wrap .map-box .BMap_bubble_content {
  top: 0 !important;
}
.notice .notice-wrap .notice-box {
  box-sizing: border-box;
  height: 38rem;
  width: 26.3rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(183, 183, 183, 0.5);
  padding-top: 1rem;
  z-index: 999;
}
.notice .notice-wrap .notice-box .no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.notice .notice-wrap .notice-box .no-data img {
  width: 40%;
  height: auto;
}
.notice .notice-wrap .notice-box .no-data span {
  line-height: 50px;
  font-size: 16px;
}
.notice .notice-wrap .notice-box .list {
  padding: 0.8rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.notice .notice-wrap .notice-box .list .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.notice .notice-wrap .notice-box .list .title .pic {
  width: 2.5rem;
}
.notice .notice-wrap .notice-box .list .title .text {
  width: 16rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice .notice-wrap .notice-box .list .title img {
  width: 100%;
  height: auto;
}
.notice .notice-wrap .notice-box .list .sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.75rem;
  justify-content: center;
  white-space: nowrap;
}
.notice .notice-wrap .notice-box .list .sub .state {
  color: #fc5d81;
}
.notice .notice-wrap .notice-box .list .sub .state::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fc5d81;
  margin-right: 0.2rem;
}
.notice .notice-wrap .notice-box .list .sub .state2 {
  color: #13919d;
}
.notice .notice-wrap .notice-box .list .sub .state2::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #13919d;
  margin-right: 0.2rem;
}
.notice .notice-wrap .notice-box .list .sub .des {
  color: #409eff;
}
.notice .notice-wrap .notice-box .list:hover {
  background-color: #e5f6fd;
}
.notice .notice-wrap .notice-box .list:hover .title {
  color: #0190a0;
}
.notice .notice-wrap .notice-box .list.shuizhi .sub .state {
  color: #6786fa !important;
}
.notice .notice-wrap .notice-box .list.shuizhi .sub .state::before {
  background-color: #6786fa;
}
.notice .notice-wrap .notice-box .list.yali .sub .state {
  color: #04d3e8 !important;
}
.notice .notice-wrap .notice-box .list.yali .sub .state::before {
  background-color: #04d3e8;
}
.notice .notice-wrap .notice-box .el-tabs__nav-wrap {
  padding: 0;
}
.notice .notice-wrap .notice-button-box {
  position: absolute;
  top: 2rem;
  text-align: right;
  z-index: 99;
}
.notice .notice-wrap .notice-button-box .notice-button {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  transition: 0.3s;
}
.notice .notice-wrap .notice-in {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-out;
}
.notice .notice-wrap .notice-out {
  width: 26.3rem;
  overflow: hidden;
  transition: width 0.3s ease-in;
}
.notice .notice-wrap .notice-button-in {
  width: 3.5rem;
  overflow: hidden;
  transition: width 0.4s ease-out;
}
.notice .notice-wrap .notice-button-out {
  width: 31rem;
  overflow: hidden;
  transition: width 0.3s ease-out;
}
.notice .notice-wrap .el-collapse {
  border: 0;
}
.notice .notice-wrap .el-collapse .el-collapse-item .el-collapse-item__header {
  border-bottom: 0;
  padding: 0.8rem 0;
  height: auto;
  line-height: normal;
}
.notice .notice-wrap .el-collapse .el-collapse-item .el-collapse-item__arrow {
  margin: 0 1rem 0 auto;
}
.notice .notice-wrap .el-collapse .el-collapse-item .el-collapse-item__wrap {
  border-bottom: 0;
}
.notice .notice-wrap .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content {
  padding-bottom: 0;
}
.notice .notice-wrap .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .wangdian .title .text {
  width: 22rem;
  padding-left: 3rem;
}
.notice .notice-wrap .el-collapse .is-active {
  padding-bottom: 0;
}
.notice .notice-wrap .el-collapse .is-active .el-collapse-item__header {
  background-color: #e5f6fd;
  color: #0190a0;
}
.notice .notice-wrap .collapse-item-title-box {
  padding: 0 1rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.notice .notice-wrap .collapse-item-title-box .collapse-item-pic {
  width: 2.5rem;
  margin-right: 0.5rem;
}
.notice .notice-wrap .collapse-item-title-box .collapse-item-pic img {
  width: 100%;
  height: auto;
}
.notice .notice-wrap .map-win {
  width: 100%;
  padding: 0 8px 20px 20px;
}
.notice .notice-wrap .map-win .map-content {
  display: flex;
  align-items: center;
}
.notice .notice-wrap .map-win .map-content .map-content-left {
  width: 209px;
  height: 180px;
  margin-right: 10px;
}
.notice .notice-wrap .map-win .map-content .map-content-left img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.notice .notice-wrap .map-win .map-content .map-content-right {
  flex: 1;
}
.notice .notice-wrap .map-win table {
  border: #ddd 1px solid;
  width: 100%;
}
.notice .notice-wrap .map-win td {
  background-color: #00909f;
}
.notice .notice-wrap .map-win h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.notice .notice-wrap .map-win p {
  margin: 0;
  padding: 0;
}
.notice .notice-wrap .map-win .win-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.notice .notice-wrap .map-win .win-title {
  padding-top: 5px;
  font-size: 0.875rem;
  color: #666;
}
.notice .notice-wrap .map-win .win-time {
  font-size: 0.875rem;
  color: #888;
}
.notice .notice-wrap .map-win .win-more {
  font-size: 0.875rem;
  color: #409eff;
  cursor: pointer;
}
.notice .notice-wrap .map-win2 {
  width: 100%;
  padding: 0 8px 20px 20px;
}
.notice .notice-wrap .map-win2 table {
  border-collapse: collapse;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  width: calc(100% - 1px);
}
.notice .notice-wrap .map-win2 th,
.notice .notice-wrap .map-win2 td {
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
  font-size: 0.875rem;
  padding: 8px;
}
.notice .notice-wrap .map-win2 thead {
  box-sizing: border-box;
  background-color: #009999;
  color: #ffffff;
}
.notice .notice-wrap .map-win2 thead .firstRow {
  box-sizing: border-box;
}
.notice .notice-wrap .map-win2 thead .firstRow th {
  box-sizing: border-box;
  text-align: left;
  line-height: 1.42857;
  vertical-align: middle;
}
.notice .notice-wrap .map-win2 thead .firstRow tbody {
  box-sizing: border-box;
}
.notice .notice-wrap .map-win2 thead .firstRow tbody tr {
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.notice .notice-wrap .map-win2 thead .firstRow tbody tr .td-title {
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  line-height: 1.42857;
  border-color: #f4f4f4;
}
.notice .notice-wrap .map-win2 thead .firstRow tbody tr .td-works {
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.42857;
  border-color: #f4f4f4;
}
.notice .notice-wrap .map-win-zl {
  width: 100%;
  overflow-y: auto;
  padding: 0 8px 20px 20px;
}
.notice .notice-wrap .map-win-zl .title {
  font-size: 1rem;
  height: 2.5rem;
  text-align: center;
  background: #009999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 600;
}
.notice .notice-wrap .map-win-zl .title img {
  width: 25px;
  margin-right: 5px;
}
.notice .notice-wrap .map-win-zl .info {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.notice .notice-wrap .map-win-zl .label {
  color: #8c939d;
}
.notice .notice-wrap .map-win-zl table {
  border-collapse: collapse;
  border: 0;
  width: calc(100% - 1px);
}
.notice .notice-wrap .map-win-zl th,
.notice .notice-wrap .map-win-zl td {
  border-right: #fff 1px solid;
  border-bottom: 0;
  font-size: 0.75rem;
  padding: 6px;
}
.notice .notice-wrap .map-win-zl th img,
.notice .notice-wrap .map-win-zl td img {
  width: 20px;
}
.notice .notice-wrap .map-win-zl tr:nth-child(odd) {
  background-color: #eee;
}
.notice .notice-wrap .win50 {
  width: 45rem;
}
.notice .notice-wrap .win50 .title {
  font-size: 1.2rem;
  height: 2rem;
  text-align: center;
  background: #009999;
  color: #fff;
}
.notice .notice-wrap .win50 .info {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.notice .notice-wrap .win50 .label {
  font-size: 1rem;
  color: #8c939d;
}
.notice .notice-wrap .win50 table {
  border-collapse: collapse;
  width: auto;
  overflow: auto;
}
.notice .notice-wrap .win50 thead {
  box-sizing: border-box;
  color: #ffffff;
}
.notice .notice-wrap .win50 thead .firstRow {
  box-sizing: border-box;
}
.notice .notice-wrap .win50 thead .firstRow th {
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
  line-height: 1.42857;
  vertical-align: middle;
  border-top: 0;
  border-bottom-width: 2px;
  border-bottom-color: #f4f4f4;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.notice .notice-wrap .win50 thead .firstRow tbody {
  box-sizing: border-box;
}
.notice .notice-wrap .win50 thead .firstRow tbody tr {
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.notice .notice-wrap .win50 thead .firstRow tbody tr .td-title {
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  line-height: 1.42857;
  border-color: #f4f4f4;
}
.notice .notice-wrap .win50 thead .firstRow tbody tr .td-works {
  box-sizing: border-box;
  padding: 8px;
  vertical-align: top;
  line-height: 1.42857;
  border-color: #f4f4f4;
}
.notice .notice-wrap .win50 thead .firstRow tbody tr td {
  border: none;
}
.notice .notice-wrap.notice-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.notice .el-tabs__content {
  height: 33rem;
  overflow-y: auto;
}
.notice .el-tabs__nav-wrap::after {
  background-color: transparent !important;
  height: 0 !important;
}
.notice .el-tabs__nav-scroll {
  display: flex;
  justify-content: flex-start;
}
.notice .el-tabs__item {
  font-size: 1rem;
  border: #ccc 1px solid;
  border-radius: 5px;
  padding: 0 10px !important;
  margin-left: 1rem;
  line-height: 38px !important;
}
.notice .el-tabs__item.is-active {
  color: #0190a0 !important;
  border: #0190a0 1px solid;
  background-color: #e1fdff;
}
.notice .el-tabs__active-bar {
  background-color: transparent !important;
}
.notice .el-tabs__item:hover {
  color: #0190a0 !important;
}
.serviceHall {
  background: url(../images/banner-yyt.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 1rem 0;
  position: relative;
}
.serviceHall .editorial {
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 0;
}
.serviceHall .editorial .parallax > use {
  animation: move-forever 12s linear infinite;
}
.serviceHall .editorial .parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.serviceHall .editorial .parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.serviceHall .editorial .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.serviceHall .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serviceHall .container .text-b {
  font-size: 3.5rem;
  font-family: "YouShe";
}
.serviceHall .container .text-s {
  color: #2cc1b5;
  font-size: 1.8rem;
  font-weight: 500;
}
.serviceHall .container .item-box {
  display: flex;
  justify-content: space-between;
  margin: 1.7rem 0;
  width: 100%;
}
.serviceHall .container .item-box .item {
  cursor: pointer;
}
.serviceHall .container .item-box .item img {
  width: 5.5rem;
}
.serviceHall .container .item-box .item .item-name {
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.serviceHall .container .btn {
  box-shadow: none;
}
.serviceHall .container .btn a {
  display: inline-block;
  background-color: #00909f;
  color: #fff;
  padding: 0rem 3rem;
  height: 3.2rem;
  line-height: 3.2rem;
  border-radius: 1.6rem;
  text-decoration: none;
  font-size: 1.25rem;
}
.serviceHall .container .btn a:hover,
.serviceHall .container .btn a:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.news {
  background: #fff;
  padding: 4rem 0 3rem 0;
}
.news .el-carousel__indicators {
  display: none;
}
.news .con {
  width: 100%;
  padding: 2rem 0;
  display: flex;
}
.news .con a:hover {
  color: #0f8d98;
}
.news .con h3 {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.25rem;
  height: 1.25rem;
  padding-left: 10px;
  border-left: 4px solid #12cbb9;
  margin-bottom: 1rem;
}
.news .con .zuixin {
  display: flex;
  flex-direction: column;
}
.news .con .zuixin .el-carousel__item {
  overflow: hidden;
  cursor: pointer;
}
.news .con .con-zx {
  overflow: hidden;
  width: calc(100% - 1.25rem);
  height: calc(100% - 2.25rem);
}
.news .con .con-zx .pic {
  height: 100%;
  overflow: hidden;
}
.news .con .con-zx .pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news .con .con-zx .pic .title {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  height: 2.8rem;
  line-height: 2.8rem;
  padding-left: 1rem;
  background-color: rgba(0, 0, 0, 0.55);
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .con .con-zx .pic .el-carousel {
  height: 100%;
  width: 100%;
}
.news .con .con-zx .pic .el-carousel .el-carousel__container {
  height: 100%;
  width: 100%;
}
.news .con .con-zx img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: 0.6s;
}
.news .con .con-zx img:hover {
  transform: scale(1.1);
}
.news .con .con-zx .des {
  height: 6.5rem;
  box-shadow: 3px 5px 9px 0 #e5eefe;
  padding: 1rem;
}
.news .con .con-zx .des-con {
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  color: #b4b4b4;
  height: 2rem;
  line-height: 2rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .con .jiaodian .con-jd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: calc(100% - 2.25rem);
}
.news .con .jiaodian .con-jd .list {
  display: flex;
  overflow: hidden;
  cursor: pointer;
  margin-top: 1rem;
  width: 100%;
  height: calc(100% - 0.5rem);
}
.news .con .jiaodian .con-jd .list:nth-child(1) {
  margin-top: 0;
}
.news .con .jiaodian .con-jd .list .pic {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  position: relative;
}
.news .con .jiaodian .con-jd .list .pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 10px;
}
.news .con .jiaodian .con-jd .list .pic img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  object-fit: cover;
}
.news .con .jiaodian .con-jd .list .pic img:hover {
  transform: scale(1.1);
}
.news .con .jiaodian .con-jd .list .text {
  flex: 1;
  padding-left: 1.2rem;
}
.news .con .jiaodian .con-jd .list .text .title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  height: 5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 5px;
}
.news .con .jiaodian .con-jd .list .text .detail {
  font-size: 0.875rem;
  color: #b4b4b4;
  height: 4rem;
  line-height: 1.4rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .news .con {
    flex-direction: column;
    margin: 0 !important;
  }
  .news .con .zuixin {
    height: 20rem !important;
  }
  .news .con .jiaodian {
    height: 40rem !important;
  }
}
@media (min-width: 768px) {
  .news .con {
    flex-direction: column;
    margin: 0 !important;
  }
  .news .con .zuixin {
    height: 28rem !important;
  }
  .news .con .jiaodian {
    height: 56rem !important;
  }
}
@media (min-width: 992px) {
  .news .con {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news .con .zuixin,
  .news .con .jiaodian {
    height: 25rem !important;
  }
}
@media (min-width: 1200px) {
  .news .con {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news .con .zuixin,
  .news .con .jiaodian {
    height: 30rem !important;
  }
}
@media (min-width: 1440px) {
  .news .con {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news .con .zuixin,
  .news .con .jiaodian {
    height: 35rem !important;
  }
}
@media (min-width: 1920px) {
  .news .con {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.waterSupply {
  background-image: url(../images/nlbg.jpg) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
  position: relative;
}
.waterSupply .title {
  text-align: center;
  font-size: 2rem;
  margin-top: -0.5rem;
  font-weight: 500;
}
.waterSupply .tip {
  text-align: center;
  color: #8f8e8e;
  line-height: 1.5rem;
  padding: 1rem 0;
}
.waterSupply .data {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.waterSupply .data .map {
  width: 30rem;
}
.waterSupply .data .map img {
  width: 100%;
  height: auto;
}
.waterSupply .data .list-box {
  flex: 1;
  padding-left: 3rem;
}
.waterSupply .data .list-box .list {
  margin: 3rem 0;
}
.waterSupply .data .list-box .val {
  font-size: 2rem;
}
.waterSupply .data .list-box .val span.text-s {
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  padding-left: 5px;
}
.waterSupply .data .list-box .name {
  line-height: 1rem;
}
.businessEnvironment {
  padding: 4rem 0;
  position: relative;
}
.businessEnvironment .el-tabs__header {
  display: flex;
  justify-content: center;
}
.businessEnvironment .el-tabs__nav-wrap::after {
  background-color: transparent !important;
  height: 0 !important;
}
.businessEnvironment .el-tabs__item {
  font-size: 1.125rem;
}
.businessEnvironment .el-tabs__item.is-active {
  color: #0190a0 !important;
}
.businessEnvironment .el-tabs__active-bar {
  background-color: #0190a0 !important;
}
.businessEnvironment .el-tabs__item:hover {
  color: #0190a0 !important;
}
.businessEnvironment .list-box {
  padding: 1rem 0;
}
.businessEnvironment .list {
  border: 1px solid #13cbb9;
  background: #fefeff;
  box-shadow: 1px 7px 8px 1px #e8edfb;
  border-radius: 0.8rem;
  cursor: pointer;
}
.businessEnvironment .list a:hover {
  color: #0f8d98;
}
.businessEnvironment .list .pic {
  height: 12rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
}
.businessEnvironment .list .pic img {
  width: 100%;
  height: auto;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  transition: 0.6s;
}
.businessEnvironment .list .pic img:hover {
  transform: scale(1.1);
}
.businessEnvironment .list .con {
  padding: 1rem;
}
.businessEnvironment .list .con .title {
  height: 1.5rem;
  line-height: 1.5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
}
.businessEnvironment .list .con .des {
  color: #6b6b6b;
  font-size: 0.875rem;
  height: 4.5rem;
  line-height: 1.5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.5rem;
}
.businessEnvironment .list .con .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b4b4b4;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.businessEnvironment .list .con .label img {
  height: 1.2rem;
  width: auto;
}
.video {
  background: url(../images/videobg.png) no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
  position: relative;
}
.video .swiper-container {
  margin-top: 30px;
  margin-bottom: 20px;
}
.video .swiper-container .swiper-slide {
  width: 700px;
}
.video .swiper-container .swiper-slide video {
  width: 100%;
}
.video .swiper-container .swiper-slide a {
  transition: 0.2s;
}
.video .swiper-container .swiper-slide a:hover {
  opacity: 0.6;
}
.video .swiper-container .swiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.video .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #02328d;
}
.video .swiper-container .swiper-button-prev {
  width: 50%;
  height: 100%;
  left: -400px;
  top: 0;
  background: url(../images/bg.png);
  background-size: 50px 50px;
  border-radius: 5px;
  margin-top: 0;
  z-index: 99;
  transition: 0.2s;
}
.video .swiper-container .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: url(../images/left.png) no-repeat 0 center;
  background-size: 40px 40px;
  left: 101%;
  top: 50%;
  margin-top: -220px;
}
.video .swiper-container .swiper-button-prev:after {
  content: "";
}
.video .swiper-container .swiper-button-next {
  width: 50%;
  height: 100%;
  right: -400px;
  top: 0;
  background: url(../images/bg.png);
  background-size: 50px 50px;
  border-radius: 5px;
  margin-top: 0;
  z-index: 99;
  transition: 0.2s;
}
.video .swiper-container .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: url(../images/left.png) no-repeat 0 center;
  background-size: 40px 40px;
  right: 101%;
  top: 50%;
  margin-top: -220px;
  transform: rotate(180deg);
}
.video .swiper-container .swiper-button-prev:hover,
.video .swiper-button-next:hover {
  opacity: 0.6;
}
.video .el-tabs__nav-wrap::after {
  background-color: transparent !important;
  height: 0 !important;
}
.video .el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}
.video .el-tabs__item {
  font-size: 1.125rem;
}
.video .el-tabs__item.is-active {
  color: #0190a0 !important;
}
.video .el-tabs__active-bar {
  background-color: #0190a0 !important;
}
.video .el-tabs__item:hover {
  color: #0190a0 !important;
}
.video .list-box {
  padding: 1rem 0;
}
.video .list {
  border: 1px solid #13cbb9;
  background: #fefeff;
  box-shadow: 1px 7px 8px 1px #e8edfb;
  border-radius: 0.8rem;
}
.video .list .pic {
  max-height: 15rem;
  overflow: hidden;
}
.video .list .pic img {
  width: 100%;
  height: auto;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.video .list .con {
  padding: 1rem;
}
.video .list .con .title {
  height: 1.5rem;
  line-height: 1.5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
}
.video .list .con .des {
  color: #6b6b6b;
  font-size: 0.875rem;
  height: 4.5rem;
  line-height: 1.5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.5rem;
}
.video .list .con .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b4b4b4;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.video .list .con .label img {
  height: 1.2rem;
  width: auto;
}
.pictorial {
  padding: 2rem 0;
}
.pictorial .pic {
  display: flex;
  justify-content: center;
}
.pictorial .swiper-container2 {
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
  width: 100%;
}
.pictorial .swiper-container2 .swiper-wrapper {
  width: 100%;
}
.pictorial .swiper-container2 .swiper-button-prev {
  background: none;
}
.pictorial .swiper-container2 .swiper-button-prev:after {
  content: "";
}
.pictorial .swiper-container2 .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: url(../images/left.png) no-repeat 0 center;
  background-size: 40px 40px;
  left: 0;
}
.pictorial .swiper-container2 .swiper-button-next {
  background: none;
}
.pictorial .swiper-container2 .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: url(../images/left.png) no-repeat 0 center;
  background-size: 40px 40px;
  right: 0;
  transform: rotate(180deg);
}
.pictorial .swiper-container2 .con {
  width: 100%;
}
.pictorial .swiper-container2 .con .pic {
  text-align: center;
}
.pictorial .swiper-container2 .con .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
}
.pictorial .swiper-container2 .con .text .title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.pictorial .swiper-container2 .con .text .bt {
  margin-top: 1rem;
  color: #6b6b6b;
}
.pictorial .swiper-container2 .con .text .des {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #6b6b6b;
  margin-top: 0.5rem;
}
.pictorial .swiper-container2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pictorial .swiper-container2 .swiper-slide img {
  display: block;
  width: 450px;
  height: 600px;
  object-fit: cover;
}
.online-box {
  width: 80px;
  position: fixed;
  top: 30%;
  right: 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.online-box .head {
  height: 100px;
  width: 80px;
  background: url(../images/kf.png) no-repeat 0 0;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.online-box .head span {
  display: block;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  border-radius: 0.5rem;
}
.online-box .list {
  width: 70px;
  border-radius: 3px;
  margin-top: 2px;
}
.online-box .list .item {
  border-bottom: #05828d 1px solid;
}
.online-box .list .item .win {
  display: none;
}
.online-box .list .item .win .title {
  font-size: 0.75rem;
  color: #9c9b9b;
  line-height: 0.75rem;
}
.online-box .list .item .win .val {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "YouShe";
}
.online-box .list .item .win img {
  width: 121px;
  height: 133px;
}
.online-box .list .item:nth-child(3) {
  border-bottom: 0;
}
.online-box .list .pic {
  text-align: center;
  padding: 10px 0 5px 0;
}
.online-box .list .pic img {
  width: 30px;
  height: auto;
}
.online-box .list .text {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 0.875rem;
}
.online-box .back {
  border: 1px solid #13929d;
  background: #e2fcfe;
  color: #13929d;
  margin-top: 5px;
  width: 70px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 2rem;
}
.online-box .back a {
  color: #13929d;
}
.online-box .el-backtop {
  position: static;
}
.main-box-two .content-box {
  display: flex;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 10rem;
}
.main-box-two .content-box .content-left {
  width: 10rem;
  background: #fff;
  padding: 0.8rem 0.5rem;
  margin-right: 2.5rem;
  border-radius: 0.2rem;
}
.main-box-two .content-box .content-left .content-left-item {
  font-size: 0.9rem;
  color: #a4a4a4;
  padding: 0.3rem 0 0.3rem 0.5rem;
  border-left: 2px solid #fff;
  cursor: pointer;
}
.main-box-two .content-box .content-left .content-left-item:hover {
  background: #f5fdfd;
  border-color: #13929d;
  color: #13929d;
  font-weight: bolder;
}
.main-box-two .content-right {
  flex: 1;
}
.main-box-two .active-left-item {
  background: #f5fdfd;
  border-color: #13929d !important;
}
.main-box-two .common-item-box {
  padding: 1.2rem;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1.5rem;
  cursor: pointer;
  position: relative;
}
.main-box-two .common-item-box .flag {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #13929d;
  color: #fff;
  padding: 3px 10px;
  font-size: 0.75rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.main-box-two .common-item-box .common-item-top {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}
.main-box-two .common-item-box .common-item-top .common-item-top-title {
  flex: 1;
  font-size: 1.2rem;
  font-weight: bolder;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  padding-bottom: 0.3rem;
}
.main-box-two .common-item-box .common-item-top .common-item-top-title span {
  cursor: pointer;
}
.main-box-two .common-item-box .common-item-top .common-item-top-time {
  font-size: 0.8rem;
  width: 7rem;
  text-align: right;
}
.main-box-two .common-item-box .common-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-box-two .common-item-box .common-item-bottom .gssj {
  display: flex;
}
.main-box-two .common-item-box .common-item-bottom .common-item-bottom-subtitle {
  color: #666666;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  padding-right: 10px;
}
.main-box-two .common-item-box .common-item-bottom .common-item-bottom-look {
  color: #0752ff;
  font-size: 0.8rem;
  width: 7rem;
  cursor: pointer;
  text-align: right;
}
@media (max-width: 991.98px) {
  .screen-b {
    display: none;
  }
  .screen-s {
    display: block;
  }
  .swiper-container-horizontal > .swiper-pagination1 {
    bottom: 10px;
  }
  .swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
  }
  .module-box {
    display: none;
  }
  .notice-box {
    display: none;
  }
  .notice-button-box {
    display: none;
  }
  .swiper-carousel {
    margin-top: 6.75rem;
  }
  .bg-lightblue2 {
    background-color: #e9f2f9;
  }
  .serviceHall {
    padding: 1rem 0;
  }
  .serviceHall .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .serviceHall .container .text-b {
    font-size: 2rem;
    text-align: center;
  }
  .serviceHall .container .text-s {
    font-size: 1rem;
    text-align: center;
  }
  .serviceHall .container .item-box {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .serviceHall .container .item-box .item {
    text-align: center;
    margin-bottom: 1.2rem;
    width: 25%;
  }
  .serviceHall .container .item-box .item img {
    width: 3.5rem;
  }
  .serviceHall .container .item-box .item .item-name {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .serviceHall .container .btn {
    margin-top: 1rem;
  }
  .serviceHall .container .btn a {
    padding: 0rem 2rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 1rem;
  }
  .main-box-two .content-box {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .main-box-two .content-box .content-left {
    margin-right: 0;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    justify-content: space-around;
    background: none;
    padding: 0 0.5rem;
  }
  .main-box-two .content-box .content-left .content-left-item {
    border-left: 0;
    padding: 0.3rem 0.5rem;
  }
  .main-box-two .content-box .content-left .active-left-item {
    color: #13929d;
  }
  .main-box-two .content-box .common-item-box {
    padding: 1rem;
  }
  .main-box-two .content-box .common-item-box .common-item-top .common-item-top-title {
    font-size: 1rem;
  }
  .main-box-two .content-box .common-item-box .common-item-bottom .common-item-bottom-look {
    white-space: nowrap;
  }
  .footer-linkbox .addr div {
    flex-direction: row !important;
  }
  .footer-dhbox .dh {
    justify-content: center !important;
  }
  .footer-dhbox .logo {
    text-align: center !important;
  }
  .link {
    display: none;
  }
  .dh {
    display: none !important;
  }
  .code {
    justify-content: center !important;
    padding-top: 1rem;
  }
  .navbar-collapse {
    padding-bottom: 0.5rem;
    background-color: #ebf4fb;
  }
  .notice {
    padding: 2rem 0;
  }
  .notice .con {
    padding-top: 0.5rem;
  }
  .notice .list {
    width: 100% !important;
  }
  .businessEnvironment,
  .video {
    padding: 2rem 0;
  }
  .news {
    padding: 2rem 0;
  }
  .news .con-zx {
    width: 100% !important;
  }
  .news .con .jiaodian .con-jd .list .pic .title {
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1rem;
  }
  .news .zuixin {
    padding-right: 0 !important;
  }
  .news .jiaodian {
    margin-top: 2rem;
  }
  .waterSupply {
    padding: 2rem 0;
  }
  .waterSupply .map {
    width: 20rem !important;
  }
  .waterSupply .data .list-box {
    padding-left: 1rem !important;
  }
  .waterSupply .data .list-box .list {
    margin: 0 0 10px 0 !important;
  }
  .waterSupply .data .list-box .val {
    font-size: 1.5rem !important;
  }
  .pictorial .swiper-container2 .swiper-button-prev:before {
    top: -250px !important;
  }
  .pictorial .swiper-container2 .swiper-button-next:after {
    top: -250px !important;
  }
}
@media (max-width: 1199.98px) {
  .guide-box .logo {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .guide-box .biaoyu {
    padding-top: 5rem;
  }
  .guide-box .bigtitle {
    width: 70%;
  }
  .guide-box .bigtitle .year {
    top: 17px;
    right: -115px;
    width: 120px;
    background-size: 100% 100%;
  }
  .navbar {
    padding: 0 0.5rem;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.875rem;
  }
  .waterSupply .data .list-box .val {
    font-size: 2rem !important;
  }
}
@media (min-width: 1440px) {
  .waterSupply .data .list-box .val {
    font-size: 3rem !important;
  }
}
@media (max-width: 768px) {
  .guide-box .biaoyu {
    width: 80%;
  }
  .guide-box .bigtitle {
    width: 65%;
  }
  .guide-box .bigtitle .year {
    top: 16px;
    right: -105px;
    width: 110px;
    height: 40px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .guide-box .biaoyu {
    width: 80%;
  }
  .guide-box .bigtitle {
    margin-top: 1.5rem;
    width: 60%;
  }
  .guide-box .bigtitle .year {
    top: 3px;
    right: -75px;
    width: 75px;
    height: 32px;
    font-size: 10px;
    line-height: 26px;
  }
  .guide-box .gsl {
    padding-left: 20px;
    margin-top: 1.2rem;
    font-size: 1rem;
    letter-spacing: 1px;
    flex-direction: column;
  }
  .guide-box .gsl .m-box {
    display: flex;
    align-items: center;
  }
  .guide-box .gsl .m-box .num-w {
    padding: 7px 10px 0;
    font-size: 1.5rem;
  }
  .guide-box .gsl .m-box .m-box-span {
    display: block;
  }
  .guide-box .gsl .m-span {
    display: none;
  }
  .guide-box .redbg {
    width: 90%;
    height: 43px;
    line-height: 43px;
    font-size: 0.8rem;
  }
  .guide-box .redbg span {
    padding: 0 5px;
    font-size: 1.5rem;
  }
  .guide-box .redbg span.num-w {
    min-width: auto;
    font-size: 1.5rem;
  }
}
@media (max-height: 1059.98px) {
  .guide-box .bigtitle {
    margin-top: 0;
  }
  .guide-box .gsl {
    margin-top: 0;
  }
}
.header-sub .crumb-box .crumb {
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.header-sub .crumb-box .crumb .el-breadcrumb {
  z-index: 10;
  width: auto;
  flex-shrink: 0;
}
.header-sub .level2-nav {
  width: calc(100% - 220px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.header-sub .level2-nav .swiper-button-next,
.header-sub .level2-nav .swiper-button-prev {
  top: 68%;
}
.header-sub .level2-nav a {
  margin-top: 22px !important;
  line-height: 2rem;
}
.header-sub .level2-nav .swiper {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.header-sub .level2-nav .swiper-slide {
  text-align: center;
  font-size: 18px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-sub .level2-nav .swiper-button-next:after,
.header-sub .level2-nav .swiper-button-prev:after {
  font-size: 10px;
}
.header-sub .level2-nav .header-sub .crumb-box .crumb {
  display: flex;
}
.header-sub .level2-nav .swiper-button-next,
.header-sub .level2-nav .swiper-button-prev {
  background-color: #fff;
}
.header-sub .level2-nav .swiper-button-prev,
.header-sub .level2-nav .swiper-rtl .swiper-button-next {
  left: 0;
}
.header-sub .level2-nav .swiper-button-next,
.header-sub .level2-nav .swiper-rtl .swiper-button-prev {
  right: 0;
}
.header-sub .level2-nav .swiper-button-next,
.header-sub .level2-nav .swiper-button-prev {
  color: #999;
}
.header-sub .level2-nav a {
  margin: 0 20px;
}
.header-sub .level2-nav a.active {
  color: #13929d;
}
.header-sub .swiper-slide {
  white-space: nowrap;
}
.level2-nav a {
  margin: 0 1rem;
  padding: 0.2rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7rem;
  display: inline-block;
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
  color: #303133;
  position: relative;
}
.level2-nav a:hover {
  text-decoration: none;
}
.level2-nav .active {
  color: #13929d;
  border-bottom: #00909f 3px solid;
}
/*分页*/
/*秀 站 网分页样式*/
.pages {
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.pages .pagination {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pages .pagination .page-item,
.pages .pagination .page-num {
  color: #555;
  padding: 0.3rem 0.7rem;
  display: block;
  border-radius: 2px;
  border: 0px solid #ddd;
  float: left;
  margin: 0 0.3rem;
  background: #f0f2f5;
}
.pages .pagination .page-num-current {
  background: #333;
  color: #fff;
  border: #333 1px solid;
}
@media only screen and (max-width: 768px) {
  .pages .pagination .page-num {
    display: none;
  }
  .navbar {
    padding: 0;
  }
  .navtop {
    padding: 0;
  }
  .top-left {
    display: none;
  }
  .top-right {
    width: 100%;
    padding: 0 10px;
    justify-content: space-between;
  }
  .online-box {
    display: none;
  }
  .waterSupply .data {
    flex-direction: column;
  }
  .waterSupply .data .list-box {
    padding-left: 1rem !important;
    padding-top: 1rem;
  }
  .waterSupply .title {
    text-align: center;
    font-size: 1.5rem;
  }
  .waterSupply .data .list-box .val {
    font-size: 1.5rem !important;
  }
  .waterSupply .data .list-box .name {
    font-size: 0.875rem;
  }
  .shindex h2 {
    font-size: 2.25rem;
    padding-bottom: 0;
  }
  .shindex .container .more {
    display: none;
  }
  .news .con {
    flex-direction: column;
    margin: 0 !important;
  }
  .news .con .zuixin {
    height: 20rem;
    padding: 0 !important;
  }
  .news .con .jiaodian {
    padding: 0 !important;
    height: 40rem;
  }
  .video .swiper-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .bg-footer {
    padding: 1rem;
  }
  .bg-footer .footer-dhbox .dh > div {
    padding: 0 0.5rem;
  }
}
.tabs-item a {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #303133;
}
.tabs-item a:last-child {
  font-weight: 400;
  color: #606266;
  cursor: text;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .navbar {
    padding: 0 8rem;
  }
}
