.title-outer {
    display: block;
    width: 100%;
    height: 240px;
    background-color: #F7FAFF;
}
.title-inner {
    display: block;
    margin: auto;
    text-align: center;
}
.title-inner h1 {
    font-size: 40px;
    color: #333333;
    padding-top: 80px;
}
.title-inner hr {
    background: #5381F7;
    border-radius: 100px;
    width: 50px;
    height: 4px;
    margin-top: 20px;
    border: 0;
}

.content-outer {
    display: block;
    width: 100%;
    height: 500px;
    background-color: #FFFFFF;
}
.content-inner {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 80px;
}
.content-inner img {
    width: 513px;
    height: 237px;
    display: inline-block;
}
.content-inner div {
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    display: inline-block;
    width: 400px;
    text-align: left;
}

.history-outer {
    display: block;
    width: 100%;
    height: 600px;
    background-color: #F4F5F7;
}
.history-inner {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 80px;
}
.history-inner h1 {
    font-size: 34px;
    color: #000000;
}
.history-inner hr {
    background: #5381F7;
    border-radius: 100px;
    width: 30px;
    height: 4px;
}
.history-ul {
    width: 900px;
    margin: 80px auto 0;
}
.history-li {
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.li-left {
    display: inline-block;
    width: 400px;
    text-align: right;
    overflow: hidden;
    height: 100px;
}
.li-mid {
    display: inline-block;
    width: 80px;
    overflow: hidden;
    height: 100px;
    position: relative;
}
.li-right {
    display: inline-block;
    width: 400px;
    text-align: left;
    overflow: hidden;
    height: 100px;
}
.li-mid hr{
    height: 100px;
    width: 3px;
    background-color: #FFFFFF;
    border: 0;
    margin: auto;
}
.li-time {
    font-size: 20px;
    color: #4D4D4D;
}
.li-text {
    font-size: 24px;
    color: #333333;
}
.li-right-text-inner {
    width: 350px;
    height: 50px;
    background-color: #FFFFFF;
    margin: 25px 0 0 12px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    position: relative;
}
/*.li-text-inner:before {*/
    /*content: '';*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 20px solid transparent;*/
    /*border-left-color: #cccccc;*/
    /*position: absolute;*/
    /*left: 100%;*/
    /*top: 50%;*/
    /*margin-top: -20px;*/
/*}*/
.li-right-text-inner:after {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: #FFFFFF;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -12px;
}
.li-left-text-inner {
    width: 350px;
    height: 50px;
    background-color: #FFFFFF;
    margin: 25px 12px 0 0;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.li-left-text-inner:after {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: #FFFFFF;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -12px;
}
.history-ball {
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    position: absolute;
    top: 42px;
    left: 33px;
    border-radius: 15px;
}

.about-us {
    font-size: 40px;
    color: #333333;
    padding-top: 80px;
}

.history-process {
    font-size: 34px;
    color: #000000;
}