@import url(R-css.css); 
@import url(ax.css); 
@import url(ax-response.css); 
@import url(fonts.css); 
@import url(@.css); 
@import url(../iconfont/iconfont.css); 
::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
    background: hsla(0, 0%, 100%, 0.6);
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(95,95,95,.4);
    transition: all .2s;
    border-radius: .5rem;
    &:hover {
      background-color: rgba(95,95,95, .7);
    }
  }
.renteng {
  font-family: "renteng" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-lddq{text-align:justify;}/*文字两端对齐*/
a{text-decoration: none;color:#000;background: transparent;outline: none;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

a:hover,li:hover,a,li,i,h3,.relative::after,.relative::before,strong,b

,.tran

{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.rt-flex{display: flex;}
::-moz-selection{background:#080172;color: #fff;} 
::selection {background:#080172; color:#fff;} 

.Nr-3h
{
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: unset; padding: unset;
} 
.animation-5s
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.BtDanhang
{
    width: 100%; 
    display: block; 
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#allmap{width: 100%; height: 50vh;}

.SLimg{height: 20vh; border-radius: 3px 3px 0 0; overflow: hidden;}
.SLimg > a{width: 100%; height: 100%; background-repeat: no-repeat; background-position:  center center; background-size: cover,24px 24px; background-color: #f5f5f5; display: block;}


.max-font{font-size: calc(1em + 1.5vw); line-height: 1.5em;}
.zc-font{font-size: calc(1em + 1vw); line-height: 1.5em;}

.nx-anniu{display: flex; justify-content: space-around;}
.nx-anniu > .shang{}
.nx-anniu > .xia{}
.nx-anniu a,.nx-anniu a:hover{color: #333;}

.img-auto{width: auto; height: auto; max-width: 100%; max-height: 100%;}/*图片自适应*/

.relative{position: relative;}
.relative::before{position: absolute; content: '';}
.relative::after{position: absolute; content: '';}


@-webkit-keyframes jing_max {
  0% {width: 83px; height: 83px; opacity: 0;}
  25% {width: 98px; height:98px; opacity: 0.6;}
  50% {width: 124px; height:124px; opacity: .3;}
  75% {width: 156px; height:156px; opacity: 0;}
  100% {width: 83px; height:83px; opacity: 0;}
}

@keyframes jing_max {
  0% {width: 83px; height: 83px; opacity: 0;}
  25% {width: 98px; height:98px; opacity: 0.6;}
  50% {width: 124px; height:124px; opacity: .3;}
  75% {width: 156px; height:156px; opacity: 0;}
  100% {width: 83px; height:83px; opacity: 0;}
}