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

*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
	font-family:"Microsoft YaHei";}

img{
	display:block;
	border:0;}
	
.div_bottom{
/* 	bottom: 0px; */
/*     position: absolute; */
/*     left: 50%; */
/*     margin-left: -600px; */
width:1200px;
	margin: auto;
}	
                                                                                                                                                                                                        
.first_page_bottom {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto;
   	border-top: 1px solid #e5e5e5;
}
.bottom_link {
    width: 200px;
    float: left;
    text-align: center;
}
.bottom_link1 {
    font-size: 20px;
    line-height: 50px;
    color: #333;
    margin-top: 10px;
    font-style: normal;
    font-weight: 100;
}
.bottom_link2 {
    font-size: 15px;
    line-height: 24px;
    color: #606060;
    font-style: normal;
    font-weight: 100;
}
.bottom_remark {
    width: 1200px;
    padding: 10px 0;
    margin: 20px auto 20px auto;
    font-size: 12px;
    line-height: 32px;
    color: #666;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    font-family: 微软雅黑;
    font-weight: 100;
    font-style: normal;
}