.one {
    margin-top: 40px;
}

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

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

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

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

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

.one .main .top {
    max-width: 70%;
    margin: 0 auto;
}

.one .main .top h3 {
    color: #cba875;
    /* font-size: 40px; */
    font-size: 26px;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
}

.one .main .top h4 {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    transition-delay: 0.2s;
    font-weight: normal;
	color:#666666;
}

.one .main .top p {
    text-align: center;
    margin-top: 25px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    transition-delay: 0.4s;
}

.one .main .bottom {
    margin: 45px auto 0;
    max-width: 70%;
}

.one .main .bottom .list {
    margin-top: 40px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.one .main .bottom .list .item {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 60px;
    margin-top: 20px;
}

.one .main .bottom .list .item .value {
    color: #CAA672;
    font-size: 16px;
}

.one .main .bottom .list .item .value .num {
    color: #CAA672;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.one .main .bottom .list .item .key {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

.one .main .bottom .list .line {
    width: 1px;
    height: 66px;
    background-color: #CAA672;
}

.tow {
    margin-top: 60px;
    position: relative;
}

.tow > img {
    width: 100%;
    height: auto;
}

.tow .main {
    position: absolute;
    padding-top: 30px;
    height:95%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.tow .main .top {
    width: 49.47916667vw;
    margin: 0 auto;
}

.tow .main .top h3 {
    color: #cba875;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    font-weight: normal;
}

.tow .main .top h4 {
    text-align: center;
    margin-top: 0.625vw;
    font-size: 13px;
    transition-delay: 0.2s;
    font-weight: normal;
	color:#666666
}

.tow .main .top p {
    min-height: 3em;
    margin-top: 45px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    transition-delay: 0.4s;
    font-family: 'Source Han Sans';
    text-align: center;
}

.tow .main .bottom {
    width: 72.39583333vw;
    margin-top: 2.08333333vw;
}

.tow .main .bottom .swiper-slide .img {
    overflow: hidden;
}

.tow .main .bottom .swiper-slide .img img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

.tow .main .bottom .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.tow .main .bottom .swiper-button-next,
.tow .main .bottom .swiper-button-prev {
    width: 3.07291667vw;
    height: 3.07291667vw;
    background-color: #DEDEDE;
    border-radius: 50%;
    transition: all 1s;
}

.tow .main .bottom .swiper-button-next span,
.tow .main .bottom .swiper-button-prev span {
    color: #4a4a4a;
    font-size: 1.25vw;
    transition: all 1s;
}

.tow .main .bottom .swiper-button-next::after,
.tow .main .bottom .swiper-button-prev::after {
    display: none;
}

.tow .main .bottom .swiper-button-next:hover,
.tow .main .bottom .swiper-button-prev:hover {
    background-color: #CAA672;
}

.tow .main .bottom .swiper-button-next:hover span,
.tow .main .bottom .swiper-button-prev:hover span {
    color: #fff;
}

.tow .main .bottom .swiper-button-prev {
    transform: rotate(180deg);
    top: auto;
    bottom: 3.02083333vw;
    left: -1.77083333vw;
}

.tow .main .bottom .swiper-button-next {
    top: auto;
    bottom: 3.02083333vw;
    left: 3.125vw;
}