/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 发展历程 */
.companyProfileCourse-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.companyProfileCourse-box{
    max-width: 1200px;
    margin: 0 auto;
}
.companyProfileCourse-title{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.titleBanner{
    margin-top: 48px;
    position: relative;
    width: 1200px;
    height: 400px;
    background: url(../image/companyProfile/page2/1.png) no-repeat;
    background-size: 100% 100%;
}
.titleBannerText{
    position: absolute;
    left: 35px;
    top: 95px;
    color: white;
}

.titleBannerLi-time {
    padding-top: 70px;
    padding-left: 40px;
    display: none;
}

.titleBannerText-itemOn {
    display: block;
}

.elemt {
    color: #fff;
}
.titleBannerText-time{
    font-size: 46px;
}
.titleBannerText-text{
    font-size: 24px;
}
.timeTitle-list{
    width: 100%;
    height: auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    justify-content: space-around;
}
.timeTitle-item{
    cursor: pointer;
    width: 170px;
    height: auto;
    text-align: center;
    position: relative;
}

.timeTitle-item em{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.timeTitle-itemOn::after{
    width: 0px;
    height: 0px;
    border: 10px solid #54B33E;
    border-top-color: transparent;
    /*设置透明背景色*/border-left-color: transparent;
    border-right-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.timeTitle-itemOn em::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 2px;
    background-color: #54B33E;
}
/* 时间内容 */
.timeContent-list{
    padding-left: 152px;
    margin: 50px 0;
}
.timeContent-item{
    display: none;
}
.timeContent-itemOn{
    display: block;
}
.timeText-list{
    border-left: 1px solid #D9D9D9;
    padding: 40px 0 40px 31px;
}
.timeText-item::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #82B62B;
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.timeText-item{
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.timeText-item:first-child{
    margin-top: 0;
}
.timeText-tag{
    display: inline-block;
    font-size: 16px;
    color: white;
    padding: 7px 25px;
    background-color: #54B33E;
}
.timeText-text{
    margin-left: 17px;
}
/* 手机端 */
@media screen and (max-width: 768px) {
    .companyProfileCourse-wrap{
        margin-top: 30px;
    }
    .companyProfileCourse-title{
        text-align: center;
    }
    .titleBanner{
        margin-top: 30px;
        width: 100%;
        height: 200px;
    }
    .titleBannerText{
        left: 35px;
        top: 50px;
    }
    .timeContent-list {
        padding: 0 30px;
        margin: 50px 0;
    }
}