body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}


/* 友情链接-改 */
.c-friend{
	/* width: 100%; */
	margin: 0 auto;
	background-color: #eceae5;
}

.c-friend .friend-title{
	float: left;
	width: 13%;
	font-size: 20px;
	line-height: 72px;
	text-align: right;
	margin-right: 2%;
}

.c-friend .friendInfo {
	float: right;
	height: 100%;
	width: 85%;
	padding: 12px 0px;
}

.friendInfo li {
	float: left;
	width: 20%;
	color: #4a3a2d;
	list-style: circle;
	line-height: 24px;
}
.friendInfo li a{
	color: #4a3a2d;
} 

.friendInfo li a:hover{
	color: #4d6d6a;
}





/*页尾_begin*/
.y-footer{
    height: 240px;
    background-color: #d2886d;
  
}
.footer-main{
    margin:0px 15%;
    /* height: 200px; */
    margin-bottom: 20px;
}
/* 左边布局-开始 */
.footer-left-box{
    float: left;
    width:28%;
    height: 180px;
    
}
.footer-logo{
    height: 100%;
    width: 100%;
    /* background-color: red; */
}
.xilin-logo{
    /* width:35%; */
    margin-top: 20px;
    height: 160px;
    background-image: url("../img/xinlilogo.png");
    background-repeat: no-repeat;
    background-size:auto 160px ;
    background-position:20% ;
    min-height: 160px;
}
.xinli-logo{
    /* width: 20%; */
    width: 20%;
}
/* 左边结束 */
.footer-line{
    float: left;
    width: 2px;
    height: 160px;
    margin-top:20px;
    background-color: #fff;
}

/* 右边开始 */
.footer-right-box{
    float: right;
    width: 28%;
    height: 100%;
    margin-top: 50px;
    padding-left: 2%;
}
.footer-right-box div{
    font-size: 16px;
    color: white;
    /* font-weight: bold; */
    line-height: 36px;

}
.footer-info{
    margin:10px 15%;
}
.footer-info{
    /* margin-top: 20px; */
    padding-top: 6px;
    font-size: 16px;
    line-height: 26px;
    /* text-align: center; */
    color: #4a3a2d;
    border-top: 1px #fff solid;
}
.footer-info-text{
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
}

