/*页脚部分css*/
.footer{
	padding: 100px 0 24px;
	min-width: 1200px;
    width: 100%;
    height: 400px;
    background-color: #1f2631;
    font-size: 12px;
    color: #FFFFFF;
    
}
.wrapper{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: column;
}
.footer .main_box{
	margin-bottom: 18px;
}
.clearfix{
	clear: both;
	   zoom: 1;
}
.footer li{
	float: left;
	height: 220px;
}   
.footer .first{
	padding-left: 50px;
    width: 300px;
    height: 100%;
    font-size: 14px;
    position: relative;
}
.footer .first p{
	margin-top: 2em;
}
.footer img.block {
    display: block;                                                                                                                                                                                                                  
    margin-bottom: 38px;
}
.footer p {
    margin-top: 0.5em;
    line-height: 1.5em;
    text-indent: 0;
}

.footer .normal {
	width: 190px;
}
.footer h2, .footer dt {
    font-size: 18px;
    padding-top: 20px;
    height: 60px; 
}
.footer dd {
    line-height: 2.4;
}
a:link, a:visited {
    text-decoration: none;
    color: inherit;
}
.footer a:hover{
	color:#00b8f8;
}
.footer .end{
	width: 280px;
	font-size: 18px;
}
.footer .end img{
	margin-top: 1.5em;
}
.footer .text-center{	
	text-align: center;	
	margin-top: 1em;
}
.footer .bottom{
    border: 2rpx #ffffff;
    /* line-height: 1.5em; */
    width: 100%;
    height: 100px;
}
.footer .bottom .link_a:hover{
	color:#00b8f8;
    cursor: pointer;
}
/*页脚部分css*/