@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #000b20 url(../img/bg.jpg) no-repeat bottom center;
  background-size: cover;
}

body::after {
  content: "";
  width: 100%;
  height: 0.64rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_ft.png) no-repeat bottom center;
  background-size: 100%;
}

.header {
  height: 1.42rem;
  background: url(../img/bg_top.png) no-repeat top center;
  background-size: 100%;
  position: relative;
}

.header .logo {
  text-align: center;
  padding-top: 0.3rem;
  justify-content: center;
}

.header .logo .tit {
  height: 0.71rem;
}

.header .weather {
  position: absolute;
  width: 3.5rem;
  right: 0.52rem;
  bottom: 0.25rem;
}

.header .weather ul {
  justify-content: flex-end;
}

.header .weather li {
  width: 50%;
  align-items: center;
  float: left;
  padding: 0 0.3rem;
  position: relative;
}

.header .weather li .icon {
  width: 0.32rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
}

.header .weather li .info {
  width: calc(100% - 0.5rem);
  text-align: right;
}

.header .weather li .info .tit {
  font-size: 0.13rem;
  color: rgba(191, 223, 255, 0.7);
  margin-bottom: 0.03rem;
}

.header .weather li .info .wendu {
  font-family: "PangMenZhengDao";
  font-size: 0.18rem;
  color: #aecaf5;
}

.header .weather li:last-child {
  padding: 0 0 0 0.2rem;
}

/* .header .weather li:last-child::before {
  content: "";
  width: 0.02rem;
  height: 0.32rem;
  position: absolute;
  left: -0.05rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(191, 223, 255, 0.4);
} */

.header .weather li.time {
  width: 1.9rem;
  flex-shrink: 0;
  text-align: center;
  font-family: "PangMenZhengDao";
  color: #aecaf5;
}

.header .weather li.time .day {
  font-size: 0.22rem;
}

.header .weather li.time .month {
  font-size: 0.12rem;
}

.main {
  height: calc(100% - 2rem);
  margin-top: 0.1rem;
  position: relative;
}

.main::before, .main::after {
  content: "";
  width: 0.51rem;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main::before {
  left: 0;
  background: url(../img/hud_left.png) no-repeat left center;
  background-size: 100% 100%;
}

.main::after {
  right: 0;
  background: url(../img/hud_right.png) no-repeat right center;
  background-size: 100% 100%;
}

.main .col-l,
.main .col-r {
  width: 5.0rem;
  height: 100%;
}

.main .col-m {
  width: calc(100% - 10.32rem);
  height: 100%;
  padding: 0 1.35rem;
  position: relative;
  /* map */
}

.main .col-m::before, .main .col-m::after {
  content: "";
  width: 1.92rem;
  height: 92%;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main .col-m::before {
  left: 0;
  background-image: url(../img/mid_l.png);
}

.main .col-m::after {
  right: 0;
  background-image: url(../img/mid_r.png);
}

.main .col-m .ditu {
  height: calc(100% - 2.17rem);
  margin-top: 0.6rem;
}

.main .col-m .list_data {
  padding: 0 1.5rem;
}

.main .col-m .list_data li .txt .num {
  font-style: italic;
}

.list_data li {
  position: relative;
  text-align: center;
  width:17%;
}

.list_data li .icon {
  width: 1.58rem;
}

.list_data li img {
  -webkit-animation: bounceDown 3s linear infinite;
  -moz-animation: bounceDown 3s linear infinite;
  -o-animation: bounceDown 3s linear infinite;
  animation: bounceDown 3s linear infinite;
}

.list_data li .txt {
  position: absolute;
  top: 35%;
  width: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.list_data li .txt .tit {
  color: #44c1ef;
  font-size: 0.24rem;
  font-weight: bold;
  font-style: italic;
}

.list_data li .txt .num {
  font-weight: bold;
  margin-top: 2px;
  font-size: 0.34rem;
  font-family: "DIN";
  background: linear-gradient(180deg, #72b9ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.g_type {
  height: 0.37rem;
  line-height: 0.37rem;
  padding-left: 0.2rem;
  margin-bottom: 0.15rem;
  background: url(../img/bg_type.png) no-repeat left center;
  background-size: 100% 100%;
}

.g_type span {
  font-size: 0.2rem;
  font-weight: bold;
  font-style: italic;
  color: #f6f9fe;
  background: linear-gradient(180deg, #72b9ff 10%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.g_cont {
  height: calc(100% - 0.52rem);
}

.main {
  /* gbox1 */
  /* gbox2 */
  /* gbox3 */
  /* gbox6 */
}

.main .gbox1 {
  height: 28%;
  overflow: hidden;
}

.main .gbox1 .g_cont {
  height: 1.84rem;
  margin: 0.3rem -0.4rem 0.4rem -0.3rem;
  background: url(../img/bg_k1.png) no-repeat center;
  background-size: 100% 84%;
  padding: 0 0.65rem;
}

.main .gbox1 .g_cont ul {
  width: 100%;
}

.main .gbox1 .g_cont ul li {
  position: relative;
}

.main .gbox1 .g_cont ul li .tit {
  color: #839ecb;
}

.main .gbox1 .g_cont ul li .num {
  font-weight: bold;
  margin-top: -2px;
  background: linear-gradient(0deg, #72b9ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main .gbox1 .g_cont ul li:nth-child(1) {
  margin-bottom: 0.15rem;
}

.main .gbox1 .g_cont ul.ul1 {
  text-align: right;
}

.main .gbox1 .g_cont .ky {
  width: 1.84rem;
  height: 1.84rem;
  margin: 0 0.1rem;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}

.main .gbox1 .g_cont .ky img {
  width: 0.74rem;
  position: relative;
  z-index: 1;
}

.main .gbox1 .g_cont .ky::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/ky1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: fadenum 3s linear infinite;
  -moz-animation: fadenum 3s linear infinite;
  -o-animation: fadenum 3s linear infinite;
  animation: fadenum 3s linear infinite;
}

.main .charts {
  width: 100%;
  height: 100%;
}

.main .gbox2 {
  height: 31%;
  margin: 2% 0 4%;
  overflow: hidden;
}

.main .gbox3 {
  /*height: 36.5%;*/
  height: 54.5%;
  overflow: hidden;
}

.main .gbox6 {
  height: 28%;
  overflow: hidden;
}

.main .gbox6 .g_cont {
  position: relative;
}

.main .gbox6 .g_cont .charts {
  width: 1.82rem;
}

.main .gbox6 .g_cont::after {
  content: "";
  width: 2.5rem;
  height: 1.09rem;
  position: absolute;
  left: 0.1rem;
  z-index: 1;
  bottom: 0rem;
  background: url(../img/ky2.png) no-repeat bottom center;
  background-size: 100% 100%;
}

.main .gbox6 .g_cont .legend {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
}

.main .gbox6 .g_cont .legend li {
  margin-top: 0.1rem;
}

.main .gbox6 .g_cont .legend li .tit {
  color: #9bb9dd;
  font-size: 0.16rem;
  align-items: center;
}

.main .gbox6 .g_cont .legend li .tit i {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  background: #0196A2;
  float: left;
  margin-top: 0.05rem;
}

.main .gbox6 .g_cont .legend li .num {
  font-size: 0.2rem;
  font-weight: bold;
  font-family: "DIN";
  color: #d4e8f8;
}

.main .gbox6 .g_cont .legend li:nth-child(2) i {
  background: #FEC024;
}

.main .gbox6 .g_cont .legend li:nth-child(3) i {
  background: #1489EA;
}

.main .gbox6 .g_cont .legend li:nth-child(4) i {
  background: #b646e8;
}

.main .gbox6 .g_cont .legend li:nth-child(5) i {
  background: #e8734d;
}

.main .gbox7 {
  height: 41%;
  margin: 2% 0 4%;
}

.main .gbox7 li {
  position: relative;
}

.main .gbox7 li img {
  margin-top: -0.2rem;
  max-width: 100%;
  -webkit-animation: bounceDown 3s linear infinite;
  -moz-animation: bounceDown 3s linear infinite;
  -ms-animation: bounceDown 3s linear infinite;
  -o-animation: bounceDown 3s linear infinite;
  animation: bounceDown 3s linear infinite;
}

.main .gbox7 li .txt {
  position: absolute;
  left: 64%;
  top: 58%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.main .gbox7 li .txt .num {
  font-size: 0.3rem;
  font-weight: bold;
  color: #dbe5f5;
  font-family: "DIN";
}

.main .gbox7 li .txt .tit {
  font-size: 0.14rem;
  color: #cad6f1;
}

.main .gbox8 {
  height: 34.5%;
}

.main .gbox8 .g_cont {
  height: calc(100% - 0.4rem);
  margin-top: 0.2rem;
}

.main .gbox8 .jk {
  width: 100%;
  height: 100%;
  border: 2px solid #2081ff;
  border-radius: 0.15rem;
  box-shadow: 7px 67px 51px 0px rgba(0, 0, 0, 0.63);
}

.main .gbox8 .jk img {
  display: block;
  height: 100%;
  border-radius: 0.15rem;
  object-fit: cover;
}

/* laybox */
.lightbox {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999998;
  width: 100%;
  height: 100%;
}

.laybox {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17.48rem;
  height: 9.4rem;
  background: url(../img/bg_tc.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  z-index: 99999999;
}

.laybox .lay_top {
  height: 0.85rem;
  position: relative;
}

.laybox .lay_top .lay_sys {
  width: 4.52rem;
  text-align: center;
  font-family: "YouSheBiaoTiHei";
  font-size: 0.44rem;
  color: #fff;
  letter-spacing: 3px;
  background: linear-gradient(0deg, #72b9ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.laybox .lay_top .lay_sys span {
  display: none;
}

.laybox .lay_top .lay_nav {
  padding-left: 1.6rem;
  margin-top: -0.26rem;
}

.laybox .lay_top .lay_nav li {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 1.15rem;
  color: #90b6ed;
  cursor: pointer;
  font-size: 0.16rem;
  text-align: center;
  position: relative;
}

.laybox .lay_top .lay_nav li.on {
  color: #fff;
}

.laybox .lay_top .lay_nav li.on::after {
  content: "";
  width: 100%;
  height: 0.59rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/nav_on.png) no-repeat;
  background-size: 100% 100%;
}

.laybox .lay_top .close {
  position: absolute;
  right: 0.26rem;
  top: 0.15rem;
  z-index: 1;
}

.laybox .lay_top .close img {
  width: 0.3rem;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.laybox .lay_top .close:hover img {
  opacity: 0.88;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.laybox .lay_box {
  display: none;
  height: calc(100% - 1rem);
  padding: 0.25rem 0.25rem 0 0.25rem;
}

.laybox .lay_box .lay_side {
  width: 3.19rem;
  height: 100%;
  float: left;
  padding: 0.2rem 0.16rem;
  background: url(../img/lay_side.png) no-repeat;
  background-size: 100% 100%;
}

.laybox .lay_box .lay_side .search {
  height: 0.38rem;
  padding: 0 0.12rem;
  background: url(../img/bg_search.png) no-repeat;
  background-size: 100% 100%;
}

.laybox .lay_box .lay_side .search input {
  width: calc(100% - 0.5rem);
  height: 0.35rem;
  line-height: 0.35rem;
  background: none;
  border: 0;
  outline: 0;
  font-size: 0.18rem;
  color: #fff;
}

.laybox .lay_box .lay_side .search input input::input-placeholder {
  color: #7a91bb;
}

.laybox .lay_box .lay_side .search input::-webkit-input-placeholder {
  color: #7a91bb;
}

.laybox .lay_box .lay_side .search input::-moz-placeholder {
  color: #7a91bb;
}

.laybox .lay_box .lay_side .search input::-ms-input-placeholder {
  color: #7a91bb;
}

.laybox .lay_box .lay_side .search button {
  width: 0.3rem;
  cursor: pointer;
  text-align: center;
  background: url(../img/icon_serach.png) no-repeat center;
  background-size: 0.17rem 0.17rem;
  height: 0.38rem;
  line-height: 0.38rem;
  border: 0;
  outline: 0;
}

.laybox .lay_box .lay_side .result_tit {
  margin-top: 0.22rem;
  height: 0.51rem;
  line-height: 0.45rem;
  color: #fff;
  color: #30dfff;
  font-style: italic;
  font-size: 0.2rem;
  font-weight: bold;
  background: url(../img/res_tit.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.1rem;
  border-bottom: 0.02rem solid rgba(71, 158, 222, 0.2);
}

.laybox .lay_box .lay_side .result_list {
  max-height: 4.8rem;
  margin-right: -0.05rem;
  padding-right: 0.05rem;
  overflow-y: auto;
}

.laybox .lay_box .lay_side .result_list li {
  height: 0.47rem;
  line-height: 0.47rem;
  border-bottom: 0.02rem solid rgba(71, 158, 222, 0.2);
}

.laybox .lay_box .lay_side .result_list li a {
  display: block;
  color: #a8b9d6;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.laybox .lay_box .lay_side .result_list li a::after {
  content: "";
  width: 0.07rem;
  height: 0.1rem;
  position: absolute;
  right: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_jt.png) no-repeat center;
  background-size: 100% 100%;
}

.laybox .lay_box .lay_side .result_list li:hover a, .laybox .lay_box .lay_side .result_list li.on a {
  color: #1da7ff;
}

.laybox .lay_box .lay_cont {
  width: calc(100% - 3.4rem);
  float: right;
  margin-left: 0.12rem;
}

.laybox .lay_box .lay_cont .lay_box1 {
  padding: 0.2rem 0.9rem 0 0.17rem;
}

.laybox .lay_box .lay_cont .lay_box1 .lay1_pic {
  width: 50%;
  overflow: hidden;
}

.laybox .lay_box .lay_cont .lay_box1 .lay1_info {
  flex: 1;
  padding-left: 0.35rem;
}

.laybox .lay_box .lay_cont .lay_box1 .lay1_info .tit {
  font-size: 0.3rem;
  font-weight: bold;
}

.laybox .lay_box .lay_cont .lay_box1 .lay1_info .desc {
  margin-top: 0.32rem;
  padding-right: 0.1rem;
  margin-right: -0.1rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: 4.95rem;
  overflow-y: auto;
  color: #a8b9d6;
  text-indent: 2em;
}

.laybox .lay_box .lay_cont .lay1_box2 {
  margin-top: 0.42rem;
  height: 1.95rem;
  background: url(../img/bg_lay2.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.1rem 0.22rem 0.22rem 0.22rem;
  align-items: flex-start;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji1 {
  width: 3.57rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji1 .list_data {
  margin-top: 0.2rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji1 .list_data li .icon {
  width: 0.98rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji1 .list_data li .txt .tit {
  font-style: normal;
  color: #44c1ef;
  font-size: 0.16rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji1 .list_data li .txt .num {
  font-size: 0.23rem;
  font-weight: bold;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji1 .list_data li:nth-child(2) .txt .tit {
  color: #aed6ff;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji1 .list_data li:nth-child(2) .txt .num {
  background: linear-gradient(180deg, #fffbcc 0%, #ffcd3d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 {
  width: 5.48rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 .tj_type {
  background: url(../img/bg_type3.png) no-repeat;
  /* background-size: 100%; */
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 .tj_cont {
  height: 1.06rem;
  background: url(../img/bg_dd3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.1rem;
  padding: 0.16rem 0.35rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 .tj_cont li {
  width: 1.45rem;
  text-align: center;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 .tj_cont li .item .tit {
  font-family: "DIN";
  color: #65eaff;
  font-size: 0.22rem;
  margin-bottom: 0.04rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 .tj_cont li .item .num {
  font-size: 0.13rem;
  color: #b3c8d4;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 .tj_cont li:nth-child(3) .item {
  padding-left: 0.2rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji2 .tj_cont li:nth-child(3) .item .tit {
  color: #ff9c66;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji3 {
  width: 3.57rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji3 .list_data li .icon {
  width: 1.25rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji3 .list_data li .txt .tit {
  font-style: normal;
  color: #44c1ef;
  font-size: 0.16rem;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji3 .list_data li .txt .num {
  font-size: 0.23rem;
  font-weight: bold;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji3 .list_data li:nth-child(1) .txt .tit {
  color: #46eedc;
}

.laybox .lay_box .lay_cont .lay1_box2 .tongji3 .list_data li:nth-child(1) .txt .num {
  background: linear-gradient(0deg, #fff 0%, #46eedc 100%);
  margin-top: 0.05rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.laybox .lay_box .lay_cont .lay1_box2 .tj_type {
  font-size: 0.16rem;
  height: 0.3rem;
  padding-left: 0.38rem;
  background: url(../img/bg_type2.png) no-repeat;
  /* background-size: 100%; */
  font-style: italic;
}

.laybox .lay_box .lay_cont .lay1_box2 .tj_type span {
  color: #fff;
  font-weight: bold;
}
.lay_cont .bimg{
	position: relative;
	width: 100%;
	height:5.6rem;
	overflow: hidden;
}
.lay_cont .bimg img{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
}

 /* 底部圆点 */
.bimg .cir-list {
	width: 3rem;
	height: 0.3rem;
	position: absolute;
	bottom: 0.06rem;
	left: 50%;
	transform: translateX(-50%);

	display: flex;
	justify-content: space-around;
	align-items: center;

	list-style: none;
	z-index: 99;
}

.bimg .cir-list li {
	width: 0.14rem;
	height: 0.14rem;
	background-color: aliceblue;
	border-radius: 50%;
	cursor: pointer;
}

.bimg .cir-list li.change {
	background-color: #fff;
	width: 0.34rem;
	height: 0.14rem;
	border-radius: 0.07rem;
	transition: all 0.5s;
}




/* 地图 */
.ditu {
  margin-top: 1rem;
  position: relative;
  /* 无棣县 */
  /* 沾化区 */
  /* 滨城区 */
  /* 博兴县 */
}

.ditu .back {
  width: 1.78rem;
  height: 0.61rem;
  line-height: 0.61rem;
  left: -0.2rem;
  top: .4rem;
  display: none;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 0.18rem;
  color: #e7f3fa;
  background: url(../img/btn_back.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  transition: all ease 0.3s;
}

.ditu .back:hover {
  color: #1da7ff;
}

.ditu .base_map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ditu .map {
  position: relative;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 11.12rem;
  height: 7.14rem;
}

.ditu .map .mp {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all ease .3s;
}

.ditu .map .mp.on {
  opacity: 1;
}

.ditu .map .mp.mp1 {
  left: .3rem;
  width: 2.81rem;
  top: .87rem;
}

.ditu .map .mp.mp2 {
  left: 2.78rem;
  width: 3.1rem;
  top: .28rem;
}

.ditu .map .mp.mp3 {
  width: 1.77rem;
  left: 5.13rem;
  top: .16rem;
}

.ditu .map .mp.mp4 {
  width: 4.11rem;
  right: .43rem;
  top: 1rem;
}

.ditu .map .mp.mp5 {
  width: 4.25rem;
  right: .85rem;
  top: 2.28rem;
}

.ditu .map .mp.mp6 {
  width: 2.5rem;
  left: 3.8rem;
  bottom: 2.52rem;
}

.ditu .map .mp.mp7 {
  width: 2.74rem;
  left: 2.35rem;
  bottom: 1.19rem;
}

.ditu .map li {
  position: absolute;
  z-index: 2;
  width: 0.96rem;
  text-align: center;
}

.ditu .map li .num {
  height: 0.36rem;
  line-height: 0.36rem;
  background: url(../img/btn1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.24rem;
  font-weight: bold;
  font-family: "DIN";
  transition: all ease 0.3s;
  cursor: pointer;
}

.ditu .map li .jt {
  margin: 0.05rem 0;
  height: 0.46rem;
  background: url(../img/jt1.png) no-repeat top center;
  background-size: auto 0.46rem;
  transition: all ease 0.3s;
  cursor: pointer;
}

.ditu .map li:hover .num, .ditu .map li.on .num {
  background: url(../img/btn2.png) no-repeat;
  background-size: 100% 100%;
}

.ditu .map li:hover .jt, .ditu .map li.on .jt {
  background: url(../img/jt2.png) no-repeat top center;
  background-size: auto 0.46rem;
}

.ditu .map .li1 {
  left: 1.3rem;
  bottom: 3.9rem;
}

.ditu .map .li2 {
  left: 3.85rem;
  top: 1.28rem;
}

.ditu .map .li3 {
  left: 5.74rem;
  top: 1.1rem;
}

.ditu .map .li4 {
  right: 1.98rem;
  top: 1.98rem;
}

.ditu .map .li5 {
  right: 2.88rem;
  bottom: 2.81rem;
}

.ditu .map .li6 {
  right: 5.13rem;
  bottom: 3.52rem;
}

.ditu .map .li7 {
  left: 3.43rem;
  bottom: 1.7rem;
}

.ditu .base {
  display: none;
  position: relative;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.ditu .base li {
  position: absolute;
  z-index: 1;
}

.ditu .base li .jt {
  z-index: 0;
  position: relative;
  width: 0.39rem;
  height: 0.57rem;
  background: url(../img/jt3.png) no-repeat;
  background-size: 100% 100%;
}

.ditu .base li:hover .jt {
  background: url(../img/jt4.png) no-repeat;
  background-size: 100% 100%;
}

.ditu .base li .map2_box {
  position: absolute;
  display: none;
  width: 4.63rem;
  z-index: 22;
  margin-top: -0.8rem;
  margin-left: 0.4rem;
  max-height: 1.95rem;
  padding: 0 0.28rem 0.2rem 0.28rem;
  background: url(../img/bg_k3.png) no-repeat bottom -0.35rem center;
  background-size: 100% 1.55rem;
  background-color: #0E305F;
  border-top-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.ditu .base li .map2_box .item_left {
  width: 1.22rem;
  margin-right: 0.1rem;
}

.ditu .base li .map2_box .item_left .item_pic {
  width: 100%;
  height: 1.06rem;
  background: url(../img/bg_pic2.png) no-repeat;
  background-size: 100% 100%;
}

.ditu .base li .map2_box .item_left .item_pic .bimg {
  width: 1.17rem;
  height: 1.21rem;
  display: block;
  margin: 4px 0 0 3px;
  overflow: hidden;
}

.ditu .base li .map2_box .item_left .item_pic .bimg img {
  width: 100%;
  height: 100%;
}

.ditu .base li .map2_box .item_left .link {
  width: 1.17rem;
  height: 0.35rem;
  background: url(../img/bg_link.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.18rem;
  margin: 0.2rem 0 0 0.05rem;
  display:flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.ditu .base li .map2_box .item_left .link a {
  color: #fff;
}

.ditu .base li .map2_box .item_left .link a:hover {
  color: rgba(255, 255, 255, 0.88);
}

.ditu .base li .map2_box .item_info {
  flex: 1;
}

.ditu .base li .map2_box .item_info .item_tit {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 0.26rem;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding-left: 0.2rem;
  background: url(../img/item_tit2.png) no-repeat bottom left;
  background-size: 100% 0.22rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  height:0.4rem;
}

.ditu .base li .map2_box .item_info .item_cont {
  text-align: left;
  height: 1.18rem;
  color: #fff;
  padding-top: 0.12rem;
}

.ditu .base li .map2_box .item_info .item_cont .dd {
  margin-top: 0.05rem;
  color: #f6f2f0;
  font-size: 0.18rem;
}

.ditu .base li .map2_box .item_info .item_cont .dd span {
  color: #bfc8ce;
}

.ditu .base li .map2_box .item_info .item_cont .dd.tel {
  color: #34d3f5;
}

.ditu .base li:hover {
  z-index: 22222;
}

.ditu .base li:hover .map2_box {
  display: block;
}

.ditu .base .base_map {
  width: 100%;
  height: 100%;
}

.ditu .map1 {
  width: 9.26rem;
  height: 7.52rem;
}

.ditu .map1 .li1 {
  left: 3rem;
  bottom: 3.2rem;
}

.ditu .map1 .li2 {
  left: 3.85rem;
  top: 2.18rem;
}

.ditu .map1 .li3 {
  left: 5.74rem;
  top: 3.1rem;
}

.ditu .map1 .li4 {
  right: 1.48rem;
  top: 1.98rem;
}

.ditu .map1 .li5 {
  right: 2.88rem;
  bottom: 2.9rem;
}

.ditu .map1 .li6 {
  left: 2.25rem;
  top: 2.58rem;
}

.ditu .map1 .li7 {
  left: 3.65rem;
  bottom: 2.28rem;
}

.ditu .map1 .li8 {
  left: 2.85rem;
  top: 1.28rem;
}
.ditu .map1 .li9 {
  left: 1.95rem;
  bottom: 2.28rem;
}
.ditu .map1 .li10 {
  right: 0.95rem;
  top: 1.28rem;
}
.ditu .map1 .li11 {
  left: 0.85rem;
  top: 1.48rem;
}
.ditu .map2 {
  width: 7.09rem;
  height: 7.24rem;
}

.ditu .map2 .li1 {
  left: 3rem;
  bottom: 3.2rem;
}

.ditu .map2 .li2 {
  left: 3.85rem;
  top: 2.28rem;
}

.ditu .map3 {
  width: 9.67rem;
  height: 6.95rem;
}

.ditu .map3 .li1 {
  left: 3rem;
  bottom: 3.2rem;
}

.ditu .map3 .li2 {
  right: 3.85rem;
  top: 2.58rem;
}

.ditu .map4 {
  width: 10.54rem;
  height: 7.49rem;
}

.ditu .map4 .li1 {
  left: 4.5rem;
  bottom: 3.2rem;
}

.ditu .map4 .li2 {
  right: 3.85rem;
  top: 2.58rem;
}
.ditu .map4 .li3 {
  right: 6.85rem;
  top: 2.58rem;
}

.ditu .map5 {
  width: 9.65rem;
  height: 6.80rem;
}

.ditu .map5 .li1 {
  left: 1.5rem;
  bottom: 3.2rem;
}

.ditu .map5 .li2 {
  right: 3.85rem;
  top: 2.58rem;
}

.ditu .map6 {
  width: 8.68rem;
  height: 7.30rem;
}

.ditu .map6 .li1 {
  left: 2.2rem;
  bottom: 2.6rem;
}

.ditu .map6 .li2 {
  right: 2.15rem;
  top: 2.58rem;
}

.ditu .map6 .li3 {
  left: 4.85rem;
  top: 3.88rem;
}
.ditu .map6 .li4 {
  right: 4.35rem;
  top: 2.38rem;
}
.ditu .map6 .li5 {
  left: 2.2rem;
  top: 1.2rem;
}
.ditu .map6 .li6 {
  left: 4.4rem;
  top: 1.1rem;
}

.ditu .map6 .li7 {
  left: 6.2rem;
  top: 1.6rem;
}

.ditu .map6 .li8 {
  left: 2.8rem;
  bottom: 3.2rem;
}

.ditu .map6 .li9 {
  left: 2.1rem;
  bottom: 2.2rem;
}

.ditu .map6 .li10 {
  left: 6.1rem;
  bottom: 2.2rem;
}

.ditu .map6 .li11 {
  left: 2.1rem;
  bottom: 4.2rem;
}
.ditu .map6 .li12 {
  left: 5.1rem;
  bottom: 3.6rem;
}
.ditu .map6 .li13 {
  right: 1.2rem;
  bottom: 5.2rem;
}
.ditu .map6 .li14 {
  right: 2.1rem;
  bottom: 4.2rem;
}

.ditu .map7 {
  width: 10.17rem;
  height: 6.87rem;
}

.ditu .map7 .li1 {
  left: 3.5rem;
  bottom: 3.2rem;
}

.ditu .map7 .li2 {
  right: 2.85rem;
  top: 2.58rem;
}
.ditu .map7 .li3 {
  right: 4.5rem;
  top: 1.58rem;
}
.ditu .map7 .li4 {
  right: 0.95rem;
  top: 1.58rem;
}

/* 视频弹窗 */
.laybox2 {
  width: 58%;
  height: 76vh;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: .15rem;
}

.laybox2 #video1,.laybox2 #video2,.laybox2 #video3,.laybox2 #video4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .15rem;
  margin:2%;
}

.laybox2 .close2 {
  position: absolute;
  right: -.45rem;
  top: -.45rem;
  z-index: 1;
}

.laybox2 .close2 img {
  width: .45rem;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.laybox2 .close2:hover img {
  opacity: 0.88;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
