/*公司简介*/
.about-us{
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url("../../img/aboutUs/aboutUs/about-bg.png");
    background-size: auto 90%;
}
@media (max-width: 1400px) {
    .about-us {
        background-image: none !important;
    }
}
/*发展历程*/
.history-container{
    background-color: #1D106D;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 60px;
}
.history-more{
    flex-direction: column;
    margin-bottom: -1px;
}
.history-more>p{
    margin-top: 20px;
    color: #F5B300;
}
.history-more>img{
    position: relative;
    left: -1px;
    bottom: -1px;
    color: #F5B300;
    -webkit-animation-timing-function: ease;
    -webkit-animation-name: move;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
.history-more>img:hover{
    -webkit-animation-duration: 300ms;
}
@-webkit-keyframes move {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(5px);
    }
}
.history-list-wrap{
    height: 527px;
    overflow: hidden;
}
.history-list{
    position: relative;
    left: -2px;
    top: -507px;
    width: 50%;
    margin-left: 50%;
    padding-top: 45px;
    border-left: 3px solid #F5B300;
    box-sizing: border-box;
    transition: top 0.5s;
}
.history-list.active{
    top: 0;
}
.history-item{
    width: 650px;
    color: #D6DDF4;
    line-height: 20px;
}
.history-item .history-year{
    color: #F5B300;
    margin: 15px 0;
    position: relative;
}
.history-year::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #f5b300;
    border-radius: 50%;
    border-color: rgba(245, 179, 0, 0.34);
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    -moz-background-clip: padding; /*Firefox3.6*/
    -webkit-background-clip: padding; /*Safari4?Chrome6?*/
    background-clip: padding-box; /*Firefox4,Safari5,Opera10,IE9*/

    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
/*呼吸灯*/
@-webkit-keyframes breathe {
    0% {
        border-color: rgba(245, 179, 0, 0);
        border-width: 0;
        box-shadow: 0 1px 30px rgba(245, 179, 0, 1);
    }
    100% {
        border-width: 5px;
    }
}
.history-item ul>li{
    margin-bottom: 10px;
}
.history-item:nth-child(odd){
    margin-left: -650px;
    text-align: right;
    padding-right: 25px;
}
.history-item:nth-child(even){
    padding-left: 25px;
}
.history-item:nth-child(odd) .history-year::before{
    right: -33px;
}
.history-item:nth-child(even) .history-year::before{
    left: -36px;
}
/*企业文化*/
.corporate-culture-item>img{
    margin-bottom: 25px;
}
.corporate-culture-item>p{
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 2px;
}
.corporate-culture-item>small{
    color: #66686F;
    font-weight: 300;
}
.corporate-culture .corporate-culture-item{
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.corporate-culture .corporate-culture-item:hover{
    background: #2040BB;
    border: 1px solid #2040BB;
}
.corporate-culture-item:hover .text-title,
.corporate-culture-item:hover .text-content,
.corporate-culture-item:hover .text-title-2 {
    color: white !important;
}
.corporate-culture-item:hover .img-1,
.corporate-culture-item .img-2{
    display: none;
}
.corporate-culture-item:hover .img-2{
    display: inline;
}
.corporate-culture .corporate-culture-item img{
    margin-bottom: 70px;
}
.corporate-culture .corporate-culture-item p{
    line-height: 24px;
    font-weight: 400;
}
/*核心价值观*/
.core-value{
    background-image: url(../../img/aboutUs/aboutUs/peak.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 226px;
}
.core-value-item{
    border-radius: 6px;
    background: #fff;
    margin-left: 2px;
    margin-right: 2px;
    color: #242733;
}
.core-value-item:hover{
    background: #2040BB;
    color: #F5C800;
}
.core-value-item>p{
    font-weight: 400;
    color: #43485E;
}
.core-value-item:hover>p{
    color: #FFFFFF;
}
.core-value-item>span{
    color: #474C62;
    font-weight: bold;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #F8F8F8;
}
.core-value-item:hover span{
    background: #2040BB;
    color: #FFFFFF;
}
/*英文版 - 核心价值观*/
.core-value.is-en{
    background-image: none;
    padding-bottom: 90px;
}
.core-value.is-en .core-value-item{
    width: auto;
    height: 100%;
}
.core-value.is-en .core-value-item>span{
    left: 60px;
}
/*速加荣誉*/
.zoom-in-hover .iconfont{
    display: none;
    z-index: 2;
    font-size: 56px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zoom-in-hover:before{
    display: none;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2040BB;
    opacity: 0.9;
}
.zoom-in-hover:hover .iconfont,
.zoom-in-hover:hover:before {
    display: block;
}
/*国际版*/
.history-container-en{
    background: #2040BB;
    padding-bottom: 130px;
}
.history-list-en{
    justify-content: center;
    margin-bottom: 80px;
}
.history-item-en{
    width: 100%;
    line-height: 30px;
}
.history-item-en>div{
    padding-left: 140px;
    padding-right: 100px;
}
.history-container-en .slick-cus-prev,
.history-container-en .slick-cus-next{
    width: 55px;
    height: 55px;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    z-index: 2;
}
.history-container-en .slick-cus-prev:hover,
.history-container-en .slick-cus-next:hover{
    color: #2C291F;
    background: #F6C900;
    border: 1px solid #F6C900;
    opacity: 1;
}
.history-container-en .slick-cus-prev {
    left: 0;
}
.history-container-en .slick-cus-next {
    right: 0;
}
/*年份刻度*/
.history-years-en{
    padding: 0 0.63rem;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
}
.history-years-en .history-years-item-en{
    flex: 1;
    color: rgba(204, 204, 204, 0.5);
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s;
}
.history-years-item-line{
    flex: 0 0 auto;
    width: 36px;
}
.history-years-item-line::before{
    position: absolute;
    top: -10px;
    left: 50%;
    /* transform 奇数位宽度会出现像素偏移模糊 */
    transform:translateX(calc(-50% + 0.5px));
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(204, 204, 204, 0.5);
}
.history-years-en .history-years-item-en.active,
.history-years-en .history-years-item-en:hover
{
    color: #F5C800;
    font-weight: bold;
}
.history-years-line{
    justify-content: space-between;
    align-items: flex-end;
    top: -14px;
    left: 0;
    right: 0;
}
.history-years-line>span{
    width: 1px;
    height: 5px;
    background: rgba(204, 204, 204, 0.5);
    transition: all 0.3s;
}
.history-years-en .history-years-item-en:hover .history-years-line>span,
.history-years-item-en.active .history-years-line>span{
    background: #F5C800;
}
.history-years-line>span.main-line{
    height: 14px;
}
.main-line em{
    display: none;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    border: 2px solid #F5C800;
    border-radius: 5px;
}
.history-years-en .history-years-item-en:hover .main-line em,
.history-years-item-en.active .main-line em{
    display: inline-block;
}

.is-en .flex-stretch{
    background: #F7F7F7;
    margin-bottom: 30px;
}
