@font-face {

	font-family: 'pangmenzhengdao-regular';

	src: url('/assets/font/pangmenzhengdao-regular.ttf') format('truetype'),

		url('/assets/font/zhanghaishan-regular.ttf') format('truetype');

}



h1,h2,.culture-info1,.case-cases li p {
	font-family: 'pangmenzhengdao-regular'
}

html,
body {
	margin: 0 auto;
	max-width: 1920px;
	background-color: #FFFFFF;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}

.am-container {
	max-width: 1500px;
	min-width: 1100px;
	width: 86%;
}

.am-container:after,
.am-container:before {
	content: none;
}

header {
	background-color: white;
	overflow: hidden;
	width: 1500px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;

}

header>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header a,
header span {
	
}

.header-logo {}

.header-logo>img {}

.header-list1 {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	margin-right: 100px;
}

.header-list1>li {}

.header-list1>li>a {
	display: block;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	color: black;
	font-size: 18px;
	font-weight: bold;

}

.header-language {
	display: felx;
	align-items: center;
}

.header-language>a {
	color: #616161;
	font-size: 16px;
	font-weight: bold;
}

.header-language>a:hover {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.header-language>span {
	display: inline-block;
	margin: 0 5px;
	color: #616161;
	font-size: 16px;
	font-weight: bold;
}

