.indexLeft3{ float: left; width: 285px;}
.account-l{ float: left; width: 100%; border-left: solid 1px #e4e4e4;border-right: solid 1px #e4e4e4;}
.account-2{
	float: left; width: 100%;height: 700px; margin-bottom: 30px; border-left: solid 1px #e4e4e4;border-right: solid 1px #e4e4e4;position: relative
}
.list-title {
	width:100%;
	height: 90px;
	position:relative;
	text-align: center;
	color: #fff;
	background: url(../images/fl_biaoti_bj.png) center;
}
.list-title p:nth-child(1){ 
	position:absolute;
	top: 30px;
	left:36px;
	font-size: 54px;
	font-weight: 700;
}
.list-title p:nth-child(2){
	font-size: 24px;
	padding-top: 25px;
	font-weight: 700}
.list-title p:nth-child(3){
	font-size: 12px;
	margin-top: 4px
}
.accordion {width: 100%;margin-top: 2px;}
.accordion .link { cursor: pointer;display: block;margin-top: 17px; background: url(../images/LVSE.png) no-repeat center; position: relative; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
padding-left: 40px; text-decoration: none; color: #fff; font-size: 16px; line-height: 42px;}
.accordion .link2{
	cursor: pointer;
	margin-top: 17px;
	display: block;
	background:linear-gradient(to right,#049a44,#17b058); position: relative; 
	-webkit-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 40px; 
	text-decoration: none; 
	color: #fff; 
	font-size: 16px; 
	line-height: 42px;
}
.accordion li:last-child .link { border-bottom: 0; }
.accordion li { cursor: pointer; }
.accordion li:nth-child(1) .link{
	margin-top: 0
}
.accordion li i { position: absolute; top: 16px; left: 12px; font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li i.fa-chevron-down { right: 12px; left: auto; font-size: 16px; }
.accordion li.open .link { background: url(../images/HONGSE.png) no-repeat center; }
.accordion li.open .link a{ color: #FFFFFF;}

.fl_bottom_text{
	width:100%;
	height: 180px;
	margin-top: 38px;
	position: absolute;
	bottom: 0;
	color: #fff;
	background: url(../images/fl_text_bj.png) no-repeat center;
}
.fl_bottom_text>p{
	text-align:center;
	font-size: 22px;
	font-weight: 700;
	padding-top: 42px;
}
.fl_bottom_b{
	height:60px;
	padding-left: 15px;
	margin-top: 20px
}
.fl_bottom_b img{
	float:left;
	margin-right: 4PX
}
.fl_bottom_b p:nth-child(2){
	font-size:14px;
	color: #E8E8E8;
	padding-top: 10px
}
.fl_bottom_b p:nth-child(3){
	font-size:22px;
	font-weight: 700;
	margin-top: 4PX
}


/**
 * Submenu
 -----------------------------*/
.submenu { display: none; margin: 0 auto; width: 248px; font-size: 14px;padding-top: 10px }
.submenu li { float: left; width: 100%; height: 30px; line-height: 30px;}
.submenu a { display: block; padding-left: 30px; text-decoration: none; color: #666; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.submenu li:hover a, .submenu li.current a { color: #009944; }
