Body {
	margin: 0px;
	padding: 0px;
	font: 12px arial,"\5b8b\4f53";
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	color: #787878;
}
img{
	border:0px;	
}
a{
	color: #787878;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #F60;
	text-decoration:none;
	font-size: 12px;
}
a { background:transparent; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; }


.top{
    width: 100%;
    height: 70px;
    background-color: #202935;	
}
.logod{
    width: 1100px;
    margin: auto;
}
.main{
	width: 1200px;
    margin: auto;
}
.dcxcx{
	width: 1000px;
    margin: auto;
	
}
.footer{
    width: 100%;
    height: 70px;
    background-color: #202935;
    margin-top: 20px;
}
.copyright{
    width: 1100px;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 70px;
}
.copyright a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
.copyright a:hover{
	color: #F60;
	text-decoration: none;
	font-size: 14px;
}