body{
    background: #f1f1f1;
}
.bhdc_top{
    width: 100%;
    height: 327px;
    background: url(../images/topbg.png)no-repeat;
    background-position: center;
}
.bhdc_top a img{width:432px;height60px;margin-left:70px;}
.bhdc_top>img{
    display: none;
}
.bhdc_nav{
    height: 53px;
    width: 100%;
    background: #376f4c;
}
.bhdc_nav ul{
width: 650px;
margin: 0 auto;
}
.bhdc_nav ul li{
    float: left;
    line-height: 53px;
    width: 130px;
    text-align: center;
}
.bhdc_nav ul li a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.bhdc_content{
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
    padding: 28px;
}
.bhdc_tit{
    padding-left: 29px;
    background: url(../images/tit_border.png)no-repeat;
    background-position: left center;
    height: 31px;
    line-height: 31px;
    margin-bottom: 28px;
}
.bhdc_tit a{
    font-size: 24px;
    font-weight: bold;
    color: #376f4c;
}
.bhdc_jgzz{
    float: left; 
    width: 364px;
}
.jgzz_cont p{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #000000;
    text-indent: 2em;
}

.bhdc_dcgl{
    float: right;
    width: 754px;
}
.bhdc_dcgl li{
    padding-left: 33px;
    background: url(../images/list_dian.png)no-repeat;
    background-position: 10px 17px;
}
.bhdc_dcgl li>a{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}
.bhdc_dcgl li>p{
    margin-top: 14px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #acacac;
}
.bhdc_dcgl li>p>a{
    color: #acacac;
}
.bhdc_box_b{
    margin-top: 34px;
}

.box_b_div{
    float: left;
    width: 364px;
}
.bhdc_box_b div+div{
    margin-left: 26px;
}
.bhdc_ul li{
    line-height: 42px;
    height: 42px;
    padding-left: 22px;
    background: url(../images/list_dian.png)no-repeat;
    background-position:left center;
}
.bhdc_ul li>a{
    width: 70%;
    float: left;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: #333333;
}
.bhdc_ul li>span{
    float: right;
    color: #c3c3c3;
    font-size: 16px;
}
.footer{
    background: #fff;
}
@media (max-width: 768px){
.bhdc_top{
    background: url(../images/header_bg.png)no-repeat;
    padding: 20px 10px;
    height: 200px;
}
.bhdc_top>img{
    display: block;
}
.bhdc_nav{
    height: auto;
}
.bhdc_nav ul{
    width: 100%;
}
.bhdc_nav ul li{
    width: 33.3%;
}
.bhdc_content{
    width: 100%;
    padding:20px 10px;    
}
.bhdc_jgzz{
    width: 100%;
    float: none;
}
.bhdc_dcgl{
    float: none;
    width: 100%;
    margin-top: 24px;
}
.bhdc_dcgl li{
    padding-left: 22px;
    background-position: left 17px;
}
.box_b_div{
    float: none;
    width: 100%;
}
.bhdc_box_b div+div{
    margin-left: 0;
    margin-top: 24px;
}
}

