/*核心竞争力 核心竞争力 s*/
.box-coreCompetence .inner{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.box-coreCompetence .inner-wap{
    display: none;
}
.box-coreCompetence .inner .flex-row{
    align-items: stretch;
    justify-content: stretch;
    background-color: rgba(250,251,253,0.76);
    border-radius: 20px;
}
.box-coreCompetence .inner .flex-row .section-left{
    flex: 1 0 30%;
    min-height: 830px;
}
.box-coreCompetence .inner .flex-row .section-left ul{
    padding: 40px 0;
    gap: 20px;
}
.box-coreCompetence .inner .flex-row .section-left ul li{
    padding: 15px 0px;
}
.box-coreCompetence .inner .flex-row .section-left ul li.active{
    background: #E8E8E8;
}
.box-coreCompetence .inner .flex-row .section-left ul li h5{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    border-left: 2px solid #0D8974;
    padding: 5px 15px;
    margin-bottom: 0;
}
.box-coreCompetence .inner .flex-row .section-right{
    flex: 1 1 70%;
}
.box-coreCompetence .inner .flex-row .section-right ul{
    padding: 40px 120px 40px 60px;
}
.box-coreCompetence .inner .flex-row .section-right ul li{
    display: none;
}
.box-coreCompetence .inner .flex-row .section-right ul li.active{
    display: block;
}
.box-coreCompetence .inner .flex-row .section-right ul li p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.box-coreCompetence .inner .flex-row .section-right ul li img{
    width: 100%;
    margin-top: 70px;
}
.box-coreCompetence .inner .flex-row .section-middle{
    width: 2px;
    flex-shrink: 0;
    background: #FFFFFF;
}
/*核心竞争力 核心竞争力 e*/
/*核心竞争力 企业大事记 s*/
.box-corporateEvents .inner .swiper-wrapper{
    align-items: stretch;
}
.box-corporateEvents .inner .swiper-slide{
    align-items: center;
}
.box-corporateEvents .inner .swiper-slide .round{
    border-radius: 50%;
    border: 1px solid #3CA262;
    padding: 5px;
}
.box-corporateEvents .inner .swiper-slide .round .year{
    background: linear-gradient(-90deg, #1A81BF, #2AA299);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #FFFFFF;
}
.box-corporateEvents .inner .swiper-slide hr{
    transform: rotate(90deg);
    margin-top: 50px;
    margin-bottom: 50px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color:  #6EBE88;
    width: 100px;
}
.box-corporateEvents .inner .swiper-slide h3{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 19px 29px 38px 17px;
    text-align: center;
    height: 50px;
}
.box-corporateEvents .inner .swiper-slide img{
    width: 100%;
}
.box-corporateEvents .inner .swiper-button-next, .box-corporateEvents .inner .swiper-button-prev{
    top: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #A0CEFF;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
/*核心竞争力 企业大事记 e*/
/*核心竞争力 公益事业 s*/
.box-publicWelfareUndertakings .inner{
    gap: 29px;
}
.box-publicWelfareUndertakings .inner .item{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.box-publicWelfareUndertakings .inner .item:nth-child(even){
    flex-direction:row-reverse;
}
.box-publicWelfareUndertakings .inner .item .img{
    flex: 1 1 60%;
    overflow: hidden;
}
.box-publicWelfareUndertakings .inner .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s; /* 动画效果 */
}
.box-publicWelfareUndertakings .inner .item .img:hover img{
    transform: scale(1.5); /* 放大1.5倍 */
}
.box-publicWelfareUndertakings .inner .item .text{
    flex: 1 1 40%;
    background: #F6F8FB;
    padding: 57px 20px 30px 36px;
}
.box-publicWelfareUndertakings .inner .item .text h3{
    font-weight: 400;
    font-size: 28px;
    color: #0D8974;
    margin-bottom: 34px;
}
.box-publicWelfareUndertakings .inner .item .text p{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
/*核心竞争力 公益事业 e*/
/*企业简介 企业简介 s*/
.box-companyProfile .inner{
    background: #F4F8FB;
    padding: 135px 0;
}
.box-companyProfile .inner .flex-row{
    align-items: stretch;
}
.box-companyProfile .inner .text{
    flex: 1 1 60%;
    padding-right: 102px;
}
.box-companyProfile .inner .text .line {
    margin-top: 11px;
    height: 2px;
    margin-bottom: 29px;
}
.box-companyProfile .inner .text  h4{
    font-weight: 400;
    font-size: 48px;
    color: #0D8974;
    margin-bottom: 17px;
}
.box-companyProfile .inner .text  .remark{
    font-weight: 400;
    font-size: 24px;
    color: #0D8974;
    margin-bottom: 42px;
    display: block;
}
.box-companyProfile .inner .text p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.box-companyProfile .inner .text ul.flex-row{
    padding: 31px 0;
}
.box-companyProfile .inner .text ul.flex-row li{
    flex: 1 1 33.33%;
}
.box-companyProfile .inner .text ul.flex-row li h5{
    white-space: nowrap;
}
.box-companyProfile .inner .text ul.flex-row li  .count-text{
    font-weight: bold;
    font-size: 80px;
    color: #333333;
}
.box-companyProfile .inner .text ul.flex-row li  .down{
    font-weight: 300;
    font-size: 18px;
    color: #333333;
}
.box-companyProfile .inner .text ul.flex-row li  h6{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}
.box-companyProfile .inner .video{
    flex: 1 1 43.17%;
}
.box-companyProfile .inner .video .video-js{
    width: 100%;
    max-height: 480px;
}
.box-companyProfile .inner .video .video-js .vjs-big-play-button{
    top: calc((100% - 80px)/2);
    left:calc((100% - 80px)/2);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: transparent;
    font-size: 40px;
}
/*企业简介 企业简介 e*/
/*企业简介 发展历程 s*/
.box-developmentCourse .cntl-content{
    width: 45%;
    background-color:transparent;
    font-weight: 400;
    color: #2E2E2E;
    border-radius:0;
    border: 0;
    float: right;
}
.box-developmentCourse .cntl-content h4{
    font-size: 56px;
    margin-bottom: 31px;
}
.box-developmentCourse .cntl-content p{
    font-size: 14px;
}
.box-developmentCourse .cntl-image{
    width: 45%;
    padding: 0;
}
.cntl-state:nth-child(2n+1) .cntl-image{
    float: left;
}
.box-developmentCourse .cntl-state:nth-child(2n) .cntl-content{
    float: left;
}
.cntl-state:nth-child(2n) .cntl-image{
    float: right;
}
.box-developmentCourse .cntl-icon{
    background: #0D8974;
    border-radius: 50%;
    border: 0;
    width: 26px;
    height: 26px;
    top: 45%;
    left: calc((100% - 26px)/2);
    margin:0;
}
.box-developmentCourse .cntl-bar{
    width: 1px;
    background: #e0e0e0;
    box-shadow:none;
    left: calc(50% - 1px);
    margin:0;
}
.box-developmentCourse .cntl-bar .cntl-bar-fill{
    background: #0D8974;
}
/*企业简介 发展历程 e*/
/*企业荣誉 s*/
.box-enterpriseHonor .inner{
    align-items: stretch;
    flex-wrap: wrap;
}
.box-enterpriseHonor .inner .item{
    flex:1 1 20%;
    position: relative;
}
.box-enterpriseHonor .inner .item:nth-child(2),.box-enterpriseHonor .inner .item:nth-child(3){
    flex:1 1 40%;
}
.box-enterpriseHonor .inner .item:nth-child(4),.box-enterpriseHonor .inner .item:nth-child(5){
    flex:1 1 50%;
}
.box-enterpriseHonor .inner .item .section{
    margin: 0 6px 12px 6px;
    background: #FFFFFF;
    border-radius: 15px;
    height: calc(100% - 12px);
    padding: 45px 37px 51px 33px ;
    position: relative;
    overflow: hidden;
}
.box-enterpriseHonor .inner .item .section:before {
    content: " ";
    height: 0%;
    width: 100%;
    background: linear-gradient(-90deg, #1A81BF, #2AA299);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    z-index: 0;
}
.box-enterpriseHonor .inner .item .section .text{
    z-index: 2;
    position: relative;
}
.box-enterpriseHonor .inner .item .section .text h4{
    font-weight: bold;
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px;
}
.box-enterpriseHonor .inner .item .section .text p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 43px;
}
.box-enterpriseHonor .inner .item .section .text .icon {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.box-enterpriseHonor .inner .item .section .icon img:last-child{
    display: none;
    opacity: 0.79;
}
.box-enterpriseHonor .inner .item .section:hover .text h4,.box-enterpriseHonor .inner .item .section:hover .text p{
    color: #FFFFFF;
}
.box-enterpriseHonor .inner .item .section:hover:before{
    height: 100%;
}
.box-enterpriseHonor .inner .item .section:hover .text .icon img:first-child{
    display: none;
}
.box-enterpriseHonor .inner .item .section:hover .text .icon img:last-child{
    display: block;
}
/*企业荣誉 e*/
/*领导关怀 s*/
.box-leadershipCare .inner{
    transition: all ease .2s;
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}
.box-leadershipCare .inner .item{
    flex: 1 1 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: static;
}
.box-leadershipCare .inner .item .section{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    display-radio: flex;
    padding-top: 50%;
    padding-left: 10%;
    padding-right: 10%;
}
.box-leadershipCare .inner .item .section .text{
    max-width: 100%;
    max-height: 100%;
    position: static;
    width: 100%;
    font-weight: 400;
    color: #FFFFFF;
}
.box-leadershipCare .inner .item .section .text h4{
    font-weight: 400;
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 46px;
}
.box-leadershipCare .inner .item .section .text p{
    font-size: 20px;
    text-align: left;
    opacity: 0;
    min-height: 245px;
}
.box-leadershipCare .inner .item .section .text a{
    display: block;
    width: 140px;
    height: 43px;
    border-radius: 22px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 43px;
    color: #FFFFFF;
    opacity: 0;
    text-align: center;
}
.box-leadershipCare .inner .item .section:hover{
    background: rgba(0, 0, 0, 0.3);
}
.box-leadershipCare .inner .item .section:hover .text p,.box-leadershipCare .inner .item .section:hover .text a{
    opacity: 1;
}
.box-leadershipCare .inner .item .img{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all ease .3s;
}
.box-leadershipCare .inner .item .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(0);
    transition: filter 1s;
}
.box-leadershipCare .inner .item.active .img{
    opacity: 1;
}
/*领导关怀 e*/
@media (max-width:1200px){
    /*企业简介 企业简介 s*/
    .box-companyProfile .inner{
        padding: 50px 0;
    }
    .box-companyProfile .inner .text{
        flex: 1 1 100%;
        padding-right:20px;
    }
    .box-companyProfile .inner .text  h4{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .box-companyProfile .inner .text  .remark{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .box-companyProfile .inner .text p{
        font-size: 16px;
    }
    .box-companyProfile .inner .text ul.flex-row{
        padding: 20px 0;
    }
    .box-companyProfile .inner .text ul.flex-row li  .count-text{
        font-size: 36px;
    }
    .box-companyProfile .inner .text ul.flex-row li  .down{
        font-size: 18px;
    }
    .box-companyProfile .inner .text ul.flex-row li  h6{
        font-size: 14px;
    }
    .box-companyProfile .inner .video{
        flex: 1 1 100%;
    }

    /*企业简介 企业简介 e*/
}

@media (max-width:768px){
    /*企业简介 企业简介 s*/
    .box-companyProfile .inner{
        padding: 50px 0;
    }
    .box-companyProfile .inner .container-box.flex-row{
        flex-direction: column !important;
    }
    .box-companyProfile .inner .text{
        flex: 1 1 100%;
        padding-right: 0px;
    }
    .box-companyProfile .inner .text .line {
        margin-top: 5px;
        height: 1px;
        margin-bottom: 10px;
    }
    .box-companyProfile .inner .text  h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .box-companyProfile .inner .text  .remark{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .box-companyProfile .inner .text p{
        font-size: 14px;
    }
    .box-companyProfile .inner .text ul.flex-row{
        padding: 20px 0;
    }
    .box-companyProfile .inner .text ul.flex-row li  .count-text{
        font-size: 30px;
    }
    .box-companyProfile .inner .text ul.flex-row li  .down{
        font-size: 16px;
    }
    .box-companyProfile .inner .text ul.flex-row li  h6{
        font-size: 12px;
    }
    .box-companyProfile .inner .video{
        flex: 1 1 100%;
    }

    /*企业简介 企业简介 e*/
    /*企业简介 发展历程 s*/
    .box-developmentCourse .cntl-content h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .box-developmentCourse .cntl-content p{
        font-size: 12px;
    }
    /*企业简介 发展历程 e*/
    /*核心竞争力 核心竞争力 s*/
    .box-coreCompetence .inner{
        display: none;
    }
    .box-coreCompetence .inner-wap{
        display: block;
    }
    .box-coreCompetence .inner-wap {
        background-color: rgba(250,251,253,0.76);
    }
    .box-coreCompetence .inner-wap  ul{
        padding: 10px 0;
        gap: 20px;
    }
    .box-coreCompetence .inner-wap  ul li{
        padding: 15px 0px;
    }
    .box-coreCompetence .inner-wap  ul li p{
        font-size: 12px;
    }
    .box-coreCompetence .inner-wap  ul li img{
        margin-top: 30px;
        width: 100%;
    }
    /*核心竞争力 核心竞争力 e*/
    /*核心竞争力 企业大事记 s*/
    .box-corporateEvents .inner .swiper-slide hr{
        margin-top: 25px;
        margin-bottom: 25px;
        width: 60px;
    }
    .box-corporateEvents .inner .swiper-slide h3{
        margin: 10px;
        height: 50px;
    }
    /*核心竞争力 企业大事记 e*/
    /*核心竞争力 公益事业 s*/
    .box-publicWelfareUndertakings .inner{
        gap: 15px;
    }
    .box-publicWelfareUndertakings .inner .item{
        flex-direction: column;
    }
    .box-publicWelfareUndertakings .inner .item:nth-child(even){
        flex-direction:column;
    }
    .box-publicWelfareUndertakings .inner .item .text{
        padding: 30px 20px;
    }
    .box-publicWelfareUndertakings .inner .item .text h3{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .box-publicWelfareUndertakings .inner .item .text p{
        font-size: 14px;
    }
    /*核心竞争力 公益事业 e*/

    /*领导关怀 s*/
    .box-leadershipCare .inner{
        flex-direction: column;
    }
    .box-leadershipCare .inner .item .section{
        padding-top: 20%;
    }
    .box-leadershipCare .inner .item .section .text h4{
        font-size: 16px;
    }
    .box-leadershipCare .inner .item .section .text p{
        display: none;
    }
    .box-leadershipCare .inner .item .section:hover{
        background: rgba(0, 0, 0, 0.3);
    }
    .box-leadershipCare .inner .item .section:hover .text p,.box-leadershipCare .inner .item .section:hover .text a{
        opacity: 1;
    }
    .box-leadershipCare .inner .item .img img{
        width: auto;
        height:auto;
    }
    /*领导关怀 e*/
    /*企业荣誉 s*/

    .box-enterpriseHonor .inner .item{
        flex:1 1 50%;
    }
    .box-enterpriseHonor .inner .item:nth-child(2),.box-enterpriseHonor .inner .item:nth-child(3){
        flex:1 1 50%;
    }
    .box-enterpriseHonor .inner .item .section{
        padding: 20px ;
    }
    .box-enterpriseHonor .inner .item .section .text h4{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .box-enterpriseHonor .inner .item .section .text p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    /*企业荣誉 e*/
}
