.aboutus{
    display: flex;
    padding: 40px 140px;
}
.aboutus_left {
    text-align: center;
    padding-top: 20px;
    width: 15%;
}
.aboutus_left ul{
    background-color: #f6f7f9;
    
}
.aboutus_left li{
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0px;
    width: 4em;
    cursor: pointer;
    margin: auto;
    border-bottom: 1px solid #f6f7f9;
}
.aboutus_right{
    flex: 1;
    padding-left: 40px;
}
.aboutus_right h4{
    font-size: 24px;
    font-weight: bold;
}
.aboutus_right p{
    font-size: 18px;
    font-weight: 300;
}

.aboutus_right_t1{
    margin: 40px 0px;
    position: relative;
}
.ttti{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%-50%);
    cursor: pointer;
}

.aboutus_right_t2{
    display: flex;
    justify-content: space-between;
}
.post_relative{
    width: 49.5%;
}

.aboutus_box{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);    
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.aboutus_box h4{
    font-size: 43px;
    font-weight: bold;
}
.aboutus_box p{
    font-size: 20px;
    font-weight: bold
}

.fzlc{
    position: relative;
    margin-top: 50px;
}
.fzlc_item{
    width: 50%;
}
.fzlc_item h3{
    margin-bottom: 80px;
}
.fzlc_item ul {
    width: 50%;
}
.fzlc_item ul li{
    list-style-type:disc;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
}
.fzlc_box{
    width:480px;height:820px;
}
.aactive{
    font-size: 18px;
    font-weight: bold !important;
    color: #0A2A8F;
    border-bottom: 1px solid #e71e0f !important;
}
.tiem{font-size: 20px;position: absolute;}
.tiem.current{
    background-color:#0a2a8f;
    padding:10px 30px;
    border-radius: 50px;
    font-size:30px;
    font-weight:bold;
    color:white;
}
.tiem1{
    right: 39%;
    top: 0%;
    
}
.tiem2{
    right: 63%;
    top: 9%;
}
.tiem3{
    right: 81%;
    top: 20%;
}
.tiem4{
    right: 89%;
    top: 32%;
    
}
.tiem5{
    right: 93%;
    top: 50%;
    -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateX(-50%); transform: translateY(-50%);
    
}
.tiem6{
    right: 89%;
    bottom: 32%;
}
.tiem7{
    right: 81%;
    bottom: 20%;
}
.tiem8{
    right: 63%;
    bottom: 9%;
}
.tiem9{
    right: 39%;
    bottom: 0%;
}
.phone-timelists{display:none;overflow-x:auto;}
@media(max-width:767px){
    .aboutus_left ul{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
    .aboutus_left li{padding:15px 0;font-size:14px;width:auto;}
    .aboutus_left li a{font-size:14px;}
    .aboutus_right h4{font-size:22px;}
    .aboutus_right p{font-size:14px;}
    .fzlc_box{display:none;}
    .fzlc_item ul{width:100%;padding:0 15px;}
    .fzlc_item ul li{font-size:14px;line-height:1.8;}
    .phone-timelists{display:block;margin-bottom:20px;}
    .phone-timelists .tiem{font-size:14px;padding:6px 20px;}
    .phone-timelists .tiem.current{}
    .fzlc_item{width:100%;position:relative !important;left:auto !important;top:auto !important;transform:translateX(0) !important;padding:0 15px;}
}