*{
    margin: 0;
    padding: 0;
    font-family: "寰蒋闆呴粦 Light";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
body {
    
    font-size: 14px;
    color: #333;
}
em {
    font-style: normal;
}
li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
    width: 100%;
}
select,
input {
    vertical-align: middle;
}
button,
input,
select,
textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #555;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #03b8cc;
}
.fs16 {
    font-size: 16px;
}
.fs12 {
    font-size: 12px;
}
.mt7 {
    margin-top: 7px;
}


.brand_block {
    width: 18%;
    height: 330px;
    
    margin-right: 2.1%;
    display: inline-block;
    font-weight: bold;
    position: relative;
}
.brand_underline {
    display: inline-block;
    border-bottom: solid 1px #333;
    margin-bottom: 5px;
}
.brand_hidden {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
}
.brand_show {
    cursor: pointer;
    z-index: 1;
}


.location_s{
    position: absolute;
    width: 140px;
    top: 495px;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out;
}


.pageBottom {
    width:100%;
    height: 167px;
    background-color: #eee;
}
.bottom_button {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
}
.button_line {
    width: 1px;
    height: 11px;
    background-color: #666;
    position: absolute;
    right: -3px;
    top: 4px;
}



.honor_block {
    width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}
.honor_block .honor_smallBlock{
    display: inline-block;
    width: 330px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}
.honor_block img{
    width: 290px;
    margin-bottom: 10px;
}



.e_button {
    display: inline-block;
    width: 140px;
    line-height: 45px;
    background-color: #fabe00;
    cursor:pointer;
    font-weight: bold;
    font-size: 16px;
}
.e_button.active {
    background-color: #fff;
    
}
.e_block {
    width: 49%;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    padding-top: 255px;
    font-size: 18px;
    font-weight: bold;
}
.e_block div {
    margin-bottom: 10px;
}
.e_img {
    width: 400px;
    margin-bottom: 10px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -200px;
}
.e_code {
    width: 400px;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -200px;
}
.jingdong {
    display: none;
}
.weipinhui {
    display: none;
}
.yingxiao {
    display: none;
}
.weixinshangcheng {
    display: none;
}

.shops .swiper-slide {
    width: 520px;
    height: 408px;
}
.shops .swiper-slide img{
    display:block;
    width: 300px;
    margin: 0 auto;
}
.shops .swiper-button-prev {
    left: 5px;
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.shops .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}
.shops .swiper-button-next {
    right: 5px;
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
.shops .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}