#banner {
    height: 800px;
    background: url('../images/home/banner-1.jpg') no-repeat center 100%;
    text-align: center;
    overflow: hidden;
}

#banner section {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

#banner article {
    display: inline-block;
    vertical-align: top;
    width: 576px;
    height: 383px;
}

#banner article:first-child {
    padding: 40px;
}

#banner p {
    text-align: left;
}

#banner article:first-child p {
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 15px;
    line-height: 60px;
    height: 60px;
}

#banner article:nth-child(2) {
    background-color: #2B3E4C;
    text-align: center;
}

#banner article:nth-child(2) p {
    font-size: 20px;
    line-height: 36px;
    padding: 71px 0 73px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 447px;
    letter-spacing: 3px;
    padding-right: 14px;
    box-sizing: content-box;
    border-top: 2px solid #1FD1C0;
    border-bottom: 2px solid #1FD1C0;
}

#list {
    padding: 100px 0;
}

#list li {
    text-align: center;
    width: 25%;
}

#list p {
    font-weight: bold;
    font-family: 'Acumin Variable Concept';
}

#list li:hover p {
    color: #fff;
}

#list a {
    display: block;
    padding: 30px;
}

#list .title {
    min-height: 66px;
    margin-top: 29px;
    font-size: 22px;
    line-height: 33px;
    color: #2B3E4C;
}

#list .content {
    margin: 26px 0 29px;
    line-height: 22px;
    color: #666666;
}

#list button {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    width: 134px;
    height: 52px;
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-family: 'FZYunDongHeiS-H-GB';
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
}

#list li:hover button {
    background-color: #fff;
    color: #1FD1C0;
}

#about {
    background: url('../images/home/banner-2.jpg') no-repeat center 100%;
    height: 488px;
}

#about article {
    margin-left: 75px;
    width: 359px;
}

#about p {
    color: #fff;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
}

#about .title {
    padding-top: 70px;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 29px;
    position: relative;
}

#about .title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 70px;
    height: 6px;
    background: rgba(31, 209, 192, 1);
}

#about .content {
    text-align: center;
    margin-top: 29px;
    line-height: 22px;
}

#about .btn {
    margin-top: 30px;
    display: block;
    width: 250px;
    height: 52px;
    background-color: rgba(31, 209, 192, 1);
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
}

#about .btn:hover,
#about .btn:active,
#about .btn:focus {
    background-color: #2B3E4C;
}

#about .text {
    margin-top: 70px;
    font-size: 16px;
}

#about .email {
    display: inline-block;
    margin-top: 19px;
    color: #1FD1C0;
    border-bottom: 1px solid #1fd1c0;
}

@media screen and (max-width: 576px) {
    #banner {
        height: auto;
        padding: 70px 0;
    }
    #banner section {
        padding: 0 15px;
        width: 100%;
    }
    #banner article {
        height: 300px;
        width: 50%;
    }
    #banner article:first-child {
        padding: 15px;
    }
    #banner article:first-child p {
        font-size: 37px;
        line-height: 1;
        height: auto;
    }
    #banner article:first-child p span {
        margin-left: 10px !important;
    }
    #banner article:first-child p:nth-child(2) {
        height: 40px !important;
        margin: 42px 0 !important;
        text-align: right;
    }
    #banner article:first-child p:nth-child(2) img {
        margin-left: 0 !important;
        width: 40px;
    }
    #banner article:nth-child(2) p {
        padding: 15px;
        width: auto;
        font-size: 15px;
    }
    #list li {
        width: 100%;
    }
    #about {
        height: auto;
        padding-bottom: 70px;
    }
    #about article {
        margin-left: 0;
        width: 100%;
    }
}