
body{
    display: none;
}
.nav{
    background: #1f6cdd;
}
.aboutus-wrapper{
    font-size: 0;
    line-height: 1;
}
.banner{
    font-size: 0;
    line-height: 1;
    text-align: center;
    height: 3.7rem;
    background: url(../images/aboutus-banner.jpg);
    background-size:100% 100%; 
}
.banner h3{
    text-align: center;
    font-size: 0.48rem;
    line-height: 3.7rem;;
    color:#fff;
}
/**aboutus-tab*/
.aboutus-tab{
    /*display: flex;*/
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    height: 0.9rem;
    font-size: 0;
    /* line-height: 1; */
    line-height: 0.9rem;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #cdcdcd;
}
.aboutus-tab::-webkit-scrollbar {
    display: none;
}
.aboutus-tab-item{
    position: relative;
    font-size: 0.3rem;
    /*flex:1;*/
    text-align: center;
    color:#666666;
    padding: 0 0.6rem;
}
.aboutus-tab-item a{
    font-size: 0.3rem;
    color:#666666;
}
.aboutus-tab-item a{
    font-size: 0.3rem;
    color:#666666;
}
.aboutus-tab-item-active{
    font-size: 0.34rem !important;
    color:#1f6cdd !important;
}
.aboutus-tab-item p{
    width: 0.48rem;
    height: 0.04rem;
    margin: 0 auto;
    background: #1f6cde;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 50%;
    margin-left: -0.24rem;
    display: none;
    border-radius: 3px;
}
/**content*/
.content-wrapper{
    font-size: 0;
    line-height: 1;
}
.history-time{
    margin:0 0.4rem;
    padding-bottom: 0.5rem;
    margin-top: 0.6rem;
    border-left:1px solid #e0e0e0;
}
.history-time-item h3{
    position: absolute;
    top:-0.08rem;
    left:0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
    color:#333333;
    font-family: Helvetica;
}
.history-time-item p{
    font-size: 0.28rem;
    color:#666666;
    font-family: Helvetica,PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
.history-time-item-div p{
    /* margin-bottom: 0.2rem; */
    line-height: 0.48rem;
}
.history-time-item-div p:last-child{
    margin-bottom: 0;
}
.history-time-item{
    position: relative;
    padding-left: 0.3rem;
    margin-bottom: 0.5rem;
    padding-top: 0.55rem;
    text-align: left;
}
.history-time-item:last-child{
    margin-bottom: 0;
}
.history-icon{
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    top:0;
    left:-0.1rem;
}