/* ---------------------------------------------------------------------------------aboutus1页面------------------------------------------------------- */
/* 概况 */
.profile-box {
    margin: 99px auto 140px;
    text-align: center;
    max-width: 1400px;
}
.profile-box .profile-con-box {
    padding: 0px 100px;
}
.profile-box .profile-con-box .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 53px;
    color: #333333;
    font-weight: bold;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
}
.profile-box .profile-con-box .con {
    font-size: 16px;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    line-height: 30px;
    color: #7F7F7F;
}
.profile-box .profile-con-box .con:not(:first-child){
    margin-top: 25px;
}
.profile-box .profile-img {
    margin-top: 53px;
}




/* 历程 - 标题 */
.process-box {
    background: url(../images/aboutus/process-bg.png) no-repeat center center/cover;
    height: 900px;
    text-align: center;
}
.process-box .top-title {
    color: #FFFFFF;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 36px;
    line-height: 50px;
    padding-top: 100px;
    padding-bottom: 60px;
    font-weight: bold;
}



/* 历程 - 顶部日期轮播 */
.process-top-box {

}
.process-top-box .date-box {
    height: 81px;
    position: relative;
    border-bottom: 1px dashed #eee;
    margin-bottom: 40px;
}
.process-top-box .date-box .icon {
    content: '';
    display: inline-block;
    background: #FFFFFF;
    border: 2px solid #AB1F24;
    border-radius: 50%;
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -10px;
}
.process-top-box .date-box .txt {
    font-weight: bolder;
    color: #FFFFFF;
    font-size: 40px;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    line-height: 47px;
    opacity: 0.5;
}
.process-top-box .swiper-slide-active .date-box .txt {
    font-weight: bold;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 60px;
    line-height: 71px;
    opacity: 1;
}
.process-top-box .swiper-slide-active .date-box .icon {
    width: 20px;
    height: 20px;
    bottom: -11px;
}


/* 历程 - 底部轮播 */
.process-bottom-box .swiper-slide {
    text-align: center;
}
.process-bottom-box .bottom {
    border-left: 1px dashed #eee;
    display: inline-block;
    margin-top: 24px;
}
.bottom .bottom-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translate(-6px);
}
.bottom .bottom-item .txt {
    font-size: 20px;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: -6px;
}
.bottom .bottom-item:not(:last-child) .txt {
    margin-bottom: 46px;
}
.bottom .bottom-item:last-child .txt {
    margin-top: -15px;
}
.bottom .bottom-item .icon{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 20px;
}


/* 历程 - 底部箭头 */
.product-cut-content {
    margin: 60px 0 180px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-cut-content .left-cut-img {
    width: 50px;
    height: 50px;
    background: url(../images/aboutus/aboutus-cut-left-img.png) top left/cover no-repeat;
    margin-right: 20px;
    cursor: pointer;
}

.product-cut-content .left-highlight-cut-img {
    background: url(../images/aboutus/aboutus-cut-highlight-left-img.png) top left/cover no-repeat;
}

.product-cut-content .right-cut-img {
    width: 50px;
    height: 50px;
    background: url(../images/aboutus/aboutus-cut-right-img.png) top left/cover no-repeat;
    cursor: pointer;
}

.product-cut-content .right-highlight-cut-img {
    background: url(../images/aboutus/aboutus-cut-highlight-right-img.png) top left/cover no-repeat;
}



/* 产业 */
.industry-box {
    text-align: center;
    background-color: #FCFCFC;
}
.industry-box .top-title {
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 36px;
    line-height: 50px;
    margin-top: 100px;
    color: #333333;
    font-weight: bold;
}
.industry-box .top-box {
    border-bottom: 1px solid #DCDCDC;
}
.industry-box .nav-list-box {
    width: 55%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0px;
}
.industry-box .nav-list-box .nav-item-box  {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.industry-box .nav-list-box .nav-item-box .img{
    width: 144px;
    height: 144px;
    object-fit: cover;
    border: 6px solid #fff;
    border-radius: 50%;
    flex: 0 0 auto;
}
.industry-box .nav-list-box .nav-item-box .txt{
    font-size: 16px;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    color: #333333;
    line-height: 22px;
    margin-top: 7px;
    display: inline-block;
}
.industry-box .nav-list-box .nav-item-box .line{
    margin-top: 21px;
    background: #AB1F24;
    width: 30px;
    height: 3px;
    display: none;
}
.industry-box .nav-list-box .nav-item-box.nav-item-active .img {
    border: 6px solid #AB1F24;
}
.industry-box .nav-list-box .nav-item-box.nav-item-active .line {
    display: block;
}
.industry-box .industry-swiper {
    display: none;
    padding: 109px 0px 133px;
    background: url(../images/aboutus/ins-bg.png) center center/cover no-repeat;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: none;
    /* height: 450px; */
}
.industry-box .nav-content-list .industry-swiper.active {
    display: block;
}
.industry-box .swiper-slide {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}
.industry-box .swiper-slide-active,.swiper-slide-duplicate-active {
    transform: scale(1.2);
    z-index: 1;
}
.industry-box .swiper-slide .txt {
    font-size: 24px;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    color: #333333;
    line-height: 33px;
    margin-top: 25px;
    white-space: nowrap;       /* 防止文本换行 */
    overflow: hidden;          /* 隐藏溢出的内容 */
    text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
    width: 90%;
}
.industry-box .swiper-slide .text_txt {
    font-size: 13px;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    color: #666666;
    line-height: 16px;
    margin-top: 10px;
    display: -webkit-box;
    /* 必须设置，用于多行溢出 */
    -webkit-box-orient: vertical;
    /* 设置盒子排列方向为垂直 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    /* 隐藏超出的内容 */
    width: 90%;
    text-align: left;
}
.industry-swiper .button-prev,
.industry-swiper .button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.industry-swiper .button-prev {
    left: 5%;
    background-image: url(../images/index-cut-highlight-left-img.png);
}
.industry-swiper .button-prev.swiper-button-disabled {
    background-image: url(../images/index-cut-left-img.png);
}
.industry-swiper .button-next {
    right: 5%;
    background-image: url(../images/index-cut-highlight-right-img.png);
}
.industry-swiper .button-next.swiper-button-disabled {
    background-image: url(../images/index-cut-right-img.png);
}


/* 地图 */
.map-box {
    padding: 0px 7%;
    margin-bottom: 80px;
}
.map-box .top-title {
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 36px;
    line-height: 50px;
    margin-top: 100px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.map-box .bottom-box {
    margin-top: 60px;
    display: flex;
    /* flex-flow: row wrap; */
    justify-content: space-evenly;
    align-items: flex-start;
}
.map-box .left-box {
    margin-right: 46px;
    /* flex: 1 0 auto; */
}
.map-box .left-box .left-item-box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 70px;
}
.map-box .left-box .left-item-box .img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.map-box .left-box .left-item-box .left-txt{
    overflow: hidden;
}
.map-box .left-box .left-item-box .title{
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 27px;
}
.map-box .left-box .left-item-box .con{
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis;
    overflow: hidden; */
}
.map-box .right-box {

    /* width: 1100px;
    padding-top: 45.8%;
    position: relative; */
    width: 1100px;
}







/* ---------------------------------------------------------aboutus1页面 - 适配---------------------------------------------------- */
@media screen and (max-width:1980px) {
    .map-box{
        padding: 0 1%;
    }
}
@media screen and (max-width:1600px) {
    .map-box .right-box{
        width: 950px;
    }
}
@media screen and (max-width:1200px) {
    /* 产业 */
    .industry-box .nav-list-box .nav-item-box .img{
        width: 100px;
        height: 100px;
    }

    /* 地图 */
    .map-box .bottom-box {
        margin-top: 60px;
        display: flex;
        /* flex-flow: column; */
        justify-content: space-between;
        align-items: flex-start;
    }
    .map-box .right-box {
        width: 100%;
        /* border: 1px solid #eee; */
    }
}
@media screen and (max-width:980px) {
    /* 历程 */
    .process-top-box .date-box .txt {
        font-weight: bolder;
        color: #FFFFFF;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 20px;
        line-height: 27px;
        opacity: 0.5;
    }
    .process-top-box .swiper-slide-active .date-box .txt {
        font-weight: bold;
        font-size: 30px;
        line-height: 41px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        opacity: 1;
    }
    .bottom .bottom-item .txt {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 22px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        margin-top: -6px;
    }
    /* 产业 */
    .industry-box .nav-list-box {
        width: 70%;
    }
    .industry-box .nav-list-box .nav-item-box .img{
        width: 80px;
        height: 80px;
    }
    .profile-box .profile-con-box {
        padding: 0;
    }
    .map-box .bottom-box {
        margin-top: 30px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@media screen and (max-width:768px) {
    .nav-content-list {
        padding: 0 10px;
    }
    .industry-box .industry-swiper {
        padding: 69px 0px 93px;
    }
    .industry-box .swiper-slide-active,.swiper-slide-duplicate-active {
        transform: scale(1);
    }
}
@media screen and (max-width:560px) {
    /* 概况 */
    .profile-box {
        margin: 40px auto 40px;
    }
    .profile-box .profile-con-box {
        padding: 0px 10px;
    }
    .profile-box .profile-img {
        margin-top: 20px;
    }
    .profile-box .profile-con-box .title {
        font-size: 22px;
        line-height: 24px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        margin-bottom: 10px;
    }
    .profile-box .profile-con-box .con {
        font-size: 12px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        line-height: 20px;
    }
    .bottom .bottom-item:not(:last-child) .txt {
        margin-bottom: 30px;
        text-align: left;
    }
    .bottom .bottom-item:last-child .txt {
        margin-top: -5px;
    }

    /* 历程 */
    .process-box {
        height: 650px;
    }
    .process-box .top-title {
        padding-top: 30px;
        padding-bottom: 20px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 26px;
        line-height: 50px;
    }
    .process-top-box .date-box .txt {
        font-weight: bolder;
        color: #FFFFFF;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 14px;
        line-height: 20px;
        opacity: 0.5;
    }
    .process-top-box .swiper-slide-active .date-box .txt {
        font-weight: bold;
        font-size: 18px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        line-height: 22px;
        opacity: 1;
    }
    .bottom .bottom-item .txt {
        font-size: 12px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        color: #FFFFFF;
        line-height: 18px;
        margin-top: -6px;
    }

    
    /* 产业 */
    .industry-box .nav-list-box {
        width: 85%;
        margin: 20px auto 0px;
    }
    .industry-box .nav-list-box .nav-item-box .img{
        width: 60px;
        height: 60px;
    }
    .industry-box .top-title {
        font-size: 26px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        line-height: 30px;
        margin-top: 50px;
        color: #333333;
        font-weight: bold;
    }
    .industry-box .industry-swiper {
        padding: 20px 0px 30px;
    }
    .industry-box .swiper-slide .txt {
        font-size: 16px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        line-height: 20px;
        margin-top: 20px;
    }


    /* 地图 */
    .map-box {
        margin-bottom: 30px;
    }
    .map-box .top-title {
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px;
        color: #333333;
        font-weight: bold;
    }
    .map-box .bottom-box {
        margin-top: 30px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .map-box .right-box {
        width: 100%;
        /* border: 1px solid #eee; */
    }
    .map-box .left-box .left-item-box{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .map-box .left-box .left-item-box .title{
        font-size: 16px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        line-height: 20px;
    }
    .map-box .left-box .left-item-box .con{
        font-size: 12px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        line-height: 18px;
    }
    .industry-box .swiper-slide .txt {
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 14px;
    }
}
































/* -------------------------------------------------------------------------aboutus2页面---------------------------------------------------- */
.about-con-box {
    margin: 100px auto;
    max-width: 1400px;
}
.about-con-box .about-con-item-box {
    margin-bottom: 140px;
    text-align: center;
    padding: 0 60px;
}
.about-con-item-box .item-title {
    font-size: 36px;
    line-height: 50px;
    color: #AB1F24;
    white-space: nowrap;
}
.about-con-item-box .item-con {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 25px;
}
.about-con-item-box:first-child {
    margin-top: 50px;
}


/* -------------------------------------------------------------------------aboutus2页面 - 适配---------------------------------------------------- */
@media screen and (max-width:1600px) {
    
}
@media screen and (max-width:1400px) {
    
}
@media screen and (max-width:1200px) {
    .about-con-box {
        margin: 80px auto;
    }
    .about-con-box .about-con-item-box {
        margin-bottom: 70px;
    }
}
@media screen and (max-width:980px) {
    .about-con-box {
        margin: 30px auto;
    }
    .about-con-box .about-con-item-box {
        margin-bottom: 40px;
        padding: 0 40px;
    }
    .about-con-item-box:first-child {
        margin-top: 30px;
    }
    .about-con-item-box .item-title {
        font-size: 24px;
        line-height: 30px;
        white-space: normal;
    }
    .about-con-item-box .item-con {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }
}
@media screen and (max-width:560px) {
    .about-con-box .about-con-item-box {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .about-con-item-box:first-child {
        margin-top: 30px;
    }
    .about-con-item-box .item-title {
        font-size: 18px;
        line-height: 26px;
        white-space: normal;
    }
    .about-con-item-box .item-con {
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }
}


/* 隐藏滚动条轨道 */
.process-bottom-box .swiper-slide::-webkit-scrollbar {
    width: 0px;  /* 对于垂直滚动条 */
    height: 0px; /* 对于水平滚动条 */
}
 
/* 隐藏滚动条滑块 */
.process-bottom-box .swiper-slide::-webkit-scrollbar-thumb {
    background: transparent; /* 使滑块透明 */
}
 
/* 隐藏滚动条的按钮（如增加和减少按钮） */
.process-bottom-box .swiper-slide::-webkit-scrollbar-button {
    display: none; /* 隐藏按钮 */
}
  /* 隐藏默认滚动条 */
  .process-bottom-box .swiper-slide::-webkit-scrollbar {
    width: 0 !important;
}
 
/* 自定义滚动条样式 */
.process-bottom-box .swiper-slide {
    height: 380px;
    overflow-y: auto;
}


