body,
h1,
ul,
ol,
h2,
h3,
p,
figure {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: outside none none;
}

a {
	text-decoration: none;
}

body {
	background: #fff;
	font-family: "Noto Sans CJK SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.woff2?t=1687146900644') format('woff2'),
		url('../font/iconfont.woff?t=1687146900644') format('woff'),
		url('../font/iconfont.ttf?t=1687146900644') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header {
	width: 100%;
	min-width: 1500px;
	height: 80px;
	background: #fff;
	position: relative;
	z-index: 9999;
}

#header .header_center {
	width: 1500px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .header_center .header_logo {
	width: 310px;
	height: 60px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
}

#header .header_center .header_ul {
	height: 80px;
	line-height: 80px;
	color: #eee;
	width: 750px;
}

#header .header_ul li {
	width: 130px;
	text-align: center;
	float: left;
}

#header .header_ul li a {
	color: #3D3D3D;
	display: block;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

#header li a:hover,
#header li.action a {
	color: #E50112;
	border-bottom: 2px solid #E50112;
}
#footer {
	background-color: #333;
	max-width: 1920px;
	height: 310px;
	margin: 0 auto;
	clear: both;
}

#footer .top {
	width: 1200px;
	height: 251px;
	margin: 0 auto;
}

#footer .buttom {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #000;
	border-top: 1px solid #444;
}
#footer .buttom a {
	color: #777;
}

#footer .block {
	height: 250px;
	color: #fff;
	float: left;
	padding-right: 106px;

}

#footer h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px 0 0 0;
	font-weight: bold;
}


#footer ul, #footer ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	margin-top: 20px;
}

#footer .codeImg {
	width: 120px;
	height: 120px;
	margin-top: 20px;
}

#footer .left {
	width: 340px;
}

#footer .center {
	width: 280px;
}

#footer .navigation {
	width: 130px;
}

#footer .code {
	width: 130px;
    padding-right: 0;
}