/* 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;
}
.titleBannerText-time{
    font-size: 36px;
}
.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;
}
/* 公司资质 */
.companyCertification-wrap{
    width: 100%;
    height: auto;
    margin: 100px 0;
}
.companyCertification-box{
    max-width: 1200px;
    margin: 0 auto;
}
.companyCertification-title{
    font-size: 36px;
    text-align: center;
}
.companyCertification-list{
    width: 100%;
    height: auto;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companyCertification-item{
    margin-left: 53px;
}
.companyCertification-item:first-child{
    margin-left: 0;
}
.companyCertification-Img{
    width: 364px;
    height: 270px;
}
.companyCertification-Img img{
    width: 364px;
    height: 270px;
}
.companyCertification-Text{
    font-size: 12px;
    color: #333333;
    margin-top: 21px;
    text-align: center;
}
/* 官方认证 */
.companyAuthentication-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #E9E9E9;
}
.companyAuthentication-box{
    max-width: 1200px;
    margin: 0 auto;
}
.companyAuthentication-title{
    font-size: 36px;
    text-align: center;
}
.companyAuthentication-swiper{
    margin-top: 63px;
    background-color: #E9E9E9;
    position: relative;
    padding: 0 33px;
}
.swiper-button-prev{
    width: 23px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    background: url(../image/companyProfile/page3/prevBtn.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.swiper-button-next{
    width: 23px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    background: url(../image/companyProfile/page3/nextBtn.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.swiper-slide{
    text-align: center;
}
.certificateImg{
    width: 226px;
    height: 302px;
}
.certificateText{
    font-size: 12px;
    margin: 20px 0;
    text-align: center;
}
/* 企业荣誉 */
.companyHonor-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #fff;
}
.companyHonor-box{
    max-width: 1200px;
    margin: 0 auto;
}
.companyHonor-title{
    font-size: 36px;
    text-align: center;
}
.companyHonor-swiper{
    margin-top: 60px;
    position: relative;
    padding: 0 33px;
}
.HonorText{
    margin: 21px 0 18px 0;
}
/* 软件著作 */
.fameWorks-wrap{
    width: 100%;
    height: auto;
    padding: 45px 0;
    background-color: #E9E9E9;
}
.fameWorks-box{
    max-width: 1200px;
    margin: 0 auto;
}
.fameWorks-title{
    font-size: 36px;
    text-align: center;
}
.fameWorks-swiper{
    margin-top: 60px;
    position: relative;
}
.fameWorks-swiper .swiper-slide {
    width: 380px;
    height: 565px;
}
.fameWorks-swiper .swiper-slide img {
    width: 380px;
    height: 535px;
}
.fameWorks-swiper .swiper-slide p {
    width: 380px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-size: 12px;
}
/* 专利证书 */
.patent-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding-bottom: 100px;
}
.patent-box{
    max-width: 1200px;
    margin: 0 auto;
}
.patent-title{
    font-size: 36px;
    text-align: center;
}
.patent-list{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.patent-item{
    width: 25%;
    font-size: 0;
    text-align: center;
}
.patent-Img{
    width: 230px;
    height: 324px;
}
.patent-Text{
    margin-bottom: 15px;
    color: #333333;
    font-size: 14px;
}


/* 手机端 */
@media screen and (max-width: 768px){
    /* 公司资质 */
    .companyCertification-wrap{
        width: 100%;
        height: auto;
        margin: 30px 0;
    }
    .companyCertification-box{
        width: 100%;
    }
    .companyCertification-list{
        margin-top: 30px;
    }
    .companyCertification-Img{
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .companyCertification-Img img {
        width: 100%;
        height: auto;
    }
    /* 官方认证 */
    .companyAuthentication-wrap{
        padding: 30px 0;
    }
    .companyAuthentication-swiper{
        margin-top: 30px;
        width: 100%;
    }
    /* 企业荣誉 */
    .companyHonor-wrap{
        padding: 30px 0;
    }
    /* 软件著作 */
    .fameWorks-wrap{
        padding: 30px 0;
    }
    .fameWorks-swiper{
        margin-top: 30px;
    }
    .patent-wrap{
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .patent-list{
        margin-top: 30px;
    }
    .patent-item{
        width: 50%;
    }
    .patent-Img {
        width: 100%;
        height: auto;
    }
    .patent-Text{
        font-size: 12px;
    }
}