



/*ÍøÕ¾¹ã¸æ*/
.sitead {
    position: relative;
    margin: 0px auto;
    text-align: center;
}

    .sitead img {
        display:block;
        width: 100%;
    }

    .detail > *:not(:first-child) {
        display: none;
    }

.sitead > .dots {
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: -10px;
    right: 5px;
    z-index: 200;
    width: auto!important;
}

    .sitead > .dots > * {
        float: left;
        width: 8px!important;
        height: 8px!important;
    }

.sitead_paging {
    border-radius: 8px;
    background: #ccc;
}

.sitead_paging_selected {
    border-radius: 10px;
    background: #5aafee;
}
.content {
    padding:10px;
}
.content h1 {
    color:#333333;
    font-size:20px;
    padding:10px 0px;
    border-bottom:1px solid #ccc;
}
.content ul {
    padding:20px 0px 10px 20px;

}

.content ul li {
    list-style-type:none;
    padding:10px 0px;
    border-bottom:1px solid #ccc;
        line-height: 30px;
}
    .content ul li:last-child {
    border-bottom:none;
    }

    .content span {
        padding-left:30px;
        display:block;
        height:30px;
        float:left;
        background-repeat:no-repeat;
        background-position:0px center;
        background-size: 24px 24px;
        
    }
    .content .cardphone {
        background-image:url(../images/icon-call.png);
        
        
    }

    .content .cardmail {
        background-image:url(../images/icon-mail.png);
       
        
    }
    .content .cardweixin {
        background-image:url(../images/icon-chit.png);
       
        
    }
    .content .cardaddress {
        background-image:url(../images/icon-gps.png);
        
    }
        .content .computername {
        background-image:url(../images/iconfont-gongsi.svg);
         background-size: 18px 18px;
          background-position:4px center;
        
    }
#afui #navbar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 65px;
    background-color: #fff;
    border-top:1px solid #ccc;
    padding-top: 5px;


}
    #afui #navbar > * > *, #afui #navbar > a, #afui #navbar > span {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        float: left;
        border-right:1px solid rgba(255, 255, 255, 0.10);
        width: 20%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        font-size: 12px;
        line-height:95px;
        font-weight: normal;
        color: #333333;
        text-align:center;
    }   
    #afui #navbar span > span {
        display: none;
        position: absolute;
        bottom: 50px;
        left: -25%;
        right: 0px;
        z-index: 1001;
        border-radius: 5px;
        width: 150%;
        background: #2a2a28;
        text-indent:0px;
        line-height: 3em;
    }
    #afui #navbar span:first-child > span {
        left: -3%;
    }

    #afui #navbar span:last-child > span {
        left: -53%;
    }
    #afui #navbar span > span::after {
        content: "";
        display: block;
        position: absolute;
        left: 35%;
        bottom: -5px;
        z-index: -1;
        width: 20px;
        height: 20px;
        background-color: inherit;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #afui #navbar .on > span {
        display: block;
    }

@keyframes myfirst {
    from {
        -webkit-transform: translate3d(0, 200px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0px, 0);
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    from {
        -webkit-transform: translate3d(0, 200px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0px, 0);
    }
}

@-ms-keyframes myfirst /* Safari ºÍ Chrome */
{
    from {
        -webkit-transform: translate3d(0, 200px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0px, 0);
    }
}

@-webkit-keyframes myfirst /* Safari ºÍ Chrome */
{
    from {
        -webkit-transform: translate3d(0, 200px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0px, 0);
    }
}

#afui #navbar .on > * {
    animation: myfirst 0.5s ease-out;
    -moz-animation: myfirst 0.5s ease-out;
    -ms-animation: myfirst 0.5s ease-out;
    -webkit-animation: myfirst 0.5s ease-out;
}

#afui #navbar span a {
    display: block;
    width: 100%;
    color: #ffffff;
    white-space:nowrap;
}

    #afui #navbar span a:not(:first-child) {
        border-top: 1px solid #2e2e2c;
    }

#afui #navbar .pressed {
  
}
#navbar a {
   background-repeat:no-repeat;
    background-size:40px 40px;
    background-position:top center;
    display:block;
    height:60px; 
}
 #navbar .conserve{
   background-image:url(../images/icon-conserve.png); 
}
 #navbar .Wechat{
   background-image:url(../images/icon-Wechat.png); 
}
#navbar .share{
   background-image:url(../images/icon-share.png); 
}
 #navbar .home{
   background-image:url(../images/icon-index.png); 
}