.about_js .flexjs{
    gap: 8rem;
}
.about_js .lt{
    width: 22%;
}

.about_js .img{
    width: 12rem;
    margin: 2.5rem 0 8rem;
}
.about_js .img img{
    width: 100%;
}

.about_js .szgd .num span{
    font-size: var(--f62);
    background-image: var(--noBtnBgColor);
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .1rem;
}
.about_js .szgd .num em{
    font-size: var(--f22);
    margin-left: .2rem;
    background-image: var(--noBtnBgColor);
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_js .szgd .item{
    margin-top: 3rem;
}
.about_js .szgd p{
    color: #041411;
    margin-top: .3rem;
    font-size: var(--f17);
}

.about_js .rt{
    flex: 1;
}
.about_js .rt .video-bg{
    border-radius: 1rem;
    overflow:hidden;
    height: auto;
    aspect-ratio: 1085/500;
    margin-top: 3rem;
}
.about_js .rt .video-bg a .player{
    width: 6rem;
}
.about_js .ar_article{
    font-size: var(--f18);
}





.jt_dsz .flexjs{
    gap: 6rem;
    background: url(../images/dongshibg.png) no-repeat;
    background-position: right bottom;
    background-size:auto 100% ;
}
.jt_dsz .lt{
    background: url(../images/page.png) no-repeat;
    background-position: left 85%;
    background-size: 20rem auto;
    width:60% ;
}
.jt_dsz .rt{
    flex: 1;
    padding-right:4rem;
}
.jt_dsz .lt .tt{
    font-size: var(--f50);
}
.jt_dsz .lt .ar_article{
    font-size: var(--f18);
    margin-top: 2rem;
}
.jt_dsz .lt .qz{
    text-align: right;
    font-size: var(--f18);
    color: #414141;
    margin-top: 4rem;
}
.jt_dsz .lt .qz span{
    font-size: var(--f24);
    font-family: '楷体';
    color: #414141;
}






.fzlc{
    width: 100%;
    /* height:auto ;
     * aspect-ratio: 1920/860; */
    /* height: 45rem; */
    /* height: 100vh; */
    min-height: 100vh;
    overflow: hidden;
}
.historyMain {
    padding: 2rem 0px 2rem;
    height: 100%;
    position: relative;
}

.historyYearBox {
    /* display: none; */
    display: flex;
    /* position: absolute; */
    left: 0px;
    top: 0px;
    /* width: 40%; */
    /* height: 100%; */
    align-items: center;


    width: 100vw;
    height: 100vh;
}
.historyYearBox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
    background: #fff;
    opacity: 0;
}
.historyYearBox.fade-out::before {
    opacity: 0.3;
}

.historyYearBox .container .historyYearListBox {
    /* width: 40%; */
    /* width: 100%; */
    position: relative;
    font-size: var(--f208);
    margin-left: var(--wpPaddingNum);
}

.historyYearBox .container .historyYear {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    position: relative;
    font-size: var(--f208);
    height:calc(3 * 1em * 1) ;
    font-family: 'robb-font';
}

.historyYearBox .container .historyYear .Year {
    color: #fff;
    line-height: 1;
    z-index: 10;
    position: relative;
}

.historyYearBox .container .historyYear .YearList {
    line-height: 1;
    height: 1em;
    position: relative;
    z-index: 10
}

.historyYearBox .container .historyYear .YearList .swiper-slide {
    color: rgba(255, 255, 255, .1);

    transition: all 1s ease;
    font-weight: 600;
}

.historyYearBox .container .historyYear .YearList .swiper-slide.swiper-slide-active {
    background-image: var(--noBtnBgColor);
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.historyYearBox .container .roundBox {
    position: absolute;
    width: 2.2em;
    height: auto;
    aspect-ratio: 1/1;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%
}

.historyYearBox .container .roundBox svg {
    position: absolute;
    /* left: -18px;
     * top: -18px;
     * right: -18px;
     * bottom: -18px */
}

.historyYearBox .container .roundBox svg .path-loop {
    fill: none;
    stroke: rgba(240, 246, 244, 0.1);
    stroke-miterlimit: 10;
    stroke-width: 0.1px
}

.historyYearBox .container .roundBox svg .path-loop1 {
    fill: none;
    stroke: #f08200;
    stroke-miterlimit: 10;
    stroke-width: 0.1px;
    stroke-dashoffset: 157;
    transition: all .8s ease
}

.historyListMain {
    position: relative;
    z-index: 20;
    /* overflow-y:auto;
     * height:100% ;
     * scrollbar-width: none;
     * -ms-overflow-style: none; */
}

.historyListMain .container {
    display: flex;
    justify-content: flex-end;
    margin-right:var(--wpPaddingNum);
}

.historyListMain .container .historyList {
    /* width: 100% */
    width: 40%;
    /* padding-top: calc(22.5rem - 6rem); */
    /* padding-bottom: calc(22.5rem - 7rem); */

    padding-top: 40vh;
    padding-bottom: calc(36vh + 4rem);
}

.historyListMain .container .historyList ul li {
    padding: 1.5rem 0px 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.historyListMain .container .historyList ul li .listYear {
    font-size: var(--f24);
    line-height: 1.2;
    padding-bottom: .4rem;
    color: rgba(255, 255, 255, .6);
    font-family: 'robb-font';
    transition: all .6s ease
}

.historyListMain .container .historyList ul li.cur .listYear {
    color: #fff;
}

.historyListMain .container .historyList ul li .desc {
    font-size: var(--f16);
    line-height: 2;
    color: rgba(255, 255, 255, .6);
    transition: all .6s ease
}
.historyListMain .container .historyList ul li.cur .desc{
    color: #fff;
}

/* .historyListMain .container .historyList ul li .imgBox {
 *     padding-top: 20px
 * }
 *
 * .historyListMain .container .historyList ul li .imgBox img {
 *     width: 100%;
 *     display: block;
 *     border-radius: 20px
 * } */

.historyListMain .container .historyList ul li:last-child {
    border-bottom: none
}




.jt_team .grid{
    gap:2rem;
}
.jt_team .grid .item{
    border-radius: 1rem;
    overflow:hidden;
}
.jt_team .grid .item .img-db{
    height: auto;
    aspect-ratio: 375/280;
}
.jt_team .grid .item .txt{
    background: #f7f5f4;
    padding: 2rem;
}
.jt_team .grid .item .txt h5{
    font-size: var(--f24);
    font-family: 'pingfangm-font';
    font-weight: 500;
}

.jt_team .grid .item .txt p{
    margin-top: .2rem;
    font-size: var(--f16);
    font-family: 'pingfangm-font';
    color: #686868;
}



.jt_qywh .txt-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../images/wenhuabg.jpg) no-repeat;
    background-size: cover;
    transition: opacity .5s;
}
.jt_qywh .txt-hover .p{
    font-size: var(--f17);
    text-align: justify;
    line-height: 2;
    margin-top: 2rem;
}
.jt_qywh .txt-hover .txt{
    padding: 0 4rem 5rem;
}
.jt_qywh .text{
    position: relative;
    font-size: var(--f30);
    height: auto;
}

.jt_qywh .text h4,
.jt_qywh .text h5{
    opacity: 0;
    position: absolute;
    transition: opacity .5s;
    font-weight: 400;
    left: 0;
    top: 0;
}
.jt_qywh .text h4{
    opacity: 1;
    position: relative;
    font-size: var(--f30);
}
.jt_qywh .text h5{
    font-size: var(--f26);
}
/*.jt_qywh  li.on h4{*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*}*/
/*.jt_qywh  li.on h5{*/
/*    position: relative;*/
/*    opacity: 1;*/
/*}*/
.jt_qywh  li.on .txt-hover{
    opacity: 1;
}

.jt_rongyu .item{
    display:block ;
    background:url(../images/rongyubg.png) no-repeat;
    height: auto;
    aspect-ratio: 360/500;
    border-radius:1rem ;
    padding: 1rem;
    background-size: cover;
}
.jt_rongyu .item .img-db{
    width: auto;
    height: 17rem;
    margin: 3rem auto 0;
}
.jt_rongyu .item .img-db img{
    object-fit: contain;
}
.jt_rongyu .item .txt{
    position: absolute;
    width: 100%;
    bottom: 1.2rem;
    text-align: center;
    color: #fff;
    font-size:var(--f22) ;
    left: 0;
}
.jt_rongyu .item .txt h5{
    font-weight: 400;
    font-family: 'pingfangm-font';
}
