@charset "utf-8";

/* CSS Document */

body {
}

.banner {
    width: 100%;
    height: 1064px;
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
}

.section {
    width: 100%;
    height: auto;
}

.section-1 {
    padding: 10px 0;
    background: url(../images/about-bg.png) no-repeat top center;
    background-size: cover;
    height: 463px;
    box-sizing: border-box;
}

.section-1 .about-info {
    margin: 0 auto;
    width: 846px;
    height: 338px;
    background: url(../images/about.png) no-repeat center;
    background-size: contain;
}

.section-2 {
    padding: 40px 0;
    height: 296px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}

.section-2 .title {
    margin: 0px auto;
    width: 312px;
    height: 204px;
    background: url(../images/contact-us-title.png) no-repeat center;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
    box-sizing: border-box;
}
.section-2 .title a {
    /* position: absolute; */
    /* top: 119px; */
    /* left: 66%; */
    /* transform: translateX(-50%); */
    color: #000;
    font-size: 30px;
}

.section-2 .email {
    text-align: center;
    padding-bottom: 6px;
}

.section-2 .email a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
}

.section-2 .email a:hover {
    text-decoration: underline;
}

.section-2 .email img {
    display: block;
    margin: 0 auto;
    width: 125px;
    height: 125px;
}

.footer {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff8800;
}

.footer .logo {
    /* margin: auto; */
    width: 150px;
    height: 41px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    margin-right: 20px;
    margin-top: 13px;
}

.footer .copyright-info p {
    padding-bottom: 6px;
    color: #000;
    font-size: 16px;
    /* text-align: center; */
}

.footer .copyright-info p:not(:last-child) {
    /* margin: 20px 0; */
}

.copyright-info {
    /* width: 485px; */
    /* margin: auto; */
    margin-top: 10px;
}

@media (max-width: 800px) {
    .banner {
        width: 100%;
        height: 262px;
        background: url(../images/banner-m.png) no-repeat center;
        background-size: cover;
    }
    .section-1 {
        height: auto;
        padding: 50px 0 50px;
        background: url(../images/m-about-bg.png) no-repeat center bottom;
    }
    .section-1 .about-info {
        width: 400px;
        max-width: 90%;
        height: 720px;
        background: url(../images/about-m.png) no-repeat center top;
        background-size: contain;
    }
    .section-2 {
        padding: 0;
        height: auto;
        background-image: url(../images/email-bg-m.png);
    }
    .section-2 .title {
        width: 90%;
        padding-top: 60px;
    }
    .section-2 .title a{
        width: 100%;
        font-size: 28px;
    }
    .footer {
        padding: 20px 10px;
        display: block;
        height: auto;
    }
    .footer .logo{
         margin: auto;
    }
    .copyright-info{
        margin-top: 10px;
    }
    .footer .copyright-info p {
        line-height: 1.3;
        font-size: 14px;
        text-align: center;
    }
    .section-2 {
        padding: 10px 0 50px;
    }
}

/* CSS Document */

body {
}

.banner {
    width: 100%;
    height: 1064px;
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
}

.section-1 {
    padding: 10px 0;
    background: url(../images/about-bg.png) no-repeat top center;
    background-size: cover;
    height: 503px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.section-1 .about-info {
    margin: 0 auto;
    width: 846px;
    height: 338px;
    background: url(../images/about.png) no-repeat center;
    background-size: contain;
}



@media (max-width: 800px) {
    .banner {
        width: 100%;
        height: 380px;
        background: url(../images/banner-m.png) no-repeat center;
        background-size: cover;
    }
    .section-1 {
        height: auto;
        padding: 50px 0 0;
        background: url(../images/m-about-bg.png) no-repeat center bottom;
    }
    .section-1 .about-info {
        width: 400px;
        max-width: 90%;
        height: 600px;
        background: url(../images/about-m.png) no-repeat center top;
        background-size: contain;
    }
    .section-2 {
        padding: 0;
        height: auto;
    }
    .section-2 .title {
        width: 90%;
    }
    .section-2 .title a{
        width: 100%;
        font-size: 28px;
    }
    
    .section-2 {
        padding: 40px 0 40px;
    }
}