.company_style_v {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: flex-end;
    text-align: center;
}

.box {
    margin: 60px auto 0 auto;
    text-align: center;
}

.menu {
    width: 140px;
    margin: 0 auto;
    text-align: center;
}

.menu_top {
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 4px solid #4f93e8;
}

.menu_bottom {
    color: #9c9c9c;
    padding-top: 10px;
}


.box2_box {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.box4_ul {
    width: 1200px;
    text-align: center;
    margin: 35px auto 0 auto;
}

.box4_ul li {
    display: inline-block;
    width: 100%;
    height: 53px;
}

.box4_ul li .li-time-con {
    display: inline-block;
    width: 45%;
    font-size: 20px;
    color: #fff;
}

.circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.line {
    width: 1px;
    height: 40px;
    text-align: center;
    border-left: 1px #fff solid;
    display: inline-block;
    position: absolute;
    margin-top: -32px;
    margin-left: 599px;
}

.box5_ul {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.box5_ul li {
    display: inline-block;
    border: 1px solid #cbcbcb;
    width: 124px;
    height: 124px;
    margin: 10px;
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
}

.box5_ul li div {
    height: 54px;
    margin: 0 auto;
    overflow: hidden;

}

.box6_ul {
    margin: 0 auto;
    color: #5c5c5c;
}

.box6_ul li {
    display: inline-block;
    border-bottom: 1px #828385 dashed;
    width: 585px;
    height: 160px;
    text-align: left;
    margin-bottom: 30px;
}

.box6_ul li a:hover .li-item {
    color: #0b52a2;
}

.li-img-div {
    width: 200px;
    height: 130px;
}

.li-div {
    width: 340px;
    height: 130px;
    text-align: left;
}

.li-item {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 15px;
}

.li-con {
    line-height: 20px;
}

.story {
    display: inline-block;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #0b52a2;
    color: #0b52a2;
    text-align: center;
    font-size: 14px;
}

.contactus_title {
    font-weight: bold;
    line-height: 36px;
}

