/*头部Logo-------------------------------------------------------------------------------*/
.header-logo{
	height: 30px;
	width: 223px;
	overflow: hidden;
    font-size:12px;
   
}
    .header-logo a {
     line-height:30px;
    }
/*友情链接-------------------------------------------------------------------------------*/
.header-friendlink{
	float: right;
	line-height: 30px;
}

.header-friendlink span{
    font-size:12px;
	margin: 0px 3px;
    cursor:pointer;
}

/*正文内容-------------------------------------------------------------------------------*/
.mainbody-content {
    margin: 10px;
    width: 775px;
    height: 436px;
    overflow: hidden;
    text-align: center;
}

/*脚部Logo-------------------------------------------------------------------------------*/
.footer-logo{
	float: left;
	height:40px;
	width: 80px;
   margin-right:10px;
	overflow: hidden;
}

.footer-logo img{
	width: 100%;
	height: 100%;
}

.footer p {
    margin-left: 90px;
    line-height: 1.8em;
}
/*屏幕大于1366 小于 1600*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1367px) {

	 /*正文内容-------------------------------------------------------------------------------*/
    .mainbody-content {
        width: 1056px;
        height: 594px;
    }
	/*脚部Logo-------------------------------------------------------------------------------*/
	.footer-logo{
		width: 100px;
        height: 50px;
        margin-right:10px;
	}

	.footer p{
		margin-left:110px;
	}
}

/*屏幕大于1601*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1601px) {

	 /*正文内容-------------------------------------------------------------------------------*/
    .mainbody-content {
        width: 1294px;
        height: 728px;
    }
	/*脚部Logo-------------------------------------------------------------------------------*/
	.footer-logo{
		width: 120px;
        height: 60px;
        margin-right:10px;
	}

	.footer p{
		margin-left:130px;
	}
}