.manufacture-header-container .inside-pages-title::after{
    display: none;
}

.manufacture-header-container .inside-pages-detail{
    font-size: 22px;
    padding-top: 30px;
    line-height: 2;
}


.manufacture-title{
    margin-top: 20px;
    font-size: 30px;
    padding: 15px 0;
    color: #9c202b;
}

.manufacture-detail{
    font-size: 19px;
    line-height: 1.8;
    color: #585858;
}


.manufacture3 .manufacture-detail{
    width: 570px;
}

.manufacture3 .pagination{
    background-color: #ddd;
    display: flex;
    margin-top: 70px;
}

.manufacture3 .pagination .swiper-pagination-bullet{
    height: 2px;
    width: 100%;
    border-radius: 0;
    background-color: #ddd;
}

.manufacture3 .pagination .swiper-pagination-bullet-active{
    background-color: #595758;
    
}

.manufacture5{
    justify-content: space-between;
}

.manufacture5 .item{
    width: 670px;
}

.manufacture6{
    margin-top: 70px;
    padding-bottom: 60px;
    /* border-bottom: 1px solid #ddd; */
}

.team-banner .pagination{
    background-color: #ddd;
    height: 2px;
    display: flex;
    margin-top: 85px;
    position: relative;
}

.team-banner .pagination .swiper-pagination-bullet{
    width: 100%;
    border-radius: 0;
    background-color: #ddd;
    margin: 0;
}

.team-banner .pagination .swiper-pagination-bullet-active{
    background-color: #9c1e2a;
    position: relative;
    top: -8px;
    height: 10px;
}

.team3 .pagination{
    margin-top: 100px;
}

.team3 .pagination .swiper-pagination-bullet-active{
    top: 0px;
    height: 2px;
    background-color: #595758;

}

.team3{
    margin-top: 215px;
}

.core4{
    padding: 105px 0 65px 0;
    display: flex;
    justify-content: space-between;
}

.core4 .item{
    width: 670px;
}

.structure2 ul{
    display: flex;
    justify-content: space-between;
    height: 620px;
}

.structure2 li{
    /* width: 270px; */
    align-self : flex-end;
}

.structure2 li:nth-child(2n){
    align-self : flex-start;
}

.structure2 li img{
    /* height: 345px; */
    width: 100%;
}


.structure2 li a{
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #9c1e2c;
    color: #9c1e2c;
    font-size: 20px;
    width: 270px;
    margin: 0 auto;
    margin-top: 46px;
}

.structure2 li a:hover{
    color: #fff;
    background-color: #9c1e2c;
}

