/*********************************** 头部样式 *********************************************/
#he-wrapper
{
    overflow: hidden;
}

.he-header
{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.he-header .he-logo
{
    height: 80px;
    border-bottom: solid 7px #261c19;
}


/*********************************** 主体样式 *********************************************/
.he-content
{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.he-content .side
{
    z-index: 3;
    position: relative;
    width: 250px;
    height: 584px;
    overflow: hidden;
    background: #c40000;
}

.he-content .side .sideHd
{
    height: 30px;
    background: #261c19 url(../images/icon_1.jpg) 23px 6px no-repeat;
    color: #fff;
    line-height: 30px;
    text-indent: 40px;
}

.he-content .side .he-menu
{
    padding-bottom: 6px;
    background: #fff url(../images/menuBg.jpg) center bottom no-repeat;
}

.he-content .side .he-menu ul.he-list
{
    height: 90px;
    margin: 0;
    background: #c40000;
}

.he-content .side .he-menu ul.he-list li
{
    float: left;
    height: 70px;
    width: 33.3%;
    padding: 20px 0;
    text-align: center;
}

.he-content .side .login
{
    padding: 15px 0;
    background: #fff;
    min-height: 250px;
}

.he-content .side .login .he-list
{
    width: 174px;
    margin: 0 auto;
}

.he-content .side .login .he-list dt
{
    height: 45px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
    color: #444646;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}

.he-content .side .home .he-list dt
{
    height: auto;
    margin-bottom: 3px;
    border: 0;
    line-height: 25px;
}

.he-content .side .home .he-list span
{
    display: block;
    width: 100%;
}

.he-content .side .login .he-list dd
{
    margin-bottom: 15px;
    overflow: hidden;
}

.he-content .side .login .he-list input
{
    width: 100%;
}

.he-content .side .login .he-list .longBox
{
    width: 80px;
}

.he-content .side .login .he-list .shortBox
{
    width: 90px;
}

.he-content .side .login .he-list .shortBox img
{
    margin-top: 0px;
}
/*.he-content .side .login .he-list .shortTxt{width:100%; height:20px; border:solid 1px #ccc; color:#444646; text-indent:10px; line-height:26px;}*/
.he-content .side .login .he-list .btn
{
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.he-content .side .login .he-list .tag
{
    color: #444646;
}

.he-content .side .home .he-list .levelBox
{
    position: relative;
    height: 37px;
}

.he-content .side .home .he-list .levelLine
{
    width: 172px;
    height: 10px;
    overflow: hidden;
    border: solid 1px #ccc;
}

.he-content .side .home .he-list .levelLine span
{
    float: left;
    float: left;
    width: 17px;
    height: 10px;
    background: #c40000;
}

.he-content .side .home .he-list .levelTag
{
    position: absolute;
    left: 50px;
    top: 12px;
    width: 36px;
    height: 24px;
    background: url(../images/levelBg.jpg);
    color: #fff;
    text-align: center;
    line-height: 29px;
}

.he-content .side .side-bottom
{
    background: #c40000;
}

.he-content .side .side-bottom .pic
{
    border-bottom: solid 2px #fff;
    padding: 15px 0;
    text-align: center;
}

.he-content .side .side-bottom .des
{
    width: 218px;
    margin: 0 auto;
    color: #fff;
    line-height: 25px;
    padding-top: 1%;
}

.he-content .main
{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.he-content .switchBtnL
{
    z-index: 30;
    position: absolute;
    left: 250px;
    top: 253px;
    width: 28px;
    height: 82px;
    background: url(../images/switchBtnL.png);
    cursor: pointer;
}

.he-content .switchBtnR
{
    z-index: 30;
    position: absolute;
    left: 0;
    top: 253px;
    width: 28px;
    height: 82px;
    background: url(../images/switchBtnR.png);
    cursor: pointer;
}

.he-content .main .rightMain
{
    width: 100%;
    height: 584px;
    margin-left: 250px;
    float: left;
}

.he-content .main .rightMain img
{
    width: 100%;
    height: auto;
}

.map-header
{
    display: block;
    margin: 0 auto;
    height: 48px;
}

.map-vcode
{
    display: block;
    margin: 0 auto;
    height: 33px;
}


/*********************************** 底部样式 *********************************************/

.footer
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px !important;
}

.footer .copyright
{
    color: #444646;
    line-height: 45px;
    text-align: center;
}

.waiting
{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    position: absolute;
    opacity: 0.45;
    background-color: #000;
    z-index: 9999;
}
.waiting .loding
{
    margin: 0px auto;
    color: #fff;
}