@charset "utf-8";
.nav_center dl.ul1 dd {
    width: 230px;
    overflow: visible;
}

.nav_center dl.ul1 dd ul li a:hover {
    background: url(../images/jt_12.gif) 210px -24px no-repeat #eee;
}

.nav_center dl.ul1 dd ul li {
    position: relative;
}

.nav_center .ul3 {
    width: 230px;
    border: 1px solid #ee3d38;
    box-shadow: 0px 0px 3px #ee3d38;
    background: #fff;
    display: none;
}

.nav_center .ul2>li:hover .ul3 {
    display: block;
    position: absolute;
    left: 230px;
    top: 0;
}

.nav_center .ul3>li {
    position: relative;
}

.nav_center .ul3>li:hover {
    background: url(../images/jt_12.gif) 210px -24px no-repeat #eee;
}

.nav_center .ul3>li .cityarea {
    display: none;
    border: 1px solid #ee3d38;
    box-shadow: 0px 0px 3px #ee3d38;
    background: #fff;
}

.nav_center .ul3>li:hover .cityarea {
    display: block;
    position: absolute;
    width: 200px;
    height: auto;
    text-align: left;
    left: 230px;
    top: 0;
}

.nav_center .ul3 .cityarea a {
    display: block;
    font-size: 12px;
    padding: 5px 8px;
}

.nav_center .ul3 .cityarea a:hover {
    text-decoration: underline;
}