﻿@font-face {
	font-family: GillSans;
	src: url('fonts/GillSans.ttc');
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 25px;
}

div {
	display: block;
}

.header {
	width: 100%;
	height: 180px;
	background: rgb(0, 165, 79);
}

.logo {
	padding-top: 20px;
	padding-left: 40px;
	float: left;
	lift: 300px;
}

.nav {
	height: auto;
	width: 100%;
}

.nav ul {
	/* 清除ul标签的默认样式 */
	width:auto;
	/*宽度也改为自动*/
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 20px;
}

.nav li {
	list-style: none;
	display: inline-block;
	padding-top: 105px;
	padding-bottom: 20px;
	font-family: "DNATIG+GillSans";
	
}

.nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 3px;
	overflow: hidden;
	text-decoration: none;
}



.content {
	width: 100%;
	height: auto;
}

.center_logo {
	position: absolute;
	top: 30%;
	left: 10%;
	width: 80%;
	margin: 0 auto;
}

.container {
	margin-top: 80px;
	margin-left: 50px;
	margin-right: 50px;
	display: table;
	margin-bottom: 50px;
}

.container p{
	font-size: 17px;
}

.left {
	float: left;
	width: 40%;
	height: auto;
}

.right {
	width: 40%;
	margin-left: 52%;
	height: auto;
}

.left_blank{
	padding-top: 15px;
	padding-bottom: 100px;
	padding-left: 70px;
}

.right_blank{
	width:90%;
	padding-right: 40px;
	padding-bottom: 30px;
}
.footer {
	width: 100%;
	height: 50px;
	background: rgb(0, 165, 79);
}

.green_img img{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(0, 165, 79);
}

.text_title h5{
	color:rgb(0, 165, 79);

}
.text_content{
	margin-top: 20px;
}
.blank1{
	padding-top: 100px;
	padding-left: 20%;
}

.blank1 ul {
	padding-top: 15px;
	padding-left:80px;
	
}

.blank1 li{
	color:rgb(0, 165, 79);
}

.blank1 span{
	color: black;
}

.h3_title h3{
	color:rgb(0, 165, 79);
}

.line {
	height: 3px;
	background:rgb(0, 165, 79) ;
}

.left_blank1{
	padding-left: 20px;
	width: 500px;
}

.Ne_title{
	padding-left: 20%;
	padding-bottom:50px ;
}

.Ne_title h3{
	color:rgb(0, 165, 79);
}
.p_text{
	padding-top: 10px;
	padding-left: 20px;
}

.text_blank{
	padding-top: 10px;
	height: 1000px;
}

.p_text1 p{
	color:rgb(0, 165, 79);
}

.p_text2{
	padding-top: 15px;
}

.top_person{
	padding-left: 25%;
}

.top_person img {
	width: 240px;
	height: auto;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(0, 165, 79);
}

.two_person{
	display: table;
	width: 100%;
}
.person{
	padding: 15px;
	float: left;
	width: 20%;
}

p{
	
	font-family: GillSans;
	font-size: 20px;
}


.person img {
	width: 240px;
	height: auto;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(0, 165, 79);
}
.map_content{
	width: 100%;
	margin-bottom: 100px;
}
.map
{
	position: relative;
}
.map img{
	padding-top: 10px;
	width: 100%;
}

#map_textview{
	position: absolute;
	top: 130px;
	left:100px;
	z-index: 2;
}
#map_title p{
	color:rgb(0, 165, 79);
}


