

.fuwucon{overflow:hidden;padding-top:70px;}
/*常见问题*/
.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;
}

.mainright{
    float: left;


}

.que-list{
    clear: both;
    margin-bottom:15px;
    padding: 15px ;
    overflow: hidden;

    border-bottom: 1px solid #ddd;
    transition: 0.5s;
}
.que-list:hover{
    background-color: #ddd;
}
.que-list-info{
    overflow: hidden;
}
.que-list-txt{
    float: left;
}
.que-list-txt a{color:#333;}
.que-list:hover .que-list-txt a:nth-child(2){color:#2b50f0;
font-weight: bold}
.que-list-hits{
    float: right;
}
.que-list-summery{
    clear: both;
    margin: 10px 0;
    overflow: hidden;
	color:#777;
}
.que-list-summery p{
    line-height: 1.8em;
    text-indent: 2em;
}
.que-list-more a{
    background: #2b50f0;
    float: left;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.que-list-more a:hover{
    background:#219cd9 ;
    float: left;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.que-txt{
    background: #ecebeb;
    padding:8px 10px;
    font-size: 16px;
}
.que-info{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.que-info p{
    line-height: 1.8em;
    text-indent: 2em;
    padding-bottom: 10px;
}
.return{
    margin-bottom: 30px;
}


.liuyancon{border-top:1px solid #cccccc;padding-bottom:60px;}
.lyincon{width:1200px;margin:0 auto;}
.yaoqiu{text-align:center;font-size:22px;margin-top:45px;}
.yaoqiuinput{padding-left:5px;width:308px;height:32px;line-height:32px;border:1px solid #cccccc;}
.leftinput{margin-left:270px;}
.rightinput{margin-left:24px;}
.inputonecon{margin-top:35px;}
.inputtwocon{margin-top:25px;}
.xuqiu{height:94px;padding:5px;margin-left:270px;width:642px;border:1px solid #cccccc;}
.inputthreecon{margin-top:25px;}
.btn{color:#fff;background:#219cd9;height:37px;width:161px;line-height:37px;text-align:center;border-radius:5px;}
.inputfourcon{margin-top:35px;margin-left:270px;width:654px;overflow:hidden;}
.btn{float:left;border:none;}
.send{float:right;}
.send span{color:#219cd9;}
.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(../images/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){
    .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;    }
}