* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1108px;
	font-size: 12px;
	color: black;
	font-family: "微软雅黑";
}

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1108px;
	font-size: 12px;
	color: black;
	font-family: "微软雅黑";
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

.header {
	min-width: 1108px;
	height: 700px;
	position: relative;
}

.header-top {
	min-width: 1108px;
	height: 88px;
	clear: both;
	position: absolute;
	z-index: 100;
	position: relative;
	margin: 0 auto;
	background:#fff;
}

.lead {
	width: 1108px;
	height: 100%;
	margin: 0 auto;
	margin-top: -5px;
	/*background: url(../img/head2.png) no-repeat;*/
	background-size: 100% 100%;
}

.lead>a>img {
	margin-left: 40px;
}

.header-top a img {
	width:260px;
	height: auto;
	float: left;
	margin-top: 20px;
}

.searching {
	width: 1108px;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
}

.searching form {
	width: 185px;
	height: 25px;
	border: 2px solid gainsboro;
	border-radius: 20px;
	float: right;
}

.searching form input[type="text"] {
	width: 140px;
	background: none;
	padding-left: 15px;
	color: #000;
	font: 12px/25px "微软雅黑";
	border: 0px;
}

.searching form input[type="submit"] {
	width: 14px;
	height: 25px;
	background: url(../img/nav_02.png) no-repeat center;
	background-size: 14px 14px;
	background-position-y: 4px;
	border: none;
	float: right;
	margin-right: 5px;
}

.banben {
	width: 200px;
	height: auto;
	float: right;
	margin-left: 20px;
	margin-right: -20px;
	margin-top: 5px;
}

.banben img {
	width: 24px;
	height: auto;
	float: left;
	margin: 5px;
}

.banben a {
	float: left;
	font-size: 13px;
	margin: 3px;
	margin-right: 10px;
	color: #000;
}

.nav-bar {
	width: 780px;
	height: auto;
	float: right;
	margin-left: 20px;
	margin-top: 15px;
}

.nav-bar>ul>li {
	float: left;
	font-size: 16px;
	width: 109px;
	height: 50px;
	text-align: center;
}

.nav-bar>ul>li>a {
	text-decoration: none;
	color: #000;
	font-size: 17px;
}

.nav-bar ul li img {
	width: auto;
	height: 8px;
	opacity: 0;
	position: relative;
	top: -5px;
}

.bar-con {
	position: relative;
	width: 100px;
	height: 0;
	margin: 0 auto;
	display: block;
	margin-top: -40px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px grey;
	opacity: 0;
	position: absolute;
	z-index: 1000;
	overflow: hidden;
}

.bar-con li {
	width: 100%;
	height: 0;
	position: static;
	text-align: center;
	border-radius: 5px;
	background: none;
	white-space: nowrap;
}

.bar-con li a {
	text-decoration: none;
	width: 100%;
	height: 30px;
	display: block;
	color: gainsboro;
	line-height: 30px;
}


/*下拉栏动作*/

.nav-bar>ul>li>a:hover {
	color: #000;
}

.nav-bar li:hover ul {
	min-width: 120px;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, 0.8);
	margin-top: 0px;
	margin-left: 10px;
	padding: 10px;
}

.nav-bar li:hover ul,
.nav-bar li:hover img {
	opacity: 1;
}

.nav-bar li:hover ul li {
	height: 30px;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
}

.bar-con li:hover a {
	color: white;
	border-radius: 5px;
	font-size: 18px;
}

.nav-bar ul li {
	-webkit-transition: all 0.6s;
}


/*底部*/

.bottom {
	min-width: 1108px;
	height: auto;
	background: #10242f;
	margin-top: 60px;
}

.list {
	width: 1108px;
	min-height: 287px;
	display: table;
	margin: 0 auto;
}

.mess {
	min-width: 1108px;
	height: 55px;
	background: #0d1d26;
}

.list img {
	width: 200px;
	height: auto;
	float: left;
	margin-top: 100px;
}

.list span {
	float: left;
	width: 880px;
	height: auto;
	display: inline-block;
	float: right;
	margin-top: 30px;
}

.list span>ul>li {
	font-size: 14px;
	width: 145px;
	color: ##E3E3E3;
	float: left;
	text-align: center;
}

.list span>ul>li p {
	width: 110px;
	height: 25px;
	display: block;
	color: #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	font-size: 15px;
}

.list ul li ul {
	margin-top: 10px;
}

.list ul li ul li {
	width: 170px;
	height: 30px;
	text-align: left;
	line-height: 15px;
}

.list ul li ul li a {
	text-decoration: none;
	color: #b6b6b7;
	border: none;
	font-size: 11px;
}

.list ul li ul li a:hover {
	color: white;
}

.mess span {
	width: 1108px;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.mess p {
	color: #8f8f8f;
	padding-top: 20px;
	float: left;
}

.mess li {
	width: 140px;
	height: 30px;
	border-radius: 15px;
	background: url(../img/phone.png) no-repeat left;
	background-size: auto 80%;
	background-position-x: 8px;
	background-color: #10242f;
	float: right;
	color: #8F8F8F;
	text-align: center;
	line-height: 30px;
	position: relative;
	top: 15px;
	padding-left: 20px;
}

.mess a img {
	float: right;
	width: auto;
	height: 30px;
	margin-left: 15px;
	margin-top: 15px;
}


/*定位*/

.position li {
	float: left;
	margin: 2px;
}

.position li a:hover {
	color: #1B6D85;
}