﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

/*iframe {
    pointer-events: none;
}*/

body img {
    border: none;
    list-style: none;
}

body {
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-text-size-adjust: none;
}

.clear {
    clear: both;
}

a {
    color: #000;
    border: 0;
    text-decoration: none;
}


/*--清除浮动--*/

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

a:hover {
    /*  color:#f00;*/
    text-decoration: none;
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*禁止链接高亮*/
    -webkit-touch-callout: none;
    /*禁止链接长按弹出选项菜单*/
}

a:active,
a:focus {
    -moz-outline: none;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}


/*合并边线,边线空间至零.*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*清除边线*/

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-success {
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

.bgl_jb_zy_f76937_c82b1c {
    background: -webkit-linear-gradient(#f76937, #c82b1c);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f76937, #c82b1c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f76937, #c82b1c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f76937, #c82b1c);
    /* 标准的语法 */
}

#head {
    height: 40px;
    width: 100%;
    background: #4e81c2;
    z-index: 99;
}

.logo {
    float: left;
    height: 100%;
}

    .logo a {
        display: block;
        height: 100%;
    }

        .logo a img {
            display: inline-block;
            margin-top: 8px;
            margin-left: 10px;
            max-height: 30px;
        }

.head_nav {
    float: right;
    height: 100%;
}

    .head_nav .nav_ul,
    .head_nav .head_a {
        height: 100%;
        float: left;
    }

        .head_nav .head_a .ha_li {
            float: left;
            color: #fff;
            position: relative;
            margin-right: 28px;
            padding: 5px 0;
        }

            .head_nav .head_a .ha_li p {
                padding: 0px 20px 0px 0;
                font-size: 12px;
                line-height: 30px;
                position: relative;
                cursor: pointer;
            }

            .head_nav .head_a .ha_li.ha_cnen p {
                padding-left: 26px;
            }

    .head_nav i.down {
        position: absolute;
        width: 16px;
        height: 16px;
        right: 0;
        top: 8px;
        background: url(/images/theme2018/head_cmico.png) no-repeat right center;
    }

    .head_nav i.lang {
        background-image: url(/images/theme2018/head_encn.png);
        right: auto;
        left: 0;
    }

    .head_nav .nav_ul {
        height: 100%;
        float: left;
    }

        .head_nav .nav_ul > li {
            float: left;
            margin-right: 10px;
            height: 100%;
            padding-top: 6px;
            padding-top: 5px\0;
            position: relative;
        }

            .head_nav .nav_ul > li > a {
                display: block;
                height: 30px;
                width: 34px;
                position: relative;
            }

            .head_nav .nav_ul > li a img {
                position: absolute;
                bottom: 6px;
                bottom: 1px\0;
                display: block;
                margin: auto;
                max-width: 18px;
            }

                .head_nav .nav_ul > li a img:hover {
                    /*opacity: 1;*/
                }

            .head_nav .nav_ul > li a .xx {
                display: block;
                position: absolute;
                left: 12px;
                top: -5px;
                text-align: center;
                background: #ff3463;
                color: #fff;
                font-size: 12px;
                padding: 0 3px;
                min-width: 17px;
                height: 17px;
                border-radius: 50%;
            }

.rit_nav {
    padding-left: 10px;
    padding-right: 15px;
    height: 100%;
    float: left;
}

    .rit_nav > li {
        height: 40px;
        float: left;
        margin-right: 10px;
        line-height: 40px;
    }

        .rit_nav > li > span {
            font-size: 12px;
            color: #fff;
            font-weight: bold;
            padding: 0 5px;
        }

            .rit_nav > li > span.login-name {
                font-weight: initial;
            }

        .rit_nav > li .tx {
            border-radius: 50%;
            overflow: hidden;
            width: 34px;
            height: 34px;
            display: inline-block;
            margin-top: 5px;
            float: left;
            background: url(/images/theme2018/user-default.png) no-repeat;
            background-size: 30px;
        }

            .rit_nav > li .tx img {
                display: block;
                max-width: 30px;
            }

        .rit_nav > li.select {
            padding-right: 20px;
        }

        .rit_nav > li.touxian {
            padding-right: 20px;
        }

        .rit_nav > li .select_gsm {
            width: 120px;
            height: 30px;
            padding: 5px;
        }

    .rit_nav #login_li {
        position: relative;
        cursor: pointer;
    }

        .rit_nav #login_li .login-name {
            padding: 0 6px;
        }

    .rit_nav #login_li {
    }


        .rit_nav #login_li #chick_menus {
            position: absolute;
            width: 100%;
            padding-top: 0px;
            top: 50px;
            right: 0px;
            z-index: 999;
            display: none;
            background: #fff;
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            padding: 12px 0;
        }

#chick_menu {
    height: 100%;
}

#chick_menus p a {
    display: block;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666;
    width: 100%;
}

    #chick_menus p a.upd-pwd {
        background: url(/images/theme2018/upd_pwd_ico.png) no-repeat 10px center;
    }

    #chick_menus p a.login-out {
        background: url(/images/theme2018/login_out_ico.png) no-repeat 10px center;
    }

    #chick_menus p a:hover {
        color: #4e81c2;
    }

#top {
    height: 50px;
    width: 100%;
    background: #3a68a3;
    position: fixed;
    top: 58px;
    left: 0;
}


/*搜索框*/

.ind_ss {
    width: 205px;
    /*height: 100%;*/
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 21;
    background: #3a68a3;
}

    .ind_ss .all_menus {
        height: 30px;
        display: inline-block;
        padding-top: 4px;
        line-height: 100%;
    }

        .ind_ss .all_menus a {
            background: url(/images/theme2018/menu.png) no-repeat;
            background-size: 80%;
            height: 25px;
            width: 25px;
            display: block;
            margin: 0 4px 0 8px;
        }

        .ind_ss .all_menus.reverse {
            background-color: #fff;
        }

            .ind_ss .all_menus.reverse::after {
                content: "";
                width: 100%;
                height: 2px;
                background-color: #ffffff;
                display: block;
            }

            .ind_ss .all_menus.reverse a {
                background-image: url(/images/theme2018/menu-reverse.png);
            }

.ind_ss_le {
    border-radius: 5px;
    border: 1px solid #9db4d1;
    position: relative;
    overflow: hidden;
    float: right;
    top: 4px;
    margin-right: 5px;
}

.ind_ss .search-list {
    position: absolute;
    min-width: 205px;
    min-height: 200px;
    border: 1px solid #CDCDCD;
    background: #fff;
    border-top: none;
    box-shadow: 4px 4px 6px 0px #888;
    display: none;
    margin-top: 1px;
}

    .ind_ss .search-list > li > a {
        line-height: 30px;
        font-size: 13px;
        padding: 0 3px 0 10px;
    }

        .ind_ss .search-list > li > a.hover {
            background-color: #eee;
            color: #00f;
        }

.search-keyword {
    width: 160px;
    height: 20px;
    border: 0;
    padding-left: 10px;
    padding-right: 45px;
    background: #3a68a3;
    font-size: 12px;
    color: #fff;
}

    .search-keyword::-ms-clear {
        display: none;
    }

    .search-keyword::-moz-placeholder {
        color: #d0d0d0;
    }

    .search-keyword::-webkit-input-placeholder {
        color: #d0d0d0;
    }

    .search-keyword:-ms-input-placeholder {
        color: #d0d0d0;
    }

.search-btn {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: url(/images/theme2018/ind_ss.png) no-repeat center center;
    background-size: 15px;
    cursor: pointer;
}

    .search-btn.close {
        background-image: url(/images/theme2018/close.png);
        display: none;
        right: 28px;
        width: 16px;
    }

.top_nav {
    text-align: left;
    width: 100%;
    height: 100%;
    font-size: 0;
}

    .top_nav li {
        width: 140px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        height: 100%;
    }

        .top_nav li a {
            color: #fff;
            font-size: 12px;
            display: block;
            width: 100%;
            height: 100%;
            line-height: 50px;
            background: url(/images/theme2018/top_nav_01.png) no-repeat 120px center;
        }

            .top_nav li a:hover,
            .top_nav li a.on {
                background: url(/images/theme2018/top_nav_02.png) no-repeat 120px center;
                background-color: #fff;
                color: #333;
            }
