.about1 {
    width: 100%;
}

.about1 .banner {
    width: 100%;
    height: 470px;
}

.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;
    background-size: auto 100%;
    background-position-x: center;
}

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

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


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

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

.about1 .banner .txt_banner .butt p {
    font-size: 14px;
    color: #ffffff;
    margin-left: 22px;
}

.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 .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: #000;
    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: 687px;
    bottom: 0;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100%;
}

.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;
}

.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 .contentpart .container .inside-container .rows .column .contain .red1 {
    position: relative;
}

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

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

.onepart .contentpart .container .inside-container .rows .column .contain .red3::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    background-color: #d00000;
    bottom: -20px;
    left: -20px;
    z-index: -1;
}

.onepart .contentpart .container .inside-container .rows .column .contain .red4::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 40px;
    background-color: #d00000;
    top: -20px;
    right: -20px;
    z-index: -1;
}

.onepart .contentpart .container .inside-container .rows .column .contain .red5::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    background-color: #d00000;
    top: -20px;
    left: -20px;
    z-index: -1;
}

.onepart .contentpart .container .inside-container .rows .column .contain .red6 {
    margin-top: 62px;
}

.onepart .contentpart .container .inside-container .rows .column .contain .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/about_bg3.jpg') no-repeat;
    color: #ffffff;
    position: relative;
    padding-bottom: 50px;
    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: -30px;
    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: 66px solid transparent;
}

@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);
    }

    .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;
    }

    .onepart .contentpart .container .inside-container .rows .column .contain .red::after{
        display: none;
    }

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