@charset "utf-8";
/* Css Document */

/* 通用样式 */
.common-box{
    width: 100%;
    background: url(../images/column/bg-column.jpg) no-repeat center bottom / 100% 100%;
    padding-bottom: 10%;
    padding-top: 150px;
    position: relative;
}
.common-box img{
    display: block;
    width: 100%;
    height: auto;
}
.environment-box{
    background: url(../images/column/bg-environment-column.jpg) no-repeat center bottom / 100% 100%;
}
.common-box-inner{
    width: 1200px;
    margin: 0 auto;
}
/* 栏目页导航 */
.common-nav{
    width: 1200px;
    /* width: 98.95%; */
    background: #fff;
    border-radius: 20px;
    position: fixed;
    top: 80px;
    /* left: 0; */
    transform-origin: left;
    z-index: 1;
}
.common-nav-inner{
    width: 98.42%;
    margin: 0 auto;
    padding: 15px 0;
}
.common-nav-backhome,
.common-nav-cont-li{
    float: left;
}
.common-nav-tackback,
.common-nav-cont,
.common-nav-column{
    float: right;
}

.tackback-status{
    animation: tackbackWidthchange 0s linear .6s 1 normal forwards;
}
.common-nav-backhome{
    width: 9.25%;
}
.tackback-status .common-nav-backhome{
    animation: tackbackFadeout .3s linear 0s 1 normal forwards;
}
.common-nav-tackback{
    width: 38px;
}
.tackback-status .common-nav-tackback{
    animation: tackbackDisplayusagechange .3s linear .6s 1 normal forwards;
}
.common-nav-tackback-text{
    width: 20px;
    margin: 0 auto 10%;
    opacity: 0;
}
.tackback-status .common-nav-tackback-text{
    animation: tackbackFadein .3s linear .3s 1 normal forwards;
}
.common-nav-tackback-img{
    width: 50%;
    margin: 0 auto;
    transform: translateY(-200%);
}
.tackback-status .common-nav-tackback-img{
    animation: tackbackSlidedown .3s linear .3s 1 normal forwards;
}
.tackback-status .common-nav-tackback-img img{
    animation: tackbackFlip .3s linear .3s 1 normal forwards;
}
.common-nav-cont{
    width: 40.26%;
    margin-right: 1.49%;
    padding-top: 2px;
}
.tackback-status .common-nav-cont{
    animation: tackbackFadeout .3s linear 0s 1 normal forwards;
}
.common-nav-cont-ul{
    width: 100%;
}
.common-nav-cont-li{
    width: 22.44%;
    margin-right: 3.41%;
    opacity: .8;
}
.common-nav-cont-li a{
    display: block;
}
/* .common-nav-cont-li:nth-child(3),
.common-nav-cont-li:last-child{
    opacity: 1;
} */
.common-nav-cont-li:last-child{
    margin-right: 0;
}
.common-nav-cont-li.active{
    opacity: 1;
    border: 2px solid #daa502;
    border-radius: 16px;
    box-sizing: border-box;
}
/* .environment-nav-cont{
    width: 30.94%;
}
.environment-nav-cont .common-nav-cont-li{
    width: 28.91%;
    margin-right: 6.635%;
} */
.environment-nav-cont .common-nav-cont-li.active{
    border: 2px solid #ff9f41;
}
.environment-nav-cont .common-nav-cont-li:last-child{
    margin: 0;
}
/* 不忘初心 */
.original-nav-cont{
    width: 9%;
}
.original-nav-cont .common-nav-cont-li{
    width: 100%;
}


.common-nav-column{
    width: 11.28%;
    margin-right: 2.08%;
    position: relative;
}
.tackback-status .common-nav-column{
    animation: tackbackFadeout .3s linear 0s 1 normal forwards;
}
.common-nav-column:after{
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: #daa502;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.common-nav-column-img{
    width: 72.51%;
}
.environment-nav-column:after{
    background: #ff9f41;
}
.original-nav-column:after{
    background: #bfa579;
}
@keyframes tackbackFadein {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes tackbackFadeout {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes tackbackSlidedown {
    0%{
        transform: translateY(-200%);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes tackbackWidthchange {
    from{
        width: 1200px;
    }
    to{
        width: 50px;
    }
}
@keyframes tackbackDisplayusagechange {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-10%);
    }
}
@keyframes tackbackFlip {
    from{
        transform: rotateY(0);
    }
    to{
        transform: rotateY(180deg);
    }
}


/* kv */
.renovate-box{
    padding-top: 170px;
    /* padding-top: 8.9%; */
}
.renovate-tab-title-box{
    width: 100%;
    margin: 0 auto;
}
.renovate-tab-title-box-inner{
    width: 100%;
}
.renovate-tab-title{
    width: 49.44%;
    cursor: pointer;
}
.renovate-tab-title:first-child{
    float: left;
}
.renovate-tab-title:last-child{
    float: right;
}
.renovate-tab-title img:first-child{
    display: block;
}
.renovate-tab-title img:last-child{
    display: none;
}
.renovate-tab-title.active img:first-child,
.renovate-tab-title:hover img:first-child{
    display: none;
}
.renovate-tab-title.active img:last-child,
.renovate-tab-title:hover img:last-child{
    display: block;
}

.common-banner{
    width: 100%;
    padding-top: 1.5%;
}
.common-banner-img{
    width: 100%;
}


/* 主要内容 */
.common-content-box{
    width: 72.91%;
    margin: -5% auto 0;
    background: #fff;
    border-radius: 165px 16px 16px;
    position: relative;
}
.common-content-box-inner{
    width: 70.85%;
    margin: 0 auto;
}
.common-content-title{
    width: 100%;
    padding: 7.5% 0;
    position: relative;
}
.common-content-title h1{
    margin: 0 auto;
}
.oldskill-content-title h1{
    width: 24%;
}

.common-content-img-decorate{
    position: absolute;
}
.oldskill-content-title .oldskill-content-img-decorate1{
    width: 34.47%;
    top: 50%;
    right: -13%;
    transform: translateY(-50%);
}

.common-content-img-box{
    width: 100%;
    position: relative;
    margin-bottom: 5%;
}
.common-content-img{
    width: 90.92%;
    margin: 0 auto 2.2%;
    padding: 2% 2.2% 7%;
    background: #f8edcc;
    position: relative;
}
.common-content-img-box1 .common-content-img-decorate1,
.common-content-img-box2 .common-content-img-decorate1{
    width: 8%;
}
.common-content-img-box1 .common-content-img-decorate1{
    top: -1%;
    right: 1%;
}
.oldskill-content-img-box1 .oldskill-content-img-decorate2{
    width: 13%;
    bottom: -6%;
    right: -12%;
}
.common-content-img-text p{
    text-align: center;
    font-size: 12px;
    color: #1f1f1f;
}
.common-content-text{
    margin: 0 0 4.5%;
    position: relative;
}
.common-content-text p{
    line-height: 1.25;
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 4.5%;
}
.common-content-text p:last-child{
    margin: 0;
}
.oldskill-content-img-box2 .common-content-img-decorate1{
    top: -1%;
    left: 3.3%;
}
.oldskill-content-img-box2 .common-content-img-decorate1 img{
    transform: rotateY(180deg);
}
.oldskill-content-img-box2 .oldskill-content-img-decorate2{
    width: 33%;
    bottom: 4%;
    right: -16%;
}
.oldskill-content-text3 .oldskill-content-img-decorate1{
    width: 6.45%;
    top: -30%;
    left: -17%;
}
.common-content-link-box,
.common-content-link-ul{
    width: 100%;
}
.common-content-link-box{
    padding-bottom: 2%;
}
.common-content-link-li{
    float: left;
    width: 48.58%;
    box-sizing: border-box;
    padding: 11px;
    background: #f8edcc;
    margin: 0 2.84% 2.2% 0;
}
.common-content-link-li:nth-child(even){
    margin: 0;
}
.common-content-link-li-text{
    padding: 10px 0 5px;
    background: url(../images/column/icon-common-goto.png) no-repeat 98% 60% / 4% auto 
}
.common-content-link-li-text p{
    float: left;
    width: 92%;
    /* width: 86.95%; */
    /* height: 65.52; */
    line-height: 2.34;
    font-size: 12px;
    color: #1f1f1f;
}
.common-content-link-li-text p a{
    color: #1f1f1f;
}
.common-content-link-li-text p.double-line{
    line-height: 1.17;
}



.common-content-fold-cont{
    display: none;
}
























.unbounded-content-box{
    padding-bottom: 2%;
}





.oldskill-content-link-box .oldskill-content-img-decorate1{
    width: 29.6%;
    bottom: 0.8%;
    right: 5%;
}


/* 匠人爱翻新 */
.renovate-tab-content{
    display: none;
}
.renovate-tab-content:first-child{
    display: block;
}
/* 初代皇冠翻新 */
.renovate1-content-title h1{
    width: 49.2%;
}
.renovate1-content-title .renovate1-content-img-decorate1{
    width: 22.88%;
    top: 50%;
    right: -14%;
    transform: translateY(-50%);
}

.renovate1-content-img-box1 .common-content-img,
.renovate1-content-img-box3 .common-content-img,
.environment-content-img-box1 .common-content-img,
.environment-content-img-box3 .common-content-img{
    transform: rotateZ(4deg);
    margin: 6% 0;
}
/* .renovate1-content-img-box1 .common-content-img-text{
    padding: 3% 0 0;
} */
.renovate1-content-img-box1 .renovate1-content-img-decorate2{
    width: 31.75%;
    right: -10%;
    bottom: 3%;
}
.renovate1-content-sub-title,
.environment-content-sub-title,
.unbounded-content-sub-title{
    margin-bottom: 5%;
    padding: 0;
}
.renovate1-content-sub-title h2,
.environment-content-sub-title h2,
.unbounded-content-sub-title h2,
.peopleoriented-content-sub-title h2,
.original-content-sub-title h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #1f1f1f;
}

.unbounded-content-sub-title h2,
.original-content-sub-title h2{
    position: relative;
    cursor: pointer;
}
.unbounded-content-sub-title h2:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ff9f41;
    border-bottom: 2px solid #ff9f41;
    /* transform: rotateZ(45deg); */
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotateZ(45deg);
}
.unbounded-content-sub-title.arrow-hide h2:after{
    display: none;
}
.original-content-sub-title h2 span{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #bfa579;
    border-bottom: 2px solid #bfa579;
    transform: rotateZ(45deg); 
}
.original-content-sub-title.arrow-hide h2 span{
    display: none;
}

/* .renovate1-content-sub-title h2 i,
.environment-content-sub-title h2 i, */
.unbounded-content-sub-title h2 i{
    font-style: normal;
    color: #ff9f41;
}
.original-content-sub-title h2 i{
    font-style: normal;
    color: #bfa579;
}

.renovate1-content-text1 .renovate1-content-img-decorate3{
    width: 17.13%;
    top: 48%;
    left: -19%;
}
.renovate1-content-img-box2 .common-content-img,
.environment-content-img-box2 .common-content-img,
.unbounded-content-img-box1 .common-content-img{
    transform: rotateZ(-4deg);
    margin: 6% 0;
}
.renovate1-content-img-box2 .renovate1-content-img-decorate4{
    width: 34.57%;
    right: -11%;
    bottom: 4%;
}
.renovate1-content-text2 .renovate1-content-img-decorate5{
    width: 9.17%;
    top: -32%;
    left: -14%;
}
.renovate1-content-img-box3 .renovate1-content-img-decorate6{
    width: 37.29%;
    right: -12%;
    bottom: -1%;
}
.renovate1-content-text3 .renovate1-content-img-decorate7{
    width: 16.73%;
    top: -15%;
    right: -18%;
}
.renovate1-content-text4,
.renovate2-content-text2{
    padding: 3% 0 6%;
    margin: 0;
}
.renovate1-content-text4 p{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.renovate1-content-text4 .renovate1-content-img-decorate8{
    width: 27.41%;
    right: -16%;
    bottom: 20%;
}
/* 重塑梦幻赛车 */
.renovate2-content-title h1{
    width: 48.79%;
}
.renovate2-content-title .renovate2-content-img-decorate1{
    width: 23.99%;
    top: 17%;
    right: -17%;
}
.renovate2-content-img-box1 .renovate2-content-img-decorate2{
    width: 13.3%;
    right: -13%;
    bottom: -1%;
}
.renovate2-content-img-box2 .renovate2-content-img-left{
    float: left;
    width: 45.96%;
}
.renovate2-content-img-right{
    float: right;
    width: 48.89%;
}
.renovate2-content-img-right p{
    line-height: 1.25;
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 9%;
}
.renovate2-content-img-right p:last-child{
    margin-bottom: 0;
}
.renovate2-content-img-box2 .renovate2-content-img-decorate3{
    width: 28.02%;
    bottom: -28%;
    left: -20%;
}
.renovate2-content-img-box3 .renovate2-content-img-decorate4{
    width: 36.18%;
    right: -10%;
    bottom: -7%;
}
.renovate2-content-text1 .renovate2-content-img-decorate5{
    width: 9.17%;
    top: 5%;
    left: -15%;
}
.renovate2-content-text2 .renovate2-content-img-decorate6{
    width: 25.1%;
    right: -19%;
    bottom: 0;
}

/* 环境共生 */
.environment-content-box .common-content-box-inner{
    padding-bottom: 10%;
}
.environment-content-title h1{
    width: 73.58%;
}
.environment-content-title .environment-content-img-decorate1{
    width: 22.17%;
    top: 3%;
    left: -17%;
}
.environment-content-text1 p{
    /* text-align: center; */
}

.environment-content-img{
    background: rgba(255,159,65,.2);
}
.environment-content-text2 .environment-content-img-decorate2{
    width: 15.72%;
    right: -12%;
    bottom: -10%;
}
.environment-content-img-box1 .environment-content-img-decorate3{
    width: 6.45%;
    bottom: -12%;
    left: -15%;
}
.environment-content-text3 .environment-content-img-decorate4{
    width: 10.78%;
    top: -16%;
    right: -16%;
}
.environment-content-text4 .environment-content-img-decorate5{
    width: 16.22%;
    top: -98%;
    left: -19%;
}
.environment-content-text5 .environment-content-img-decorate6{
    width: 28.62%;
    right: -16%;
    bottom: -20%;
}
/* 无界出行 */
.unbounded-content-title h1{
    width: 73.58%;
}
.unbounded-content-text1 p{
    /* text-align: center; */
}
.unbounded-content-text2 .unbounded-content-img-decorate1{
    width: 15.72%;
    top: -10%;
    right: -12%;
}
.unbounded-content-img-box1 .unbounded-content-img-decorate2{
    width: 22.68%;
    right: -13%;
    bottom: 11%;
}
.unbounded-content-img-box1 .unbounded-content-img-decorate3{
    width: 6.45%;
    top: 42%;
    left: -14%;
}
.unbounded-content-text3 .unbounded-content-img-decorate4{
    width: 10.78%;
    right: -10%;
    bottom: 10%;
    transform: rotateZ(17deg);
}

.build-beauty-link-li{
    background: rgba(255,159,65,.1);
}
.build-beauty-link-li .common-content-link-li-text{
    background: url(../images/column/icon-build-beauty-goto.png) no-repeat 100% 60% / 4% auto;
}
.unbounded-content-img-box2{
    position: relative;
}
.unbounded-content-img-box2 .environment-content-img-btn{
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.unbounded-content-link-box2 .unbounded-content-img-decorate5{
    width: 23.5%;
    bottom: 1%;
    right: 5%;
}

.common-content-third-title{
    padding: 0 0 5%;
}
.common-content-third-title h3{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1f1f1f;
}
.common-content-text-cont p.small-text{
    font-size: 12px;
    margin: 0;
}
.common-content-fold-box3 .common-content-link-li-text p{
    width: 95%;
}




/* 不务正业 */
.notmainprofession-content-box .common-content-link-box,
.favoritetestsite-content-link-box,
.designwithtemperature-content-link-box{
    padding: 10% 0;
}
.notmainprofession-content-img-decorate1{
    width: 10%;
    top: 18%;
    right: 3%;
}
.notmainprofession-content-img-decorate2{
    width: 12%;
    top: 42%;
    left: 1%;
}
.notmainprofession-content-img-decorate3{
    width: 12%;
    top: 62%;
    right: 1%;
}
.notmainprofession-content-img-decorate4{
    width: 8%;
    bottom: 10%;
    left: 4%;
}
.notmainprofession-content-img-decorate5{
    width: 10%;
    bottom: 2%;
    right: 6%;
}

.favoritetestsite-content-img-decorate1{
    width: 6%;
    top: 18%;
    left: 5%;
    transform: rotateZ(-10deg);
}
.favoritetestsite-content-img-decorate2{
    width: 9%;
    right: 4%;
    bottom: 22%;
    transform: rotateZ(-15deg);
}


.designwithtemperature-content-img-decorate1{
    width: 9%;
    top: 4%;
    right: 3%;
    transform: rotateZ(-15deg);
}
.designwithtemperature-content-img-decorate2{
    width: 10%;
    bottom: 41%;
    left: 2%;
}
.designwithtemperature-content-img-decorate3{
    width: 25%;
    right: 6%;
    bottom: 3%;
}


/* 以人为本 */
.peopleoriented-content-box .common-content-box-inner{
    padding: 5% 0;
}
.peopleoriented-content-img-decorate1{
    width: 15.65%;
    top: -21%;
    right: -15%;
}
.peopleoriented-content-img-decorate2{
    width: 6.38%;
    top: -25%;
    left: -12%;
}
.peopleoriented-content-img-decorate3{
    width: 28.91%;
    right: -12%;
    bottom: 0%;
}
.peopleoriented-content-img-decorate4{
    width: 12.06%;
    bottom: 0;
    left: -15%;
}
.peopleoriented-content-img-decorate5{
    width: 19.04%;
    right: -13%;
    bottom: -25%;
}
.peopleoriented-content-img-decorate6{
    width: 29.61%;
    right: -17%;
    bottom: -5%;
}
.peopleoriented-content-img-decorate7{
    width: 27.91%;
    bottom: -5%;
    left: -15%;
}

/* 分割线 */
.common-content-parting-line{
    width: 100%;
    margin: 0 0 4.5%;
}
.common-content-parting-line.mb0{
    margin: 0;
}



/* 不忘初心 */
.original-content-title h1{
    width: 51%;
}
.original-content-text0{
    text-align: center;
}
.original-content-sub-title h2{
    line-height: 1.2;
    font-size: 22px;
}
.original-content-sub-title2 h2 span{
    margin-left: 10px;
}
.original-content-img{
    background: rgba(191,165,121,.2);
}
.original-content-img-box1{
position: relative;
}
.original-content-img-decorate1{
width: 10%;
    right: -12%;
    bottom: 10%;
}
.original-content-text3{
    position: relative;
}
.original-content-img-decorate2{
    width: 10%;
        left: -14%;
        bottom: 10%;
}
.original-content-img-box3{
    position: relative;
}
.original-content-img-btn{
    width: 10%;
    position: absolute;
    right: 6%;
    bottom: 17%;
}
.original-link-li{
    background: rgba(191,165,121,.1);
}
.original-link-li .common-content-link-li-text{
    background: url(../images/column/icon-original-common-goto.png) no-repeat 98% 60% / 4% auto 
}










/* 音频播放 */
.original-box{
    background: url(../images/column/bg-original-column.jpg) no-repeat center bottom / 100% 100%;
}
.future-audio-box{
    position: fixed;
    bottom: 22%;
    left: 3%;
}
.originality-box .future-audio-box,
.original-box .future-audio-box{
    width: 9%;
}
.buildbeauty-box .future-audio-box{
    width: 10%;
}
.future-audio{
    display: none;
}
.future-img{
    width: 100%;
    cursor: pointer;
    position: relative;
}
.future-close{
    width: 11%;
    height: 8%;
    position: absolute;
    top: 0;
    right: 0;
}








































@media screen and (max-width:1680px){
    .common-nav-tackback-text{
        width: 21px;
        margin: 0 auto 10%;
    }
    .common-nav-tackback-img{
        width: 60%;
        margin: 0 auto;
    }
    .common-nav-cont-li.active{
        border-radius: 17px;
    }
    .common-nav-column:after{
        width: 15px;
        height: 15px;
    }


/*     .common-content-text p{
        font-size: 20px;
    }
    .common-content-img-text p{
        font-size: 14px;
    }
    .common-content-link-li-text p{
        font-size: 19px;
    }

    .renovate1-content-sub-title h2, .environment-content-sub-title h2, .unbounded-content-sub-title h2{
        font-size: 26px;
    }
    .renovate2-content-img-right p{
        font-size: 20px;
    } */
}
/* @media screen and (max-width:1280px){
    .common-content-link-li-text p{
        font-size: 18px;
    }
} */
































