*{
    margin: 0px;
}

html,body{
    height: 100%;
}

body{
    width: 100%;
    background-color: #f2f2f2;
}

ul{
    list-style: none;
}

header,footer{
    min-width: 1200px;
}

section{
    width: 100%;
    min-height: 600px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

header{
    width: 100%;
    background: #FFF;
    height: 85px;
}

header>div{
    width: 1200px;
    margin: auto;
}

footer{
    width: 100%;
    background: #3f3f3f;
    height: 80px;
    padding-top: 30px;
}

header ul{
    width: 600px;
    margin: auto;
}

header ul li{
    float: left;
    font-size: 16px;
    margin-right: 20px;
    width: 90px;
    height: 85px;
}

header ul .active,
header ul li:hover
{
    background: #007fff;
    transition: .3s;
}

header ul .active a,
header .fr a:hover{
    color: white;
}

header ul li a,
header .fr a,
header .fr span{
    color: #505050;
    line-height: 6rem;
    font-weight: bold;
    text-decoration: none;
}

header .fr a,
header .fr span{
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center
}

.fl img{
    width: 420px;
    margin: 10px;
}


.aboutUs_div{
    width: 300px;
}

footer div{
    width: 980px;
    margin: auto;
}

footer a,
footer span,
footer p{
    color: white;
    font-size: 14px;
    text-decoration: none;
    float: left;
    line-height: 1.6rem;
    text-decoration: none;
}

.comanpy_info{
    width: 500px;
    margin: auto
}

footer span{
    margin: 0 10px;
}