@charset "utf-8";

.topimgHide {
  display: none;
}

#topimgMapL {
  width: 100%;
  position: relative;
  overflow: hidden; /*240402 padding:50px 0; background-color:#fff;*/
  /* padding-top: 30px; */
}
.topmap-list {
  /*height: 100%;*/
  background-color: rgb(1, 66, 148, 0.8);
  border-radius: 8px;
  text-align: center;
}

.topmap-list .slick-arrow {
  display: none !important;
}

.topmapDots {
  display: inline-block;
}
.topmapControl {
  display: inline-block;
}
/*
.mapControl {
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 25px;
}
.mapControl ul li {
  display: inline-block;
  box-sizing: border-box;
}
.slick-dots,
.topmap-list ul li {
  display: inline-block;
}
*/

.topmap-list-title p {
  font-size: 16px;
  font-weight: 600;
  color: #fff; /* #68e999; */
  text-align: center;
  /* margin-left: 10px; */
  background: url("../images/mainb-close.png") no-repeat right top;
  cursor: pointer;
  padding-top: 10px;
}

.noview .topmap-list-title p {
  background: url("../images/mainb-open.png") no-repeat right top;
}

.topmap-list-top {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  /*padding:5px 10px;*/
  margin: 4px 10px 13px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.topmap-gallery {
  transition: all 0.5s;
}
.noview .topmap-gallery {
  height: 0;
  overflow: hidden;
}

.topmap-gallery:after {
  content: "";
  display: block;
  clear: both;
}

.topmap-gallery li {
  margin: 2px;
  float: left;
}
.topmap-gallery li button {
  border: none;
  background-color: #9d9d9d;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border-radius: 10px;
  display: inline-block;
}

/* 240403 add */
/*
.topmap-gallery li {
  background-color: rgb(1, 66, 148, 0.8);
  height: 382px;
  padding-top: 30px;
}
.topmap-list-img {
  text-align: center;
  width: auto;
  padding-bottom: 10px;
}
*/
.topmap-gallery li {
}
.topmap-list-img {
  text-align: center;
}
/* .topmap-list-img #imgUserMap0 {
  width: 205px;
  height: 260px;
}
 */
.topmap-btns {
  /*
  position: relative;
  top: 12px;
*/
  margin-top: 5px;
  background: rgb(1, 66, 148, 0.8);
  border-radius: 8px;
}
.topmap-btns ul {
  display: flex;
}
.topmap-btns ul li {
  position: relative;
  width: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.topmap-btns ul li > a {
  display: block;
  padding: 8px 0 6px 0;
  font-size: 14px;
  color: #fff;
  transition: ease all 0.3s;
}

/* .topmap-btns ul li a:hover {
  /* background-color: rgb(0, 0, 0, 0.7);
  background-color: #1187cf;
  border-radius: 8px;
} */
.topmap-btns ul li:nth-child(1) a:before {
  background: url("../images/mainb-ico23.png") no-repeat center top;
}
.topmap-btns ul li:nth-child(2) a:before {
  background: url("../images/mainb-ico22.png") no-repeat center top;
}
.topmap-btns ul li:nth-child(1) a:hover:before {
  background: url("../images/mainb-ico21.png") no-repeat center top;
}
.topmap-btns ul li:nth-child(2) a:hover:before {
  background: url("../images/mainb-ico20.png") no-repeat center top;
}
.topmap-btns ul li:nth-child(1) a:hover {
  background-color: #1187cf;
  border-radius: 8px 0 0 8px;
}
.topmap-btns ul li:nth-child(2) a:hover {
  background-color: #1187cf;
  border-radius: 0 8px 8px 0;
}
.topmap-btns ul li a:before {
  content: "";
  width: 45px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.topmap-list-img img {
  width: 200px;
  height: 245px;
  border-radius: 5px;
}
.topmap-list .slick-dots li.slick-active button {
  background-color: #0ff;
  width: 7px;
  height: 7px;
  transition: ease all 0.2s;
  /* background: url("../images/slide_on.png") no-repeat; */
}
.topmap-list .slick-dots li button {
  border: none;
  background-color: #fff;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  border-radius: 10px;
  margin-right: 6px;
  /* background: url("../images/slide_off.png") no-repeat; */
}

.topmap-list .topmapDots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.topmapControl .control {
  /* background: url("./../images/btn_play.png") center center no-repeat; */
  background: url("../images/btn-play.png") center center no-repeat;
  border-radius: 10px;
  width: 18px;
  height: 12px;
  text-indent: -9999px;
  display: inline-block;
}
.topmapControl .control.Pause {
  /* background: url("./../images/btn_stop.png") center center no-repeat; */
  background: url("../images/btn-pause.png") center center no-repeat;
}
.topmapControl .control._on {
  display: none;
}

@media screen and (max-width: 1024px) {
  .topmap-list {
    max-width: 100%;
    float: right;
  }
  .topmap-btns {
    width: inherit;
    float: right;
  }
  .topmap-list-img {
    display: none;
  }
}

/* .topmapDots .slick-dots {
  background: url("../images/slide_off.png") no-repeat center top;
}
.topmapDots .slick-active {
  background: url("../images/slide_on.png") no-repeat center top;
}
 */
/*
.topmap-list .slick-dots li.slick-active button {
  background-color: #ff9801;
  width: 32px;
  transition: ease all 0.2s;
}
.topmap-list .slick-dots li button {
  border: none;
  background-color: #9d9d9d;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border-radius: 10px;
  display: inline-block;
}

.topmap-list .slick-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
*/
/*
#topmap-btns ul {
  display: flex;
}
#topmap-btns ul li {
  width: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#topmap-btns ul li > a {
  display: block;
  padding: 50px 0 5px 0;
}
#topmap-btns .ico18 {
  background: url("../images/mainb-ico18.png") no-repeat center top 10%;
}
#topmap-btns .ico19 {
  background: url("../images/mainb-ico19.png") no-repeat center top 10%;
}
*/
/*
.mapControl .control {
  background: url(./../images/btn_play.png) center center no-repeat;
  border-radius: 10px;
  width: 18px;
  height: 12px;
  text-indent: -9999px;
  display: inline-block;
}
.mapControl .control.Pause {
  background: url(./../images/btn_stop.png) center center no-repeat;
}
.mapControl .control._on {
  display: none;
}
*/

/*
@media (max-width:1024px){
#imgMapL				{width:100%;}
.topmap-list ul li			{width:50%; float:left;}
.topmap-list ul li img		{max-width:100%;}
}
@media (max-width:639px){
.topmap-list ul li			{width:100%; float:left;}
}
  

.emphasized {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 9999px,
    rgba(0, 0, 0, 0.5) 2px 2px 3px 3px;
  z-index: 9000;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
*/
