@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  border: none;
}
a {
  text-decoration: none;
  color: #353535;
}
p,ul {
	margin: 0;
	padding: 0;
}
li {
 list-style:none;
}
html {
  font-family:  'Microsoft YaHei','Heiti SC';
height: 100%;
}
body {
  color: #353535;
  font-size: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


header {
	width: 100%;
	height: 96px;
	background: #af0000;
	min-width: 1200px;
}
.header-main {
	width:1200px;
	margin: 0 auto;
	height: 100%;
}
.left-header {
	float: left;
	margin-top:8px;
	display: block;
}
.right-header {
	float:right;
	display: block;
	margin-top: 15px;
}
.main {
	background: url("../images/bg.jpg") center top no-repeat;
	width: 100%;
	flex: 1;
	min-width: 1200px;
}
.mian-mian {
	width: 1200px;
	margin: 60px auto 0;
	position: relative;
}
.img-headlm {
	margin-left: -200px;
}
.right-main {
	width: 612px;
	position: absolute;
	right: -100px;
	top: 0;
}
.img-headrm {
	display: block;
	width: 503px;
	margin: 0 auto 25px;
}
.list-link {
	width: 100%;
	
}
.list-link li {
	display: flex;
	justify-content: space-between;
	width: 601px;
	height: 48px;
	margin:0 0 10px 5px;
	background: url("../images/bg-border.png") left top no-repeat;
	align-items: center;
	cursor: pointer;
}

.l-li {
	display: flex;
	flex: 1;
	align-items: center;
	font-size: 20px;
	margin-left: 22px;
}
.mar15px {
	margin: 0 34px 0 10px;
}
.marr30px {
	margin-right: 30px;
}
.btn-li {
	width: 212px;
	height: 40px;
	margin:0 6px 0 10px;
}
.btn-content {
	margin-top: 15px;
}
footer{
	font-size: 16px;
	width: 100%;
	text-align: center;
	background:none;
	position: absolute;
	left: 0;
	bottom:5vh;
}