/* index */
.box {
    height: 100%;
    background-color: #f2f2f2;
}

.box>ul {
    width: 92%;
    margin: auto;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box>ul>.index-item {
    margin-top: 10px;
    width: 48%;
    border-radius: 4px;
    overflow: hidden;
}

.box>ul>.index-item>a>.index-item-img {
    width: 100%;
    height: 18vh;
}

.box>ul>.index-item>a>.index-item-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-item-text {
    background-color: #fff;
}

.index-item-text>h4 {
    margin-left: 10px;
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出文字省略号 */
    white-space: nowrap;
    /* 文字不换行 */

}

.index-item-text>p {
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出文字省略号 */
    white-space: nowrap;
    /* 文字不换行 */
}

.nav {
    position: fixed;
    width: 49px;
    height: 49px;
    right: 15px;
    bottom: 100px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 1px rgba(61, 133, 227, .5);
}

.nav>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu {
    top: 0;
    bottom: 0;
    right: -100%;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
}

.menu>ul {
    width: 202px;
    height: 345px;
    background-color: #fff;
    position: absolute;
    right: -202px;
    bottom: 100px;
    border-radius: 24px;
}

.menu>ul>li>a {
    text-align: center;
    margin-top: 30px;
    display: block;
    color: #666666;
    font-size: 16px;
}

.a-active {
    color: #0056e5 !important;

}

.a-active::before {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background: #0056e5;
    position: absolute;
    top: 10px;
    left: 30%;
}

.menu-close {
    position: absolute;
    bottom: 115px;
    right: -187px;
    width: 18px;
    height: 18px;
}

.menu-close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* details */
.details-banner {
    width: 100%;
    height: 100vh;
}

.details-banner-img {
    width: 100%;
    height: 100%;
}

.details-banner-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-banner-text {
    width: 100%;
    text-align: center;
    margin-top: -54px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333333;
}

.details-banner-text-lcon {
    margin-top: 5px;
    width: 15px;
    margin-left: 50%;
    transform: translate(-50%);
}

.details-banner-text-lcon>img {
    width: 100%;
}

.details-nav {
    position: fixed;
    z-index: 8;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.details-nav>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-menu {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100vh;
    right: -100vw;
    background-color: #fff;
}

.detail-menu>ul>li {
    position: relative;
}

.detail-menu>ul>li>a {
    margin-top: 30px;
    display: block;
    text-align: center;
}

.detail-menu>ul>li:nth-child(1)>a {
    margin-top: 137px;
}

.detail-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 20px;

}

.detail-close>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-box {
    width: 100%;
    background: url(../img/detail1-bj.png) no-repeat center center;
    background-size: cover;
}

.box2 {
    background: url(../img/detail2-bj.png) no-repeat;
    background-size: cover;
}

.box3 {
    background: url(../img/detail3-bj.png);
    background-size: cover;
}

.box4 {
    background: url(../img/detail4-bj.png);
    background-size: cover;
}

.box5 {
    background: url(../img/detail5-bj.png);
    background-size: cover;
}

.box6 {
    background: url(../img/detail6-bj.png);
    background-size: cover;
    overflow: hidden;
}

.box6 .details-center-1-box {
    width: 84%;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #fff;
    transform: rotate(-2deg);
}

.box6 .details-center-1 {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, .85);
    transform: rotate(2deg);
}

.details-center-1-title {
    padding-top: 46px;
    display: inline-block;
    overflow: hidden;
    margin-left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
}

.details-center-1-title-h2 {
    display: inline-block;
    text-align: center;
    background-color: #fd5d83;
    border-radius: 16px;
    border: solid 1px #000000;
}

.box2 .details-center-1-title-h2 {
    background-color: transparent !important;
    border: none;
}

.box4 .details-center-1-title-h2 {
    background-color: transparent !important;
    border: none;
}

.details-box .details-center-1-title-h2 h2 {
    display: inline-block;
    font-family: "zcool gdh";
    padding: 8px 34px;
    text-align: center;
    transform: translateY(-2px);
    background-color: #fd5d83;
    border-radius: 16px;
    border: solid 1px #000000;
    letter-spacing: 0px;
    color: #fefefe;
    font-size: 23px;
}
.details-box .details-center-1-title-h2 h2 span{
    display: inline-block;
    transform: scale(1,1.4);
    display: inline-block;
    transform: scale(1,1.4);
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box2 .details-center-1-title-h2 h2 {
    background-color: transparent !important;
    border-radius: 16px;
    border: none;
    letter-spacing: 0px;
    color: #653f14;
    font-size: 23px;
}

.box4 .details-center-1-title-h2 h2 {
    padding: 12px;
    background-color: transparent !important;
    background: url(../img/details4-center-1-title-h2.png) no-repeat center center;
    background-size: 110%;
    background-position-y: 24px;
    border-radius: 16px;
    border: none;
    letter-spacing: 0px;
    color: #f2708a;
    font-size: 23px;
}

.box5 .details-center-1-title-h2 h2 {
    padding: 14px 60px;
    background: url(../img/details5-center-1-title-h2.png) no-repeat center center;
    background-size: cover;
    color: #fbdbcf;
}

.box3 .details-center-1-title-h2 h1 {
    font-size: 40px;
    margin: 0;
    transform: translateY(16px);
    letter-spacing: 0px;
    color: #fefefe;
    opacity: 0.1;
}

.box3 .details-center-1-title-h2 h2 {
    color: #ea4523;
}

.box6 .details-center-2 .details-center-1-title-h2 h2 span,
.box6 .details-center-3 .details-center-1-title-h2 h2 span,
.box6 .details-center-4 .details-center-1-title-h2 h2 span {
    background: linear-gradient(to bottom, #ac8b69, #dbc9b3);
    -webkit-background-clip: text;
    color: transparent;
}

.box6 .details-center-3 .details-center-1-title-h2 h2,
.box6 .details-center-4 .details-center-1-title-h2 h2 {
    font-weight: bold;
}
/* .box3  */
.details-center-1-title-h2 .details-center-1-title-h2-img{
    width: 198px;
    height: 54px;     
    transform: translateY(30px); 
}
.details-center-1-title-h2 .details-center-1-title-h2-img img{
    height: 100%;
    
}
.box6 .details-center-1-title-h2 p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box6 .details-center-1 .details-center-1-title-h2 h2 {
    color: #3a4ca4;
    font-size: 18px;
}

.box6 .details-center-1 .details-center-1-title-h2 h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #000000;
    transform: translate(-6px, -9px);
}

.box6 .details-center-1 .details-center-1-title-h2 h2::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #000000;
    transform: translate(6px, -9px);
}

.box3 .details-center-1-title-h2 h2 b {
    color: #fff;
}

.details-center-1-title>div {
    display: inline-block;
}

.details-center-1-title-bottom {
    width: 24px;
    height: 7px;
    margin-left: 50%;
    transform: translate(-50%);
}

.box3 .details-center-1-title-bottom {
    width: auto;
    height: auto;
}

.box3 .details-center-1-title-bottom p {
    letter-spacing: 0px;
    color: #fff;
    font-size: 12px;
}

.details-center-1-title-bottom>img {
    width: 100%;
}

.details-center-1-title-left1 {
    width: 18px;
    height: 32px;
    margin-right: 6px;
    transform: translateY(10px);
}

.box4 .details-center-1-title-left1 {
    width: 46px;
    height: 32px;
}

.box4 .details-center-2 .details-center-1-title-left1,
.box4 .details-center-4 .details-center-1-title-left1 {
    width: 33px;
    height: 66px;
    transform: translateY(40px);
}

.details-center-1-title-right1 {
    width: 18px;
    height: 32px;
    margin-left: 6px;
    transform: translateY(10px);
}

.box4 .details-center-1-title-right1 {
    width: 46px;
    height: 28px;
}

.box4 .details-center-2 .details-center-1-title-right1,
.box4 .details-center-4 .details-center-1-title-right1 {
    width: 33px;
    height: 51px;
    transform: translateY(24px);
}

.details-center-1-title-left1>img,
.details-center-1-title-right1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-center-1-title-left2 {
    width: 12px;
    height: 18px;
    transform: translateY(10px);
    margin-right: 26px;
}

.details-center-1-title-right2 {
    width: 9px;
    height: 11px;
    transform: translateY(-10px);
    margin-left: 26px;
}

.details-center-1-title-left2>img,
.details-center-1-title-right2>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-center-1-text {
    margin-top: 30px;
}

.details-center-1-text>p {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}

.box2 .details-center-1-text>p {
    color: #935f21;
}

.box3 .details-center-1-text>p {
    color: #fff;
}

.box6 .details-center-1-text>p {
    color: #333333;
}

.details-center-1-a {
    margin-top: 24px;
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #fd5d83;
}

.box2 .details-center-1-a {
    color: #8e550b;
}

.box3 .details-center-1-a {
    color: #fff;
}

.box4 .details-center-1-a {
    color: #ef7545;
}

.box6 .details-center-1-a {
    color: #ef7545;
}

.details-center-2 .details-center-1-title-h2 {
    background-color: #16afe8;
}

.details-center-2 .details-center-1-title-h2 h2 {
    background-color: #16afe8;
}

.details-center-2-text {
    margin-top: 40px;
}

.details-center-2-text>ul>li>p>span {
    font-size: 13px;
    letter-spacing: 0px;
    color: #333333;
}

.box2 .details-center-2-text>ul>li>p>span {
    color: #653f14;
}

.box3 .details-center-2-text>ul>li>p>span {
    color: #fff;
}

.details-center-2-text>ul>li {
    width: 94%;
    margin: auto;
    margin-top: 16px;
    display: flex;
    border-bottom: 1px solid #333;
}

.box2 .details-center-2-text>ul>li {
    border-bottom: 1px solid #8e550b;
}

.box3 .details-center-2-text>ul>li {
    border-bottom: 1px solid #fff;
}

.details-center-2-text>ul>li>p {
    width: 50%;
    margin-bottom: 8px;
}

.details-center-3-swiper {
    margin-top: 20px;
}

.details-center-3-swiper .swiper-container {
    width: 100%;
    height: 35vh;
    padding-bottom: 60px;
}
.box6 .details-center-3-swiper .swiper-container {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}

.details-center-3-swiper .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-center-3-swiper .swiper-slide {
    transform: scale(0.5);
}
.box6 .details-center-3-swiper .swiper-slide{
    transform: scale(1);
}
.details-center-3-swiper .swiper-slide-active,
.details-center-3-swiper .swiper-slide-duplicate-active {
    transform: scale(0.7) !important;
    transition: all 0.8s ease-in-out;
}
.box6 .details-center-3-swiper .swiper-slide-active,
.box6 .details-center-3-swiper .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    transition: all 0.8s ease-in-out;
}
.details-center-3-swiper .swiper-button-prev,
.details-center-3-swiper .swiper-container-rtl .swiper-button-next {
    background: url(../img/prev.png)no-repeat center center;
    background-size: cover;
    left: 8% !important;
}

.box2 .details-center-3-swiper .swiper-button-prev,
.box2 .details-center-3-swiper .swiper-container-rtl .swiper-button-next {
    background: url(../img/prev2.png)no-repeat center center;
    background-size: cover;
}

.box3 .details-center-3-swiper .swiper-button-prev,
.box3 .details-center-3-swiper .swiper-container-rtl .swiper-button-next {
    background: url(../img/prev3.png)no-repeat center center;
    background-size: cover;
}

.box4 .details-center-3-swiper .swiper-button-prev,
.box4 .details-center-3-swiper .swiper-container-rtl .swiper-button-next {
    background: url(../img/prev4.png)no-repeat center center;
    background-size: cover;
    color: #62534c;
}

.box6 .details-center-3-swiper .swiper-button-prev,
.box6 .details-center-3-swiper .swiper-container-rtl .swiper-button-next {
    background: url(../img/prev6.png)no-repeat center center;
    background-size: cover;
    color: #62534c;
}

.details-center-3-swiper .swiper-button-next,
.details-center-3-swiper .swiper-container-rtl .swiper-button-prev {
    background: url(../img/prev.png)no-repeat center center;
    background-size: cover;
    right: 8% !important;
}

.box2 .details-center-3-swiper .swiper-button-next,
.box2 .details-center-3-swiper .swiper-container-rtl .swiper-button-prev {
    background: url(../img/prev2.png)no-repeat center center;
    background-size: cover;
}

.box3 .details-center-3-swiper .swiper-button-next,
.box3 .details-center-3-swiper .swiper-container-rtl .swiper-button-prev {
    background: url(../img/prev3.png)no-repeat center center;
    background-size: cover;
}

.box4 .details-center-3-swiper .swiper-button-next,
.box4 .details-center-3-swiper .swiper-container-rtl .swiper-button-prev {
    background: url(../img/prev4.png)no-repeat center center;
    background-size: cover;
    color: #62534c;
}

.box6 .details-center-3-swiper .swiper-button-next,
.box6 .details-center-3-swiper .swiper-container-rtl .swiper-button-prev {
    background: url(../img/prev6.png)no-repeat center center;
    background-size: cover;
    color: #62534c;
}

.swiper-button-next,
.swiper-button-prev {
    top: 100% !important;
    transform: translateY(-50%);
    width: 108px !important;
    height: 40px !important;
    text-align: center;
    line-height: 40px;
}

.details-center-4 .details-center-1-title-h2 {
    background-color: #16afe8;
}

.details-center-4 .details-center-1-title-h2 h2 {
    background-color: #16afe8;
}

.details-center-4-center {
    width: 93%;
    margin: auto;
    margin-top: 28px;
}

.details-center-4-center-title i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 2px #16afe8;
    border-radius: 50%;
}

.box2 .details-center-4-center-title i {
    border: solid 2px #935f21;
}

.box3 .details-center-4-center-title i {
    border: solid 2px #f05a27;
}

.box4 .details-center-4-center-title i {
    border: solid 2px #f2708a;
}

.box5 .details-center-4-center-title i {
    border: solid 2px #ef7545;
}

.details-center-4-center-title span {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    letter-spacing: 0px;
    padding: 6px 40px 6px 12px;
    color: #16afe8;
    margin-left: 6px;
    transform: translateY(-4px);
}

.box2 .details-center-4-center-title span {
    color: #935f21;
}

.box3 .details-center-4-center-title span {
    color: #888888;
}

.box4 .details-center-4-center-title span {
    color: #f2708a;
}

.box5 .details-center-4-center-title span {
    color: #ef7545;
}

.details-center-4-center-h2 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 15px;
    margin-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box2 .details-center-4-center-h2 {
    color: #935f21;
}

.box3 .details-center-4-center-h2 {
    color: #fff;
}

.details-center-4-center-img {
    width: 90%;
    /* display: flex;
    justify-content: space-around; */
    margin: auto;
    margin-top: 12px;
    overflow: hidden;
}

.demo-gallery {
    height: 14vh;
    overflow: hidden;
}

.demo-gallery a {
    display: inline-block;
    width: 46%;
    height: 100%;
    margin-left: 3%;
    position: relative;
}

.demo-gallery a div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 48px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

.demo-gallery a div p {
    margin-top: 3vh;
}

.demo-gallery a img,
.demo-gallery a video {
    width: 100%;
    height: 100%;
}

.details-center-4-center-img>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-center-4-center-img>div>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-center-4-center ul li {
    position: relative;
    margin-top: 24px;
}

.details-center-4-center-left {
    position: absolute;
    width: 4px;
    height: 160px;
    background-color: #9be1fb;
    margin-top: 24px;
    margin-left: 8px;
}

.box2 .details-center-4-center-left {
    background-color: #e5b377;
}

.box3 .details-center-4-center-left {
    background-color: #f2f2f2;
}

.box4 .details-center-4-center-left {
    background-color: #ffabbc;
}

.box5 .details-center-4-center-left {
    background-color: #f9b6a2;
}

.details-center-4-center-btn {
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
    color: #935f21;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 130px;
    background: url(../img/detail1-4-bj.png) no-repeat center center;
    background-size: 100% auto;
}

.box2 .details-center-4-center-btn {
    background: none;
}

.box4 .details-center-4-center-btn {
    background: none;
}

.box5 .details-center-4-center-btn {
    color: #ef7545;
}

.box3 .details-center-4-center-btn {
    color: #fff;
}

.details-center-share {}

.details-center-share>a {
    display: block;
    width: 290px;
    height: 44px;
    text-align: center;
    background-color: #90daf6;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 50%;
    transform: translate(-50%);
}

.box2 .details-center-share>a {
    background-color: #fff;
}

.box4 .details-center-share>a {
    background-color: #f2708a;
    color: #fff;
}

.box5 .details-center-share>a {
    background-color: #f09a78;
    color: #333333;
}

.details-footer {
    margin-top: 70px;
    padding-bottom: 25px;
}

.details-footer>p {
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    color: #16afe8;
}

.box2 .details-footer>p {
    color: #935f21;
}

.box3 .details-footer>p {
    color: #fff;
}

.box4 .details-footer>p {
    color: #f2708a;
}

.box5 .details-footer>p {
    color: #ef7545;
}

.details-footer>p::before {
    content: '';
    display: block;
    width: 52px;
    height: 1px;
    background-color: #16afe8;
    margin-left: 50%;
    transform: translate(-50%);
    margin-bottom: 20px;

}

.box2 .details-footer>p::before {
    background-color: #935f21;
}

.box3 .details-footer>p::before {
    background-color: #fff;
}

.box4 .details-footer>p::before {
    background-color: #f2708a;
}

.box5 .details-footer>p::before {
    background-color: #ef7545;
}

.box3 .details-center-1-title-r {
    width: 59px;
    height: 58px;
    float: left;
    margin-top: -40px;
    margin-left: 200px;
}

.box6 .details-center-1-title-r {
    width: 26px;
    height: 50px;
    margin-left: 0;
    margin-top: -46px;
}

.box3 .details-center-1-title-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}