@font-face {
	font-family: tcm;
	src: url("../font/TCM.TTF");
}

@font-face {
	font-family: timebi;
	src: url("../font/timesbi.ttf");
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	text-align: center;
}

body {
	font-family: "microsoft yahei";
}

a {
	text-decoration: none;
	outline: none;
	color: black;
}

.clear {
	clear: both;
}

header {
	position: absolute;
	width: 100%;
	height: 60px;
	color: white;
	font-size: 0.72916vw;
	background: #2546a2 no-repeat left top;
	background-size: 100% 100%;
	text-align: left;
	z-index: 9;
}

header .logo {
	width: 2.604%;
	height: auto;
	margin-left: 6.77%;
	display: inline-block;
	vertical-align: middle;
}

header nav {
	width: 38%;
	height: 100%;
	text-align: center;
	color: white;
	display: inline-block;
	border: none;
	margin-left: 40.2%;
}

header nav ul {
	width: 100%;
	height: 100%;
}

header nav ul li {
	width: 19%;
	height: 100%;
	list-style: none;
	line-height: 59px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

header nav ul li:hover {
	border-bottom: 2px solid white;
	box-sizing: border-box;
}

.drop-down {
	position: relative;
	transition: all 0.3s ease 0s;
}

.drop-down span {
	font-size: 0.8333vw;
	line-height: 59px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	display: inline-block;
}

.drop-down ul li {
	width: 100%;
	display: block;
}

.drop-down-content {
	width: 100%;
	height: auto;
	display: none;
	background: #2546a2 no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
}

.drop-down-content li:hover {
	color: #3f6ce9;
	border: none;
}

nav .drop-down:hover .drop-down-content {
	display: block;
}

nav .drop-down:hover span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.language-select {
	width: auto;
	font-size: 0.729vw;
	color: white;
	background: transparent;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../images/smallarrow.png") no-repeat scroll right center transparent;
	padding-right: 0.5vw;
	margin-left: 4%;
}

.language-select option {
	background: #1f368f;
}

footer {
	width: 100%;
	height: 120px;
	text-align: center;
	background: #303030 no-repeat left top;
	background-size: 100% 100%;
	display: table;
}

footer p {
	font-size: 0.625vw;
	color: #c1c1c1;
	display: table-cell;
	vertical-align: middle;
}