@charset "utf-8";

*{
    font-family:"Î¢ÈíÑÅºÚ";
    margin:0;padding:0;
    list-style-type:none;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.clearfix{
    display:inline-table;
}
*html .clearfix{
    height:1%
}
.clearfix{
    display:block
}
*+html .clearfix{
    min-height:1%
}
/* nav_menu */
.danghang{
    width: 100%;
    height: 183px;
    /*background-color: #0b68ad;*/
}
.nav_menu{
    height: 42px;
}
.nav{
    width: 1200px;
    /*height: 45px;*/
    margin:0 auto;
}
.nav .list li{
    float:left;
}
.nav .list a{
    float:left;
    display:block;
    font-size: 16px;
    color: #606060;
    width:151px;
    height:42px;
    line-height: 42px;
    text-align:center;
}
.nav .list a:hover{
    color: #0b68ad;
}
.nav .list a:hover,.nav .list .now{
    color: #0b68ad;
    background:#fff;
}
.nav .box{
    position:absolute;
    width: 100%;
    top:218px;
    left: 0;
    overflow:hidden;
    height:0;
    /*filter:alpha(opacity=0);*/
    opacity:0;
}
.nav .cont{
    /*position:relative;*/
    background-color: #ffffff;
    padding:25px 0 0px 24px;
    -moz-box-shadow:0px 2px 7px #D1D1D1; -webkit-box-shadow:0px 2px 7px #D1D1D1; box-shadow:0px 2px 7px #D1D1D1;
}
.nav-con-one li:hover{
    background-color: red;

}
/* sublist */
.sublist{
    width: 1000px;
    margin: 0 auto;
}
.sublist li{
    float:left;
    padding-left: 28px;
    padding-right:28px;
    padding-bottom:20px;
}
.sublist a{
    color:#606060;
}
.sublist a:hover{
    font-weight: bold;
 }
.sublist li p.mcate-item-bd{
    padding-left:2px;
}
.sublist li p.mcate-item-bd a{
    height:26px;
    line-height:26px;
    margin-right:15px;
    font-size:12px;
    color:#606060;
    text-decoration:none;
    /*display:inline-block;*/
}
.sublist li p.mcate-item-bd a:hover{
    font-weight: bold;
}


.nav-con{
    width: 1200px;
    height: 41px;
    /* float: left; */
    margin: 0 auto;
    /* border: 1px solid #1286eb; */
}
.nav-con .nav-con-one{
    width: 1200px;
    height: 41px;
    line-height: 41px;
    float: left;
    margin: 0 auto;
    
    background: url("/application/views/frontend/dwbgs/web/image/navback.png")repeat-x;
    position: relative;
    z-index: 111;
}
.nav-con .nav-con-one li{
    float: left;
    width: 145px;
    background: url("/application/views/frontend/dwbgs/web/image/navback.png")repeat-x;
    height: 41px;
    line-height: 41px;
    text-align: center;
    /* border-right: 1px solid #1286eb; */
}
.nav-con .nav-con-one li a{
    color:black;
    display: block;
    width: 100%;
    height: 100%;
}
.nav-con .nav-con-one li a:hover{
    background-color: white;
}
.nav-con .nav-con-one li .submenu{
    width: 145px;
    display: none;
    position: relative;
}
.nav-con .nav-con-one li .submenu li{
    position: relative;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background:rgb(251, 251, 251)
    
}
.nav-con .nav-con-one li .submenu li a{
    font-size:14px;
}
.nav-con .nav-con-one li .submenu li .submenua{
    width: 119px;
    height: 200px;
    display: none;
    margin-left: 100%;
    margin-top: -40px;
}