.about .intro-text {
    color: #808080;
    font-size: 13px;
    margin-top: 20px;
}

.about .title {
    color: #646262;
    font-size: 20px;
    /*margin: 40px 0;*/
}

.about .title-honor,.about .history {
    color: #383838;
    font-size: 20px;
    margin: 50px 0;
}

.about .intro-text .text-indent {
    text-indent: 15px;
}

.about .intro-text p {
    margin-bottom: 30px;
    line-height: 23px;
}

.mc-text{
    /*padding-top: 38px;*/
    color: #808080;
    line-height: 25px;
}

.about .intro-img {
    /*margin-top: 40px;*/
    width: 100%;
}

.year-list {
    position: relative;
}

.year-list::before {
    position: absolute;
    top: 31px;
    left: 71.5px;
    display: inline-block;
    content: '';
    height: 100%;
    width: 1px;
    background: #ededee;
}

.year-list .see-more {
    position: absolute;
    bottom: -65px;
    left: 52.5px;
    border-radius: 50%;
    background: #22297a;
    font-size: 12px;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.year-list .year {
    color: #22297a;
    font-size: 18px;
    margin: 40px 0;
    padding-left: 50px;
    position: relative;
    background: #bfd3ed;
}

.year-list .timeline-item {
    color: #646262;
    font-size: 14px;
    line-height: 40px;
    padding-left: 95px;
    position: relative;
}

.year-list .timeline-item::before {
    position: absolute;
    top: 13px;
    left: 65px;
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #22297a;
}

.year-list .hide-history {
    display: none;
}

/*企业荣誉*/
#certify {
    position: relative;
    width: 1000px;
    margin: 100px auto
}

#certify .swiper-container {
    position: relative;
    width: 1000px;
    margin: 60px auto 0;
}

#certify  .swiper-slide {
    width: 333px;
    height: 224px;
    padding: 0 25px;
    overflow: hidden;
    margin-top: 25px;
    box-sizing: border-box;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
    height: 210px;
}
#certify  .swiper-slide p {
    padding-top: 24px;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
.swiper-slide-active{
    width: 360px !important;
    padding: 0 !important;
    margin-top: 0 !important;
    height: 280px !important;
}
.swiper-slide-active img{
    height: 90% !important;
}
.swiper-slide-active p{
    padding-top: 10px !important;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.swiper-button-prev,.swiper-button-next{
    background: none !important;
}

#certify .left i,#certify .right i{
    font-size: 40px !important;
    font-weight: normal !important;
    color: #ccc;
    cursor: pointer;
}

#certify .left{
    top: 42%;
    left: -40px;
}

#certify .right{
    top: 42%;
    right: -40px;
}
