@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-16 17:26:20
 * @version $Id$
 */

.color-black {
    background-color: #555555;
    /* height: 35px; */
    color: white;
    /* 	text-align: center;
	padding-top: 7px; */
}/*底部联系栏背景颜色*/

.color-gray {
    background-color: #6F6F6F;
    /* height: 80px; */
    color: white;
    /* padding-top: 10px; */
}

.divFootPadding {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

/* .copyright
{
	font-size: 12px;
}
 */

/* .lineheightfoot
{
	line-height: 28px;
}
 */
.wechatimg {
    width: 100px;
}

.qqimg {
    width: 40px;
    height: 40px;
}

.divFootPadding .fa {
    vertical-align: middle;
}

@media (min-width: 980px) and (max-width: 1366px) {

    .lineheightfoot {
        line-height: 35px;
    }

    .divFootPadding {
        font-size: 14px;
    }

}

@media (min-width: 1367px) {

    .wechatimg {
        width: 110px;
    }

    .lineheightfoot {
        line-height: 40px;
    }

    .divFootPadding {
        font-size: 14px;
    }

    .divFootPadding .fa {
        font-size: 24px;
    }
}




@media (max-width: 320px) {

    .divFootPadding,
    .copyright {
        font-size: 10px;
    }

    .lineheightfoot {
        line-height: 16px;
    }

    .wechatimg {
        width: 70px;
    }
}



@media (min-width: 321px) and (max-width: 767px) {


    .lineheightfoot {
        line-height: 20px;
    }

    .wechatimg {
        width: 80px;
    }

    /* .color-black
{
	height: 25px;
	padding-top: 4px;
} */

}



@media (min-width: 768px) and (max-width: 979px) {


    .lineheightfoot {
        line-height: 27px;
    }

    .wechatimg {
        width: 90px;
    }


    /* 	.color-black
	{
		height: 30px;
		padding-top: 6px;
	} */
}


