﻿/*footer*/
.footer_main {
	overflow: hidden;
	width: 100%;
	background-color: #333;
	padding-top: 34px;

}
.footer_list ul {
	overflow: hidden;
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid #4c4c4c;
}
.footer_list li {
	float: left;
	font-size: 14px;
	color: #fff;
	border-right: 1px dotted #666;
	padding: 0 25px;
}
.footer_list li.last {
	border: none
}
.footer_list li a {
	color: #fff;
}

/*小屏幕*/

@media screen and (max-width: 768px) {
.footer_list {
	display: none;
}
}
.footer_info {
	overflow: hidden;
	float: left;
	background: url(../images/bottom_line.png) no-repeat left top;
	margin-top: 20px;
	width: 460px;
	margin-left: 20px;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}
.footer_info a{	color: #959595;}
.footer_info p {
	font-size: 14px;
	color: #959595;
	line-height: 24px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.footer_info {
	background: none;
	float: none;
	width: 80%;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	margin: 0px auto;
}
.footer_info p {
	width: 100%;
}
}
.footer_ewm {
	display: block;
	float: left;
	margin-top: 30px;
	height: 148px;
	width: 148px;
	overflow: hidden;
	color: #999;
	text-align: center;
	margin-left: 20px;
}
.footer_ewm img {
	margin: 10px;
	display: block;
	clear: both;
	height: 128px;
	width: 128px;
}

/*小屏幕*/
@media screen and (max-width: 768px) {
.footer_ewm {
	float: none;
	margin: 0px auto;
	padding-left: 0px;
}
}
#copyright_txt {
	font-size: 14px;
	background-color: #454545;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	margin:0px auto;
	text-align: center;
	color: #999;
	margin-top:20px;
}
#copyright_txt p{		width: 90%;
	margin:0px auto;
	display:block;}
#copyright_txt a {

	
	color: #999;
	font-size: 14px;
}
#copyright_txt a.foot_link {
	text-decoration: none;
}
#copyright_txt a.foot_link:hover {
	text-decoration: underline;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
#copyright_txt {
	margin-bottom:80px;
}
}
#bottom_tel {
	float: right;
	height: 80px;
	width: 280px;
	background-image: url(../images/bottom_tel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:65px;
	line-height: 32px;
	padding-left: 55px;
	padding-top: 20px;
	overflow:hidden;
}
#bottom_tel a{	font-size: 28px;
	font-weight: bold;
	color: #EC8306;}
/*小屏幕*/
@media screen and (max-width: 768px) {
#bottom_tel {
	float: none;
	width: 280px;
	margin:0px auto;
}
}
