.title {
    font-size: 44px;
    color: #000;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 40px;
}

.title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #000000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about1 {
    width: 100%;
}

.about1 .banner {
    width: 100%;
    /* height: 640px; */
}

.about1 .banner .txt_banner {
    width: 100%;
    height: 100%;
    background: url('/themes/basic/skin/images/about/bg.jpg') no-repeat;
    /* background-size: 100% 100%; */
    padding-top: 80px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background-size: auto 100%;
    background-position-x: center;
}

.about1 .banner .banner_bottom {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    border-left: 100vw solid rgba(0, 0, 0, 0);
    border-bottom: 240px solid #efebe8;
    margin-top: 5px;
}

.about1 .banner .txt_banner::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 136px;
    background-color: #c5a45a;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -35%);
}

.about1 .banner .txt_banner .tit {
    font-size: 42px;
    color: #c5a45a;
    text-align: center;
}


.about1 .banner .txt_banner .butt {
    width: 198px;
    height: 35px;
    background-color: #c5a45a;
    margin: 0 auto;
    margin-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 16px;
}

.about1 .banner .txt_banner .butt img {
    width: 11px;
    height: 13px;
}

.about1 .banner .txt_banner .butt p {
    font-size: 12px;
    color: #ffffff;
    margin-left: 19px;
    font-weight: bold;
}

.about1 .banner .txt_banner .arrow_left {
    width: 39px;
    margin: 0 auto;
    margin-bottom: 65px;
    cursor: pointer;
}

.about1 .banner .txt_banner .arrow_left img {
    width: 100%;
    height: auto;
}

.about1 .banner .video_banner {
    width: 100%;
    display: none;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.about1 .banner .video_banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.about1 .content {
    background-color: #efebe8;
}

.about1 .content .wrapper1 {
    overflow: hidden;
    /* padding-top: 102px; */
    /* padding-bottom: 102px; */
}

.about1 .content .wrapper1 .arrow_down {
    width: 37px;
    margin-left: 50%;
    transform: translateX(-46%);
}

.about1 .content .wrapper1 .arrow_down::after {
    display: block;
    font-size: 36px;
    font-family: 'iconfont';
    content: "\EA03";
    color: #c5a45a;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.about1 .content .wrapper1 .arrow_down:hover:after {
    content: "\EA02";
}

.about1 .content .wrapper1 .tit {
    font-size: 24px;
    color: #67585c;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    margin-top: 48px;
}

.about1 .content .wrapper1 .logo {
    width: 56px;
    margin: 0 auto;
    margin-top: 60px;
}

.about1 .content .wrapper1 .logo img {
    width: 100%;
    height: auto;
}

.about1 .content .wrapper2 .title {
    margin-top: 120px;
}

.onepart * {
    box-sizing: border-box;
}

.onepart {
    position: relative;
    min-height: 1290px;
    padding: 30px 0;
}

.onepart .bgpart {
    position: absolute;
    width: 100%;
    height: 960px;
    bottom: 0;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100%;
}

.shape-top {
    border-bottom: 235px solid transparent;
    border-left: 100vw solid #efebe8;
}

.shape-bottom {
    border-top: 235px solid transparent;
    border-right: 100vw solid #efebe8;
}

.onepart .bgpart .shape-top {
    position: absolute;
    top: 0;
}

.onepart .bgpart .shape-bottom {
    position: absolute;
    bottom: 0;
}

.onepart .contentpart {
    position: relative;
    z-index: 2;
}

.onepart .contentpart .container {
    width: 813.4px;
    margin: 0 auto;
}

.onepart .contentpart .container .inside-container {
    padding: 0 10px;
}

.onepart .contentpart .container .inside-container h2 {
    font-size: 40px;
    color: #685655;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
}

.onepart .contentpart .container .inside-container .rows {
    text-align: center;
    margin-top: 50px;
}

.onepart .contentpart .container .inside-container .rows .column {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.onepart .contentpart .container .inside-container .rows .column .contain {
    width: 100%;
}

.onepart .contentpart .container .inside-container .rows .column .contain>* {
    margin-bottom: 20px;
}

.onepart .contentpart .container .inside-container .rows .column .contain article {
    position: relative;
    padding: 40px;
    font-size: 16px;
    font-weight: 400;
    /* font-family: SourceHanSansCN, serif; */
    letter-spacing: 0;
    background: #ffffff;
    color: #685655;
    line-height: 35px;
    border: 1px solid #e3e3e3;
}

.onepart .contentpart .container .inside-container .rows .column .contain figure {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.onepart .contentpart .container .inside-container .rows .column .contain figure img {
    width: 100%;
}

.onepart .contentpart .container .inside-container .rows .column .contain figure a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.onepart .contentpart .container .inside-container .rows .column .contain figure a>span {
    display: inline-block;
    font-weight: 400;
    border-radius: 50px;
    background: #c5a45a;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 12px;
    overflow: hidden;
    width: auto;
    /* max-width: 160px; */
    white-space: nowrap;
    text-align: center;
    transition: all 0.3s linear;
}

.onepart .contentpart .container .inside-container .rows .column .contain figure a>span:before {
    content: "\EA1C";
    vertical-align: middle;
    transition: opacity 0.3s linear 0.3s;
    font-size: 20px;
    font-family: 'iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.onepart .contentpart .container .inside-container .rows .column .contain figure a>span>span {
    display: inline-block;
    padding-left: 10px;
    overflow: hidden;
    vertical-align: middle;
}

.onepart .contentpart .container .inside-container .rows .column .contain figure a>span:hover {
    background-color: #d8ba6f;
    border-radius: 0;
}

.onepart .contentpart .container .inside-container .rows .column .contain .craftsmanship-section .craftsmanship-section-name {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    color: #c5a45a;
    /* font-family: SourceHanSansCN, serif; */
    letter-spacing: 0;
    line-height: 45px;
}

.onepart .contentpart .container .inside-container .rows .column .contain .craftsmanship-section .craftsmanship-section-job {
    font-size: 18px;
    /* font-family: SourceHanSansCN, serif; */
    text-align: left;
    letter-spacing: 0;
}

.onepart .contentpart .container .inside-container .rows .column .contain .craftsmanship-section .craftsmanship-section-job:before {
    content: '—';
}

.onepart .contentpart .container .inside-container .rows .column .contain .bottom-content {
    padding: 0 20px;
    position: relative;
    text-align: center;
    background-position: 50% 60px;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.onepart .contentpart .container .inside-container .rows .column .contain .bottom-content blockquote {
    padding: 25px 20px 40px;
    border-width: 0;
    margin: 0;
}

.onepart .contentpart .container .inside-container .rows .column .contain .bottom-content blockquote>p {
    position: relative;
    /* font-family: SourceHanSansCN, serif; */
    font-weight: 400;
    color: #3d2b2b;
    font-size: 16px;
    padding-top: 60px;
    line-height: 35px;
}

.onepart .contentpart .container .inside-container .rows .column .contain .bottom-content blockquote>cite {
    display: block;
    margin-top: 30px;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}

.onepart .contentpart .container .inside-container .rows .column .contain .bottom-content blockquote>cite>strong {
    font-style: normal;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.onepart .contentpart .container .inside-container .rows .column .contain .bottom-content blockquote>p:before {
    content: "“";
    font-family: SourceHanSansCN, serif;
    font-size: 61px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a {
    display: block;
    position: relative;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a:before {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    display: block;
    border: 1px solid #c5a45a;
    z-index: 3;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .bottom-img {}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .bottom-img img {
    width: 100%;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .block-cta-content {
    background-color: #efebe8;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .block-cta-content:before {
    background-color: #efebe8;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: -20px;
    left: -20px;
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: transform 0.3s cubic-bezier(0, 0.37, 0.4, 1);
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .block-cta-content .block-text {
    position: relative;
    z-index: 3;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .block-cta-content .block-text p {
    font-size: 18px;
    color: #685655;
    padding: 0 40px;
    /* font-family: SourceHanSansCN, serif; */
    letter-spacing: 0;
    margin-bottom: 42px;
    line-height: 26px;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .block-cta-content .block-text span {
    color: #c5a45a;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style>a .block-cta-content .block-text span:after {
    background: #c5a45a;
    content: '';
    display: block;
    margin-top: 4px;
    height: 1px;
    width: 0;
    transition: width 0.3s cubic-bezier(0, 0.37, 0.4, 1);
    will-change: width;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style:hover>a .block-cta-content .block-text span:after {
    width: 100%;
}

.onepart .contentpart .container .inside-container .rows .column .contain .link-style:hover>a .block-cta-content:before {
    transform: rotate(0) translateY(-100px);
}

.onepart .red {
    position: relative;
}

.onepart .red1::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 40px;
    background-color: #d00000;
    top: -20px;
    left: -20px;
    z-index: -1;
}

.onepart .red2::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    background-color: #d00000;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

.onepart .red3::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 382px;
    background-color: #d00000;
    top: -20px;
    left: -20px;
    z-index: -1;
}

.onepart .red4::after {
    content: '';
    position: absolute;
    height: 415px;
    width: 40px;
    background-color: #d00000;
    bottom: -20px;
    right: -10px;
    z-index: -1;
}

.onepart .red5::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 378px;
    background-color: #d00000;
    bottom: 0px;
    left: -20px;
    z-index: -1;
}

.onepart .red6::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 40px;
    background-color: #d00000;
    top: -20px;
    right: -20px;
    z-index: -1;
}

.craftsmanship-chapter-footer {
    position: relative;
    display: block;
    background: url('/themes/basic/skin/images/about/bottom_bg.png') no-repeat;
    color: #ffffff;
    position: relative;
    padding-bottom: 72px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.7s ease-in-out;
    overflow: hidden;
    /* margin-top: 104px; */
}

.craftsmanship-chapter-footer:before {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #c5a45a;
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 15;
}

/* .craftsmanship-chapter-footer:hover {
    background-color: #3d2b2b;
} */

.craftsmanship-chapter-footer .nextbtn p {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.craftsmanship-chapter-footer .nextbtn strong {
    font-size: 42px;
    /* font-family: SourceHanSansCN, serif; */
    font-weight: 100;
    display: inline-block;
    line-height: 1.1;
    max-width: 590px;
}

.craftsmanship-chapter-footer .shape-top {
    border-bottom: 220px solid transparent;
}

.onepart2 .contentpart .red {
    background-color: #d00000;
}

@media (max-width:1280px) {}

@media (max-width:960px) {
    .onepart .contentpart .container {
        width: 700px;
    }
}

@media (max-width:750px) {
    .about1 .banner {
        width: 100%;
        height: calc(100vh - 55px);
    }

    .about1 .banner .banner_bottom {
        display: none;
    }

    .about1 .banner .txt_banner {
        overflow: visible;

    }

    .about1 .banner .txt_banner::after {
        transform: translate(-50%, 50%);
    }

    .about1 .content .wrapper1 .arrow_down {
        margin-top: 90px;
    }

    .onepart .contentpart .container {
        width: 100%;
    }

    .onepart .contentpart .container .inside-container .rows .column {
        float: none;
        width: 100%;
    }

    .craftsmanship-chapter-footer {
        padding-bottom: 0;
        background-size: cover;
    }

    .craftsmanship-chapter-footer .nextbtn {
        padding-bottom: 30px;
    }

    .red::after {
        display: none;
    }

    .onepart .bgpart {
        background-size: cover;
    }

    .craftsmanship-chapter-footer {
        background-position-x: 100%;
    }
}