﻿.common_content {
    padding-top: 60px;
}
.common_white_div {
    padding: 0;
}
.banner_img img {
    /*width: 100%;*/
}
.commonDiv {
    padding: 0 20%;
    overflow: hidden;
}

    .commonDiv .ft_general2 {
        line-height: 28px;
    }

    .commonDiv hr {
        background: #E0E0E0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

.titleH2 {
    margin-bottom: 30px;
    margin-top: 70px;
}
.about_oulu.commonDiv {
    padding-bottom: 60px;
}

.oulu_belief {
    height: 400px;
    background-image: linear-gradient(-180deg, #FAFAFB 0%, #F2F9FF 100%);
}

.oulu_belief_content {
    padding: 0 20%;
}

    .oulu_belief_content ul li {
        float: left;
        width: 25%;
        text-align: center;
        color: #929294;
    }

        .oulu_belief_content ul li img {
            width: 60%;
            margin-top: 40%;
        }

.belief_title {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #373D54;
}

.dev_history{
    padding-bottom:60px;
}

.dev_history li:after {
    display: table;
    content: '';
    clear: both;
}

.dev_history ul li {
    color: #929399;
}

.dev_history .dev_time {
    color: #373D54;
    font-weight: 600;
}

.green_circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #3BA2F8;
    margin-left: 12px;
    position: relative;
    top: -2px;
}

.axis_left {
    float: left;
    width: 19%;
}

.axis_right {
    float: left;
    width: 81%;
}

.axisLine {
    width: 2px;
    height: 100px;
    background: #D8D8D8;
    margin-left: 58.5px;
}

.dev_time {
    display: inline-block;
    width: 40px;
    letter-spacing: 1px;
}
.axis_right span {
    color: #333;
}
@media screen and (max-width:415px) {
    .titleH2{
        margin-top:30px;
    }
    .commonDiv {
        padding: 0 5%;
    }
    .common_content {
        padding-top: 0;
    }
    .oulu_belief_content{
        padding:0;
    }
    .axis_right{
        font-size:14px;
        line-height:24px;
    }
    .oulu_belief{
        height:340px;
    }
}
@media screen and (max-width:321px){
    .axis_right {
        width:76%;
    }
    .axis_left {
        width:24%;
    }
}

/*新添加公司照片css*/
.banner_img_content {
    height: 834px;
}

    .banner_img_content > div {
        overflow: hidden;
        border: 8px solid #fff;
        background: #fff;
    }

        .banner_img_content > div:hover img {
            animation: gw 200ms 1 forwards;
        }

.banner1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    height: 348px;
}

    .banner1 img {
        width: 100%;
        margin-top: -50px;
    }

.banner2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 405px;
    height: 359px;
}

    .banner2 img {
        height: 100%;
    }

.banner3 {
    position: absolute;
    top: 255px;
    left: 463px;
    width: 401px;
    height: 300px;
    z-index: 9;
}

    .banner3 img {
        width: 100%;
    }

.banner4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 783px;
    height: 287px;
}

    .banner4 img {
        width: 100%;
        margin-top: -160px;
    }

.banner5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 405px;
    height: 487px;
}

    .banner5 img {
        height: 100%;
        margin-left: -120px;
    }
/*文字*/
.banner6 {
    position: absolute;
    top: 8px;
    left: 590px;
    width: 185px;
    height: 248px;
    background: #BFCEAF !important;
    font-size: 12px;
    color: #000000;
    line-height: 24px;
    color: #fff;
    border: none !important;
}

.banner7 {
    position: absolute;
    top: 347px;
    left: 8px;
    width: 455px;
    height: 200px;
    background: #A7ABB6 !important;
    font-size: 12px;
    color: #000000;
    line-height: 24px;
    color: #fff;
    border: none !important;
}

    .banner6 > div, .banner7 > div {
        padding: 12px;
    }
.commitmentBox ul li{
    color: inherit;
}
.commitmentBox .titleH2{
  margin-top: 30px;
}
@keyframes gw {
    100% {
        transform: scale(1.01);
    }
}



