﻿.part_one .swiper-container-horizontal>.swiper-pagination{
    bottom: 50%;
    right: 6%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}
.part_one .swiper-container .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: url(../images/index_banner_icon01.png);
}
.part_one .swiper-container .swiper-pagination-bullet-active{
    width: 16px;
    height: 16px;
    background: url(../images/index_banner_icon02.png);
}
@media (max-width:760px){
    .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
        margin: 10px auto;
    }
}

/* 产品系列 */
.index_product{
    background-color: #ffffff;
}
.index_product .content{
    width: 75%;
    margin: 0 auto;
}
/* 拜占庭迷藏 */
.index_product .content .product_content01{
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, .1);
}
.index_product .content .product_content01 .left{
    width: 50%;
    padding: 3%;
}
.index_product .content .product_content01 .left .list_img{
    position: relative;
    width: 100%;
    padding-bottom: 88.8%;
    overflow: hidden;
}
.index_product .content .product_content01 .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content01 .left .list_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.index_product .content .product_content01 .left:hover .list_img .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_product .content .product_content01 .right{
    width: 50%;
    padding: 0 5% 0 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.index_product .content .product_content01 .right .theme{
    margin-bottom: 10%;
    position: relative;
}
.index_product .content .product_content01 .right .theme::after{
    content: "";
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.index_product .content .product_content01 .right .theme h1{
    font-size: 35px;
    color: #222222;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content01 .right .theme h1::first-letter{
    font-size: 50px;
}
.index_product .content .product_content01 .right .theme p{
    font-size: 30px;
    color: #222222;
    font-weight: lighter;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content01 .right .info{
    width: 60%;
    margin-bottom: 10%;
}
.index_product .content .product_content01 .right .info p{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    font-weight: lighter;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content01 .right .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
}
.index_product .content .product_content01 .right .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.index_product .content .product_content01 .right .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content01 .right .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content01 .right .img{
    position: absolute;
    right: 10%;
    bottom: 6%;
    width: 27.7%;
}
.index_product .content .product_content01 .right .img img{
    width: 100%;
}
@media (max-width:1400px){
    .index_product .content{
        width: 85%;
    }
    .index_product .content .product_content01 .right .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .index_product .content .product_content01 .right .theme h1::first-letter{
        font-size: 45px;
    }
    .index_product .content .product_content01 .right .theme p{
        font-size: 26px;
        line-height: 40px;
    }
}
@media (max-width:1200px){
    .index_product .content{
        width: 95%;
    }
    .index_product .content .product_content01 .right .theme h1{
        font-size: 26px;
        line-height: 32px;
    }
    .index_product .content .product_content01 .right .theme h1::first-letter{
        font-size: 40px;
    }
    .index_product .content .product_content01 .right .theme p{
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width:1000px){
    .index_product .content .product_content01{
        margin-top: 75px;
    }
}
@media (max-width:760px){
    .index_product .content .product_content01{
        flex-wrap: wrap;
    }
    .index_product .content .product_content01 .left{
        width: 100%;
        padding: 4%;
    }
    .index_product .content .product_content01 .right{
        width: 100%;
        padding: 8% 4%;
    }
}
@media (max-width:550px){
    .index_product .content .product_content01{
        margin-top: 60px;
    }
    .index_product .content .product_content01 .right .theme h1{
        font-size: 20px;
    }
    .index_product .content .product_content01 .right .theme h1::first-letter{
        font-size: 35px;
    }
    .index_product .content .product_content01 .right .theme p{
        font-size: 18px;
    }

    .index_product .content .product_content01 .right .info p{
        line-height: 20px;
        font-size: 12px;
    }
}

/* Brand story */
.index_product .content .product_content02{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content02 .theme{
    margin-bottom: 3%;
}
.index_product .content .product_content02 .theme h1{
    text-align: center;
    font-size: 35px;
    color: #222222;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content02 .theme h1::first-letter{
    font-size: 50px;
}
.index_product .content .product_content02 .info{
    margin-bottom: 4%;
    text-align: center;
}
.index_product .content .product_content02 .info p{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
}
.index_product .content .product_content02 .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content02 .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.index_product .content .product_content02 .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content02 .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
@media (max-width:1400px){
    .index_product .content .product_content02 .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .index_product .content .product_content02 .theme h1::first-letter{
        font-size: 45px;
    }
}
@media (max-width:1200px){
    .index_product .content .product_content02 .theme h1{
        font-size: 26px;
        line-height: 32px;
    }
    .index_product .content .product_content02 .theme h1::first-letter{
        font-size: 40px;
    }
}
@media (max-width:1000px){
    .index_product .content .product_content02{
        margin-top: 90px;
    }
}
@media (max-width:550px){
    .index_product .content .product_content02{
        margin-top: 60px;
    }
    .index_product .content .product_content02 .theme h1{
        font-size: 20px;
    }
    .index_product .content .product_content02 .theme h1::first-letter{
        font-size: 35px;
    }
    .index_product .content .product_content02 .info p{
        line-height: 24px;
        font-size: 12px;
    }
}

/* 波普的欢乐 */
.index_product .content .product_content03{
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
}
.index_product .content .product_content03 .left{
    width: 45%;
}
.index_product .content .product_content03 .left .list_img{
    position: relative;
    width: 100%;
    padding-bottom: 104.76%;
    overflow: hidden;
}
.index_product .content .product_content03 .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content03 .left .list_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.index_product .content .product_content03 .left:hover .list_img .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_product .content .product_content03 .right{
    width: 55%;
    padding: 0 6%;
    position: relative;
}
.index_product .content .product_content03 .right .theme{
    margin: 10% 0;
    position: relative;
}
.index_product .content .product_content03 .right .theme::after{
    content: "";
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.index_product .content .product_content03 .right .theme h1{
    font-size: 35px;
    color: #222222;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content03 .right .theme h1::first-letter{
    font-size: 50px;
}
.index_product .content .product_content03 .right .theme p{
    font-size: 30px;
    color: #222222;
    font-weight: lighter;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content03 .right .info{
    width: 60%;
    margin-bottom: 12%;
}
.index_product .content .product_content03 .right .info p{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    font-weight: lighter;
}
.index_product .content .product_content03 .right .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content03 .right .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.index_product .content .product_content03 .right .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content03 .right .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content03 .right .img{
    position: absolute;
    right: 10%;
    bottom: 6%;
    width: 37%;
}
.index_product .content .product_content03 .right .img img{
    width: 100%;
}
@media (max-width:1400px){
    .index_product .content .product_content03 .right .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .index_product .content .product_content03 .right .theme h1::first-letter{
        font-size: 45px;
    }
    .index_product .content .product_content03 .right .theme p{
        font-size: 26px;
        line-height: 40px;
    }
}
@media (max-width:1200px){
    .index_product .content .product_content03 .right .theme h1{
        font-size: 26px;
        line-height: 32px;
    }
    .index_product .content .product_content03 .right .theme h1::first-letter{
        font-size: 40px;
    }
    .index_product .content .product_content03 .right .theme p{
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width:1000px){
    .index_product .content .product_content03{
        margin-top: 100px;
    }
}
@media (max-width:760px){
    .index_product .content .product_content03{
        flex-wrap: wrap;
    }
    .index_product .content .product_content03 .left{
        width: 100%;
        padding: 4%;
    }
    .index_product .content .product_content03 .right{
        width: 100%;
        padding: 4% 4% 8%;
    }
}
@media (max-width:550px){
    .index_product .content .product_content03{
        margin-top: 60px;
    }
    .index_product .content .product_content03 .right .theme h1{
        font-size: 20px;
    }
    .index_product .content .product_content03 .right .theme h1::first-letter{
        font-size: 35px;
    }
    .index_product .content .product_content03 .right .theme p{
        font-size: 18px;
    }
    .index_product .content .product_content03 .right .info p{
        line-height: 20px;
        font-size: 12px;
    }
}

/* 波普的欢乐 */
.index_product .content .product_content04{
    margin-top: 180px;
    display: flex;
    justify-content: space-between;
}
.index_product .content .product_content04 .left{
    width: 45%;
}
.index_product .content .product_content04 .left .list_img{
    position: relative;
    width: 100%;
    padding-bottom: 111.11%;
    overflow: hidden;
}
.index_product .content .product_content04 .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content04 .left .list_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.index_product .content .product_content04 .left:hover .list_img .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_product .content .product_content04 .right{
    width: 55%;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_product .content .product_content04 .right .theme{
    margin: 12% 0;
    position: relative;
    text-align: center;
}
.index_product .content .product_content04 .right .theme::after{
    content: "";
    position: absolute;
    bottom: -25%;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #a72126;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.index_product .content .product_content04 .right .theme h1{
    font-size: 35px;
    color: #222222;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content04 .right .theme h1::first-letter{
    font-size: 50px;
}
.index_product .content .product_content04 .right .theme p{
    font-size: 30px;
    color: #222222;
    font-weight: lighter;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content04 .right .info{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12%;
}
.index_product .content .product_content04 .right .info p{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    font-weight: lighter;
}
.index_product .content .product_content04 .right .more{
    text-align: center;
    margin-bottom: 16%;
}
.index_product .content .product_content04 .right .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content04 .right .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.index_product .content .product_content04 .right .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content04 .right .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content04 .right .img{
    width: 26.1%;
    margin: 0 auto;
}
.index_product .content .product_content04 .right .img img{
    width: 100%;
}
@media (max-width:1600px){
    .index_product .content .product_content04 .right .theme{
        margin: 10% 0;
    }
    .index_product .content .product_content04 .right .info{
        margin-bottom: 10%;
    }
    .index_product .content .product_content04 .right .more{
        margin-bottom: 14%;
    }
}
@media (max-width:1400px){
    .index_product .content .product_content04 .right .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .index_product .content .product_content04 .right .theme h1::first-letter{
        font-size: 45px;
    }
    .index_product .content .product_content04 .right .theme p{
        font-size: 26px;
        line-height: 40px;
    }
}
@media (max-width:1200px){
    .index_product .content .product_content04 .right .theme h1{
        font-size: 26px;
        line-height: 32px;
    }
    .index_product .content .product_content04 .right .theme h1::first-letter{
        font-size: 40px;
    }
    .index_product .content .product_content04 .right .theme p{
        font-size: 22px;
        line-height: 32px;
    }
    .index_product .content .product_content04 .right .info{
        width: 80%;
    }
}
@media (max-width:1000px){
    .index_product .content .product_content04{
        margin-top: 120px;
    }
}
@media (max-width:760px){
    .index_product .content .product_content04{
        flex-wrap: wrap;
    }
    .index_product .content .product_content04 .left{
        width: 100%;
        padding: 4%;
    }
    .index_product .content .product_content04 .right{
        width: 100%;
        padding: 4% 4% 8%;
    }
}
@media (max-width:550px){
    .index_product .content .product_content04{
        margin-top: 60px;
    }
    .index_product .content .product_content04 .right .theme h1{
        font-size: 20px;
    }
    .index_product .content .product_content04 .right .theme h1::first-letter{
        font-size: 35px;
    }
    .index_product .content .product_content04 .right .theme p{
        font-size: 18px;
    }
    .index_product .content .product_content04 .right .info p{
        line-height: 20px;
        font-size: 12px;
    }
}

/* 美美与共 · 天下大同 */
.index_product .content .product_content05{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.index_product .content .product_content05 .left{
    width: 54%;
}
.index_product .content .product_content05 .left .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.index_product .content .product_content05 .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content05 .left .list_img .img img{
    width: 100%;
}
.index_product .content .product_content05 .left .list_img video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.index_product .content .product_content05 .left .list_img .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 60px;
    height: 60px;
    background: url(../images/index_play.png) no-repeat;
    background-size: cover !important;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    cursor: pointer;
}
.index_product .content .product_content05 .right{
    width: 46%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content05 .right .theme{
    width: 100%;
    padding: 8% 10%;
    position: relative;
}
.index_product .content .product_content05 .right .theme
::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -4%;
    width: 104%;
    height: 2px;
    background-color: #a72126;
}
.index_product .content .product_content05 .right .theme h1{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 2px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content05 .right .img{
    width: 27.8%;
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
}
.index_product .content .product_content05 .right .img img{
    width: 100%;
}
@media (max-width:1200px){
    .index_product .content .product_content05 .right .theme h1{
        font-size: 16px;
    }
}
@media (max-width:1000px){
    .index_product .content .product_content05 .left .list_img .play{
        width: 40px;
        height: 40px;
    }
    .index_product .content .product_content05 .right .theme{
        padding: 6% 8%;
    }
    .index_product .content .product_content05 .right .theme h1{
        font-size: 16px;
        letter-spacing: 0px;
    }
}
@media (max-width:760px){
    .index_product .content .product_content05{
        flex-wrap: wrap;
    }
    .index_product .content .product_content05 .left{
        width: 100%;
    }
    .index_product .content .product_content05 .right{
        width: 100%;
    }
    .index_product .content .product_content05 .right .theme{
        padding: 15% 8%;
    }
    .index_product .content .product_content05 .right .theme ::after{
        left: 0%;
        width: 100%;
    }
    .index_product .content .product_content05 .right .theme h1{
        font-size: 14px;
    }
}

/* 美述家匠心之作 */
.index_product .content .product_content06{
    margin-top: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_product .content .product_content06 .left{
    width: 32.6%;
}
.index_product .content .product_content06 .left .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 127.6%;
    overflow: hidden;
}
.index_product .content .product_content06 .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content06 .left .list_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.index_product .content .product_content06 .left:hover .list_img .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_product .content .product_content06 .center{
    width: 34.7%;
    margin-left: -5.5%;
    background-color: #f6f6f6;
    z-index: 2;
    padding: 3% 6%;
}
.index_product .content .product_content06 .center .theme{
    margin-bottom: 14%;
    position: relative;
}
.index_product .content .product_content06 .center .theme::after{
    content: "";
    position: absolute;
    bottom: -6%;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.index_product .content .product_content06 .center .theme h1{
    font-weight: lighter;
    font-size: 20px;
    color: #222222;
    line-height: 40px;
    margin-bottom: 8%;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content06 .center .theme h1 span{
    display: block;
    font-size: 30px;
    color: #222222;
    line-height: 40px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content06 .center .theme h2{
    font-size: 35px;
    color: #222222;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 8%;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content06 .center .theme h2::first-letter{
    font-size: 50px;
}
.index_product .content .product_content06 .center .theme p{
    font-size: 26px;
    color: #222222;
    line-height: 40px;
    margin-bottom: 8%;
    font-weight: lighter;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content06 .center .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_product .content .product_content06 .center .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.index_product .content .product_content06 .center .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content06 .center .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_product .content .product_content06 .right{
    width: 38.1%;
}
.index_product .content .product_content06 .right .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 109%;
    overflow: hidden;
}
.index_product .content .product_content06 .right .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_product .content .product_content06 .right .list_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.index_product .content .product_content06 .right:hover .list_img .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:1600px){
    .index_product .content .product_content06 .center .theme p{
        font-size: 22px;
    }
    .index_product .content .product_content06 .center .theme h2{
        font-size: 30px;
        line-height: 40px;
    }
    .index_product .content .product_content06 .center .theme h2::first-letter{
        font-size: 45px;
    }
}
@media (max-width:1400px){
    .index_product .content .product_content06 .center{
        padding: 3% 4%;
    }
    .index_product .content .product_content06 .center .theme h2{
        font-size: 26px;
        line-height: 32px;
    }
    .index_product .content .product_content06 .center .theme h2::first-letter{
        font-size: 36px;
    }
    .index_product .content .product_content06 .center .theme h1{
        font-size: 18px;
        line-height: 30px;
    }
    .index_product .content .product_content06 .center .theme h1 span{
        font-size: 24px;
        line-height: 30px;
    }
    .index_product .content .product_content06 .center .theme p{
        font-size: 20px;
    }
}
@media (max-width:1200px){
    .index_product .content .product_content06 .center .theme h2{
        font-size: 20px;
        line-height: 30px;
    }
    .index_product .content .product_content06 .center .theme h2::first-letter{
        font-size: 30px;
    }
    .index_product .content .product_content06 .center .theme h1{
        font-size: 16px;
        line-height: 26px;
    }
    .index_product .content .product_content06 .center .theme h1 span{
        font-size: 18px;
        line-height: 26px;
    }
    .index_product .content .product_content06 .center .theme p{
        font-size: 16px;
    }
}
@media (max-width:1000px){
    .index_product .content .product_content06{
        margin-top: 120px;
    }
}
@media (max-width:760px){
    .index_product .content .product_content06{
        flex-wrap: wrap;
    }
    .index_product .content .product_content06 .left{
        width: 100%;
    }
    .index_product .content .product_content06 .center{
        width: 100%;
        margin-left: 0;
        padding: 4% 8%;
    }
    .index_product .content .product_content06 .right{
        width: 100%;
    }
    .index_product .content .product_content06 .center .theme h1{
        margin-bottom: 6%;
    }
    .index_product .content .product_content06 .center .theme h2{
        margin-bottom: 6%;
    }
    .index_product .content .product_content06 .center .theme{
        margin-bottom: 10%;
    }
}
@media (max-width:550px){
    .index_product .content .product_content06{
        margin-top: 60px;
    }
    .index_product .content .product_content06 .center .theme h1{
        font-size: 14px;
        line-height: 24px;
    }
    .index_product .content .product_content06 .center .theme h1 span{
        font-size: 16px;
        line-height: 24px;
    }
}

/* VR展厅 */
.index_vr{
    padding: 150px 0;
    margin-top: 200px;
    background: url(../images/index_vr——back01.jpg) no-repeat;
    background-size: cover !important;
}
.index_vr .content{
    width: 75%;
    margin: 0 auto;
}
.index_vr .content .boxlist{
    text-align: center;
}
.index_vr .content .boxlist .theme{
    margin-bottom: 3%;
}
.index_vr .content .boxlist .theme h1{
    color: #ffffff;
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_vr .content .boxlist .theme h1 span{
    font-size: 40px;
    
    font-weight: 100;
}
.index_vr .content .boxlist .theme p{
    color: #ffffff;
    font-size: 30px;
    font-weight: lighter;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_vr .content .boxlist .more a span{
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.index_vr .content .boxlist .more a img{
    width: 8px;
    height: 9px;
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.index_vr .content .boxlist .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.index_vr .content .boxlist .more a:hover img{
    filter: brightness(1);
    -webkit-filter: brightness(1);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
@media (max-width:1400px){
    .index_vr .content{
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .index_vr .content{
        width: 95%;
        margin: 0 auto;
    }
    .index_vr .content .boxlist .theme h1{
        font-size: 22px;
        line-height: 40px;
    }
    .index_vr .content .boxlist .theme h1 span{
        font-size: 32px;
    }
    .index_vr .content .boxlist .theme p{
        font-size: 22px;
        line-height: 40px;
    }
    .index_vr{
        padding: 120px 0;
    }
}
@media (max-width:1000px){
    .index_vr{
        margin-top: 130px;
    }
}

