@charset "utf-8";

/* ===========================
	00. reset
=========================== */
*, *::before, *::after {box-sizing: border-box;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,input,select,textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0px; padding:0px; vertical-align:top;}
body {width:100%; min-width:1200px; color:#222; font-family: SimSun, Montserrat, 'Arial', sans-serif; font-size:16px; font-weight:400; line-height:1; letter-spacing:0; word-break:break-all; box-sizing: border-box;}
ul, ol, dl {list-style-type:none;}
h1, h2, h3, h4, h5, h6, th {font-weight:400;}
table {border-collapse:collapse; border-spacing:0; word-break:break-all;}
table th {font-weight:400;}
img, button, fieldset, abbr, acronym {border:0;}
label {cursor:pointer;}
address, caption, cite, code, dfn, em, var {font-style:normal; font-weight:normal;}
strong {font-weight:normal;}
caption, legend {width:0px; height:0px; font-size:0px; line-height:0px; visibility:hidden;}
/*img {max-width:100%;}*/
q:before, q:after {content:'';}
hr {display:none;}

/* html5 ie9 else */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; padding:0; margin:0;}

a {text-decoration:none;color:inherit;cursor:pointer;}
a:link, a:visited {text-decoration:none;color:inherit;}
a:hover, a:focus, a:active {background:none;text-decoration:none;}

/**/
.wrap {
	position: relative;
	width: 100%;
}

.header {
	z-index: 10;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 56px;
	padding: 0 20px;
	font-family: Montserrat;
}
.header .logo {
	width: 206px;
}
.header .logo img {
	width: 100%;
}
.header .global {
	margin-left: auto;
}
.header .global a {display: inline-block; padding: 0 10px; color: #fff; font-size: 17px; font-weight: 700; border-right: 1px solid #fff;}
.global a:last-child {padding-right: 0; border-right: 0;}
.container {

}
.container .top-area {
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 540px;
	background: url('../../images/pc/cn/img_top.png') no-repeat center center;
	background-size: cover;
	text-align: center;
}
.container .top-area::before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.6);
}
.container .top-area .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 960px;
	height: 210px;
	border: 8px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 64px;
	line-height: 1.3;
}
.container .top-area .title small {
	display: block;
	font-size: 32px;
}
.container .content {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.container .content .content-top  {
	margin-bottom: 20px;
}
.container .content .content-top .title {
	font-weight: 700;
	font-size: 20px;
}
.container .content .text {
	margin-bottom: 20px;
	line-height: 1.3;
}
.container .content .img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}
.container .content .img-list li {
	flex: 1 1 calc(25% - 30px);
	max-width: calc(25% - 30px);
}
.container .content .img-list li .img {
	width: 100%;
	height: 270px;
}
.container .content .img-list img {
	width: 100%;
	height: 100%;
}
.container .content .img-list .text {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.container .content table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #aaa;
}
.container .content table th,
.container .content table td {
	padding: 12px;
	border: 1px solid #aaa;
	text-align: left;
	font-size: 14px;
}
.container .content table thead th {
	font-weight: 700;
	text-align: center;
}
.container .content table .text-center {
	text-align: center;
}
.container .content .history li {
	margin-bottom: 14px;
}
.container .content .bul-list li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}
.footer {
	padding: 24px 0;
	background-color: #303033;
}
.footer .inner {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
.footer .inner a {
	color: inherit;
	text-decoration: underline;
}
.content .img-bio {
	width: 50%;
	margin: 30px auto;
	text-align: center;
}
.content .img-bio img {
	width: 100%;
}
