

.fuwucon{overflow:hidden;padding-top:70px;
    width: 100%;}
/*常见问题*/
.mainLeft {
    float:left;
    width:218px;
    display:inline-block;
    padding-bottom:100px;
}
.leftNav {
    float:left;
    width:100%;
    display:inline-block;
}
.leftNav li {
    float:left;
    width:100%;
    height:36px;
    display:inline-block;
    margin:0 0 20px;
    position:relative;
    z-index:8;
    overflow:hidden;
}
.leftNav li a {
    width:100%;
    text-align:center;
    font:bold 15px/36px "微软雅黑";
    color:#fff;
    display:inline-block;
    z-index:12;
    position:absolute;
    left:0;
    top:0;
}
.leftNav li img {
    position:absolute;
    display:inline-block;
    top:0;
}
.leftNav li .leftNav1 {
    right:0;
    z-index:9;
    height: 100%;
}
.leftNav li .leftNav2 {
    right:218px;
    z-index:10;
    height: 100%;
}
.leftNav .leftCur a {
    color:#fff;
}
.leftNav .leftCur .leftNav2 {
    left:0 !important;
}
.leftNav li a:hover {
    color:#fff;
}

.location {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}
.location a{color:#000;}
.location ul li {
    color: #333;
    float: left;
    padding: 0 5px;
}
.rightcon{
	float: left;

}
.about{color:#777;}
.que-txt {
    background: #ecebeb none repeat scroll 0 0;
    font-size: 16px;
    padding: 8px 10px;
}

.que-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 10px;
}

.que-info p {
    line-height: 1.8em;
    padding-bottom: 10px;
    text-indent: 2em;
}

.pre-next {
    clear: both;
}

.pre-next ul li {
    padding: 5px 0;
}

.pre-next ul li a {
    color: #777;
}

a.return {
    background: #d93d2e none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: right;
    overflow: hidden;
    padding: 5px 20px;
}
.return {
    margin-bottom: 30px;
}
.fuwu{
    overflow:hidden;
    margin-top: 80vh;
    background-color: #fff;
    position: relative;

}
.fuwutop{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
}
.fuwutop .n_banner {
    background: url(../image/fuwutop.jpg) center no-repeat;
    background-size: cover;
    height: 80vh;
}
.fuwutop .n_banner:after{
    background:none;
}
.fuwutitle{
    position: absolute;
    top: 50%;
    padding-left: 10%;
    left: 0;
    transform: translateY(-50%);
}
.fuwutitle h3{
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.fuwutitle p{
    color: #fff;
    max-width: 560px;
    font-size: 20px;
}

@media (max-width: 767px){
    a.return{
        float: left;
    }
    .mainLeft{
        display: none;
    }
    .que-list-hits{
        display: none;
    }
    .fuwutitle{
        top: 60%;
        padding: 0 8%;
        left: 0;
    }
    .fuwutitle h3{

        font-size: 24px;
        margin-bottom: 5px;
    }
    .banner{
        background-color: rgba(0,0,0,.8);
    }
    .banner img{
        opacity: 0.6;
    }
    .fuwutitle p{

        font-size: 14px;font-weight: 400;    }
}