/*公共样式*/
a:hover{
    text-decoration: none;
}

#webBody{
    width: 1000px;
    margin: 0 auto 0;
    height: 100%;
    background: url("../images/logo.png") no-repeat 0 0px;
}

#webBody .floors{
    width: 800px;
    position: absolute;
    background: #ffffff;
}

#webBody .floorsBar{
    width: 800px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#webBody .floorsBar span{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

#webBody .floorsBar p{
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
}

#webBody .floors .floorsCon{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 800px;
    height: 180px;
    background: #ffffff;
}

#webBody .fifthFloor .fifthFloorCon{
    height: 270px;
}

#webBody .floors .floorsCon ul{
    width: 800px;
    margin-left: 30px;
}

#webBody .floors .floorsCon li{
    width: 165px;
    height: 78px;
    float: left;
    margin: 5px;
    background: #f0f0f0;
    padding: 2px 5px 0 5px;
}

#webBody .floors .floorsCon li a{
    display: inline-block;
    width: 175px;
    height: 80px;
    font-family: '微软雅黑';
    color: #ffffff;
}

#webBody .floors .floorsCon li a span{
    font-weight: bold;
}

#webBody .floors .floorsCon li a p{
    color: #d2d4d7;
}


/*公共样式结束*/

#search{
    width: 645px;
    height: 36px;
    margin: 55px auto ;
    background: #f0f1f3;
    position: relative;
}

#search #text{
    width: 460px;
    height: 36px;
    line-height: 20px;
    border: none;
    background: none;
    position: absolute;
    left: 15px;
    outline: none;
    color: #cccccc;
}

#search .searchBtn{
    border: none;
    height: 36px;
    width: 100px;
    background: #568ed8;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
}

#search .searchBtn a:hover{
    background: #3b7ed5;
}

#webCon{
    width: 1000px;
    margin: 50px auto 0;
    height: auto;
    position: relative;
}

.webLeft{
    width: 800px;
    position: absolute;
    top: 0;
    left: 0;
    height: 740px;
    overflow: hidden;
}

.webLeft .oftenUse{
    width: 800px;
    height: 340px;
    margin: 0 200px 20px 0;
    position: relative;
}

.webLeft .oftenUse .oftenUseBar{
    height: 40px;
    width: 785px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #f89e00;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.webLeft .oftenUse .oftenUseCon{
    height: 290px;
    width: 790px;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 5px;
    background: #ffffff;
}

.webLeft .oftenUse li{
    float: left;
    width: 185px;
    height: 62px;
    margin: 5px;
    background: #f0f0f0;
    border: 1px solid #f0f1f3;
}

.webLeft .firstFloor{
    top: 360px;
    left: 0px;
}

.webLeft .firstFloor .firstFloorBar{
    background: #5fc6d0;
}

.webLeft .firstFloor .firstFloorBar span{
    background: #007e8c;
}

.webLeft .firstFloor .firstFloorCon li a span{
    color: #007e8c;
}

.webLeft .secondFloor{
    top: 580px;
}

.webLeft .secondFloor .secondFloorBar{
    background: #c78ad2;
}

.webLeft .secondFloor .secondFloorBar span{
    background: #913d9f;
}

.webLeft .secondFloor .secondFloorCon li a span{
    color: #913d9f;
}

.webLeft .thirdFloor{
    top: 620px;
}

.webLeft .thirdFloor .thirdFloorBar{
    background: #5fd072;
}

.webLeft .thirdFloor .thirdFloorBar span{
    background: #008c1a;
}

.webLeft .thirdFloor .thirdFloorCon li a span{
    color: #008c1a;
}



.webLeft .forthFloor{
    top: 660px;
}

.webLeft .forthFloor .forthFloorBar{
    background: #ffa65d;
}

.webLeft .forthFloor .forthFloorBar span{
    background: #dd6700;
}

.webLeft .forthFloor .forthFloorCon li a span{
    color: #dd6700;
}



.webLeft .fifthFloor{
    top: 700px;
}

.webLeft .fifthFloor .fifthFloorBar{
    background: #eb3357;
}

.webLeft .fifthFloor .fifthFloorBar span{
    background: #d0032d;
}

.webLeft .fifthFloor .fifthFloorCon li a span{
    color: #d0032d;
}



.webRight{
    position: absolute;
    top: 0;
    right: 0;
}

.webRight .webRightBg{
    width: 200px;
    height: 680px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    filter:alpha(opacity:30);
}

.webRight dl{
    width: 185px;
    padding-left: 15px;
    font-family: '微软雅黑';
    position: relative;
    z-index: 1;
    clear: both;
}

.webRight dl dt{
    width: 170px;
    height: 40px;
    border-bottom: 1px solid white;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    clear: both;
}

.webRight dl dd{
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    line-height: 36px;
    color: #ffffff;
}

.webRight dl dd a{
    color: #ffffff;
}