@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;
}

.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;
}

/* 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 b {
    font-size: 48px;
    color: var(--theme-color);
}

.swiper-leader .txt-con h2 span {
    font-size: 24px;
    color: #000;
    margin-left: 1.25vw;
}

.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;
}

.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;
}

.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;

}

.sy-section .item .img-con img {
    width: 100%;
    transition: all .5s ease;
}

.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 .inner: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: all .5s ease;
}

.lg-sub-html p {
    font-size: 16px;
    margin-bottom: 5px;
    ;
}

.lg-sub-html h3 {
    margin: 1vh 0;
}

/* 印象 */
.story-section {
    padding-top: 5.57vw;
    padding-bottom: 6.25vw;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .8s ease;
    z-index: 99999;
    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;
    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.show {
    opacity: 1;

}


.story-section .story-con {
    position: relative;
    margin-top: 80px;
    color: #fff;
}

.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;
}


.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);
}


.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-active .show-txt, */
.story-section .swiper-slide:hover .show-txt {
    opacity: 0;
}

/* .story-section .swiper-slide.swiper-slide-active .img-con, */
.story-section .swiper-slide:hover .img-con {
    transform: scale(.985);
    opacity: 1;
}

/* .story-section .swiper-slide.swiper-slide-active .hide-txt, */
.story-section .swiper-slide:hover .hide-txt {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation-delay: .5s;
}

.story-section .swiper-slide:hover .item::before {
    background-image: url("../images/border-circle-cur2.png");
}

.story-section .swiper-slide:hover .item::after {
    opacity: 1;
}


.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);
}

.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;
}

.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: 24px;
    }
    .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: 16px;
    }
    .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: 18px;
    }
    .story-section .swiper-slide .hide-txt h3{
        font-size: 16px;

    }
    .story-section .story-con .item .show-txt{
        font-size: 15px;
        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;
    }
    .story-section .btn-list{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
}

@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 p{
        font-size: 14px;
    }
    .story-section .swiper-slide .hide-txt h2{
        font-size: 16px;
    }
    .story-section .swiper-slide .hide-txt .btn-more{
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (max-width: 768px) {
    .story-section .story-con .item{
        width: 260px;
        height: 260px;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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: 10px;
    }
}

.lg-backdrop{
    z-index: 1090;
}
.lg-outer{
    z-index: 1091;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    width: 40%;
    text-align: left;
    left: 50%;
    transform: translateX(-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;
    }
}