﻿
#ban {z-index: 2;}
.about::before {opacity: 0;visibility: hidden;}
.m-about-history {
	background-color: #616b74;
	background-image: url('../images/bg02.jpg'); /* 放在css文件时--二选一 */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
}

.m-about-store {
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.croquis_store {
  height: 1000px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .croquis_store {
	height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 990px) {
  .croquis_store {
	height: auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  }
}
.croquis_store .aside {
  width: 620px;
  padding: 30px 0;
  margin-right: 60px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1920px) {
  .croquis_store .aside {
	width: calc(620 / 1920 * 100vw);
	padding: calc(30 / 1920 * 100vw) 0;
	margin-right: calc(60 / 1920 * 100vw);
	min-width: 450px;
  }
}
@media screen and (max-width: 990px) {
  .croquis_store .aside {
	padding: 0.4rem 0;
	width: auto;
	order: 2;
  }
}
@media screen and (max-width: 750px) {
  .croquis_store .aside {
	min-width: 0;
  }
}
.croquis_store .aside .hd {
  color: #999;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .croquis_store .aside .hd {
	margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .hd {
	margin-bottom: 0.4rem;
  }
}
.croquis_store .aside .hd .tit {
  color: #333;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .croquis_store .aside .hd .tit {
	font-size: calc(36 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .croquis_store .aside .hd .tit {
	font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .hd .tit {
	font-size: 0.4rem;
  }
}
.croquis_store .aside .hd .form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .hd .form {
	flex-wrap: wrap;
  }
}
.croquis_store .aside .hd .form .select,
.croquis_store .aside .hd .form .inp,
.croquis_store .aside .hd .form .btn {
  font-size: 14px;
  height: 40px;
  background: none;
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .hd .form .select,
  .croquis_store .aside .hd .form .inp,
  .croquis_store .aside .hd .form .btn {
	font-size: 0.28rem;
	height: 0.8rem;
  }
}
.croquis_store .aside .hd .form .select,
.croquis_store .aside .hd .form .inp_box {
  width: 32%;
}
.croquis_store .aside .hd .form .select {
  border-bottom: 1px solid #dadada;
}
.croquis_store .aside .hd .form .select:disabled {
  cursor: not-allowed;
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .hd .form .select {
	width: 48%;
  }
}
.croquis_store .aside .hd .form .inp_box {
  border-bottom: 1px solid #dadada;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .hd .form .inp_box {
	width: 100%;
  }
}
.croquis_store .aside .hd .form .inp_box .btn {
  color: #000;
  font-weight: bold;
  width: 30px;
  cursor: pointer;
}
.croquis_store .aside .hd .form .inp_box .inp {
  flex: 1;
  display: block;
  width: 100%;
}
.croquis_store .aside .bd {
  flex: 1;
  overflow: hidden;
}
.croquis_store .aside .bd .list {
  height: 100%;
  overflow-y: auto;
  padding-right: 40px;
}
@media screen and (max-width: 1920px) {
  .croquis_store .aside .bd .list {
	padding-right: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .bd .list {
	padding-right: 0.4rem;
  }
}
.croquis_store .aside .bd .list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(218,218,218,0.5);
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .croquis_store .aside .bd .list .item {
	padding-bottom: calc(30 / 1920 * 100vw);
	margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .bd .list .item {
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
  }
}
.croquis_store .aside .bd .list .item:last-child {
  margin-bottom: 0;
}
.croquis_store .aside .bd .list .item .icon {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}
.croquis_store .aside .bd .list .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.croquis_store .aside .bd .list .item .text {
  font-size: 14px;
  line-height: 25px;
  flex: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .bd .list .item .text {
	font-size: 0.24rem;
	line-height: calc(0.4rem);
  }
}
.croquis_store .aside .bd .list .item .text .left {
  flex: 1;
  overflow: hidden;
}
.croquis_store .aside .bd .list .item .text .right {
  text-align: right;
  margin-left: 10px;
}
.croquis_store .aside .bd .list .item .text .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .croquis_store .aside .bd .list .item .text .title {
	font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .bd .list .item .text .title {
	font-size: 0.28rem;
  }
}
.croquis_store .aside .bd .list .item .text .address {
  color: #999;
}
.croquis_store .aside .bd .list .item .text .telephone {
  margin-bottom: 5px;
}
.croquis_store .aside .bd .list .item .text .btn {
  color: #333;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  padding: 6px 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .bd .list .item .text .btn {
	font-size: 0.24rem;
  }
}
.croquis_store .aside .bd .list .item .text .btn i {
  font-style: normal;
  margin-left: 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.croquis_store .aside .bd .list .item .text .btn:hover i {
  margin-left: 10px;
}
.croquis_store .aside .bd .list .item .text .wktime {
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .croquis_store .aside .bd .list .item .text .wktime {
	font-size: 0.24rem;
  }
}
.croquis_store .aside .bd .list .item .text .distance {
  color: #999;
}
.croquis_store .maincont {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .croquis_store .maincont {
	order: 1;
  }
}
.croquis_store .maincont .ImgSwiper {
  overflow: hidden;
}
.croquis_store .maincont .picture {
  height: 1000px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .croquis_store .maincont .picture {
	height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 990px) {
  .croquis_store .maincont .picture {
	height: 50vh;
	max-height: 100vw;
  }
}
.croquis_store .maincont .picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.croquis_store .maincont .picture .pc_img {
	display: block;
}
.croquis_store .maincont .picture .mb_img {
	display: none;
}
@media screen and (max-width: 750px) {
	.croquis_store .maincont .picture .pc_img {
		display: none;
	}
	.croquis_store .maincont .picture .mb_img {
		display: block;
	}
}

.fancyBox {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
}
.fancyBox .fancyCont {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fancyBox .fancyCont .fancyClose {
  color: #333;
  font-size: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 750px) {
  .fancyBox .fancyCont .fancyClose {
	left: auto;
	right: 0;
  }
}
.fancyBox .fancyCont .map {
  width: calc(1160 / 1920 * 100vw);
  height: calc(790 / 1080 * 100vh);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .fancyBox .fancyCont .map {
	width: 100vw;
	height: 100vh;
  }
}
.fancyBox .fancyCont .map .BMap_scaleCtrl,
.fancyBox .fancyCont .map .BMap_noprint,
.fancyBox .fancyCont .map .anchorBL {
  display: none;
}
.fancyBox .fancyCont .map .BMap_Marker {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}
.fancyBox .fancyCont .picture {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancyBox .fancyCont .picture img {
  max-width: calc(100vw - 100px);
  max-height: 100vh;
  display: block;
}


.m-about-intro {
	padding-bottom: 100px;
}
@media screen and (max-width: 1920px) {
  .m-about-intro {
    padding-bottom: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m-about-intro {
    padding-bottom: 1rem;
  }
}

.jd_list1 {position: relative;}
.jd_list1 .swiper-pagination {
  position: static;
}
@media screen and (max-width: 1920px) {
  .jd_list1 .swiper-pagination {
	margin-top: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .jd_list1 .swiper-pagination {
	margin-top: 0.3rem;
  }
}
.jd_list1 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #666;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  .jd_list1 .swiper-pagination .swiper-pagination-bullet {
	width: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .jd_list1 .swiper-pagination .swiper-pagination-bullet {
	width: 0.3rem;
  }
}
.jd_list1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #000;
}
@media screen and (max-width: 1920px) {
  .jd_list1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .jd_list1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 0.5rem;
  }
}
.jd_list1:hover .swiper-btns .prev,
.jd_list1:hover .swiper-btns .next {
  opacity: 1;
  visibility: visible;
}
.jd_list1 .swiper-btns .prev,
.jd_list1 .swiper-btns .next {
  color: #fff;
  font-size: 12px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: border 0.35s;
  -ms-transition: border 0.35s;
  transition: border 0.35s;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1920px) {
  .jd_list1 .swiper-btns .prev,
  .jd_list1 .swiper-btns .next {
	width: calc(78 / 1920 * 100vw);
	height: calc(78 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .jd_list1 .swiper-btns .prev,
  .jd_list1 .swiper-btns .next {
	width: 0.8rem;
	height: 0.8rem;
	display: none;
  }
}
.jd_list1 .swiper-btns .prev.swiper-button-disabled,
.jd_list1 .swiper-btns .next.swiper-button-disabled {
  display: none;
}
.jd_list1 .swiper-btns .prev::before,
.jd_list1 .swiper-btns .next::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.jd_list1 .swiper-btns .prev:hover,
.jd_list1 .swiper-btns .next:hover {
  color: #000;
  border-color: #fff;
}
.jd_list1 .swiper-btns .prev:hover::before,
.jd_list1 .swiper-btns .next:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.jd_list1 .swiper-btns .prev i,
.jd_list1 .swiper-btns .next i {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .jd_list1 .swiper-btns .prev i,
  .jd_list1 .swiper-btns .next i {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
  }
}
.jd_list1 .swiper-btns .prev {
  left: 1%;
}
.jd_list1 .swiper-btns .next {
  right: 1%;
}