body{
	margin:0;
	font-family:Arial, "微软雅黑", sans-serif;
	background-color:#fafafa;
}
p,h1,h2,h3,h4,h5{
	margin:0;
	font-weight:normal;
	padding:0;
}
ul,li,ol{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	display:block;
}
a{
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
.w1200{
	width:1200px;
	margin:auto;
	overflow:hidden;
}

/*页眉*/
#header{
	background-color:white;
	width:100%;
}
.header{
	height:110px;
}
.header .logo{
	width:300px;
	height:100%;
	float:left;
	background-image:url(../images/LOGO.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 60%;
}
.header .info{
	float:right;
	text-align:right;
	color:#058f6a;
	font-size:20px;
	line-height:1.5;
	padding-top:20px;
}
.header .info span{
	font-size:24px;
}

/*导航*/
#nav{
	width:100%;
	background-color:#00b38a;
}
.nav{
	padding:15px 0;
}
.nav li{
	float:left;
	height:20px;
	line-height:20px;
	width:150px;
	text-align:center;
}
.nav li a{
	display:block;
	font-size:15px;
	color:white;
	border-right:1px solid white;
	transition:color 0.4s;
	-moz-transition:color 0.4s;
	-ms-transition:color 0.4s;
	-o-transition:color 0.4s;
	-webkit-transition:color 0.4s;
}
.nav li:last-child a{
	border-right:none;
}
.nav li a:hover{
	color:#326559
}

/*banner*/
#banner{
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.imgBox{
	width:100%;
	height:100%;
	position:relative;
}
.imgBox li{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.imgBox li.banner1{
	background-image:url(../images/banner1.jpg);
}
.imgBox li.banner2{
	background-image:url(../images/banner2.jpg);
}
.imgBox li.banner3{
	background-image:url(../images/banner3.jpg);
}
.btnBox{
	position:absolute;
	bottom:10px;
	overflow:hidden;
	left:50%;
	margin-left:-30px;
}
.btnBox li{
	float:left;
	margin:0 5px;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:rgba(0,0,0,.3);
	cursor:pointer;
}
.btnBox li.cur_btn{
	background-color:rgba(0,179,138,.8);
}

#subNav{
	background-color:white;
	min-height:500px;
	margin-bottom:30px;
	border:1px solid #ccc;
	overflow:hidden;
}
#subNav h1{
	height:50px;
	line-height:50px;
	background-color:#00b38a;
	padding-left:20px;
	color:white;
	font-size:16px;
}
#subNav .box{
	padding:20px;
	font-size:15px;
	overflow: hidden;
}

/*页脚*/
#footer{
	width:100%;
	background-color:#f0f0f0;
}
#footer p{
	line-height:2;
	font-size:14px;
	color:#646464;
	text-align:center;
	padding:20px 0;
}



/*pageBox*/
.pageBox{
	overflow: hidden;
	position: relative;
	padding-top: 50px;
	margin-left: 28%;
}
.pageBox li{
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	float: left;
	border: 1px solid #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.pageBox li:hover{
	background-color: #f0f0f0;
}
.pageBox .cur_page{
	background-color: #058F6A;
	color: white;
	border-color: #058F6A;
}
.pageBox .cur_page:hover{
	background-color: #058F6A;
}
.goInput{
    padding: 0 15px;
    height: 36px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
    color: #646464;
    float: left;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 10px;
   }