/* 导航 */
.activeMenu::after {
    width: 72px;
}

/* banner */
.banner-3 {
    position: absolute;
    width: 200px;
    right: 170px;
    top: -100px;
    -webkit-animation: gogogo 10s infinite linear;
}

.banner-text .text:nth-child(3),
.banner-text .text:nth-child(4),
.banner-text .text:nth-child(5) {
    font-size: 20px;
}

/* 上下弹跳 */
@keyframes gogogo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 统计 */
.statistics-box .precent {
    color: #333333;
}

.statistics-box .statistics-text {
    color: #0060DC;
}

/* 文字介绍 */
.about-dec p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
}

.about-dec .dec1 {
    width: 587px;
    height: 367px;
}

.about-dec .dec2 {
    width: 600px;
    height: 144px;
}

.about-dec .dec3 {
    width: 266px;
    height: 192px;
}

.about-dec .dec4 {
    width: 320px;
    height: 192px;
}

.aboutDec-img {
    padding-top: 40px;
}

/* 时间线 */
.timeline {
    background-image: linear-gradient(#FFFFFF, #EAF3FF);
}

.timeline-right-content {
    position: relative;
    margin-top: -30px;
    margin-right: -30px;
}

.timeline-right {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 2s;
}

.timeline-right.active {
    opacity: 1;
}

.timeline .timeline-right,
.timeline .timeline-bg,
.timeline-right-content {
    width: 500px;
    height: 530px;
}

.timeline-logo,
.timeline-title {
    position: absolute;
}

.timeline-logo {
    width: 90px;
    height: 20px;
    left: 47px;
    top: 72px;
}

.timeline-title {
    width: 443px;
    height: 93px;
    left: 28px;
    bottom: 28px;
    background: #0072FF;
    opacity: 0.72;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 93px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.timeline-event {
    position: relative;
    opacity: .5;
}

.timeline-event::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 65px;
    background: #BDDBFF;
    left: 15px;
    top: -5px;
}

.timeline-single:nth-child(3) .timeline-event:before {
    height: 100px;
}

.timeline-year {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    margin-bottom: 15px;
}

.timeline-single {
    cursor: pointer;
    position: relative;
}

.timeline-single img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 105px;
    top: 10px;
    opacity: 0;
}

.timeline-single:hover .timeline-year,
.timeline-single.active .timeline-year {
    color: #4598FE;
}

.timeline-single:hover .timeline-event,
.timeline-single.active .timeline-event,
.timeline-single.active img {
    opacity: 1;
}

.timeline-month {
    padding-left: 30px;
}

.timeline-month::before {
    left: 10px;
}

.timeline-month {
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;
}

.timeline-month::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #4598fe;
    border-radius: 100%;
    left: 10px;
    top: 6px;
}

/* 右侧图片 */
.timeline-right-content {
    /* 由右至左 */
    opacity: 0;
    z-index: -1;
    transform: translateX(100px);
}

.timelineRightHover {
    /* 由左至右 */
    z-index: 0 !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: all 1s;
}

/* 左侧文字 */
.timeline-left {
    /* 由左至右 */
    opacity: 0;
    z-index: -1;
    transform: translateX(-100px);
}

/* 动画效果 */
.timelineLeftHover {
    /* 由左至右 */
    z-index: 0 !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: all 1s;
}

/* 联系我们 */
.contact-content {
    padding-bottom: 117px;
}

.contact-us {
    width: 500px;
}

.contact-us .xian-img {
    width: 37px;
    height: 37px;
}

.contact-us .contact-box {
    margin-bottom: 30px;
    align-items: start;
}

.contact-us .contact-box img {
    margin-right: 15px;
    margin-top: 5px;
}

.contact-us .contact-box:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

.contact-us .contact-box:nth-child(2) img {
    width: 17px;
    height: 20px;
}

.contact-us .contact-box:nth-child(3) img {
    width: 17px;
    height: 17px;
}

.contact-us .contact-box:nth-child(4) img {
    width: 17px;
    height: 12px;
}