@charset "utf-8";
/* =====================全国门店样式======================== */

/* 全国门店 start */
.stores_container{
	position: relative;
	margin-top: 1.6rem;
}
.stores_container .pic{
	width: 52.86%;
	height: 100%;
	background: center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/stores_bg.jpg);
	z-index: 2;
}
.stores_container .fr{
	height: 6.6rem;
	width: 6.9rem;
	/*background: url(../images/map_bg.png) no-repeat center;*/
	background-size: 100% auto;
	color: black;
	padding-left: 2.25rem;
}
.stores_container .fr h3{
	margin-top: 1.4rem;
	font-size: 20px;
	font-family: "JH";
}
.stores_container .fr h3 span{
	font-size: 14px;
	font-family: "JL";
	margin-top: 0.14rem;
	display: block;
	font-weight: bold;
}
.stores_container .fr h4{
	margin-top: 0.7rem;
	font-size: 28px;
	font-family: "JH";
}
.stores_container .fr h4 span{
	font-size: 26px;
	font-family: "JL";
	margin-top: 0.08rem;
	display: block;
	
}
.stores_container .fr p{
	margin-top: 0.65rem;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.stores_container .fr .info{
	font-size: 14px;
	font-family: "JL";
	line-height: 0.3rem;
	margin-top: 0.45rem;
	font-weight: bold;
}
/* 全国门店 end */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

