@charset "utf-8";
/*菜单栏颜色*/
.navbar{
	background: #282830;
}
/*菜单选中颜色*/
.navbar .nav>li>a.active{
        color: #22a7d9;
        font-weight: bold;
}
.navbar .nav>li>a:hover{
	color: #22a7d9;
}
/*下拉菜单 三角箭头*/
.navbar .nav>li>a:hover:after{
	border-top-color: #22a7d9;
}
/*下拉菜单颜色*/
.dropdown-menu{
	background: #282830;	
}


.section-head h2{
	color: #22a7d9;
}
/*内容页图片*/
.news-details_body img{
        border-radius: 3px;
}
@media (max-width:768px){
 .news-details_body img{
     width:100%;
     height:auto;
 }
}
.safety-item_img img{
       border-radius:6%;
}
@media (max-width:767px){
.hehuo{
     width:100%;
}
}
@media(max-width:767px){
     #footer1{
     width:100%;
}
     #footer2{
     width:100%;
}
    #footer3{
    width:100%
}
}