/* header开始 */
.headerbg {
    width: 100%;
    background-color: #fdfdfd;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: 0px 0px 10px #d2d2d2;
}
.header .back {
    position: absolute;
    left: 5%;
    top: 20px;
}
.header p {
    width: 70%;
    margin: 0 auto;
    border-left: 1px solid #d9e3e8;
    border-right: 1px solid #d9e3e8;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}
.header span {
    padding-left: 26px;
    background: url(..//images/header1.png)no-repeat left;
    font-size: 14px;
    color: #999999;
    position: absolute;
    left: 66%;
    top: 33%;
}
/* 手机导航开始 */
.santiaogang {
    display: block;
    position: absolute;
    top: 30%;
    right: 3%;
    width: 32px;
    height: 25px;
    z-index: 21;
}
.santiaogang img {
    width: 100%;
    height: 100%;
}
.chacha {
    display: none;
    position: absolute;
    top: 3%;
    left: -15%;
    width: 30px;
    height: 30px;
    z-index: 21;
}
.chacha img {
    width: 100%;
    height: 100%;
}
.zhezhao {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 40%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 19;
}
.nav-content {  
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: #ffffff;
    height: 100%;
    width: 60%;
    z-index: 20;
}
.header .back img{ width:30px;}
.nav-content ul {
    background-color: #ffffff;
}
.nav-content ul li {
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #cacaca;
}
.nav-content ul li a {
    display: block;
    text-indent: 20%;
    color: #364261;
    font-size: 16px;
}
/* 分类开始 */
.fenlei {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    background-color: #232323;
    width: 100%;
    height: 190px;
    padding: 10px 20px 0;
    overflow-x:hidden;
    z-index: 10;
}
.fenlei h2 {
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
}
.fenlei ul {
    padding-top: 20px;
}
.fenlei ul li {
    margin-bottom: 10px;
    background-color: #ffffff;
    line-height: 25px;
}
.fenlei ul li a i {
    float: left;
    font-size: 14px;
    color: #333333;
    padding-left: 20px;
} 
.fenlei ul li a em {
    float: right;
    padding-right: 20px;
    font-size: 14px;
    color: #333333;
}
/* 服务开始 */
.fuwubg {
    width: 100%;
    background-color: #0055a9;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.fuwu ul li {
    float: left;
    width: 25%;
    border-right: 1px solid #ffffff;
    padding-top: 15px;
}
.fuwu ul li a div {
    width: 32px;
    height: 25px;
    margin: 0 auto;
}
.fuwu ul li a div img {
    width: 100%;
    height: 100%;
}
.fuwu ul li a span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}