#enterprise {
    width: 100%;
}

/* ******* banner ******* */
#enterprise .title-container,
#enterprise .title-container>img {
    width: 100%;
}

#enterprise .title-container .arrow {
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    top: 5.60rem;
    left: 50%;
    margin-left: -0.28rem;
    animation: fadenum 1s;
}

@keyframes fadenum {
    0% {
        transform: translateY(-0.80rem)
    }
}

#enterprise .enterprise-content {
    width: 100%;
    background: url(../images/page-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}


/* ******* 企业介绍 ******* */
#enterprise .intro-container {
    margin-top: -1rem;
}

#enterprise .intro-content {
    width: 100%;
    text-align: center;
    /*position: relative;*/
    z-index: 9;
    top: 0.55rem;
    padding: .4rem 0 0;
}


#enterprise .intro-container .intro-title {
    font-size: 0.76rem;
    color: #0A0A0A;
    padding: 0 4rem;
}

#enterprise .intro-container .intro-desc {
    padding: 0 4.00rem;
    margin-top: 0.20rem;
}

#enterprise .intro-container .intro-desc p {
    text-indent: 0.40rem;
    font-size: 0.20rem;
    line-height: 0.36rem;
    margin-top: 0.20rem;
    text-align: justify;
}
#enterprise .intro-container .intro-desc img {max-width:100%;}

/* ******* 企业文化 ******* */
#enterprise .culture-container {
    padding-top: 1.00rem;
}

#enterprise .culture-container .culture-title {
    text-align: center;
    font-size: 0.60rem;
    color: #0A0A0A;
}

#enterprise .culture-container .culture-img {
    margin-top: 0.80rem;  font-size: 0.22rem;  margin:0;    line-height:1.6;
}

#enterprise .culture-container .culture-img p{ 
    font-size: 0.22rem;  margin:0;    line-height:1.6;}

#enterprise .culture-container .culture-img img {
    width: 100%;max-width:100%;
}

/* ******* 发展历程 ******* */
#enterprise .history-container {
    padding-top: 1.00rem;
}

#enterprise .history-container .history-title {
    text-align: center;
    font-size: 0.60rem;
    color: #0A0A0A;
}

#enterprise .history-container .history-info {
    margin-top: 0.90rem;
}

#enterprise .history-container .history-info ul {
    height: 7.20rem;
    padding: 0 1.80rem;
    overflow: hidden;
}

#enterprise .history-container .history-info ul li {
    height: 1.18rem;
    display: flex;
    margin-bottom: 2px;
}

#enterprise .history-container .history-info ul li .img-hover,
#enterprise .history-container .history-info ul li:hover .img-before,
#enterprise .history-container .history-info ul li.active .img-before {
    display: none;
}

#enterprise .history-container .history-info ul li:hover .img-hover,
#enterprise .history-container .history-info ul li.active .img-hover,
#enterprise .history-container .history-info ul li:hover .img-before {
    display: block;
}

#enterprise .history-container .history-info ul li:hover,
#enterprise .history-container .history-info ul li.active {
    background: #0DA0C6;
    border-radius: 0.01rem;
}

#enterprise .history-container .history-info ul li:hover .stage,
#enterprise .history-container .history-info ul li:hover .year,
#enterprise .history-container .history-info ul li:hover .detail,
#enterprise .history-container .history-info ul li.active .stage,
#enterprise .history-container .history-info ul li.active .year,
#enterprise .history-container .history-info ul li.active .detail {
    color: #fff;
}

#enterprise .history-container .history-info ul li:hover .particulars,
#enterprise .history-container .history-info ul li.active .particulars {
    border-bottom: none;
}

#enterprise .history-container .history-info ul li .stage {
    flex: 15%;
    text-align: left;
    font-size: 0.24rem;
    /* line-height: 1.18rem; */
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

#enterprise .history-container .history-info ul li .particulars {
    flex: 85%;
    display: flex;
    height: 1.18rem;
    border-bottom: 2px solid #E5E5E5;
    margin-right: 0.50rem;
}

#enterprise .history-container .history-info ul li .year {
    flex: 1;
    text-align: center;
    font-size: 0.32rem;
    color: #000;
    height: 1.18rem;
    display: flex;
    align-items: center;
}

#enterprise .history-container .history-info ul li .particulars .image {
    flex: 1.5;
    height: 1.18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1.00rem;
}

#enterprise .history-container .history-info ul li .particulars img {
    width: 0.81rem;
    height: 0.81rem;
}

#enterprise .history-container .history-info ul li .detail {
    flex: 7.5;
    height: 1.18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#enterprise .history-container .history-info ul li .detail p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

#enterprise .history-container .button {
    width: 100%;
    margin-top: 0.40rem;
    text-align: center;
}

/* ******* 发展历程 ******* */
#enterprise .honor-container {
    padding: 1.00rem 0 1.3rem;
}

#enterprise .honor-container .honor-title {
    text-align: center;
    font-size: 0.60rem;
    color: #0A0A0A;
}

/* ******* 荣誉资质 banner轮播展示 ******* */
#enterprise .honor-box {
    position: relative;
}

#enterprise .banner-container {
    width: 80%;
    margin: 0.90rem auto 0;
    overflow: hidden;
}

#enterprise .banner-container .swiper-slide img {
    width: 100%;
}

#enterprise .honor-box .swiper-button-prev:after,
#enterprise .honor-box .swiper-button-next:after {
    content: none;
}

#enterprise .honor-box .swiper-button img {
    width: 0.20rem;
    height: 0.35rem;
}

#enterprise .honor-box .swiper-button-prev {
    left: 1.10rem;
}

#enterprise .honor-box .swiper-button-next {
    right: 1.10rem;
}