
.st_a_wrapTop {
    background: url(../images/header/index_top_bg.jpg) 0px -3px repeat-x;
    zoom: 1;
}

.st_a_logo {
    /* background: url(../images/header/logo.jpg) no-repeat; */
}

.st_a_fastIcon1 {
    background: url(../images/header/indexImg.gif);
}

.st_a_fastIcon2 {
    background: url(../images/header/indexPre.gif);
}

.st_a_fastIcon3 {
    background: url(../images/header/indexNext.gif);
}

.st_a_fastIcon4 {
    background: url(../images/header/indexFresh.gif);
}

.st_a_fastIcon5 {
    background: url(../images/header/indexStop.gif) no-repeat;
}

.st_menu-ul {
    width: 100vw;
    padding: 0 15px;
    display: flex;
    box-sizing: border-box;
}

.st_menu-li {
    margin-left: 0 !important;
    flex: 0 1 90px;
}

.st_menu-li a {
    width: 100% !important;
    padding: 0 !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.st_menu-li a:hover,
.st_menu-li.active a {
    text-decoration: none;
    background: url(../images/header/index_top_nav_bg.jpg) repeat-x;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}


/*.st_menu-li:hover .st_secMenu-li {
    display: block;
}*/

.st_header-title {
    color: #333;
    font-size: 24px;
}

.st_min-w-980 {
    min-width: 980px;
}

.st_w-1180 {
    width: 1180px;
}

.st_w-980 {
    width: 980px;
}

.st_w-500 {
    width: 500px;
}

.st_secMenu-li {
    /*display: none;*/
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #1C9886;
    float: left;
}

.st_menu-li .st_secMenu-li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.st_menu-li .st_secMenu-li a:hover {
    background: #FCBC5A;
    border: none;
}

#footer-wrap .st_bottom-messageContent {
    width: 250px;
    height: 145px;
    position: fixed;
    border: 1px solid #dedede;
    background: #fff;
    right: 0;
    bottom: 0;
}

.st_a_wrapTop .st_msg-icon {
    top: 2px;
}

.st_a_wrapTop .st_p-messageBox .st_p-iconLi {
    line-height: 45px;
}

.st_a_wrapTop .st_p-messageContent {
    right: -228px;
}

.show_print {
    display: none;
}

@media print {
    #header-content {
        display: none;
    }
    .print-hide {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .st_j_menu {
        display: none;
    }
    .print-show {
        width: 100%;
    }
    .print-show .from-box {
        margin-top: 100px;
    }
    #content-wrap {
        margin-left: 0px !important;
        margin-top: -80px !important;
    }
    .st_bd-form {
        border: 0px !important;
    }
    .show_print {
        display: block;
    }
    @page {
        size: auto;
        margin: 0mm;
    }
    #footer-wrap {
        display: none;
    }
    .watermark_mask_div {
        display: none !important;
    }
}
