.helpBan{
	background: url(../img/b12.jpg) no-repeat center;
	padding-top: 175px;
	box-sizing: border-box;
}


.helpBan form{ width: 800px; margin: 0 auto;}
.helpBan form input[type=text] {
    height: 60px;
    border: 1px solid #fff;
    width: 670px;
    font-size: 14px;
		    padding: 0 20px;
}
.helpBan form button {
	border: none;
   flex: 1;
    background: #0055ff;
    color: #fff;
    height: 60px;
		cursor: pointer;
    font-size: 16px;
}
.helpBan ul{
	width: 800px;
	margin: 15px auto 0;
}
.helpBan ul li{
	color: #999;
	margin-right: 20px;
}
.helpBan ul li a{
	color: #fff;
}
.help-index{
	padding: 60px 0;
	background-color: #f2f5fa;
}
.help-cloumn {
	margin-left: -20px;
}
.help-cloumn li {
    background-color: #fff;
    width: 285px;
    padding-bottom: 8px;
    min-height: 273px;
    margin: 0 0 20px 20px;
}
.help-cloumn li h4 {
    height: 56px;
    line-height: 56px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    background: none !important;
    color: #333;
    padding-left: 30px;
    font-size: 16px;
}
.help-cloumn li a {
    color: #333;
    padding: 9px 0 9px 30px;
    display: block;
}
.help-menu{
	 width: 18.1%;
	 margin-right: 30px;
}
.help-menu .help-list-title {
    font-size: 16px;
    height: auto;
    padding-bottom: 10px;
    line-height: 50px;
    margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.help-menu  li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666;
}
.help-menu  li a:hover,.help-menu  li a.active{
	color: #0055FF;
}

.help-right{
	background: #fff;
	

	
}
.help-right .crumbs-nav{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
		padding-left: 30px;
}
.help-right .crumbs-nav a{
	margin-right: 10px;
}
.help-right .crumbs-nav .menu-lv1 {
    display: inline-block;
    float: left;
    width: 20px;
    height: 16px;
    background: url(../img/help_home.png) no-repeat center;
}

.helpTxt{
	padding: 30px;
	line-height: 1.8;
}



.q-title {
    font-size: 18px;
    color: #0088ff;
    font-weight: normal;
    width: 80px;
    float: left;
}

.q-list {
    display: block;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

.q-list li {
    width: 100%;
    /*height: 40px;*/
    /*line-height: 40px;*/
}

.q-list li span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    transition: padding-left 0.5s;
    vertical-align: top;
    margin-top: -1px;
}

/*.q-list li:hover span {*/
/*padding-left: 10px;*/
/*color: #0088ff;*/
/*}*/

.q-list li a {
    color: #6f6d6e;
    font-size: 14px;
    text-decoration: none;
}
.q-list li:hover a {
    /*color: #0088ff;*/
}
.q-list li:hover {
    color: #0088ff;
    background-color: #e5f2ff;
}
.article-title {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #333;
}
.q-list .list-title{
    display: inline-block;
    width: 60%;
    line-height: 36px;
    font-size: 18px;
    color: #00aaff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.q-list .list-content{
    line-height: 28px;
    font-size: 14px;
    color: #333;
}
.q-list .list-from{
    line-height: 44px;
    font-size: 12px;
    color: #999;
}

.q-list .list-from a{
    font-size: 12px;
    color: #999;
}
.tab-content{
    padding: 20px;
    padding-bottom: none;
}
.list-item{
    list-style: none !important;
    margin-bottom: 10px;
}

.pagination{
    display: flex;
    justify-content:center;
}
.pagination .num{
    padding: 9px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
}
.pagination .num:hover{
    border-color: #0055ff;
}
.pagination .active{
    background: #0055ff;
    border-color: #0055ff;
}
.pagination .active a{
    color: #fff;
}














