@charset "UTF-8";
/**!
* 苏州市吴中区“一网通办” 
* date:2022-08-11
* author: gyc;
*/
@font-face {
  font-family: 'pangmen';
  src: url("../css/font/pangmen.eot"), url("../css/font/pangmen.ttf"), url("../css/font/pangmen.woff");
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner {
  padding-top: 81px;
  height: 568px;
  background: no-repeat center;
}

.banner-title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  padding-top: 42px;
}

.banner-name {
  font-size: 48px;
  padding: 0;
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-search {
  width: 717px;
  height: 72px;
  position: relative;
  margin-top: 23px;
}

.banner-search input {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 42, 121, 0.06);
          box-shadow: 0px 4px 24px rgba(0, 42, 121, 0.06);
  border: none;
  padding: 0 88px 0 32px;
  font-size: 24px;
}

.banner-search input::-webkit-input-placeholder {
  color: #b8becc;
}

.banner-search input:-ms-input-placeholder {
  color: #b8becc;
}

.banner-search input::-ms-input-placeholder {
  color: #b8becc;
}

.banner-search input::placeholder {
  color: #b8becc;
}

.banner-search input:focus {
  outline: none;
}

.banner-search a {
  width: 56px;
  height: 56px;
  display: inline-block;
  background: url("../images/search-ico.png") no-repeat center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
}

.banner-img {
  width: 384px;
  height: 238px;
}

.banner .swiper-container {
  width: 384px;
  height: 238px;
  margin: 77px 0 0 0;
}

.banner .swiper-pagination {
  height: 32px;
  bottom: 0;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  opacity: 1;
  margin: 13px 1.5px !important;
}

.banner .swiper-pagination-bullet-active {
  width: 24px;
  background: white;
}

.hot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-left: 6px;
  margin-top: 28px;
}

.hot-field {
  font-size: 20px;
  font-weight: bold;
}

.hot-list {
  margin-left: 16px;
  font-size: 0;
}

.hot a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 16px;
  border-radius: 20px;
  background: rgba(0, 10, 45, 0.5);
}

.hot a + a {
  margin-left: 8px;
}

.area {
  margin-top: 14px;
}

.area-btn {
  height: 51px;
  line-height: 51px;
  max-width: 200px;
  display: inline-block;
  background: url("../images/area-ico.png"), url("../images/area-arrow.png");
  background-color: rgba(0, 10, 45, 0.2);
  background-repeat: no-repeat;
  background-position: 19px center, right 18px center;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 36px 0 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.area-box {
  position: relative;
}

.area-box.active .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 11px 29px 26px 24px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 24px rgba(30, 47, 80, 0.24);
          box-shadow: 0px 12px 24px rgba(30, 47, 80, 0.24);
  border-radius: 8px;
  position: absolute;
  width: 1200px;
  left: -576px;
  top: 75px;
  z-index: 999;
}

.area-item {
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 16px;
  color: #222;
  padding: 0 16px;
  cursor: pointer;
}

.area-item:hover {
  color: #fff;
  background: #3167f0;
}

.area-item.active {
  color: #fff;
  background: #3167f0;
}

.main-container {
  background: url("../images/bg-main.jpg") no-repeat top center, url("../images/bg-main2.png") no-repeat bottom center;
}

/* 办事专区 */
.zone {
  height: 429px;
  padding-top: 60px;
}

.zone-title {
  height: 60px;
  background: url("../images/title-zone.png") no-repeat center;
}

.zone-list {
  margin-top: 24px;
}

.zone-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
  width: 188px;
  height: 240px;
  padding: 58px 40px 0 24px;
  border-radius: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: visible !important;
}

.zone-list > li:nth-child(1) {
  background: url("../images/bg-zone1.png") no-repeat center right;
  z-index: 8;
}

.zone-list > li:nth-child(1) .goto {
  color: #3470EE;
}

.zone-list > li:nth-child(1) .goto > span {
  background: url("../images/icon-goto1.png") no-repeat right center;
}

.zone-list > li:nth-child(2) {
  background: url("../images/bg-zone2.png") no-repeat center right;
  z-index: 7;
}

.zone-list > li:nth-child(2) .goto {
  color: #12A1D5;
}

.zone-list > li:nth-child(2) .goto > span {
  background: url("../images/icon-goto2.png") no-repeat right center;
}

.zone-list > li:nth-child(3) {
  background: url("../images/bg-zone3.png") no-repeat center right;
  z-index: 6;
}

.zone-list > li:nth-child(3) .goto {
  color: #E87C31;
}

.zone-list > li:nth-child(3) .goto > span {
  background: url("../images/icon-goto3.png") no-repeat right center;
}

.zone-list > li:nth-child(4) {
  background: url("../images/bg-zone4.png") no-repeat center right;
  z-index: 5;
}

.zone-list > li:nth-child(4) .goto {
  color: #3742A6;
}

.zone-list > li:nth-child(4) .goto > span {
  background: url("../images/icon-goto4.png") no-repeat right center;
}

.zone-list > li:nth-child(5) {
  background: url("../images/bg-zone5.png") no-repeat center right;
  z-index: 4;
}

.zone-list > li:nth-child(5) .goto {
  color: #3470EE;
}

.zone-list > li:nth-child(5) .goto > span {
  background: url("../images/icon-goto5.png") no-repeat right center;
}

.zone-list > li:nth-child(6) {
  background: url("../images/bg-zone6.png") no-repeat center right;
  z-index: 3;
}

.zone-list > li:nth-child(6) .goto {
  color: #12A1D5;
}

.zone-list > li:nth-child(6) .goto > span {
  background: url("../images/icon-goto6.png") no-repeat right center;
}

.zone-list > li + li {
  margin-left: 0px;
}

.zone-list > li::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  content: '';
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 6px solid #fff;
  border-radius: 8px;
  z-index: 0;
  background-color: transparent;
}

.zone-list > li.active {
  width: 260px;
}

.zone-list > li.active:nth-child(1) {
  margin-left: 0;
}

.zone-list > li.active:last-child {
  margin-left: 0;
}

.zone-list > li .name {
  width: 110px;
  height: 64px;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
  font-family: 'pangmen';
}

.zone-list > li .goto {
  position: relative;
  display: block;
  width: 90.4px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  margin-top: 32px;
  border-radius: 20px;
  background: #fff;
  z-index: 10;
}

.zone-list > li .goto > span {
  padding-right: 10px;
}

/* 办事服务 */
.service {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 423px;
  padding-top: 50px;
}

.service-title {
  position: relative;
  height: 68px;
  background: url("../images/title-service.png") no-repeat center;
}

.service-title .more {
  position: absolute;
  right: 0px;
  top: 9px;
}

.service-wrap {
  margin-top: 24px;
}

.service-wrap .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}

.service-wrap .tab-hd > li {
  width: 248px;
  height: 50px;
  line-height: 50px;
  margin-top: 6px;
  font-size: 18px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#C5DCFF), to(rgba(236, 244, 255, 0)));
  background: linear-gradient(180deg, #C5DCFF 0%, rgba(236, 244, 255, 0) 100%);
  border-radius: 4px 4px 0px 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.service-wrap .tab-hd > li:nth-child(1) > span {
  background: url("../images/icon-service1.png") no-repeat left center;
}

.service-wrap .tab-hd > li:nth-child(1).active > span {
  background: url("../images/icon-service1-active.png") no-repeat left center;
}

.service-wrap .tab-hd > li:nth-child(2) > span {
  background: url("../images/icon-service2.png") no-repeat left center;
}

.service-wrap .tab-hd > li:nth-child(2).active > span {
  background: url("../images/icon-service2-active.png") no-repeat left center;
}

.service-wrap .tab-hd > li:nth-child(3) > span {
  background: url("../images/icon-service3.png") no-repeat left center;
}

.service-wrap .tab-hd > li:nth-child(3).active > span {
  background: url("../images/icon-service3-active.png") no-repeat left center;
}

.service-wrap .tab-hd > li:nth-child(4) > span {
  background: url("../images/icon-service4.png") no-repeat left center;
}

.service-wrap .tab-hd > li:nth-child(4).active > span {
  background: url("../images/icon-service4-active.png") no-repeat left center;
}

.service-wrap .tab-hd > li:hover {
  height: 56px;
  line-height: 56px;
  margin-top: 0;
  color: #4279FF;
}

.service-wrap .tab-hd > li.active {
  height: 56px;
  line-height: 56px;
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4279FF), to(#729BFF));
  background: linear-gradient(180deg, #4279FF 0%, #729BFF 100%);
  color: #fff;
}

.service-wrap .tab-hd > li > span {
  padding-left: 24px;
}

.service-wrap .tab-hd > li + li {
  margin-left: 12px;
}

.service-wrap .tab-bdl {
  position: relative;
  height: 178px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 8px;
}

.service-wrap .tab-bdl .wrap {
  width: 1026px;
  margin: 0 auto;
}

.service-wrap .tab-bdl .service-list {
  margin-top: 20px;
}

.service-wrap .tab-bdl .service-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 136px !important;
  height: 140px;
  border-radius: 4px;
  -webkit-transition: margin .3s;
  transition: margin .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.service-wrap .tab-bdl .service-list > li:hover {
  margin-top: -6px;
  background-color: #F3F6FB;
}

.service-wrap .tab-bdl .service-list > li:hover .name {
  color: #4279FF;
}

.service-wrap .tab-bdl .service-list > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  padding-top: 18px;
}

.service-wrap .tab-bdl .service-list > li .icon {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}

.service-wrap .tab-bdl .service-list > li .name {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-wrap .tab-bdl .swiper-button-next,
.service-wrap .tab-bdl .swiper-button-prev {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.service-wrap .tab-bdl .swiper-button-next.swiper-button-disabled,
.service-wrap .tab-bdl .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.service-wrap .tab-bdl .swiper-button-prev {
  background: url("../images/icon-prev.png") no-repeat center;
}

.service-wrap .tab-bdl .swiper-button-prev.swiper-button-disabled {
  background: url("../images/icon-prev-disabled.png") no-repeat center;
}

.service-wrap .tab-bdl .swiper-button-prev:hover {
  background: url("../images/icon-prev-hover.png") no-repeat center;
}

.service-wrap .tab-bdl .swiper-button-next {
  background: url("../images/icon-next.png") no-repeat center;
}

.service-wrap .tab-bdl .swiper-button-next.swiper-button-disabled {
  background: url("../images/icon-next-disabled.png") no-repeat center;
}

.service-wrap .tab-bdl .swiper-button-next:hover {
  background: url("../images/icon-next-hover.png") no-repeat center;
}

/* 政务地图 */
.map {
  height: 712px;
  background: url("../images/map/map-bg.jpg") no-repeat center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 24px;
  padding: 24px;
  position: relative;
  -webkit-filter: drop-shadow(0px 2px 40px rgba(40, 51, 83, 0.08));
          filter: drop-shadow(0px 2px 40px rgba(40, 51, 83, 0.08));
}

.map-content {
  width: 1144px;
  height: 648px;
  border-radius: 10px;
  position: relative;
}

.map-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 900px;
  padding-top: 40px;
}

.map-box .information {
  position: absolute;
  top: 48px;
  left: 48px;
  z-index: 999;
}

.map-box .information .condition-choose {
  width: 90px;
  height: 34px;
  display: inline-block;
  background: #4c7fff url("../images/map/arrow.png") no-repeat 69px center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  padding-left: 14px;
}

.map-box .information .condition-choose.active {
  background-image: url("../images/map/arrow-a.png");
}

.map-box .information .condition {
  position: relative;
}

.map-box .information .condition-choose-name {
  display: inline-block;
  width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-box .information .choose-box {
  width: 420px;
  height: 215px;
  background: #fff;
  border-radius: 6px;
  padding: 19px 22px 0 18px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
          box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
  display: none;
}

.map-box .information .choose-box.active {
  display: block;
}

.map-box .information .choose-name {
  font-size: 18px;
  color: #333;
}

.map-box .information .choose-name-word {
  color: #228aff;
}

.map-box .information .county-name {
  font-size: 18px;
  color: #333;
  height: 30px;
  display: block;
  margin-top: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.map-box .information .choose-list {
  margin-top: 12px;
  padding-left: 4px;
}

.map-box .information .choose-item {
  width: 25%;
  float: left;
}

.map-box .information .choose-item-name {
  font-size: 16px;
  color: #666;
}

.map-box .information .choose-item:nth-child(n + 5) {
  margin-top: 12px;
}

.map-box .information .choose-item:hover .choose-item-name {
  color: #5d9eff;
}

.map-box .information .search {
  margin-left: 10px;
  position: relative;
}

.map-box .information .search-input {
  width: 320px;
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-left: 12px;
  font-size: 16px;
  color: #999;
}

.map-box .information .search-input:focus {
  outline: none;
}

.map-box .information .search-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/map/search.png") no-repeat center;
  position: absolute;
  top: 8px;
  right: 12px;
}

.map-box .information .condition-detail {
  width: 420px;
  height: 533px;
  background: #fff;
  padding: 0 0 0 11px;
  border-radius: 6px;
}

.map-box .information .hall-alo {
  margin: 0 27px 0 7px;
  border-bottom: 1px solid #e6e6e6;
  height: 44px;
  margin-top: 10px;
}

.map-box .information .hall-alo-item {
  float: left;
  height: 100%;
  line-height: 51px;
  position: relative;
}

.map-box .information .hall-alo-item + .hall-alo-item {
  margin-left: 31px;
}

.map-box .information .hall-alo-item a {
  font-size: 16px;
  color: #666;
}

.map-box .information .hall-alo-item.active a {
  font-size: 18px;
  color: #3167f0;
  font-weight: bold;
}

.map-box .information .hall-alo-item.active::after {
  content: '';
  display: inline-block;
  width: 58px;
  height: 4px;
  background: #6a90f1;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.map-box .information .info-list {
  height: 475px;
  width: 406px;
  padding-bottom: 5px;
}

.map-box .address {
  width: 352px;
  background: #fff;
}

.map-box .address-box {
  padding: 0 10px 14px 15px;
}

.map-box .address .info-item-value {
  width: 240px;
}

.map-box .address-title {
  margin: 5px 5px 0 0;
}

.map-box .address .title-name {
  width: 234px;
  color: #3167f0;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.map-box .address .title-link {
  width: 15px;
  height: 16px;
  background: url("../images/map/code.png") no-repeat center;
  margin-top: 5px;
}

.map-box .address .title-route {
  background-image: url("../images/map/route.png");
  margin-right: 17px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.map-box .address .title-route:hover .title-route-title {
  display: inline-block;
}

.map-box .address .title-route-title {
  width: 65px;
  height: 30px;
  line-height: 30px;
  background: rgba(244, 245, 246, 0);
  border: 0px solid #2868b1;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(19, 96, 206, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(19, 96, 206, 0.1);
  border-radius: 4px;
  font-size: 14px;
  color: #3167f0;
  text-align: center;
  position: absolute;
  bottom: -39px;
  left: -17px;
  display: none;
}

.map-box .address-info {
  margin-top: 4px;
}

.map-box .address .cando {
  margin-top: 11px;
  text-align: left;
}

.map-box .address .cando-name {
  width: 74px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 18px;
  font-family: SourceHanSansCN-Medium;
  position: relative;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../images/map/map-item-ico1.png") no-repeat left center;
}

.map-box .address .cando-name + .cando-name {
  margin-left: 6px;
}

.map-box .address .cando-name:nth-child(1) {
  background: url("../images/map/map-item-ico1.png") no-repeat left center;
}

.map-box .address .cando-name:nth-child(2) {
  background: url("../images/map/map-item-ico2.png") no-repeat left center;
}

.map-box .address .cando-name:nth-child(3) {
  background: url("../images/map/map-item-ico3.png") no-repeat left center;
}

.map-box .address .cando-name:nth-child(4) {
  background: url("../images/map/map-item-ico4.png") no-repeat left center;
}

.map-box .address .cando-name:hover {
  color: #3167f0;
}

.map-box .address .cando-name:hover:nth-child(1) {
  background: url("../images/map/map-item-ico1-a.png") no-repeat left center;
}

.map-box .address .cando-name:hover:nth-child(2) {
  background: url("../images/map/map-item-ico2-a.png") no-repeat left center;
}

.map-box .address .cando-name:hover:nth-child(3) {
  background: url("../images/map/map-item-ico3-a.png") no-repeat left center;
}

.map-box .address .cando-name:hover:nth-child(4) {
  background: url("../images/map/map-item-ico4-a.png") no-repeat left center;
}

.map-box .address-detail {
  width: 240px;
  font-size: 16px;
  line-height: 24px;
  max-height: 44px;
  margin-top: -2px;
  color: #333;
}

.map-box .tag {
  margin-top: 8px;
}

.map-box .tag-item {
  float: left;
  height: 26px;
  padding: 0 8px;
  color: #058bfc;
  line-height: 26px;
  background: #ebf4fc;
  border-radius: 2px;
}

.map-box .tag-item.paking {
  color: #fa8c16;
  background: #fff1e3;
}

.map-box .tag-item.rest {
  color: #6b93fa;
  background: #e3ebfe;
}

.map-box .tag-item.baby {
  color: #ed53a7;
  background: #fdebf5;
}

.map-box .tag-item + li {
  margin-left: 10px;
}

.map-box .work-time {
  width: 322px;
  height: 91px;
  border-radius: 6px;
  background: url("../images/map/work-time-bg.png") no-repeat center;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16px;
  margin: 12px 0 18px;
}

.map-box .work-time-title {
  margin-bottom: 6px;
  font-weight: 600;
}

.map-box .position {
  display: inline-block;
  width: 46px;
  height: 63px;
  background: url("../images/map/marker.png") no-repeat center;
}

.map-box .position.active {
  background-image: url("../images/map/marker-a.png");
}

.map-box .leaflet-popup-content {
  margin: 0 !important;
  width: 352px !important;
}

.map-box .leaflet-popup-content-wrapper,
.map-box .leaflet-popup-tip {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.map-box .leaflet-container a.leaflet-popup-close-button {
  width: 24px !important;
  height: 24px !important;
  color: #228aff;
  border-radius: 50%;
  border: 1px solid #228aff;
  padding-left: 4px;
  top: -11px;
  right: -8px;
  background: #fff;
}

.map-box .leaflet-container a.leaflet-popup-close-button:hover {
  color: #228aff;
}

.map-box .leaflet-popup-tip-container {
  display: none;
}

.map-box .leaflet-touch .leaflet-control-layers,
.map-box .leaflet-touch .leaflet-bar {
  display: none;
}

.map-box .info-item {
  width: 389px;
  height: 143px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(72, 135, 205, 0.15);
          box-shadow: 0px 2px 5px 0px rgba(72, 135, 205, 0.15);
  border-radius: 6px;
  text-align: left;
  border: 1px solid transparent;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.map-box .info-item + .info-item {
  margin-top: 10px;
}

.map-box .info-item:hover {
  border: 1px solid #3167f0;
}

.map-box .info-item:hover .info-item-title {
  color: #3167f0;
}

.map-box .info-item.active {
  border: 1px solid #3167f0;
}

.map-box .info-item.active .info-item-title {
  color: #3167f0;
}

.map-box .info-item a {
  display: block;
  padding: 0 0 0 16px;
}

.map-box .info-item:first-child {
  margin-top: 17px;
}

.map-box .info-item-title {
  font-size: 18px;
  color: #333;
  font-family: SourceHanSansCN-Medium;
  font-weight: bold;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
  width: 355px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-box .info-item-title::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url("../images/map/info-before.png") no-repeat center;
  position: absolute;
  top: 1px;
  left: 0;
}

.map-box .info-item-field {
  font-size: 16px;
  color: #666;
  margin-bottom: 4px;
}

.map-box .info-item-value {
  color: #666;
  width: 273px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: -4px;
  vertical-align: top;
  text-align: left;
}

.map-title {
  height: 68px;
  background: url("../images/title-map.png") no-repeat center;
}

.model {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 413px;
  padding-top: 40px;
}

.model-item {
  width: calc(50% - 16px);
}

.model-item + .model-item {
  margin-left: 32px;
}

.model .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 45px;
}

.model .tt .cname {
  font-weight: 700;
  font-size: 30px;
  color: #222;
}

.model .tt .cname.blue {
  color: #4279FF;
}

.model .tt .pinyin {
  margin-left: 8px;
  font-size: 20px;
  font-family: 'pangmen';
  color: rgba(211, 229, 255, 0.51);
}

.model .tt .more {
  margin-left: auto;
}

.model .for-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 21px;
}

.model .for-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 285px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  background: url("../images/bg-for.png") no-repeat center;
  border-radius: 6px;
}

.model .for-list > li > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  height: 100%;
}

.model .for-list > li:hover {
  color: #5889FF;
}

.model .for-list > li + li {
  margin-left: 14px;
}

.model .for-list > li:nth-child(2n+1) {
  margin-left: 0;
}

.model .for-list > li:nth-child(n+3) {
  margin-top: 12px;
}

.model .file-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 260px;
  margin-top: 20px;
  padding: 19px 40px 0 24px;
  background: #FFFFFF;
  border-radius: 2px;
}

.model .file-list > li {
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.model .file-list > li + li {
  margin-top: 26px;
}

.model .file-list > li .time {
  width: 51px;
  height: 57px;
  padding: 10px 0 0 3px;
  color: #4279FF;
  text-align: center;
  background: url("../images/bg-time.png") no-repeat center;
}

.model .file-list > li .time .date {
  font-weight: 700;
}

.model .file-list > li .time .year {
  font-size: 12px;
}

.model .file-list > li .detail {
  width: calc(100% - 51px);
  padding: 2px 0 0 15px;
}

.model .file-list > li .detail .name {
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model .file-list > li .detail .name:hover {
  color: #5889FF;
}

.model .file-list > li .detail .content {
  margin-top: 2px;
  line-height: 18px;
  font-size: 12px;
  color: #8A8F99;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62px;
  height: 30px;
  padding-left: 12px;
  background: #7EA4ED url("../images/icon-more.png") no-repeat right 8px center;
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.more:hover {
  background-color: #5889FF !important;
}

.model-title {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  height: 45px;
  line-height: 45px;
}

.model-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model-top .more {
  margin-left: 8px;
  background: rgba(126, 164, 237, 0.33) url("../images/icon-more.png") no-repeat right 8px center;
}

.model-top .read-more {
  margin-left: auto;
  font-size: 16px;
  color: #fff;
  background: url("../images/more-ico2.png") no-repeat right center;
  padding-right: 8px;
  height: 24px;
  line-height: 24px;
}

/* 新闻列表 */
.review {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 407px;
  padding-top: 42px;
  background: url("../images/country-review-bg2.jpg") no-repeat center;
}

.review .container {
  padding-left: 26px;
}

.review .model-title {
  color: #fff;
}

.review .read-more {
  color: #fff;
}

.review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 30px 0 30px 27px;
  background: url("../images/country-review-list-bg2.png") no-repeat center;
}

.review-item {
  width: 230px;
  height: 180px;
  background: rgba(67, 119, 255, 0.3);
  -webkit-box-shadow: 0px 2px 28px rgba(57, 63, 74, 0.1);
          box-shadow: 0px 2px 28px rgba(57, 63, 74, 0.1);
  -webkit-backdrop-filter: blur(49px);
          backdrop-filter: blur(49px);
  border-radius: 2px;
  margin-right: 25px;
  padding: 0 32px;
}

.review-item:nth-child(1) .review-item-title::after {
  background: #4BDFFF;
}

.review-item:nth-child(2) .review-item-title::after {
  background: #FFD74B;
}

.review-item:nth-child(3) .review-item-title::after {
  background: #FFBDA8;
}

.review-item:nth-child(4) .review-item-title::after {
  background: #F9B4FF;
}

.review-item h3 {
  height: 45px;
  line-height: 45px;
  margin-top: 29px;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.review-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-item-title {
  display: inline-block;
  position: relative;
}

.review-item-title::after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.review-item-value {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 14px;
}

.review-item-num {
  font-size: 36px;
}

.review .star {
  width: 82px;
  height: 15px;
  display: inline-block;
  background: url("../images/star.png") no-repeat center;
  margin: 43px 0 0 13px;
}

.review .star.five {
  background-position: 0 0;
}

.review .star.four {
  background-position: -17px 0;
}

.review .star.three {
  background-position: -34px 0;
}

.review .star.two {
  background-position: -51px 0;
}

.review .star.one {
  background-position: -68px 0;
}

/* 弹窗样式 */
.layui-layer-title {
  font-size: 24px !important;
  font-weight: bold !important;
  background: #fff !important;
  height: 64px !important;
  line-height: 64px !important;
}

.layui-layer-ico {
  width: 26px !important;
  height: 26px !important;
  background: url("../images/map/layer-close.png") no-repeat center !important;
}

.layui-layer-setwin {
  top: 19px !important;
  right: 16px !important;
}


