﻿/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0; /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线*/
a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #e33333;
    }

.nodrop {
    cursor: no-drop;
}

.current {
    border-color: #c81623 !important;
}


button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.nodrop {
    cursor: no-drop !important;
}

/*分页控件样式*/
div.data-depage-container {
    position: relative;
    user-select: none;
    max-height: 50px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 9999;
}

    div.data-depage-container:after {
        content: ".";
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
    }

div#webPager {
    /*border-top: 2px solid #ddd;*/
}

div.depage {
    color: #525252;
    font-size: 13px;
    text-align: right;
    padding-top: 2px;
    height: 35px;
    font-family: "宋体";
    float: right !important;
    width: 100%;
    height: 50px;
}

    div.depage div.pagerinfo {
        color: #555555;
        font-size: 13px;
        font-weight: bold;
        margin-top: 12px;
        text-align: left;
    }

    div.depage a {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #716d6d;
        margin-right: 3px;
        padding: 4px 7px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        border-radius: 0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        min-width: 16px;
    }

        div.depage a:last-child {
            margin-right: 0px !important;
        }

        div.depage a:hover,
        div.depage a:active {
            background-color: #e54346;
            border: 1px solid #e54346;
            color: #fff;
        }

        div.depage a:disabled,
        div.depage a[disabled],
        div.depage a.disabled {
            background: #efefef;
            border-color: #efefef;
            color: #ccc;
            cursor: no-drop;
        }

    div.depage span.current {
        color: #e54346;
        font-weight: bold;
        margin-right: 3px;
        padding: 4px 7px;
        display: inline-block;
        text-align: center;
        min-width: 16px;
    }

    div.depage span.disabled {
        border-color: #FFE3C6;
        border-right: 1px solid #FFE3C6;
        border-style: solid;
        border-width: 1px;
        color: #FFE3C6;
        margin-right: 3px;
        padding: 5px 7px;
    }
/*分页控件样式*/

/*头部导航样式*/
.head-1 {
    border: 1px solid;
    border-color: transparent;
    overflow: hidden;
    position: relative;
    z-index: 3 !important;
}

    .head:hover {
        border: 1px solid #dfdfdf;
        border-bottom: none;
        background-color: white;
    }

.head-2 {
    border: 1px solid;
    border-color: transparent;
    overflow: hidden;
    position: relative;
    z-index: 3 !important;
}

.nav1,.nav2{
    display:none;
}

    .head-nav {
        position: absolute;
        border: 1px solid #dfdfdf;
        width: 365px;
        background-color: white;
        z-index: 2;
        padding: 5px 0px;
        padding-left: 10px !important;
        overflow: hidden;
        line-height: 24px;
        top: 31px;
    }

.addnav {
    border: 1px solid #dfdfdf;
    border-bottom: none;
    background-color: white;
}
        .head-nav:hover {
            display: block;
        }

        .head-nav .nav-item {
            width: 120px;
            float: left;
        }

        .head-nav .nav-item a {
            color: #999;
        }

            .head-nav .nav-item a span {
                color: #f10215;
                margin-left: 4px;
            }

            .head-nav .nav-item a:hover {
                color: #f10215;
            }

.head-nav2 {
    top: 90px;
}

.head-nav3 {
    top: 148px;
}
