@charset "UTF-8";
.about {}
.about_title {
    margin-bottom: 52px;
}
.about_title > img {}
.intro {
    background: url(/about/img/bg-intro.jpg?date=170530) center center no-repeat;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    height: 1050px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    padding-top: 102px;
}
.intro_inner {}
.intro_title {
    margin-bottom: 44px;
}
.intro_title > img {
    display: block;
    margin: 0 auto;
}
.intro_text {
    line-height: 2.1;
    font-size: 17px;
    margin-bottom: 22px;
}
.intro_image {}
.intro_image > img {}
.spa {
    position: relative;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -243px;
}
.spa:before {
    content: "";
    display: block;
    background: url(/about/img/img-deco01.png) 0 0 no-repeat;
    width: 228px;
    height: 291px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
}
.spa:after {
    content: "";
    display: block;
    background: url(/about/img/img-deco02.png) 0 0 no-repeat;
    width: 182px;
    height: 231px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.spa_inner {
    background: #fff;
    box-sizing: border-box;
    padding: 81px 0 71px;
    max-width: 800px;
    margin: 0 auto;
}
.spa_title {
    margin-bottom: 40px;
}
.spa_title > img {
    display: block;
    margin: 0 auto;
}
.spa_text {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 26px;
}
.spa_link {
    max-width: 450px;
    margin: 0 auto;
}
.spa_link > a {
    line-height: 67px;
    font-size: 18px;
}
.spa_link > a:hover {}
.spa_link > a:before {
    content: "";
}
.spa_link > a:after {
    content: "";
}
.spa_image {
    text-align: center;
    margin: 61px 0 27px;
    position: relative;
    z-index: 1;
}
.spa_image > img {
    display: block;
    margin: 0 auto;
}
.spa_table {}
.spa_table > tbody {}
.spa_table > tbody > tr {}
.spa_table > tbody > tr > th {}
.spa_table > tbody > tr > td {}
.spa_provide {
    color: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
    text-align: right;
    width: auto;
}
@media screen and (max-width:999px) {
    .about {}
    .about_title {
        margin-bottom: 35px;
    }
    .about_title > img {}
    .intro {
        padding: 45px 0 0;
        height: auto;
    }
    .intro_inner {}
    .intro_title {
        margin-bottom: 35px;
    }
    .intro_title > img {
        max-width: 224px;
    }
    .intro_text {
        font-size: 16px;
        line-height: 2;
        display: inline-block;
        max-width: 600px;
        text-align: left;
    }
    .intro_image {}
    .intro_image > img {
        width: 134px;
        display: block;
        margin: 0 auto;
    }
    .spa {
        margin: 0;
        overflow: hidden;
    }
    .spa:before {
        width: 143px;
        height: 183px;
        background-size: 100% 100%;
    }
    .spa:after {
        width: 114px;
        height: 145px;
        background-size: 100% 100%;
    }
    .spa_inner {
        padding: 45px 2% 80px;
    }
    .spa_title {
        margin-bottom: 35px;
    }
    .spa_title > img {
        max-width: 168px;
    }
    .spa_text {
        font-size: 16px;
    }
    .spa_link {}
    .spa_link > a {
        font-size: 16px;
        line-height: 50px;
    }
    .spa_link > a:hover {}
    .spa_link > a:before {}
    .spa_link > a:after {}
    .spa_image {
        margin: 35px 0 20px;
    }
    .spa_image > img {}
    .spa_table {
        position: relative;
        z-index: 2;
    }
    .spa_table > tbody {}
    .spa_table > tbody > tr {}
    .spa_table > tbody > tr > th {}
    .spa_table > tbody > tr > td {}
}
@media screen and (max-width:699px) {
    .about {}
    .about_title {
        margin-bottom: 25px;
    }
    .about_title > img {}
    .intro {
        padding-top: 35px;
    }
    .intro_inner {}
    .intro_title {
        margin-bottom: 25px;
    }
    .intro_title > img {
        width: 178px;
    }
    .intro_text {
        font-size: 14px;
        line-height: inherit;
        max-width: 500px;
    }
    .intro_image {}
    .intro_image > img {
        width: 107px;
    }
    .spa {}
    .spa:before {
        width: 114px;
        height: 145px;
        left: -45px;
    }
    .spa:after {
        width: 91px;
        height: 115px;
        right: -60px;
    }
    .spa_inner {
        text-align: center;
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .spa_title {
        margin-bottom: 25px;
        position: relative;
        z-index: 2;
    }
    .spa_title > img {
        width: 133px;
    }
    .spa_text {
        font-size: 14px;
        text-align: left;
        max-width: 500px;
        display: inline-block;
        z-index: 2;
        position: relative;
        text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
    }
    .spa_link {
        max-width: none;
    }
    .spa_link > a {}
    .spa_link > a:hover {}
    .spa_link > a:before {}
    .spa_link > a:after {}
    .spa_image {
        margin: 25px 0 15px;
    }
    .spa_image > img {}
    .spa_table {}
    .spa_table > tbody {}
    .spa_table > tbody > tr {}
    .spa_table > tbody > tr > th {}
    .spa_table > tbody > tr > td {}
    .spa_provide {
        font-size: 10px;
        bottom: 5px;
        right: 5px;
    }
}
@media screen and (max-width:374px) {}
