.banner {
	width: 100%;
	height: 420px;
	background: url(../images/llb/banner.jpg) no-repeat center top;
}

.content {
	width: 100%;
}

.bbs {
	border-bottom: 1px solid #f4ebd5;
}

.about_part1 {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
}

.con_1000 {
	width: 1000px;
	margin: 0 auto;
}

.about_title {
	text-align: center;
	font-size: 42px;
	color: #eb473b;
}

.about_tit {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

.ljs_shuom {
	height: 273px;
	padding-top: 50px;
}

.ljs_shuom dl {
	width: 258px;
	float: left;
	height: 207px;
	border: 1px solid #dadae4;
	border-top: 5px solid #eb473b;
	margin-right: 20px;
	background: url(../images/llb/bg.jpg);
	padding: 30px;
}

.ljs_shuom dt {
	font-size: 24px;
	font-weight: bold;
	color: #eb473b;
	text-align: center;
}

.ljs_shuom dd {
	font-size: 16px;
	line-height: 26px;
	padding-top: 30px;
}

.ljs-txt {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	margin-top: 40px;
}

.ljs-txt span {
	color: #eb473b;
}

.about_part2 {
	width: 100%;
	background: #fdf8eb;
	padding-top: 40px;
	padding-bottom: 70px;
}

.afford {
	width: 1000px;
	margin: 0 auto;
}

.afford dl {
	padding-top: 55px;
}

.afford dt {
	width: 510px;
	float: left;
	font-size: 16px;
	line-height: 26px;
	padding-top: 30px;
	padding-left: 20px;
}

.afford dt span {
	color: #eb473b;
}

.afford dd {
	width: 428px;
	float: right;
}

.about_text1 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 22px;
	background: #fdf8eb;
	margin-top: 35px;
	margin-bottom: 20px;
}

.about_pro {
	padding-top: 55px;
}

.about_pro dl {
	width: 318px;
	float: left;
	border: 1px solid #ede1c3;
	height: 370px;
	margin-right: 20px;
}

.about_pro dt {
	height: 124px;
}

.about_pro dd {
	padding: 18px;
	font-size: 16px;
}

.about_pro dd a {
	display: block;
	color: #6b7179;
	line-height: 26px;
	background: url(../images/llb/arrow1.png) no-repeat left 8px;
	padding-left: 12px;
}

.about_pro dd a.about_btn {
	width: 220px;
	height: 50px;
	display: block;
	border-radius: 6px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #eb473b;
	padding: 0;
	margin-top: 30px;
}

.about_pro dd a.btn_t {
	margin-top: 56px;
}

.hill-all {
	/* background: #4f0000;*/
}

.hill-box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.hill {
	background: url(../images/hill.png) left bottom no-repeat;
	height: 58px;
	width: 548px;
}

.hill-call{
	position: absolute;
	bottom: -5px;
	right: 20px;
}

.hill-call-txt{
	width: 362px;
	height: 65px;
	font-size: 20px;
	color: #ed6307;
	position: absolute;
	right: 126px;
	bottom: 76px;
	background: url(../images/txtbg.png) no-repeat;
	line-height: 2.6;
	text-indent: 1em;
}

.hill-call-txt a{
	color: #ed6307;
}


/****帮助中心****/

.module-part{
	padding-top: 40px;
}

.help-con{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.help-title{
	font-size: 16px;
	color: #465064;
	font-weight: normal;
	padding: 50px 0 0 0;
}

.help-title b{
	font-size: 30px;
	color: #333;
	display: inline-block;
	border-bottom: 4px solid #ed6307;
	padding-bottom: 4px;
	margin-right: 10px;
}

.help-tit{
	font-size: 20px;
	line-height: 48px;
	background: #f5f5f7;
	padding-left: 22px;
	color: #333;
}

.help-tit i{
	color: #ed6307;
}

.zyb-txt{
	padding: 0 38px;
}

.zyb-txt dt {
	font-size: 20px;
	color: #333;
	padding-bottom: 12px;
	margin-top: 30px;
}

.zyb-txt dd {
	font-size: 16px;
	color: #777;
	line-height: 1.8;
}

.zyb-txt dd span{
	color: #ed6307;
}



.tab-nav{
	width: 916px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/tabbg.png) no-repeat;
	margin-top: 50px;
}

.tab-nav a{
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	margin: 10px;
	float: left;
	margin-right: 73px;
	font-size: 20px;
	color: #505050;
	text-align: center;
	display: table;
	cursor: pointer;
	position: relative;
}

.tab-nav a.onselect:before{
	content: '';
	width: 0;
	height: 0;
	border-right: 14px solid transparent;
    border-bottom: 14px solid #f5f5f7;
    border-left: 14px solid transparent;
    position: absolute;
    bottom: -51px;
    left: 29px;
    z-index: 9;
}

.tab-nav a.onselect:after{
	content: '';
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
    border-bottom: 15px solid #dcdcdc;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -51px;
    left: 28px;
    z-index: 8;
}

.tab-nav a span{
	display: table-cell;
	vertical-align: middle;
}

.tab-nav a:nth-of-type(6){
	margin-right: 0;
}

.tab-nav a.onselect {
    font-size: 20px;
    color: #fff;
    background: #ed6307;
}

.list-qa {
	background: #f5f5f7;
	padding: 30px 40px;
	margin-top: 40px;
	border: 1px solid #dcdcdc;
}

.list-qa a {
	font-size: 16px;
	color: #3262b0;
	text-decoration: none;
	font-weight: normal;
	line-height: 2.4;
}

.list-qa a:active {
	border: none;
}

.box {
	display: none;
	min-height: 10px;
	margin: 8px 0;
	line-height: 30px;
	background: #fff;
	font-size: 16px;
	padding: 18px;
	color: #666666;
}
