/*nav*/
#nav {
    height: 40px;
    border-bottom: 2px solid #3dbb2b;
    position: relative;
    z-index: 61;
}

.nav_list li:hover a {
    color: #3dbb2b;
}

#nav .fenlei {
    width: 210px;
    background: #3dbb2b;
    height: 42px;
    line-height: 40px;
    text-indent: 10px;
    cursor: pointer;
}

#nav .fenlei img {
    position: relative;
    top: -2px;
    *top: -1px;
}

#nav .fenlei span {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.nav_list, .nav_list li, #nav .fenlei {
    float: left;
}

.nav_list li {
    height: 40px;
    line-height: 40px;
    margin-left: 35px;
    position: relative;
}

.nav_list li .hot {
    position: absolute;
    top: 0;
    right: -23px;
    display: block;
    width: 27px;
    height: 14px;
}

.nav_list li a {
    font-size: 16px;
}

.nav_list li.active a {
    color: #3dbb2b;
    font-weight: bold;
}

.gif_phone {
    float: right;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}

.gif_phone img {
    vertical-align: baseline;
}

/*菜单*/
.site_content {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 70;
    display: none;
}

.menu_title {
    font-family: "宋体";
    color: #555;
}

.menu_list {
    width: 210px;
    height: 480px;
    border-bottom: 1px solid #e5e5e5;
}

.menu_list_children {
    height: 40px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #fff;
}

.menu_list_children:last-child {
    height: 39px;
}

.menu_list_children:last-child:hover {
    height: 40px;
}

.menu_list_children .text {
    line-height: 40px;
    height: 40px;
    width: 95%;
    margin: 0 auto;
    border-top: 1px dashed #e5e5e5;
    position: relative;
}

.menu_list_children .text:first-child {
    border-top: none;
}

.menu_list_children .text .img_box_left {
    width: 40px;
    text-align: center;
    float: left;
    height: 40px;
}

.menu_list_children .text .img_box_right {
    position: absolute;
    right: -11px;
    *right: -13px;
    top: 0;
    display: none;
    /*border: 1px solid red;*/
    height: 40px;
}

.menu_list_children:hover {
    background: #3dbb2b;
    border-left: 1px solid #3dbb2b;
    border-right: 1px solid #3dbb2b;
    width: 211px;
}

.menu_list_children:hover .menu_title {
    color: #fff;
}

.menu_list_children:hover .category_list, .menu_list_children:hover .img_box_right {
    display: block;
}

.category_list {
    position: absolute;
    top: 0;
    left: 210px;
    min-height: 480px;
    width: 750px;
    border: 1px solid #3dbb2b;
    display: none;
    border-top: none;
    background: #fff;
}

.category_list .category_list_title {
    width: 100px;
    text-align: right;
    margin-top: 30px;
    color: #3ebb2b;
    font-family: "宋体";
}

.category_list .notitle {
    float: left !important;
}

.category_list .ct {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.category_list .notitle_ct {
    float: left;
    width: 600px !important;
    margin-top: 30px;
}

.category_list .ct span.category_list_title_left {
    width: 100px;
    text-align: right;
    display: inline-block;
    color: #333;
    font-family: "宋体";
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    float: left;
}

.category_list_link {
    float: left;
    line-height: 12px;
    margin: 0 25px;
    width: 590px;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 30px;
}

.category_list_link a {
    display: inline-block;
    font-family: "宋体";
    margin: 0 15px 15px 0;
    color: #666666;
}

.category_list_link a:hover {
    color: #3dbb2b;
}

/*nav*/
#nav .category-box {
    width: 210px;
    background: #3dbb2b;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: left;
}

#nav .category-box:hover .category-list {
    display: block;
}

#nav .category-box .right-icon {
    float: right;
    display: none;
}

#nav .category-box .left-icon {
    float: left;
    width: 50px;
    text-align: center;
}

#nav .category-box .menu_icon {
    margin-left: 15px;
}

#nav .category-box > span {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

#nav .category-box .category-list {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

#nav .category-box .category-list > li {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#nav .category-box .category-list > li:hover {
    background-color: #3dbb2b;
    color: #fff;
    border-right: none;
    border-left: none;
}

#nav .category-box .category-list li:hover .category-list-c {
    display: block;
}

#nav .category-box .category-list li:hover .right-icon {
    display: block;
}

#nav .category-box .category-list-c {
    position: absolute;
    left: 209px;
    width: 781px;
    background-color: #fff;
    min-height: 480px;
    top: 0;
    display: none;
    padding: 15px;
    border: 1px solid #3dbb2b;
}

#nav .category-box .category-name {
    width: 100px;
    text-align: right;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

#nav .category-box .level1 {
    color: #3dbb2b;
}

#nav .category-box .level2 {
    font-weight: bold;
    color: black;
}

#nav .category-box .category-list-ccc {
    width: 600px;
    border-bottom: 1px dashed #c1c1c1;
    margin-left: 115px;
    margin-top: -40px;
    margin-bottom: 30px;
}

#nav .category-box .category-list-ccc > li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

#nav .category-box .category-list-ccc a:hover {
    color: #3dbb2b;
}

/*#nav .category-box .category-list > li:hover .left-icon i {*/
    /*background-position-x: -739px !important;*/
/*}*/

i.menu_icon {
    width: 25px;
    height: 23px;
    background: url(/images/xjkry/nav-ico0.png) 100% 100% no-repeat;
    /*background-position: -562px -80px;*/
}

i.menu_0 {
    width: 25px;
    height: 23px;
    *height: 22px;
    background: url(/images/xjkry/nav-ico1.png) 100% 100% no-repeat;
    /*background-position: -687px -77px;*/
}
.menu_0_{
    width: 25px;
    height: 23px;
    *height: 22px;
    background: url(/images/xjkry/nav-ico1_.png) 100% 100% no-repeat;
}

i.menu_1 {
    width: 25px;
    height: 23px;
    *height: 22px;
    background: url(/images/xjkry/nav-ico2.png) 100% 100% no-repeat;
    /*background-position: -687px -117px;*/
}
.menu_1_{
    width: 25px;
    height: 23px;
    *height: 22px;
    background: url(/images/xjkry/nav-ico2_.png) 100% 100% no-repeat;
}
i.menu_2 {
    width: 25px;
    height: 23px;
    *height: 24px;
    background: url(/images/xjkry/nav-ico3.png) 100% 100% no-repeat;
    /*background-position: -687px -156px;*/
}
.menu_2_{
    width: 25px;
    height: 23px;
    *height: 24px;
    background: url(/images/xjkry/nav-ico3_.png) 100% 100% no-repeat;
}
i.menu_3 {
    width: 25px;
    height: 23px;
    *height: 21px;
    background: url(/images/xjkry/nav-ico4.png) 100% 100% no-repeat;
    /*background-position: -687px -197px;*/
}
.menu_3_{
    width: 25px;
    height: 23px;
    *height: 21px;
    background: url(/images/xjkry/nav-ico4_.png) 100% 100% no-repeat;
}
i.menu_4 {
    width: 25px;
    height: 23px;
    *height: 19px;
    background: url(/images/xjkry/nav-ico5.png) 100% 100% no-repeat;
    /*background-position: -687px -239px;*/
}
.menu_4_{
    width: 25px;
    height: 23px;
    *height: 19px;
    background: url(/images/xjkry/nav-ico5_.png) 100% 100% no-repeat;
}
i.menu_5 {
    width: 25px;
    height: 23px;
    *height: 20px;
    background: url(/images/xjkry/nav-ico6.png) 100% 100% no-repeat;
    /*background-position: -687px -278px;*/
}
.menu_5_{
    width: 25px;
    height: 23px;
    *height: 20px;
    background: url(/images/xjkry/nav-ico6_.png) 100% 100% no-repeat;
}
i.menu_6 {
    width: 25px;
    height: 23px;
    *height: 28px;
    background: url(/images/xjkry/nav-ico7.png) 100% 100% no-repeat;
    /*background-position: -687px -314px;*/
}
.menu_6_{
    width: 25px;
    height: 23px;
    *height: 28px;
    background: url(/images/xjkry/nav-ico7_.png) 100% 100% no-repeat;
}
i.menu_7 {
    width: 25px;
    height: 23px;
    *height: 18px;
    background: url(/images/xjkry/nav-ico8.png) 100% 100% no-repeat;
    /*background-position: -687px -359px;*/
}
.menu_7_{
    width: 25px;
    height: 23px;
    *height: 18px;
    background: url(/images/xjkry/nav-ico8_.png) 100% 100% no-repeat;
}
i.menu_8 {
    width: 25px;
    height: 23px;
    *height: 30px;
    background: url(/images/xjkry/nav-ico9.png) 100% 100% no-repeat;
    /*background-position: -687px -393px;*/
}
.menu_8_{
    width: 25px;
    height: 23px;
    *height: 30px;
    background: url(/images/xjkry/nav-ico9_.png) 100% 100% no-repeat;
}
i.menu_9 {
    width: 25px;
    height: 23px;
    *height: 24px;
    background: url(/images/xjkry/nav-ico10.png) 100% 100% no-repeat;
    /*background-position: -687px -436px;*/
}
.menu_9_{
    width: 25px;
    height: 23px;
    *height: 24px;
    background: url(/images/xjkry/nav-ico10_.png) 100% 100% no-repeat;
}
i.menu_10 {
    width: 25px;
    height: 23px;
    *height: 22px;
    background: url(/images/xjkry/nav-ico11.png) 100% 100% no-repeat;
    /*background-position: -687px -477px;*/
}
.menu_10_{
    width: 25px;
    height: 23px;
    *height: 22px;
    background: url(/images/xjkry/nav-ico11_.png) 100% 100% no-repeat;
}
i.menu_11 {
    width: 25px;
    height: 23px;
    *height: 20px;
    background: url(/images/xjkry/nav-ico12.png) 100% 100% no-repeat;
    /*background-position: -687px -518px;*/
}
.menu_11_{
    width: 25px;
    height: 23px;
    *height: 20px;
    background: url(/images/xjkry/nav-ico12_.png) 100% 100% no-repeat;
}

