﻿	*,
	html,
	body {
		padding: 0px;
		margin: 0px;
		font-family: "微软雅黑";
	}
	
	ul li {
		list-style: none;
	}
	
	ol li {
		list-style: none;
	}
	
	a {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	.head {
		width: 100%;
		height: 175px;
		background: url(../image/head-d222.jpg) center;
		min-width: 1280px;
	}
	
	.head .area {
		width: 1280px;
		height: 130px;
		margin: 0px auto;
	}
	
	.head .area .logo {
		width: 800px;
		height: 120px;
		position: relative;
	}
	
	.head .area .logo>img {
		margin: 10px 0px;
		margin-top: 20px;
	}
	
	.head .area .logo>a>img {
		margin-top: 20px;
	}
	
	.head .area .logo>div {
		position: relative;
		margin-top: -65px;
		margin-left: 270px;
		font-size: 40px;
		color: #FFF;
	}
	/*导航区样式*/
	
	.nav {
		width: 100%;
		height: 45px;
		min-width: 1280px;
		top: 130px;
		position: absolute;
		z-index: 210;
	}
	
	.nav>ul {
		width: 1280px;
		height: 45px;
		margin: 0px auto;
	}
	
	.nav>ul>li {
		padding: 0px 26px;
		height: 45px;
		float: left;
		line-height: 45px;
		color: #FFF;
	}
	
	.nav>ul>li>a {
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.nav .drop-nav {
		display: none;
		width: 260px;
		height: auto;
		background: #0099CC;
		margin-left: -30px;
		position: absolute;
		z-index: 10;
		top: 45px;
	}
	
	.nav .drop-img {
		height: 80px;
		padding: 30px 30px 0px 30px;
	}
	
	.nav .drop-nav>ul>li {
		height: 30;
		padding: 0px 30px;
		float: left;
		color: #FFF;
	}
	
	.nav .drop-nav>ul>li>a {
		color: #FFF;
		text-decoration: none;
	}
	
	.nav>ul>li:hover {
		background: #0099CC;
	}
	
	.nav>ul>li:hover .drop-nav {
		display: block;
	}
	/*底部样式*/
	
	.foot {
		width: 100%;
		height: 212px;
		background: url(../image/foot-d22.jpg) center;
		text-align: center;
		/*position:fixed;
	  top: 0;
	  left: 0;*/
		width: 100%;
		min-width: 1280px;
		z-index: -10;
		zoom: 1;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center 0;
	}
	
	.copyright {
		box-sizing: border-box;
		padding-top: 31px;
		width: 1280px;
		height: 212px;
		/*background: red;*/
		margin: 0 auto;
	}
	
	.centR {
		width: 426px;
		height: 150px;
		float: left;
		/*background: gold;
		border-right: 1px solid rgba(210, 216, 208, 0.5);*/
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	.centC {
		width: 426px;
		height: 150px;
		float: left;
		/*background: gray;*/
		padding-left: 20px;
		box-sizing: border-box;
		border-right: 1px solid rgba(210, 216, 208, 0.5);
	}
	
	.foot h3 {
		text-align: justify;
		text-justify: distribute;
		/*background: red;*/
		margin-bottom: 10px;
		color: white;
	}
	
	.centC .link ul li {
		line-height: 28px;
		list-style: none;
		float: left;
		width: 133px;
	}
	
	.centC .link ul li a {
		text-decoration: none;
		color: white;
	}
	
	.centL {
		padding-left: 20px;
		box-sizing: border-box;
		width: 426px;
		height: 150px;
		float: left;
		/*background: yellow;*/
	}
	
	.centL .icon {
		height: 100px;
	}
	
	.centL .icon>div {
		height: 100px;
		width: 100px;
		margin-left: 70px;
		float: left;
	}
	
	.centL .icon>div>span {
		height: 24px;
		width: 100px;
		display: block;
		color: #FFF;
		font-size: 12px;
		line-height: 24px;
		text-align: center;
	}
	
	.centL .icon>div img {
		width: 100px;
		height: 100px;
	}
	
	.foot p {
		text-align: justify;
		text-justify: distribute;
		line-height: 32px;
		color: white;
	}