body {
    font-family: "微软雅黑";
    color: #666666;
    background: #f8f8f8;
}

a {
    color: #999999;
}

a.hover {
    border-bottom-color: #53b1ca;
}

a:visited {
    color: #999999;
}

.nav_wrapper {
    border-top: 3px solid #0e9db3;
    background: white; 
    box-shadow: 0 0 15px rgb(213, 213, 213);
}

nav {
    height: 76px;
    width: 1000px;
    margin: 0 auto;
}
nav img {
    display: inline-block;
    margin-right: 200px;
}
nav a {
    display: inline-block;
    margin-right: 90px;
    padding: 27px 10px 0 10px;
    line-height: 47px;
    font-size: 16px;
    letter-spacing: 1.2px;
    border-bottom: 3px solid transparent;
    vertical-align: top;	
}

.content {
	margin: 0 auto;
    width: 1000px;
    margin-top: 20px;
    background: white;
}

.content>section {
    padding-bottom: 34px;
    color: #786032;
}

.about {
    height: 540px;
    line-height: 38px;
    font-size: 18px;
    background: url("../images/img2.jpg") no-repeat;
}
.about p {
    width: 100%;
    color: white;
    text-align: center;
}
.about .first {
    padding-top: 390px;
}

.team {
    position: relative;
    height: 170px;
    margin-left: 30px;
}
.team aside {
    position: absolute;
    top: 18px;
    left: 16px;
    height: 142px;
    border-left: 1px solid #b5dcdc;
}
.circle {
    position: absolute;
    left: -7px;
    width: 13px;
    height: 13px;
    background: #b5dcdc;
    border-radius: 50px;
}
.circle.top{
    top: 0;
}
.circle.middle{
    top: 46px;
}
.circle.bottom{
    bottom: 0;
}
.team article {
    position: absolute;
    left: 54px;
    width: 840px;
}
.team article p {
    line-height: 38px;
    font-size: 18px;
    margin-top: 6px;
}

.self img {
    float: left;
}
.self article {
    float: right;
    width: 440px;
    padding: 28px 30px;
    line-height: 38px;
    font-size: 18px;
    background-color: #f4f4f4;
}

footer {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #323436;
    color: #96999d;
}