.address {
	height: 220px;
	min-width: 1200px;
	width: 100%;
	background-color: #eaeaea;
}

.address .addressbox {
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	padding-left: 80px;
}

.address .addressbox .addressboxtop {
	width: 778px;
	height: 132px;
	border-bottom: 1px solid #dbdbdb;
}

.address .addressbox .addressboxtop .addressboxtopleft {
	padding-top: 50px;
	box-sizing: border-box;
	float: left;
}

.address .addressbox .addressboxtop .addressboxtopleft p {
	font-size: 20px;
	line-height: 32px;
}

.address .addressbox .addressboxtop .addressboxtopleft p:last-child {
	font-size: 14px;
}

.address .addressbox .addressboxtop .addressboxtopright {
	padding-top: 43px;
	box-sizing: border-box;
	float: left;
	margin-left: 50px;
	line-height: 32px;
	margin-right:50px;
}

.address .addressbox .addressboxtop .addressboxtopright p {
	font-size: 20px;
}

.address .addressbox .addressboxtop .addressboxtopright p:last-child {
	color: #26568c;
}

.address .addressbox .bottomu {
	width: auto;
	height: auto;
	float: left;
	height: 84px;
}

.address .addressbox .bottomu li {
	float: left;
	height: 100%;
	position: relative;
	line-height: 84px;
	margin-left: 65px;
	font-size: 18px;
}
.address .addressbox .bottomu li:after {
	content: "";
	display: inline-block;
	height: 20px;
	position: absolute;
	right: -34px;
	width: 2px;
	top: 33px;
	background-color: #c3c3c3;
}
.address .addressbox .bottomu li:last-child:after {
	display: none;
}
.address .addressbox .bottomu li a {
	color: #333;
}

.address .addressbox .bottomu li:first-child {
	margin-left: 0;
}

.address .addressbox .bottomu li a:hover {
	color: #26568c;
	cursor: pointer;
}

.address .addressbox .code {
	position: absolute;
	right: 190px;
	top: 16px;
	width: 155px;
}
.address .addressbox .code1 {
	position: absolute;
	right: 0px;
	width: 155px;
	top: 16px;
}

.copyright {
	width: 100%;
	min-width: 1200px;
	height: 54px;
	background-color: #26568c;
}

.copyright .copyrightbox {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.copyright .copyrightbox span {
	position: absolute;
	left: 0;
	top: 0;
}