@charset "utf-8";

/****左边栏****/
.left-box{
  width: 160px;
  height: 1080px;
  background-color: var(--color-);
  z-index: 500;
}
.left-container{
  background-color: var(--color-);
  padding-top: 142px;
}
.left-menu{
  top: 0;
  left: 0;
  width: 160px;
  height: 142px;
  padding-top: 40px;
  box-sizing: border-box;
  z-index: 20;
}
.left-menu span{
  width: 56%;
  max-width: 89px;
  height: 8px;
  overflow: hidden;
  background-color: #000000;
  margin: auto;
  display: block;
}
.left-menu span:first-child{
  margin-bottom: 15px;
}
.left-box img{
  max-width: 100%;
  margin: auto;
}
.left-box .left-img{
  margin-top: 160px;
}
.left-bottom{
  margin-top: 100px;
}
.left-bottom p{
  margin: 0;
  font-weight: bolder;
  font-size: 30px;
}
.left-bottom p.en{
  font-size: 18px;
}
.left-bottom-text{
  display: inline-block;
  margin-top: 32px;
  margin-left: 39px;
}
.nav-btns{
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 1075px;
  z-index: 10;
}
.nav-img{
  position: absolute;
  left: 0;
  top: 0;
}
.nav-item{
  left: 50%;
  width: 100px;
  height: 80px;
  margin-left: -50px;
}
.nav-item1{
  top: 210px;
}
.nav-item1.on{
  top: 160px;
}
.nav-item2{
  top: 390px;
}
.nav-item2.on{
  top: 340px;
}
.nav-item3{
  top: 570px;
}
.nav-item3.on{
  top: 510px;
}
.nav-item4{
  top: 745px;
}
.nav-item4.on{
  top: 685px;
}
.nav-item5{
  height: 80px;
  top: 905px;
}
.nav-item.on{
  height: 150px;
}

/**动画**/
.ani-move-left{
  -webkit-animation: moveInLeft 0.5s ease-out 1 both;
  animation: moveInLeft 0.5s ease-out 1 both;
}
.ani-move-right{
  -webkit-animation: moveInRight 0.5s ease-out 1 both;
  animation: moveInRight 0.5s ease-out 1 both;
}
.aniScale{
  -webkit-animation: aniScale 0.5s ease-out 1 both;
  animation: aniScale 0.5s ease-out 1 both;
}
@-webkit-keyframes moveInLeft {
  0%{opacity: 0;-webkit-transform: translateX(-100%);}
  100%{opacity: 1;-webkit-transform: translateX(0)}
}
@keyframes moveInLeft {
  0%{opacity: 0;transform: translateX(-100%)}
  100%{opacity: 1;transform: translateX(0)}
}
@-webkit-keyframes moveInRight {
  0%{opacity: 0;-webkit-transform: translateX(100%);}
  100%{opacity: 1;-webkit-transform: translateX(0)}
}
@keyframes moveInRight {
  0%{opacity: 0;transform: translateX(100%)}
  100%{opacity: 1;transform: translateX(0)}
}
@-webkit-keyframes aniRotate {
  0%{-webkit-transform: rotate(0deg);transform-origin: center}
  100%{-webkit-transform: rotate(15deg);transform-origin: center}
}
@keyframes aniRotate {
  0%{transform: rotate(0deg);transform-origin: center}
  100%{transform: rotate(15deg);transform-origin: center}
}
@-webkit-keyframes aniScale {
  0%{-webkit-transform: scale(1);}
  50%{-webkit-transform: scale(1.1)}
  100%{-webkit-transform: scale(1)}
}
@keyframes aniScale {
  0%{transform: scale(1)}
  50%{transform: scale(1.1)}
  100%{transform: scale(1)}
}

/****轴测图页面****/
.container.map-page{
  background-color: #ffffff;
}
.map-box{
  top: 50%;
  width: 1920px;
  height: 1080px;
  margin-top: -540px;
}
.map-box.mobile > div{
  transform: scale(1.8);
  transform-origin: left top;
}
.map-hand-icon{
  top: 5px;
  right: 5px;
}
.map-hand-icon > div{
  width: 55px;
  height: 55px;
  padding: 15px;
}
.map-box.no-poin{
  pointer-events: none;
}
.map-tab{
  transform-origin: left bottom;
  transition: transform 0.5s ease-out;
}
.map-tab.on{
  transform: scale(1.3);
}
.map-tab span{
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
}
.map-pos{
  position: fixed;
  bottom: 10px;
  width: 63px;
  height: 63px;
  pointer-events: none;
}
.map-cont > div img{
  width: 100%;
  height: 100%;
  display: block;
}
.map-stop, .map-service, .map-toilet, .map-toilet2, .map-toilet3{
  width: 27px;
  height: 27px;
  overflow: hidden;
}
.map-stop{
  top: 218px;
  left: 406px;
}
.map-service{
  top: 734px;
  left: 1334px;
}
.map-toilet{
  top: 551px;
  left: 1552px;
}
.map-toilet2{
  top: 623px;
  left: 1144px;
  transform: scale(0.75);
}
.map-toilet3{
  top: 403px;
  left: 1034px;
}
.map-a1{
  top: 655px;
  left: 1256px;
  width: 147px;
  height: 64px;
  z-index: 2;
}
.map-a2{
  top: 491px;
  left: 1150px;
  width: 147px;
  height: 64px;
  z-index: 10;
}
.map-b1{
  top: 379px;
  left: 999px;
  width: 187px;
  height: 118px;
  z-index: 7;
}
.map-b2{
  top: 340px;
  left: 953px;
  width: 187px;
  height: 131px;
  z-index: 6;
}
.map-b3{
  top: 295px;
  left: 736px;
  width: 187px;
  height: 64px;
  z-index: 5;
}
.map-c{
  top: 250px;
  left: 1228px;
  width: 200px;
  height: 64px;
  z-index: 2;
}
.map-circle{
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border: 2px dashed #383838;
  box-sizing: border-box;
  border-radius: 50%;
  color: #333333;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
}
.map-circle.gray-bg{
  background-color: #333333;
  color: #ffffff;
}
.map-d1{
  top: 640px;
  left: 1424px;
  width: 137px;
  height: 59px;
}
.map-d2{
  top: 454px;
  left: 1110px;
  width: 477px;
  height: 62px;
  z-index: 9;
}
.map-d3{
  top: 109px;
  left: 921px;
  width: 144px;
  height: 59px;
}
.map-d4{
  top: 229px;
  left: 751px;
  width: 237px;
  height: 134px;
  z-index: 3;
}
.map-d5{
  top: 209px;
  left: 1091px;
  width: 150px;
  height: 109px;
  z-index: 1;
}
.map-d6{
  top: 263px;
  left: 868px;
  width: 192px;
  height: 73px;
  z-index: 4;
}
.map-d7{
  top: 419px;
  left: 1140px;
  width: 287px;
  height: 73px;
  z-index: 8;
}
.map-cd1{
  top: 700px;
  left: 1409px;
}
.map-cd2{
  top: 524px;
  left: 1101px;
}
.map-cd3{
  top: 174px;
  left: 909px;
}
.map-cd4{
  top: 370px;
  left: 738px;
}
.map-cd5{
  top: 321px;
  left: 1080px;
}
.map-cd6{
  top: 340px;
  left: 858px;
}
.map-cd7{
  top: 492px;
  left: 1123px;
}
.map-icons{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 655px;
  height: 86px;
  border-radius: 15px;
  padding-right: 30px;
  padding-bottom: 20px;
  pointer-events: none;
}
.map-icons img{
  width: 100%;
  height: 100%;
  background-color: var(--color-);
  border-radius: 15px;
  pointer-events: none;
}

/*新化社区位置点*/
.map-xh-a1{
  top: 880px;
  left: 1383px;
  width: 207px;
  height: 64px;
  z-index: 1;
}
.map-xh-a2{
  top: 832px;
  left: 1513px;
  width: 207px;
  height: 133px;
}
.map-xh-b{
  top: 580px;
  left: 1193px;
  width: 194px;
  height: 64px;
  z-index: 3;
}
.map-xh-c1{
  top: 532px;
  left: 519px;
  width: 264px;
  height: 64px;
  z-index: 6;
}
.map-xh-c2{
  top: 744px;
  left: 845px;
  width: 284px;
  height: 64px;
}
.map-xh-d{
  top: 444px;
  left: 795px;
  width: 251px;
  height: 64px;
  z-index: 2;
}
.map-xh-e{
  top: 274px;
  left: 895px;
  width: 195px;
  height: 64px;
}
.map-xh-f{
  top: 653px;
  left: 362px;
  width: 207px;
  height: 64px;
  z-index: 1;
}
.map-xh-zsj1{
  top: 109px;
  left: 1185px;
  width: 204px;
  height: 59px;
}
.map-xh-zsj2{
  top: 490px;
  left: 504px;
  width: 204px;
  height: 109px;
  z-index: 5;
}
.map-xh-zsj3{
  top: 503px;
  left: 1088px;
  width: 204px;
  height: 169px;
  z-index: 2;
}
.map-xh-think{
  top: 637px;
  left: 693px;
  width: 325px;
  height: 79px;
  z-index: 4;
}
.map-xh-qcy{
  top: 613px;
  left: 347px;
  width: 115px;
  height: 114px;
}
.map-xh-daily{
  top: 443px;
  left: 467px;
  width: 135px;
  height: 69px;
  z-index: 4;
}
.map-xh-jhq{
  top: 376px;
  left: 576px;
  width: 115px;
  height: 59px;
  z-index: 3;
}
.map-xh-service{
  top: 407px;
  left: 773px;
  width: 105px;
  height: 79px;
}
/*曹杨社区位置点*/
.map-cy-cskt{
  top: 69px;
  left: 1306px;
  width: 301px;
  height: 77px;
}
.map-tab.map-cy-cskt{
  transform-origin: right bottom;
}
.map-cy-qqb{
  top: 130px;
  left: 638px;
  width: 110px;
  height: 59px;
}
.map-cy-gsg{
  top: 205px;
  left: 779px;
  width: 206px;
  height: 89px;
}
.map-cy-mz{
  top: 216px;
  left: 1248px;
  width: 134px;
  height: 69px;
}
.map-cy-hqgs{
  top: 295px;
  left: 878px;
  width: 125px;
  height: 39px;
}
.map-cy-gdxp2{
  top: 269px;
  left: 1011px;
  width: 144px;
  height: 169px;
}
.map-cy-gdxp1{
  top: 305px;
  left: 1039px;
  width: 144px;
  height: 79px;
}
.map-cy-kg{
  top: 378px;
  left: 928px;
  width: 189px;
  height: 49px;
}
.map-cy-smile{
  top: 417px;
  left: 938px;
  width: 150px;
  height: 49px;
}
.map-cy-csg{
  top: 537px;
  left: 781px;
  width: 214px;
  height: 77px;
}
.map-cy-bxgy{
  top: 314px;
  left: 1676px;
  width: 134px;
  height: 77px;
}
.map-cy-dx{
  top: 451px;
  left: 1358px;
  width: 284px;
  height: 77px;
}
.map-tab.map-cy-dx{
  transform-origin: right bottom;
}
.map-cy-bxyz{
  top: 620px;
  left: 1426px;
  width: 134px;
  height: 77px;
}
/*更多位置点*/
.map-more-jd{
  top: 59px;
  left: 636px;
  width: 233px;
  height: 64px;
}
.map-more-bs{
  top: 106px;
  left: 997px;
  width: 204px;
  height: 64px;
}
.map-more-ja{
  top: 219px;
  left: 960px;
  width: 207px;
  height: 64px;
}
.map-more-yp{
  top: 256px;
  left: 1027px;
  width: 204px;
  height: 64px;
}
.map-more-qp{
  top: 379px;
  left: 502px;
  width: 259px;
  height: 64px;
}
.map-more-hp{
  top: 381px;
  left: 967px;
  width: 257px;
  height: 64px;
}
.map-more-xh{
  top: 454px;
  left: 899px;
  width: 207px;
  height: 64px;
}
.map-more-mh{
  top: 578px;
  left: 899px;
  width: 287px;
  height: 64px;
}
.map-more-pd{
  top: 711px;
  left: 1459px;
  width: 287px;
  height: 64px;
}
.map-more-lg{
  top: 958px;
  left: 1632px;
  width: 237px;
  height: 64px;
}

/****菜单页面****/
.container.menus{
  background-color: var(--color-);
}
.container.menus .left-box{
  width: 265px;
}
.container.menus .left-container{
  padding-top: 50px;
  padding-left: 44px;
  box-sizing: border-box;
}
.container.menus .left-container ul{
  padding-left: 24px;
  padding-top: 150px;
}
.container.menus .left-container li{
  margin-bottom: 78px;
}
.menu-left li img{
  display: block;
}
.container.menus .right-box{
  color: #000000;
}
.menus-right-main{
  padding-left: 60px;
}
.menus-close{
  top: 0;
  right: 0;
  width: 88px;
  height: 32px;
  padding: 38px;
  z-index: 100;
  display: none;
}
.menu-list{
  width: 1406px;
  padding-top: 100px;
  z-index: 20;
}
.menu-list li{
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  text-align: center;
}
.menu-title{
  display: inline-block;
  font-size: 27px;
  font-weight: bolder;
  text-align: left;
  margin: 0 auto 25px;
}
.menu-title span{
  display: block;
  font-size: 20px;
}
.menu-icon{
  width: 163px;
  height: 163px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}
.menu-list li.on .menu-icon{
  background-color: #fff;
}
.menu-icon span{
  background: url('../ani_images/huan.png') no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
}
.menu-icon span.no-dashed{
  background: none;
}
li .hand:not(.op05) .menu-icon span:hover, li .hand:not(.op05) .menu-icon span:active{
  -webkit-animation: aniRotate 0.5s ease-out 1;
  animation: aniRotate 0.5s ease-out 1;
}
.menu-tip{
  width: 152px;
  height: 36px;
  color: var(--color-);
  background-color: #000000;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  line-height: 36px;
  margin: 22px auto 32px;
}
.menu-tip span{
  display: block;
  width: 100%;
}
.menu-tip::before, .menu-tip::after, .menu-tip span::before, .menu-tip span::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
}
.menu-tip::before{
  top: -1px;
  left: -1px;
  border-color: var(--color-) transparent transparent var(--color-);
}
.menu-tip::after{
  top: -1px;
  right: -1px;
  border-color: var(--color-) var(--color-) transparent transparent;
}
.menu-tip span::before{
  bottom: -1px;
  left: -1px;
  border-color: transparent transparent var(--color-) var(--color-);
}
.menu-tip span::after{
  bottom: -1px;
  right: -1px;
  border-color: transparent var(--color-) var(--color-) transparent;
}
.menu-list li:first-child{
  margin-left: 0;
}
.menu-list li:last-child{
  margin-right: 0;
}
.menu-list li:last-child .menu-icon span{
  border: 2px solid #333333;
}
.menu-list li:last-child .menu-icon img{
  top: 50%;
  left: 50%;
  width: initial;
  height: initial;
  transform: translate(-50%,-50%);
}
.li-arrow span{
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.li-arrow span:nth-child(1), .menu-list li.on .li-arrow span:nth-child(3){
  border-width: 0 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #000000 #000000;
  transform: rotate(45deg);
}
.li-arrow span:nth-child(2){
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
  margin: 0 5px;
}
.li-arrow span:nth-child(3), .menu-list li.on .li-arrow span:nth-child(1), .menu-list li:last-child .li-arrow span{
  border-width: 6px 6px 0 0;
  border-style: solid;
  border-color: #000000 #000000 transparent transparent;
  transform: rotate(45deg);
}
.menu-list li.on .li-arrow span:nth-child(2){
  margin: 0 15px;
}
.menus-text{
  top: 0;
  width: 1400px;
  padding-top: 520px;
  z-index: 10;
}
.menus-text.texts-4 {
  padding-top: 540px;
}
.menus-text > div{
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}
.menus-text.texts-2 > div{
  margin-right: 215px;
}
.menus-text.texts-3 > div{
  margin-right: 260px;
}
.menus-text.texts-4 > div{
  margin-right: 150px;
}
.menus-text > div:last-child{
  margin-right: 0;
}
.menus-text.texts-4 li{
  font-size: 22px;
  margin: 20px auto;
}
.menus-text p{
  font-size: 22px;
  font-weight: bolder;
}
.menus-text li{
  height: 38px;
  font-size: 14px;
  font-weight: bolder;
  line-height: 38px;
  margin: 5px auto;
}
.menus-text .li-number{
  width: 32px;
  height: 32px;
  font-size: 14px;
  margin: 3px 12.5px 3px 2.5px;
  line-height: 28px;
  border: 2px solid #000000;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  box-sizing: border-box;
}
.menus-text .li-icon{
  width: 18px;
  height: 18px;
  background: url('../ani_images/page/map_service.png') no-repeat;
  background-size: cover;
  border: none;
}
.menus-text li.padd-left{
  padding-left: 100px;
}
.menus-text .li-number.circle{
  border-radius: 50%;
  font-size: 12px;
  letter-spacing: -1px;
}
.menus-text .li-number.li-small{
  font-size: 12px;
}
.menus-text li i{
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
}
.menus-text a{
  display: initial;
}
.table{
  display: table
}
.table > *{
  display: table-cell;
}
.footer{
  bottom: 20px;
  width: 1456px;
  margin: auto;
}
.footer span{
  display: inline-block;
  vertical-align: bottom;
  color: #333333;
  font-size: 22px;
  font-weight: bolder;
  margin-right: 35px;
}
.footer span.big{
  font-size: 32px;
  margin-right: 55px;
}
.footer span.big:nth-child(3){
  margin-right: 35px;
}
.footer span.small{
  font-size: 18px;
  font-weight: normal;
  margin-right: 0;
  margin-left: 65px;
}