
.o_banner_help_banner{
    width: 100%;
    height: 360px;
    background: url(img/icon-help-banner-bg.png) no-repeat center center;
    /* background-size: 100% 360px; */
    background-size: cover;
}
.search_box{
    width: 882px;
    margin: 0 auto;
    text-align: center;
}
.search_box .p1{
    font-family: PingFang-SC-Medium;
    font-size: 38px;
    line-height: 40px;
    padding: 40px 0;
	letter-spacing: 2px;
	color: #ffffff;
}
.search_box .search_con .search_inp{
    float: left;
    width: 752px;
    height: 50px;
    background: #fff url(img/icon-index-search.png) no-repeat left 14px center;
    background-size: 19px 19px;
    border: none;
    outline: none;
    padding-left: 48px;
}
.search_box .search_con .search_btn{
    float: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FF6521;
    border-radius: 0px 2px 2px 0px;
    font-size: 16px;
    color: #fff;
}
.search_box .normal{
    margin-top: 15px;
}
.search_box .normal a{
    float: left;
    font-family: PingFang-SC-Medium;
	line-height: 28px;
	letter-spacing: 1px;
    color: rgba(255, 255, 255, .7);
    margin-right: 30px;
    transition: all .3s ease-out;
}
.search_box .normal a:hover{
    color: #FF6521;
}
.help_item .common_tit{
    font-family: PingFang-SC-Medium;
	font-size: 26px;
	line-height: 28px;
    color: #333333;
    padding: 66px 0 26px;
}
.help_item_list{
    margin-left: -21px;
}
.help_problem{
    margin-top: -24px;
}
.help_item .help_detail{
    float: left;
    width: 386px;
	height: 100px;
    background: #fff url(img/icon-help-1.png) no-repeat left 30px center;
    background-size: 33px 33px;
	border-radius: 2px;
    border: solid 1px #eee;
    padding-left: 100px;
    padding-top: 24px;
    margin-left: 21px;
    margin-bottom: 24px;
    transition: all .3s ease-out;
}
.help_item .help_detail .p1{
    font-size: 16px;
	line-height: 28px;
    color: #333333;
    margin-bottom: 6px;
}
.help_item .help_detail .p2{
    font-size: 12px;
	color: #999999;
}
.help_item .help_detail:first-child+.help_detail{
    background: #fff url(img/icon-help-2.png) no-repeat left 30px center;
    background-size: 44px 37px;
}
.help_item .help_detail:first-child+.help_detail+.help_detail{
    background: #fff url(img/icon-help-3.png) no-repeat left 34px center;
    background-size: 34px 44px;
}
.help_item .help_detail:first-child+.help_detail+.help_detail+.help_detail{
    background: #fff url(img/icon-help-4.png) no-repeat left 30px center;
    background-size: 44px 36px;
}
.help_item .help_detail:first-child+.help_detail+.help_detail+.help_detail+.help_detail{
    background: #fff url(img/icon-help-5.png) no-repeat left 30px center;
    background-size: 42px 41px;
}
.help_item .help_detail:first-child+.help_detail+.help_detail+.help_detail+.help_detail+.help_detail{
    background: #fff url(img/icon-help-6.png) no-repeat left 30px center;
    background-size: 44px 36px;
}
.help_item .help_detail:hover{
    border-color: #FF6521;
}
.help_item .help_detail:hover .p1{
    color: #FF6521;
}
.help_problem_list .problem_item .item{
    position: relative;
    width: 32%;
    float: left;
    padding-left: 20px;
    line-height: 28px;
    margin-left: 2%;
    margin-bottom: 6px;
}
.help_problem_list .problem_item .item:nth-child(3n+1){
    margin-left: 0;
}


.help_problem_list .problem_item a{
    width: 100%;
    display: block;
	line-height: 28px;
    color: #333333;
    transition: all .3s ease-out;
}
.help_problem_list .problem_item>div:before{
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
	width: 8px;
    height: 2px;
    background-color: #666;
    border-radius: 50%;
}
.help_problem_list .problem_item a:hover{
    color: #FF6521;
}


.contact_item{
    width: 386px;
	height: 128px;
	background-color: #ffffff;
	border-radius: 2px;
    border: solid 1px #eeeeee;
    margin-left: 21px;
    padding-left: 30px;
    padding-top: 36px;
}
.contact_item:first-child{
    margin-left: 0;
}
.contact_item .p1{
    font-family: PingFang-SC-Medium;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.contact_item .p2{
    font-family: PingFang-SC-Medium;
	font-size: 12px;
	line-height: 28px;
	color: #999999;
}
.contact_item .btn{
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: solid 1px #FF6521;
    margin: 12px 30px 0 0;
    color: #FF6521;
    transition: all .3s ease-out;
}
.contact_item .btn:hover{
    color: #fff;
    background-color: #FF6521;
    border-color: #FF6521;
}
.help_contact{
    padding-bottom: 90px;
}

.common_crumb{
    height: 56px;
    line-height: 56px;
    padding-left: 23px;
    background: url(img/icon-location-bg.png) no-repeat left center;
    background-size: 13px 16px;
    font-family: PingFang-SC-Medium;
	color: #999999;
}
.common_crumb a{
    color: #999;
}
.common_crumb a:hover{
    text-decoration: underline;
}
.help_center{
    padding-bottom: 100px;
	background-color: #f8f8f8;
}
.center_left{
    width: 200px;
	height: 780px;
	background-color: #ffffff;
}
.center_left .left_a{
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;
    font-family: PingFang-SC-Medium;
	font-size: 14px;
    color: #333333;
    text-align: left;
    text-indent: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #f8f8f8;
}
.center_left .left_a.on:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #FF6521;
}
.center_left .left_a:hover,.center_left .left_a.on{
    color: #FF6521;
}
.center_right{
    width: 980px;
    padding: 0 30px 40px;
    background-color: #fff;
}
.center_ul li{
    position: relative;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px dashed #eee;
    box-sizing: border-box;
    padding-left: 21px;
}
.center_ul li:before{
    position: absolute;
    content:"";
    left: 0;
    top: 25px;
    width: 8px;
	height: 2px;
    background-color: #666;
    border-radius: 50%;
}
.center_ul li a{
    display: block;
    height: 100%;
    font-family: PingFang-SC-Medium;
    color: #333333;
    transition: all .3s ease-out;
}
.center_ul li a:hover{
    color: #FF6521;
}
.center_right_detail{
    width: 980px;
    background-color: #fff;
}
.center_right_detail .tit{
    position: relative;
    font-family: PingFang-SC-Bold;
	font-size: 20px;
    color: #333333;
    height: 68px;
    line-height: 68px;
    padding: 0 30px 0 30px;
    border-bottom: 1px solid #eee;
}
/* .center_right_detail .tit:before{
    position: absolute;
    content: "";
    left: 30px;
    top: 34px;
    width: 8px;
    height: 2px;
    background-color: #666;
    border-radius: 50%;
} */
.center_right_detail .detail_con{
    padding: 10px 30px;
    font-family: PingFang-SC-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.center_right_detail .detail_con img{
     border: 1px solid #eee;
    width: 100%;
}
.center_right_detail .detail_con p,.center_right_detail .detail_con span{
    white-space: normal!important;
}
.other_page{
    padding: 30px;
}
.other_page span{
    color: #999;
}
.page_item{
    width: 50%;
}
.page_item span{
    width: 15%;
}
.page_item a{
    max-width: 85%;
}
.other_page a{
    box-sizing: border-box;
    color: #333;
}
.other_page a:hover{
    color: #FF6521;
}

#pageIndex{
    margin-top: 30px;
    text-align: center;
}
/* 
#pageIndex a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}
#pageIndex a.active {
    background-color: #FF6521;
    color: #fff;
    border-color: #FF6521;
}
#pageIndex a.pageRemark{
    cursor: text;
} */
.no_content{
    text-align: center;
    padding: 120px 0 100px;
}
.no_content>p{
    font-size: 16px;
    color: #333;
    padding: 30px 0;
}
.nor_tit{
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    box-sizing: border-box;
}
