/*footer*/
.footer-content-div {
	background-color: #000000;
	width: 100%;
    height:80px;
	min-width:1200px;
}
.ym-footer-text  {
	color: #FFFFFF;
    line-height:80px;
	text-align: center;
}
.ym-footer-text a{
	color:#FFFFFF;
}

@media screen and (max-width:1200px){
	.footer-content-div{
		min-width:0;
		width:100%;
		height:100%;

	}
.ym-footer-text  {
	color: #FFFFFF;
    line-height:40px;
	text-align: center;
}
.ym-footer-text span:nth-child(2){
	color:#FFFFFF;
    display:block;
}

}