.clear{
    clear: both;
}
.container {
    min-width: 1440px;
    background: #ffffff;
    /*overflow: auto;*/
}
.top{
    height: 330px;
    background:  no-repeat center;
    background-size: 100% 100%;
}
.widmar{
    width: 1000px;
    height: 100%;
    margin: auto;
    position: relative;
}
.logo{
    width: 649px;
    height: 100%;
    background:  no-repeat left center;
}
.top-txt{
    line-height: 14px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -72px;
}
.banner{
    height: 50px;
    background: #dbe2e7;
    text-align: center;
}
.banner ul{
    display: inline-block;
}
.banner li{
    float: left;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
    margin: 0 22px;
    cursor: pointer;
    position: relative;
}
.banner li:hover{
    color: #088d66; 
}
.banner li:before{
    content: '';
    width: 2px;
    height: 18px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translatey(-50%);
}
.banner li:first-child:before{
    display: none;
}
.content{
    padding: 76px 0 67px;
    background: #ffffff;
}
.foot{
    height: 220px;
    background: #ffffff;
}
.copyright{
    width: 1400px;
    height: 220px;
}