.support{
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 10px 0;
}
.support .box {
	width: 1160px;
	margin: 0 auto;
}
.support .box .sub-nav{
	float: left;
	margin-left: -4px;
	margin-top: 40px ;
	
}
.support .box .sub-nav li{
	float: left;
	margin-left: 4px;
	width: 190px;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.support .box .sub-nav li i{
	display: none;
}
.support .box .sub-nav li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #656565;
	display: block;
}
.support .box .sub-nav li.active{
	background: #A1D2EE;	
	position: relative;
}
.support .box .sub-nav li.active a{
	color: #fff;
}
.support .box .sub-nav li.active i{
	display: block;
    background: url(../small_arrow.png) no-repeat;
    width: 13px;
    height: 7px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: -7px;
    z-index: 99999;
    position: relative;
}

.support .box .list{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.support .box .list li{
	float: left;
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #ccc;
	background: url('../list_icon.png') no-repeat center left;
	padding-left: 12px;
}
.support .box .list li a,.support .box .list li span{
	font-size: 14px;
	color: #333;
}
.support .box .list li span{
	float: right;
}
.support .box .list li a:hover{
	text-decoration: underline;
}

