
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 60%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.ban{
    position: relative;
    z-index: 5;
}
.ban-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban-text h3{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.ban-text p{
    text-align: center;
    font-size: 16px;
    color: #ccc;
}
/* leftt */
.ny-nav{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    background: #f8f8f8;
    position: relative;
}
.ny-nav>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    position: relative;
}
.ny-nav>ul>li{
    margin: 0 50px;
}
.ny-nav>ul>li>a{
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.ny-nav>ul>li.active>a{
    color: #FC871E;
}
.ny-nav>ul>li:hover>a{
    color: #FC871E;
}
.ny-nav>ul>li>a>hr{
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 2px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-nav>ul>li.active>a>hr{
    background: #FC871E;
    width: 80%;
    left: 10%;
}
.ny-nav>ul>li:hover>a>hr{
    background: #FC871E;
    width: 80%;
    left: 10%;
}

.ny-nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #fff;
}
.ny-nav>ul>li>ul>li{
    padding: 0 50px;
}
.ny-nav>ul>li>ul>li>a{
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    display: inline-block;
}
.ny-nav>ul>li>ul>li>a:hover{
    color: #FC871E;
}


.ny-nav-fh{
    position: absolute;
    right: 10%;
    top: 15px;
}
.ny-nav-fh>a{
    font-size: 16px;
    color: #000;
}
.ny-nav-fh>a>i{
    padding-right: 5px;
}
/* about */
.ny-about{
  padding: 80px 0;
  background: #f8f8f8;
}






.ny-plate{
  padding: 40px 5%;
}
  .ny-app-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 80px;
  }
  .ny-app-pic{
    width: 10%;
    text-align: center;
    margin: 0 80px;
    cursor: pointer;
  }
  .ny-app-icon{
    /* background: #999DA6; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px 40px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
 
  .ny-app-icon::before{
    content:"";
    position: absolute;
    left: 40%;
    bottom: -14px;
    border-top: 14px solid #999DA6;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .ny-app-icon:hover::before{
    border-top: 14px solid #FC871E;
  }
  .ny-plate-but .ny-app-icon::before{
    border-top: 14px solid #FC871E;
  }
  .ny-app-icon img{
    padding: 5px;
    /* background: #fff; */
    border: solid 1px #999DA6;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  
  .ny-app-icon:hover img{
    background: transparent;
    border: solid 1px #FC871E;
    
  }
  .ny-plate-but .ny-app-icon img{
    background: transparent;
    border: solid 1px #FC871E;
  }
  .ny-app-icon img:last-of-type{
    display: none;
  }
  .ny-app-icon:hover img:last-of-type{
    display: block;
  }
  .ny-plate-but .ny-app-icon img:last-of-type{
    display: block;
  }
  .ny-app-icon:hover img:first-of-type{
    display: none;
  }
  .ny-plate-but .ny-app-icon img:first-of-type{
    display: none;
  }
  .ny-app-title{
    margin-top: 50px;
  }
  .ny-app-title>h3{
    font-size: 16px;
    color: #000;
  }
  .ny-app-title>hr{
    width: 50px;
    height: 4px;
    background: #FC871E;
    margin: 10px auto;
  }
  .ny-plate-box>div{
    margin-bottom: 80px;
  }
  .ny-plate-box .ny-ab-title{
    margin-bottom: 20px;
    text-align: center;
  }
  .ny-plate-box .ny-ab-title>h3{
    margin-left: 0;
  }
  .ny-plate-box .ny-ab-title>hr{
    margin: 0 auto;
  }
.ny-plate-box .ny-ab-text{
  width: 100%;
  padding: 0 50px;
  margin: 0 0 80px;
  background: transparent;
  box-shadow: 0 0 0 0 transparent;
  max-height: none;
}
.ny-plate-box .ny-ab-text>p{
  font-weight: normal;
}
.ny-ab-con1 img{
  padding: 0 50px;
}
  .ny-ab-con2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 50px;
  }
  .ny-ab-img2{
    width: 48%;
  }
  .ny-ab-con3{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
  }
  .ny-ab-img3{
    width: 30%;
  }
  .ny-ab-con3>p{
    width: 66%;
    text-indent: 2em;
    padding: 0 50px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    letter-spacing: 2px;
  }






  .ny-news{
    padding: 0 3%;
    margin: 40px 0 120px;
}
.ny-news ul{
    margin:  40px 0;
}
.ny-news ul>li{
    border-bottom: 2px solid #ccc;
    padding: 30px 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-news ul>li:first-of-type{
    border-top: 2px solid #ccc;
}
.ny-news-con{
    width: 55%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-news-con>a{
  display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  width: 100%;
}
.ny-news-img{
  width: 23%;
}
.ny-news-date>span{
    display: inline-block;
    padding: 5px 0;
    font-size: 12px;
    color: #000;
}
.ny-news-text{
    width: 100%;
}
.ny-news-text h3{
    margin: 0;
    line-height: 30px;
}
.ny-news-text h3>a{
    font-size: 24px;
    color: #232323;
}
.ny-news-tags{
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
}
.ny-news-tags>a{
    font-size: 12px;
    color: #fc871e;
    padding: 5px 16px;
    border: solid 1px #fc871e;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 5px 15px 5px 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.ny-news-tags>a:hover{
    color: #fff;
    background: #fc871e;
}



.ny-news-btn{
    width: 5%;
}
.ny-news-btn>a{
    font-size: 30px;
    color: #fc871e;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-news-btn>a:hover{
    padding-left: 20px;
}




.ny-content{
  padding: 80px 0;
 
}
.ny-content>div{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.ny-pro-nav{
  width: 20%;
  text-align: center;
}
.ny-pro-nav>h3{
  font-size: 20px;
  font-weight: bold;
  color: #232323;
  padding: 30px 20px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-pro-nav>h3>hr{
  width: 5px;
  height: 30px;
  background: linear-gradient(to bottom, #f15b29, #fbad40);
  margin: 0 10px 0 0;
}
.ny-pro-nav>ul{
  padding: 15px 20px;
  margin: 0;
}
.ny-pro-nav>ul>li{
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-pro-nav>ul>li>a{
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  display: inline-block;
  width: 100%;
}
.ny-pro-nav>ul>li:hover{
  background: #FC871E;
}
.ny-pro-nav>ul>li.active{
  background: #FC871E;
}
.ny-pro-nav>ul>li:hover>a{
  color: #fff;
}
.ny-pro-nav>ul>li.active>a{
  color: #fff;
}
.ny-pro-nav>h2{
  padding: 15px 20px;
  background: linear-gradient(to right, #f15b29, #fbad40);
  margin: 0;
}
.ny-pro-nav>h2>span{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.ny-pro-nav>h2>p{
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}


.ny-pro-con{
  width: 80%;
  padding:0  20px;
}

.ny-pro-con>h3{
  font-size: 26px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.ny-pro-con>p{
  font-size: 14px;
  color: #333;
  text-indent: 2em;
  line-height: 36px;
}

.ny-pro-con>ul{
  display: flex;
  flex-flow: row wrap;
}
.ny-pro-con>ul>li{
  width: 31%;
  margin: 10px;
  border: solid 1px #FC871E;
}
.ny-pro-con>ul>li p{
  padding: 10px 0;
  margin: 0;
  color: #fff;
  text-align: center;
  background: #FC871E;
}



.ny-pro-xq{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.ny-pro-xq>div{
  width: 48%;
}
.ny-xq-title>h2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.ny-xq-title>p{
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}
.ny-xq-title{
  width: 100% !important;
}
.ny-xq-title table{
  width: 100%;
}
.ny-xq-title table tr:first-of-type{
  background: linear-gradient(to right, #f15b29, #fbad40);
  color: #fff;
}
.ny-xq-title table tr:nth-of-type(2n){
  background: #fff;
}
.ny-xq-title table td{
  border: solid 1px #ccc;
  text-align: center;
  padding: 8px 5px;
}



.ny-message{
  /* box-shadow: 0 0 12px -2px #ccc; */
  padding: 60px 0;
}
.ny-message h2{
  text-align: center;
  font-size: 34px;
  color: #FC871E;
  font-weight: bold;
  text-transform:uppercase;
}
.ny-message form{
  margin: 0 auto;
  padding: 0 20%;
  text-align: center;
}
.ny-message form h4{
  text-align: left;
  margin: 10px 0 5px;
}
.online input {
  width: 100%;
  height: 50px;
  border: 1px solid #dadada;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 28px;
  text-indent: 10px;
  background:#fff;
  margin: 0 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.online .mess {
  width: 98.6%;
  border: 1px solid #dadada;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 28px;
  text-indent: 10px; resize:none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding-top: 15px;
  height: 200px;
}
.online .mess:focus-visible{
  outline: none;
}
.online .submit{
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #FC871E;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
}
.yz{
    
    width: 20% !important;
    height: 30px !important;
    margin-left: 5px !important;
}
.online img{
    width: 6%;
    display: inline-block;
    margin-top: -5px;
}


/* map */
.map-top {
  padding: 5px 35px 5px 25px;
  background: #fff;
}



.location-cur-pos {
position: relative;
float: left;
line-height: 50px;
padding-left: 40px;
font-size: 16px;
color: #212121;
letter-spacing: 1px;
background: url(../img/icon/pos.png) left 2px no-repeat;
}

.form-section {
  position: relative;
  margin: 0px;
  padding: 0;
  border: 0;
  text-align: left;
  margin-top: 5px;
}

.xm-select {
  display: block;
  width: 220px;
  margin-right: 14px;
}

.form-section {
  position: relative;
  margin: 0px;
  padding: 0;
  border: 0;
  text-align: left;
  margin-top: 5px;
}

.location-section {
  float: right;
}

.xm-select .dropdown {
  position: relative;
  display: block;
  overflow: hidden;
  _zoom: 1;
  width: 100%;
  max-width: 100%;
  height: 38px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #333;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

.xm-select label {
  position: absolute;
  right: 14px;
  top: 11px;
  z-index: 1;
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #b0b0b0;
  cursor: pointer;
  pointer-events: none;
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.xm-select select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120%;
  max-width: 120%;
  min-width: 120%;
  height: 38px;
  margin: 0;
  border: 0;
  padding: 0 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _zoom: 1;
  vertical-align: middle;
  background: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

.location-main {
  background: #f7f7f7;
  border: solid 1px #e9e9e9;
}

.location-shop-con {
  width: 325px;
}

.search-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 14px 24px 4px 20px;
  padding: 0 14px;
  -webkit-border-radius: 14px / 50%;
  -moz-border-radius: 14px / 50%;
  border-radius: 14px / 50%;
  text-align: left;
  background: #e9e9e9;
}

.search-box .search-input {
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #868686;
  width: 96%;
  background: #e9e9e9;
}

.search-icon {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/search-icon.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: #fff;
  top: 7px;
  right: 14px;
  height: 14px;
  width: 14px;
  cursor: pointer;
}

.location-list li {
  position: relative;
  height: 100px;
  padding-top: 12px;
  padding-right: 25px;
  font-size: 12px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px 10px 0px 10px;
}


.location-list .location-num {
position: absolute;
left: 7px;
top: 27px;
width: 21px;
height: 33px;
line-height:23px;
color: #fff;
text-align: center;
background:url("../img/icon/bd1.png");
}

.location-list .location-addr {
  padding-left: 40px;
  font-family: 'Microsoft Yahei';
  font-size: 12px;
  color: #999;
}

.location-list .location-addr h3 {
  font-weight: normal;
  margin-bottom: 2px;
  color: #212121;
  font-size: 1.17em;
}

.addr-info {
  line-height: 20px;
}

.location-map {
  height: 500px;
  margin-left: 325px;
  position: relative;
}

li.addMove span.location-num{
 background:url("../img/icon/bd2.png");
}

#store-list li:hover{
  transform: scale(1.05);
  box-shadow: 0 0 10px 8px rgba(102,102,103,.1);
}

#store-list li:hover span{
background:url("../img/icon/bd2.png");
}

.location-shop-con {
  width: 325px;
}
/* ny-contact */
.ny-contact{
    background: #f6f6f6;
    padding: 50px 5%;
}
.ny-job-content{
  padding: 80px 0 160px;
  position: relative;
}
.ny-job{
   padding: 0 5%;
}
.ny-job-title,.ny-job-text{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: #efefef;
}
.ny-job-title{
  background: #FC871E;
  margin: 40px 5% 0;
  padding: 5px 10px;
  
}
.ny-job-text{
  border-bottom: 1px solid #ccc;
}
.ny-job-title>p,.ny-job-text>p{
  font-size: 18px;
  color: #232323;
  width: 20%;
  padding: 15px 10px;
  cursor: pointer;
}
.ny-job-title>p{
  color: #fff;
  padding: 5px 10px;
}
.ny-job-con-but{
  background: #fff;
}
.ny-job-con{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  padding: 20px 120px;
}
.ny-job-con-but .ny-job-con{
  border-top: 1px solid #ccc;
}
.ny-job-con h3{
  font-size: 20px;
  color: #FC871E;
  margin: 20px 0 10px;
  font-weight: bold;
}
.ny-job-con p{
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.ny-job-left{
  width: 48%;
}
.ny-job-right{
  width: 48%;
}

.ny-job-btn{
    background: url(../img/jia.png) no-repeat center;
    background-size: 20px;
}
.ny-job-con-but .ny-job-btn{
    background: url(../img/jian.png) no-repeat center;
    background-size: 20px;
}



.ny-job-down{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px 5%;
}
.ny-job-down>p{
  font-size: 16px;
  color: #000;
  line-height: 26px;
}


/**
* Submenu
-----------------------------*/
.submenu {
  background: #444359;
  font-size: 14px;
}
.accordion>li:last-of-type>.submenu{
  display: none;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}










 

.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
    background: #efefef;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.left-menu{
    display: none;
}


@media all and (min-width:969px) and (max-width:1440px) {
  .ny-ab-img {
    width: 23%;
}
.ny-ab-text{
  padding: 42px 30px;
}
.ny-ab-va ul>li{
  width: 20%;
}
.online img{
  width: 11%;
}
.ny-ab-skill-img{
  width: 60% !important;
  margin-right: 0 !important;
}
.ny-about-text-con>p{
  letter-spacing: 6px;
}
}
@media all and (min-width:768px) and (max-width:968px) {
  .ny-ab-text,.ny-ab-img{
    width: 100%;
    padding-top: 0;
  }
  .ny-ab-va ul>li{
    width: 47%;
  }
  .ny-app-pic {
    width: 22%;
    margin: 0 9px;
}
.ny-ab-con3>p{
  padding: 0;
}
.online img{
  width: 11%;
}


}
@media all and (max-width:767px) {
    .container{
        width: 100% !important;
    }
    /* .ban{
      padding-top: 50px;
    } */
    .ny-about{
      padding: 10px 15px;
      margin-top: 50px;
    }
    
    .about-history{
      padding: 60px 35px !important;
    }
    .ny-app-pic {
      width: 43%;
      text-align: center;
      margin: 0 11px;
      cursor: pointer;
  }
  .ny-ab-con3{
    padding: 0;
  }
  .ny-plate-box .ny-ab-text{
    padding: 0;
  }
  .ny-ab-img3{
    width: 100%;
  }
  .ny-ab-con3>p{
    width: 100%;
    padding: 0;
  }
  .ny-ab-con1 img{
    padding: 0 15px;
    width: 100% !important;
  }
  .ny-ab-con2{
    padding: 0 15px;
  }
  .ny-ab-img2{
    width: 100%;
    margin: 5px 0;
  }
  .ny-pro-nav,.ny-pro-con{
    width: 100%;
    padding: 0;
  }
  .ny-pro-xq{
    margin-top: 20px;
  }
  .ny-message{
    padding: 20px 0;
  }
  .ny-message form{
    padding: 0 15px;
  }
  .ny-message h2{
    font-size: 30px;
  }
  .online img{
    width: 23%;
  }
  .yz{
    width: 40%;
  }
  .ny-news ul>li{
    padding: 10px 0;
  }
  .page span, .page1 span{
    width: 100%;
    margin: 10px 0;
  }
  .page span:last-of-type, .page1 span:last-of-type{
    text-align: left;
  }
  .ny-ditu>div{
    height: 400px !important;
  }
  .ny-job-content{
    padding: 20px 0 160px;
  }
  .ny-job-title>p, .ny-job-text>p{
    width: 30%;
  }
  .ny-job-con{
    padding: 10px;
  }
  .ny-job-left,.ny-job-right{
    width: 100%;
  }
  .ny-about-text-con{
    padding: 20px 15px;
  }
  .ny-about-img>img{
    width: 100%;
  }
  .ny-about-img>span{
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
  }
  .ny-ab-va{
    padding: 0;
    margin: 0;
  }
  .location-list{
    width: 100% !important;
    height: auto !important;
}
.location-shop-con{
    width: 100%;
}
.location-map{
    height: 300px;
    margin-left: 0;
}
.ny-news-text h3>a{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
}
}