.driverlogin{
    line-height: 40px;
}
.driverlogin a {
    color: #e13a3a;
    text-decoration: underline;
}
.inp3 a{
    font-size: 12px;
}
.inp3 a:hover{
   color: #e13a3a;
}
/*index*/
.login{
	position: absolute;
    width: 280px;
    padding:20px;
    left: 50%;
    margin-left: -160px;
    height: 298px;
    margin-top: -169px;
    top: 50%;
    text-align: center;
}
.login h3{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
.login p{
    font-weight: 300;
    color: #999;
    font-size: 14px;
}
.login form{
    margin-top: 40px;
}
.login .inp{
    width: 258px;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #c4c4c4;
    line-height: 30px;
}
.login .inp i{
    color: #999;
}
.login .inp input{
    margin-left: 5px;
    border:none;
    background: none;
    width: 225px;
    line-height: 30px;
}
.login .inp select{
    padding-left: 5px;
    width: 230px;
    height: 30px;
    border:none;
    color: #999;
    background: none;
}
.login .sub{
    margin-top: 30px;
    width: 100%;
    border:none;
    background: #009688;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 6px;
    font-size: 14px;
}
/**************************************************************************/
.inex_top{
    width: 92%;
    margin: 2% auto 0;
    background: #fff;
    padding: 2%;
}
.inex_top ol{
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}
.inex_top ol li{
    float: left;
    width: 60px;
    margin-right: 11px;
    border-radius: 2px;
    background: #00d0ff;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.inex_top ol li.act{
    background: #bd8585;
}
.inex_top ul li{
    float: left;
    width: 19.5%;
    margin-right: 2%;
    border-radius: 5px;
    padding:2%;
    /*box-shadow: 1px 6px 20px #b9b9b9;*/
    color: #fff;
}
.inex_top ul li .top_left,
.inex_top ul li .top_rihgt{
    width: 50%;
}
.top_left h3{
    font-size: 14px;
}
.top_left h3 span{
    border-bottom: 1px solid #f4f4f4;
    padding:3px;
}
.top_left p{
    font-size: 30px;
    font-weight: bold;
}
.top_rihgt{
    text-align: right;
}
.top_rihgt i{
    font-size: 60px;
}
.inex_top ul li.one{
    background: #0dcaf0;
}
.inex_top ul li.two{
    background: #fa638b;
}
.inex_top ul li.three{
    background: #6dc257;
}
.inex_top ul li.four{
    background: #ff9e52;
    margin-right: 0;
}

.index_cen{
    width: 92%;
    margin: 2% auto 0;
    background: #fff;
    padding: 2%;
}
.index_cen h3{
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    color: #939393;
    margin-bottom: 2%;
}
.index_cen ul li{
    float: left;
    width: 26%;
    margin-right: 2%;
    background: #f3f3f3;
    padding: 3%;
    font-size: 12px;
    cursor: pointer;
}
.index_cen ul li:last-child{
    margin-right: 0;
}
.index_cen ul li p{
    line-height: 40px;
    font-size: 30px;
    color: #1E9FFF;
    text-align: center;
}


.index_bottom{
    width: 96%;
    padding:2%;
    margin:0 auto;
}
.index_bottom ul li{
    float: left;
    width: 45%;
    padding:2%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 2%;
}
.index_bottom ul li:nth-child(2n){
    margin-right: 0;
}
.index_bottom ul li h3{
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    color: #939393;
    margin-bottom: 2%;
}
.index_bottom ul li .echarts{
    width: 100%;
    height: 300px;
}
@media screen and (max-width: 1200px) {
    .index_bottom .index_left {
        width: 64%;
    }
    .index_bottom .index_right {
        width: 34%;
    }
}
@media screen and (max-width: 800px) {
    .inex_top ul li{
        width: 90%;
        margin-bottom: 2%;
        padding:4% 5%;
    }
    .inex_top ul li.two{
        margin-right: 0;
    }
    .index_cen ul li{
        width: 94%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .index_bottom ul li{
        width: 96%;
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    .top_left h3{
        font-size: 12px;
    }
    .top_left p{
        font-size: 26px;
    }
    .top_rihgt i {
        font-size: 40px;
    }
}
/**************************************************************************/







