/*服务与支持*/
.body_support{
	width:1066px;
	margin: 0 auto; 
}
.support_title{
	height:26px;
	font-size:20px;
	font-family:FZHTJW--GB1-0;
	font-weight:400;
	color:rgba(0,0,0,1);
	margin: 70px 0 20px 0;
}
.support_list{width: 100%;border-top:1px solid #999999;}
.support_list .list_ul {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;background: #E6E6E6;padding-top: 44px;margin-bottom: 56px;}
.support_list .list_ul .list_ul_li{width: 50%;margin-bottom: 70px;display: flex;flex-direction: row;}
.support_list .list_ul .list_ul_li .li_img{margin:0 11px 0 30px;}
.list-title{
	display: flex;
	flex-direction: column;
}
.list-title h3{height:21px;font-size:14px;font-weight:400;color:#000000;line-height: 21px;margin: 0;font-family:FZHTJW--GB1-0;}
.list-title ul{margin: 9px 0 24px 0;height:215px;display: flex;flex-direction: column;position: relative;padding-left: 0;}
.list-title ul li{font-size:12px;color:rgba(153,153,153,1);line-height: 18px;margin: 0;padding: 0;}
.list-title ul li.paginal{position:absolute;bottom: 0; }
.download{
	background:url("../Image/support/noDownload.png") no-repeat;
	background-size:100% 100%;  
	width: 150px;height: 30px;
}
.download:hover{
	background:url("../Image/support/download.png") no-repeat;
	background-size:100% 100%;  
	width: 150px;height: 30px;
}
ul,li{
  list-style: none;
}
.hover-up{
	display: block !important;
}
.hover-down{
	display:none !important;
}
