﻿@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;
}

body {
    /*font-size:12px;*/
    font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
    background: #fff;
    color: #333;
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ins {
    text-decoration: none;
}

legend {
    display: none;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

i {
    font-style: normal;
}

a, a:visited {
    text-decoration: none;
}

    a:active, a:hover {
        color: #335498;
        text-decoration: underline;
    }

textarea {
    resize: none;
    outline: none;
}

object, embed {
    display: block;
}

input, select {
    border-radius: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    text-indent: 7px;
    outline: none;
}

    button, input[type="button"], input[type="submit"], input[type="reset"] {
        -webkit-appearance: none;
    }

textarea {
    -webkit-appearance: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        visibility: hidden;
        content: ".";
    }

a {
    outline: none;
}


.header-wrapper-v2 {
    min-width: 100%;
    width: 100%;
    /*border-bottom: 1px solid #edeff3;*/
    /*background: #f4f4f4;*/
    position: relative;
    /*overflow:hidden;*/
}

    .header-wrapper-v2 a {
        text-decoration: none;
    }

    .header-wrapper-v2 .icons {
        display: inline-block;
        /*background: url("../images/index-icons.png") 0 0 no-repeat;*/
        vertical-align: middle;
        border-left: 0px solid #388BFF;
    }

        .header-wrapper-v2 .icons.i-home {
            width: 14px;
            height: 14px;
        }

        .header-wrapper-v2 .icons.i-wechat {
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 3px;
            margin-top: 6px;
            /*background: url("../ico/wechat_24px.ico") no-repeat 0 0;*/
        }

    .header-wrapper-v2 .i-triangle {
        width: 0;
        height: 0;
        border-top: 4px solid #7c8aa6;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 0;
    }

    .header-wrapper-v2 .header-content {
        width: 87%;
        height: 32px;
        font-size: 12px;
        color: #999;
        line-height: 32px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

        .header-wrapper-v2 .header-content .header-col-left {
            float: left;
            position: relative;
            /*left: 102px;*/
        }

            .header-wrapper-v2 .header-content .header-col-left > a,
            .header-wrapper-v2 .header-content .header-col-left .header-drop-box {
                float: left;
                margin-right: 30px;
                position: relative;
                padding-right: 14px;
                cursor: pointer;
                color: #999;
            }

        .header-wrapper-v2 .header-content .header-drop-box .header-drop-content {
            position: absolute;
            width: 115px;
            *width: 113px;
            box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            border: 1px solid #d7dce4;
            text-align: center;
            padding: 0 0 7px 0;
            top: 32px;
            left: 50%;
            margin-left: -43px;
            background: #ffffff;
            display: none;
        }

            .header-wrapper-v2 .header-content .header-drop-box .header-drop-content img {
                width: 100px;
                vertical-align: middle;
            }

            .header-wrapper-v2 .header-content .header-drop-box .header-drop-content .i-box-arrow {
                position: absolute;
                top: -7px;
                left: 50%;
                margin-left: -7px;
                border-left: 0px solid #388BFF;
            }

        .header-wrapper-v2 .header-content .header-drop-box:hover .header-drop-content {
            display: block;
        }

        .header-wrapper-v2 .header-content > a:hover,
        .header-wrapper-v2 .header-content .header-col-left .header-drop-box:hover {
            color: #4d91fa;
        }

            .header-wrapper-v2 .header-content .header-col-left .header-drop-box:hover .i-triangle {
                border-top-color: #4d91fa;
            }

        .header-wrapper-v2 .header-content .header-col-left > a {
            padding-right: 0;
        }

        .header-wrapper-v2 .header-content .header-col-left .home {
            padding-right: 0;
        }

            .header-wrapper-v2 .header-content .header-col-left .home i {
                float: left;
                margin: 10px 6px 0 0;
                border-left: 0px solid #388BFF;
            }

        .header-wrapper-v2 .header-content .header-col-left .i-triangle {
            position: absolute;
            top: 15px;
            right: 0;
        }

        .header-wrapper-v2 .header-content .header-col-right a {
            color: #999;
            font-weight: bold;
            font-size: 14px;
        }

.header-col-right {
    /*text-align:right;
    margin-right:14.5%;*/
}

.describe {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 330px;
    color: #36c0f3;
    margin-bottom: 10px;
}



.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}


.float-left {
    float: left;
}



/*显示公众号二维码*/
.header-drop-content {
    z-index: 200;
}


.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
