.one {
    margin-top: 40px;
}

.one .tab {
    width: 1200px;
    margin: 0 auto 80px;
    border-bottom: 1px #EDEDED solid;
}

.one .tab .list {
    display: flex;
}

.one .tab .list .item {
    width: 50%;
    text-align: center;
    color: #818181;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all 1s;
    /* font-size: 28px; */
    font-size: 16px;
    line-height: 1;
}

.one .tab .list .item.active {
    color: #000000;
}

.one .tab .line {
    height: 2px;
    width: 50%;
    background-color: #CAA672;
    transition: all 1s;
}

.one .main {
    display: flex;
}

.one .main .left,
.one .main .right {
    width: 50%;
}

.one .main.active .left {
    transform: translateX(0);
}

.one .main.active .right h3,
.one .main.active .right h4,
.one .main.active .right p {
    opacity: 1;
    transform: translateY(0);
}

.one .main .left {
    transform: translateX(100%);
    z-index: 10;
    transition: all 1.5s;
}

.one .main .left img {
    width: 100%;
    height: auto;
}

.one .main .right {
    background-color: #F8F8F8;
    padding: 167px 180px 0 117px;
    position: relative;
}

.one .main .right h3 {
    color: #000000;
    /* font-size: 40px; */
    font-size: 20px;
    line-height: 1;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s 1s;
    font-weight: normal;
}

.one .main .right h4 {
    color: #666;
    font-size: 13px;
    /* margin-top: 20px; */
    margin-top: 10px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1.4s 1s;
    font-weight: normal;
}

.one .main .right p {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    margin-top: 40px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1.8s 1s;

}

.one .main .right .text {
    position: absolute;
    font-size: 200px;
    color: rgba(129, 129, 129, 0.02);
    left: 93px;
    bottom: -50px;
    white-space: nowrap;
    line-height: 1;
}

.tow {
    position: relative;
}

.tow > img {
    position: absolute;
    z-index: -1;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
}

.tow .wrap {
    width: 834px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tow .wrap .list {
    display: flex;
    justify-content: space-between;
}

.tow .wrap .list .item {
    flex: 1;
    transition: all 1s;
}

.tow .wrap .list .item:hover .img {
    transform: translateY(-20px);
}

.tow .wrap .list .item:hover .text {
    color: #CAA672;
    transform: translateY(-20px);
}

.tow .wrap .list .item:nth-child(3n-1).aos-animate {
    transition-delay: 0.2s;
}

.tow .wrap .list .item:nth-child(3n).aos-animate {
    transition-delay: 0.4s;
}

.tow .wrap .list .item {
    margin: 0 15px;
}

.tow .wrap .list .item .img {
    height: 170px;
    background-color: #FCFCFC;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
	overflow:hidden;
}

.tow .wrap .list .item .text {
    color: #666;
    font-size: 13px;
    margin-top: 10px;
    transition: all 1s;
    padding-left: 20px;
}

@media screen and (max-width: 1600px) {
    .one .main .right {
        padding: 5%;
    }
}