* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

ul.inline li {
	float: left;
}

.clear::after, 
ul.inline::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.c {
	clear: both;
}

.bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.container {
	position: relative;
	width: 1184px;
	margin: 0 auto;
}


.header .top {
	background-color: #e6e6fb;
}
.header .top .fr .link, 
.header .top .fl .text {
	height: 36px;
	line-height: 36px;
}
.header .top .link a {
	color: #000;
}
.header .top .link span {
	color: #000;
	margin: 0 5px;
}
.header .middle .container {
	height: 100px;
}

.header .middle .language a, 
.header .middle .logo a {
	display: block;
	height: 100px;
	line-height: 100px;
}
.header .middle img {
	vertical-align: middle;
}
.header .middle .language a {
	margin-right: 26px;
}

.header .bottom {
	background-color: #2d2cb6;
}
.header .bottom .nav {
	text-align: center;
	font-size: 0;
}
.header .bottom .nav li {
	display: inline-block;
}
.header .bottom .nav a {
	display: block;
	width: 168px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: url('../img/nav_01.jpg') no-repeat right;
	background-size: auto 36px;
}
.header .nav li:last-child a {
	background: none;
}


.banner {
	max-width: 1920px;
	margin: 0 auto;
}
.banner a {
	display: block;
}
.banner img {
	width: 100%;
	vertical-align: middle;
}


.footer .img {
	margin: 0 14px;
}
.footer .copyright {
	width: 427px;
	padding-top: 26px;
	text-align: center;
	font-size: 12px;
}
.footer .copyright a {
	color: #686868;
}
.footer .copyright .line {
	width: 100%;
	height: 2px;
	margin-bottom: 6px;
	background-color: #2d2cb6;
}