.footer {
	width: 100%;
	background: #f2f2f2 url('../img/footer.jpg') center no-repeat;
	height: 190px;
}

.footer-260 {
	height: 260px;
}

.footer .footer-links {
	padding-left: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin: 0 -21px 30px;
	font-size: 0;
}

.footer .footer-links>li {
	display: inline-block;
	padding: 15px 21px 0;
}

.footer .footer-links>li>a {
	color: #000000;
	font-size: 14px;
}

.footer .footer-links .dropdown-menu {
	border-radius: 0;
	max-height: 300px;
	overflow-y: auto;
	margin-bottom: -12px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropup .caret {
	border-bottom: 0;
	border-top: 6px solid\9;
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.footer-links li a label {
	margin-bottom: 0;
	font-weight: 400;
	color: #000000;
}

.footer-info a:nth-child(3) {
	margin-top: 8px;
}

.footer-links .dropdown {
	transition: 0.3s;
}

.footer-links .dropdown:hover .caret {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.footer-cont {
	padding-top: 15px;
}

.footer-info img {
	width: auto;
}

.footer .footer-info {
	overflow: hidden;
	font-size: 0;
}

.footer .footer-info .foot-link {
	float: left;
	margin: 0 16px;
	font-size: 12px;
}

.footer .footer-info a.foot-link {
	display: inline-block;
	line-height: 55px;
	height: 55px;
}

.foot-link p {
	font-size: 12px;
	color: rgba(0, 0, 0, .8);
	margin: 12px 0 !important;
}

.footer .footer-info .foot-link.pad-r {
	margin-right: 0;
}

.footer .footer-info .foot-link.pad-l {
	margin-left: 0;
}

@media screen and (max-width: 1153px) {
	.new-common-content {
		width: 970px;
	}
	.footer .footer-info .foot-link {
		margin: 0 27px;
	}
}

@media screen and (max-width: 992px) {
	.new-common-content {
		width: 750px;
	}
	.footer .footer-info .foot-link {
		margin: 0 5px;
	}
}

@media screen and (max-width: 768px) {
	.new-common-content {
		width: 100%;
		padding: 0 10px;
	}
	.footer .footer-info .foot-link {
		width: 33.33%;
		margin: 0;
	}
}

.footer-cont a{
	text-decoration:none;
}
.footer-cont img{
	vertical-align: middle;
}
.new-common-content {
    width: 1136px;
    margin: 0 auto;
}
html,body{
	padding:0;
	margin:0;
}
a {
    color: #666;
}
@media screen and (max-width: 580px) {
	.footer {
		height: 260px;
	}
	.new-common-content {
		width: auto;
		padding: 0 4px;
	}
	.footer .footer-info .foot-link {
		float: none;
		width: 100%;
		margin: 0;
		font-size: 0;
	}
	.footer .footer-info .foot-link>p {
		display: inline-block;
		width: 50%;
		font-size: 12px;
		margin: 8px 0;
		line-height: 20px;
	}
	.footer .footer-info .foot-link.last>p {
		width: 100%;
	}
	.footer .footer-info a.foot-link {
		float: left;
		width: 33.33%;
		margin: 0;
		text-align: center;
	}
}