锘?fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 100%;
	position: relative;
}

header {
	/*height: 60px;*/
}

.header .logo {
	display: block;
	padding: 10px 0 0 11px;
}

.dl-menuwrapper .dl-menu {
	top: 69px;
}

.dl-menuwrapper button {
	/*background: url(../images/header-bg.png) repeat-x bottom left;*/
	border: none;
	width: 60px;
	height: 60px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	outline: none;
	background: url(../images/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}

.nav {
	width: 94%;
	padding: 1em 2%;
}

.logo {
	display: inline-block;
	width: 20em;
}

.logo img {
	width: 20em;
}

.menu {
	display: inline-block;
}

.vertical_nav {
	width: 26%;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	right: -26%;
	top: 0px;
	background: #fff;
	z-index: 10;
}

.vertical_nav li {
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
}

.vertical_nav li a {
	display: block;
}

.dl-menuwrapper {
	width: 100%;
	max-width: 200px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 45px;
	z-index: 999;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper li a {
	font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
	header {
		height: 45px;
	}
	.dl-menuwrapper button {
		width: 45px;
		height: 45px;
	}
	.header .logo {
		display: block;
		padding: 5px 0 0 5px;
	}
	.dl-menuwrapper .dl-menu {
		top: 52px;
	}
	.dl-menuwrapper {
		max-width: 174px;
	}
	.dl-menuwrapper li a {
		font-size: 14px;
	}
}

@media screen and (min-width: 375px) and (max-width: 424px) {
	.dl-menuwrapper {
		max-width: 180px;
	}
	header {
		height: 53px;
	}
	.dl-menuwrapper .dl-menu {
		top: 61px;
	}
	.dl-menuwrapper button {
		width: 53px;
		height: 53px;
	}
	.header .logo {
		display: block;
		padding: 8px 0 0 10px;
	}
	.dl-menuwrapper li a {
		font-size: 15px;
	}
}

@media screen and (width:768px) {
	.dl-menuwrapper {
		max-width: 264px;
	}
	header {
		height: 109px;
	}
	.header .logo {
		display: block;
		padding: 25px 0 0 20px;
	}
	.dl-menuwrapper button {
		width: 109px;
		height: 109px;
	}
	.dl-menuwrapper .dl-menu {
		top: 119px;
	}
}

.footer {
	width: 100%;
	height: auto;
	background: #0066b1;
	padding: 1em 0;
	margin-top: 1em;
	margin-bottom: 88px;
}

.footer p {
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 342px) {
	body {
		font-size: 12px;
	}
	.vertical_nav li {
		line-height: 30px;
	}
}

@media screen and (min-width: 343px) and (max-width: 368px) {
	body {
		font-size: 13px;
	}
	.vertical_nav li {
		line-height: 31px;
	}
}

@media screen and (min-width: 369px) and (max-width: 395px) {
	body {
		font-size: 14px;
	}
	.vertical_nav li {
		line-height: 34px;
	}
}

@media screen and (min-width: 396px) and (max-width: 424px) {
	body {
		font-size: 15px;
	}
	.vertical_nav li {
		line-height: 36px;
	}
}

@media screen and (min-width: 425px) and (max-width: 474px) {
	body {
		font-size: 16px;
	}
	.vertical_nav li {
		line-height: 39px;
	}
}

@media screen and (min-width: 475px) and (max-width: 549px) {
	body {
		font-size: 18px;
	}
	.vertical_nav li {
		line-height: 43px;
	}
}

@media screen and (min-width: 550px) and (max-width: 599px) {
	body {
		font-size: 20px;
	}
	.vertical_nav li {
		line-height: 50px;
	}
}

@media screen and (min-width: 600px) and (max-width: 632px) {
	body {
		font-size: 22px;
	}
	.vertical_nav li {
		line-height: 55px;
	}
}

@media screen and (min-width: 633px) and (max-width: 658px) {
	body {
		font-size: 24px;
	}
	.vertical_nav li {
		line-height: 58px;
	}
}

@media screen and (min-width: 659px) and (max-width: 684px) {
	body {
		font-size: 25px;
	}
	.vertical_nav li {
		line-height: 60px;
	}
}

@media screen and (min-width: 685px) and (max-width: 711px) {
	body {
		font-size: 26px;
	}
	.vertical_nav li {
		line-height: 62px;
	}
}

@media screen and (min-width: 712px) {
	body {
		font-size: 27px;
	}
	.vertical_nav li {
		line-height: 68px;
	}
}

#showRight {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.language {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.language a {
	color: #fff;
	padding: 0 5px;
	display: inline-block;
}

.language span {
	display: inline-block;
	padding: 0 5px;
}

.footerNav {
	background: #0D7ED0;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
}

.footerNav li {
	float: left;
	width: 25%;
	list-style: none;
	padding: 15px 0;
	background: #0D7ED0;
	text-align: center;
}

.footerNav a {
	color: #fff;
}