*{margin: 0; padding: 0;}
ul{

}
li{
    list-style: none;
}

.slide-to-left {
    transform: translateX(-187px)
}
.slide-to-right {
    transform: translateX(187px)
}
.growth-process {
    margin-bottom: 0
}
.growth-process .content {
    width: 1200px;
    margin: 0 auto
}
.growth-process .content-top {
    margin-top: 58px;
    min-width: 1200px
}
.growth-process .content-top .content {
    position: relative
}
.growth-process .content-top .content .header {
    margin-bottom: 84px;
    display: flex;
    justify-content: space-between;
    font-size: 36px;
    font-weight: 300;
    color: #173551;
    line-height: 50px;
    text-align: center
}
.growth-process .content-top .content .slide-contain {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}
.growth-process .content-top .content .slide-contain .swiper-slide {
    width: auto!important;
    height: auto!important;
    cursor: grab;
}
.growth-process .content-top .content .slide-contain .swiper-slide .wrapper {
    width: 187px;
    height: 100%;
    overflow: hidden;
    transition: all .7s ease 0s
}
.growth-process .content-top .content .slide-contain .swiper-slide .wrapper .event-block {
    color: #173551;
    border-color: #b8c1ca
}
.growth-process .content-top .content .slide-contain .swiper-slide.swiper-active .wrapper {
    width: 473px;
    transition: all .7s ease 0s
}
.growth-process .content-top .content .slide-contain .swiper-slide.swiper-active .wrapper .event-block {
    color: #54abc3;
    border-color: #54abc3
}
.growth-process .content-top .content .slide-contain .event-block {
    width: 473px;
    /*min-height: 566px;*/
    height: 100%;
    padding: 0 16px 0 33px;
    border-left: 1px solid #b8c1ca;
    overflow: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.growth-process .content-top .content .slide-contain .event-block .year {
    margin-bottom: 24px;
    font-size: 46px;
    font-weight: 600;
	 line-height:75px;
}
.growth-process .content-top .content .slide-contain .event-block .event-box .event {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px
}

#banner-prev{
    background: url(../images/jiantou.png) no-repeat;
    background-position: 0 -6px;
    display: inline-block;
    cursor: pointer;
    width: 54px;
    height: 15px;
    margin-right: 30px
}
#banner-next{
    background: url(../images/jiantou.png) no-repeat;
    background-position: -99px -6px;
    display: inline-block;
    cursor: pointer;
    width: 54px;
    height: 15px;
    margin-right: 30px
}