@charset "utf-8";
/* CSS Document */

.top-div{ height:38px; background:#e6e5e5;}
.top-div .top-centerdiv{ width:1003px; height:100%}
.top-div .top-centerdiv .left-div{ float:left; margin-top:10px;}
.top-div .top-centerdiv .right-div{ float:right; margin-top:10px;}
.top-left{ width:25px; float:left}

.top-center-div{ width:1003px; height:110px;}
.top-center-div .top-center-div-img{ width:450px; margin-top:30px; float:left}

.nav-div{ width:1003px; height:38px;}
.nav-div .nav-div-li{ width:120px; height:38px; line-height:38px;}
.nav-div .nav-div-li a{ width:100%; height:38px; margin-left:5px; line-height:38px; font-family:"宋体", "微软雅黑"; font-size:14px; color:#fff; text-align:center; display: block;}
.nav-div .nav-div-li a:hover{ background:#00a5e4; margin-left:5px; width:100%; height:38px; line-height:38px; font-family:"宋体", "微软雅黑"; font-size:14px; color:#fff; text-align:center}


/*自服务后台头部*/
.vip-nav-div{ width:1003px; height:60px;}


/*区域菜单样式*/
#geo-location-div,
#sellChannelSteel {
    background: white;
    z-index: 999;
    text-align: center;
    margin-left: 5px;
    width: 100%;
    position: relative;
}
#geo-location-div,
#sellChannelSteel {
    display:none;
}

#geo-location-li:hover #geo-location-div,
#sellChannel:hover #sellChannelSteel{
    display:block;
}

#geo-location-li :before {
    content: "";
    position: absolute;
    right: 50%;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid white;
    z-index: 999;
}

#sellChannel :before {
    content: "";
    position: absolute;
    right: 50%;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid white;
    z-index: 999;
}

#geo-location-div a,
#sellChannelSteel a {
    font-family: "宋体", "微软雅黑";
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 0px;
}

#geo-location-div a:hover,
#sellChannelSteel a:hover {
    font-size: 16px;
    background-color: honeydew;
}

#geo-location-li ul:hover #geo-location-link,
#sellChannel ul:hover #sellChannelLink {
    background:#00a5e4;
}

.all-product {
    color: white;
    z-index: 100;
    position: relative;
}

li.bg-nav-blue :hover .all-product{
    color: white;
    font-size: 18px;
}
.all-product :hover {
    color: white;
    font-size: 18px;
}







