.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner-img{
	
    object-fit: cover;
    width: 100%;
    height: 400px;
    display: block;
}
.slideBox{ width:100%; height:400px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:23%; bottom:25px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:15px;  width:10px; height:10px;border-radius: 100%;border: 1px solid #fff;  cursor:pointer; }
.slideBox .hd ul li.on{ background:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.main{
    width: 100%;
    height: auto;
}
.main-list{
    width: 100%;
    height: auto;
    margin-top:60px;
}
.main-title{
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    /*background: #fdd100;*/
}
.main-list-center{
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 18px;
}
.main-list-center span{
    font-size: 14px;
    font-style: italic;
    padding-left: 5px;
    color: #747474;
}
.liucheng-content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.liucheng-box{
    margin-top: 50px;
}
.liucheng-list{
    float: left;
    width: 100px;
    height: auto;
    margin-right: 37px;
}
.liucheng-list:nth-last-child(1){
    margin-right: 0;
}
.liucheng-img{
    width: 68px;
    height: 68px;
    display: block;
    margin: 0 auto;
}
.liucheng-name{
    text-align: center;
    font-size: 14px;
    color: #252525;
    margin-top: 5px;
}
.tishi{
    font-size: 12px;
    color: #252525;
    text-align: center;
    margin-top: 45px;
}
.ad{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.ad img{
    width: 100%;
    height: auto;
    display: block;
}
.wenti-content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.wenti-box{
    margin-top: 50px;
    min-height: 500px;
}
.wenti-list{
    margin-bottom: 50px;
}
.wenti-title{
    font-size: 14px;
    color: #252525;
}
.wenti-answer{
    margin-left:20px;
    margin-top: 10px;
    line-height: 25px;
    color: #252525;
    font-size: 14px;
}
.page{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 80px;
}
.page span{
    display: inline-block;
    margin-right: 10px;
    padding: 5px 8px;
    border: 1px solid #252525;
    font-size: 16px;
    cursor: pointer;
}
.page span.active{
    background: #fdd100;
    color: #fff;
    border: 1px solid #fdd100;
}
.page span:hover{
    background: #fdd100;
    border: 1px solid #fdd100;
    color: #fff;
}