.one {
    display: flex;
    justify-content: center;
    position: relative;
}

.one > img {
    position: absolute;
}

.one .ash {
    width: 49.94791667vw;
    height: 20.83333333vw;
    position: absolute;
    bottom: 77px;
    right: 0;
    background-color: rgba(228, 225, 220, 0.22);
}

.one .wrap {
    width: auto;
    margin: 0 auto;
    padding-top: 30px;
}

.one .wrap .top .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one .wrap .top .title h3 {
    color: #CAA672;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.one .wrap .top .title h4 {
    color: #666;
    font-size: 13px;
    margin-top: 10px;
    font-weight: normal;
}

.one .wrap .top .title .lineBox {
    margin-top: 33px;
    width: 200px;
    height: 1px;
    background-color: #E8E8E8;
    display: flex;
    justify-content: center;
}

.one .wrap .top .title .lineBox .line {
    width: 80px;
    height: 1px;
    background-color: #CAA672;
}

.one .wrap .top .main {
    width: 1420px;
    margin: 0 auto;
}

.one .wrap .top .main .list {
    width: 900px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
}
.one .wrap .top .main .list .item{ padding-left:10px;}
.one .wrap .top .main .list .item .value {
    font-size: 36px;
    font-weight: 700;
    color: #CAA672;
    line-height: 1;
}
.one .wrap .top .main .list .item .value .num {
    font-size: 36px;
    margin-right: 5px;
}

.one .wrap .top .main .list .item .key {
    margin-top: 10px;
    font-size: 13px;
	color:#666666;
	padding-right:10px;

}

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

.one .wrap .bottom {
    width: 1789px;
    margin: 80px auto 0;
    display: flex;
}

.one .wrap .bottom .left {
    width: 1000px;
    position: relative;
}

.one .wrap .bottom .left .swiper {
    overflow: unset;
}

.one .wrap .bottom .left .swiper-slide {
    opacity: 0 !important;
}

.one .wrap .bottom .left .swiper-slide-active {
    opacity: 1 !important;
}

.one .wrap .bottom .left .img {
    overflow: hidden;
}

.one .wrap .bottom .left .img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 2s;
}

.one .wrap .bottom .right {
    margin-left: 113px;
}

.one .wrap .bottom .right .title {
    margin-top: 101px;
}

.one .wrap .bottom .right .title h4 {
    color: #CBA875;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.one .wrap .bottom .right .title h5 {
    font-size: 13px;
    margin-top: 10px;
    font-weight: normal;
	color:#666666
}

.one .wrap .bottom .right .list {
    margin-top: 66px;
}

.one .wrap .bottom .right .list .item {
    color: #909090;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 1s;
}

.one .wrap .bottom .right .list .item .drop {
    width: 8px;
    height: 8px;
    border: 2px solid #E1E1E1;
    border-radius: 50%;
    margin-right: 16px;
    transition: all 1s;
}

.one .wrap .bottom .right .list .item:hover {
    color: #CAA672;
}

.one .wrap .bottom .right .list .item:hover .drop {
    border-color: #E0A44C;
}

.one .wrap .bottom .right .list .item.active {
    color: #CAA672;
}

.one .wrap .bottom .right .list .item.active .drop {
    border-color: #E0A44C;
}

.tow {
    height: 600px;
    position: relative;
}

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

.tow .wrap {
    position: absolute;
    width: 1202px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}

.tow .wrap .top {
    text-align: center;
}

.tow .wrap .top h3 {
    color: #CAA774;
    font-size: 20px;
    /* font-weight: 400; */
    line-height: 1;
    font-weight: normal;
}

.tow .wrap .top h4 {
    color: #666;
    font-size: 13px;
    margin-top: 10px;
    transition-delay: 0.2s;
    font-weight: normal;
}

.tow .wrap .top p {
    width: 970px;
    margin: 25px auto 0;
    color: #666;
    font-size: 13px;
    line-height: 22px;
  
}

.tow .wrap .bottom {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.tow .wrap .bottom .swiper-container {
    overflow: hidden;
    height: 450px;
}

.tow .wrap .bottom .swiper-slide {
    perspective: 500px;
    display: flex;
    align-items: center;
}

.tow .wrap .bottom .swiper-slide .img {
    transition: all 1s;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}

.tow .wrap .bottom .swiper-slide .img::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    transition: all 1s;
}

.tow .wrap .bottom .swiper-slide-prev {
    transform-style: preserve-3d;
    z-index: 10;
}

.tow .wrap .bottom .swiper-slide-prev .img {
    transform: rotateY(30deg);
    -webkit-transform: rotateY(30deg);
}

.tow .wrap .bottom .swiper-slide-next {
    transform-style: preserve-3d;
    z-index: 10;
}

.tow .wrap .bottom .swiper-slide-next .img {
    transform: rotateY(-30deg);
    -webkit-transform: rotateY(-30deg);
}

.tow .wrap .bottom .swiper-slide-active,
.tow .wrap .bottom .swiper-slide-duplicate-active {
    z-index: 999;
}

.tow .wrap .bottom .swiper-slide-active .img,
.tow .wrap .bottom .swiper-slide-duplicate-active .img {
    transform: scale(1.8);
}

.tow .wrap .bottom .swiper-slide-active .img::after,
.tow .wrap .bottom .swiper-slide-duplicate-active .img::after {
    opacity: 0;
}

.tow .wrap .bottom .swiper-button-prev,
.tow .wrap .bottom .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #DEDEDE;
    transition: all 1s;
    cursor: pointer;
}

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

.tow .wrap .bottom .swiper-button-prev span,
.tow .wrap .bottom .swiper-button-next span {
    color: #4A4A4A;
    font-size: 28px;
    transition: all 1s;
}

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

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

.tow .wrap .bottom .swiper-button-prev {
    left: -100px;
}

.tow .wrap .bottom .swiper-button-prev span {
    transform: rotate(-180deg);
}

.tow .wrap .bottom .swiper-button-next {
    right: -100px;
}

.there {
    padding-top: 105px;
    padding-bottom: 87px;
}

.there .wrap {
    width: 1418px;
    margin: 0 auto;
}

.there .wrap .top {
    width: 963px;
    margin: 0 auto;
    text-align: center;
}

.there .wrap .top h3 {
    font-size: 20px;
    color: #CAA672;
    line-height: 1;
    font-weight: normal;
}

.there .wrap .top h4 {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    transition-delay: 0.2s;
    font-weight: normal;
}

.there .wrap .top p {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    margin-top:25px;
    transition-delay: 0.4s;
}

.there .wrap .bottom {
    margin-top: 56px;
}

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

.there .wrap .bottom .item:hover .text {
    color: #CAA672;
}

.there .wrap .bottom .item .img {
    transition: all 1s;
}

.there .wrap .bottom .item .img img {
    width: 100%;
    transition: all 1s;
    display: block;
}

.there .wrap .bottom .item .text {
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height:22px;
    transition: all 1s;
}
.there .wrap .bottom .item .text p{ font-size:12px}
@media screen and (max-width: 1600px) {
  .there .wrap{
    width: 100%;
    padding: 0 100px;
  }
}