﻿@charset "utf-8";
/*主体*/
.container {
    width: 1240px;
    margin: 0 auto;
}

/*全局属性*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

td, th {
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #f5f5f5;
    font-size: 14px;
    font-family: "微软雅黑", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.footerBox a {
    color: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #3b97ff;
    }

label {
    cursor: pointer;
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

a img:active, a img:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

input, textarea {
    border: 1px solid #b8c4ce;
    border-radius: 2px;
}

    input:focus, textarea:focus {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 4px rgba(41, 128, 185, 0.4);
        -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
        -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
        transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    }

div.help-block {
    font-size: 14px;
    text-indent: 0.5em;
    line-height: 30px;
    color: #ff0000;
}

em {
    font-style: normal;
}

/*解决IE6左右浮动边距*/
.item {
    display: inline;
}

/*显示或隐藏*/
.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*主体框架*/
/*排版*/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

/*网站主体-边距*/
.m-right {
    margin-right: 10px;
}

.m-left {
    margin-left: 10px;
}

.m-top {
    margin-top: 10px;
}

.m-bottom {
    margin-bottom: 10px;
}

/*字体大小*/
h6, .h6 {
    font-size: 12px;
}

h5, .h5 {
    font-size: 14px;
}

h4, .h4 {
    font-size: 16px;
}

h3, .h3 {
    font-size: 18px;
}

h2, .h2 {
    font-size: 20px;
}

h1, .h1 {
    font-size: 22px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small {
        font-size: 60%;
        filter: alpha(opacity=60);
        opacity: .6;
    }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    font-size: 12px;
    filter: alpha(opacity=60);
    opacity: .6;
}

.text-big {
    font-size: 48px;
}

.text-small {
    font-size: 10px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*行高*/
p, .p {
    line-height: 28px;
}

/*首行排版*/
.text-indent {
    text-indent: 2em;
}

/*加粗文字*/
.text-blod {
    font-weight: bold
}

/*去粗文字*/
.text-blod-none {
    font-weight: normal
}

/*对齐文字*/
.text-left {
    text-align: left
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/*按扭*/
.button {
    border-radius: 4px;
}

/*清除浮动*/
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clear {
    height: 1%
}

/*边框*/
.border {
    border: 1px #ccc solid;
}

/*常用图标*/
.icon-close {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    line-height: 24px;
}

.icon-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.icon-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.icon-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.icon-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*常用颜色*/
.text-main {
    color: #12c2ee;
}

.text-fff {
    color: #fff;
}

.text-000 {
    color: #000;
}

.text-ccc {
    color: #ccc;
}


/*--------Nav--------*/
.nav-pub {
    position: relative;
    height: 60px;
}
.nav {
    width: 100%;
    position: fixed;
    height: 60px;
    background: #0b4d99;
    z-index: 999;
}

    .nav .logo {
        padding: 14px 0 0 0;
    }

        .nav .logo a {
            background: url(/index/logo.png) no-repeat;
            width: 166px;
            height: 50px;
            line-height: 999em;
            overflow: hidden;
            display: block;
        }

    .nav .nav-bar ul li {
        float: left;
        position: relative;
    }

        .nav .nav-bar ul li a.navtag {
            font-size: 14px;
            color: #fff;
            width: 90px;
            height: 59px;
            line-height: 59px;
            display: inline-block;
            text-align: center;
        }



        .nav .nav-bar ul li.current .nav-menu {
            display: block;
        }

        .nav .nav-bar ul li a:hover {
            border-bottom: 2px solid #34aff3;
            color: #34aff3;
        }

        .nav .nav-bar ul li a.selected {
            border-bottom: 2px solid #108ee9;
            color: #108ee9;
        }




/*-----------底部-------------*/
.footerBox {
    position: relative;
    width: 100%;
    /*height: 400px;*/
    background: #2b3139;
}

    .footerBox .footergo {
        width: 1240px;
        /*height: 400px;*/
        border-color: #666;
        background: #2b3139;
    }

        .footerBox .footergo .footerTop {
            width: 1160px;
            height: 150px;
            padding: 20px 15px 0px 15px;
            margin-right: auto;
            margin-left: auto;
        }

            .footerBox .footergo .footerTop ul {
                margin: 0;
                list-style: none;
            }

                .footerBox .footergo .footerTop ul li {
                    margin: 0;
                    width: 12%;
                    float: left;
                    position: relative;
                    min-height: 1px;
                    padding-right: 15px;
                    padding-left: 15px;
                    list-style: none;
                }

                    .footerBox .footergo .footerTop ul li.last-child {
                        margin: 0;
                        width: 52%;
                        float: left;
                        position: relative;
                        min-height: 1px;
                        padding-right: 15px;
                        padding-left: 15px;
                        list-style: none;
                    }

.bottom_1 {
    font-size: 16px;
    color: #fff;
    height: 38px;
    cursor: pointer;
}


.bottom_2 {
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

    .bottom_2:hover {
        color: #3b97ff;
    }

.bottom_3 {
    font-size: 14px;
    color: #fff;
}

    .bottom_3 span {
        font-weight: bold;
    }


.footerBox .footergo .footerBottom {
    width: 1160px;
    /*height: 150px;*/
    padding: 20px 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #41464d;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
}

.footerBox .footergo .Link {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

    .footerBox .footergo .Link:hover {
        color: #3b97ff;
    }


.copyCenter {
    text-align: center;
    /*margin-top: 50px;*/
    padding: 20px 0px;
}

    .copyCenter a {
        font-size: 12px;
        color: #fff;
    }

        .copyCenter a:hover {
            color: #3b97ff;
        }

.footerBox .footergo .footerBottom .footerBottom2 {
    width: 100%;
    height: 43px;
    color: #fff;
    text-align: center;
}

    .footerBox .footergo .footerBottom .footerBottom2 span {
        line-height: 20px;
        font-size: 12px;
    }

    .footerBox .footergo .footerBottom .footerBottom2 div {
        cursor: pointer;
        display: inline-block;
        line-height: 20px;
        font-size: 12px;
        color: #fff !important;
    }

        .footerBox .footergo .footerBottom .footerBottom2 div.beian {
            text-align: left;
            padding-left: 20px;
            background: url(./static/police.d0289dc0.png) left 1px no-repeat;
            background-size: 18px 18px;
        }

        .footerBox .footergo .footerBottom .footerBottom2 div:hover {
            color: #3b97ff !important;
        }
