@charset "utf-8";
/* CSS Document */

/*support*/
.supports{
	background: #fff;
	width: 1200px;
	height: 820px;
	margin: 0 auto;
	color: #333;
}
.supports div{
	width: 1200px;
	padding: 35px 0;
	border-bottom: 1px #999 dashed;
	
}
.supports div:hover{
	background: #0062ac;
	color: #fff;/* 
	transition: all 0.3s linear; */
}
.supports div:hover li span{ 
	background:#fff45c;
	color: #333;
}
.supports div:nth-child(1){
	height: 140px;
}
.supports div:nth-child(2){
	height: 390px;
}
.supports div:nth-child(3){
	height: 120px;
}
.supports div  h3{
	width: 115px;
	    height: 48px;
	    line-height: 24px;
	    font-size: 17px;
	    font-weight: bold;
	    display: block;
	    margin: 45px 35px 45px 85px;
	    float: left;
}
.supports div:nth-child(2) h3{
	margin: 190px 35px 45px 102px;
}
.supports div ul{
	width: 900px;
	margin-bottom: 20px;
	display: block;
	float: right;
}
.supports div ul li{
	width: 900px;
	font-size: 14px;
	float: right;
	display: block;
	padding: 0!important;
	
}
.supports div ul li span{
	background: #0062ac;
	padding: 0 6px;
	height: 24px;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	margin-right: 10px;
}

