* {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei" ! important;
}

.main {
	width: 100%;
	background: #EAEAEA;
}

.adv {
	width: 100%;
	height: 45px;
	background: #444444;
}

.adv span {
	position: relative;
	top: 15px;
	left: 83%;
	color: #A8A8AA;
	font-size: 12px;
}

.nav {
	width: 100%;
	height: 60px;
	background: rgba(2,2,2,1);
}

.nav .logo {
	width: 160px;
	height: 30px;
	margin-top: 15px;
}
.nav ul {
	margin-left: 150px;
}
.nav ul li {
	height: 60px;
	margin-left: 50px;
	line-height: 60px;
	float: left;
	list-style: none;
	color: #ADADAD;
}

.nav ul li:hover {
	color: #F3F3F3;
	cursor: pointer;
}

.lun {
	width: 100%;
	/*height: 800px;*/
	overflow: hidden;
}

.lun img {
	float: left;
	width: 100%;
	height: 100%;
}

.div {
	position: absolute;
	left: 0px;
	top: 85px;
	width: 100%;
	height: 160px;
	display: none;
	color: white;
}

.d1 {
	background: #F29D30;
}

.font {
	font-size: 45px;
	margin: 30px 0px 10px 560px;
}

.d1 span {
	font-size: 24px;
	margin-left: 220px;
}

.d3 {
	color: black;
}

.d3 .font {
	width: 150px;
	height: 70px;
	background: url(../images/d3.png) no-repeat;
	background-size: 100%;
}

.d3 span {
	font-size: 24px;
	margin-left: 560px;
}

.d4 {
	color: white;
}

.d4 span {
	font-size: 35px;
	margin-left: 500px;
}

.line {
	position: absolute;
	left: 50%;
	margin-left:-120px;
	bottom: 40px;
}

.line ul li {
	list-style: none;
	float: left;
	width: 50px;
	height: 2px;
	margin-left: 10px;
}

.frist ul li {
	background: #DBDBDB;
}

.second ul li {
	width: 0px;
	background: gray;
}

.table {
	width: 100%;
	height: 200px;
}

.pic img {
	float: left;
	width: 25%;
	height: 196px;
	transition: 1s;
}

.pic img:hover {
	cursor: pointer;
	/*transform: scale(1.1);*/
}

.footer {
	margin: auto;
	width: 1000px;
	height: 445px;
}

.foot_top {
	font-size: 12px;
	line-height: 50px;
	color: gray;
	height: 50px;
	border-bottom: 1px solid #F5F5F5;
}

.l_list {
	width: 20%;
	height: 100%;
	float: left;
}

.l_list ul li {
	margin-top: 3px;
	font-size: 12px;
	list-style: none;
	color: #707070;
}

.l_list ul li:hover {
	cursor: pointer;
	text-decoration: underline;
	color: black;
}

.l_list .l_title {
	color: black;
}

.l_list .l_title:hover {
	cursor: "";
	text-decoration: none;
}

.foot_top span {
	color: #0070C9;
}

.bottom {
	line-height: 18px;
	color: #707070;
	font-size: 11px;
}

.log {
	width: 50px;
	position: relative;
	top: -30px;
	left: 950px;
	color: black;
	font-size: 11px;
}