body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:1440px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1440px)/2);}
.pr-inner{ padding-right: calc((100vw - 1440px)/2);}
.ml-inner{ margin-left: calc((100vw - 1440px)/2);}
.mr-inner{ margin-right: calc((100vw - 1440px)/2);}

.biginner{ max-width:1760px;  width: 90%;   margin: 0 auto;  }
/* .pl-biginner{ padding-left: calc((100vw - 1760px)/2);}
.pr-biginner{ padding-right: calc((100vw - 1760px)/2);}
.ml-biginner{ margin-left: calc((100vw - 1760px)/2);}
.mr-biginner{ margin-right: calc((100vw - 1760px)/2);} */

header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100;}
header .con{max-width:1760px;  width: 90%;   margin: 0 auto;}
.logoImg{ height: 86px;}
.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 1.6vw; font-size: 20px;  }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:#fff; transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
 
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
 
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:var(--blue)}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 


.h_nav{ height: 60px; width: 60px; background-color:#fff; padding: 18px 8px ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 1px ; background: var(--blue);  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }
.h_nav.close { align-items: center; justify-content: center;}
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: var(--blue);      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }
 

.wxBtn .img{   width: 120px; position: absolute; top: 100%; right: 50%; pointer-events: none; visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(50%) translateY(20px); -webkit-transform:translateX(50%) translateY(20px); -moz-transform:translateX(50%) translateY(20px); -ms-transform:translateX(50%) translateY(20px); -o-transform:translateX(50%) translateY(20px); }
.wxBtn:hover .img{ pointer-events: auto; visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(50%); -webkit-transform:translateX(50%); -moz-transform:translateX(50%); -ms-transform:translateX(50%); -o-transform:translateX(50%); }

.searchBtn{ padding-left: 20px; padding-right: 20px;}
.searchBox{ background :  var(--blue); z-index: 70; transform: translateY(-105%); transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-transform: translateY(-105%); -moz-transform: translateY(-105%); -ms-transform: translateY(-105%); -o-transform: translateY(-105%); }
.searchBox .form{ width: calc(100% - 80px);}
.searchBox .keys{ width: 80%; background: url(../images/search-w.png) no-repeat left center; }
.searchBox .submit{ width: 90px; height: 40px; border: 1px solid #fff;}
.searchBox input::-webkit-input-placeholder  {color:rgba(255, 255, 255, .65);}
.searchBox input:-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input::-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input:-ms-input-placeholder  {color: rgba(255, 255, 255, .65);;}
.searchBox.show{ transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }

.zwHeader{ height: 100px;}
.zw{margin-top: -100px; padding-top: 100px;}

.idxBan .button{ position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); z-index: 10; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxBanImg{ animation: swiper_img_move 8s linear 0s infinite normal both; width: 100vw; height: 100vh; object-fit: cover; min-height: 360px; -webkit-animation: swiper_img_move 8s linear 0s infinite normal both; }

.idxBan .pagination .swiper-pagination-bullet{ margin-right: 15px; width: 15px; height: 15px;  background: #fff; opacity: 1;}
.idxBan .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--blue);}  

.swiperBtn{ width: 70px; height: 70px;}
.swiperBtn:hover{ background: var(--blue); color: #fff; border-color: var(--blue);}
.linka a:hover{ color: var(--blue);}
.idxTitle{ display: inline-flex;}
.idxTitle em{ width: 1.1em; height: 1.1em;}
.idxTitle em::after{ transform:  scale(0); border-radius:  ; transition: all .36s; display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: var(--blue); -webkit-transform:  scale(0); -moz-transform:  scale(0); -ms-transform:  scale(0); -o-transform:  scale(0); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.idxTitle:hover em::after{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.idxTitle:hover em{ transform: translateX(5px); color: #fff; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); }


.myPagination .swiper-pagination-bullet{  margin: 0 5px;}
.myPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--blue);}


.w80{ width: 80%;}
.w53{ width: 54%;}
.w44{ width: 44%;}

.affairsSwiper a{ height: 160px;}
.affairsSwiper .swiper-slide::after{ display: block; content: ''; transition: all .36s; width: 100%; height: 4px; position: absolute; left: 0; bottom: 0; background: var(--blue); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.affairsSwiper .swiper-slide:hover::after{ height: 100%;}
.affairsSwiper .swiper-slide:hover div{ color: #fff ;}

.affairsSwiper .swiper-slide .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.affairsSwiper .swiper-slide:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

/*  */
.idxNews{display: grid; grid-gap: 20px; grid-template-columns: repeat(3,1fr);}
.idxNews li:first-child { grid-area: 1 / 1 / 2 / 3; border-bottom: none; }
.idxNews li{ border-bottom: 4px solid #8b2c30;  height: 280px; }
.idxNews li::after{ display: block; content: ''; transition: all .36s; width: 100%; height: 0; position: absolute; left: 0; bottom: 0; background:var(--blue); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxNews li:hover::after{ height: 100%;  }
.idxNews li:first-child::after{ display: none;}
.idxNews li a{ height: 100%; }
.idxNews li:hover{ color: #fff; transform: translateY(5px); box-shadow:1vw 0 2vw  rgba(120, 75, 37, .25); -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); }

.educationUl a{ height: 280px;}
.educationUl a:first-child .text{ background: url(../images/educationUlBg.jpg) no-repeat center bottom; background-size: cover;}
.educationUl a .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.educationUl a:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.educationUl a:hover{  transform: translateY(5px); box-shadow:1vw 0 2vw  rgba(120, 75, 37, .25); -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); }

.educationUlRight{ margin-top: 20px; background: #f6efe3;}
.idxHistory .text{ margin-top: -55px;}
.playIcon{ width: 100px; position: absolute; bottom: 0px; left: 0px; z-index: 10;}
.playIcon::after{  animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite;width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: block; content: ''; background: url(../images/playBg.png) no-repeat center center; background-size: 100% 100%;}

.idxClass li a{  height: 200px;}
.idxClass a:hover .idxClassImg{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.idxClass .div1 .text{ background: rgba(191, 167, 117, .9);}
.idxClass .div2 .text{ background: rgba(51, 51, 51, .9);}
.idxClass .div3 .text{ background: rgba(165, 75, 79, .9);}
.idxClass .div4 .text{ background: rgba(0, 0, 0, .5);}
.idxClass .div5 .text{ background: rgba(0, 0, 0, .5);}
.idxClass .div6 .text{ background: rgba(191, 167, 117, .9);}
.idxClass .div7 .text{ background: rgba(131, 157, 210, .9);}
.idxClassIcon{  max-height: 60px;}

.idxBook{ background: url(../images/idxBookBg.png) no-repeat center bottom; background-size: 100% auto;}
.idxBookUl li{ width: calc((100% - 40px)/3); margin-right: 20px; height: 480px;}
.idxBookUl li .item{  height: calc((100% - 20px)/2);}
.idxBookUl li:nth-child(3n){ margin-right: 0;}
.idxBookUl .border-top-blue{  border-top-width: 4px;}
.idxBookUl li:first-child img{ max-height: 60%;}
.idxBookUl .item:hover{   transform: translateY(5px); box-shadow:1vw 0 2vw  rgba(120, 75, 37, .25); -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); }

.idxBookUllist li img{ max-height: 60%;}
.idxBookUllist li:hover{ transform: translateY(-5px);box-shadow: 0 0 10px rgba(165, 75, 79, .15); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); }

footer span + span{  margin-left: 5px;}
footer a:hover{ color: #fff;}
footer span,footer a{white-space: nowrap;}
.outlink a{ border-right: 1px solid #fff;  padding-right: 15px; margin-right: 15px;}
.outlink a:last-child{ border-right: none;}
.outlink a:hover{ opacity: .8;}

 

/* .params-container {display: table;}
.param-item {display: table-row;}
.param-cell {display: table-cell;}
 */
.subNavBox{ margin-top: -90px;}
.subNav a{ color: #7a7a7a;  height:90px ;}
.subNav a::after{ display: block; content: ''; width: 100%; transition: all .36s; transform: scale(0,1); height: 3px; position: absolute; left: 0; bottom: 0; background: var(--blue) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform: scale(0,1); -moz-transform: scale(0,1); -ms-transform: scale(0,1); -o-transform: scale(0,1); }
.subNav li:hover a::after,.subNav li.on a::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
.subNav li:hover a,.subNav li.on a{ color: var(--blue);}
.subNav:hover li:not(:hover) a{ color: #7a7a7a;}
.subNav:hover li:not(:hover) a::after{ transform: scale(0,1);}

.w15{ width: 15%;}
.newslist li .date{ border-width: 2px;}
.newslist li .text{ width: 62.5%;}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 54.5%;}
.lineUl li  .tit span{
  /*text-decoration: underline;
  */background-image: linear-gradient(currentColor 0, currentColor 0);
  background-image: linear-gradient(currentColor 0 0);
  background-position: 0 calc(100% - 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}
.lineUl li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.newslist li::after{ display: block; content: ''; transition:all .36s ; z-index: 2; width:40%; opacity: 0; height: 100%; position: absolute; left: 0; top: 0; background:var(--blue); -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.newslist li:hover::after{ width: 100%; opacity: 1;}
.newslist li:hover{ box-shadow: 10px 0 20px rgba(165, 75, 79, .15); color: #fff; border-radius: 0 0 0 20px; -webkit-border-radius: 0 0 0 20px; -moz-border-radius: 0 0 0 20px; -ms-border-radius: 0 0 0 20px; -o-border-radius: 0 0 0 20px; }
.newslist li:hover .color-blue{ color: #fff;}
.newslist li:hover .date{ border-color: #fff;}

.newsLeft{ }
.border-top-blue-width{border-top: 4px solid var(--blue);}
.newsRight{ width: 27.7%;  position: sticky; right: 0; top: 100px;}
.newsDesc{ border-width: 3px;}
.newsRighttit{border-width: 3px;}

.newsRightItem .img{ width: 100%; height: 0; padding-bottom: 53%;}

.serviceList li{ width: calc((100% - 60px)/3); margin-right: 30px;}
.serviceList li .desc{ height:6em;}
.serviceList li .img{  padding-bottom: 68%; height: 0; width: 100%;}
.serviceList li:nth-child(3n){ margin-right: 0;}

.culturelist li .left{ width: 26%;}
.culturelist li .right{ width: 74%;}
.culturelist li .img{ width: 100%; height: 0; padding-bottom: 56%;}
.culturelistIcon{ width: 1.4em;}
.culturelist li .title{width: 1.4em;}
@media screen and (min-width:900px) { .culturelist li .text{ text-align: justify; height: 20vw; writing-mode:vertical-lr ; -webkit-writing-mode:vertical-lr ; -ms-writing-mode:vertical-lr ; }}


.culturelist li:hover{ box-shadow: 10px 0 30px rgba(120, 75, 37, .25);}
.culturelist li .right .more{ width: 5em; height: 5em; position: absolute; right: 5%; bottom: -2.5em; z-index: 10;}
.culturelist li:hover .right .more{ right: 10%;}

.historLeftySwiper{ max-height: 540px;}
.historLeftySwiper .swiper-slide{ height: 90px; cursor: pointer;}
.historLeftySwiper .swiper-slide .round{ width: 15px; height: 15px; opacity: .3;}
.historLeftySwiper  .swiper-slide-thumb-active span{ color: var(--blue); font-size: 3em; font-weight: bold;}
.historLeftySwiper  .swiper-slide-thumb-active .round{  opacity:1;}
 
.historyCon{  height: 34vw; overflow-y: scroll;  }
.historyCon::-webkit-scrollbar {width: 5px;}
.historyCon::-webkit-scrollbar-thumb {border-radius: 3px; background: #784b25; width: 5px; }
.historyCon::-webkit-scrollbar-track {border-radius: 3px; background: #f1ede9; width: 5px; }

.historLeft{ padding: 10vw 0;}
.historLeft::after{ display: block; content: ''; width: 1px; height: 100%; position: absolute; left: 7px; top: 0; background:#f1ede9 }
.historLeft .btn{ width: 58px; height: 58px; position: absolute; z-index: 10; left: -22px;}
.historLeft .btn:hover{ background: var(--blue); color: #fff;}
.historLeft .btn.prev{ top: 5vw;}
.historLeft .btn.next{ bottom: 5vw;}
.historLeft .btn.swiper-button-disabled{ opacity: .6;   cursor: no-drop;}

.eightNav a{ height: 10vw;}
.eightNav a.on{ color: var(--blue);}
.eightNav a.on strong::after{ display: block; content: ''; width: 100%; height: 3px; position: absolute; left: 0; bottom: -10px; background:var(--blue) }

.menList li{ width: calc((100% - 120px)/3); margin-right: 60px;}
@media screen and (min-width:1100px) {.menList li:nth-child(3n){ margin-right: 0;} }

.menList li:hover{ box-shadow:  0 0 15px rgba(165, 75, 79, .15); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.maim{ width: 100vw; height: calc(100vh - 100px);}
.yellow-icon{  background: url(../images/map-icon/yellow.png) no-repeat center center; background-size: cover;}
.yellow2-icon{  background: url(../images/map-icon/yellow2.png) no-repeat center center; background-size: cover;}
.yellow3-icon{  background: url(../images/map-icon/yellow3.png) no-repeat center center; background-size: cover;}
.yellow4-icon{  background: url(../images/map-icon/yellow4.png) no-repeat center center; background-size: cover;}
.yellow5-icon{  background: url(../images/map-icon/yellow5.png) no-repeat center center; background-size: cover;}
.yellow6-icon{  background: url(../images/map-icon/yellow6.png) no-repeat center center; background-size: cover;}
.blue-icon{  background: url(../images/map-icon/blue.png) no-repeat center center; background-size: cover;}
.my-div-icon .clicktxt{ display: none; color: #fff; background-color: rgba(0, 0, 0, .5) ;  white-space: nowrap;  font-size: 16px;
    position: absolute; padding: 2px 10px; left: 50%; bottom: 40px; transform: translateX(-50%); border-radius:30px ; -webkit-border-radius:30px ; -moz-border-radius:30px ; -ms-border-radius:30px ; -o-border-radius:30px ; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);
}   
.my-div-icon:hover  .clicktxt{ display: block;}

.markerTip .title{ background: #f9f9f9;}
 
.markerTip .con{ max-height: 150px; overflow-y: scroll;  }
.markerTip .con::-webkit-scrollbar {width: 5px;}
.markerTip .con::-webkit-scrollbar-thumb {border-radius: 3px; background: #d4d4d4; width: 5px; }
.markerTip .con::-webkit-scrollbar-track {border-radius: 3px; background: #f6f6f6; width: 5px; }

.maim .leaflet-popup-content-wrapper{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.maim .leaflet-popup-content{ margin: 0;}

.pagelist a{  line-height: 1; padding: .7em 1em;  margin: 0 6px;}
.pagelist a:hover, .pagelist a.hover{ background: var(--blue); color: #fff;}
.pagelist .inputNum{ line-height: 1; padding: .7em 1em; width: 5em; }
.pagelist .submit{ line-height: 1; padding: .7em 1em;   }