﻿@charset "utf-8";
/*底部css样式*/
body{
    font-family: arial,"Microsoft YaHei",sans-serif;
}
.footer{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #666666;
	/*padding: 20px 0;*/
	float: left;
}
.footer_txt{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
}

.footer_txt a{
	color:#FFF;
	text-decoration: none;
}

.footer_link{
	display:inline-block;
	zoom:1;
	*display:inline;
	/*width:200px;*/
	cursor:pointer;
	font-size:14px;
	line-height:1.2em;
	margin-left:20px;
}
.link_logo{
	display:inline-block;
	zoom:1;*display:inline;
}
.link_name{
	display:inline-block;
	zoom:1;*display:inline;
	max-width:180px;
	margin-top:10px;
	vertical-align:top;
}
.copyright{
    text-align: center;
    color: #e5e5e5;
    font-size: 14px;
    padding:0 5px 0 5px;
    font-weight: normal;
}
.copyright a{
	color: #00F;
	text-decoration: none;
	line-height: 20px;
	/*font-size: 15px;*/
	font-weight: normal;
}