body{
    background: #fff;
    overflow-x: hidden;
}

.contentBox{
    width: 100%;
    display: flex;
    justify-content: center;
}
.navBox{
    box-shadow: 0px 0px 20px 0px rgba(11,24,46,0.06);
}
.nav{
    width: 62%;
    margin: 10px 0;
    /* font-size: 14px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    cursor: pointer;
}
.cardItemBox{
    width: 78%;
    margin: 20px 0px 10px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cardItem_left{
    width: 49%;
}
.cardItem_right{
    width: 49%;
}
.cardItem_right img{
    height: 695px;
    width: 100%;
}
.detailKey{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #08A354;
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}
.detailKeyItem{
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    height: 45px;
    background: rgba(8,163,84,0.08);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 10px 10px;
    padding: 0 10px;
}
.detailKeyItem img{
    width: 20px;
    height: 20px;
}
.detailKeyItem span{
    margin-left: 5px;
}
.jianjie_bottem{
    width: 100%;
}

.cardListBox{
    width: 78%;
    cursor: pointer;
}
.cardListTitle{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
    margin: 20px 0;
    text-align: center;
}
.toLeft{
    text-align: left;
    margin-left: 10px;
}


.cardListsubTitle{
    /* font-size: 14px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
    text-align: center;
}
.detailcard{
    background: #FFFFFF;
    box-shadow: 8px 9px 16px 0px rgba(23,61,128,0.12);
    border-radius: 4px;
    padding: 10px 20px 20px 20px;
}
.secendBox{
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.cardList{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.cardBox{
    width: 190px;
    height: 250px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon{
    margin-bottom: 20px;
}
.cardTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.cardDetail{
    width: 154px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
    line-height: 22px;
    text-align: center;
}
.rightProgress{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.progressBox{
    padding: 10px 20px;
    margin: 20px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px 0px rgba(23,61,128,0.12);
    border-radius: 4px;
}
.progressIcon{
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 13px);
}
.rightBorder{
    width: 50%;
    border-left: 1px solid #E1E3E6;
    text-align: right;
}
.progressTitle{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
}
.progressDetail{
    margin: 10px 0;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1A1A1A;
}
.progressDay{
    background: #367CF5;
    color: #fff;
    padding: 2px 10px;
    margin-left: 10px;
}
.progress{
    display: flex;
    position: relative;
    padding-right: 1px;
}
.leftBorder{
    width: 50%;
    border-right: 1px solid #E1E3E6;
}
.leftProgressDay{
    background: #367CF5;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}
.lunboBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leftIcon img{
    width: 50px;
}
.rightIcon img{
    width: 50px;
}
.lunboImgList{
    /* flex: 1; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 20px;
}
.lunboImgBox{
    width: 15%;
    text-align: center;
    align-items: center;
}
.lunboImgBox img{
    /* width: auto !important; */
    width: 35px;
    /* height: 253px; */
}
.lunboDay{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A1A1A;
    margin: 10px 0;
}
.lunboTitle{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8F99;
}
.lunboCenterImgBox{
    width: 20%;
}
.lunboCenterImgBox img{
    height:350px
}

.banshi {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}
.swiper-slide {
    position: relative;
    height: 328px;
    width: 264px;
    padding: 36px 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #F7F8FA;
}
.banshi{
    overflow: hidden;
    padding: 0;
    margin: 0 20px;
}
.swiper-slide{
    width: 100px;
    padding: 0;
    background: #fff;
}
.cardListBox img{
    
}
/* .swiper-slide-active{
    background:#ff6600;
    color:#fff;
} */

.dongtaitop{
    margin-top: 92px;
    position: relative;
}
.dongtaitop img{
    width: 100%;
    height: 560px;
    border: none; vertical-align: top;
}
.dongtaitopDetail{
    position: absolute;
    top: 50%;
    left: 36%;
    color: #fff;
    transform: translate(-50%, -30%); /* 实现水平和垂直居中 */
    text-align: left; /* 文本水平居中 */
    width: 750px;
    z-index: 1;
}
.dongtaitopDetail_title{
    height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
    font-style: normal;
}
.dongtaitopDetail_des{
    width: 400px;
    margin-top: 20px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;

}
.developmentConcep{
    background-image: url(../images/developmentConcep_bg.png);
    background-repeat: repeat; /* 设置背景图在水平和垂直方向平铺 */
}
.serviceTenet_bg{
    background-image: url(../images/serviceTenet_bg.png);
    background-repeat: repeat; /* 设置背景图在水平和垂直方向平铺 */
}
.developmentConcepItem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
}
.dc_seq{
    font-family: YouSheBiaoTiHei;
    font-size: 25px;
    color: #08A354;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
}
.dc_detail{
    margin-left: 15px;
    text-align: left;
}
.dc_title{
    margin: 5px 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    font-style: normal;
}
.dc_content{
    margin: 5px 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.serviceTenetTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.serviceTenetUl{
    list-style: none;
    padding: 0;
    margin: 40px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

}
.serviceTenetUl li{
    height: 35px;
    display: flex;
    align-items: center;
}
.serviceTenetUl li::before {
    content: "\2713"; 
    color: #00cc66;
    font-weight: bold;
    margin-right: 10px;
}

.serviceTenetGroup{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}
.serviceTenetItem{
    width: 50px;

}
.st_detail{

}
.shareholderBox{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.shareholder_left{
    width: 42%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
.shareholder_left img{
    height: 380px;
    width: 380px;
}
.shareholder_right{
    width: 54%;
    margin-left: 20px;
}
.shareholder_item {
    margin-bottom: 10px;
}
.shareholder_item h3 {
    margin-bottom: 5px;
    display: flex;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #077948;
    line-height: 28px;
    text-align: left;
    font-style: normal;

}
.shareholder_item h3 img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.shareholder_item p {
    margin-top: 0px;
    margin-left: 35px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #4B5563;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.box_shadow{
    box-shadow: 8px 9px 16px 0px rgba(23,61,128,0.12);
    border-radius: 4px;
}


.teamList{
    display: flex;
    justify-content: center; /* 修改为居中排列 */
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
    width: 100%;
        /* 添加间距，使布局更美观 */
    gap: 15px; 
}
.teamItem{
    width: calc(24% - 10px); /* 考虑 gap 间距，调整宽度 */
    background: #fff;
    box-shadow: 8px 9px 16px 0px rgba(23,61,128,0.12);
    border-radius: 15px;
}
.team_poto img{
    width: 100%;
    height: 300px;
    border-radius: 15px 15px 0 0;
}
.team_name{
    margin: 15px 0px 5px 0px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}

.team_post{
    margin-top: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #08A354;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}
.team_detail{
    margin: 15px 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4D5562;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}