﻿

.footer {
	width:100%;
	margin-top: 30px;
	padding: 20px 30px 30px;
	height: auto;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #666;
}
.friendlink {
  width: 1200px;
  margin:0 auto;
   border-bottom:1px solid #fff;
   padding-bottom:10px;
  overflow: hidden;
}
.friendlink_title {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: url(../../images/title_line.jpg) left bottom no-repeat;
}
.friendlink ul,li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.friendlink ul li {
  float: left;
  display:inline-block;
  margin-right:30px;
}
.friendlink ul li a {
	
	color:#fff;
}
.adress {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.adress .bottom_logo {
	float:left;
	width:20%;
	margin-top:65px;
	text-align:center;
	}
.adress .ewm {
	float:right;
	width:20%;
	margin-top:30px;
	text-align:center;
	}
.adress .ad_content {
	float:left;
	width:60%;
	margin-top:50px;
	text-align:center;
	}
        *{
            margin: 0;
            padding:0;
        }
        ul{
            list-style: none;
        }
        