.second_child_title{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 17px;
	color: #999;
	
}
.second_child_title a{
	display: inline-block;
	margin-right: 15px;
	padding: 2px 10px;
	border-radius: 4px;
}
.second_child_title a.on{
	background: linear-gradient(to right,#03B79B,#1D80FF);
	color: #fff;
}
.top100_summary{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 20px;
	line-height: 35px;
	font-size: 14px;
}
.top100_summary div{
	text-align: center;
	font-size: 24px;
	color: #0380A4;
	margin: 40px 0;
line-height:30px;
}
.top100_list{
	width: 1200px;
	margin: 0 auto;
}
.top100_list ul{
	overflow: hidden;
}
.top100_list li{
	width: 16.66%;
	float: left;
	text-align: center;
	font-size: 15px;
}
.top100_list li img{
	width: 40px;
	margin-bottom: 30px;
}
.border_on{
	width: 100%;
	height: 4px;
	margin-top: 50px;
	background: linear-gradient(to right,#03B79B,#1D80FF);
}
.top100_content{
	overflow: hidden;
	
	padding: 50px 0;
}
.top100_content>div{
	width: 1200px;
	margin: 0 auto;
}
.top100_content a{
	display: table-column;
	vertical-align: middle;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 0 60px;
	margin-top: 20px;
}
.top100_content a img{
	max-width: 100%;
}
.ET_footer{
	margin-top: 0 !important;
}
@media only screen and (max-width:768px){
	.second_child_title{
		width: 90%;
	}
	.top100_summary{
		width: 90%;
	}
	.top100_list{
		width: 90%;
	}
	.top100_list li{
		width: 50%;
		height: 168px;
		margin-bottom: 20px;
	}
	.top100_content>div{
		width: 90%;
	}
	.top100_content a{
		width: 50%;
padding:0 15%
	}
}
