@charset "utf-8";

body {
    overflow: hidden;
    background-color: white;
    margin: 0 !important;
    padding: 0;
    font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
    overflow-y: auto !important;
    font-size: 14px;
}

#header,.headerBot{
    width: 100%;
}
/*头部登录导航*/
#headbod {
    width: 100%;
    background-color: #f2f2f2;
    height: 35px;
    line-height: 30px;
    border-bottom:1px #e5e5e5 solid;
}
.headerTop {
    width: 1075px;
    margin: 0 auto;
}
.headerTop a{
    color: #999;
}
.headerTop a:hover
{
    color:#46B34B!important;
}
.headerTopL{
    float: left;
}
.headerTopR{
    float: right;
}
#admin_name {
    color: red;
}

.operation {
    cursor: pointer;
}
#username
{
    color:#999;
}

#login_out {
    display: none;
    margin-left: 5px;
    cursor: pointer;
    color:#948E8B;
}
#login_out:hover {
    color:#46B34B;
}
/*头部logo*/
.dl-main-logo{
    width: 1070px;
    margin: 0 auto;
    height: 103px;
    overflow: hidden;
}
.logoWarp{
    float: left;
    margin-top: 30px;
}
.phoneWarp{
    float: right;
    margin-top: 30px;
}
.phoneWarp p{
    margin: 0;
}
/*头部导航*/
.dl-main-nav {
    width: 100%;
    height: 59px;
    line-height: 59px;
    background:url("../../images/home/navBacRed.png") repeat-x center center;
    border: 1px solid #ccc9c9;
    border-top: 1px solid rgb(168, 14, 11);
}
.nav-list{
    max-width: 1300px;
    padding-left: 82px;
}
.nav-item {
    color: rgb(51, 51, 51);
    font-family:'微软雅黑';
    padding: 0 13px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
}
/*-----------------------------------------------------*/

/*头部css*/

/*.dl-selected {
    background-color: #456ab8;
    position: relative;
}*/
.dl-selected {
    color: rgb(168, 14, 11);
}
.dl-selected:after{
    content: "";
    background:url("../../../resources/images/home/selNavR.png") no-repeat left;
    width: 10px;
    height: 60px;
    position: absolute;
    right: -9px;
    top: 0px;
}
.dl-selected:before{
    content: "";
    background:url("../../../resources/images/home/selNavL.png") no-repeat right;
    width: 10px;
    height: 60px;
    position: absolute;
    left: -9px;
}

