
.ddp-home-header{
    background-image: url('../images/about/bgcover.png?v=20190806');
    height: 468px;
    background-color: #0146a7;
}

.ddp-home-header .banner-box{
    text-align: center;
    font-size: 36px;
    white-space: nowrap;
    padding-top: 138px;
}
.ddp-home-header .ddp-header .title-box>li.on a{
    border-bottom-color: #fff;
}
.ddp-home-header .ddp-header.isF .title-box>li a{
    border-bottom-color: #009deb;
}







.about-introduction-box{
    padding-bottom: 98px;
}
.about-introduction-box .h3{
    margin-bottom: 70px;
}
.about-introduction-box p{
    padding: 0 100px;
    margin-top: 36px;
    font-weight: normal;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 28px;
}












.company-culture {
    background: #f8f8f8;
    padding-bottom: 80px;
}



.company-culture ul {
    margin-top: 0px;
    margin-top: 36px;
}

.company-culture ul li {
    float: left;
    width: 166px;
    margin: 0 37px;

}

.company-culture ul li .img {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    background: #0080ff;
    overflow: hidden;
    margin: 0 auto;
}

.company-culture ul li .img img {
    vertical-align: middle;
}

.company-culture ul li .label {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-top: 24px;
    padding-bottom: 18px;
    font-size: 16px;
    color: #333;
}

.company-culture ul li p {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}








.honor-box {
    background: #0080ff;
    padding-bottom: 50px;
}

.honor-box .h3 {
    color: #fff;
}



.honor-box .honor {
    margin-top: 50px;
    height: 390px;
    position: relative;
}

.honor-box .honor .info {
    position: absolute;
    color: #fff;
    top: 95px;
    width: 100%;
}

.honor-box .honor .info h4{
    font-size: 50px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}
.honor-box .honor .info p{
    font-size: 38px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    font-family: '思源黑体 CN'
}

.honor-box .honor .info p span{
    font-size: 64px;
    color: #ffc50d;
    font-style: italic;
    font-family: '方正大黑繁体';
    margin: 0 20px 0 11px;
}
.timeline-box {
    padding-bottom: 100px;
    background: #f8f8f8;
}

.timeline-box ul {
    position: relative;
    margin-top: 125px;
}

.timeline-box ul::after {
    position: absolute;
    content: '';
    width: 2px;
    left: 50%;
    top: 0;
    height: 100%;
    background: #7cbcfc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-box ul::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0080ff;
    border: 6px solid #add4fa;
    z-index: 3;
}

.timeline-box li {
    height: 190px;
    /* overflow: hidden; */
    position: relative;
}

.timeline-box li .info-box {
    width: 480px;
    height: 184px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    padding: 40px 30px;
    padding-bottom: 0;
    border-radius: 10px;
    color: #333;
    /* font-family: '思源黑体 CN'; */
    -webkit-box-shadow: 0px 0px 25px 1px #eceae9;
    box-shadow: 0px 0px 25px 1px #eceae9;
}


.timeline-box li .info-box:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 33px;
    right: -7px;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.timeline-box li.even .info-box:before {
    left: -7px;
    right: none;
}



.timeline-box li .info-box .time {
    font-size: 28px;

    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.timeline-box li .info-box p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
}

.timeline-box li .no {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    background: #0080ff;
    text-align: center;
    line-height: 30px;
    border: 12px solid #f8f8f8;
    font-size: 20px;
    /* font-family: '思源黑体 CN'; */
    z-index: 3;
}

.timeline-box li.even .info-box {
    float: right;
}

.ddp-header .title-box>li:hover>a{
    border-bottom: 3px solid #fff
}