/*导航*/
/*.nav-item-project,.nav-item,.nav-assessment{*/
/*    margin-left: 35px;*/
/*}*/

/*资质与荣誉*/
.qualification-honor{
  width: 100%;
  padding-top: 46px;
  box-sizing: border-box;
}
.honor-box{
    padding-bottom: 55px;
}
.title-second{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #565872;
    margin-top: 11px;
}
.add-honor-swiper{
    padding-top: 39px;
    min-height: 314px;
    box-sizing: border-box;
}

.honor-item{
    width: 384px!important;
    height: 295px!important;
}
.honor-item-info{
    width: 384px!important;
    height: 275px!important;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    margin-top: 20px;
    transition: .3s;
}
.honor-item img{
    width: 100%;
    height: 100%;
}
.honor-item:hover .honor-item-info{
    transition: .3s;
    transform: translate(0, -20px);
}
/*数字递增*/
.number-internal{
    width: 100%;
    height: 255px;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/internalReferenceHonor/number.png) no-repeat center center/1920px 255px;;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.number-internal-content{
    display: flex;
    gap: 128px;
}

.number-top{
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.number{
    margin-right: 7px;
    font-size: 40px;
}
.number-label{
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}
.number-width1{
    width: 91px;
}
.number-width2{
    width: 104px;
}
.number-width3{
    width: 136px;
}
.number-width5{
    width: 180px;
}
/*获批函展示区域*/
.letter-box{
    padding-top: 46px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px;
}

.left-preview{
    width:  calc(100% - 404px);
    height: 503px;
}
.right-preview{
    width:380px;
    height: 489px;
    margin-top: 15px;
}
.right-preview img{
    width: 100%;
}
.common-adviser-btn-a{
    flex-shrink: 0;
    margin-right: 0;
}
.expert-index{
    width: 247px;
    height: 349px;
    margin-right: 24px;
}
.expert-index-info{
    width: 247px;
    height: 329px;
    transition: .3s;
    /*margin-top: 20px;*/
    border-radius: 5px;
    overflow: hidden;    /* 防止图片超出盒子的圆角 */

}
.expert-index:hover .expert-index-info{
    transition: .3s;
    transform: translate(0, -20px);
}
.expert-index img{
    width: 100%;
    height: 100%;
}
.add-expert{
    padding-top: 30px;
    margin-top: 0;
    min-height: 359px;
    box-sizing: border-box;
}
.common-adviser-top{
    margin-top: 38px;
    width: 100%;
    overflow: hidden;
}
.common-adviser-top .swiper-slide {
    /* 不设置宽度，让其根据内容自撑 */
    width: auto!important; /* 使幻灯片水平排列 */
}
/*客户好评区域*/
.customer-praise{
    background: #F1F5FA;
}
.praise-box{
    padding-top: 46px;
    padding-bottom: 50px;
}
.praise-item{
    width: 282px!important;
    height: 395px!important;
}
.praise-item-info{
    width: 282px!important;
    height: 375px!important;
    border-radius: 5px 5px 5px 5px;
    margin-top: 20px;
    overflow: hidden;
    transition: .3s;
}
.praise-item img{
    width: 100%;
    height: 100%;
}
.praise-item:hover .praise-item-info{
    transform: translate(0, -20px);
    transition: .3s;
}
.add-praise-swiper{
    padding-top: 39px;
    min-height: 414px;
    box-sizing: border-box;
}

/*媒体评价区域*/
.media-box{
    padding-top: 52px;
    padding-bottom: 40px;
}
.add-media-swiper{
    padding-top: 39px;
    min-height: 227px;
    box-sizing: border-box;
}
.media-item{
    width: 282px;
    height: 207px;
}
.media-item-info{
    width: 282px;
    height: 187px;
    background: #F5F7FC;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s;
}
.media-item-img{
    border-radius: 5px;
    overflow: hidden;
}
.media-item:hover .media-item-info{
    transition: .3s;
    transform: translate(0, -20px);
    background: #0085F9;
}

.media-item img{
    height: 90px;
    width: 244px;
}
.media-text{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all; /* 处理长单词 */
    font-weight: 400;
    font-size: 18px;
    color: #29345C;
}
.media-item:hover .media-text{
    color: #FFFFFF;
}
.common-title-right{
    height: 50px;
    margin-top: 9px;
    background: #F5F7FC;
    color: #29345C;
    display: flex;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    align-items: center;
    padding: 0 18px 0 19px;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 5px;
    width: 124px;
}
.common-title-right:hover{
    color: #29345C;
}
.common-title-right img{
    width: 14px;
    height: 8px;
    /*margin-left: 5px;*/
}
    /*底部区域*/
.footer-line{
    height: 223px;
}

/* S 客户心声 */
.customer-voice{
    /*height: 723px;*/
    background: #F1F5FA;
    padding-top: 36px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.logo_wrap {
    position: relative;
    width: 100%;
}

.logo_wrap img {
    display: block;
}

.logo_wrap img {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    outline: none;
    border-radius: 0;
}

.logo_wrap .mask {
    position: absolute;
    z-index: 10;
}

.logo_wrap .left_mask {
    left: 0;
    height: 100%;
    width: 50%;
}

.logo_wrap .right_mask {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 100%;
    width: 50%;
}

.section-full-item{
    border-radius: 10px;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.line_even .section-full-item{
    width: 266px;
    height: 130px;
}
.line_odd .section-full-item{
    width: 220px;
    height: 110px;
}
.line_even .section-full-item img{
    width: 246px;
    height: 110px;
}
.line_odd .section-full-item img{
    width: 200px;
    height: 90px;
}
.left-mask{
    background: linear-gradient(to right, #F1F5FA 0%, transparent 100%);
    height: 100%;
    width: 360px;
    position: absolute;
    left: 0;
    z-index: 2;
}
.right-mask{
    background: linear-gradient(to left, #F1F5FA 0%, transparent 100%);
    height: 100%;
    width: 360px;
    position: absolute;
    right: 0;
    z-index: 2;
}
.line_odd{
    margin-top: 12px;
}
.line_even{
    margin-top: 12px;
}
.section-full{
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    box-sizing: border-box;
}
.triangle-left-bottom {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;

    top: 20px;
}
.line_even .triangle-left-bottom{
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    left: -15px;
}
.line_odd .triangle-left-bottom{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffffff;
    left: -12px;
}
.line-box{
    display: flex;
}
/* E 客户心声 */

