﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.tl-0 {
  font-size: 36px;
  font-weight: 600;
}
.tl-1 {
  font-size: 28px;
  font-weight: 600;
}
.tl-2 {
  font-size: 24px;
  font-weight: 600;
}
.tl-3 {
  font-size: 22px;
  font-weight: 600;
}
.tl-4 {
  font-size: 20px;
  font-weight: 600;
}
.tl-5 {
  font-size: 18px;
  font-weight: 600;
}
.tl-6 {
  font-size: 16px;
  font-weight: 600;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.flex-list li {
  padding: 1rem;
}
.flex-2 > li {
  width: calc(50% - 15px * 0.5);
  margin: 15px 15px 0 0;
}
.flex-2 > li:nth-child(2n+2) {
  margin-right: 0 !important;
}
.flex-4 > li {
  width: calc(25% - 15px * 0.75);
  margin: 15px 15px 0 0;
}
.flex-4 > li:nth-child(4n+4) {
  margin-right: 0 !important;
}
.flex-5 > li {
  width: calc(50% - 15px * 0.5);
  margin: 15px 15px 0 0;
}
.flex-5 > li:nth-child(2n+2) {
  margin-right: 0 !important;
}
.wrapper {
  width: 1180px !important;
  margin: auto;
}
.wrapper + .wrapper {
  margin-top: 30px;
}
.flex-wrap {
  display: flex;
}
.divider {
  margin: 0 10px;
}
#index-page {
  position: relative;
}
#index-page a {
  color: inherit;
  text-decoration: none;
}
#index-page .swiper-bg {
  position: relative;
  height: 400px;
}
#index-page .swiper-bg .top-layer-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#index-page .swiper-bg .top-layer-content .flex-wrap {
  padding: 10px 0;
  color: #fff;
  justify-content: space-between;
}
#index-page .swiper-bg .top-layer-content .flex-wrap .links a * {
  vertical-align: bottom;
}
#index-page .swiper-bg .search-container {
  text-align: center;
}
#index-page .swiper-bg .search-container .page-name {
  margin-top: 50px;
}
#index-page .swiper-bg .search-wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-page .swiper-bg .search-wrap input {
  padding: 1em 1.5rem;
  font-size: 16px;
  border: none;
  outline: none;
  display: inline-block;
  width: 500px;
  border-radius: 5rem 0 0 5rem;
  height: 60px;
  font-weight: 600;
}
#index-page .swiper-bg .search-wrap .btn-bg {
  width: 110px;
  background: #fff;
  text-align: right;
  border-radius: 0 5rem 5rem 0;
}
#index-page .swiper-bg .search-wrap button {
  font-size: 18px;
  border: none;
  outline: none;
  width: 140px;
  color: #fff;
  font-weight: 600;
  background: #126DD4;
  letter-spacing: 4px;
  text-align: center;
  border-radius: 5rem;
  height: 60px;
  transition: 0.2s ease-in-out;
}
#index-page .swiper-bg .search-wrap button:hover {
  background: #ec9a9a;
}
#index-page .nav-manu-wrap {
  background: #126DD4;
}
#index-page .nav-manu-wrap .flex-wrap {
  display: flex;
  justify-content: space-between;
}
#index-page .nav-manu-wrap .flex-wrap > a {
  padding: 20px 30px;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: 0.2s ease-in-out;
  width: 14%;
  text-align: center;
  font-size: 17px;
}
#index-page .nav-manu-wrap .flex-wrap > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#index-page .nav-manu-wrap .flex-wrap > a.active::after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 60%;
  left: 20%;
  bottom: 2px;
  background-color: #fff;
}
#index-page .hot-line {
  background: url(../img/toutiao-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  text-align: center;
  position: relative;
  margin-top: 30px;
  padding: 20px 0;
}
#index-page .hot-line .title {
  color: #507DC4;
}
#index-page .hot-line .img-title {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#index-page .hot-line .note {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}
#index-page .info {
  position: relative;
  padding: 20px 0;
  background: linear-gradient(to right, white 0%, white 40%, #F6F7FA 40%, #F6F7FA 100%);
}
#index-page .info > div {
  width: 50%;
}
#index-page .info .left {
  padding: 10px;
  border-radius: 10px 10px 0 0 ;
  background: #333;
}
#index-page .info .left a {
  display: block;
  position: relative;
}
#index-page .info .left img {
  width: 100%;
}
#index-page .info .left .swiper-pagination {
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  padding: 10px 0;
}
#index-page .info .left .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
#index-page .info .left .swiper-pagination .swiper-pagination-bullet:hover {
  background: #acd3ff;
}
#index-page .info .left .swiper-pagination .swiper-pagination-bullet-active {
  background: #126DD4;
}
#index-page .info .right {
  padding: 0 20px 0 40px;
}
#index-page .tab-container .tab-wrap {
  border-bottom: 1px solid #999;
  position: relative;
}
#index-page .tab-container .tab-wrap .tab-menu {
  display: inline-block;
  padding: 10px 20px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
#index-page .tab-container .tab-wrap .tab-menu:hover {
  background: #d1e6fd;
}
#index-page .tab-container .tab-wrap .tab-menu.active {
  background: #126DD4;
  color: #fff;
}
#index-page .tab-container .content-wrap {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  padding: 0;
}
#index-page .tab-container .content-wrap.active {
  padding: 16px 0;
  height: 350px;
}
#index-page .tab-container .content-wrap .flex-wrap {
  padding: 12px 10px;
  font-size: 16px;
  justify-content: space-between;
  color: #666;
  position: relative;
}
#index-page .tab-container .content-wrap span:nth-child(1) {
  width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-page .tab-container .content-wrap span:nth-child(2) {
  width: 18%;
  text-align: right;
  text-align: center;
}
#index-page #text {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
  z-index: 9999;
  user-select: none;
  pointer-events: none;
  line-height: 30px;
  height: 30px;
}
#index-page #middle .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}
#index-page #middle .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
#index-page #middle .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fda4a4;
}
#index-page #middle .swiper-pagination .swiper-pagination-bullet-active {
  background: red;
}
#index-page .policy-service,
#index-page .info-complain {
  justify-content: space-between;
  margin-top: 20px;
}
#index-page .policy-service .wrap-head,
#index-page .info-complain .wrap-head {
  width: 50px;
  height: 50px;
  background: #126DD4;
  border: 3px solid #d0e9fe;
  text-align: center;
  margin: auto;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  user-select: none;
}
#index-page .policy-service > div,
#index-page .info-complain > div {
  width: calc(50% - 10px);
  position: relative;
}
#index-page .policy-service > div > .content,
#index-page .info-complain > div > .content {
  padding: 0 20px;
  border: 1px solid #e4e4e4;
  border-top: 2px solid #126DD4;
  transform: translateY(-25px);
}
#index-page .policy-service > div > .content .tl-1,
#index-page .info-complain > div > .content .tl-1 {
  margin-top: 30px;
  text-align: center;
}
#index-page .policy-service > div > .content .tab-wrap {
  margin-top: 20px;
}
#index-page .policy-service > div > .content .content-wrap.active {
  height: 390px;
}
#index-page .policy-service > div > .content .content-wrap .flex-wrap {
  font-size: 16px;
  overflow: auto;
  position: relative;
}
 #index-page .policy-service > div > .content .content-wrap span {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
}
#index-page .policy-service > div > .content .content-wrap span:nth-child(2) {
  font-size: 14px;
  position: absolute;
  bottom: 16px;
  right: 10px;
  text-align: right;
  color: #999;
} 
/**/
#index-page .policy-service .right .tab-container .tab-menu:hover {
  background-color: #fff;
  color: #d1e6fd;
}
#index-page .policy-service .right .tab-container .tab-menu.active {
  background-color: #fff;
  color: #126DD4;
}
#index-page .policy-service .right .more {
  position: absolute;
  right: 0;
  bottom: 12px;
  font-size: 14px;
  color: #999;
}
#index-page .policy-service .right .flex-list li {
  background: #F2F3F7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  transition: 0.1s ease-in-out;
}
#index-page .policy-service .right .flex-list li:hover {
  background: #126DD4;
  color: #fff;
}
#index-page .policy-service .right .flex-list li:hover img {
  filter: brightness(4);
}
#index-page .policy-service .right .flex-list li img {
  height: 40px;
}
#index-page .info-complain .list-wrap {
  height: 250px;
}
#index-page .info-complain .flex-list {
  margin-top: 15px;
}
#index-page .info-complain .flex-list li {
  background: #F2F3F7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  align-items: center;
  line-height: 30px;
  padding: 12px 14px;
}
#index-page .info-complain .flex-list li img {
  height: 30px;
  margin: 0 20px 0 10px;
}
#index-page .info-complain .right .flex-list li {
  padding: 0;
}
#index-page .info-complain .right .flex-list li:hover {
  filter: brightness(0.9);
}
#index-page .info-complain .right .flex-list li img {
  height: 100%;
  width: 100%;
  margin: 0;
}
#index-page .info-complain .flex-5 li {
  margin-bottom: 16px;
  padding: 8px 14px;
}
#index-page .info-complain .right .count {
  padding: 10px;
  background-color: #F2F4F8;
  justify-content: space-around;
  align-items: center;
}
#index-page .info-complain .right .count .label {
  color: #fff;
  background: url(../img/title-bg.png) no-repeat center;
  background-size: contain;
  padding: 6px 24px 6px 16px;
}
#index-page .page-footer {
  background: #CDDCF0;
  height: 220px;
}
#index-page .page-footer .flex-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-page .page-footer .left,
#index-page .page-footer .right {
  width: 20%;
  text-align: center;
}
#index-page .page-footer .left a,
#index-page .page-footer .right a {
  display: inline-block;
  height: 60px;
}
#index-page .page-footer .left a + a,
#index-page .page-footer .right a + a {
  margin-left: 30px;
}
#index-page .page-footer .left a img,
#index-page .page-footer .right a img {
  max-width: 100%;
  max-height: 100%;
}
#index-page .page-footer .middle {
  width: 60%;
  font-size: 15px;
  text-align: center;
  line-height: 2.5;
}
#popup {
  height: 250px;
  width: 350px;
  background: #fff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 0 12px #e4e4e4;
}
#popup .close {
  position: absolute;
  height: 20px;
  right: 0;
  top: 0;
}
#popup .close img {
  height: 100%;
}
#popup .close:hover img {
  filter: brightness(4);
}
#popup .content {
  height: 150px;
}
#popup img {
  width: 100%;
  height: 100%;
}
#popup .opt {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#popup .opt a {
  color: #126DD4;
  text-decoration: none;
}

@media (max-width: 768px) {
  #index-page .swiper-bg #head-bg {
    width: 1180px !important;
  }
  #index-page .nav-manu-wrap {
    width: 1180px !important;
  }
}