@charset "utf-8";

.sy_xinggong {
    width: 100%;
    padding-bottom: 66px;
    background-image: url(../images/home/xg_bj.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;

}

.sy_xinggong::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/home/wg_bj.png) repeat center top;
    background-size: auto auto;
}

.content2 .layout {
    position: relative;
    z-index: 2;
    background: transparent;
    color: rgba(255, 255, 255, .9);
    padding: 140px 0 80px 0;
    transition: transform 0.7s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0, 1)
}

.content2 .layout.init {
    transform: translateX(120%);
    -webkit-transform: translateX(120%)
}

.content2 .layout.init .title span,
.content2 .layout.init .title img {
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px)
}

.content2 .bg-wrap {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #ce2525;
    transition: left 0.6s;
    -webkit-transition: left 0.6s
}

.content2 .bg-wrap div {
    width: 100%;
    height: 100%
}

.content2 .bg-wrap div:nth-child(2n) {
    background-color: #181818
}

.content2 .bg-wrap div:nth-child(2n-1) {
    background-color: #ce2525
}


/*图片*/
.bg_box {
    width: 100%;
    height: 765px;
    position: absolute;
    left: 0%;
    top: 0
}

.bg_box .bg_item {
    opacity: 1;
    position: absolute;
    height: 765px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    left: 100%;
    top: 0;
    filter: blur(5px);
    transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    z-index: 1;
}

.bg_box .bg_item.on+.bg_item {
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
}

.bg_box .bg_item.on {
    left: 0;
    top: 0;
    z-index: 1;
    filter: unset;
    transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);

}

.content2 .title {
    position: absolute;
    left: 3.9vw;
    top: 0;
    z-index: 10
}

.content2 .title span,
.content2 .title img {
    transition: all 0.7s 0.6s;
    -webkit-transition: all 0.7s 0.6s
}



.content2 .title img {
    vertical-align: top;
    width: 92px;
}

.content2 .btn-group {
    position: absolute;
    bottom: 46px;
    right: -88px;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background-color: #9b1610;
    overflow: hidden;
    z-index: 11
}

.content2 .btn-group div {
    cursor: pointer;
    float: left;
    position: relative;
    width: 50%;
    height: 100%
}

.content2 .btn-group div:before {
    content: '';
    width: 13px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../images/home/right1.png') no-repeat center;
    background-size: contain;
}

.content2 .prev:before {
    transform: rotateY(180deg);
}

.content2 .container,
.content2 .item-container,
.content2 .item-wrap,
.content2 .item.on {
    height: 500px
}

.content2 .container {
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 100% !important;
    height: 545px;

}

.content2 .item-container {
    position: relative;
    margin-left: 30%;
    height: 545px;

}

.content2 .item-wrap {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
    padding-bottom: 45px;

}

.content2 .item-wrap:before {
    content: '';
    left: -409px;
    bottom: 44px !important;
}

.content2 .item-wrap:after {
    content: '';
    position: absolute;
    right: -1200px;
    bottom: 54px;
    width: 2000px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1)
}

.content2 .item {
    position: relative;
    height: 0px;
    width: 280px;
    transition: height 0.4s;
    -webkit-transition: height 0.4s
}

.content2 .drop {
    left: -11px;
    cursor: pointer
}

.content2 .item-wrap:before,
.content2 .drop {
    width: 20px;
    height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    background-color: #373a3e;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.content2 .line1,
.content2 .line2 {
    position: absolute;
    background-color: rgba(255, 255, 255, 1)
}

.content2 .line1 {
    height: 100%;
    width: 1px;
    top: -11px;
    left: 0
}

.content2 .line1:before {
    content: '';
    background-color: #a3a3a3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -3px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: transform 0.3s 0.3s;
    -webkit-transition: -webkit-transform 0.3s 0.3s
}

.content2 .line2 {
    bottom: 11px;
    height: 1px;
    width: 300%;
    left: -300%;
    bottom: 9px;
}

.content2 .img {
    position: absolute;
    top: 0;
    left: -220px;
    height: 134px;
    width: 184px;
    transform: scale(0);
    -webkit-transform: scale(0);
    overflow: hidden;
    border: 4px solid #cacdcc;

}

.content2 .img img {
    height: 100%;
    width: auto;
}

.title_box {
    display: inline-block;
    width: 655px;
    background: rgba(0, 0, 0, .74);
    padding: 0;

    margin-left: 36px;
    position: relative;
    opacity: 0;
    transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;
    transform: translate(0%, -42px);
    -webkit-transform: translate(0%, -42px);
    height: 0;
    overflow: hidden;

}

.title_box::before {
    content: '';
    display: inline-block;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    background: url(../images/home/xg_conbj.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    left: 14px;

}

.content2 .title1 {
    width: 100%;
    line-height: 30px;
    font-family: sys;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    transform: translate(50%, -42px);
    -webkit-transform: translate(50%, -42px);
    transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;

}

.content2 .item.on .b_title {
    display: none;
}

.content2 .b_title {
    width: 120px;
    text-align: center;
    position: absolute;
    left: -120px;
    bottom: -70px;
    line-height: 20px;
    font-family: sys;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    transform: translate(50%, -42px);
    -webkit-transform: translate(50%, -42px);
    transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;

}



.content2 .text {
    font-size: 14px;
    font-family: sys;
    line-height: 28px;
    width: 100%;
    margin-top: 14px;
    text-align: justify;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    word-break: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.content2 .more-container {
    opacity: 0;
    transform: translateX(30%);
    -webkit-transform: translateX(30%);
    margin-top: 30px;
}

/* .content2 .more-wrap {
    width: 120px;
    height: 120px
} */


.content2 .num {
    font-size: 62px;
    line-height: 1;
    font-family: sys;
    opacity: 0;
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: absolute;
    bottom: 50px;
    left: -84px;
    color: rgba(255, 255, 255, 1)
}

.content2 .item.on {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.content2 .item.on .img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.6s 0.6s;
    -webkit-transition: -webkit-transform 0.6s 0.6s
}

.content2 .item.on .line1:before {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.content2 .item.on .title_box {
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    padding: 40px 40px;
    height: auto;
    overflow: visible;
}

.content2 .item.on .title1 {

    opacity: 1;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


.content2 .item.on .text {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.6s 0.4s;
    -webkit-transition: all 0.6s 0.4s;

}

.content2 .item.on .more-container {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.6s 0.6s;
    -webkit-transition: all 0.6s 0.6s
}

.content2 .item.on .num {
    opacity: 1;
    transform: rotate(90deg) translateX(0%);
    -webkit-transform: rotate(90deg) translateX(0%);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

@media screen and (max-width:1800px) {
    .content2 .btn-group {
        bottom: 65px;
        right: -30px;
        width: 140px;
        height: 140px
    }


}

@media screen and (max-width:1440px) {
    .content2 .btn-group {
        bottom: 73px;
        right: -30px;
        width: 120px;
        height: 120px
    }

}

@media screen and (max-width:1024px) {
    .content2 .item-container {
        margin-left: 45%;
    }

    .title_box {
        display: inline-block;
        width: 100%;
        margin-left: 26px;


    }



    .content2 .title1 {
        line-height: 26px;
        font-size: 20px;

    }





    .content2 .text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
        -webkit-line-clamp: 7;
    }

    .content2 .more-container {

        margin-top: 26px;
    }

    .content2 .title img {
        width: 60px;
    }

    .content2 .btn-group {
        bottom: 94px;
        right: -20px;
        width: 80px;
        height: 80px;
    }

    .content2 .btn-group div:before {

        width: 8px;
        height: 14px;
    }

    .content2 .num {
        font-size: 46px;
    }

}


@media screen and (max-width:767px) {
    .xinggong_m {
        width: 100%;
        background: url(../images/home/wg_bj.png) repeat center top;
        background-size: auto auto;
   
    }

    .xg_bj {
        width: 100%;
        background: url(../images/home/xg_bj_m.jpg) no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: 1.3rem;
    }

    .xg_bj .temp_head {
        padding-top: 0;
    }

    .xg_swiper {
        width: 100%;
        padding-top: 3rem;
        margin-top:-1.6rem;
    }

    .xg_swiper .swiper-slide {
        width: 100%;
        overflow: hidden;
    }

    .xg_item {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        text-decoration: none;
        width: 100%;

    }

    .xg_item img {
        display: inline-block;
        width: 102%;
        height: auto;
    }

    .xg_title {
        font-size: 0.7rem;
        color: #fff;
        font-family: sys;
        letter-spacing: 0.05rem;
        display: inline-block;
        width: 100%;
        line-height: 1.4rem;
        position: absolute;
        left: 0;
        bottom: 0.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 1;
        text-align: center;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 1.85rem;
        height: 1.85rem;
        border-radius: 50%;
        background: #9b1610; 
    background-size: 0.5rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    }
    .swiper-button-prev{
        display: none;
    }
    .swiper-button-next{
        margin-top:0; top:0; right:2px;
    }
}
.bg_item.on {
    position: relative;
    }
    
    .bg_item.on::after {
    display: inline-block;
    width: 100%;
    height: 170px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0.5)66%, rgba(0, 0, 0, 0)99%);
    /* Safari、Chrome */
    
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* 默认渐变位置从下往上 */
    }