@charset "utf-8";

/*菜单栏颜色*/

.navbar {
    background: #282830;
}


/* 更改客服按钮位置 */

#YSF-BTN-HOLDER {
    position: fixed;
    max-width: 30px;
    max-height: 120px;
    right: 0px !important;
    cursor: pointer;
    overflow: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 9990;
    top: 55% !important;
    transform: translateY(-50%)
}


/*菜单选中颜色*/

.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%
    }
}