footer{
	margin-top: 50px;
	width: 100%;
	background-color: #E6E6E6;
	
}
footer .footer-content {
	max-width: 1200px;
	margin: 0 auto;
}
.footer-top {
	padding: 30px 1%;
	display: flex;
	justify-content: space-between;
}
.footer-top > div {
	width: 45%;
}
.footer-top .site-info {
	width: 30%;
}
.footer-top .site-info p {
	margin-bottom: 3px;
}
.footer-top .footer-right {
	width: 22%;
	
	
}
.footer-top .left-nav > ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.footer-top .left-nav > ul > li > a {
	font-size: 16px !important;
	
	color: #333333 !important;
}
.footer-top .left-nav > ul > li > a:after {
	width: 40px;
	display: block;
	
	height: 2px;
	background: #e99615;
}
.footer-top .left-nav ul li {
	text-align: left;
}
.footer-top .left-nav ul li a {
	color: #777777;
	font-size: 14px;
	text-decoration: none;
	line-height: 33px;
}
.footer-top .left-nav>ul>li:first-child {
	display: none;
}
.footer-qrcode {
	display: flex;
	justify-content: space-between;
}
.footer-qrcode > div {
	width: 50%;
	padding: 0 6px;
	text-align: center;
	color: #777777;
}
.footer-qrcode img {
	border-radius: 5px;
	width: 90%;
	margin: 0 auto 6px;
}
footer .site-info {
	padding: 0 0 0 40px;
	color: #777777;
}
footer .site-info h3 {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 3px;
	margin: 0;
	
	color: #333333;
}
.footer-bottom {
	border-top: 2px solid #e99615;
	text-align: center;
	background: #171C61;
	padding: 10px 0;
	line-height: 2;
	color: #FFFFFF;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom img {
	display: inline-block;
	vertical-align: text-top;
}

.taobao {
	background: #FFFFFF;
	border: 2px #E9981F solid;
	margin-top: 30px;
	border-radius: 5px;
}
.taobao input {
	line-height: 40px;
	padding: 0 10px;
	float: left;
	width: 190px;
	font-weight: bold;
	color: #E9981F;
	border-radius: 5px;
}
.taobao .tbtns {
	float: right;
	padding: 5px 0;
	width: 60px;
	height: 40px;
	display: flex;
	background: #E9981F;
}
.taobao .tbtns a {
	margin: auto;
	display: block;
	width: 90%;
} 
.taobao .tbtns img {
	
	margin: auto;
	display: block;
	width: 100%;
} 

@media(max-width: 768px){
	.taobao {
		margin: 30px 45px;
	}
}
