.header {
    width: 100%;
    height: 1278px;
    background:url("../img/head.jpg") no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
body {
    background: #eef0f6;
}
.desc {
    width:1000px;
    margin:860px auto 0;
    color:#435578;
    font-size:16px;
    line-height:40px;
    text-indent: 40px;;
}
.main {
    width: 1000px;
    margin: 0 auto 300px;
}
.title {
    margin-bottom: 40px;
}
.zuzhi p {
    line-height: 28px;
    color:#435578;
    font-size: 16px;
    margin: 10px 0;
}
.cloumn {
    margin-bottom: 80px;;
}
.flex-container {
    display: flex;
    width: 1000px;
}
.flex-item {
    width: 330px;
}
.flex-item2 {
    margin:0 15px;;
}
ul {
    background: #fff;
    overflow: hidden;
}
li {
    color: #998a67;
    margin:20px 0;
}
.address {
    text-align: center;
    font-size: 16px;
    color: #998a67;
    margin-bottom: 5px;;
}
.name {
    width: 80%;
    margin:0 auto;
    padding: 10px;
    background: #ddd8c0;
    border-radius: 6px;
    color: #998a67;
}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/

}a:visited{text-decoration:none; /*指已经访问过的链接*/

}a:hover{text-decoration:none;/*指鼠标在链接*/}a:active{text-decoration:none;/* 指正在点的链接*/ 

}