/*网站制作QQ43171398*/

.yen-menu {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.yen-menu li {
    float: left;
    position: relative;
}

.yen-menu li a {
    display: block;
    line-height: 35px;
    text-decoration: none;
    padding: 0px 20px;
    color: #333333 !important;
}

.yen-menu li a:hover {
    background: #00BFFF;
    color: #fff !important;
}

.yen-menu .cur {
    border-bottom: 2px solid #00BFFF;
}

.yen-menu li a.more:after {
    content: " >>";
    margin-left: 10px;
    font-size: 22px
}

.yen-menu li ul {
    position: absolute;
    width: 150px;
    display: none;
    background-color: #FFFfff;
    z-index: 9999;
}

.yen-menu li ul a {
    width: 150px;
    text-decoration: none;
    color: #333333;
}

.yen-menu li ul a:hover {}

.yen-menu li ul ul {
    top: 0;
    left: 150px;
}

.yen-wz {
    background: url(../images/jz_bg.jpg)no-repeat 100% 100%;
}

.yen-kf {
    background: url(../images/kf_bg.jpg)no-repeat 100% 100%;
}

.yen-rj {
    background: url(../images/rj_bg.jpg)no-repeat 100% 100%;
}

.yen-bg {
    background: url(../images/bg.jpg)no-repeat 100% 100%;
    height: 600px;
}