*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.clear{
    clear: both;
}
.container{
    width: 100%;
    height: 100%;
    position: relative;
}
.head{
    position: relative;
    height: 940px;
}
.head .head-text{
    /* width: 879px; */
    /* height: 144px; */
    font-size: 72px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    /* position: absolute;
    top: 145px;
    left: 83px; */
    float: left;
    margin-top: 130px;
    margin-left: 600px;
}
.head .nav{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 39px;
    right: 100px;
}
.head .nav span{
    margin-right: 10px;
}
.head .nav a{
    color: #FFFFFF;
}
.footer{
    height: 68px;
    background: #222937;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
}
.content {
    width: 1435px;
    float: right;
    margin-top: -450px;
    min-width: 1305px;
}
.content-title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.content-text{
    /* width: 1000px; */
    text-align: justify;
    line-height: 24px;
    margin-bottom: 20px;
}