.faction-description {
    padding-top: 80px;
    padding-bottom: 112px;
}

.description-row {
    position: relative;
    height: 440px;
}

.description-col-one {
    position: absolute;
    width: 53%;
    height: 81%;
    background-color: #fff;
    box-shadow: 0px 5px 22px 1px rgba(102, 102, 102, 0.1);
    top: 19%;
    left: 0;
    z-index: 1;
    padding: 48px 56px;
}

.description-col-title {
    color: #333333;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.description-row-sm {
    width: 95%;
    margin: auto;
}

.description-col-sm-one {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 22px 1px rgba(102, 102, 102, 0.1);
    padding: 24px;
}

.description-col-des {
    color: #C2A57D;
    /* height: 44px; */
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    /* display: -webkit-box; 
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
            overflow: hidden; */
}

.description-col-content {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.description-col-two {
    position: absolute;
    width: 61%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    right: 0;
}

.description-col-sm-two {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.contentTwo {
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentTwo-item {
    height: 496px;
    padding: 110px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contentTwo-item .icon {
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentTwo-item .title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 24px;
}

.contentTwo-item .separate {
    width: 20px;
    height: 2px;
    background-color: #707070;
    margin-top: 24px;
}

.contentTwo-item .descript {
    width: 300px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    overflow: hidden;
    height: 0;
    transition: height .3s ease-out;
}

.contentTwo-item:hover .descript {
    height: 120px;
}

.contentThree-item {
    width: 100%;
    height: 234px;
    padding: 48px 40px;
    box-shadow: 0px 5px 22px 1px rgba(102, 102, 102, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contentThree-item-icon {
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentThree-item-description {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding-top: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contentFour {
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contentFour .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.contentFour .container{
    padding-bottom: 0;
}

.contentFourTips {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 3px;
}

.contentFour-item {
    width: 100%;
    height: 461px;
    background-color: #fff;
}

.contentFour-item-top {
    width: 100%;
    height: 121px;
    background-color: #C2A57D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.contentFour-top-left {
    padding-left: 40px;
    z-index: 1;
}

.contentFour-top-left .title-zh {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.contentFour-top-left .title-en {
    color: #DACDB9;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.contentFour-top-right {
    position: absolute;
    right: 0;
    width: 158px;
    height: 121px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentFour-item-bottom {
    padding: 40px;
}

.contentFour-item-bottom-li {
    display: flex;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    display: -webkit-box;
}

.contentFour-item-bottom-li div {
    width: 6px;
    height: 6px;
    margin-top: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #C2A57D;
}

.services-left {
    padding: 0;
    max-height: 600px;
}

.services-left img{
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}

.services {
    padding: 80px;
    background: #F8F8F8;
    max-height: 600px;
}

.services .title-zh {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.services .title-zh::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C2A57D;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    top: -3px;
}

.services span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
    display: inline-block;
}

.services .publish {
    width: 160px;
    height: 46px;
    background: #C2A57D;
    border-radius: 2px 2px 2px 2px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 46px;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
}

.services .publish:hover {
    color: #fff;
    width: 180px;
}

.custom-made {
    position: relative;
}

.custom-made img {
    width: 100%;
    object-fit: cover;
}

.custom-made .text {
    top: calc(50% - 39px);
    left: calc(50% - 152.5px);
    position: absolute;
    color: #fff;
}

.custom-made .text p{
    font-size: 36px;
    color: #fff;
}

.custom-made .text a {
    width: 172px;
    height: 48px;
    background: #C2A57D;
    border-radius: 2px 2px 2px 2px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    margin-top: 24px;  
    transition: all .5s ease;
}

.custom-made .text a:hover {
    color: #fff;
    padding-left: 10px;
}

.contentFive-item {
    padding: 24px;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 22px 1px rgba(102, 102, 102, 0.1);
}

.contentFive-item-num {
    width: 90px;
    height: 90px;
    margin-right: 24px;
    background-color: #C2A57D;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentFive-item-description {
    width: 75%;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.contentSix-row {
    position: relative;
}

/* 视频遮罩 */
.video-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.3s ease;
}

.video-flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-mask.dismiss {
    visibility: hidden;
    opacity: 0;
}

.video-mask .video-wrap {
    position: relative;
    width: 60%;
    max-width: 800px;
    min-height: 150px;
    max-height: 400px;
    margin: 0px auto 0;
}

.video-mask .video-wrap video {
    width: 100%;
    min-height: 150px;
}

.video-mask .video-wrap .icon-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: rgba(221, 221, 221, .5);
    font-size: 30px;
    border-radius: 50%;
    transform: rotate(45deg);
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.image-sm {
    position: relative;
    min-height: 150px;
}

.image-sm img {
    position: absolute;
}

.play {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 27px);
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contentSix-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

.contentSix-item {
    display: flex;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-top: 32px;
}

.contentSix-item div {
    width: 6px;
    height: 6px;
    margin-top: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.contentSix-description {
    color: #E7DFD2;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    margin-left: 14px;
}

.QR_code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contentSeven-img {
    width: 140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentSeven-remind {
    margin-top: 16px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.contentSix-p {
    padding: 112px 0;
}

@media (max-width: 640px) {
    .contentSix-title {
        width: 80%;
    }

    .contentThree-item,
    .contentFour-item {
        width: 95%;
        margin: auto;
    }

    .contentFive-item {
        width: 93%;
        margin: auto;
    }

    .factory-img {
        height: 350px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contentSix-p {
        padding: 40px 0;
    }

    .factory-img {
        height: 350px !important;
    }

    .contentSix-item {
        margin-top: 8px;
    }

    .contentSix-description {
        margin-top: 4px;
    }

    .contentTwo-item .descript {
        width: 230px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contentSix-p {
        padding: 60px 0;
    }

    .contentSix-item {
        margin-top: 16px;
    }

    .contentSix-description {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {

    .description-row,
    .contentSix-md,
    .image-md {
        display: none;
    }

    .description-row-sm,
    .contentSix-sm,
    .image-sm {
        display: block;
    }

    .contentTwo-item {
        height: 320px;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .contentTwo-item .descript {
        height: 120px;
    }

    .contentSix-item {
        margin-top: 16px;
    }

    .contentSix-description {
        margin-top: 6px;
    }

    .contentSix-p {
        padding: 40px 0;
    }

    .contentSix-title {
        font-size: 24px;
        line-height: 40px;
    }

    .contentSix-item {
        font-size: 16px;
        line-height: 20px;
    }

    .contentSix-item div {
        margin-top: 6px;
    }

    .contentFour-top-left {
        padding-left: 24px;
    }

    .contentFour-item-bottom {
        padding: 16px;
        padding-right: 24px;
    }

    .contentFour-item-top {
        height: 81px;
    }

    .contentFour-top-right {
        width: 100px;
        height: 81px;
    }

    .contentFour-item {
        height: 300px;
    }

    .faction-description{
        padding: 60px 0;
    }
    .text-center {
        padding-bottom: 20px;
    }
    .contentThree .ptb_xs_60,
    .contentFour .ptb_xs_60,
    .contentFive  .ptb_xs_60{
        padding: 60px 0 40px 0;
    }

    .contentFourTips {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 3px;
        padding-bottom: 35px;
    }

    .contentFour .container {
        padding-bottom: 0;
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .services-left,
    .services {
        margin: 0 15px;
    }

    .services {
        padding: 40px;
    }

    .contentFive  .text-center{
        font-size: 20px!important;
    }

    .custom-made img {
        width: 100%;
        height: 10rem;
    }

    .custom-made .text{
        left: calc(50% - 117px);
    }

    .custom-made .text p{
        font-size: 26px;
    }

    .custom-made .text a{
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .contentFour .bg{
        height: 360px;
    }
}

@media (min-width: 768px) {

    .description-row,
    .contentSix-md,
    .image-md {
        display: block;
    }

    .description-row-sm,
    .contentSix-sm,
    .image-sm {
        display: none;
    }

    .contentFour-item-top {
        height: 121px;
    }

    .contentFour-top-right {
        width: 158px;
        height: 121px;
    }
}

.center-pr {
    padding: 180px 0;
}