/*firendLink*/
.footer{
    padding: 0px;
    margin: 0px;
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}

.footer .p-footer-wrapper{
	display: table-cell;
    vertical-align: middle;
}

.footer .firendLink{
    margin: 0 auto;
    font-size : 16px/34px;
    padding : 0px 80px;
}

.footer .firendLink #links{
	margin:0 auto;
	text-align:center;	
}

.footer .firendLink a{
    text-align: center;
    padding:0 10px;
    color:#000000;
}

/*copyRight*/
.footer .copyRight{
    width:100%;
    margin: 0 auto;
    font-size : 16px/34px;
}

.footer .copyRight .copyRightContent{
	margin:0 auto;
	font-size : 18px/24px;
    color: #ffffff;
    text-alngin:center;
}

.footer .copyRight .leftCopyRight{
    width: 30%;
    float: left;
    text-align: right;
}

.footer .copyRight  .rightCopyRight{
    width: 100%;
    float: right;
}

.footer .copyRight .leftCopyRight img{
    margin:20px ;
}

.footer .copyRight  .rightCopyRight ul{
    margin:20px;
}

.footer .copyRight  .rightCopyRight ul li{
    list-style: none;
}

.footer .copyRight  .rightCopyRight ul li{
	font-size : 18px/24px;
    color: #000000;
    text-align: center
}