﻿.product-navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .product-navbar-toggle:focus {
        outline: 0;
    }

    .product-navbar-toggle .src-only {
        position: absolute;
        width: 1px;
        height: 1px;
        color:#fff;
        padding: 0;
        margin: -1px;
        overflow: hidden;
         clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .product-navbar-toggle .icon-bar {
        display: block;
        width: 44px;
        height: 2px;
        border-radius: 1px;
    }

        .product-navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.product-navbar-toggle .icon-bar {
    background-color: #fff;
}

.product-navbar-toggle {
    margin-top: 22px;
    border-color: #7cc7c3;
    background-color: #7cc7c3;
}

    .product-navbar-toggle:hover,
    .product-navbar-toggle:focus {
        background-color: #7cc7c3;
    }


    

@media (min-width: 1024px) {
    .product-navbar-toggle {
        display: none;
    }
}

.product-navbar-header {
    position:absolute;
    top: 0px;
    right: 0px;
    float: right;
    margin-right: 45px;
}
.container > .product-navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1024px) {
    .container > .product-navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

@media(max-width: 1023px) {
    .product-navbar-header {
        float: right;
        top:0px;
        margin-right: 45px;
    }
}
.product-navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #e6e6e6;
    /*-webkit-box-shadow: inset 0 5px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 5px 0 rgba(255, 255, 255, .2);*/
    background-color: rgba(250, 250, 250, 0.95);
    -webkit-box-shadow: 0px 5px 10px #cdcdcd;
    box-shadow: 0px 5px 10px #cdcdcd;
}

    .product-navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 1024px) {
    .product-navbar-collapse {
        border-top: 0;
        padding-left: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
    }

        .product-navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important;
        }

        .product-navbar-collapse.in {
            overflow-y: visible;
        }

/*    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }*/
}
@media(max-width: 1023px) {
    .product-navbar-collapse {
        position: relative;
        width:100%;
        top: 30px;
        margin-right: 15px;
        margin-left: 15px;
        text-align: center;
    }
}
/*.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}*/

/*@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}*/


.product-navbar-inverse {
    width: 100%;
    height: 80px;
}

.product-nav {
    padding-left: 20px;
    margin-bottom: 0;
    list-style: none;
}

    .product-nav > li {
       /* position: relative;
        display: block;
        background-color:blue;*/
    }

        .product-nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .product-nav > li > a:hover,
            .product-nav > li > a:focus {
                text-decoration: none;
                /*background-color: #eee;*/
            }

        .product-nav > li.disabled > a {
            color: #777;
        }

            .product-nav > li.disabled > a:hover,
            .product-nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .product-nav .open > a,
    .product-nav .open > a:hover,
    .product-nav .open > a:focus {
        /*background-color: #eee;*/
        border-color: #337ab7;
    }

    .product-nav > li > a > img {
        max-width: none;
    }


.product-navbar-nav {
    /*margin: 7.5px -15px;*/
    margin: 7.5px 15px;
}

.product-navbar-inverse .product-navbar-nav > li > a {
    text-shadow: none;
}

.product-navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    padding: 10px;
    letter-spacing: 0.5px;
    line-height: 50px;
}

    .product-navbar-nav > li > a:hover,
    .product-navbar-nav > li > a:focus {
        border-bottom: 4px solid #7cc7c3;
        color: rgba(0, 0, 0, 1) !important;
        /*font-weight: 600;*/
        height: 80px;
    }

.product-navbar-nav > li {
    /*margin-left: 45px;*/
}

.product-header.active .product-navbar-nav > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    color: rgba(0, 0, 0, 0.6) !important;
}

    .product-header.active .product-navbar-nav > li > a:hover,
    .product-header.active .product-navbar-nav > li > a:focus {
        border-bottom: 4px solid #7cc7c3;
        color: rgba(0, 0, 0, 1) !important;
        height: 80px;
        /*		bottom: 3px;*/
    }

.product-header .product-navbar-nav > li > a.active {
    border-bottom: 4px solid #7cc7c3;
    color: rgba(0, 0, 0, 1) !important;
    height: 80px;
    /*		bottom: 3px;*/
}
@media (min-width: 1024px) {
    .product-navbar-nav {
        float: left;
        margin: 0;
    }

        .product-navbar-nav > li {
            float:left;
            /*margin-left: 45px;*/
            /*margin-left: 0;*/
        }
            .product-navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}


@media (max-width: 1023px) {
   /* #product-main-nav {
        border-color: rgba(250, 250, 250, 0.95);
        margin-top: 16px;
        background-color: rgba(250, 250, 250, 0.95);
        box-shadow: 0px 5px 10px #cdcdcd;
    }*/

    .product-navbar-nav {
        padding: 0px;
        /*margin:0px 25px;*/
        /*margin-top: 60px;*/
        /*margin-top: 0px;*/
    }

        .product-navbar-nav > li {
            /*margin-left: 45px;*/
            border-bottom: 1px solid #e6e6e6;
        }

            .product-navbar-nav > li:last-child {
                border-bottom: none;
            }

            .product-navbar-nav > li > a {
                line-height: 25px;
                color: rgba(0, 0, 0,0.6) !important;
            }

                .product-navbar-nav > li > a:hover,
                .product-navbar-nav > li > a:focus {
                    border-bottom: none;
                    line-height: 25px;
                    color: rgba(0, 0, 0, 1) !important;
                    bottom: 0px;
                    height: 48px;
                }

    .product-header.active .product-navbar-nav > li > a:hover,
    .product-header.active .product-navbar-nav > li > a:focus {
        /*border-bottom: 3px solid #7cc7c3;*/
        border-bottom: none;
        /*background-color: rgba(124, 199, 195, 0.2);*/
        height: 48px;
        bottom: 0px;
    }
}


.container > .product-navbar-header,
.container > .product-navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1024px) {
    .container > .product-navbar-header,
    .container > .product-navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 1023px) {
    .container > .product-navbar-collapse {
        margin-right: 15px;
        margin-left: 15px;
    }
}
    /*@media (max-width: 1023px) {
    .product-navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .product-navbar-nav .open .dropdown-menu > li > a,
        .product-navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .product-navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .product-navbar-nav .open .dropdown-menu > li > a:hover,
            .product-navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}*/


    /*.product-navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/

    /*.product-navbar-inverse .product-navbar-nav > li > a {
        color: #9d9d9d;
    }

        .product-navbar-inverse .product-navbar-nav > li > a:hover,
        .product-navbar-inverse .product-navbar-nav > li > a:focus {
            color: #a2cf8d;
            background-color: transparent;
        }

    .product-navbar-inverse .product-navbar-nav > .active > a,
    .product-navbar-inverse .product-navbar-nav > .active > a:hover,
    .product-navbar-inverse .product-navbar-nav > .active > a:focus {
        color: #a2cf8d;
        background-color: #080808;
    }

    .product-navbar-inverse .product-navbar-nav > .disabled > a,
    .product-navbar-inverse .product-navbar-nav > .disabled > a:hover,
    .product-navbar-inverse .product-navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .product-navbar-inverse .navbar-collapse{
        border-color: #101010;
    }

    .product-navbar-inverse .product-navbar-nav > .open > a,
    .product-navbar-inverse .product-navbar-nav > .open > a:hover,
    .product-navbar-inverse .product-navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }*/
    /*
@media (max-width: 1023px) {
    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > li > a:hover,
        .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > .active > a,
    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > .active > a:hover,
    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > .disabled > a,
    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .product-navbar-inverse .product-navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}*/

.haishu-rollslide-menus {
    position: relative;
    overflow: hidden;
    /*width: 960px;*/
    height: 80px;
}

.roll__list {
    position: absolute;
    width: 9999px;
}

@media(max-width: 1203px) {
    .haishu-rollslide-menus {
        width: 780px;
    }
}

#haishu-menus:hover .control {
    display: block
}

.control {
    position: absolute;
    top: 20px;
    /*height:80px;*/
    display: none;
    padding: 10px 5px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    /*background-color:rgba(56, 67, 89, 0.3);*/
    /*background-color:rgba(196, 237, 221, 1);*/
    background-color: rgba(0,0,0,.3)
}

    .control:hover,
    .control:after {
        /*background-color: rgba(0,0,0,.5);*/
        background-color: rgba(124, 199, 195, 1);
        color: #fff;
    }

    .control.pre {
        left: 0px
    }

    .control.next {
        right: 0px
    }

@media(max-width: 1023px) {
    .haishu-rollslide-menus {
        position: static;
        /*overflow: hidden;*/
        width: auto;
        height: auto;
    }

    .roll__list {
        position: static;
        width: 100%;
    }

    #haishu-menus:hover .control {
        display: none;
    }
}

.haishu-article-listholder {
    width: 100%;
    background-color: aqua !important;
}
    .haishu-article-listholder > li {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid rgba(56, 67, 89, 0.4);
    }

        .haishu-article-listholder > li > span {
            position: absolute;
            right: 15px;
            /*display: block;*/
            font-size: 12px;
            text-align: right;
            /*font-style: italic;*/
            font-style: normal;
            color: rgba(56, 67, 89, 0.5);
            text-transform: uppercase;
            text-shadow: none;
            padding: 10px;
            letter-spacing: 0.5px;
        }
    .haishu-article-listholder > li > a {
        position: absolute;
        /*display: block;*/
        width: 100%;
        font-size: 16px;
        left:15px;
        text-align: left;
        color: #384359;
        /*font-size: 14px;
        font-weight: 600;*/
        text-transform: uppercase;
        text-shadow: none;
        padding: 10px;
        letter-spacing: 0.5px;
        /*line-height: 50px;*/
        
    }

        .haishu-article-listholder > li > a:hover,
        .haishu-article-listholder > li > a:focus {
            text-decoration: none;
            color:#7cc7c3;
            /*font-weight: 600;*/
            /*background-color: #eee;*/
        }

.haishu-article-listholder-rows {
    /*cursor: pointer;*/
    border-bottom: 1px solid rgba(56, 67, 89, 0.4);
    padding: 15px 0px;
}
.haishu-article-listholder-rows img {
    cursor: pointer;
}
.haishu-article-listholder-rows .haishu-article-title-items {
    text-align:left;
}

    .haishu-article-listholder-rows .haishu-article-title-items h4 {
        /* background-color:aqua;*/
        font-size: 19px;
        font-weight: 700;
        color: #384359;
        letter-spacing: 0.5px;
        cursor: pointer;
    }
        .haishu-article-listholder-rows .haishu-article-title-items h4:hover {
            color: #7cc7c3;
        }

    .haishu-article-listholder-rows .haishu-article-title-items span {
        /*        font-size: 12px;*/
        /*color: #fff;*/
        color: rgba(56, 67, 89, 0.5);
    }

    .haishu-article-listholder-rows .haishu-article-title-items em {
       /* font-style: normal;
        font-weight: 700;
        margin-right: 5px;*/
    }
    .haishu-article-listholder-rows .haishu-article-title-items p {
        /* font-style: normal;
        font-weight: 700;
        margin-right: 5px;*/
        color: rgba(56, 67, 89, 0.5);
    }
.label {
   margin-left:4px;
   /*padding:6px;*/
}
.bg-blue {
    background-color: #28BDEE !important;
}
.bg-green {
    background-color: #09A85A !important;
}
.bg-red {
    background-color: #DB4E3C !important;
}
.bg-yellow {
    background-color: #F0A01C !important;
}