﻿@charset "utf-8";

body {
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333
}

body, html {
    overflow-x: hidden
}

body, h1, h2, h3, h4, h5, p, ul, dl, dd, dt, input {
    margin: 0;
    padding: 0
}

    input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
        -webkit-appearance: none
    }

textarea {
    -webkit-appearance: none
}

ul, li {
    list-style: none
}

strong, b, u {
    font-weight: 400;
    text-decoration: none
}

a, a:hover {
    text-decoration: none !important
}

.btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #333;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    display: block;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    border: 1px solid #e5e5e5;
    margin: 60px auto
}

.btn-s:after {
    background: #122a88;
    position: absolute;
    top: 0;
    right: 0;
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    -webkit-transition: .65s;
    -moz-transition: .65s;
    -ms-transition: .65s;
    -o-transition: .65s;
    transition: .65s;
    border-radius: 25px;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.btn-s:hover {
    border: 1px solid #122a88
}

    .btn-s:hover:after {
        width: 100%;
        height: 100%;
        -webkit-transition: .65s;
        -moz-transition: .65s;
        -ms-transition: .65s;
        -o-transition: .65s;
        transition: .65s;
        left: 0;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

    .btn-s:hover b {
        color: #FFF;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
        font-size: 1.2em
    }

.btn-s b {
    position: relative;
    z-index: 99;
    font-size: 1.2em
}

.theme-popover-mask {
    z-index: 1032;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    background-size: 100% 100%;
    display: none
}

h6 {
    clear: both;
    content: "";
    display: block
}

.arrow-down {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #666;
    display: inline-block;
    margin-left: 3px
}

.txt-u {
    text-transform: uppercase
}

.fl {
    float: left
}

.fr {
    float: right
}

.tc {
    text-align: center
}

.mb0 {
    margin-bottom: 0 !important
}

.cor10 {
    color: #122a88
}

.i {
    background: url(../images/png/icon.png);
    *zoom: 1;
    *display: inline;
    display: inline-block
}

#body-container1 {
    position: relative;
    z-index: 999;
    background: #FFF
}

.title {
    text-align: center;
    clear: both;
    content: "";
    display: block;
    margin: 40px auto 30px auto
}

    .title h1 {
        font-size: 30px;
        margin-bottom: 15px;
        position: relative;
        color: #333;
        border-bottom: 1px solid #cccccc9e
    }

        .title h1:after {
            clear: both;
            content: "";
            display: block;
            width: 125px;
            height: 3px;
            background: #00bbee; /*margin:0 auto;*/
            margin-top: 15px;
            margin-bottom: -2px
        }

    .title h3 {
        color: #999;
        font-size: 16px
    }

.warp6 .container .row, .warp5 .container .row, .warp4 .container .row, .warp3 .container .row, .warp2 .container .row {
    margin: 0 -30px
}

.warp-container .row {
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px
}

#header.navbar-fixed-top {
    background: #FFF
}

#header.selected .navbar-default {
    padding: 5px 0;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

    #header.selected .navbar-default .left img {
        -webkit-transform: scale(0.65);
        -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        transform: scale(0.65);
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -ms-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
        margin-left: -40px
    }

#header .h-top {
    background: #122a88;
    padding: 15px 0;
    box-shadow: 0 0 7px -2px #666;
    color: #FFF
}

    #header .h-top span {
        font-size: 16px
    }

    #header .h-top a {
        font-size: 16px;
        border: 1px solid #fff;
        padding: 3px 16px 4px 15px;
        color: #FFF
    }

.mb-header {
    margin-bottom: 93px
}

.navbar-default {
    padding: 7px 0;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    background: 0;
    border: 0
}

    .navbar-default .left img {
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

    .navbar-default .navbar-toggle.selected {
        border-color: #fff;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

        .navbar-default .navbar-toggle.selected .icon-bar {
            background-color: #fff;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s
        }

#nav-menu a {
    display: block;
    position: relative;
    line-height: 120px\9;
    margin: 0 25px;
    padding: 0;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    font-size: 18px;
    color: #666;
    font-weight: 400
}

    #nav-menu a:hover {
        color: #122a88;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

    #nav-menu a:after {
        color: #122a88;
        clear: both;
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #00bbee;
        background: #fff\9;
        position: absolute;
        bottom: -5px;
        left: 0;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -ms-transition: .35s;
        -o-transition: .35s;
        transition: .35s
    }

    #nav-menu a:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -ms-transition: .35s;
        -o-transition: .35s;
        transition: .35s
    }

#nav-menu li:last-child a:before {
    background: 0;
    clear: both;
    content: "";
    display: block
}

.owl-wrapper > div {
    text-align: center
}

.owls img {
    max-width: 100%
}

.owls.owl-carousel .owl-controls .owl-pagination {
    text-align: center;
    display: block !important;
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 20px
}

.owls.owl-carousel .owl-controls .owl-page {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    *zoom: 1;
    *display: inline;
    display: inline-block;
    margin: 0 3px
}

    .owls.owl-carousel .owl-controls .owl-page.active {
        background: #122a88
    }

#banner .swiper-container {
    text-align: center;
    height: 410px
}

#banner {
    text-align: center;
    padding-top: 2px
}

    #banner img {
        max-width: 100%;
        display: inline-block
    }

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px
}

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        *zoom: 1;
        *display: inline;
        display: inline-block;
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 14px
    }

.swiper-pagination-bullet-active {
    background: #122a88;
    border-radius: 50%;
    text-align: center;
    color: #FFF
}

.adver .row {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5
}

.adver h1 {
    font-size: 16px;
    float: left;
    position: relative;
    padding-left: 20px;
    color: #666
}

    .adver h1:after {
        clear: both;
        content: "";
        display: block;
        width: 3px;
        height: 90%;
        position: absolute;
        left: 0;
        top: 10%;
        background: #122a88;
        margin-left: 10px
    }

.adver .swiper-container {
    height: 18px;
    line-height: 18px;
    margin-left: 15px;
    float: left
}

.adver a {
    font-size: 16px;
    color: #333
}

    .adver a span {
        margin-left: 30px;
        *zoom: 1;
        *display: inline;
        display: inline-block;
        font-size: 14px
    }

    .adver a:hover {
        color: #122a88
    }

    .adver a.fr {
        margin-right: 10px;
        font-size: 14px
    }

#footer {
    background: #fff;
    margin-top: 80px;
    padding: 30px 0 15px 0;
    box-shadow: 0 -2px 10px -3px #ccc;
    border-top: 2px solid #ccc !important
}

    #footer .footer-cons {
        text-align: center
    }

        #footer .footer-cons p, #footer .footer-cons a, #footer .footer-cons span {
            color: #666;
            line-height: 26px
        }

        #footer .footer-cons span {
            margin: 0 5px
        }

.warp2 {
    padding-bottom: 80px;
    position: relative
}

    .warp2:after {
        clear: both;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #122a88;
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s
    }

    .warp2.selected:after {
        clear: both;
        content: "";
        display: block;
        width: 100%;
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s
    }

    .warp2 .item {
        text-align: center;
        background: #fbfbfb;
        padding: 50px 10px 10px 10px;
        box-shadow: 0 0 10px -3px #dcdcdc;
        border-radius: 3px;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

        .warp2 .item:hover {
            box-shadow: 0 0 10px -3px #bfbfbf;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s
        }

        .warp2 .item img {
            *zoom: 1;
            *display: inline;
            display: inline-block
        }

        .warp2 .item h1 {
            font-size: 26px;
            margin-top: 30px;
            margin-bottom: 15px
        }

        .warp2 .item p {
            font-size: 18px;
            color: #999;
            height: 50px;
            line-height: 24px
        }

        .warp2 .item:hover img {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition: .35s;
            -moz-transition: .35s;
            -ms-transition: .35s;
            -o-transition: .35s;
            transition: .35s
        }

.warp3 {
    margin-bottom: 70px;
    padding-bottom: 10px
}

    .warp3 .item {
        text-align: center;
        cursor: pointer;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
        padding: 50px 15px 10px 15px;
        border: 1px solid #fff
    }

        .warp3 .item:hover {
            box-shadow: 0 0 10px -3px #ccc;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s;
            border: 1px solid #f5f5f5
        }

        .warp3 .item h1 {
            font-size: 24px;
            margin-top: 30px;
            margin-bottom: 15px
        }

        .warp3 .item p {
            font-size: 16px;
            color: #999;
            height: 50px;
            line-height: 24px
        }

        .warp3 .item:hover i {
            transform: translate(0,0);
            -webkit-transform: translate(0,-8px);
            -moz-transform: translate(0,-8px);
            -ms-transform: translate(0,-8px);
            -o-transform: translate(0,-8px);
            transform: translate(0,-8px);
            -webkit-transition: .35s;
            -moz-transition: .35s;
            -ms-transition: .35s;
            -o-transition: .35s;
            transition: .35s
        }

.warp4 {
    background: #f3f3f3;
    padding: 30px 0
}

    .warp4 .text-cons {
        text-align: center
    }

        .warp4 .text-cons p {
            font-size: 16px;
            color: #666;
            margin-bottom: 30px;
            line-height: 30px
        }

.warp5 {
    padding-bottom: 80px;
    position: relative
}

    .warp5:after {
        clear: both;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #122a88;
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s
    }

    .warp5.selected:after {
        clear: both;
        content: "";
        display: block;
        width: 100%;
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s
    }

    .warp5 .item {
        text-align: center
    }

        .warp5 .item:hover img {
            border: 1px solid #122a88;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s
        }

        .warp5 .item:hover p {
            color: #122a88;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s
        }

    .warp5 img {
        width: 160px;
        height: 160px;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        padding: 10px;
        *zoom: 1;
        *display: inline;
        display: inline-block;
        margin-bottom: 15px;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

    .warp5 p {
        font-size: 16px;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

.warp6 img {
    border: 1px solid #f5f5f5;
    width: 100%;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    margin-bottom: 15px
}

    .warp6 img:hover {
        border: 1px solid #122a88;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

.shortcut-box {
    position: fixed;
    top: 50%;
    right: 5px;
    margin-top: -120px;
    z-index: 1029
}

    .shortcut-box a, .shortcut-box div {
        display: block;
        width: 80px;
        height: 80px;
        text-align: center;
        background: #122a88;
        color: #FFF;
        cursor: pointer;
        position: relative;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

        .shortcut-box div:first-child {
            border-bottom: 1px solid #fff
        }

        .shortcut-box div strong.selected {
            opacity: 1;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s;
            left: -190px;
            z-index: 999
        }

    .shortcut-box strong {
        position: absolute;
        left: -210px;
        top: 0;
        display: block;
        z-index: 999;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
        display: none
    }

        .shortcut-box strong:after {
            clear: both;
            content: "";
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-top: 14px solid #ffa603;
            display: block;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: .35s;
            -moz-transition: .35s;
            -ms-transition: .35s;
            -o-transition: .35s;
            transition: .35s;
            position: absolute;
            top: 50%;
            right: -17px;
            margin-top: -7px
        }

        .shortcut-box strong a {
            color: #fff !important;
            width: 190px;
            height: 40px;
            line-height: 40px;
            text-align: left;
            background: #ffa603
        }

            .shortcut-box strong a:hover {
                background: #ffa603
            }

        .shortcut-box strong a {
            border-bottom: 1px solid #fff
        }

        .shortcut-box strong img {
            margin-right: 7px;
            margin-top: -2px;
            margin-left: 7px
        }

    .shortcut-box a:hover, .shortcut-box div:hover {
        background: #f1801c;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

    .shortcut-box b {
        font-family: "Microsoft YaHei",Verdana,Arial,sans-serif,simsun
    }

    .shortcut-box .icon-up {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -ms-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        display: none;
        border-top: 1px solid #fff
    }

        .shortcut-box .icon-up.selected {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .35s;
            -moz-transition: .35s;
            -ms-transition: .35s;
            -o-transition: .35s;
            transition: .35s;
            display: block
        }

        .shortcut-box .icon-up b {
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            display: block;
            margin-top: -10px
        }

        .shortcut-box .icon-up .icon-angle-up {
            display: block;
            position: relative;
            width: 50px;
            height: 50px;
            margin: 0 auto;
            text-align: center
        }

            .shortcut-box .icon-up .icon-angle-up:before {
                width: 3px;
                height: 27px;
                clear: both;
                content: "";
                display: block;
                background: #FFF;
                -webkit-transform: rotate(225deg);
                -moz-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                -o-transform: rotate(225deg);
                transform: rotate(225deg);
                -webkit-transition: .35s;
                -moz-transition: .35s;
                -ms-transition: .35s;
                -o-transition: .35s;
                transition: .35s;
                position: absolute;
                left: 27%;
                top: 12px
            }

            .shortcut-box .icon-up .icon-angle-up:after {
                width: 3px;
                height: 27px;
                clear: both;
                content: "";
                display: block;
                background: #FFF;
                -webkit-transform: rotate(-225deg);
                -moz-transform: rotate(-225deg);
                -ms-transform: rotate(-225deg);
                -o-transform: rotate(-225deg);
                transform: rotate(-225deg);
                -webkit-transition: .35s;
                -moz-transition: .35s;
                -ms-transition: .35s;
                -o-transition: .35s;
                transition: .35s;
                position: absolute;
                left: 65%;
                top: 12px
            }

    .shortcut-box .icon-qq {
        background: url(../images/png/icon.png);
        *zoom: 1;
        *display: inline;
        display: inline-block;
        width: 34px;
        height: 52px;
        background-position: -279px 8px;
        display: block;
        margin: 0 auto
    }

    .shortcut-box .icon-ewm {
        background: url(../images/png/icon.png);
        *zoom: 1;
        *display: inline;
        display: inline-block;
        width: 34px;
        height: 52px;
        background-position: -318px 8px;
        display: block;
        margin: 0 auto
    }

    .shortcut-box .ewm-c strong.selected {
        left: -120px
    }

    .shortcut-box .ewm-c strong a {
        width: 120px;
        height: 120px;
        border: 0;
        text-align: center
    }

    .shortcut-box .ewm-c img {
        width: 100px;
        height: 100px;
        *zoom: 1;
        *display: inline;
        display: inline-block;
        margin-top: 10px
    }

.adver-list {
    margin-top: 40px
}

    .adver-list a {
        display: block
    }

        .adver-list a:hover {
            text-decoration: none
        }

    .adver-list .item {
        width: 100%;
        background: #f5f5f5;
        height: 55px;
        line-height: 55px;
        position: relative;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
        margin-bottom: 15px;
        padding: 0 15px
    }

        .adver-list .item .left {
            width: 96%;
            float: left
        }

        .adver-list .item .right {
            width: 4%;
            height: 100%;
            background: #cbcbcb;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s;
            text-align: center;
            font-family: "宋体";
            color: #FFF
        }

        .adver-list .item h1 {
            color: #333;
            font-size: 18px;
            float: left;
            line-height: 55px
        }

        .adver-list .item span {
            display: block;
            color: #999;
            font-size: 14px;
            float: right;
            text-align: center
        }

        .adver-list .item:hover {
            background: #61a7e2;
            -webkit-transition: .45s;
            -moz-transition: .45s;
            -ms-transition: .45s;
            -o-transition: .45s;
            transition: .45s
        }

            .adver-list .item:hover .right {
                background: #396a92;
                -webkit-transition: .45s;
                -moz-transition: .45s;
                -ms-transition: .45s;
                -o-transition: .45s;
                transition: .45s
            }

            .adver-list .item:hover h1, .adver-list .item:hover span, .adver-list .item:hover p {
                color: #FFF;
                -webkit-transition: .45s;
                -moz-transition: .45s;
                -ms-transition: .45s;
                -o-transition: .45s;
                transition: .45s
            }

.page-conns {
    margin-top: 20px;
    text-align: center
}

    .page-conns a {
        *zoom: 1;
        *display: inline;
        display: inline-block;
        width: 23px;
        height: 23px;
        line-height: 23px;
        font-size: 14px
    }

        .page-conns a.selected {
            background: #3880c0;
            border-radius: 50%;
            text-align: center;
            color: #FFF
        }

    .page-conns .prve-page, .page-conns .next-page {
        width: 50px
    }

.adver-det-header {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 20px
}

    .adver-det-header h1 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .adver-det-header span {
        color: #999;
        font-size: 14px
    }

.adver-article {
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px
}

    .adver-article p {
        font-size: 14px;
        line-height: 25px
    }

.next-prev {
    padding: 0 30px;
    margin-top: 20px
}

    .next-prev span {
        font-size: 14px
    }

    .next-prev a {
        color: #112d43;
        font-size: 14px;
        color: #999
    }

        .next-prev a:hover {
            color: #666
        }

.table-bordered {
    text-align: center
}

    .table-bordered th {
        text-align: center;
        background: #f3eee9
    }

.list-group.mts {
    margin-top: 30px
}

    .list-group.mts .list-group-item {
        padding: 15px
    }

.list-group .list-group-item {
    font-size: 16px
}

    .list-group .list-group-item.active span {
        font-size: 12px
    }

.list-group .list-group-item-text {
    color: #666;
    line-height: 1.8
}

.list-group .text-cons h4 {
    font-size: 16px;
    color: #000;
    margin: 15px 0 4px;
    line-height: 24px
}

.list-group .text-cons p {
    font-size: 12px;
    color: #666;
    line-height: 1.78;
    margin-left: 18px
}

.list-group .text-cons li div {
    position: relative;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    padding-bottom: 5px;
    float: left
}

    .list-group .text-cons li div:after {
        clear: both;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 18px;
        width: 0;
        height: 2px;
        background: #122a88;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

    .list-group .text-cons li div:hover:after {
        width: 95%;
        -webkit-transition: .45s;
        -moz-transition: .45s;
        -ms-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

.list-group .text-cons li:after {
    clear: both;
    content: "";
    display: block
}

.table-bordered th {
    background: #f5f5f5
}

.table td {
    word-wrap: break-word;
    word-break: break-all
}

.searchConditions a, .searchConditions label {
    display: block;
    float: left;
    font-weight: 500;
    line-height: 34px
}

.searchConditions select, .searchConditions input {
    width: 220px;
    float: left;
    margin: 0 5px;
    display: block
}

.searchConditions select {
    width: 120px
}

.searchConditions .code-label {
    margin-left: 7px
}

#checkCode {
    width: 100px;
    height: 34px;
    line-height: 34px;
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: url(../imagess/jpg/pic6.jpg);
    font-weight: 800
}

#checkCode2 {
    width: 100px;
    height: 34px;
    line-height: 34px;
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: url(../imagess/jpg/pic6.jpg);
    font-weight: 800
}

.searchConditions .sub-btn {
    width: 80px;
    margin-left: 20px;
    background: #122a88;
    border: 1px solid #122a88;
    color: #FFF
}

.form-horizontal .list-group .list-group-item-text {
    padding-top: 20px
}

.form-horizontal label {
    text-align: right;
    line-height: 34px;
    font-weight: 500
}

    .form-horizontal label:last-child {
        text-align: left;
        font-size: 14px
    }

    .form-horizontal label b {
        color: #f00
    }

    .form-horizontal label input {
        width: 15px;
        height: 15px;
        margin-left: 15px
    }

.form-horizontal #checkCode2 {
    margin-left: -20px;
    width: 80px
}

.form-horizontal .yzm-group a {
    color: #666
}

    .form-horizontal .yzm-group a:hover {
        color: #122a88
    }

.form-horizontal .btn {
    background: #122a88;
    border: 0;
    color: #FFF;
    font-size: 18px
}

.register-form .form-group h1 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #666
}

    .register-form .form-group h1 a:hover {
        color: #122a88
    }

.clause-group textarea {
    margin-top: 10px;
    line-height: 26px;
    display: none;
    overflow-y: scroll !important
}

.clause-group a {
    font-size: 14px
}

    .clause-group a:hover {
        color: #122a88
    }

.login-form {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    overflow: hidden;
    width: 390px;
    height: 380px;
    background: url(../image/login_new/lg-bg.png) repeat 0 0;
    padding: 20px 50px 30px;
    box-shadow: 0 0 10px -3px #e5e5e5;
    border-radius: 5px
}

    .login-form.selected {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 1
    }

    .login-form:after {
        width: 100%;
        height: 4px;
        background: #00bbee;
        position: absolute;
        top: 0;
        left: 0;
        clear: both;
        content: "";
        display: block
    }

    .login-form h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 25px;
        text-align: center
    }

.pwd-form li {
    margin-bottom: 23px
}

.login-form li h1 {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: #cc5;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.login-form li input {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 250px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    outline: 0
}

.login-form li i {
    background: url(../image/login_new/icon.png);
    *zoom: 1;
    *display: inline;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 5px
}

.login-form li .i1 {
    background-position: -295px -51px
}

.login-form li .i2 {
    background-position: -325px -51px
}

.login-form li .i3 {
    background-position: -353px -51px
}

.login-form #checkCode {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    width: 80px
}

.login-form li.code-li input {
    width: 160px;
    margin-right: 10px
}

.login-form .btn {
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    width: 140px;
    background: #fa5403;
    border: 0;
    color: #FFF
}

.login-form i.icon-colse {
    position: absolute;
    right: 0;
    top: 15px
}

    .login-form i.icon-colse:before, .login-form i.icon-colse:after {
        background: #333
    }

.in-ico {
    color: #676566
}

    .in-ico h3 {
        height: 50px;
        line-height: 50px
    }

    .in-ico p {
        font-size: 14px;
        line-height: 24px
    }

.msg-mask {
    z-index: 99999999;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    color: #fff;
    text-align: center;
    float: left;
    padding: 7px 20px;
    border-radius: 3px;
    font-size: 1.2em;
    position: fixed;
    display: none;
    top: 50%
}

html.selected {
    overflow: hidden
}

.ContactUs-cons {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    width: 430px;
    background: #FFF;
    box-shadow: 0 0 10px -3px #e5e5e5;
    position: fixed;
    z-index: 1033;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    margin-left: -215px;
    padding-bottom: 40px
}

    .ContactUs-cons.selected {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 1
    }

    .ContactUs-cons li {
        float: left;
        width: 50%;
        text-align: center;
        position: relative;
        padding-top: 40px
    }

        .ContactUs-cons li:nth-child(odd):after {
            width: 1px;
            height: 50%;
            clear: both;
            content: "";
            display: block;
            top: 40%;
            position: absolute;
            right: 0;
            background: #f5f5f5
        }

    .ContactUs-cons h1.tit {
        background: #dadada;
        padding: 10px 15px;
        font-size: 16px;
        text-align: left;
        color: #666
    }

    .ContactUs-cons a {
        display: block;
        color: #333;
        font-size: 14px;
        text-align: center;
        width: 77px;
        margin: 0 auto
    }

    .ContactUs-cons span {
        display: block;
        margin-top: 3px
    }

    .ContactUs-cons i.icon-colse {
        position: absolute;
        right: 0;
        top: 9px
    }

#nav-menu i.icon-colse {
    position: absolute;
    right: 0;
    top: 20px;
    display: none
}

.icon-colse {
    width: 20px;
    height: 20px;
    cursor: pointer
}

    .icon-colse:after {
        width: 1px;
        height: 20px;
        clear: both;
        content: "";
        display: block;
        background: #FFF;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -ms-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        position: absolute
    }

    .icon-colse:before {
        width: 1px;
        height: 20px;
        clear: both;
        content: "";
        display: block;
        background: #FFF;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -ms-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        position: absolute
    }

.ContactUs-cons:after, .ContactUs-cons ul:after, .list-group-item:after, .next-prev:after, .adver-list .item:after, .login-form li:after, .searchConditions:after, .warp3:after, .warp2:after, .adver:after, .list-group:after, .navbar-default:after, #header:after {
    clear: both;
    content: "";
    display: block
}

#browser {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    background: #fad44b;
    width: 100%;
    text-align: center;
    padding: 20px 0
}

    #browser p {
        color: #666
    }

    #browser dd {
        display: inline-block;
        margin: 0 8px
    }

        #browser dd a {
            color: #333
        }

.nav {
    width: auto !important;
    height: auto !important
}

input {
    outline: 0
}

.login-form li .button-blue3 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    background: #00bbee;
    border: 1px solid #00bbee
}

.footer-ends {
    text-align: center;
    margin-top: 15px
}

    .footer-ends img {
        display: inline-block
    }
