html,body{
    width: 100%;
    height: 100%;
    background: rgba(246, 246, 246, 1);
}
.wrap{
    width: 1100px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 50px;
    background: url('../images/header-bg.png') repeat;
    margin-bottom: 20px;
}
.header img{
    float: left;
    margin-left: 20px;
    height: 55px;
}
.left-nav{
    border-radius: 4px;
}
.left-nav .nav-wrap{
    float: left;
    width: 230px;
    margin-right: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}
/*.left-nav .nav-wrap div{
    overflow: hidden;
    height: 40px;
}*/
.left-nav .nav-wrap div h2{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 45px;
    color: #2673E5;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
/*背景图标*/
.newpeo{
    background: url("../images/newpeo.png")no-repeat 14px 7px;
}
.set{
    background: url("../images/set.png")no-repeat 13px 7px;
}
.approval{
    background: url("../images/approval.png")no-repeat 14px 7px;
}
.motor{
    background: url("../images/motor.png")no-repeat 14px 7px;
}
.data{
    background: url("../images/data.png")no-repeat 14px 7px;
}
.more{
    background: url("../images/more.png")no-repeat 14px 16px;
}
.morewrap{
    display: none;
}
 .nav-wrap div li{
    width: 100%;
    height: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    text-indent: 48px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}
.nav-wrap div li:hover{
    background: #DAE7FC;
}
.nav-wrap div .tit-select:hover{
    background: #2673E5;
}
.right-content{
    float: right;
    width: 755px;
    padding: 40px 45px;
    background-color: #fff;
    border-radius: 4px;
}

.right-content div h3{
    /*line-height: 20px;*/
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}
.right-content div h3:hover{
    color: #2575eb;
    cursor: pointer;
}
.right-content  .con{
    display: none;
}
.right-content div p{
    display: none;
    /*height: 0;*/
    /*margin:12px 0 30px 0;*/
    font-size: 14px;
    color:#666;
}
.left-nav .tit-select{
    background-color: #2575eb;
    color: #fff;
}
.right-content .con-select {
    display: block;
}
.footer{
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    height: 30px;
    margin-top: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
    background: rgba(246, 246, 246, 1);
}
.footer a{
    color: #2575eb;
}
.help{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 24px;
    color:#fff;
}
.sms{
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}
