:root {
	--primary: #0d2a80;
}
* {
	box-sizing: border-box;
}
body,
a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
a:hover {
	color: var(--primary);
}
form {
	margin: 0;
}
input {
	margin: 0;
}
font {
	font-size: 12px;
	line-height: 1.8;
}
.copy {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.menu-cat {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.menu-faq {
	font-family: Arail;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
}
.a1 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.contact1 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.txt-profile {
	font-family: arial;
	font-size: 16px;
	line-height: 22px;
	color: #0066ff;
	word-spacing: 1px;
}
/*20211119*/
.index {
	width: 907px;
	height: 510px;
	margin: 0 auto;
	background-image: url(images/index.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
.header {
	width: 100%;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 4px;
	display: flex;
}
.logo {
	width: 385px;
	height: 64px;
	display: block;
}
.nav-box {
	width: calc(100% - 385px);
}
.language {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	text-align: right;
	font-size: 13px;
}
.language li {
	display: inline-block;
}
.language li::before {
	content: '>>';
	color: #fff;
}
.language li a {
	padding: 5px 10px 3px 10px;
	display: inline-block;
	/*color: #fff;*/
	font-size: 13px;
}
.nav {
	text-align: right;
}
.nav a {
	padding: 4px 10px;
	display: inline-block;
	color: var(--primary);
	font-size: 14px;
	position: relative;
}
.nav a::before {
	content: '/';
	color: var(--primary);
	position: absolute;
	top: 5px;
	left: -5px;
}
.nav a:first-child::before {
	display: none;
}
.nav a::after {
	content: '';
	width: 0;
	height: 1px;
	margin: auto;
	display: block;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: width 0.3s ease-out;
}
.nav a:hover::after {
	width: 100%;
}
.enter-box {
	padding-top: 336px;
	padding-right: 146px;
	text-align: right;
}
.enter {
	padding: 0 10px;
	display: inline-block;
	border-radius: 6px;
	font-size: 30px;
	font-weight: bold;
	color: var(--primary);
	transition: background 0.3s ease-out;
}
.enter:hover {
	background-color: var(--primary);
	color: #fff;
}
.footer {
	width: 907px;
	margin: auto;
	color: #000;
}
.top {
	width: 869px;
	height: 300px;
	background: url(images/top2.jpg) top left no-repeat;
}
.top-header {
	width: 100%;
	display: flex;
	align-content: flex-start;
}
.top-header .language li a {
	padding: 3px 10px;
}
.top-header .nav a {
	padding: 7px 10px;
}
.top-header .nav a::before {
	top: 10px;
}
