div#footer {
    background: #282828;
        font-size: 15px;
}
.footer-wrapper {
    -width: 1622px;
    height: 240px;
    margin: 0 auto;
    padding-top: 80px;
    color: #dddedb;
}
.footerImg {
    padding-right: 80px;
    height: 100%;
    float: left;
    text-align: center;
}
.footerImg div {
    float: left;
    width: 160px;
    height: 160px;
}
.footerImg div img{
	width: 100%;
}
.footerImg .sh {
    margin-left: 15px;
}
.footerCon {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.footerCon ul {
    color: #dddedb;
    float: left;
    margin-left: 24px;
}
.footerCon ul li {
    padding: 15px 0 0px 0;
    position: relative;
    cursor: pointer;
}
.footerCon ul li:nth-child(1){
	padding-bottom: 20px;
	font-weight: 700;
}
.footerCon ul li a{
	color: #dddedb;
}
.footerCon:before{
	content: ' ';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 54px;
	left: 24px;
	background: #dddedb;
}
.footerLink {
    height: 100%;
    float: left;
    margin-left: 100px;
}
p.link-1 {
    padding-top: 30px;
    font-size: 18px;
    color: #dedede;
    font-weight: 700;
}
.phone {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.phone p {
    display: inline-block;
    font-weight: 100;
    font-size: 14px;
}
.phone-1{
	margin-left: 15px;
	margin-bottom: 10px;
}
p.link-2 {
    padding-top: 10px;
}
.footerLink a{
	color: #dedede;
}
.lg-outer #lg-share{
	display: none;
}
#lg-download{
	display: none;
}
