body, html {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
}
header {
	width: 100%;
	height: 46px;
	background: #21252b;
}
.top {
	width: 1040px;
	margin: 0 auto;
	color: #ccc;
	line-height: 46px;
}
.lang {
    float: right;
}
.top img, .top span {
	display: block;
	float: left; 
}
.top img {
	margin: 10px;
}
.top span {
	padding-right: 20px;
}
nav {
	height: 96px;
	line-height: 96px;
}
nav a {
	float: right;
	display: block;
	margin-left: 40px;
	color: #21252b;
	text-decoration: none;
	font-size: 16px;
}
nav a:hover {
	color: #0dc0c0;
}
nav a.here {
	color: #0dc0c0;
	border-bottom: 4px solid #0dc0c0;
}
.width1040 {
	width: 1040px;
	margin: 0 auto;
}
iframe {
	border: 0;
}
.afterslider {
	width: 100%;
	background: #21252b;
	height: 186px;
}
.afterslider .title {
	display: block;
	float: left;
	margin-top: 40px;
	font-size: 34px;
	color: #fff;
}
.afterslider .desc {
	font-size: 20px;
	color: #ddd;
	display: block;
	float: left;
	margin-top: 20px;
}
.afterslider a {
	display: block;
	float: right;
	background-color: #0DC0C0;
	color: #fff;
	padding: 7px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	border-radius: 3px;
	cursor: pointer;
}
.bgtitle {
	margin: 40px 0 20px 0;
	background: url('../img/bgtitle.png') 0 5px;
}
.bgtitle span {
	background: #fff;
	font-size: 30px;
	padding-right: 20px;
}
.v {
	margin: 10px -10px;
	text-align: center;
}
.v a {
	display: block;
	float: left;
	margin: 10px;
	color: #21252b;
	text-decoration: none;
}
.v a:hover {
	color: #0dc0c0;
}
.v a span {
	font-size: 16px;
}
.v img {
	width: 333px;
	border-radius: 4px;
}
.a {
	font-size: 16px;
}
.a .text {
	width: 580px;
}
.a img {
	float: right;
	height: 400px;
	border-radius: 7px;
}
.a .quote {
	padding-left: 65px;
	background: url('../img/quote.png') 0 0 no-repeat;
}
footer {
	width: 100%;
	color: #fff;
	background: #21252b;
	padding: 10px 0;
	text-align: center;
}