@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,table,tbody,p,th,tr,td,em{ margin:0; padding:0; font-family:" "," ",Tahoma,Arial,Helvetica,STHeiti; font-size:12px;}
html,body{ height:100%; background-color:#fff;}
img,input,button,a,select,textarea{margin:0;padding:0;border:none;outline:none;}
ol,ul{ list-style:none;}
h1,h2,h3,h4,h5,h6,p,em,i,b,em{ font-size:100%; word-wrap:break-word; font-weight:normal; font-style:normal;}
a { text-decoration:none; outline:none; font-size: 14px;}
img { vertical-align:middle;}
i, img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, em, i, b, em {
    font-size: 100%;
    word-wrap: break-word;
    font-weight: normal;
    font-style: normal;
}
.clear { clear:both;}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
body{ background: #efefef; margin: 0 auto;}

/*************公共样式*************/

/*公共部分结束*/
.w100 {
    width: 100%;
    overflow: hidden;
}
.header {
    background: #fff;
}
.header {
    overflow: hidden;
}

.w100 .logo   {

    width: 100%;
    /*margin-left: calc(26% - 200px);*/
    height: 50px;
    float:left;
    background: red;
    margin: 0 auto;

}

/*.dl-menuwrapper {
    width: 100%;
    max-width: 200px;
    float: left;
    position: absolute;
    top:0;
    left:0;
    padding-top: 45px;
    z-index: 999;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}


.dl-menuwrapper:first-child {
    margin-right: 100px;
}*/
/*
.dl-menuwrapper button {
    border: none;
    width: 30px;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    top:10px;
    left:5px;
    cursor: pointer;
    outline: none;
    background: url(../images/bac.png) no-repeat center center;
    background-size: 50%;
}
.w100 .logo   {
    width: 100%;
    background: white;
    font-size: 0.8rem;
    line-height:50px;
    text-align: center;
    float: left;
    margin: 0 auto;
    padding-left: 20px;
    overflow: hidden;

}
.w100 .logo span img  {
    width: 35px;
    float: right;
    margin-top: 10px;
    margin-right: 30px;



}
img {
    vertical-align: middle;
}
img, input, button, a, select, textarea {
    margin: 0;
    padding: 0;
    resize: none;
    border: none;
    outline: none;
}
*/

.header{ background: white; position: fixed; width: 100%; height: 2rem; top: 0; z-index: 99;}
.am-offcanvas-bar{ width: 150px; background: #000;}
.am-header-default {
    background-color: #ffffff;
}
.am-offcanvas-content li{ font-size: .28rem; text-align: center; line-height: 1rem; border-bottom: 1px solid rgba(255,255,255,.2); color: #FFFFFF;}
.am-offcanvas-content ul li:last-child{
    border-bottom:none;
    
}
.am-header-default {
    /* background-color: #0e90d2; */
    background: #ffffff;
}
.am-header-default .am-header-nav {
    color: #333;

}
.am-header-default .am-header-nav img{

    width: 25px;
    height: 20px;
    text-align: center;
    color: #eee;
}
.am-header .am-header-left {
    left: 10px;
    top: 0;
}
.am-header .am-header-right {
    right: 10px;
}
.am-header .am-header-nav {
    position: absolute;

    /*top: 0;*/

}
.mess   {
    width: 60%;
    background: white;
    font-size: 0.8rem;
    position: absolute;
    left: 20%;
    top:15px;

    text-align: center;
    overflow: hidden;
    color: #333333;
    line-height: 1rem;
}

.logo img  {
    width: 35px;
    position: absolute;
    top: 15px;
    right: 10px;

}


/*banner开始*/

.swiper-container {
    width: 100%;
    /*height: 260px;*/
    text-align: center;

}
.swiper-container .slide{ width: 100%;}

.swiper-pagination{
    width: 100%;
}
.swiper-pagination{ height: 20px;}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    border: white 1px solid;
    background: none;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}



/*banner结束*/






/*tab选项卡开始*/

.hd {
    width: 100%;
    border-bottom-color: #d2d2d2;
    background: #ffffff;
    box-shadow: inset 0 0 1px #cdcdcd, 0 1px 1px #fbfbfb;
    margin-top: 0.1rem;
}
.d{ display: none;}
.hd li:last-child {
    border-right: none;
}
.hd li {
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    line-height: 1.8rem;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    height: 1.8rem;
    border: 0;
    border-bottom: 2px solid #ccc;
    box-shadow: 10px 0 0 -9px #ccc;
    cursor: pointer;
}
.hd li.active {
    border-bottom-color: #3498db;
    color: #3498db;
}
.hd li a {
    color: #333;
    font-size: 0.7rem;
}
.hd li a.active1 {
    color: #3498db;
}

.horizon--block-wrap {
    width: 100%;
    /*margin:0.8rem auto;*/
    padding:0.8rem 5% 0 ;
    background: #f0f0f0;
    /*display:none;*/
}
.col{
    width: 100%;
    /*margin:0.8rem auto;*/
    padding:0 5% 0.8rem;
    background: #f0f0f0;
}
 .horizon--block-item.service {
    /*height: 110px;*/
     border: 1px solid #eeeeee;
     border-radius: 6px;
}
 .horizon--block-item.service img { width:100%;
}
.horizon--block-item {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #ffffff;

}
 /*.block--info.service {
    border: 1px solid #eeeeee;
    border-radius: 6px;
}*/
 .name {
    font-size: 0.7rem;
    color: #333333;

 }

.hot-img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -60px;



}

 .store {
    position: absolute;
    /*left: 162px;*/
    left: 32%;
    top: 1.5rem;
    font-size: 0.5rem;
    color: #999;
}
 .price {
    font-size: 0.7rem;
    /*color: #e51f02;*/
    color: #3498db;
}
.block--info {
    padding: 10px;
}




/*more开始*/
.more-wrap{ width: 100%;  text-align: center; padding-bottom: 2.8rem; background: #efefef;}
 .more{ width: 100%;  text-align: center; background: #ffffff; padding: 0.6rem 0;}
.more a{ display: block; width: 90%; background: #ffffff; text-align: center; margin: 0 auto; border: 1px solid #4a90e2; border-radius: 2px; padding: 0.5rem 0; color: #4a90e2; font-size: 0.65rem;}
/*more结束*/

/*tab选项卡结束*/

/*底部固定导航开始*/
.footer-nav{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 2rem;
    /*padding: 0.14rem 0 0.1rem;*/
    overflow: hidden;
    left: 0;bottom: 0;
    background-color: #0fa7ea;
    box-sizing: border-box;
}
.footer-nav li{
    float: left;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    background-color: #0fa7ea;
    padding: 0.15rem 0 0.25rem;
}
.footer-nav li.active{

    background-color: #f38f00;
}
.footer-nav a{
    display: block;
    text-align: center;
}
.footer-nav span{
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.footer-nav img{
    width: 100%;
    vertical-align: middle;
}
.footer-nav p{
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
    line-height: 0.85rem;
    box-sizing: border-box;
}
.main-{
    /* main绝对定位，进行内部滚动 */
    position: absolute;
    /*top: 3.91rem;*/
    overflow-y: auto;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    /* 使之可以滚动 */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#footer{
    position: absolute;
    bottom: 0;
    z-index: 99999;
}

/*底部固定导航结束*/