.mobile  {
	display:none;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.mobile  {
	display:block;
}
}


/*门店列表*/
.store-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.store {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 8;
    margin-left: 100px;
    width: 500px;
}
.store .store-list {
    background-color: #fff;
    width: 500px;
    height: 680px;
    overflow-x: auto;
}
.store .store-list ul {
    padding:5%;
}
.store .store-list ul li {
    margin:0 0 20px 0;
    padding:5% 0;
    border-bottom:1px solid #dedede;
}
.store .store-list ul li h2 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    transition: all 0.4s;
    margin-bottom: 5px;
}
.store .store-list ul li h3 {
    font-size: 14px;
    color: #666666;
    margin: 15px 0;
}
.store .store-list ul li h4 {
    font-size: 14px;
    color: #666;
}
.store .store-list ul li:hover h4 {
    font-size: 14px;
    color: #df2228;
}
.store-map {}
.store-map .map {
    width: calc(100% + 1000px);
    height: 800px;
    margin-left: -1000px;
}
@media screen and (max-width:800px){
.store-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.store {
    position: static;
    width: auto;
    margin:0;
}
.store .store-list {
    width: auto;
    height: auto;
    overflow: hidden;
}
.store .store-list ul {
    padding:5%;
}
.store .store-list ul li {
    margin:0 0 20px 0;
    padding:5% 0;
    border-bottom:1px solid #dedede;
}
.store .store-list ul li h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.store .store-list ul li h3 {
    font-size: 14px;
    margin: 10px 0;
}
.store .store-list ul li h4 {
    font-size: 14px;
}

.store-map {
    display: none;
}
.store-map .map {
}
}

<!--万喜电器产品价格牌-->
.download-container {}
.download-container .pic {
	width:30%;
}
.download-container .word {
	width:50%;
}
.download-container .word h1 {
	font-size: 26px;
    color: #ee0718;
    padding-left: 20px;
    position: relative;
	margin-bottom:5%;
}
.download-container .word h1:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 4px;
    height: 19px;
    background: #ee0718;
    transition: all 0.3s;
}
.download-container .word p {
	margin:2% 0 2% 0;
}
.download-container .word a {
	display: block;
	font-size: 14px;
	color:#fff;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 150px;
    line-height: 40px;
	background: #df2228;
    border: solid 2px #df2228;
	margin-top:10%;
}
@media screen and (max-width:800px){
.download-container .pic {
	width:100%;
}
.download-container .word {
	width:100%;
	padding:5% 5%;
}
}