.ET_footer{
	background-color:#F2F2F2;
	overflow:hidden;
margin-top:100px;
}
.bottom{
	width:1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
	padding: 30px 0;

}
.link_list{
	width: 100%;
	overflow: hidden;
}
.link_list li{
	font-size: 16px;
	color:#666666;
	line-height: 50px;
	float: left;
	cursor: pointer;
	width: 33%;
	text-align: center;
box-sizing: border-box;
}
.link_list_phone li{
	font-size: 16px;
	color:#666666;
	line-height: 50px;
	float: left;
	cursor: pointer;
	width: 25%;
	text-align: center;
 
}
.link_list li.on{
	color: #0380C4;
}
.link_list_phone li.on{
	color: #0380C4;
}
.link_list li:nth-child(1){
	text-align: left;
}
.link_list li:nth-child(2){
	text-align: left;
padding-left: 90px;
   
}
.link_list li:nth-child(3){
	text-align: left;
padding-left: 96px;
   
}
.link_list li:last-child{
	text-align: left;
}
.link_list_box{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.link_list_box_phone{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.link_content{
	box-sizing: border-box;
	padding: 0 0 0 0;
	display: none;
}
.link_content li{
	display: none;
box-sizing:border-box;
padding:0 0 20px 20px;
}
.link_content a{
	display: block;
	width: 100%;
	line-height: 25px;
}
.link_list li img{
	width: 10px;
	margin-left: 5px;
}
.link_list_phone li img{
	width: 10px;
	margin-left: 5px;
}
.info_list{
	width: 100%;
	overflow: hidden;
        position:relative;
}
.info_list p{
	width: 41%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.blue_line{
	background-color: #026984;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	color:#fff;
}
.link_list_box_phone{
	display: none;
}
.link_list_phone div{
	width: 100%;
	box-sizing: border-box;
	display: none;
	color: #000 !important;
	    margin: 10px 0;
}
.link_list_phone div a{
	display: block;
	width: 100%;
	line-height: 25px;
}
#about_img{
position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 768px){
#about_img{
    position: initial;
    right: 0;
    top: 0;
    width: 100% !important;
    text-align: left !important;
}

	.link_list_box{
		display: none;
	}
	.link_list_box_phone{
		display: block;
	}
.ET_footer{
margin-top:0
}
.link_list li{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
	float: none;
	text-align: left !important;
}
.link_list_phone{
	padding-bottom: 30px;
}
.link_list_phone li{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
	float: none;
	text-align: left !important;
	line-height: 25px;
}
.info_list p{
	width: 100%;
}
}