header {
    background-size: 100% 100%;
    border-bottom: 1px solid #E3007E;
    padding: 26px;
}
body{min-width:1300px !important;}
ul {
    margin: 0;
}

.fff {
    background: #fff;
}

.col-md-8, .col-md-4 {
    padding: 0;
}

.bgwhite {
    background: #fff;
    border-radius: 5px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    text-decoration: none;
    cursor: pointer;
}

.container {
    padding-left: 0 !important;
    border-radius: 5px;
    min-width:1170px;
}

/*.on {
    color: #F13C9F;
}*/

.left, .fl {
    float: left;
    padding-right: 10px;
}

.right, .fr {
    float: right;
    padding-left: 10px;
}
.fright {
    float: right;
    padding-top: 20px;
    color: #999;
}
    .fright img{display:inline-block;float:left;height:10px;margin-top:4px;margin-right:5px;}

    .clear {
        clear: both;
    }

/*顶部样式*/
.nav {
    height: auto;
    background-image: none;
}

.bg_white {
    background: #fff;
}
.zwyw_cont_top {
    background: #f0f0f0;
    position: relative;
    top: 0%;
    max-width: 1170px;
    min-width: 1170px;
    padding: 10px 0px 0px;
}

.LOGO {
    width: 30%
}

    .LOGO img {
        width: 100%;
    }

.daoh ul li {
    width: 116px;
    float: left;
}

    .daoh ul li a {
        color: #fff;
    }

    .daoh ul li.active a {
        background: #E3007E;
        color: #fff;
    }

.conter_bg .search_con {
    width: 340px !important;
    margin: 0px auto;
    /*padding: 20px 0;*/
}

.conter_bg .search {
    width: 100%;
    border: 1px solid #E3007E;
    border-radius: 60px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #fff;
    opacity: 0.8;
}

    .conter_bg .search input {
        width: 81%;
        float: left;
        height: 36px;
        line-height: 36px;
        border: none;
        background: none;
        color: #999;
        font-size: 14px;
        text-indent: 16px;
        outline: none;
    }

    .conter_bg .search .btn {
        float: right;
        border-radius: 60px;
        border: none;
        height: 36px;
        width: 18%;
        background: #E3007E url(/img/search.png) center center no-repeat;
        background-size: 22px;
    }
/*nav*/
.daoh > ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

    .daoh > ul > li {
        display: inline-block;
        width: 14%;
        text-align: center;
        position: relative;
    }

        .daoh > ul > li > a {
            line-height: 40px;
            width: 100%;
            display: block;
            font-size: 16px;
            font-weight: bold;
            color: #666;
        }

            .daoh > ul > li > a:hover {
                background: #F13C9F;
                color: #fff;
            }

        .daoh > ul > li.active > a {
            background-image: url(/img/tit_bg.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            color: #fff;
        }

a.Navbox_selected {
    background-color: #E3007E;
    color: #fff !important;
}

.ul {
    display: flex;
}

    .ul > li {
        display: inline-block;
        text-align: center;
    }

        .ul > li > a {
            color: #fff;
            font-size: 16px;
            line-height: 60px;
            display: block;
            text-align: center;
        }

            .ul > li > a:hover, .cur {
                background-color: #f148a6;
                color: #fff;
            }

.daoh .ul li ul {
    width: 116px;
    position: absolute;
    display: none;
    padding-left: 0 !important;
}

.daoh ul li ul li {
    float: none;
    height: 40px;
    width: 100%;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background-color: #f148a6;
    font-size: 14px;
}

    .daoh ul li ul li:hover {
        background-color: #fff;
        color: #f148a6;
    }
        .daoh ul li ul li:hover a {
            color: #f148a6 !important;
            font-weight: bold;
        }
        .daoh ul li:hover ul {
            display: block;
            z-index: 9999;
        }

/*底部*/
footer {
    background: #cccccc;
    color: #666;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
}

/*分页样式调整*/
#PageNavigator_txtNewPageIndex {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: #0F5DA9 2px solid;
    color: #666;
    font-family: "微软雅黑";
    border-radius: 6px;
    text-align: center;
    padding: 1px 2px;
    background: #fff;
}

.scroltit .list_link {
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #ef81be;
    border: #ef81be 2px solid;
    background: #fff;
    font-family: "微软雅黑";
    border-radius: 6px;
    cursor: pointer;
}

    .scroltit .list_link:hover {
        background: #E3007E;
        color: #fff;
    }

/*标题title 更多*/
.more_tit a {
    color: #666;
    padding: 0px 10px;
    cursor: pointer;
    margin-top: 8px;
}
/*滚动条自定义样式*/
.ScrollStyle {
    overflow: auto !important;
}

    .ScrollStyle::-webkit-scrollbar {
        box-sizing: border-box;
        width: 9px;
        height: 9px;
        background: #eee;
    }

    .ScrollStyle::-webkit-scrollbar-button {
        width: 9px;
        height: 0px;
    }

        .ScrollStyle::-webkit-scrollbar-button:vertical:start {
            background-position: 0 0;
        }

            .ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
                background-position: -10px 0;
            }

            .ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
                background-position: -20px 0;
            }

        .ScrollStyle::-webkit-scrollbar-button:vertical:end {
            background-position: -30px 0;
        }

            .ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
                background-position: -40px 0;
            }

            .ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
                background-position: -50px 0;
            }

        .ScrollStyle::-webkit-scrollbar-button:horizontal:start {
            background-position: 0 -11px;
        }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
                background-position: -10px -11px;
            }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
                background-position: -19px -11px;
            }

        .ScrollStyle::-webkit-scrollbar-button:horizontal:end {
            background-position: -30px -11px;
        }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
                background-position: -40px -11px;
            }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
                background-position: -50px -11px;
            }

    .ScrollStyle::-webkit-scrollbar-track-piece {
        background-color: rgba(0,0,0,.15);
    }

    .ScrollStyle::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0,0,0,.21);
        background-color: #2d66a5;
        border-radius: 5px;
    }

        .ScrollStyle::-webkit-scrollbar-thumb:hover {
            border: 1px solid rgba(0,0,0,.21);
            background-color: #2d66a5;
        }

        .ScrollStyle::-webkit-scrollbar-thumb:active {
            background: -webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#f4f4f4));
        }

    .ScrollStyle::-webkit-scrollbar-corner {
        background-color: #f1f1f1;
    }

.bgbanner {
    height: 246px;
    max-height: 246px;
    min-height: 246px;
}

    .bgbanner img {
        height: 100%;
    }

.fourbg {
    background: #F13C9F;
    color:#fff !important;
}