@font-face {

    font-family: "roman";

    src: url("../fonts/HelveticaInseratLTStd-Roman.otf");

}



.banner-section video {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

}



.banner-section .video::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000;

    opacity: 0.1;

    overflow: hidden;



}



.banner-section .swiper-button-next,

.banner-section .swiper-button-prev {

    color: #fff;

}



.banner-section .banner-txt {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate3d(-50%, -65%, 0);

    text-align: center;

    color: #fff;

}



.banner-section .banner-txt .txt {

    /* animation-duration: 1.1s; */
    visibility: hidden;
}



.banner-section .banner-txt h2 {

    font-size: 25px;

}



.banner-section .banner-txt h3 {

    font-size: 14px;

    text-transform: uppercase;

    margin-top: 10px;

    margin-bottom: 15px;

}



.banner-section .banner-txt h4 {

    font-size: 17px;

    /* animation: fadeInUp 1s ease; */

}



.banner-section .banner-txt .txt-img {

    margin-top: -100px;

}



.banner-section .banner-txt h4,

.banner-section .banner-txt h3,

.banner-section .banner-txt h2 {

    transition: all .2s ease;

}


@media (max-width: 1024px) {
    .banner-section .banner-txt {
        width: 80%;
        transform: translate3d(-50%, -50%, 0);
    }

    .banner-section .banner-txt img {
        width: 30%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-section .banner-txt .txt-img {
        margin-top: -40px;

    }

    .banner-section .banner-txt .txt-img img {
        width: 45%;
    }

    .banner-section .banner-txt .txt {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .banner-section .banner-txt .txt-img {
        margin-top: -25px;
    }

}


/* 2 */

.leader-message {

    padding-top: 10.10vw;

    padding-bottom: 7.812vw;

}



.leader-message .leader-title {

    margin-top: 2.8125vw;

}



.leader-message .leader-title h3 {

    font-size: 48px;

    color: #000;

}





.leader-message .container {

    display: flex;

    justify-content: space-between;

    position: relative;

}



.leader-message .swiper-leader {

    margin: 0;

    width: 57.292vw;

    flex-shrink: 0;

}



.leader-message .swiper-slide {

    display: flex;

    align-items: center;

    justify-content: space-between;

    opacity: 0;

    background-color: #fff;

    visibility: hidden;

    transition: all .35s ease;



}



.leader-message .swiper-slide.swiper-slide-visible.swiper-slide-active {

    visibility: visible;

}

.swiper-leader .img-con {

    width: 24.11vw;

    max-width: 465px;

    height: 675px;

    height: 35.15vw;

    position: relative;

    overflow: hidden;

}



.swiper-leader .img-con img {

    transition: all .4s ease;

    ;

}



.swiper-leader .img-con::after {

    content: "";

    display: block;

    width: 100%;

    height: 80px;

    background: url("../images/person-img.png")no-repeat left top;

    position: absolute;

    left: 0;

    bottom: -1px;

}



.swiper-leader .txt-con {

    width: 50.9%;

}

/* .swiper-leader .txt-con h2{
    display: flex;
    align-items: center;
} */

.swiper-leader .txt-con h2 b {

    font-size: 48px;

    color: var(--theme-color);
    flex-shrink: 0;


}



.swiper-leader .txt-con h2 span {

    font-size: 22px;

    color: #000;

    /* margin-left: 1.25vw; */
    display: block;
    margin-top: 5px;

}



/* .swiper-leader .txt-con h2 b,

.swiper-leader .txt-con h2 span {

    vertical-align: baseline;

} */



.swiper-leader .txt-con p {

    line-height: 2;

    font-size: 16px;

    color: rgba(0, 0, 0, .5);

    margin-top: 2.1vw;

}





.leader-message .swiper-button-next,

.leader-message .swiper-button-prev {

    position: static;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    border: 1px solid var(--theme-color);



    position: static;

    margin: 0;



    transition: all .35s ease;

}



.leader-message .swiper-button-prev {

    margin-right: 1.25vw;

}



.leader-message .swiper-button-next:after,

.leader-message .swiper-button-prev:after {

    font-size: 20px;

    color: var(--theme-color);

    transition: all .45s ease;

}



.leader-message .swiper-buttons {

    position: absolute;

    left: 0;

    bottom: 5.57vw;

}



.leader-message .button-nav {

    display: flex;

}



.leader-message .swiper-pagination {

    position: static;

    text-align: left;

    margin-left: 10px;

    color: rgba(0, 0, 0, .4);

    margin-top: 1.4vw;

}





.leader-message .swiper-pagination-current {

    font-size: 36px;

    color: var(--theme-color);

}







.leader-message .swiper-pagination-total {

    font-size: 24px;

}



.leader-message .swiper-button-next:hover,

.leader-message .swiper-button-prev:hover {

    background-color: var(--theme-color);

}



.leader-message .swiper-button-next:hover:after,

.leader-message .swiper-button-prev:hover:after {

    color: #fff;

}



/* 3 */

.sy-section {

    background-color: var(--theme-color);

    padding-top: 5.20vw;

    padding-bottom: 6.25vw;

    position: relative;

}



.sy-section .video {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}



.sy-section .video video {

    width: 100%;

    height: 100%;

    opacity: .3;



}



.sy-section .swiper-con {

    position: relative;

    margin-top: 4.635vw;

}



.sy-section .top-owl {

    position: relative;

}



.sy-section .swiper-con::after {

    content: "";

    display: block;

    width: 100%;

    height: 100px;

    border: 1px solid rgba(255, 255, 255, 0.3);

    position: absolute;

    left: 0;

    bottom: 10px;

    border-bottom-left-radius: 50px;

    border-bottom-right-radius: 50px;

    border-left: 0;

    border-right: 0;

    border-top: 0;

}





.sy-section .item {

    color: #fff;

    padding: 60px 40px 50px;

    background: url(../images/border-img.png) no-repeat;

    background-size: 100% 100% !important;

    transition: background .35s ease;
    display: block;

}



.sy-section .swiper-slide.swiper-slide-active .item,

.sy-section .item:hover {

    background: url(../images/border-img-cur.png) no-repeat;



}



.sy-section .swiper-sy .swiper-slide::before {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.14);



    opacity: .4;

    z-index: -1;

    border-radius: 40px;



}



.sy-section .item h2 {

    font-size: 30px;

}



.sy-section .item h3 {

    font-size: 18px;

    opacity: .6;

    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}



.sy-section .item .info {



    font-size: 16px;

    line-height: 30px;

    height: 208px;

    overflow: hidden;

}



.sy-section .item .img-con {

    overflow: hidden;

    margin-top: 30px;

    margin-bottom: 25px;

    position: relative;
    height: 0;
    padding-top: 63%;
    /* height: 270px; */


}



.sy-section .item .img-con img {

    width: 100%;

    transition: all .5s ease;

    position: absolute;
    left: 0;
    top: 0;

    /* height: 100%; */
}



.sy-section .item:hover img {

    transform: scale(1.2);

}



/* 分页 */

.swiper-thumbs {

    margin-top: 4.16vw;

    position: relative;

    padding-bottom: 30px;



}





.swiper-thumbs .name {

    display: inline-block;

    color: rgba(255, 255, 255, 0.3);

    font-size: 16px;

    /* width: 140px; */

    width: 100%;

    position: relative;

    cursor: pointer;

    transition: all .5s ease;

    text-align: center;

    height: 60px;



}



.swiper-thumbs .swiper-slide-thumb-active .name {

    font-size: 18px;

    color: #fff;

    font-weight: bold;

}



.swiper-thumbs .name::after,

.swiper-thumbs .name::before {

    content: "";

    display: block;

    height: 40px;

    left: 0;

    bottom: 0;

    position: absolute;



}



.swiper-thumbs .name::after {



    width: 100%;

    background: url("../images/line-bg.png") no-repeat -2px center;

    background-size: 100% auto;





}



.swiper-thumbs .name::before {

    content: "";

    width: 0;

}



.swiper-thumbs .swiper-slide-thumb-active .name::before {

    animation: long .6s ease forwards;

    height: 10px;

    background-color: #fff;

    position: absolute;

    left: 0;

    bottom: -25px;

}



@keyframes long {

    0% {

        width: 0;

    }



    100% {

        width: 100%;

    }



}



.swiper-thumbs .swiper-slide-thumb-active .name::after {

    background: url("../images/line-bg-cur.png") no-repeat -2px center;

    background-size: 100% auto;

}





.sy-section .sy-bgimg {

    margin-top: 4.6875vw;

}



/* .theme-white-nav */

.theme-white-nav .swiper-button-next,

.theme-white-nav .swiper-button-prev {

    color: #fff;

    width: 78px;

    height: 80px;

    border-radius: 50%;

}



.theme-white-nav .swiper-button-prev {

    left: 2.08vw;

}



.theme-white-nav .swiper-button-next {

    right: 2.08vw;

}



.theme-white-nav .swiper-button-next::before,

.theme-white-nav .swiper-button-prev::before {



    content: "";

    width: 100%;

    height: 100%;

    position: absolute;

    transform: scale(0);

    transition: all .45s ease;

}



.theme-white-nav .swiper-button-prev::before {

    background: url("../images/btn-hover-prev.png") no-repeat left;

    background-size: contain;



}



.theme-white-nav .swiper-button-next::before {

    background: url("../images/btn-hover-next.png") no-repeat right;

    background-size: contain;



}



.theme-white-nav .swiper-button-next:hover:before,

.theme-white-nav .swiper-button-prev:hover:before {

    transform: scale(1);

}



.theme-white-nav .swiper-button-prev:after,

.theme-white-nav .swiper-button-next:after {

    font-size: 30px;

}





.swiper-name .swiper-slide {

    width: 140px;

    height: 50px;

    border: 1px solid #fff;



}





/* history */

.history-section {

    background: url("../images/history-bg.jpg") no-repeat #ffeeee;

    background-size: 100% 100%;

    position: relative;

    padding-bottom: 120px;

    overflow-x: hidden;

    z-index: 100;

}

/* .rect-mask::after{

    width: 2px;

    height: 2px;

    content: "";

    display: block;

    background: var(--theme-color);

    position: absolute;

    left: 50%;

    bottom: 0;;

} */



/* .history-section::before,

.history-section::after{

    content: "";

    display: block;

    position: absolute;

    width: 50%;

    height: 220px;

    top: -220px;

} */



/* .history-section::before{

    right: 0;

    background: url("../images/circle_left.png") no-repeat center;

    background-size: 100% 100%;

}

.history-section::after{

    left: 0;

    background: url("../images/circle_right.png") no-repeat center;

    background-size: 100% 100%;

} */

.wrapper {

    overflow: hidden;

}



.intro .overlay {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

    pointer-events: none;

}



.intro .overlay svg {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.rect-mask:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 15vh;

    background: linear-gradient(0deg, #b00d15, transparent);

    z-index: 1;

}



.rect-mask {

    width: 100%;

    background-color: var(--theme-color);

    position: relative;

    background: var(--theme-color);

    margin-top: -100px;



}



/* .mask-left,

.mask-right{

    position: absolute;

    bottom: 0;

    display: block;

    width: 100%;

    height: 150%;

    background: linear-gradient( #000dff 0%,#6b73ff 100%);

    z-index: 9;

    transition: border-radius 1s ease-out,top 1s ease-out,opacity .3s ease-out;

}

.mask-left{

    left: -50%;

    border-radius: 0 200% 0 0;

}

.mask-right{

    left: 50%;

    background: red;

    border-radius: 300% 0 0;;

} */

.mask-left,

.mask-right {

    position: absolute;

    bottom: 0;

    display: block;

    width: 50%;

    height: 120%;

    z-index: 9;

    transform-origin: bottom;

    background: #ffeeee;

    transition: all 10s ease;

}



.mask-left {

    left: 0%;

    border-radius: 0 200% 0 0;

}



.mask-right {

    left: 50%;

    border-radius: 200% 0 0;

    /* border-radius: 300% 0 0;; */

}



.home-map {

    background: var(--theme-color);

    margin-top: -300px;

}



.home-map .rect-mask svg {

    display: block;

    position: relative;

    fill: #ffeeee;

    z-index: 2;

    transition: fill .6s cubic-bezier(.455, .03, .515, .955);

}



.home-map .rect-mask svg #rect-right,

.home-map .rect-mask svg #rect-right-round {

    transform: translateX(calc(150% + 1px)) scaleX(-1);

}



.home-map .rect-mask {

    position: relative;

}



.home-map .rect-mask:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 15vh;

    background: linear-gradient(0deg, #b00d15, transparent);

    z-index: 1;

}





/* end */





.history-section .items {

    position: relative;

    /* padding-top: 10.9375vw; */

    overflow: hidden;

}



.history-section .info-txt {

    position: absolute;

    right: 0;

    top: 3.64vw;

    text-align: right;

    font-size: 20px;

    color: var(--theme-color);

    /* width: 28.125vw; */

    max-width: 540px;

}



.history-section .info-txt h2 {

    font-size: 60px;

}





.history-section .info-txt p {

    line-height: 36px;

    margin-top: 1vw;

}





.history-section .item {

    display: flex;

    padding: 10px 0;

}



.history-section .item .inner {

    position: relative;

    cursor: pointer;

}



.history-section .item .year-img h2,

.history-section .item .year-img img {

    transition: all 1s ease;

    opacity: .15;

}



.history-section .item .year-img h2 {

    font-size: 10.41vw;

    font-family: "roman";

    color: var(--theme-color);

    line-height: 10.41vw;

}



.history-section .item.left .year-img {

    margin-right: -110px;

    text-align: right;

}



.history-section .item.left {

    justify-content: flex-start;

}



.history-section .item.right {

    justify-content: flex-end;

}





.history-section .item.right .year-img {

    margin-left: -130px;

    text-align: left;

}



.history-section .item.big .media {

    width: 28.38vw;

}



.history-section .item.small .media {

    width: 22.39vw;

}



.history-section .item.medium .media {

    width: 25.52vw;

}





.history-section .item .media {

    padding-top: 66%;

    position: relative;

    margin-top: -50px;

}



.history-section .item .img-con {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

    border-radius: 10px;

    transition: all .4s ease;

}



.history-section .item .img-con img {

    width: 100%;

    height: 100%;

    transition: transform .9s ease;

    border-radius: 10px;

}



.history-section .img-con:hover img {

    transform: scale(1.2);

}



.history-section .item .info {

    font-size: 18px;

    line-height: 30px;

    color: #444444;

    position: absolute;

    left: 0;

    top: 100%;

    margin-top: 1.04167vw;

    opacity: 0;

    transition: transform .6s cubic-bezier(.455, .03, .515, .955), opacity .6s cubic-bezier(.455, .03, .515, .955);

    transform: translate3d(0, 50px, 0);

}



.history-section .item .info p {

    margin: 4px 0;

}



.history-section .item:hover .info {

    opacity: 1;

    transform: translateZ(0);

}



.history-section .inner:hover .year-img h2,

.history-section .inner:hover .year-img img {

    opacity: 1;

}



.history-section .inner:hover .img-con {

    transform: translateY(-15px);

}



.items-gallery {

    position: relative;

    z-index: 1;

}



.history-section .line-path-scroll,

.history-section .line-path {

    position: absolute;

    left: 50%;

    top: -2px;

    transform: translate3d(-50%, 0, 0);

    height: 100%;

    width: 551px;

    z-index: 0;

    margin-left: 4px;

    transition: all .1s ease;



}



.history-section .line-path {

    background: url("../images/line.png") repeat top center;

}



.history-section .line-path-scroll {

    height: 0;

    background: url("../images/line-scroll.png") repeat top center;



}



/* .history-section .line-path-scroll::after{

    content: "";

    display: block;

    width: 11px;

    height: 11px;

    background-color: var(--theme-color);

    border-radius: 50%;

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translate3d(-50%,-50%,0);

} */





.history-section .other-info {

    color: var(--theme-color);

    margin-top: 2.39vw;

    text-align: center;

}



.history-section .other-info h2 {

    font-size: 60px;

    font-family: "roman";

}



.history-section .other-info p {

    font-size: 30px;

}





#lightgallery {

    padding-bottom: 280px;

}



.lg-thumb-outer {

    height: 0px !important;

}



#lg-share,

.lg-outer .lg-toogle-thumb {

    display: none !important;

}



.lg-sub-html {

    background-color: transparent !important;


}



.lg-progress-bar .lg-progress {

    background-color: var(--theme-color);

}



#lightgallery li .media {

    animation: smallToBig 1s ease forwards;

}



@keyframes smallToBig {

    0% {

        transform: scale(.3);

        opacity: 0;

    }



    100% {

        transform: scale(1);

        opacity: 1;

    }



}



.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {

    bottom: 0 !important;

    padding-bottom: 5vh;

    transition: none;



}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    z-index: 9999;
}


.lg-sub-html p {

    font-size: 16px;

    margin-bottom: 5px;

    ;

}



.lg-sub-html h3 {

    margin: 1vh 0;

}



/* 印象 */
.item-story {
    height: 0;
    transition: all .3s ease;
}

.item-story.show {
    height: auto;
}

.story-section {

    padding-top: 5.57vw;

    padding-bottom: 6.25vw;

    /* position: fixed; */
    position: relative;


    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    transition: all .8s ease;

    z-index: 1;

    transform: scale(0);

    opacity: 0;

    display: flex;

    justify-content: center;

    flex-direction: column;

}



.story-section.show {
    transform: scale(1);
    opacity: 1;
}



.story-section::before {

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    z-index: 1;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 3;

    background-image: linear-gradient(to top, rgba(176, 13, 21, .97), rgba(176, 13, 21, .8));

}



.story-section .bg {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    opacity: 0;

    transition: all .5s ease;

}


.story-section .bg.show1,
.story-section .bg.show {

    opacity: 1;

}


.story-section .bg.show {
    z-index: 1;
}

.story-section .bg.show1 {
    z-index: 2;
}

.story-section .story-con {

    position: relative;

    margin-top: 80px;

    color: #fff;

    z-index: 44;

}



.story-section .story-con .item {

    width: 26.03vw;

    height: 26.03vw;

    border-radius: 50%;

    position: relative;

    background-size: 100% 100%;

    margin-left: auto;

    margin-right: auto;

}



.story-section .story-con .item::before,

.story-section .story-con .item::after {

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    transition: all .5s ease;

}



.story-section .story-con .item::before {



    background: url("../images/border-circle.png") no-repeat center;

    background-size: 100% 100%;



}



.story-section .story-con .item::after {



    background: url("../images/border-circle-cur1.png") no-repeat center;

    background-size: 100% 100%;

    transform: skew(0, -5deg);

    z-index: -1;

    opacity: 0;

}





.story-section .story-con .item .img-con {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    border-radius: 50%;

    overflow: hidden;

    text-align: center;

    /* transform: scale(0); */

    opacity: 0;

    ;

    transition: all .8s ease;

}



.story-section .story-con .item .img-con::after {

    content: "";

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: rgba(0, 0, 0, .4);

}



.story-section .story-con .item .img-con img {

    width: 100%;

    height: 100%;

    z-index: 1;

}



.story-section .story-con .item .txt-con {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    padding: 3.645vw;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;


}




@media (max-width: 768px) {
    .story-section .story-con .item .txt-con {
        padding: 40px;
    }

}

@media (max-width: 480px) {
    .story-section .story-con .item .txt-con {
        padding: 30px;
    }

}



.story-section .story-con .item .hide-txt {

    text-align: center;

    opacity: 0;

    transform: translate3d(0, 50%, 0);



    transition: all .5s ease;

}



.story-section .story-con .item .show-txt {

    text-align: center;

    font-size: 18px;

    line-height: 36px;

    transition: all .8s ease;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate3d(-50%, -50%, 0);

}

@media (max-width: 768px) {
    .story-section .story-con .item .show-txt {
        width: 80%;
    }

}

.story-section .story-con .item .show-txt::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    z-index: 999;
    margin: 15px auto 0;

}



.story-section .swiper-slide .hide-txt h2 {

    font-size: 26px;

    font-weight: bold;

}



.story-section .swiper-slide .hide-txt h3 {

    font-size: 18px;

    margin-top: 14px;

    margin-bottom: 14px;

}



.story-section .swiper-slide .hide-txt p {

    font-size: 16px;

    line-height: 24px;

}



.story-section .swiper-slide .hide-txt .btn-more {

    font-size: 14px;

    border-radius: 20px;

    padding: 10px 24px;

    margin-top: 1vw;

    line-height: 1;

}



/* :hover */

/* .story-section .swiper-slide.swiper-slide-next .show-txt, */
.story-section .swiper-slide.show .show-txt,

.story-section .swiper-slide:hover .show-txt {

    opacity: 0;

}



/* .story-section .swiper-slide.swiper-slide-next .img-con, */
.story-section .swiper-slide.show .img-con,

.story-section .swiper-slide:hover .img-con {

    transform: scale(.985);

    opacity: 1;

}



/* .story-section .swiper-slide.swiper-slide-next .hide-txt, */
.story-section .swiper-slide.show .hide-txt,

.story-section .swiper-slide:hover .hide-txt {

    opacity: 1;

    transform: translate3d(0, 0, 0);

    animation-delay: .5s;

}


.story-section .swiper-slide.show .item::before,
.story-section .swiper-slide:hover .item::before {

    background-image: url("../images/border-circle-cur2.png");

}


.story-section .swiper-slide.show .item::after,
/* .story-section .swiper-slide.swiper-slide-next .item::after, */
.story-section .swiper-slide:hover .item::after {

    opacity: 1;

}




.sy-section .btn-list,
.story-section .btn-list {

    background-color: #fff;

    color: var(--theme-color);

    padding: 14px 33px;

    border-radius: 25px;

    border-color: #fff;

    line-height: 1;

}



.btn-wrap {

    text-align: center;

    margin-top: 3.54vw;

}



.story-section {

    background-color: var(--theme-color);

}


.sy-section .btn-list:hover,
.story-section .btn-list:hover {

    transform: translateY(-5px);

    box-shadow: 0 7px 10px rgba(255, 255, 255, 0.6);

}



body.hidden {

    overflow: hidden;

}





.story-section .com-title p {

    color: #fff;



}



.story-section .btn-close {

    position: absolute;

    border: 1px solid rgba(255, 255, 255, 0.7);

    width: 60px;

    height: 60px;

    right: 4vw;

    top: 4vw;

    z-index: 99999;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    transition: all .5s ease;

    cursor: pointer;

    display: none;

}



.story-section .btn-close .layui-icon {

    font-size: 30px;

    opacity: .8;

    transition: all 1s ease;

}



.story-section .btn-close:hover {

    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);

}



.story-section .btn-close:hover .layui-icon {

    transform: rotate(90deg);

}



/* circle */

.circle-wrap {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 999999;

    display: none;

}



.circle-wrap.show {

    display: block;

    animation: toBig .8s ease-out forwards;

}



.circle1,

.circle2,

.circle3 {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate3d(-50%, -50%, 0);

    z-index: 9999;

    border-radius: 50%;

    background-color: var(--theme-color);

}



.circle1 {

    width: 200px;

    height: 200px;

    /* animation: toBig 2s ease  forwards; */

    opacity: .8;

    z-index: 3;

}



.circle2 {

    width: 400px;

    height: 400px;

    /* animation: toBig 2s ease  forwards; */

    opacity: .6;

    z-index: 2;

}



.circle3 {

    width: 600px;

    height: 600px;

    /* animation: toBig 2s ease  forwards; */

    opacity: .4;

    z-index: 1;

}







@keyframes toBig {

    0% {

        transform: scale(.2);

    }



    90% {

        opacity: .7;

    }



    100% {

        transform: scale(2.8);

        opacity: 0;

        z-index: 0;

        opacity: 0;

    }



}





/* .media */



@media (max-width: 1680px) {}





@media (max-width: 1680px) {



    .leader-message .leader-title h3,

    .swiper-leader .txt-con h2 b {

        font-size: 38px;

    }



    .swiper-leader .txt-con h2 span {

        font-size: 20px;

    }



    .swiper-leader .txt-con p {

        font-size: 15px;

    }



    .leader-message .leader-title h2 img {

        width: 330px;

        transform-origin: left;

    }



    .history-section .info-txt h2 {

        font-size: 48px;

    }



    .history-section .other-info p {

        font-size: 24px;

    }



    .story-section .swiper-slide .hide-txt p {

        max-height: 48px;

        overflow: hidden;

    }



    .story-section .story-con .item .show-txt {

        font-size: 16px;

        line-height: 30px;

    }



    .story-section .swiper-slide .hide-txt h2 {

        font-size: 20px;

    }



    .sy-section .item h2 {

        font-size: 22px;

    }

    .sy-section .item h3 {

        font-size: 16px;

    }

    .sy-section .item {

        padding: 48px 32px 40px;

    }

    .sy-section .item .info {

        font-size: 15px;



    }

    .history-section .info-txt {

        font-size: 15px;

    }

    .history-section .info-txt p {

        line-height: 30px;

    }



    .history-section .item .info {

        font-size: 16px;

    }



}



@media (max-width: 1440px) {

    .leader-message .swiper-pagination-current {

        font-size: 28px;

    }

    .leader-message .leader-title h2 img {

        width: 274px;

    }

    .leader-message .leader-title h3,
    .swiper-leader .txt-con h2 b {

        font-size: 32px;

    }

    .swiper-leader .txt-con h2 span {

        font-size: 16px;

    }

    .sy-section .item h2 {

        font-size: 20px;

    }

    .sy-section .item h3 {

        font-size: 15px;

    }

    .sy-section .item .info {

        font-size: 14px;

        line-height: 26px;

    }

    .history-section .info-txt h2 {

        font-size: 38px;

    }

    .history-section .info-txt {

        font-size: 15px;

    }

    .history-section .item .info {

        font-size: 15px;

        line-height: 26px;

    }





    .story-section .swiper-slide .hide-txt h2 {

        font-size: 16px;

    }

    .story-section .swiper-slide .hide-txt h3 {

        font-size: 16px;



    }

    .story-section .story-con .item .show-txt {

        font-size: 14px;

        line-height: 24px;

    }

    .story-section .swiper-slide .hide-txt p {

        font-size: 15px;

    }

    .swiper-thumbs .swiper-slide-thumb-active .name::before {

        height: 6px;

        bottom: -22px;

    }

    .history-section .other-info h2 {

        font-size: 48px;

    }

    .history-section .other-info p {

        font-size: 20px;

    }

    .story-section .btn-close {

        width: 48px;

        height: 48px;

    }

    .story-section .btn-close .layui-icon {

        font-size: 24px;

    }



    .leader-message .swiper-button-next,
    .leader-message .swiper-button-prev {

        width: 48px;

        height: 48px;

    }

    .leader-message .swiper-button-next:after,
    .leader-message .swiper-button-prev:after {

        font-size: 18px;



    }

    .swiper-thumbs .name {

        font-size: 15px;

    }

    .swiper-thumbs .swiper-slide-thumb-active .name {

        font-size: 17px;

    }



    .sy-section .item {

        padding: 36px 24px 30px;

    }



    .theme-white-nav .swiper-button-next,

    .theme-white-nav .swiper-button-prev {

        width: 62px;

        height: 64px;

    }

    .theme-white-nav .swiper-button-prev:after,
    .theme-white-nav .swiper-button-next:after {

        font-size: 24px;

    }



}



@media (max-width: 1366px) {

    .leader-message .leader-title h3,
    .swiper-leader .txt-con h2 b {

        font-size: 30px;

    }

    .swiper-leader .txt-con p,

    .swiper-leader .txt-con h2 span {

        font-size: 14px;



    }

    .swiper-leader .txt-con p {

        line-height: 1.8;

    }



    .history-section .item .info {

        font-size: 14px;

        line-height: 22px;

    }

    .story-section .btn-close {

        width: 38px;

        height: 38px;

    }

    .history-section .info-txt h2 {

        font-size: 32px;

    }

}





@media (max-width: 1280px) {

    .sy-section .item h2 {

        font-size: 18px;

    }

    .sy-section .item h3 {

        font-size: 14px;

        margin-top: 5px;

    }

    .sy-section .btn-list,
    .story-section .btn-list {

        padding-top: 10px;

        padding-bottom: 10px;

    }

    .story-section .swiper-slide .hide-txt h2 {

        font-size: 14px;

    }

    .story-section .swiper-slide .hide-txt p {
        font-size: 14px;
    }
}



@media (max-width: 1180px) {

    .story-section .story-con .item::before {

        background-size: 99% 99%;

    }



}



@media (max-width: 1024px) {

    body.hidden {

        overflow: visible;

    }

    .history-section .info-txt {

        width: 48%;

    }

    .theme-white-nav .swiper-button-next,
    .theme-white-nav .swiper-button-prev {

        width: 50px;

        height: 52px;

    }

    .theme-white-nav .swiper-button-prev:after,
    .theme-white-nav .swiper-button-next:after {

        font-size: 18px;

    }

    .sy-section .item .img-con {

        margin-top: 20px;

        margin-bottom: 20px;

    }

    .swiper-leader .txt-con {

        /* width: 52%; */

        width: calc(100% - 24.11vw - 30px);

    }



}



@media (max-width: 1000px) {

    .sy-section .top-owl .container {

        width: 80%;



    }

    .rect-mask {

        display: none;

    }

    .sy-section {

        padding-bottom: 0;

    }

    #lightgallery {

        padding-top: 40px;

    }

    .leader-message .leader-title h2 img {

        width: 200px;

    }



    .banner-section {

        margin-top: 50px;

    }

    .leader-message .leader-title {

        margin-top: 0;

    }

    .leader-message .container {

        display: block;

    }

    .leader-message .swiper-leader {

        width: 100%;

    }

    .leader-message .swiper-buttons {

        position: static;

        margin-top: 10px;

    }





    .leader-message .leader-title h3,
    .swiper-leader .txt-con h2 b {

        font-size: 24px;

        margin-top: 5px;

    }

    .leader-message .swiper-leader {

        margin-top: 40px;

    }

    .history-section .line-path-scroll,
    .history-section .line-path {

        display: none;

    }



    .history-section .info-txt {

        width: 100%;

        position: static;

        text-align: left;

        max-width: initial;

        margin-top: 20px;

    }





    .history-section .item .info {

        position: static;

        opacity: 1;

        transform: translate3d(0, 0, 0);

    }



    .circle-wrap {

        display: none !important;

    }

    .history-section .item.small .media,

    .history-section .item.big .media,

    .history-section .item.medium .media {

        width: 100%;

    }

    .history-section .item {

        display: block;

    }

    .history-section .item.right .year-img,

    .history-section .item.left .year-img {

        margin: 0;

        text-align: left;

    }

    .history-section .item .media {

        margin: 0;

    }

    .history-section .item .img-con {

        position: static;

    }

    .history-section .item .media {

        padding-top: 0;

    }

    .history-section .item .img-con img {

        width: auto;



        width: 100%;

        height: auto;

    }

    #lightgallery {

        padding-bottom: 0;

    }



    .story-section {

        transform: scale(1);

        opacity: 1;

        position: relative;

    }

    .story-section .btn-close {

        display: none;

    }



    .history-section .item .media {

        overflow: hidden;

        border-radius: 10px;

    }

    .history-section .img-con:hover img {

        transform: scale(1);

    }

    .history-section .inner:hover .img-con {

        transform: translateY(0);

    }



    .story-con .container {

        width: 80%;

    }

    .swiper-thumbs .name {

        width: 100%;

    }

    .swiper-thumbs {

        padding-bottom: 20px;

    }



    .swiper-thumbs .swiper-slide-thumb-active .name::before {

        height: 4px;

        bottom: -11px;

    }



    .history-section {

        padding-bottom: 30px;

    }



    .history-section .other-info h2 {

        font-size: 30px;

    }

    .history-section .other-info p {

        font-size: 16px;

    }



    .story-section .swiper-slide .hide-txt h3 {

        margin-bottom: 10px;

        margin-top: 10px;

    }


    .story-section .swiper-slide .hide-txt .btn-more {

        padding-top: 7px;

        padding-bottom: 7px;

    }

}


@media (max-width: 992px) {
    .story-section .swiper-slide .hide-txt h2 {
        max-height: 38px;
        overflow: hidden;
    }

    .story-section .swiper-slide .hide-txt p {
        line-height: 20px;
        max-height: 40px;
    }
}

@media (max-width: 768px) {

    .story-section .swiper-slide .hide-txt h2 {
        font-size: 14px;
        max-height: 40px;
        overflow: hidden;
    }

    .story-section .story-con .item {

        width: 260px;

        height: 260px;

    }

    .story-section .swiper-slide .hide-txt h3 {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .story-section .swiper-slide .hide-txt p {
        line-height: 20px;
        max-height: 40px;
        margin-bottom: 5px;
    }

    .history-section .info-txt h2 {

        font-size: 28px;

    }

    .leader-message .leader-title h2 img {

        width: 160px;

    }

    .sy-section .item {

        padding: 24px 16px 20px;

    }

}



@media (max-width: 767px) {

    .sy-section .item .info {

        height: auto;
    }



}





@media (max-width: 680px) {

    .story-section .story-con .item {

        width: 240px;

        height: 240px;

    }

    .story-section .story-con .item .show-txt {

        width: 70%;

    }

    .btn-wrap {

        margin-top: 20px;

    }



}



@media (max-width: 480px) {

    .history-section .item .info p {

        margin: 0;

    }

    .sy-section .item .img-con {

        margin-top: 12px;

        margin-bottom: 12px;

    }

    .sy-section .item .info {

        line-height: 22px;
        height: 172px;

    }

    .leader-message .leader-title h2 img {

        width: 120px;

    }

    .leader-message .swiper-slide {

        display: block;

    }

    .swiper-leader .txt-con {

        width: 100%;

    }

    .swiper-leader .img-con::after {

        height: 50px;

    }

    .swiper-leader .img-con {

        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;

    }

    .leader-message .swiper-leader {

        margin-top: 20px;

    }

    .leader-message .leader-title h3,
    .swiper-leader .txt-con h2 b {

        font-size: 20px;

    }

    .swiper-leader .txt-con p {

        line-height: 1.65;

    }

    .theme-white-nav .swiper-button-next,
    .theme-white-nav .swiper-button-prev {

        width: 30px;

        height: 32px;

    }



    .history-section .info-txt p {

        line-height: 24px;

    }

    .history-section .info-txt p br {

        display: none;

    }

    #lightgallery {

        padding-top: 20px;

    }

    #lightgallery li {
        display: none;

    }

    #lightgallery li:nth-child(1),
    #lightgallery li:nth-child(2) {
        display: block;
    }

    .story-section .story-con {

        margin-top: 30px;

    }

    .theme-white-nav .swiper-button-prev {

        left: 0;

    }

    .theme-white-nav .swiper-button-next {

        right: 0;

    }

    .swiper-thumbs {

        /* margin-top: 0; */

        display: none;

    }

    .sy-section .sy-bgimg,

    .sy-section .swiper-con::after {

        display: none;

    }

    .history-section .info-txt h2 {

        font-size: 22px;

    }

    .sy-section {

        padding-bottom: 20px;

    }

}



.lg-backdrop {

    z-index: 1090;

}

.lg-outer {

    z-index: 1091;

}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {

    width: 100%;

    text-align: left;

    left: 50%;

    transform: translateX(-50%);

    background-color: transparent !important;

    display: flex;
    align-items: center;
    flex-direction: column;


}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html::after {
    content: "";
    width: 100%;
    height: 400px;

    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/txt-bg.png") no-repeat top center;
    background-size: 100% 170%;
    z-index: 0;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html li {
    position: relative;
    z-index: 9;
    width: 50%;

}



@media (max-width: 1024px) {

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {

        width: 60%;

    }



}



@media (max-width: 768px) {

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {

        width: 80%;

    }



}





@media (max-width: 480px) {

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {

        width: 100%;

        padding-left: 10px;

        padding-right: 10px;

    }

    .leader-message .swiper-button-next,
    .leader-message .swiper-button-prev {

        width: 30px;

        height: 30px;

    }

    .leader-message .swiper-button-next:after,
    .leader-message .swiper-button-prev:after {

        font-size: 14px;

    }

    .lg-sub-html p {

        font-size: 14px;

    }

}



/* side */
.side-wrap {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 123;
    transition: all .5s ease;
}

.side-wrap .side-item {

    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 14px;
    margin: 3px 0;
    border-radius: 3px;
    position: relative;
    transition: all .3s ease;
    background-color: #fff;

}

.side-wrap .side-item.cur {
    background: linear-gradient(0deg, #EA535A, #D2757A);
}

.side-wrap .side-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 1 */
.side-wrap .side-jy a {
    background: url("../images/side-img1.png") no-repeat center;
}

.side-wrap .side-jy.cur a {
    background: url("../images/side-img1-cur.png") no-repeat center;
}

/* 2 */
.side-wrap .side-logo a {
    background: url("../images/side-logo.png") no-repeat center;
}

.side-wrap .side-logo.cur a {
    background: url("../images/side-logo-cur.png") no-repeat center;
}

/* 3 */
.side-wrap .side-jx a {
    background: url("../images/side-sjx.png") no-repeat center;
}

.side-wrap .side-jx.cur a {
    background: url("../images/side-sjx-cur.png") no-repeat center;
}

/* 4 */
.side-wrap .side-sy a {
    background: url("../images/side-img2.png") no-repeat center;
}

.side-wrap .side-sy.cur a {
    background: url("../images/side-img2-cur.png") no-repeat center;
}

/* 5 */
.side-wrap .side-jc a {
    background: url("../images/side-img3.png") no-repeat center;
}

.side-wrap .side-jc.cur a {
    background: url("../images/side-img3-cur.png") no-repeat center;
}

/* 6 */
.side-wrap .side-yx a {
    background: url("../images/side-img4.png") no-repeat center;
}

.side-wrap .side-yx.cur a {
    background: url("../images/side-img4-cur.png") no-repeat center;
}

/* 7 */
.side-wrap .side-zr a {
    background: url("../images/side-zr.png") no-repeat center;
}

.side-wrap .side-zr.cur a {
    background: url("../images/side-zr-cur.png") no-repeat center;
}



/*
.side-wrap .side-item:nth-child(4) a {
    background: url("../images/side-img4.png") no-repeat center;
}

.side-wrap .side-item.cur:nth-child(4) a {
    background: url("../images/side-img4-cur.png") no-repeat center;
} */







.side-wrap .side-item2 {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: linear-gradient(0deg, #EA535A, #D2757A);
}

.side-wrap .side-item2 a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-wrap .side-item .side-con {
    position: absolute;
    right: 75px;
    top: 0;
    background-color: #fff;
    border-radius: 3px;

    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;

    width: 130px;
    color: #B00D15;
    transform: scale(0);
    opacity: 0;
    transition: all .35s ease;

}

.side-wrap .side-item .side-con::before {
    width: auto;
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px #fff solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
}

.side-wrap .side-item:hover .side-con {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 1440px) {
    .side-wrap .side-item .side-con{
        font-size: 14px;
    }
    
}
@media (max-width: 1024px) {
    .side-wrap {
        display: none;
    }
}




/* 大事记弹框 */
/* .lg-backdrop{
    width: 60%;
    height: 76%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    border: 1px solid #fff;
}
.lg-toolbar{
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 12%;
}
.lg-hide-items .lg-toolbar{
    opacity: 1;
    transform: translate3d(-50%, -0, 0);
    -webkit-transform: translate3d(-50%, -0, 0);
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    width: 60%;
    bottom: 12%!important;
    margin-bottom: 0;
}
.lg-outer .lg-inner{
    width: 60%;
    height: 76%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    background-color: #b00d15;
    z-index: 99;
    overflow: hidden;
}

.lg-actions .lg-prev{
    left: calc(20% + 20px);
}

.lg-actions .lg-next{
    right: calc(20% + 20px);
}

.lg-outer .lg-img-wrap{
    padding: 1px;
}


.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html::after{
    bottom: 0;
}

.lg-outer.lg-visible::after{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
}

.lg-hide-items .lg-prev,
.lg-hide-items .lg-next{
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */

/* @media (max-width: 1440px) {
    .lg-backdrop,
    .lg-outer .lg-inner{
        height: 70%;
        width: 60%;
    }
    
    .lg-toolbar{
        top: 15%;
        width: 60%;
    }
    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
        bottom: 15%!important;
        width: 60%;
    }
    .lg-outer .lg-img-wrap{
        padding: 0;
    }
    .lg-sub-html p{
        font-size: 14px;
        margin: 2px 0;
    }
} */




/* @media (max-width: 768px) {
    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html,
    .lg-toolbar,
    .lg-outer .lg-inner,
    .lg-backdrop{
        width: 90%;

    }

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html::after{
        height: auto;
        padding-top: 40%;

    }

  

    .lg-backdrop, 
    .lg-outer .lg-inner{
        height: 50%;
    }

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html li{
        width: 100%;
    }
    .lg-toolbar{
        top: 25%;
    }
    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
        padding-left: 20px;
        padding-right: 20px;
        bottom: 25%!important;
    }
    

    .lg-download,
    .lg-autoplay-button,
    .lg-fullscreen,
    #lg-zoom-out,
    #lg-zoom-in,
    #lg-actual-size,
    #lg-counter{
        display: none;
    }


    .lg-actions .lg-next{
        right: calc(5% + 20px);
    }

    .lg-actions .lg-prev{
        left: calc(5% + 20px);
    }


} */

.lg-outer .lg-img-wrap {
    width: 50vw;
    height: 56.25vh;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
    padding: 0;

}

.lg-outer .lg-img-wrap img {
    width: 100%;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    display: none;
}


.lg-hide-items .lg-toolbar {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#lg-counter {
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lg-hide-items .lg-prev,
.lg-hide-items .lg-next {
    opacity: 1;
}




@media (max-width:1000px) {
    .lg-toolbar {
        top: 51px;
    }

}

@media ((max-width: 768px)) {
    .banner-section .banner-txt h2 {
        font-size: 18px;
    }

}

@media (max-width: 480px) {
    .banner-section .banner-txt h2 {
        font-size: 16px;
    }

    .banner-section .banner-txt h3 {
        font-size: 12px;
        margin-top: 4px;
    }

    .banner-section .banner-txt .txt-img {
        margin-top: -20px;
    }

    .lg-outer .lg-img-wrap {
        width: 65vw;

    }

    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        transform: scale(.6);
    }

    .lg-actions .lg-next {
        right: 5px;

    }

    .lg-actions .lg-prev {
        left: 5px;
    }

    #lg-download,
    .lg-autoplay-button,
    .lg-fullscreen,
    #lg-zoom-in,
    #lg-zoom-out,
    #lg-actual-size {
        display: none;
    }

    .lg-toolbar .lg-icon {
        height: 40px;

    }

    #lg-counter {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .lg-toolbar .lg-icon {
        height: auto;

        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }





}



@media (max-width: 992px) {

    #lightgallery li {
        display: none;
    }

    #lightgallery li:nth-child(1),
    #lightgallery li:nth-child(2) {
        display: block;
    }
}




.phone-show-more {
    display: none;
}

.phone-show-more a {
    display: block;
    text-align: center;
    background-color: #b00d15;
    color: #fff;
    padding: 5px 0;
}

#lightgallery.showMore li {
    display: block;
}

@media (max-width: 992px) {
    .phone-show-more {
        display: block;
    }

    .history-section .other-info {
        display: none;
    }
}














/* 2022-07-08 */
/* 寄语 */
.jy-section {
    padding-top: 5.2vw;
    padding-bottom: 20px;
    position: relative;
}

.jy-section .com-title h2 {
    color: #000;
}

.jy-section .com-title p {
    color: rgba(51, 51, 51, .4);
}

.jy-section .swiper .item {
    border: 2px solid #f1f1f1;
    position: relative;
    padding-left: calc(14px + 1.3vw);
    padding-right: calc(14px + .8vw);
    height: 350px;
}


.jy-section .swiper .item .title {
    display: flex;
    align-items: baseline;
}

.jy-section .swiper .item .title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-right: 20px;
    flex-shrink: 0;
}

.jy-section .swiper .item .title p {
    font-size: 18px;
    color: #000;
}

.jy-section .swiper .item .jy-intro {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    height: calc(100% - 120px);
    overflow: hidden;
}

.jy-section .swiper .item .tx-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: -60px;
    margin-right: 20px;
    background-color: #f7f7f7;
    overflow: hidden;
    flex-shrink: 0;
}

.jy-section .swiper {
    padding-top: 50px;
}

.jy-section .swiper .topcon {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.jy-section .swiper-wrapper {
    height: 870px;
    padding-top: 70px;
}

.jy-section .swiper-slide {
    height: calc((100% - 30px) / 2);
    display: flex;
    flex-wrap: wrap;
}

.jy-section .swiper .item{
    width: calc(50% - 30px);
    margin: 45px 15px;
}
@media (max-width: 1440px) {
    .jy-section .swiper .item{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
}

@media (max-width: 768px) {
    .jy-section .swiper .item{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .jy-section .swiper .item:nth-of-type(1){
        margin-top: 0;
    }
    .jy-section .swiper .item:nth-of-type(4){
        margin-bottom: 0;
    }
}


.jy-section .swiper-button-next,
.jy-section .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 1px solid #b00d15;
    border-radius: 100%;
    transition: all .35s ease;
    z-index: 999;
}

.jy-section .swiper-button-next:after,
.jy-section .swiper-button-prev:after {
    font-size: 20px;
    color: #b00d15;
}

.jy-section .swiper-button-next:hover,
.jy-section .swiper-button-prev:hover {
    background-color: #b00d15;
}

.jy-section .swiper-button-next:hover::after,
.jy-section .swiper-button-prev:hover::after {
    color: #fff;
}


.jy-section .swiper-button-prev {
    left: 50px;
}

.jy-section .swiper-button-next {
    right: 50px;
}

.jy-section .swiper-pagination {
    position: relative;
    display: none;
}

.jy-section .swiper-pagination-bullet-active {
    background-color: #b00d15;
}

/* logo释义 */
.logo-section {
    background-color: #fef6f6;
    padding-top: 125px;
    padding-bottom: 120px;
}

.logo-section .row {
    display: flex;
    align-items: center;
}

.logo-section .left,
.logo-section .right {
    width: 50%;
}

.logo-section .right {
    padding-left: 100px;
}

.logo-section .right h2 {
    font-size: 48px;
}

.logo-section .right p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.logo-section .left {
    padding-left: 200px;
    height: 545px;
    display: flex;
    align-items: center;
    position: relative;
}

.logo-section .left .logo-wrap {
    position: relative;
    display: inline-block;

}

.logo-section .left .logo-wrap img {
    position: relative;
    z-index: 3;
}

.logo-section .left .logo-wrap::before,
.logo-section .left .logo-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 0;
    border-radius: 50%;

}

.logo-section .left .logo-wrap::before {
    width: 410px;
    height: 410px;
    background-color: rgba(186, 23, 31, .05);
    z-index: 0;
    animation: tobig 1.3s ease infinite;
}

.logo-section .left .logo-wrap::after {
    width: 510px;
    height: 510px;
    background-color: rgba(186, 23, 31, .05);
    z-index: 0;
    animation: tobig 1.3s ease infinite;
}

.logo-section .left .cir {
    display: inline-block;
    background: linear-gradient(-42deg, #FF3750, #FE9845);
    border-radius: 50%;
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

}

.logo-section .left .cir1 {
    width: 135px;
    height: 135px;
    left: 35px;
    top: 0;
}

.logo-section .left .cir2 {
    width: 94px;
    height: 94px;
    left: 0;
    top: 316px;
}

.logo-section .left .cir3 {
    width: 67px;
    height: 67px;
    left: 193px;
    bottom: 0;
}

.logo-section .left .cir4 {
    width: 135px;
    height: 135px;
    left: 533px;
    bottom: 45px;
}

.logo-section .left .cir5 {
    width: 94px;
    height: 94px;
    left: 608px;
    top: 80px;
}

.logo-section .left .cir6 {
    width: 60px;
    height: 60px;
    left: 474px;
    top: 23px;
}

@keyframes tobig {
    0% {
        transform: scale(.8) translate3d(-50%, -50%, 0);
        opacity: .9;
    }

    100% {
        transform: scale(1.08) translate3d(-50%, -50%, 0);
        opacity: .7;
    }

}


/* 吉像四含义 */
.jx-section {
    padding-top: 180px;
    padding-bottom: 150px;
}

.jx-section .com-title h2 {
    color: #000;
    margin-bottom: 50px;
}

.jx-section .items {
    display: flex;
    /* height: 524px; */
    border-radius: 30px;
    overflow: hidden;
}

.jx-section .item {
    /* width: 200px; */
    width: 12.5%;

    transition: width .3s ease;
    position: relative;
    overflow: hidden;
    height: 27vw;

}

.jx-section .item .img {
    height: 100%;
    width: 56vw;
    max-width: 1005px;
    max-height: 520px;

    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
}

.jx-section .item .img img {
    width: 100%;
}

.jx-section .item .show-txt,
.jx-section .item .hide-txt {
    position: absolute;
    transition: all .35s ease;

}

.jx-section .item .show-txt {
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    ;
    color: #fff;
}


.jx-section .item .show-txt .num{
    display: inline-block;
    margin-bottom: 1vw;
}

.jx-section .item .show-txt h2 {
    font-size: 42px;
    font-weight: bold;
}

.jx-section .item .show-txt h2:nth-of-type(2) {
    text-indent: 90px;
    margin: 5px;
}

.jx-section .item .hide-txt {
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    font-size: 22px;
    color: #fff;
    text-align: center;
    z-index: 1;
}


.jx-section .item .hide-txt p {
    width: 30px;

}

.jx-section .item .hide-txt p:nth-child(2) {
    margin-top: 20px;
}

.jx-section .item.show {
    width: 62.5%;

}

.jx-section .item::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
}
.jx-section .item.show::before{
    background: url("../images/show-bg.png") no-repeat;
}


.jx-section .item.show .hide-txt {
    opacity: 0;
}

.jx-section .item.show .show-txt {
    opacity: 1;
    z-index: 2;
}

/* 峥嵘岁月 */
.zrsy-section {
    padding-top: 98px;
    padding-bottom: 135px;
    background: url("../images/zrsy-bg.jpg") no-repeat;
    position: relative;
    z-index: 9;
    background-size: cover;
}

.zrsy-section .row .item {
    /* width: 380px; */
    /* height: 495px; */
    /* width: 19.7vw;
    height: 25.78vw; */

    width: calc(200px + 9.375vw);
    height: calc(200px + 15.36vw);

    background-color: #af0d14;
    position: relative;
    transform: scale(.73);
    transform-origin: center bottom;
    transition: all .35s ease;
}


.zrsy-section .row .item .bottom-img {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 101%;
    /* height: 150px; */
    /* height: calc(100px + ); */
    height: 7.8vw;
}

.zrsy-section .row .item .bottom-img img {
    width: 100%;

}

.zrsy-section .row .item .txt h2 {
    display: flex;
    align-items: baseline;
}

.zrsy-section .row .item .txt h2 b {
    font-size: 136px;

    font-family: Impact;
    color: rgba(255, 255, 255, .8);
}

.zrsy-section .row .item .txt h2 span {
    font-size: 28px;
    color: rgba(255, 255, 255, .7);
    margin-left: 12px;
    flex-shrink: 0;
}

.zrsy-section .row .item .txt .zn {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);

}

.zrsy-section .row .item .txt {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}

.zrsy-section .row {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.zrsy-section .row .item .layui-icon {
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
    display: block;
}

.zrsy-section .row .item .layui-icon {
    opacity: 0;
    transition: all .34s ease;
    transform: translateX(-30px);
}


.zrsy-section .row .item:hover {
    transform: scale(1);
}

.zrsy-section .row .item:hover h2 span {
    font-size: 20px;
}

.zrsy-section .row .item:hover .layui-icon {
    opacity: 1;
    transform: translateX(0);
}

.zrsy-section .com-title {
    text-align: left;
}

.zrsy-section .com-title h2 {
    color: #000
}

.zrsy-section .com-title p {
    color: rgba(51, 51, 51, .4);
}

.zrsy-section .row .item::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 150px);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.2);
}

.zrsy-section .row .item:nth-child(1):before {
    background-image: url("../images/zrsy-d1.png");
}

.zrsy-section .row .item:nth-child(2):before {
    background-image: url("../images/zrsy-d2.png");
}

.zrsy-section .row .item:nth-child(3):before {
    background-image: url("../images/zrsy-d3.png");
}

.zrsy-section .row .item:nth-child(4):before {
    background-image: url("../images/zrsy-d4.png");
}


@media (max-width: 1850px) {
    .jy-section .swiper .item .jy-intro{
        font-size: 16px;
        line-height: 26px;
    }
    
}

@media (max-width: 1680px) {
    .jy-section .swiper .item .title h2{
        margin-right: 10px;
    }
    .jy-section .swiper .item .title p{
        font-size: 15px;
    }
 
    .jy-section .swiper .item{
        padding-left: 24px;
    }

    .jy-section .swiper .item .jy-intro{
        height: calc(100% - 93px);
    }

    .jy-section .swiper .item .title h2 {
        font-size: 22px;

    }

    .logo-section .left {
        transform: scale(.8);
    }

    .logo-section .right h2 {
        font-size: 38px;
    }

    .jx-section .item .show-txt {
        font-size: 33px;
    }

    .jx-section .item .hide-txt {
        font-size: 18px;
    }










}

@media (max-width: 1630px) {
    .jy-section .swiper .item .jy-intro {
        font-size: 15px;
        line-height: 25px;
    }
    
}

@media (max-width: 1490px) {
    .jy-section .swiper .item .tx-img {
        width: 100px;
        height: 100px;
        margin-top: -50px;
    }
    
}


@media (max-width: 1440px) {

    .jy-section .swiper .item .title p,
    .jy-section .swiper .item .jy-intro {
        font-size: 14px;

    }

    .jy-section .swiper .item .jy-intro {
        line-height: 24px;
        height: calc(100% - 102px);

    }


    .logo-section .right h2 {
        font-size: 32px;

    }

    .logo-section .right p {
        font-size: 14px;
        line-height: 24px;
    }

    .jx-section .item .show-txt {
        font-size: 30px;
    }

    .jy-section .swiper-button-next,
    .jy-section .swiper-button-prev,
    .side-wrap .side-item2,
    .side-wrap .side-item {
        width: 50px;
        height: 50px;
    }



   

    .jy-section .swiper {
        padding-top: 30px;
    }

    .logo-section .left {
        transform: scale(.7);
    }

    .logo-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .zrsy-section .row .item .txt h2 b {
        font-size: 120px;
    }

    .zrsy-section .row .item .txt h2 span {
        font-size: 20px;
    }

    .zrsy-section .row .item {
        transform: scale(.8);
    }

    .zrsy-section .row .item .txt .zn {
        font-size: 18px;
    }

    .com-title p {
        margin-top: 10px;
    }

    .zrsy-section {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .jy-section .swiper .item .title h2 {
        font-size: 20px;
        margin-right: 10px;
    }
    .jy-section .swiper .item .tx-img{
        margin-right: 10px;
    }

    .jx-section .item .show-txt h2{
        font-size: 34px;
    }
    .jx-section .item .hide-txt{
        font-size: 16px;
    }
    .jx-section .item .show-txt h2:nth-of-type(2){
        text-indent: 65px;
    }

    .jx-section{
        padding-top: 100px;
        padding-bottom: 100px;
    }
   

}

@media (max-width: 1320px) {
    .jy-section .swiper .topcon{
        display: block;
        margin-bottom: 10px;
    }
    .jy-section .swiper .item .title{
        margin-top: 10px;
    }
}


@media (max-width: 1280px) {
    .jy-section .swiper .item .jy-intro{
        line-height: 23px;
    }
    .jy-section .swiper-button-next,
    .jy-section .swiper-button-prev {
        position: static;
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .jy-section .btn-wrap {

        display: flex;
        justify-content: center;
        margin-bottom: 50px;

    }

    .logo-section .right {
        padding-left: 120px;
    }

    .logo-section .left {
        transform: scale(.6);
    }

    .logo-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo-section .right h2 {
        font-size: 30px;
    }


    .jy-section .swiper-wrapper {
        height: auto;
    }

    .zrsy-section .row .item::before {
        transform: scale(1);
    }
    .jx-section .item .show-txt h2{
        font-size: 24px;
    }

    .jx-section .item .show-txt h2:nth-of-type(2){
        text-indent: 45px;
    }
    .jx-section .item .show-txt .num {
        height: 26px;
    }
    .jx-section .item .show-txt .num img{
        width: 40px;
    }

}

@media (max-width: 1210px) {
    .jy-section .swiper .item{
        height: 420px;
    }
    
}


@media (max-width: 1080px) {
    .jy-section .swiper .item .title{
        flex-wrap: wrap;
    }
    .jy-section .swiper .item .title p{
        margin-top: 5px;
    }
    
}

@media (max-width: 1032px) {
    .jy-section .swiper .item{
        height: 460px;
    }
    
}



@media (max-width: 1024px) {
    .logo-section .row {
        display: block;

    }

    .logo-section .right {
        padding-left: 0;
        width: 100%;
    }

    .logo-section {
        padding-bottom: 80px;
    }

    .logo-section .left {
        width: 100%;
    }

    .item-story {
        height: auto !important;

    }

    .story-section {
        transform: scale(1);
        opacity: 1;
    }

    .circle-wrap.show,
    .circle-wrap {
        display: none;
    }

    .zrsy-section .row .item:hover,
    .zrsy-section .row .item {
        transform: scale(.9);
    }

    .zrsy-section .row .item .txt h2 b {
        font-size: 80px;
    }

    .zrsy-section .row .item .txt .zn,
    .zrsy-section .row .item .txt h2 span {
        font-size: 16px;
    }


    .zrsy-section .row .item .bottom-img {
        height: auto;
    }

    .zrsy-section .row .item .layui-icon {
        opacity: 1;
        transform: translateX(0);

    }

    .zrsy-section .row {
        flex-wrap: wrap;

    }

    .zrsy-section .row .item:hover,
    .zrsy-section .row .item {
        width: 50%;
    }

    .zrsy-section .row .item {
        height: 50vw;
    }

    .zrsy-section .row .item .layui-icon {
        font-size: 20px;
        margin-top: 20px;
    }


    .zrsy-section .row {
        margin-top: 10px;
    }

    .footer-bottom {
        text-align: center;
    }

    .jx-section .item .img,
    .jx-section .item.show,
    .jx-section .item{
        width: 100%;
    }
    .jx-section .items{
        display: block;
    }
    .jx-section .item{
        margin-top: 10px;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .jx-section .item .hide-txt{
        display: none;
    }
    .jx-section .item .show-txt{
        opacity: 1;
    }

    .jx-section{
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .jx-section .com-title h2{
        margin-bottom: 30px;
    }

    .jy-section .swiper .topcon {
        display: block;
        margin-bottom: 10px;
    }
    .jy-section .swiper .item .title{
        margin-top: 14px;
    }

    .jy-section .swiper .item .jy-intro{
        height: calc(100% - 130px);
    }

}


@media (max-width: 768px) {
    .zrsy-section .row .item {
        height: 52vw;
    }

    

    /* .jy-section .swiper .item .title {
        margin-top: 20px;
    } */

    .jy-section .swiper .item .jy-intro {
        height: auto;
        padding-bottom: 30px;
    }

    .jy-section .swiper .item {
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 34px;
        margin-bottom: 34px;
    }

    .zrsy-section .row .item .txt h2 span {
        margin-left: 6px;
    }

    .zrsy-section .row .item::before {
        height: 90%;
        transform: scale(.8);
        transform-origin: center 20px;
    }

    .logo-section .right h2 {
        font-size: 24px;
    }


    .logo-section .right p {
        margin-top: 10px;
    }
    .jx-section .item .show-txt h2{
        font-size: 18px;
    }
    .jx-section .item .show-txt h2:nth-of-type(2){
        margin: 0;
    }
    .jx-section .item .show-txt .num img{
        width: 30px;
    }
    .jx-section .item .show-txt h2:nth-of-type(2) {
        text-indent: 37px;
    }


}

@media (max-width: 640px) {
    .zrsy-section .row .item {
        height: 62vw;
    }

    .zrsy-section .row .item .txt h2 b {
        font-size: 50px;
    }

    .zrsy-section .row .item .txt .zn,
    .zrsy-section .row .item .txt h2 span {
        font-size: 14px;
    }

    .zrsy-section .row .item .layui-icon {
        margin-top: 10px;
    }

    .zrsy-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo-section .left {
        transform: scale(.4);
        width: 88%;
        margin-top: -100px;
    }

    .logo-section .right {
        margin-top: -90px;
    }

    .logo-section {
        padding-bottom: 40px;
    }

}

@media (max-width: 480px) {

    .zrsy-section .row .item:hover,
    .zrsy-section .row .item {
        transform: scale(.94);

    }

    .zrsy-section .row .item .txt h2 b {
        font-size: 40px;
    }

    .zrsy-section .row .item::before {
        transform: scale(.5);
    }

    .zrsy-section .row .item .txt {
        padding-top: 20px;
    }

    .jy-section .swiper .item .title h2 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .jy-section .swiper .item .title {
        display: block;
    }

    .jy-section .swiper {
        padding-top: 10px;
    }


    .logo-section .right h2 {
        font-size: 20px;
    }

    .logo-section .right p {
        margin-top: 10px;
    }

    .logo-section {
        padding-bottom: 40px;
    }

    .com-title p {
        margin-top: 5px;
    }

    .logo-section .left {
        transform: scale(.3);
        margin-left: -25px;
    }

    .logo-section .right {
        margin-top: -140px;
    }

    .jy-section .swiper-button-next,
    .jy-section .swiper-button-prev,
    .side-wrap .side-item2,
    .side-wrap .side-item {
        width: 35px;
        height: 35px;
    }

    .jy-section .swiper-button-next:after,
    .jy-section .swiper-button-prev:after {
        font-size: 14px;
    }

    .jy-section .btn-wrap {
        margin-bottom: 0;
    }
    .logo-section .left{
        margin-top: -130px;
    }

    .jx-section .item .show-txt h2{
        font-size: 16px;
        font-weight: normal;
    }
    .jx-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .jx-section .com-title h2{
        margin-bottom: 10px;
    }

    .zrsy-section .row .item .txt{
        padding-left: 20px;
        padding-right: 20px;
    }
}

