.main {
  width: 100%;
}

.none {
  display: none;
}

.crumbs-nav {
  width: 100%;
  height: 372px;
  background-image: url('../images/crumbsNav.png');
  background-size: 100% 372px;
  overflow: hidden;
  position: relative;
}

.swiper-con {
  width: 1324px;
  height: 180px;
  margin: 96px auto 0;
  position: relative;
}

.swiper-container {
  width: 1324px;
  height: 180px;
  z-index: 1;
}

.swiper-slide {
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.swiper-slide:hover,
.swiper-slide-act {
  background: #0095BC;
}

.swiper-slide:hover p,
.swiper-slide.swiper-slide-act p {
  color: #fff;
}

.swiper-slide>a {
  display: block;
  width: 180px;
  height: 180px;
  padding-top: 37px;
  box-sizing: border-box;
}

.swiper-slide>a i {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  background-size: 64px 64px;
}

.swiper-slide>a p {
  font-size: 24px;
  color: #0095BC;
  margin-top: 8px;
}

.swiper-slide:nth-child(1) i {
  background-image: url('../images/indexToolA-act.png');
}

.swiper-slide:nth-child(1):hover i,
.swiper-slide:nth-child(1).swiper-slide-act i {
  background-image: url('../images/indexToolA-white.png');
}

.swiper-slide:nth-child(2) i {
  background-image: url('../images/indexToolB-act.png');
}

.swiper-slide:nth-child(2):hover i,
.swiper-slide:nth-child(2).swiper-slide-act i {
  background-image: url('../images/indexToolB-white.png');
}

.swiper-slide:nth-child(3) i {
  background-image: url('../images/indexToolE-act.png');
}

.swiper-slide:nth-child(3):hover i,
.swiper-slide:nth-child(3).swiper-slide-act i {
  background-image: url('../images/indexToolE-white.png');
}

.swiper-slide:nth-child(4) i {
  background-image: url('../images/indexToolD-act.png');
}

.swiper-slide:nth-child(4):hover i,
.swiper-slide:nth-child(4).swiper-slide-act i {
  background-image: url('../images/indexToolD-white.png');
}

.swiper-slide:nth-child(5) i {
  background-image: url('../images/indexToolC-act.png');
}

.swiper-slide:nth-child(5):hover i,
.swiper-slide:nth-child(5).swiper-slide-act i {
  background-image: url('../images/indexToolC-white.png');
}

.swiper-slide:nth-child(6) i {
  background-image: url('../images/indexToolH-act.png');
}

.swiper-slide:nth-child(6):hover i,
.swiper-slide:nth-child(6).swiper-slide-act i {
  background-image: url('../images/indexToolH-white.png');
}

.swiper-slide:nth-child(7) i {
  background-image: url('../images/indexToolF-act.png');
}

.swiper-slide:nth-child(7):hover i,
.swiper-slide:nth-child(7).swiper-slide-act i {
  background-image: url('../images/indexToolF-white.png');
}

.swiper-slide:nth-child(8) i {
  background-image: url('../images/indexToolJ-act.png');
}

.swiper-slide:nth-child(8):hover i,
.swiper-slide:nth-child(8).swiper-slide-act i {
  background-image: url('../images/indexToolJ-white.png');
}

.swiper-slide:nth-child(9) i {
  background-image: url('../images/indexToolK-act.png');
}

.swiper-slide:nth-child(9):hover i,
.swiper-slide:nth-child(9).swiper-slide-act i {
  background-image: url('../images/indexToolk-white.png');
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url('../images/next.png');
  background-size: 40px 40px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  transform: rotate(180deg);

}

.swiper-button-prev:hover {
  background-image: url('../images/next-act.png');
  transform: rotate(0);
}

.swiper-button-next:hover {
  background-image: url('../images/next-act.png');
  transform: rotate(180deg);
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url('../images/next.png');
  background-size: 40px 40px;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: unset;
  pointer-events: unset;
}

.guide-con {
  width: 1324px;
  margin: 0 auto;
}

.app-tab {
  width: 1324px;
  height: 366px;
  margin-top: 32px;
  font-size: 0;
}

.app-tab>div {
  font-weight: bold;
  color: #0095BC;
  background-color: #F7F7F7;
  text-align: center;
  line-height: 366px;
  font-size: 32px;
  cursor: pointer;
}

.app-tab .tab-act {
  color: #fff;
  background-color: #0095BC;
}

.tab-l {
  display: inline-block;
  width: 652px;
  height: 366px;
}

.tab-r {
  display: inline-block;
  width: 652px;
  height: 366px;
  margin-left: 20px;
}

.guide-content {
  margin-top: 64px;
  margin-bottom: 64px;
}

.guide-type {
  margin-top: 36px;
}

.guide-type p {
  font-size: 16px;
  color: #333;
}

.guide-title {
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0;
}

.arrange-con,
.process-con,
.charit-con,
.call-con,
.email-con,
.medical-con,
.medical-card-con,
.detail-con,
.traffic-con {
  width: 1324px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.arrange-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin: 32px 0 24px 0;
}

.arrange-con img {
  width: 100%;
  margin-top: 25px;
}

.process-img {
  width: 732px;
  height: 629px;
  display: block;
  margin: 32px auto 0;
}

.process-title {
  font-size: 32px;
  width: 100%;
  text-align: center;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin: 32px auto;
}

.process-step {
  margin-top: 32px;
}

.process-text p {
  text-indent: 2em;
}

.process-list {
  margin-top: 32px;
  font-size: 0;
  text-align: center;
}

.process-list p {
  font-size: 18px;
  font-weight: bold;
}

.charit-con {
  margin-top: 32px;
}

.charit-con p {
  font-size: 18px;
  text-indent: 2em;
}

.charit-title {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-size: 32px !important;
  color: #333333;
  font-weight: bold;
}

.charit-step {
  margin-top: 24px;
  color: #333333;
  font-size: 18px;
}

.charit-call {
  font-size: 20px;
  color: #0095BC;
  font-weight: bold;
  margin-top: 24px;
}

.charit-item-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin: 32px 0;
}

.charit-process-img {
  width: 820px;
  height: 358px;
  display: block;
  margin: 0 auto;
}

.charit-img-list {
  list-style: none;
  width: 1324px;
  margin: 0 auto;
  font-size: 0;
}

.charit-img-list li {
  width: 428px;
  height: 321px;
  display: inline-block;
  margin-left: 20px;
}

.charit-img-list li img {
  width: 428px;
  height: 321px;
}

.charit-img-list li:nth-child(3n+1) {
  margin-left: 0;
}

.call-con {
  margin-top: 32px;
}

.call-title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  line-height: 50px;
}

.call-area {
  margin-top: 24px;
  text-align: center;
  font-weight: 500;
}

.call-dpt {
  width: 680px;
  margin: 0 auto;
  margin-top: 48px;
  text-align: left;
  font-weight: 500;
}

.email-con {
  margin-top: 32px;
}

.email-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}

.email-tip {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
  color: #0095BC;
  font-weight: bold;
}

.input-con {
  margin-top: 48px;
  font-size: 0;
}

.input-con input {
  display: inline-block;
  height: 48px;
  width: 428px;
  font-size: 16px;
  padding-left: 16px;
  box-sizing: border-box;
  margin-left: 20px;
  outline: none;
  color: #333333;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}

.input-con input::placeholder,
.input-con textarea::placeholder {
  color: #999999;
}

.input-con input:nth-child(1) {
  margin-left: 0;
}

.input-con textarea {
  display: block;
  margin-top: 20px;
  outline: none;
  font-size: 16px;
  padding-left: 16px;
  color: #333333;
  padding-top: 13px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  width: 100%;
}

.submit-btn {
  width: 144px;
  height: 54px;
  margin-top: 64px;
  text-align: center;
  line-height: 54px;
  background: #0095BC;
  border-radius: 27px;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}

.medical-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin: 32px 0 24px 0;
}

.medical-con {
  overflow: hidden;
}

.medical-card-con {
  position: relative;
}

.show-more {
  width: 96px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  color: #0095BC !important;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #0095BC;
  position: absolute;
  border-radius: 17px;
  right: 0;
  top: 0;
}

.medical-card {
  width: 1324px;
  padding: 32px;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.0300), 0px 9px 28px 0px rgba(0, 0, 0, 0.0500), 0px 6px 16px -8px rgba(0, 0, 0, 0.0800);
}

.medical-card-list {
  list-style: none;
}

.medical-card-list li {
  width: 610px;
  height: 200px;
  display: inline-block;
  background: #FFFFFF;
  margin-left: 32px;
  margin-top: 40px;
  border-top: 1px solid #D8D8D8;
}

.medical-card-list li a {
  display: inline-block;
}

.medical-card-list li:nth-child(2n+1) {
  margin-left: 0;
}

.medical-card-list li:nth-child(1),
.medical-card-list li:nth-child(2) {
  border-top: none;
  margin-top: 0;
}

.card-l {
  width: 120px;
  padding-top: 60px;
  text-align: center;
  float: left;
}

.card-r {
  width: 440px;
  float: right;
}

.card-l p:nth-child(1) {
  font-size: 40px;
  color: #0095BC;
  font-weight: bold;
}

.card-l p:nth-child(2) {
  font-size: 14px;
  margin-top: 5px;
  color: #999999;
}

.card-r p:nth-child(1) {
  margin-top: 40px;
  font-size: 20px;
  height: 60px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  font-weight: bold;
}

.card-r p:nth-child(2) {
  font-size: 14px;
  margin-top: 16px;
  color: #999999;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.medical-card-list li:hover .card-r p:nth-child(1) {
  color: #0095BC;
}

.detail-con {
  margin-top: 96px;
}

.detail-title {
  font-size: 32px;
  color: #0095BC;
  font-weight: bold;
}

.detail-info {
  margin-top: 30px;
  font-size: 14px;
  color: #333333;
  position: relative;
}

#ops_share {
  position: absolute;
  top: 0;
  right: 0;
}

.detail-info span:nth-child(2) {
  margin-left: 16px;
}

.detail-content {
  margin-top: 38px;
  padding: 56px 0 96px 0;
  font-size: 18px;
  border-top: 1px solid #ECE9EC;
  border-bottom: 1px solid #ECE9EC;
}

.detail-content p {
  font-size: 18px;
}

.detail-content img {
  width: 100%;
}

.detail-bot {
  margin-top: 32px;
  font-size: 16px;
  position: relative;

}

.detail-page-info a:hover {
  color: #0095BC;
}

.return-btn {
  width: 96px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #0095BC !important;
  font-size: 16px;
  border: 1px solid #0095BC;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.traffic-title {
  font-size: 32px;
  font-weight: bold;
  margin: 32px 0 62px 0;
}

.traffic-map {
  width: 1324px;
  height: 662px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.traffic-map img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.map-sj {
  width: 0;
  height: 0;
  border: 20px solid #007396;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -38px;
  right: 532px;
  z-index: 10;
}

.map-poster {
  width: 484px;
  height: 700px;
  padding: 0 32px;
  box-sizing: border-box;
  background: #0095BC;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 48px;
}

.map-tab {
  width: 420px;
  height: 80px;
  margin-top: 40px;
  line-height: 80px;
  border-bottom: 1px solid #fff;
}

.map-tab span {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.map-tab-act {
  border-bottom: 6px solid #fff;
}

.map-tab span:nth-child(2) {
  margin-left: 48px;
}

.map-tab-content p {
  font-size: 14px;
  color: #fff;
}

.map-tab-content p:nth-child(1) {
  margin-top: 20px;
}

.tab-content-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 48px 0 24px 0;
}

.jt-type-list {
  width: 420px;
  font-size: 0;
}

.jt-type-list p {
  width: 25%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
}

.jt-type-list p:nth-child(1) i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url('../images/type1.png');
  background-size: 32px 32px;
}

.jt-type-list p.type-act {
  opacity: 1;
}

.jt-type-list p:nth-child(2) i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url('../images/type2.png');
  background-size: 32px 32px;
}

.jt-type-list p:nth-child(3) i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url('../images/type3.png');
  background-size: 32px 32px;
}

.jt-type-list p:nth-child(4) i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url('../images/type4.png');
  background-size: 32px 32px;
}

.type-tip {
  width: 420px;
  height: 120px;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  overflow-y: scroll;
}
/* 设置滚动条的样式 */
.type-tip::-webkit-scrollbar {
  width: 5px;
}

/* 滚动槽 */
.type-tip::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* 滚动条滑块 */
.type-tip::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
}

.type-tip::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 1);
}

.e-map-url {
  width: 96px;
  height: 40px;
  display: block;
  margin-top: 48px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #0095BC !important;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;

}

#myTab_0 {
  width: 1324px;
  margin: 64px 0 40px 0;
  cursor: pointer;
}

#myTab_0 a {
  width: 128px;
  height: 44px;
  background: #F7F7F7;
  border-radius: 22px 22px 22px 22px;
  display: inline-block;
  font: normal 20px/44px "yahei";
}
#myTab_0 a:nth-child(2){
  margin-left: 24px;
}

#myTab_0 a.active {
  background: #0095BC;
  color: #fff;
}

.TabContent_1 div,
.TabContent_2 div {
  width: 1324px;
  height: 834px;
}
.TabContent_1 div img,
.TabContent_2 div img{
  width: 100%;
  height: 100%;
}

#myTab_1,
#myTab_2 {
  width: 1324px;
  height: 64px;
  background: #0095BC;
  font: bold 20px/60px "yahei";
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  cursor: pointer;
}

#myTab_1 a:link,
#myTab_1 a:visited,
#myTab_2 a:link,
#myTab_2 a:visited {
  color: #fff;
}

#myTab_1 a:hover,
#myTab_2 a:hover {
  color: #fff;
  border-bottom: 4px solid #fff;
}

#myTab_1 .active,
#myTab_2 .active {
  border-bottom: 4px solid #fff;
}


.area-map {
  position: relative;
}

.area-map-tab {
  position: absolute;
  bottom: 0;
}

.old-area-map {
  width: 1324px;
  height: 834px;
  background-image: url('../images/old-aera-map.jpg');
  background-size: cover;
}

.new-area-map {
  width: 1324px;
  height: 834px;
  background-image: url('../images/new-area-map.jpg');
  background-size: cover;
}

.item-f0 {
  width: 282px;
  height: 200px;
  background-image: url('../images/item-f0.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 370px;
  left: 700px;
}

.item-f1 {
  width: 256px;
  height: 180px;
  background-image: url('../images/item-f1.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 340px;
  left: 465px;
}

.item-f2 {
  width: 256px;
  height: 170px;
  background-image: url('../images/item-f2.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 230px;
  left: 720px;
}

.item-f3 {
  width: 256px;
  height: 110px;
  background-image: url('../images/item-f3.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 270px;
  left: 505px;
}

.item-f4 {
  width: 256px;
  height: 110px;
  background-image: url('../images/item-f4.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 240px;
  left: 420px;
}

.floor-item-area {
  cursor: pointer;
}

.floor-item-area0 {
  width: 270px;
  height: 120px;
  position: absolute;
  transform: rotate(-30deg);
  top: 400px;
  left: 700px;
}

.floor-item-area2 {
  width: 230px;
  height: 100px;
  position: absolute;
  transform: rotate(-30deg);
  top: 260px;
  left: 725px;
}

.floor-item-area3 {
  width: 230px;
  height: 100px;
  position: absolute;
  transform: rotate(-25deg);
  top: 280px;
  left: 505px;
}

.floor-item-area1 {
  width: 200px;
  height: 75px;
  position: absolute;
  transform: rotate(-25deg);
  top: 385px;
  left: 470px;

}

.floor-item-area4 {
  width: 200px;
  height: 60px;
  position: absolute;
  transform: rotate(-25deg);
  top: 245px;
  left: 410px;
}

.floor-item {
  cursor: pointer;
}

.floor-item-active {
  transform: scale(1.1);
}

.floor-item-info{
  width: 100%;
  height: 100%;
  background-color: rgba(1,1,1,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.floor-item-cont{
  width: 1324px;
  height: 800px;
  overflow-y: scroll;
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -662px;
}
.floor-info-title{
  font-size: 30px;
  font-weight: bold;
  color: #0095BC;
  padding: 20px 0;
  letter-spacing: 2px;
  border-bottom: 1px solid #E8E8E8;
}
.floor-info-close{
  width: 25px;
  height: 25px;
  background-image: url('../images/close_icon.png');
  background-size: 25px 25px;
  position: absolute;
  right: 50px;
  top: 40px;
  cursor: pointer;
  transition: all linear 0.1s;
}
.floor-item-cont-info{
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.floor-item-cont-info img{
  width: 80%;
  margin: 0 auto;
}
/* 设置滚动条的样式 */
.floor-item-cont::-webkit-scrollbar {
  width: 5px;
}

/* 滚动槽 */
.floor-item-cont::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(1, 1, 1, 0.1);
}

/* 滚动条滑块 */
.floor-item-cont::-webkit-scrollbar-track::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0095BC;
}

.floor-item-cont::-webkit-scrollbar-thumb:window-inactive {
  background: #0095BC;
}
.floor-info-close:hover{
  transform: rotate(90deg);

}