@charset "utf-8";
/*reset start*/
/*
 * pc端初始化默认样式
 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

html {
	font-size: 14px;
}
/*header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}
[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	outline: 0;
	font-family: "微软雅黑";
}
/*body *{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}*/
.clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}
/*input,textarea,select{outline: none; -webkit-appearance:none;}*/
.clearOver {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ol,
ul {
	list-style: none;
}

i,
em,
b {
	font-style: normal;
	font-weight: normal;
}

*::after {
	box-sizing: border-box;
}

*::before {
	box-sizing: border-box;
}

html,
body {
	background: #fffff none repeat scroll 0 0;
	color: #6f6f6f;
}

body {
	color: #6f6f6f;
	font-family: "微软雅黑", arial, sans-serif;
	background-color: #fff;
	height: 100%;
	overflow-y: scroll;
	*overflow-y: inherit;
}

body,
input,
textarea,
button {
	outline: medium none;
	resize: none;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	transition: all 0.2s linear 0s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
}

.mt75mb50 {
	margin: 75px 0 50px 0;
}

.mt75 {
	margin-top: 75px;
}

.mt50 {
	margin-top: 50px;
}

.mt45 {
	margin-top: 45px;
}

.mt35 {
	margin-top: 35px;
}

input[type="button"] {
	cursor: pointer;
}

input[type="button"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* 头部尾部 */
header {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 0;
	z-index: 100;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 10px 240px; */
	padding: 10px 8rem; 
}

.logo {
	height: 80px;
	width: 280px;
	background: url(../img/logo.png) no-repeat center center;
	background-size: contain;
}

.nav-links {
	display: flex;
	list-style: none;
	line-height: 36px;
}

.nav-links>li {
	margin-left:30px;
}

.nav-links a {
	text-decoration: none;
	color: #666;
	font-weight: 500;
	/* font-size: 22px; */
	font-size: 1.5rem;
	transition: color 0.3s;
	position: relative;
}

.nav-links a:hover {
	color: #0066cc;
}

.nav-links a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -5px;
	left: 0;
  /* background-color: #0066cc; */
	transition: width 0.3s;
}

.nav-links a:hover::after,
.nav-links a.active::after {
	width: 100%;
}

.nav-links a.active {
	color: #083064;
	font-weight: bold;
}

.nav-links .login a,
.nav-links .language a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-links .loginimg {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../img/login.png) no-repeat;
	background-size: contain;
	border-radius: 50%;
	margin-right: 5px;
}

.nav-links .languageimg {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../img/language.svg) no-repeat center center;
	background-size: contain;
	border-radius: 50%;
	margin-right: 5px;
}

.nav-links .language {
	position: relative;
}

.languageCon,
.ServiceseCon {
	background: #0165E8;
	border: 1px solid #0165E8;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 100;
	text-align: left;
	border-radius: 3px;
	box-shadow: 3px 2px 8px #0165E8;
	min-width: 120px;
	white-space: nowrap;
	padding: 8px 0;
}

.languageCon::after,
.ServiceseCon::after {
	content: " ";
	position: absolute;
	top: -6px;
	left: 15px;
	width: 10px;
	height: 10px;
	border: 1px solid #0165E8;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #0165E8;
}

.languageCon li,
.ServiceseCon li {
	margin-bottom: 5px;
}

.languageCon li a,
.ServiceseCon li a{
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	padding: 0 12px;
}

.languageCon li a:hover,
.ServiceseCon li a:hover,
.languageCon li a.active,
.ServiceseCon li a.active {
	color: #0165E8;
	background-color: #fff;
}

.choiceServicese{
	display:none;
}

.candidate-services {
	position: relative;
}

.footer {
	padding:60px 8rem; 
	background-color: #083064;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-text {
	display: flex;
	flex-direction: column;
	font-size: 20px;
}

.footer-text p {
	margin: 0px 0px 6px 5px;
}

.footer .erweima {
	width: 218px;
	height: 218px;
	background-size: cover;
	border-radius: 4px;
}

.beianhao-con img {
	vertical-align: middle;
}
.beianhao-con{
	margin-top:10px;
	display:block;
}

.beianhao-con a {
	color: #cbd5e0;
}

.beianhao-con a:hover {
	color: #90cdf4;
    text-decoration: underline;
}

.website-footer-container {
	background-color: #083064;
	color: white;
	width: 100%;
	margin-top: auto;
}

.website-footer-container__inner {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.website-footer-container__brand-section {
	flex: 1;
	min-width: 300px;
	margin-bottom: 30px;
	padding-right: 30px;
}

.website-footer-container__brand-slogan {
	font-size: 50px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
	color: #ffffff;
}

.website-footer-container__brand-subtitle {
	font-size: 36px;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 15px;
	color: #e2e8f0;
	letter-spacing: 0.5px;
}

.website-footer-container__legal-info {
	font-size: 18px;
	color: #cbd5e0;
	margin-bottom: 15px;
	line-height: 1.5;
}

.website-footer-container__legal-info--copyright {
	margin: 10px 0;
}

.website-footer-container__legal-links {
	display: flex;
	gap: 20px;
	font-size: 18px;
}

.website-footer-container__legal-link {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.website-footer-container__legal-link:hover {
	color: #90cdf4;
	text-decoration: underline;
}

.website-footer-container__service-section {
            /* flex: 1; */
	min-width: 300px;
}

.website-footer-container__service-title {
	font-size: 36px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 24px;
	color: #ffffff;
	position: relative;
	padding-bottom: 10px;
}

.website-footer-container__service-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 40px;
}

.website-footer-container__service-link {
	color: #e2e8f0;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s ease;
	padding: 6px 0;
	position: relative;
}

.website-footer-container__service-link:hover {
	color: #63b3ed;
	transform: translateX(5px);
}

.website-footer-container__service-link::before {
	content: '•';
	color: #4299e1;
	position: absolute;
	left: -15px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.website-footer-container__service-link:hover::before {
	opacity: 1;
}

@media (max-width: 768px) {
	.website-footer-container {
		padding: 40px 5px 25px;
	}

	.website-footer-container__inner {
		flex-direction: column;
	}

	.website-footer-container__brand-section {
		padding-right: 0;
		margin-bottom: 0px;
	}

	.website-footer-container__service-links {
		grid-template-columns: repeat(2, 1fr);
	}

	.website-footer-container__service-title{
		margin-bottom: 0;
	}
}