/* 侧边导航 */
ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 0 0 0 32px;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#5880cc;
    background:#f5f5f5;
}
ul.sidebar-menu li ul.sub li a:hover{
    color:#1441b3;
    background:#f5f5f5
}
 ul.sidebar-menu li ul.sub li.active a {
    color: #fff;
    background:#1890ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
ul.sidebar-menu li a{
    color: #5880cc;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu>li:nth-of-type(1).active>a{
    color: #fff;
    background:#1890ff;
}
ul.sidebar-menu li a:hover,ul.sidebar-menu li.active a, ul.sidebar-menu li a:focus, ul.sidebar-menu li.open>a {
    color: #1441b3;
}
ul.sidebar-menu li.opentwo>a>i {
    color: #5880cc;
}
ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i,ul.sidebar-menu li.open>a>i {
    color: #1441b3;
}
#sidebar ul > li > a .arrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5880cc;
    border-top: 4px solid transparent;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 6px;
    width: 0;
}
#sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid #1441b3;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
#sidebar ul > li.active > a .arrow, #sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #1441b3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
/* 顶部导航 */
#check_project{
    background:#1890ff;
    color:#ffffff;
    height:34px;
    text-align:center;
    cursor:pointer;
 }
 .nav_company{
    font-size:20px;
    color:#1441b3
 }
 @media screen and (max-width: 960px) {
    .nav_company {
        font-size:16px;
        line-height: 32px;
    }
}
@media screen and (max-width: 810px) {
    .nav_company {
       display: none
    }
}
 .current_project{
    color: #1441b3;
    margin-right:5px
 }
 .Landfall_number{
     color:#1441b3;
     font-style:normal;
 }
ul.top-menu > li > a {
    color: #1441b3;
    font-size: 14px;
    font-family:"微软雅黑";
    padding: 2px 6px;
}
/* 齿轮颜色 */
.wheel{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    top:220px;
    right:0;
    box-shadow: 0 0 1px #6a6a6a;
    z-index:100000;
    background:#fff url(../img/button.gif) no-repeat -1px 1px;
}