li{
    list-style: none !important;
}
.content {
    width: 100%;
}
.nav {
    width: 100%;
    margin: auto;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(1, 11, 77, 0.1);
}
.items {
    height: 105px;
    width: 1200px;
    margin: auto;
}
.color{
    /* color: #1D5EFF !important;
    border-bottom: 2px solid #1D5EFF; */
}
.items a{
    display: inline-block;
    height: 105px;
    line-height: 105px;
    text-align: center;
    margin-right: 100px;
    font-size: 18px;
}
.main1{
    width: 1200px;
    margin: auto;
    /*border: 1px solid red;*/
}
.titles{
    margin-bottom: 26px;
    margin-top: 40px;
}
.one{
    width: 98px;
    height: 33px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    font-size: 24px;
}
.two{
    width: 235px;
    height: 25px;
    color: #949494;
    font-size: 18px;
    margin-top: 5px;
}
.three{
    display: inline-block;
    width:20px;
    height:4px;
    background:rgba(29,94,255,1);
}
.layui-timeline-axis {
    /*color: #5FB878;*/
     color: #1D5EFF !important;
}
.layui-text ul li {
   color: #555555;
}
.qq{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color:#D1D1D1;
    margin-left: -20px;
    margin-right: 10px;
}