/* 头部样式 */
#top{
    width: 100%;
    height: 1.3rem;
    background-color: #fff;
    border-bottom: .02rem solid #EDEDED;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: .4rem;
    /* z-index: 99999; */
}
#top .top_one{
    width: 1.06rem;
    height: 100%;
    background: url(/skin/images/zbzj-logo.png)no-repeat center center;
    background-size: 100%;
    margin: 0 .3rem 0 .3rem;
}
#top .top_two{
    width: 3rem;
    height: 100%;
}
.top_two h3{
    font-size: .5rem;
    line-height: 1.3rem;
    padding: 0 .3rem 0 .3rem;
    text-align: center;
}
#top .top_three{
    width: 1.06rem;
    height: 100%;
    line-height: 1.3rem;
}
#top .top_three span{
    font-size: .9rem;
}
/* 头部样式end */

#center{
    width: 100%;
    height: 100%;
    margin-top: 1.3rem;
    padding-bottom: 1.2rem;
}
.shop-logo {
    padding: 2.08rem 10px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff url(/skin/images/image-795789.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.shop-logo__content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid transparent;
}
.shop-logo__content .logo {
    display: block;
    margin: -0.8rem auto 0;
    width: 1.733rem;
    height: 1.733rem;
    -webkit-box-shadow: 0px 0px 1px #e1e1e1;
    -moz-box-shadow: 0px 0px 1px #e1e1e1;
    box-shadow: 0px 0px 1px #e1e1e1;
}
.shop-logo__content .name {
    margin-top: .267rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
}
.tab-description {
    height: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    top: -1px;
}
.tab-description ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.clearfix {
    display: block;
    zoom: 1;
}
.tab-description ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.tab-description ul li a {
    display: inline-block;
    height: 1.19rem;
    line-height: 1.19rem;
    font-size: .373rem;
    color: #000;
}
#sticky-nav {
    height: 1px;
    background: #e1e1e1;
}
.home-section {
    background-color: #fff;
}
.company-information {
    padding: .4rem;
    color: #666;
    font-size: .347rem;
}
.company-information .base-info .info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.2667rem;
}
.company-information .base-info .info-row .title {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    line-height: .5rem;
    color: #777;
}
.company-information .base-info .info-row .content {
    color: #111;
    height: .5rem;
    line-height: .5rem;
}
.company-information .base-info .info-row .content p{
    font-size: .25rem;
    font-weight: 100;
    line-height: .5rem;
    color: #666;
}

.company-information .information {
    margin-top: .533rem;
}
.company-information .information h3 {
    margin-bottom: .107rem;
    text-align: center;
    color: #000;
}
.company-information .information .content {
    max-height: 2.533rem;
    overflow: hidden;
}
.company-information .information .content p {
    font-size: .35rem;
    line-height: .6rem;
    color: #666;
}
.home-section + .home-section {
    margin-top: .133rem;
}
.shop-aptitude {
    padding: 0 0 .4rem .4rem;
}
.tab-title {
    height: 1.147rem;
    line-height: 1.147rem;
}


.shop-service {
    padding: 0 0 .6rem .4rem;
}
.shop-service .service li > h3 {
    margin-bottom: .2rem;
    color: #333;
    font-size: .373rem;
}
.shop-service .service li > h3 i {
    display: inline-block;
    width: .13rem;
    height: .13rem;
    background: url(/skin/images/dzdp_icon.png) no-repeat left center;
    -webkit-background-size: .13rem .13rem;
    -moz-background-size: .13rem .13rem;
    -o-background-size: .13rem .13rem;
    background-size: .13rem .13rem;
    vertical-align: middle;
}
.shop-service .service li > p {
    padding-right: 10px;
    font-size: .32rem;
    color: #666;
}
.shop-service .service > li + li {
    margin-top: .32rem;
}
.swiper-container {
    width: 100%;
    /* height: 300px;
    margin: 20px auto; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#footer{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border: .02rem solid #EDEDED;
}
#footer .footer_two{
    width: 90%;
    height: 1.3rem;
    margin: 0 auto;
    padding: .15rem 0 .15rem 0;
}
.footer_two button{
    width: 49%;
    margin: 0 auto;
    height: 1rem;
    float: right;
    border-radius: 1.3rem;
    outline: none;
    border: none;
    background: #F96835;
}
.footer_two button a{
    color: #fff;
    font-size: .45rem;
    font-weight: 700;
}
#menu{
    width: 49%;
    float: left;
    height: 1rem;
    border-radius: 1.3rem;
    line-height: 1rem;
    background: #F96835;
}
#menu ul li{
    text-align: center;
    position: relative;
    font-size: .45rem;
    font-weight: 700;
    color: #fff;
}
#menu ul li span{
    position: absolute;
    bottom: -300px;
    left: 50%;
    width: 3rem;
    margin-left: -1.5rem;
    margin-bottom: .38rem;
    height: auto;
    text-align: center;
    z-index: 10;
}
#menu ul li span div{
    position:absolute;
    top:0px;
    left:0px;
    background: rgba(0,0,0,.7);
}
#menu ul li span a{
    float: left;
    width: 100%;
    height: .83rem;
    line-height: .83rem;
    border-left: .01rem solid #fff;
    color: #fff;
    text-decoration: none;
    border-right: .01rem solid #fff;
    border-top: .01rem solid #fff;
    font-size: .4rem;
    font-weight: 500;
}
#menu ul li span a:nth-child(8){
    border-bottom: .01rem solid #fff;
}