*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: #fff;
}

li{
    list-style: none;
}

.heart{
    width: 1200px;
    margin: 0 auto;
}

.header{
    position: relative;
    background: url("../images/bg.png") no-repeat 100% 100%;
    height: 500px;
    background-size: cover;
}

.header .logo{
    float: left;
    display: flex;
    align-items: center;
}

.header .logo img{
    margin-top: 10px;
}

.header .logo span{
    color: #fff;
    margin-left: 50px;
    font-weight: 500;
    line-height: 4;
}

.header .lists{
    float: right;
    display: flex;
    height: 64px;
    justify-content: space-evenly;
    align-items: center;

}

.header .lists .list{
    padding: 0 30px;
}

.header .lists a{
    color: #fff;
}

.header .lists a:hover{
    color: #00dfb9;
}

.header .word{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    color: #fff;
    font-size: 45px;
}


.pages{
    position: relative;
    height: 1680px;
    /*background-color: #F8FDFF;*/
    width: 1200px;
    margin: auto;
}

.pages .container{
    position: absolute;
    top: -100px;
    width: 1200px;
    /*left: 50%;*/
    /*margin-left: -30%;*/
    height: 100%;
    background-color: #FFFFFF;
}

.pages .contans{
    width: 1000px;
    height: 1800px;
    margin: 70px 0 0 100px;
}

.pages .contans .titles{
    font-size: 32px;
    letter-spacing: 3px;
    border-bottom: 3px solid #00DFB9;
    padding-bottom: 10px;
}

.pages .contans .words{
    margin-top: 50px;
    font-size: 20px;
    line-height: 45px;
}

.pages .contans .second{
    margin-top: 45px;
}

.pages .contans .thirt{
    float: right;
    margin-top: 30px;
    color: #888888;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}

.footer{

  display: flex;
    justify-content: space-between;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #181818;

    margin-top: 100px;
    width: 100%;
}

.footer-menus {
    width: 100%;
    max-width: 1180px;
    display: grid;
    grid-template-columns: 2fr repeat(4,2fr);
    padding: 0 80px;
    position: relative;
}

.spans-wrapper {
    display: grid;
    grid-template-columns: 2fr repeat(3,2fr);
}

.contact-us {
    margin-right: 80px;
    justify-self: end;
    color: #c0c0c0;
}

.spans-wrapper .icp-info {
    justify-self: end;
}

.icp-info, .rights, .rights a, .icp-info a {
    margin-top: 24px;
    margin-bottom: 16px;
    justify-self: center;
    color: #c0c0c0;
    text-decoration: none;
}

.menu-title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-us p:not(:first-child) {
    padding-bottom: 8px;
}

.menu-items li {
    list-style: none;
    padding-bottom: 8px;
}

.service-menu .messages {
    margin-left: 20px;
}









