*{
	font-family:"微软雅黑", Arial;
	font-size:14px;
}
#header {
	width:100%;
	height:150px;
}
.header-wrapper {
	width:1200px;
	margin:0 auto;
}
.h-left {
	float:left;
	min-width:760px;
	margin:5px 0;
}
.logo {
	float:left;
	padding-right:5px;
	
}
.logo-name {
	float:left;
	padding-left:5px;
	margin-top:40px;
}
.logo-name h1{
	font-size:28px;
	font-weight:600;
}
.logo-name span{
	font-size:14px;
}
.h-right {
	float:right;
	padding:30px 0 0 70px;
	background:url(../images/phone.jpg) no-repeat 0 25px;
}
.h-right h1{
	font-size:16px;
	padding-bottom:5px;
}
.h-right p{
	font-size:24px;
	line-height:25px;
	color:#F07800;
	font-family:"黑体";
	font-weight:bold;
}

/*----nav---------*/
#nav {
	height:50px;
	background:#0ca62a;
}
.nav-wrapper {
	width:1200px;
	height:50px;
	margin:0 auto;
}
#nav ul li {
	float:left;
	height:50px;
	
}
#nav ul li a{
	display:block;
	width:150px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color:#fff;
	font-weight:600;
}
#nav ul li a:hover{
	background:#f07c31;
}

/*-------banner------*/

/*  右边内容导航location start*/
.location {
	width:930px;
    height: 34px;
	float:right;
    border-bottom: 1px solid #026ec8;
	line-height:34px;
	margin-bottom:20px;
}
.location .line {
	font-size:16px;
}
.location span {
    float: right;
    color: #333;
	font-size:16px;
}
.location span a {
    color: #333;
	font-size:16px;
}
.location span a:hover {
    color: #f00;
}
/*     footer start  */
#footer {
	width:100%;
	height:120px;
	background:#0ca62a;
}
.footer-wrapper {
	width:1200px;
	margin:0 auto;
}
.footer-cont {
	padding:30px 0;
	text-align:center;
	line-height:30px;
}
.footer-cont p , 
.footer-cont p a{
	color:#fff;
	font-weight:600;
}
.footer-cont p span {
	padding:0 10px;
	font-weight:600;
}
.footer-cont p a:hover{
	color:#f07c31;
}