.pc {
  display: block;
}

.mobile {
  display: none;
}

.banner {
  width: 100%;
}

.banner img{
  width: 100%;
}

.info {
  width:1395px;
  margin:0 auto;
  padding:50px 0;
}

.info .title,.technician .title,.case .title,.all .title{
  text-align: center;
  margin-bottom:80px;
}

.info .store-title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}

.info .store-phone{
  font-size:20px;
  line-height: 40px;
}

.info .store-address{
  font-size:20px;
  line-height: 40px;
}

.info .bt-bar{
  margin:30px 0;
}

.info .bt-bar a{
  display: inline-block;
  margin-right:120px;
}

.technician {
  width:1395px;
  margin:0 auto;
  padding:50px 0;
}

.case {
  width:1395px;
  margin:0 auto;
  padding:50px 0;
}

.all {
  width: 100%;
  padding:50px 0;
}

.picmap{
  margin-top:60px;
  display: flex;
}

.pic{
  margin-right:160px;
}

#storepic {
	position: relative;
	width: 800px;
	margin: 0 auto
}

#storepic .swiper-container {
	padding-bottom: 60px;
}

#storepic  .swiper-slide {
	width: 600px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#storepic  .swiper-slide img{
	display:block;
  width: 600px;
  height:450px;
}
#storepic  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#storepic .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#storepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#storepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#storepic .swiper-button-prev {
	left: -60px;
	width: 22px;
	height: 43px;
	background: url(/themes/llumar/img2023/selection/bt-prev.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#storepic .swiper-button-next {
	right: -60px;
	width: 22px;
	height: 43px;
	background: url(/themes/llumar/img2023/selection/bt-next.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.map{
  width: 440px;
  height: 400px;
}

.dt_rig{
  width: 100%;
  height: 400px;
}

#certpic {
	position: relative;
  width: 856px;
	margin: 0 auto
}

#certpic .swiper-slide{
  width: 856px;
}

#certpic .swiper-slide img{
  width: 100%;
}

#certpic .swiper-container {
	padding-bottom: 60px;
}

#certpic  .swiper-slide img{
	display:block;
  width: 100%;
}
#certpic  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certpicpre{
  position: relative;
}

#certpicpre .swiper-slide{
  width: 25%;
}

#certpicpre .swiper-wrapper{
  padding: 0px 20px;
}


#certpicpre .swiper-slide img{
  width: 100%;
  margin-top:20px;
}

#certpicpre .swiper-slide-thumb-active{
  border:4px solid #c53b3c;
  padding:20px;
  margin-left: -20px;
  margin-right: 20px!important;
}

#certpicpre .swiper-slide-thumb-active img{
  margin-top:0px;
}

#certpicpre .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certpicpre .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certpicpre .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certpicpre .swiper-button-prev {
	left: -60px;
	width: 22px;
	height: 43px;
	background: url(/themes/llumar/img2023/selection/bt-prev.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certpicpre .swiper-button-next {
	right: -60px;
	width: 22px;
	height: 43px;
	background: url(/themes/llumar/img2023/selection/bt-next.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.tabs{
  width: 840px;
  height: 70px;
  display: flex;
  margin:80px auto;
}

.tabs>div{
  flex:1;
  line-height: 70px;
  font-size:30px;
  background-color: #eaeaea;
  text-align: center;
  cursor: pointer;
}

.tabs>div.active{
  color:#fff;
  background-color: #c53b3c;
}

#casepic{
  width: 856px;
  margin:60px auto;
}

#casepic .swiper-slide{
  width: 856px;
}

#casepic .swiper-slide img{
  width: 100%;
}

#casepicpre {
	position: relative;
	width: 1300px;
	margin: 0 auto
}

#casepicpre .swiper-wrapper{
  padding: 0px 20px;
}

#casepicpre .swiper-slide{
  height: auto;
}

#casepicpre .swiper-slide img{
  width: 100%;
  margin-top:20px;
}

#casepicpre .swiper-slide-thumb-active{
  border:4px solid #c53b3c;
  padding:20px;
  margin-left: -20px;
  margin-right: 20px!important;
}

#casepicpre .swiper-slide-thumb-active img{
  margin-top:0;
}

#casepicpre .swiper-button-prev {
	left: -60px;
	width: 22px;
	height: 43px;
	background: url(/themes/llumar/img2023/selection/bt-prev.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#casepicpre .swiper-button-next {
	right: -60px;
	width: 22px;
	height: 43px;
	background: url(/themes/llumar/img2023/selection/bt-next.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.storelist{
  margin-top:60px;
  width: 100%;
  background-color: #eeeeee;
  padding:90px 0;
}

#storelist{
  width: 1100px;
  margin:auto;
  position: relative;
}

#storelist .swiper-slide{
  display: flex;
}

#storelist .swiper-slide .info-detail{
  flex:1;
  padding:0 20px;
}

.storelistimg {
  width: 470px;
  height: 300px;
  margin: auto;
}

#storelist .swiper-slide img.storepic{
  width: 450px;
  height: 300px;
}

#storelist .store-title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}

#storelist .store-phone{
  font-size:20px;
  line-height: 40px;
}

#storelist .store-address{
  font-size:20px;
  line-height: 40px;
}

#storelist .bt-bar{
  margin:30px 0;
}

#storelist .bt-bar a{
  display: inline-block;
  margin-right:120px;
}

#storelist .swiper-button-prev {
	left: -120px;
	width: 44px;
	height: 132px;
	background: url(/themes/llumar/img2023/selection/bt-prev-1.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
  top: calc(50% - 66px);
}

#storelist .swiper-button-next {
	right: -120px;
	width: 44px;
	height: 132px;
	background: url(/themes/llumar/img2023/selection/bt-next-1.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
  top: calc(50% - 66px);
}

@media screen and (max-width: 1708px) {
  .info {
      zoom: .89;
  }
}

@media screen and (max-width: 1440px) {
  .info,.technician,.case,.all {
      zoom: .75;
  }
}

@media screen and (max-width: 1366px) {
  .info,.technician,.case,.all {
      zoom: .71;
  }
}

@media screen and (max-width: 1280px) {
  .info,.technician,.case,.all {
      zoom: .66;
  }
}

@media screen and (max-width: 1024px) {
  .info,.technician,.case,.all {
      zoom: .53;
  }
}

@media screen and (max-width: 960px) {
  .info,.technician,.case,.all {
      zoom: .5;
  }
}

@media screen and (max-width: 799px) {
  .pc {
      display: none;
  }
  
  .mobile {
      display: block;
  }

  .info {
    width:90%;
    margin:0 auto;
    padding:50px 0;
  }
  
  .technician {
    width:90%;
    margin:0 auto;
    padding:50px 0;
  }
  
  .case {
    width:90%;
    margin:0 auto;
    padding:50px 0;
  }

  .picmap{
    display: block;
  }

  .info-detail{
    text-align: center;
  }

  #storepic{
    width: 85%;
    margin:auto;
  }

  .pic{
    margin-right:0;
  }

  .map {
    width: 100%;
    height: 400px;
  }

  .tabs{
    width: 85%;
    margin:80px auto;
  }

  #certpic{
    width: 85%;
    margin:auto;
  }

  #casepic{
    width: 85%;
    margin:auto;
  }

  #casepicpre{
    width: 85%;
    margin:30px auto;
  }

  #casepicpre .swiper-slide{
    height: auto;
  }

  #storelist{
    width: 70%;
    margin:auto;
  }

  #storelist .swiper-slide{
    display: block;
  }

  #storelist .swiper-button-prev {
    left: -60px;
  }
  
  #storelist .swiper-button-next {
    right: -60px;
  }

  #storelist .bt-bar a {
    margin-right: 10px;
 }
 
 .all .info-detail{
  width: calc(100% - 40px);
 }

 #storelist .swiper-slide img.storepic{
  width: 100%;
 }
}

.scrollBar::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.28rem;
}
.scrollBar::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.28rem;
}

/*正常情况下滑块的样式*/
.scrollBar::-webkit-scrollbar-thumb {
  background-color: #ff0102;
  border-radius: 0.1rem;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.scrollBar:hover::-webkit-scrollbar-thumb {
  background-color: #ff0102;
  border-radius: 0.1rem;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
}
/*鼠标悬浮在滑块上时滑块的样式*/
.scrollBar::-webkit-scrollbar-thumb:hover {
  background-color: #ff0102;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/*正常时候的主干部分*/
.scrollBar::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}
/*鼠标悬浮在滚动条上的主干部分*/
.scrollBar::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}