/*nav*/
.intro_nav_box {
    width: 375px;
    height: 40px;
    background: #F8F9FA;
}

.intro_nav {
    /*width: 469px;*/
    width: 100%;
    height: 40px;
    padding: 0 28px;
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
}

.intro_nav_tip {
    width: 70px;
    /*flex: 0 0 70px;*/
    display:block;/*内联对象需加*/
    /*width:100px;*/
    word-break:keep-all; /* 不换行 */
    white-space:nowrap; /* 不换行 */
    /*margin: 0 11.8px;*/
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 40px;
    cursor: default;
    text-align: center;
}

.current {
    border-bottom: 2px solid #4DB7DD;
    box-sizing: border-box;
    /*width: 70px;*/
}




.overview-intro{
   padding: 40px 20px;
    background: #FFFFFF;
}
.overview-intro h1{
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #090F21;
    line-height: 25px;
    text-align: center;
}
.title_txt{
    /*height: 120px;*/
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 30px;
    padding:12px 0 0;
    position: relative;
}
.open-all{
    width: 56px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #4DB7DD;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right:0;
}
/*服务能力蓝图*/
.htms-function-pp{
    text-align: center;
}
.htms-function-logo{
    height: 64px;
    display: flex;
    align-items: center;
    align-content: center;
    /*justify-content: space-between;*/
    padding: 0 20px;
    position: relative;
}
.htms-function-logo-text{
    margin-left: 8px;
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 24px;
}
.xiajiantou{
    width: 16px;
    height: 16px;
    position:absolute ;
    right: 20px;
    transition: all 0.3s;
}
.industrial-park-hr{
    margin:0 17px;
    height: 1px;
    background: #DFE2E4;
}
.htms-function-right-p{
    margin: 0 20px;
    padding: 20px 16px;
    /*height: 84px;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
    color: rgba(9, 15, 33,0.5);
    line-height: 22px;
    font-weight: 400;
    font-size: 12px;
    box-sizing: border-box;
}
/*交付能力*/
.sap-delivery .card-p{
    text-align: center;
}
.sap-delivery-con{
    width: 335px;
    margin: 20px auto 0;
}
.sap-delivery-right h3{
    margin: 28px 0 8px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}
.sap-delivery-right h3:first-child{
    margin: 40px 0 8px;
}
.sap-delivery-right p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 22px;
}
.sap-delivery-right a:hover{
    color: rgba(77, 183, 221, 1);
}
/*全球化拓展市场*/
.sap-global-tip{
    margin: 20px 15px 0;
    padding:40px 20px;
    /*height: 181px;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
}
.sap-global-tip h3{
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
    text-align: center;
}
.sap-global-tip p{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 30px;
}
/*相关推荐*/
.about-recommend_swiper{
}
.about-recommend_swiper .about-recommend-content-text{
    margin-top: 21px;
    padding: 0 20px;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #090F21;
    line-height: 24px;
}
.about-recommend-content{
    margin: 3px auto 0;
    width: 335px;
    height: 274px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(12, 37, 91, 0.1);
}
.about-recommend-content p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    word-wrap: break-word;
    margin-top: 8px;
    padding: 0 20px;
    width: 295px;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color:rgba(9, 15, 33, 0.5);
    line-height: 30px;
}
/*轮播图*/
.about-recommend_swiper{
    /*transform: translateX(20px);*/
    margin-top: 17px;
}
.about-recommend_swiper .swiper-slide {
    width: 335px;
    padding: 0;
}
.about-recommend_swiper .swiper-paginations {
    text-align: center;
    height: 14px;
    margin-top: 12px;
    /*margin-bottom: 40px;*/
}
/*轮播分页器*/
@keyframes progressbar-dot {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.swiper-pagination-bullet {
    width: 30px;
    margin: 0 6px !important;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ececec;
    opacity: 1;
}

.swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    font-size: 0;
    line-height: 0;
    border-radius: 3px;
    background-color: #4DB7DD;
    animation: progressbar-dot linear 5s;
    animation-fill-mode: forwards;
}
