:root {
    --gray_0: #000;
    --gray_20: #2b2e33;
    --gray_35: #4c5059;
    --gray_50: #737780;
    --gray_70: #a9acb2;
    --gray_80: #c8c9cc;
    --gray_85: #d4d6d9;
    --gray_90: #e1e3e5;
    --gray_93: #e8eaed;
    --gray_95: #edeff2;
    --gray_96: #f0f2f5;
    --gray_97: #f4f5f7;
    --gray_98: #f7f8fa;
    --gray_100: #fff;
    --green_n: #05c1b7;
    --green_h: #06e5da;
    --green_a: #ebffff;
    --red_n: #e53c23;
    --red_h: #ff5840;
    --red_a: #ffedeb;
    --blue_n: #4378e0;
    --blue_h: #6699ff;
    --blue_a: #ebf1ff;
    --yellow_n: #fab246;
    --yellow_h: #ffc773;
    --yellow_a: #fef4e5;
    --on_surface: #fff;
    --bg_white: #fff;
    --bg_gray: #f7f8fa;
    --bg_float: #fff;
    --bg_default_0: #111214;
    --bg_default_1: #646566;
    --bg_default_2: #2b2e33;
    --bg_default_3: #b8b8b8;
    --codeshadow: rgba(6, 9, 15, 0.18);
    --headshadow: rgba(255, 255, 255, 0.95);
    --studybg: #e1e3e5;
    --studybuttongradient1: #ff8826;
    --studybuttongradient2: #ffa733;
    --studygreen_0: #009991;
    --studygreen_1: #05c1b7;
    --studygreen_2: #008c85;
    --aidialogusergradient1: #0cdbd3;
    --aidialogusergradient2: #5772ff;
}
.about-container .commoncontent {
    width: 87.5vw;
    min-width: 1000px;
    max-width: 1680px;
    margin: 0px auto;
}
.about-container {
    background: #fff !important;
    width: 100%;
    margin-top: 10px;
}

.about-container .pagecontent {
    width: 100%;
}

.about-container .pagecontent .containertop .videobox {
    height: calc(100vh - 60px);
    min-height: 600px;
    width: 100%;
    position: relative;
    transition: all 1s;
}

.about-container .pagecontent .containertop .videobox .videomask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent {
    height: 100%;
    position: relative;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .videomaskcontenttop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translatex(-50%);
    transition: all .3s;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .videomaskcontenttop .hometext {
    display: block;
    width: 1150px;
    /*height: 220px;*/
    transition: all .3s;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .videomaskcontenttop .playbtn {
    margin-top: 31px;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .playbtn {
    width: 199px;
    height: 62px;
    border-radius: 54px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    z-index: 1;
    transition: all .3s;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .playbtn:hover {
    cursor: pointer;
    border: 0;
    /*background: -webkit-linear-gradient(234.19deg,#bc41f9,#0dc6eb 101.3%);*/
    /*background: linear-gradient(215.81deg,#bc41f9,#0dc6eb 101.3%)*/
    background: linear-gradient(90deg, #ef4023 0%, #ef6a23 100%);
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .playbtn2 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translatex(-50%);
    display: none;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .homedown {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translatex(-50%);
    cursor: pointer;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .homedown .homedownimg {
    width: 64px;
    height: 60px;
    display: block;
}

.about-container .pagecontent .containertop .videobox .videomask .videomaskcontent .homedown .text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.about-container .pagecontent .containertop .videobox .video {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ddd
}

::-webkit-scrollbar-corner {
    background-color: #535353
}

.about-container .pagecontent .containertop.small {
    background: #ffffff;
    border-radius: 20px;
}

.about-container .pagecontent .containertop.small.transitionnull .videobox {
    transition: all 0s;
}

.about-container .pagecontent .containertop.small .videobox {
    margin: 46.5px auto;
    /*width: 87.5vw;*/
    /*min-width: 1000px;*/
    /*max-width: 1680px;*/
    width: 1200px;
    min-height: auto !important;
    overflow: hidden;
    height: 33.333vw;
}

.about-container .pagecontent .containertop.small .videobox .videomask,
.about-container .pagecontent .containertop.small .videobox video {
    border-radius: 20px;
}

.about-container .pagecontent .containertop.small .videobox .videomask .videomaskcontent .videomaskcontenttop {
    top: 35%;
}

.about-container .pagecontent .containertop.small .videobox .videomask .videomaskcontent .playbtn2 {
    display: flex;
}

.about-container .pagecontent .containertop.small .videobox .videomask .videomaskcontent .homedown,
.about-container .pagecontent .containertop.small .videobox .videomask .videomaskcontent .videomaskcontenttop .playbtn1 {
    display: none;
}

.container .pagecontent .containertop.small .videobox .videomask .videomaskcontent .videomaskcontenttop .hometext {
    width: 816px;
    height: 178px;
}

@media (min-width: 1000px) and (max-width: 1680px) {
    .about-container .pagecontent .containertop.small .videobox {
        height: 29.16667vw;
    }
}

/*企业大事记*/
.bghui {
    /*background-color: #fafafa;*/
}
.memorabilia {
    --bg: ;
    --bgtop: ;
    --bgbottom: 
}

.memorabilia[data-theme=dark] {
    --bg: ;
    --bgtop: ;
    --bgbottom: 
}

.memorabilia {
    padding-bottom: 0!important;
    padding-top: 0!important
}
.qylcback{
    margin-top: 100px;
    background: url(/uploads/image/scaimg/qylc-bg.png);
    height: 697px;
    position: relative;
}


.containerlist .outerbox {
    position: relative;
    overflow: hidden;
    /*min-width: 1000px;*/
    /*max-width: 1680px;*/
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 100px*/
    padding-top: 72px;
}

.memorabilia .outerbox .bg1,.memorabilia .outerbox .bg2 {
    position: absolute;
    left: 16%;
    top: 50%;
    transition: transform 1s;
    background-size: 100%
}

.qylcback-overlay{
    width: 280px;
    height: 697px;
    background: ;
    position: absolute;
    right: -30px;
    top: 0px;
    z-index: 11;
    background-size: 100%;
}

.memorabilia .outerbox .bg1 {
    /*width: 1586px;*/
    /*height: 1595px;*/
    width: 1698px;
    height: 1706px;
    background-image:;
    /*background-image: */
}

.memorabilia .outerbox .bg2 {
    width: 1981px;
    height: 1971px;
    background-image:;
    /*background-image: */
}

.containerlist .commontitle {
    position: relative;
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 64px;
    width: 87.5vw;
    min-width: 1000px;
    max-width: 1680px;
    font-weight: bold;
    opacity: 0;
    transition: all, opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

.containerlist.change .commontitle{
    opacity: 1;
}

.containerlist.memorabilia .commontitle {
    margin-bottom: 23px;
}

.containerlist.memorabilia .commontitle:before {
    /*content: "";*/
    /*width: 615px;*/
    /*height: 697px;*/
    /*!*background: var(--bgbottom) 0 0;*!*/
    /*background: ;*/
    /*position: absolute;*/
    /*transform: rotate(180deg);*/
    /*right: 333px;*/
    /*top: 0px;*/
    /*z-index: 11*/
}

.memorabilia .content {
    /*height: 400px;*/
    /*padding-left: 80px;*/
    /*margin-bottom: 64px;*/
    overflow: hidden;
    padding: 0;
}

.memorabilia .content .tabbox {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    position: relative
}
.memorabilia .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.memorabilia .content .myswipermemorabilia {
    color: var(--gray_0);
    width: 540px;
    margin-left: 248px;
    position: relative;
    /*flex: 1;*/
    overflow: hidden;
}

.memorabilia .content .myswipermemorabilia:before {
    /*content: "";*/
    /*width: 100%;*/
    /*height: 120px;*/
    /*background: var(--bgbottom) no-repeat;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*z-index: 111*/
}

.memorabilia .content .myswipermemorabilia .swiper-slide {
    height: auto;
    margin-bottom: 48px
}

.memorabilia .content .myswipermemorabilia .swiper-slide:last-child {
    height: 400px;
    margin-bottom: 0
}

.memorabilia .content .myswipermemorabilia .name {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 28px;
}

.memorabilia .content .myswipermemorabilia .itembox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.memorabilia .content .myswipermemorabilia .itembox .item {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    margin-top: 28px
}

.memorabilia .content .myswipermemorabilia .itembox .item:first-child {
    margin-top: 0
}

.memorabilia .content .myswipermemorabilia .itembox .item .iteml {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    align-items: baseline;
    height: 24px;
    margin-bottom: 16px;
    justify-content: space-between;
    /*width: 90px;*/
    flex-shrink: 0
}

.memorabilia .content .myswipermemorabilia .itembox .item .iteml .mouthe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.memorabilia .content .myswipermemorabilia .itembox .item .iteml .mouth {
    flex-shrink: 0;
    /*width: 52px;*/
    font-size: 24px;
    line-height: 24px;
    text-align: center
}

.memorabilia .content .myswipermemorabilia .itembox .item .iteml .jiange {
    color: var(--gray_50);
    margin-right: 2px
}

.memorabilia .content .myswipermemorabilia .itembox .item .itemrbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.memorabilia .content .myswipermemorabilia .itembox .item .itemrbox .itemr {
    position: relative;
    padding-left: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #666;
}

.memorabilia .content .myswipermemorabilia .itembox .item .itemrbox .itemr:first-child {
    margin-top: 0
}

.memorabilia .content .myswipermemorabilia .itembox .item .itemrbox .itemr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    /*background: linear-gradient(43deg, #103ce7 5%, #64e9ff 95%);*/
    background: linear-gradient(45deg, #e1251b 30%, #ffd664 95%);
    border-radius: 0px 0px 0px 0px;
}

/*企业历程时间轴*/

.box2 {
    background:  center center no-repeat;
    background-size: contain;
    width: 152px;
    height: 476px;
    position: relative;
}

.box2:before {
    content: '';
    background: url(/uploads/image/scaimg/time-active.png) center center no-repeat;
    width: 34px;
    height: 34px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 223px;
    right: 1px;
}
.box2.change:before {
    animation: time 1s linear 1;
}

@keyframes time{
    0%{
        transform: scale(0.5);
    }
    50%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1);
    }
}

.box2 .item {
    transform: translate(50%, 0%) rotate(0deg);
    position: relative;
    transition: transform 1s;
    height: 481px;
    /*overflow: hidden;*/
}

.box2 .item .tab-item {
    cursor: pointer;
    transform: translate(-10%, 300px) rotate(0deg);
    opacity: 0;
    transition: all 1s;
}

.box2 .item .tab-item.active {
    font-size: 20px;
    font-weight: bold;
}


.box2 .item .tab-item[item='0'] {
    transform: translate(-10%, -20px) rotate(0deg);
    opacity: 0;
    transition: all 1s;
}

.box2 .item .tab-item[item='1'] {
    transform: translate(0%, 20px) rotate(0deg);
    transition: transform 1s;
    opacity: 0.5;
    font-size: 16px;
}

.box2 .item .tab-item[item='2'] {
    transform: translate(30%, 55px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='3'] {
    transform: translate(50%, 98px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='4'] {
    transform: translate(60%, 150px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='5'] {
    transform: translate(50%, 200px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='6'] {
    transform: translate(30%, 245px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='7'] {
    transform: translate(0%, 283px) rotate(0deg);
    transition: transform 1s;
    opacity: 0.5;
    font-size: 16px;
}

/*关于展鸿*/
.aboutzh {
    background:  center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 530px;
}
.aboutzh .about-zh-title1 {
    font-size: 24px;
    width: 1200px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 46px;
    color: #333333;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
}
.aboutzh .about-zh-title2 {
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 48px;
    text-indent: 48px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
}
.aboutzh.change .about-zh-title1,
.aboutzh.change .about-zh-title2{
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}

/*企业文化*/
.culture {

}
.manager-img{
    width: 217px;
    height: 306px;
    position: absolute;
    right: 0;
    top: 130px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    z-index: 1;
    /*opacity: 1;*/
    /*transform: translate(0, 0) rotate(0deg);*/
    transition: all 1s;
    transition-delay: 0.5s;
}
.culture .outerbox {
    overflow: visible;
}
.culture-wrapper{
    width: 920px;
    height: 200px;
    padding:20px 260px 64px 20px;
    /*background: linear-gradient(134deg, #fffbfb 0%, #ffffff 50%);*/
    border-radius: 8px 8px 8px 8px;
    font-size: 24px;
    color: #666666;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
}
.culture .culture-title1 {
    font-size: 24px;
    color: #666666;
    line-height: 38px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
    margin-bottom: 15px;
}

.culture .culture-title2 {
    font-size: 24px;
    color: #666666;
    /*width: 1200px;*/
    width: 960px;
    text-align: right;
    margin-top: 70px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
    margin-bottom: 10px;
}
.culture.change .culture-title1,
.culture.change .culture-title2,
.culture.change .manager-img,
.culture.change .culture-wrapper{
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}

.culture .culturecard {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.culture .culturecard .card {
    width: 238px;
    height: 185px;
    background: #ffffff;
    /*box-shadow: 1px 2px 4px 0px rgba(16,60,231,0.1);*/
    background: linear-gradient( 180deg, #fffbfb 0%, #ffffff 50%);
    box-shadow: 1px 2px 4px 0px rgba(51,51,51,0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    /*background: var(--gray_100);*/
    padding: 20px;
    color: var(--gray_0);
    cursor: pointer;
    opacity: 0;
    transform: translate(0, 10%) rotate(0deg);
    transition: all 1s;
}

.culture .culturecard .card:hover {
    /*box-shadow: 0px 0px 12px 0px rgba(16,60,231,0.15);*/
    transition: all 0s;
}

.culture .culturecard .card:hover .text {
    /*background: linear-gradient(120deg, #103ce7 5%, #64e9ff 95%);*/
    background: linear-gradient(90deg, #e1251b 5%, #ffd664 95%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent
}

.culturecard.change .card {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.culturecard.change .card:nth-child(2) {
    transition-delay: 0.2s;
}
.culturecard.change .card:nth-child(3) {
    transition-delay: 0.4s;
}

.culturecard.change .card:nth-child(4) {
    transition-delay: 0.6s;
}

.culture .culturecard .card.no-delay {
    transition-delay:unset;
}

.culture .culturecard .card .img {
    width: 48px;
    height: 48px;
    background-size: 100%;
}
.culture .culturecard .card .title {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    margin-top: 16px;
    transition: all .3s;
    margin-bottom: 24px;
}
.culture .culturecard .card .text {
    font-size: 18px;
    color: #666666;
    line-height: 27px;
    display: flex;
    flex-wrap: wrap;
    width: 180px;
}

/*展鸿荣誉*/
.zhhonor {
    height: 700px;
}
.zhhonor img {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.5s;
}

.zhhonor img.scale {
    transform: scale(1);
    opacity: 1;
}

/*企业故事*/
.zhstory {
    background: #f7faff;
}
.zhstory.containerlist .commontitle {
    margin-bottom: 48px;
}
.zhstory .story-slide {
    display: flex;
}
.zhstory .swiperbuttonbox {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
}
.zhstory .swiperstoryprev {
    height: 42px;
    width: 42px;
    background-image: url(/uploads/image/scaimg/prev.png);
    background-size: 100%;
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.zhstory .swiperstorynext {
    height: 42px;
    width: 42px;
    background-image: url(/uploads/image/scaimg/next.png);
    background-size: 100%;
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.zhstory .swiperstoryprev:hover,
.zhstory .swiperstorynext:hover {
    /*box-shadow: 0px 0px 12px 0px rgba(16,60,231,0.20);*/
}
.zhstory .swiperstoryprev.swiper-button-disabled:hover,
.zhstory .swiperstorynext.swiper-button-disabled:hover {
    box-shadow: none;
    cursor: no-drop;
}
.swiperstoryprev.swiper-button-disabled {
    background-image: url(/uploads/image/scaimg/prev2.png);
}
.swiperstorynext.swiper-button-disabled {
    background-image: url(/uploads/image/scaimg/next2.png);
}
.zhstory .myswiperstory .swiper-item {
    flex-shrink: 0;
    width: 268px !important;
    height: 306px;
    background: var(--gray_100);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s;
    margin-right: 40px;
    cursor: default;
    opacity: 0;
    transform: translate(0, 10%) rotate(0deg);
}
.zhstory .myswiperstory .story-slide .swiper-item:last-child {
    margin-right: 0;
}
.zhstory.change .myswiperstory .story-slide .swiper-item {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.zhstory.change .myswiperstory .story-slide .swiper-item:nth-child(2) {
    transition-delay: 0.2s;
}
.zhstory.change .myswiperstory .story-slide .swiper-item:nth-child(3) {
    transition-delay: 0.4s;
}

.zhstory.change .myswiperstory .story-slide .swiper-item:nth-child(4) {
    transition-delay: 0.6s;
}
.zhstory .myswiperstory .bgimg {
    width: 100%;
    height: 151px;
    display: block;
}
.zhstory .myswiperstory .textbox{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: var(--gray_0);
    height: 195px;
    overflow: hidden;
    transition: height .3s;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.zhstory .myswiperstory .textbox .bg {
    background: linear-gradient( 180deg, rgba(255,255,255,0.35) 0%, #ffffff 15%, #ffffff 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
}
.zhstory .myswiperstory .textbox .textcontent {
    z-index: 2;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.zhstory .myswiperstory .textbox .bg,
.zhstory .myswiperstory .textbox .textcontent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zhstory .myswiperstory .textbox .title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 12px 12px;
}
.zhstory .myswiperstory .textbox .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding: 0 12px;
    color: #999999;
}
.zhstory .myswiperstory .textbox .morebtn {
    /*color: var(--green_n);*/
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0;
    z-index: 1;
    text-decoration: none;
}
.zhstory .myswiperstory .textbox .morebtn img {
    width: 24px;
    height: 24px;
}

.zhstory .myswiperstory .swiper-item:hover {
    transform: scale(1.02)
}

.zhstory .myswiperstory .swiper-item:hover .textbox{
    height: 100%;
}
.zhstory .myswiperstory .swiper-item:hover .morebtn {
    animation: fadein-57c3eb52 .3s .2s;
    animation-fill-mode: forwards;
    display: flex
}
.zhstory .myswiperstory .swiper-item:hover .textbox .text {
    -webkit-line-clamp: 9
}
@keyframes fadein-57c3eb52 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*公司分校*/
.zharea {
    background: url(/uploads/image/scaimg/area-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.zharea .area-list {
    display: inline-flex;
    padding: 5px;
    border-radius: 41px;
    background: var(--gray_100);
    color: var(--gray_0);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    opacity: 0;
    transition: opacity 0.5s;
}

.zharea.change .area-list {
    opacity: 1;
}

.zharea .area-list .area-item {
    width: 105px;
    border-radius: 62px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
.zharea .area-list .area-item:hover {
    /*font-weight: bold;*/
    color:#e1251b;
}
.zharea .area-list .area-item.active {
    background: var(--gray_0);
    color: var(--gray_100);
}
.zharea .area-list .area-item.active:hover {
    font-weight: normal;
}

.zharea .area-wrapper {
    background: #ffffff;
    border-radius: 24px 24px 24px 24px;
    position: relative;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
}

.zharea.change .area-wrapper {
    opacity: 1;
}

.area-list2-wrapper {
    position: absolute;
    bottom: -57px;
    left: -123px;
    z-index: 9;
    padding-top: 20px;
}

.zharea .area-list2 {
    display: inline-flex;
    padding: 4px;
    border-radius: 41px;
    background: var(--gray_100);
    color: var(--gray_0);
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-left: 13px;
    box-shadow: 1px 2px 4px 0px rgba(16, 60, 231, 0.1);
}

.zharea .area-list2 .area-item2 {
    width: 84px;
    border-radius: 16px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}

.zharea .area-list2 .area-item2.active {
    background: var(--gray_0);
    color: var(--gray_100);
}

.zharea .area-content {
    /*display: flex;*/
    display: none;
}
.zharea .area-img {
    width: 758px;
    height: 340px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 20px;
}

.zharea .area-img img {
    object-fit: cover;
    transition: transform .3s;
}
.zharea .area-img:hover img{
    transform: scale(1.2)
}
.zharea .area-content .area-detail {
    flex: 1.0;
}
.zharea .area-content .area-detail-item {
    margin-bottom: 28px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 16px;
    margin-top: 14px;
}
.zharea .area-content .area-detail-item:last-child {
    margin-bottom: 0;
}
.zharea .area-content .area-detail-item .item1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.zharea .area-content .area-detail-item .item1 img {
    margin-right: 8px;
}

.zharea .area-content .area-detail-item .item2 {
    font-size: 18px;
    color: #666666;
    margin-top: 12px;
    line-height: 20px;
}

/*视频全屏*/
.videodialogwrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11111111;
    background-color: rgba(0, 0, 0, 1);
    display: none;
}
.videodialogwrap .video-close {
    width: 56px;
    height: 56px;
    background:  no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10000;
}
.videodialogwrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
