@font-face {
	font-family: 'simhei';
	src: url('../font/simhei.ttf');
}

html {
	color: #333;
	background: #FFF;
	font-size: 16px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: 'SimHei';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.place {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

iframe {
	border: 0;
	overflow: hidden;
}

p {
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.container {
	width: 100%;
	position: relative;
	z-index: 1;
}

/* *******************菜单样式*********************** */
.header {
	position: absolute;
	width: 100%;
	height: 70px;
	z-index: 2;
}

.header .header-con {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
}

.header-con .logo img {
	width: 411px;
	height: 51px;
	vertical-align: middle;
}

.menu, .menu ul{
	width: 500px;
}
.menu ul li {
	float: left;
	width: 100px;
	text-align: center;
}

.menu ul li a {
	color: #FFFFFF;
	font-size: 17px;
}

#header_fixed {
	position: fixed;
	z-index: 999;
	background-color: #4a4a4a;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

#header_fixed .menu ul li a {
	color: #ffffff;
}

/* *********************底部样式********************** */
.footer {
	width: 100%;
	height: 166px;
	background-color: #4a4a4a;
}

.footer .ft_con {
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
	padding-top: 36px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ft_con .ft_left {
	width: 52%;
	height: 90px;
	border-right: 1px solid #FFFFFF;
}

.ft_con .ft_left h3 {
	font-size: 28px;
}

.ft_con .ft_left ul {
	margin-left: 20px;
	width: 100%;
}

.ft_con .ft_left ul li {
	float: left;
	list-style: disc;
	margin-right: 30px;
	margin-top: 10px;
	/* width: 10%; */
}

.ft_con .ft_left ul li a {
	color: #FFFFFF;
}

.ft_con .ft_left p {
	margin-top: 10px;
}

.ft_con .ft_right p {
	margin-top: 10px;
}

.ft_con .ft_right .ft_link .link {
	color: #FFFFFF;
	background-color: #4A4A4A;
	font-size: 14px;
}

.ft_con .ft_right .ft_link select {
	border-color: #a29f9f;
	outline: none;
	width: 160px;
	height: 26px;
	line-height: 26px;

}

.ft_con .ft_middle img {
	width: 102px;
	height: 102px;
}

