*{
			padding: 0;
			margin: 0;
			list-style: none;
			text-decoration: none;
		}
		#warp{  position: absolute;
				width: 100%;
				height: 100%;
				margin: 0 auto;
				/*font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","微软雅黑";sans-serif;*/
				min-width: 1024px;
		}
		img{
			border:none;
		}

		/* top */
		.top{
			width: 100%;
			height: 80px;
			background:#fff;
			position: relative;
		}
			.logo{
				width: 1024px;
				height: 80px; 
				margin:0 auto;
				
			}
			.logo hr{
					width: 1px;
					height: 30px;
                    margin-top: 30px;
					margin-left:20px;
					background: #94bdb3;
                     float: left;
					
			}
				.logo1{
						margin-top: 20px;
						display: block;
                        float: left;
						
				}
					.logo2{
                         margin-top: 30px;
								margin-left:10px;
							float: left;
							display: block;
							
					}
						.bigrgt{
								width: 185px;
								height: 45px;
								margin: 18px 838px;
								position: absolute;
						}
							.pho{
								margin-top: 8px ;
								float: left;
								display: block;
								position: absolute;
							}
								.rigt{
									 width: 150px;
									 height: 45px;
									 margin-left: 40px;
									 position: absolute;
								}
									.rigt p{
											font-size: 18px;
											color: #727272;
											letter-spacing: 1px;
											text-align: center;
									} 

		/* globanav */
		.globanav{
				 width: 100%;
				 height: 45px;
				 background: #e4f1e3;
				 position: relative;
		}
			.nav{
				width: 1024px;
				height: 45px;
				position: absolute;
				left: 50%;
				margin-left: -512px;

			}
				.nav  ul li{
							list-style: none;
							margin:0px;padding:0px;
							float: left;
				}
					.nav ul li a{
								text-decoration: none;
								font-size:18px;
								color: #00624b;
						 		float: left;
						 		letter-spacing: 2px;
						 		line-height: 45px;
						 		text-align: center;
						 		width:127px;
						 		height: 45px;
						 		background: #d7e6d4;
						 		margin-left: 1px;
		
							}
						.nav ul li a:hover{
										background: #9cc8a0;
										color: #fff;
										font-weight: 600;
						}
							.nav ul li a.select {
												background:#9cc8a0;
												color:#fff;
												font-weight: 600;
												}	








		/* footer */
		.footer{
				width: 100%;
				height: 230px;
				position:relative;
				overflow:hidden;
				background: #4b5451;
		}
			.footer1{
					width: 100%;
					height: 175px;
					background:#5e6d68;
					position: absolute;
			}
				.footer2{
						width: 776px;
						height: 160px;
						position: absolute;
						left: 50%;
						margin-left: -388px;
						margin-top: 44px;
				}
					.footer_top{
								width: 610px;
								height: 103px;
								margin: 0 auto;
					}
						.top_left{
									width: 390px;
									height: 103px;
									float: left;
						}
							.top_left li{
										list-style: none;
										float: left;
							}
								.top_left li a{
											text-decoration: none;
											color: #fff;
											font-size: 15px;
											letter-spacing: 1px;
											margin-left: 39px;
								}	
									.top_left li a:hover{
												color: #e5ae07;
												font-weight: 600;
									}
										.footer_bot{
													width: 776px;
													height: 18px;
													margin-top: 48px;
										}
											.footer_bot p{
														font-size: 13px;
														letter-spacing: 1px;
														color: #fff;
											}