* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,
li,
ol {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}

header {
	width: 100%;
	height: 56px;
	background: #000;
	opacity: 0.6;
	position: fixed;
	top: 0;
	z-index: 500;
}
header .container {
	width: 1200px;
	min-height: 56px;
	line-height: 56px;
	margin: 0 auto;
}
header .container div {
	float: left;
}
header .container div img {
	display: block;
	width: 90px;
	height: 56px;
}
header ul {
	display: block;
	padding-top: 8px;
	overflow: hidden;
	float: right;
	margin-right: 50px;
}
header ul li {
	float: left;
}

header ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	color: #fff;
	padding: 0 15px;
	margin-right: 20px;
}
.footer nav {
	display: none;
}

.footer {
	padding: 15px 10px;
	overflow: hidden;
}
.footer .container {
	overflow: hidden;
	line-height: 16px;
	width: 1160px;
	margin: 0 auto;
}
.footer a:first-child {
	display: block;
}

.footer h3 {
	display: block;
	text-indent: 14px;
	line-height: 26px;
	font-size: 15px;
	color: #fff;
	margin: 0;
}
.footer a {
	color: #c1c1c1;
}
.footer a:hover {
	color: #00a0e9;
}

.footer {
	background: #34383b;
	padding-bottom: 40px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	border-top-color: rgb(159, 157, 156);
	border-top-width: 1px;
	border-top-style: solid;
}

.left2 {
	overflow: hidden;
	float: left;
	width: 80%;
}
.left2 ul {
	width: 18%;

	float: left;
}
.left2 h1 {
	padding-top: 40px;
	color: #ffffff;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	font-weight: 500;
	padding-bottom: 8px;
	font-size: 14px;
}
.foot_line {
	background: #797b7d;
	width: 100%;
	height: 1px;
	bottom: 0px;
	position: absolute;
}
.left2 ul li a {
	color: #edebeb;
	font-size: 13px;
	line-height: 25px;
}
.right2 {
	float: right;
}
.right2 p {
	text-align: left;
	color: rgb(255, 255, 255);
	margin-top: 30px;
	font-size: 18px;
}
.zp2 {
	overflow: hidden;
	font-size: 12px;
}
.zp2 .kefu {
	float: left;
}
.zp2 span {
	font-size: 16px;
	line-height: 25px;
	display: block;
}
.zp2 span {
	font-size: 16px;
	display: block;
}
.right2 p img {
	margin-right: 30px;
	vertical-align: middle;
	padding-top: 10px;
	float: left;
	max-width: 100%;
}

.right2 div img {
	margin-top: 10px;
}
.btn2fr {
	height: 44px;
	overflow: hidden;
	background: #000;
	margin: 0px auto;
	padding: 0 0 10px 0;
}
.btn2fr p.p2 {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	padding: 0;
	padding-top: 10px;
}
.btn2fr a {
	color: #fff;
}
.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: '';
}
