@CHARSET "UTF-8";

* {
    font-family: "微软雅黑","Verdana","宋体","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif
}

@font-face {
    font-family: 'myiconfont';
    src: url('//at.alicdn.com/t/font_sbwy0o418twqaor.eot');
    src: url('//at.alicdn.com/t/font_sbwy0o418twqaor.eot') format('embedded-opentype'),url('//at.alicdn.com/t/font_sbwy0o418twqaor.woff') format('woff'),url('//at.alicdn.com/t/font_sbwy0o418twqaor.ttf') format('truetype'),url('//at.alicdn.com/t/font_sbwy0o418twqaor.svg#iconfont') format('svg')
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-in {
    animation: fade-in;
    animation-duration: 1.5s;
    -webkit-animation: fade-in 1.5s
}

.fade-in {
    animation: fade-in;
    animation-duration: 1.5s;
    -webkit-animation: fade-in 1.5s
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    40% {
        opacity: .4
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    40% {
        opacity: .4
    }

    100% {
        opacity: 0
    }
}

.fade-out {
    animation: fade-out;
    animation-duration: 1.5s;
    -webkit-animation: fade-in 1.5s
}

.fade-out {
    animation: fade-out;
    animation-duration: 1.5s;
    -webkit-animation: fade-in 1.5s
}

.modal-header {
    border-bottom: 2px solid #f7f7f7;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 10px
}

    .modal-header h3 {
        color: #545454;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        clear: left;
        margin: 0 0 5px
    }

.dialog {
    padding: 0 30px 30px 30px
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.input-group-addon {
    color: #7b7b7b
}

a {
    color: #00aed8;
    text-decoration: none
}

    a:hover {
        color: #306af6
    }

    a:focus, a:visited {
        text-decoration: none
    }

.has-error .input-group-addon {
    color: #f0483e;
    border-color: #f0483e
}

.has-error .form-control {
    border-color: #f0483e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: 0 1px 1px rgba(0,0,0,0.075)
}

    .has-error .form-control:focus {
        border-color: #f0483e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f0483e;
        box-shadow: 0 0 9px -2px #f0483e !important
    }

.btn:focus {
    outline: none !important
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important
}

.btn {
    border-radius: 4px;
    font-size: 14px
}

    .btn > i {
        margin-right: 3px
    }

    .btn.small {
        padding: 2px 5px;
        font-size: 14px
    }

    .btn.normal {
        background-color: #fff;
        border: solid 1px #b3b8c1;
        color: #828999
    }

        .btn.normal:hover {
            color: #828999;
            border-color: #828999
        }

.pop-box .btn.small {
    padding: 3px 17px
}

.btn.gray, .btn.gray:ACTIVE {
    background-color: #7f7f7f;
    color: #fff;
    border: 1px solid #7f7f7f
}

    .btn.gray:HOVER {
        background-color: #666;
        border: 1px solid #666
    }

.btn.blue, .btn.blue:ACTIVE {
    background-color: #306af6;
    color: #fff;
    border: 1px solid #306af6
}

    .btn.blue:HOVER {
        background-color: #285ee2;
        border: 1px solid #285ee2
    }

.btn.red, .btn.red:ACTIVE {
    background-color: #fd6860;
    color: #fff;
    border: 1px solid #fd6860
}

    .btn.red:HOVER {
        background-color: #fc5047;
        border: 1px solid #fc5047
    }

.btn.green, .btn.green:ACTIVE {
    background-color: #00b16a;
    color: #fff;
    border: 1px solid #00b16a
}

    .btn.green:HOVER {
        background-color: #02965b;
        border: 1px solid #02965b
    }

.btn.green2, .btn.green2:ACTIVE {
    background-color: #00aed6;
    color: #fff;
    border: 1px solid #00aed6
}

    .btn.green2:HOVER {
        background-color: #02a3c7;
        border: 1px solid #02a3c7
    }

.btn.black, .btn.black:ACTIVE {
    background-color: #444;
    color: #fff;
    border: 1px solid #444
}

    .btn.black:HOVER {
        background-color: #333;
        border: 1px solid #333
    }

.btn.disabled, .btn.disabled:ACTIVE, .btn.disabled:HOVER {
    color: #ccc;
    border-radius: 2px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    cursor: default
}

.bold {
    font-weight: bold
}

.hide {
    display: none
}

.overlay {
    background-color: #000;
    height: 100%;
    opacity: .5;
    position: fixed;
    _position: absolute;
    top: 0;
    width: 100%;
    z-index: 8000
}

.lightbox {
    left: 50%;
    position: fixed;
    _position: absolute;
    text-align: left;
    top: 30%;
    width: 820px;
    margin-left: -410px;
    background: none repeat scroll 0 0 #fff;
    z-index: 9999;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 3px 15px rgba(0,0,0,0.3)
}

    .lightbox.s {
        width: 600px;
        margin-left: -300px
    }

    .lightbox.ss {
        width: 400px;
        margin-left: -200px
    }

    .lightbox.l {
        width: 1010px;
        margin-left: -535px
    }

.pop-box {
    left: 50%;
    position: fixed;
    _position: absolute;
    text-align: left;
    top: 30%;
    width: 400px;
    margin-left: -200px;
    background: none repeat scroll 0 0 #fff;
    z-index: 10000;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 3px 15px rgba(0,0,0,0.3);
    font-size: 14px
}

    .pop-box .title {
        background-color: #e5e7ea;
        height: 32px;
        line-height: 32px;
        border-radius: 4px 4px 0 0;
        padding: 0 24px;
        text-align: left;
        cursor: move;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
        color: #051433
    }

    .pop-box .msg {
        padding: 24px 24px 0 24px;
        font-size: 14px;
        display: block;
        margin-bottom: 0
    }

    .pop-box .yes {
        padding: 0 24px;
        margin-top: 12px
    }

        .pop-box .yes input {
            width: 100%;
            box-sizing: border-box;
            height: 32px;
            text-align: center;
            border-radius: 4px;
            border: solid 1px #b3b8c1;
            outline: 0
        }

            .pop-box .yes input:focus {
                border: 1px solid #2e73ff
            }

            .pop-box .yes input.bordererr {
                border-color: #fd6860
            }

    .pop-box .btns {
        margin-top: 24px;
        margin-bottom: 24px;
        text-align: right;
        padding: 0 24px
    }

    .pop-box .btn.btnconfirm {
        margin-right: 6px
    }

.status {
    right: 50%;
    margin-right: -200px;
    min-width: 400px;
    z-index: 10000;
    position: fixed;
    _position: absolute;
    margin-top: 20px;
    border: 1px solid #e9f9ef;
    background-color: #e9f9ef;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center
}

* html .status {
    position: absolute !important
}

    .status .y {
        position: relative;
        background: url("../img/loader.gif") no-repeat scroll 8px center;
        background-size: 16px 16px;
        padding: 20px 24px;
        display: inline-block
    }

.statusText {
    text-align: center;
    display: inline-block;
    padding-left: 8px
}

table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #eee
}

table.dataTable.no-footer {
    border-bottom: 1px solid #eee
}

body {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f7f7f7
}

.navbar-brand {
    float: left;
    padding: 5px 15px
}

.navbar-inverse {
    background-color: #494949;
    border-color: #494949;
    color: white
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        border: 0
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            opacity: .8
        }

.nav-opacity {
    opacity: .9;
    filter: alpha(opacity=80);
    -moz-opacity: .8
}

.nav-footer {
    margin-top: 100px;
    color: #dedede;
    background-color: #494949
}

    .nav-footer .container {
        padding-top: 40px
    }

    .nav-footer dl dt {
        margin-bottom: 6px;
        color: white;
        font-weight: normal;
        text-align: left
    }

    .nav-footer dl dd {
        line-height: 28px;
        font-size: 12px;
        text-align: left
    }

    .nav-footer a {
        color: #dedede
    }

    .nav-footer p {
        padding-top: 25px;
        padding-bottom: 20px;
        font-size: 12px
    }

.form-control {
    height: 38px
}

.btn {
    line-height: 1.6
}

.gridtable {
    font-size: .8em;
    border-collapse: collapse !important
}

.frame {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid
}

.frame-no-left {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 1px;
    border-color: #ddd;
    border-style: solid
}

.frame-no-right {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 0;
    border-color: #ddd;
    border-style: solid
}

.product-icon {
    font-family: "myiconfont" !important;
    font-size: 48px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

    .product-icon:hover {
        color: #097a76
    }

.main-container {
    padding-bottom: 50px
}

.index-jumbotron-container {
    height: 100%;
    width: 100%;
    padding: 0
}

.index-jumbotron {
    background-color: transparent
}

.index-jumbotron-text {
    margin-top: 200px;
    margin-left: -220px;
    color: white;
    display: none
}

    .index-jumbotron-text h1 {
        font-size: 48px;
        font-family: Michroma,"Segoe UI Light","Segoe UI","Segoe UI WP","Microsoft Jhenghei",微软雅黑,tahoma,"Hiragino Sans GB W3",sans-serif
    }

    .index-jumbotron-text p {
        margin-top: 20px;
        font-size: 22px;
        font-family: Michroma,"Segoe UI Light","Segoe UI","Segoe UI WP","Microsoft Jhenghei",微软雅黑,tahoma,"Hiragino Sans GB W3",sans-serif
    }

.pagetitle {
    font-family: '黑体';
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 80px
}

.products-title {
    color: #545454;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 40px
}

.product a {
    display: block;
    color: #545454;
    text-decoration: none
}

    .product a:hover h3, .product a:hover p {
        color: #2e73ff
    }

.index-info {
    color: #051433;
    padding: 50px 0
}

    .index-info p {
        padding-top: 5px;
        font-size: 14px;
        margin-bottom: 80px
    }

.index-info-title {
    color: #545454;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 40px
}

.baarrow span {
    display: inline-block;
    position: relative
}

    .baarrow span:before {
        content: "";
        position: absolute;
        border-top: 8px solid transparent;
        border-right: 12px solid #e5f9ef;
        border-bottom: 8px solid transparent;
        left: -40px;
        top: 50%;
        margin-top: -6px
    }

    .baarrow span:after {
        content: "";
        position: absolute;
        border-top: 8px solid transparent;
        border-left: 12px solid #e5f9ef;
        border-bottom: 8px solid transparent;
        right: -40px;
        top: 50%;
        margin-top: -6px
    }

.product {
    padding: 40px 0 0;
    position: relative
}

    .product h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        color: #323232
    }

    .product img {
        vertical-align: middle
    }

    .product .desc {
        color: #5b5b5b;
        text-align: center;
        font-size: 14px;
        height: 50px;
        margin: 10px auto 0
    }

    .product .readmore {
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
        text-align: center
    }

        .product .readmore:hover {
            color: #649efd
        }

.partners {
    padding-top: 50px;
    padding-bottom: 50px
}

    .partners h3 {
        margin-top: 0;
        margin-bottom: 70px;
        color: #545454;
        letter-spacing: 2px;
        font-size: 28px
    }

.logos div {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center
}

.logos img {
    max-width: 100%;
    max-height: 40px
}

.register-now {
    padding-top: 50px;
    padding-bottom: 70px
}

    .register-now h3 {
        font-size: 28px;
        color: #545454;
        margin-bottom: 50px;
        margin-top: 0
    }

.btn-reg {
    padding: 15px 63px;
    color: white;
    border-color: #649efd;
    background-color: #649efd
}

    .btn-reg:hover {
        color: white;
        border-color: #4c8ffc;
        background-color: #4c8ffc
    }

.errMsg {
    color: #f0483f
}

.req {
    color: #ff4c4c;
    font-weight: bold
}

.seo-image {
    position: absolute;
    clip: rect(0,0,0,0)
}

.title-reference {
    color: #545454;
    font-size: 28px;
    text-indent: 30px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0
}

    .title-reference:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 100%;
        background: #d0d0d0;
        left: 12px;
        top: 0;
        margin-top: 2px
    }

@media(min-width:1280px) {
    #topNav .container-fluid {
        width: 1280px;
        margin: 0 auto
    }

        #topNav .container > .navbar-header, #topNav .container-fluid > .navbar-header {
            margin-left: 0;
            margin-right: 0
        }

        #topNav .container > .navbar-collapse, #topNav .container-fluid > .navbar-collapse {
            margin-left: 0;
            margin-right: 0
        }
}

@media(max-width:1280px) {
    #topNav .container-fluid {
        width: 100%;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .index-jumbotron-text {
        margin-top: 100px;
        padding-bottom: 100px
    }

        .index-jumbotron-text h1 {
            font-size: 26px
        }

        .index-jumbotron-text p {
            font-size: 18px;
            font-weight: bold
        }

    .navbar-collapse {
        background-color: white;
        text-align: center
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #c2c2c2
    }

    .navbar-inverse .navbar-toggle {
        border-color: #c2c2c2
    }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #c2c2c2
        }

    #topNav ul li {
        display: inline-block
    }

        #topNav ul li.nomobile {
            display: none
        }

        #topNav ul li .text {
            display: block;
            text-align: left;
            color: #fff;
            margin-bottom: 10px;
            padding: 6px 12px;
            margin-top: 10px
        }

    #topNav ul .bangboss-tel {
        display: none
    }

    #topNav ul li .btn {
        display: inline-block;
        text-align: center;
        width: 80px;
        padding: 6px 12px;
        color: #fff;
        background-color: #79d49e;
        border-color: #79d49e;
        border-radius: 2px;
        text-decoration: none
    }

    #topNav ul li:first-of-type .btn {
        background-color: #649efd;
        border-color: #649efd
    }

        #topNav ul li:first-of-type .btn:hover {
            background-color: #4c8ffc;
            border-color: #4c8ffc
        }

    #topNav ul li {
        display: inline-block
    }

        #topNav ul li.nomobile {
            display: none
        }

        #topNav ul li .btn {
            display: inline-block;
            text-align: center;
            border-radius: 4px;
            text-decoration: none
        }

        #topNav ul li .text {
            color: #051433
        }

        #topNav ul li .loginout {
            color: #fff
        }

    #loginDiv {
        background-color: #fff;
        box-shadow: none
    }

    #loginDiv {
        margin: 0 -15px -2px -15px;
        box-shadow: 0 4px 4px #999
    }

    .main-container {
        padding-bottom: 0
    }

    .products-title {
        font-size: 20px
    }

    .index-info {
        padding: 30px 15px
    }

    .index-info-title {
        font-size: 20px
    }

    .product {
        padding: 20px 10px 10px;
        color: #666
    }

    .products {
        padding: 0
    }

    .title-reference {
        font-size: 20px;
        margin-top: 25px
    }

    .product h3 {
        margin-bottom: 10px
    }

    .partners h3 {
        font-size: 16px;
        margin-bottom: 30px
    }

    .partners {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .register-now {
        padding-top: 30px;
        padding-bottom: 50px
    }

        .register-now h3 {
            font-size: 24px
        }
}

.pretty-box input[type="radio"], .pretty-box input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0)
}

    .pretty-box input[type="radio"] + label, .pretty-box input[type="checkbox"] + label {
        position: relative;
        display: inline-block;
        height: 30px;
        padding-left: 20px;
        line-height: 30px
    }

        .pretty-box input[type="radio"] + label:before, .pretty-box input[type="checkbox"] + label:before {
            content: " ";
            position: absolute;
            box-sizing: content-box;
            left: 0;
            top: 8px;
            width: 12px;
            height: 12px;
            border: 1px solid
        }

        .pretty-box input[type="checkbox"] + label:before {
            border-radius: 2px
        }

        .pretty-box input[type="radio"] + label:before {
            border-radius: 50%
        }

    .pretty-box input[type="checkbox"]:checked + label:after {
        content: " ";
        position: absolute;
        top: 9px;
        left: 5px;
        box-sizing: border-box;
        width: 5px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 2px solid;
        border-top: 0;
        border-left: 0
    }

    .pretty-box input[type="radio"]:checked + label:after {
        content: " ";
        position: absolute;
        box-sizing: content-box;
        left: 3px;
        top: 11px;
        width: 8px;
        height: 8px;
        border-radius: 50%
    }

    .pretty-box input[type="radio"]:disabled + label, .pretty-box input[type="checkbox"]:disabled + label {
        opacity: .6;
        _filter: alpha(opacity=60);
        cursor: not-allowed
    }

    .pretty-box input[type="radio"] + label:before, .pretty-box input[type="checkbox"] + label:before {
        border-color: #b3b8c1;
        background: #fff
    }

    .pretty-box input[type="radio"]:checked + label:after {
        background: #306af6
    }

    .pretty-box input[type="radio"]:checked + label:before {
        border-color: #306af6
    }

    .pretty-box input[type="checkbox"]:checked + label:after {
        border-color: #fff
    }

    .pretty-box input[type="checkbox"]:checked + label:before {
        background: #306af6;
        border-color: #306af6
    }

a.link {
    color: #649efd
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

::-ms-clear, ::-ms-reveal {
    display: none
}

input, textarea {
    -webkit-appearance: none
}

* {
    -webkit-tap-highlight-color: transparent
}

input[type=number] {
    -moz-appearance: textfield
}

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

input::-webkit-input-safebox-button {
    display: none
}

::-webkit-input-placeholder {
    color: #9e9e9e
}

:-moz-placeholder {
    color: #9e9e9e
}

::-moz-placeholder {
    color: #9e9e9e
}

:-ms-input-placeholder {
    color: #9e9e9e
}

a, a:focus, a:active {
    outline: 0
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-color: #8ac3a6
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 1px;
    background-color: #649efd;
    border-color: #649efd
}

.carousel-indicators {
    bottom: 0 !important
}
