﻿@charset "utf-8";

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto/Roboto-Light.eot);
    src: local('Roboto Light'),local('Roboto-Light'),url(../fonts/Roboto/Roboto-Light.ttf) format('truetype'),url(../fonts/Roboto/Roboto-Light.woff2) format('woff2'),url(../fonts/Roboto/Roboto-Light.eot?#iefix) format('embedded-opentype'),url(../fonts/Roboto/Roboto-Light.woff) format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto/Roboto.eot);
    src: local('Roboto'),local('Roboto-Regular'),url(../fonts/Roboto/Roboto.svg#Roboto) format('svg'),url(../fonts/Roboto/Roboto.ttf) format('truetype'),url(../fonts/Roboto/Roboto.woff2) format('woff2'),url(../fonts/Roboto/Roboto.eot?#iefix) format('embedded-opentype'),url(../fonts/Roboto/Roboto.woff) format('woff')
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto/Roboto-Bold.eot);
    src: local('Roboto Bold'),local('Roboto-Bold'),url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype'),url(../fonts/Roboto/Roboto-Bold.woff2) format('woff2'),url(../fonts/Roboto/Roboto-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/Roboto/Roboto-Bold.woff) format('woff')
}

body, button, input, select, textarea {
    font: 14px/1.5 'Roboto Light','Segoe UI','Helvetica Neue',Helvetica,Arial,'Microsoft YaHei Light','Microsoft JhengHei','微軟正黑體',STXihei,'华文细黑','Times New Roman','Yu Gothic UI','Malgun Gothic',sans-serif;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #111;
    text-decoration: none
}

    a:focus, a:hover {
        color: #a02200;
        text-decoration: underline;
        outline: 0;
        transition: color .2s
    }

i, em, b {
    font-style: normal;
    font-weight: normal
}

ol, ul, dl {
    list-style: none;
    padding: 0;
    margin: 0
}

.hr {
    height: 0;
    border: 0;
    margin: 20px 0;
    border-top: 1px dotted #999
}

.hr-solid {
    border-style: solid
}

.hr-dashed {
    border-style: dashed
}

.last {
    border: none !important
}

.last-child {
    margin-right: 0 !important
}

.last-children {
    padding-right: 0 !important
}

.nopadding {
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.div-show {
    display: block
}

.div-hide {
    display: none
}

.strong {
    font-weight: bold
}

.text-transform {
    text-transform: uppercase
}

.normal-link {
    text-decoration: underline;
    color: #a02200;
    margin: 0 5px
}

.h05, .h10, .h15, .h20, .h25, .h30, .h35, .h40 {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 0
}

.h05 {
    height: 5px
}

.h10 {
    height: 10px
}

.h15 {
    height: 15px
}

.h20 {
    height: 20px
}

.h25 {
    height: 25px
}

.h30 {
    height: 30px
}

.h35 {
    height: 35px
}

.h40 {
    height: 40px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.color-red {
    color: #a02200
}

.color-orange {
    color: #f60
}

.color-purple {
    color: #4f2556
}

.color-blue {
    color: #00a2ca
}

.color-green {
    color: #390
}

.color-black {
    color: #000
}

.color-dark {
    color: #333
}

.color-gray {
    color: #666
}

.color-pale {
    color: #999
}

.color-light {
    color: #ccc
}

.bg-white {
    background-color: #fff
}

.bg-dark {
    background-color: #f7f7f7
}

.bg-gray {
    background-color: #fafafa
}

.btn-red {
    background-color: #a02200;
    border-color: #a02200;
    color: #fff
}

    .btn-red:hover {
        background-color: #6d1801;
        border-color: #6d1801;
        color: #fff
    }

.btn-green {
    background-color: #00b276;
    border-color: #00b276;
    color: #fff
}

    .btn-green:hover {
        background-color: #096;
        border-color: #096;
        color: #fff
    }

.btn-blue {
    background-color: #0064ab;
    border-color: #0064ab;
    color: #fff
}

    .btn-blue:hover {
        background-color: #00406e;
        border-color: #00406e;
        color: #fff
    }

.btn-white {
    background-color: #fff;
    border-color: #535456;
    color: #333
}

.micons {
    background-image: url(../media/home/home-sprite.png);
    background-repeat: no-repeat;
    display: inline-block
}

.topbar {
    background-color: #000;
    padding: 10px 0;
    color: #c7c7c7;
    font-size: 13px;
    border-bottom: 1px solid #222;
    line-height: 30px
}

    .topbar .container {
        border-right: 1px solid #222
    }

        .topbar .container a {
            color: #c7c7c7
        }

            .topbar .container a:hover {
                color: #fff;
                text-decoration: none
            }

        .topbar .container i {
            color: #c7c7c7;
            margin-right: 5px
        }

    .topbar .topbar-box {
        border-left: 1px solid #222
    }

    .topbar .topbar-info li {
        display: inline-block;
        margin-right: 20px
    }

    .topbar .topbar-sign a {
        font-size: 13px;
        color: #fff;
        padding: 4px 15px;
        border-radius: 0;
        width: 40%
    }

        .topbar .topbar-sign a:hover {
            background-color: #f37022;
            border-color: #f37022
        }

        .topbar .topbar-sign a i {
            color: #fff
        }

    .topbar .topbar-sign em {
        background-color: #fff;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-left: -10px;
        margin-top: -10px;
        border-radius: 50%;
        color: #333
    }

    .topbar .topbar-lang {
        z-index: 999
    }

        .topbar .topbar-lang span {
            display: block;
            cursor: pointer
        }

            .topbar .topbar-lang span b {
                padding: 0 10px
            }

        .topbar .topbar-lang ul {
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            background-color: #000;
            z-index: 9999;
            padding: 0;
            width: 100%;
            border: 1px solid #333;
            border-top: 0 !important
        }

            .topbar .topbar-lang ul li {
                padding: 5px 0
            }

                .topbar .topbar-lang ul li:hover {
                    background-color: #f37022
                }

                .topbar .topbar-lang ul li a {
                    display: block;
                    padding-left: 25px;
                    color: #fff
                }

        .topbar .topbar-lang em {
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            height: 21px;
            width: 20px;
            background-image: url(../media/home/language.png);
            background-repeat: no-repeat;
            margin-right: 10px
        }

            .topbar .topbar-lang em.lang-en {
                background-position: 0 -77px
            }

            .topbar .topbar-lang em.lang-cn {
                background-position: 0 -114px
            }

            .topbar .topbar-lang em.lang-zh {
                background-position: 0 -230px
            }

            .topbar .topbar-lang em.lang-ru {
                background-position: 0 -96px
            }

            .topbar .topbar-lang em.lang-de {
                background-position: 0 -191px
            }

            .topbar .topbar-lang em.lang-es {
                background-position: 0 -359px
            }

.navmenu .collapse, .navmenu .nav, .navmenu .dropup, .navmenu .dropdown {
    position: static
}

.navbar {
    background-color: #000;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important
}

.navmenu .navbar-header .icon-bar {
    background-color: #fff
}

.navmenu .navbar-header .navbar-brand {
    padding: 15px 10px
}

.navmenu .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase
}

@media(max-width:991px) {
    .navmenu .navbar-nav > li > a {
        line-height: 30px
    }
}

.navmenu .navbar-nav > li > a:hover, .navmenu .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: #222;
    transition: all .2s ease-in-out
}

.navmenu .navbar-nav > li > a:focus {
    background-color: #000
}

.navmenu .navbar-nav .open > a, .navmenu .navbar-nav .open > a:focus, .navmenu .navbar-nav .open > a:hover {
    background-color: #a02200;
    color: #fff
}

.navmenu .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-top: 3px solid #a02200
}

.navmenu .navmenu-content {
    padding: 30px 0 0;
    background: #111;
    color: #fff
}

@media(min-width:992px) {
    .navmenu .navmenu-content {
        height: 427px
    }
}

.navmenu .navmenu-content h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 16px
}

    .navmenu .navmenu-content h4 i {
        margin-right: 10px
    }

.navmenu .navmenu-content p {
    margin: 0 0 20px;
    font-size: 15px
}

.navmenu .navmenu-content a {
    color: #fff
}

    .navmenu .navmenu-content a:hover {
        text-decoration: none
    }

.navmenu .navmenu-content .box {
    margin-bottom: 20px
}

.navmenu .navmenu-content .view a {
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 0
}

    .navmenu .navmenu-content .view a i {
        margin-left: 10px
    }

.navmenu .navmenu-content .drop dd {
    line-height: 55px;
    border-bottom: 1px solid #222
}

@media(max-width:991px) {
    .navmenu .navmenu-content .drop dd {
        line-height: 40px
    }
}

.navmenu .navmenu-content .drop dd a {
    color: #fff;
    display: block;
    padding-left: 5px;
    font-size: 15px
}

    .navmenu .navmenu-content .drop dd a:before {
        font-family: 'FontAwesome';
        content: "\f105";
        color: #fff;
        margin-right: 10px
    }

    .navmenu .navmenu-content .drop dd a:hover {
        background-color: #46525b;
        color: #fff
    }

.navmenu .navmenu-content .load .border {
    border-right: 1px solid #222
}

.navmenu .navmenu-content .load a i {
    color: #fff;
    font-size: 25px
}

.navmenu .navmenu-content .load a span {
    display: block;
    margin-top: 10px
}

.navmenu .navmenu-content .load a:hover span {
    color: #a02200
}

.banner {
    position: relative;
    height: 430px;
    background-color: #313749;
    background-image: url(../media/home/banner-bg.jpg);
    background-repeat: no-repeat;
    /*background-position: 600px 0;*/
    background-size: cover;
    color: #fff
}

    .banner .banner-main {
        height: 430px
    }

@media(max-width:991px) {
    .banner .banner-main {
        text-align: center
    }
}

.banner .banner-main h4 {
    margin: 60px 0 0
}

    .banner .banner-main h4 em {
        padding: 0 10px
    }

.banner .banner-main h2 {
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(2,9,25,.2);
    margin: 45px 0 45px
}

@media(max-width:767px) {
    .banner .banner-main h2 {
        font-size: 25px;
        margin: 20px 0 20px
    }
}

.banner .banner-main .roll {
    position: relative;
    width: 100%;
    overflow: auto;
    margin: 0 0 45px
}

    .banner .banner-main .roll li {
        float: left;
        font-size: 22px;
        color: #abc
    }

.banner .banner-main .link {
    position: relative;
    overflow: hidden
}

    .banner .banner-main .link a {
        text-transform: uppercase;
        display: block;
        font-size: 20px;
        background-color: #d51820;
        border-color: #d51820;
        color: #fff;
        border-radius: 0;
        padding: 10px 15px;
        text-align: center;
        max-width: 260px
    }

@media(max-width:991px) {
    .banner .banner-main .link a {
        margin-left: auto;
        margin-right: auto
    }
}

.banner .banner-main .link a:hover {
    background-color: #b30000;
    border-color: #b30000;
    color: #fff;
    text-decoration: none
}

.banner .banner-main .link a span {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px
}

.banner .banner-side {
    height: 430px
}

    .banner .banner-side .back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 101;
        background-color: #000;
        opacity: .4;
        filter: alpha(opacity=40)
    }

    .banner .banner-side .grid {
        position: relative;
        overflow: hidden;
        z-index: 102;
        margin: 60px 0 0;
        padding: 0 20px 0
    }

        .banner .banner-side .grid li {
            padding-top: 15px;
            padding-bottom: 15px
        }

            .banner .banner-side .grid li i {
                font-size: 24px
            }

            .banner .banner-side .grid li b {
                font-size: 13px;
                margin-left: 5px
            }

            .banner .banner-side .grid li p {
                font-size: 16px;
                margin: 0;
                text-transform: uppercase
            }

            .banner .banner-side .grid li.g1 {
                border: 0
            }

            .banner .banner-side .grid li.g2 {
                border-left: 1px solid #aaa
            }

            .banner .banner-side .grid li.g3 {
                border-top: 1px solid #aaa
            }

            .banner .banner-side .grid li.g4 {
                border-left: 1px solid #aaa;
                border-top: 1px solid #aaa
            }

    .banner .banner-side .risk {
        position: relative;
        margin-top: 50px;
        z-index: 102;
        font-size: 13px
    }

        .banner .banner-side .risk i {
            margin-right: 10px
        }

.ui-section {
    position: relative;
    z-index: 1
}

.ui-upper {
    position: relative;
    text-align: center;
    margin: 30px 0 30px
}

    .ui-upper h3 {
        margin: 0 0 20px 0;
        text-transform: uppercase
    }

    .ui-upper h4 {
        margin: 0 0 15px 0
    }

    .ui-upper h5 {
        position: relative;
        display: table;
        margin: 0 auto;
        text-align: center;
        white-space: nowrap;
        width: 50%
    }

        .ui-upper h5:before, .ui-upper h5:after {
            display: table-cell;
            content: "";
            width: 45%;
            border-top: 1px solid #ddd;
            position: relative;
            top: 10px
        }

        .ui-upper h5:before {
            right: 5px
        }

        .ui-upper h5:after {
            left: 5px
        }

        .ui-upper h5 i {
            font-size: 25px;
            color: #999
        }

.ui-lower {
    position: relative;
    overflow: hidden
}

.introduce {
    position: relative;
    background-color: #fff;
    padding: 0 0 30px
}

    .introduce .ui-lower li {
        cursor: pointer
    }

        .introduce .ui-lower li span {
            width: 60px;
            height: 60px;
            transition: all .3s linear
        }

            .introduce .ui-lower li span.micons-i1 {
                background-position: 0 -500px
            }

            .introduce .ui-lower li span.micons-i2 {
                background-position: 0 -260px
            }

            .introduce .ui-lower li span.micons-i3 {
                background-position: 0 -380px
            }

            .introduce .ui-lower li span.micons-i4 {
                background-position: 0 -140px
            }

        .introduce .ui-lower li:hover span.micons-i1 {
            background-position: 0 -440px
        }

        .introduce .ui-lower li:hover span.micons-i2 {
            background-position: 0 -200px
        }

        .introduce .ui-lower li:hover span.micons-i3 {
            background-position: 0 -320px
        }

        .introduce .ui-lower li:hover span.micons-i4 {
            background-position: 0 -80px
        }

        .introduce .ui-lower li h4 {
            margin: 20px 0 15px
        }

        .introduce .ui-lower li p {
            font-size: 16px
        }

.general {
    position: relative;
    background: #fcfcfc;
    border-top: 1px solid #ececec;
    padding: 20px 0 10px
}

    .general .general-part {
        border-right: 1px solid #ccc;
        margin-bottom: 10px
    }

        .general .general-part a {
            font-size: 20px;
            display: block
        }

            .general .general-part a:hover {
                text-decoration: none
            }

        .general .general-part i {
            color: #d51820;
            margin-right: 20px
        }

.platform {
    position: relative;
    background-image: url(../media/home/platform-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #3a4a62;
    color: #fff
}

    .platform .ui-upper h5 i {
        color: #fff !important
    }

    .platform .ui-lower {
        padding: 0 0 40px
    }

    .platform .platform-load li {
        position: relative;
        margin-bottom: 30px;
        width: 75%
    }

        .platform .platform-load li a {
            background-color: #fff;
            height: 50px;
            line-height: 50px;
            position: relative;
            display: block;
            padding-left: 20px
        }

            .platform .platform-load li a:after {
                position: absolute;
                content: " ";
                top: 0;
                right: 0;
                width: 30px;
                height: 0;
                margin-right: -25px;
                border-left: 25px solid transparent;
                border-right: 25px solid transparent;
                border-bottom: 50px solid #fff
            }

            .platform .platform-load li a:before {
                position: absolute;
                content: " ";
                top: 0;
                right: 0;
                margin-right: -35px;
                width: 10px;
                height: 49px;
                background: #fff;
                transform: skew(27deg)
            }

            .platform .platform-load li a:hover {
                text-decoration: none
            }

            .platform .platform-load li a i {
                font-size: 28px;
                vertical-align: middle
            }

                .platform .platform-load li a i.fa-windows {
                    color: #1261b0
                }

                .platform .platform-load li a i.fa-apple {
                    color: #211f20
                }

                .platform .platform-load li a i.fa-android {
                    color: #97c03d
                }

            .platform .platform-load li a span {
                display: inline;
                margin-left: 15px;
                padding-left: 15px;
                border-left: 1px solid #bbb;
                font-size: 16px
            }

@media(max-width:991px) {
    .platform .platform-text {
        text-align: center
    }
}

.platform .platform-text {
    z-index: 1
}

    .platform .platform-text h4 {
        margin: 0
    }

        .platform .platform-text h4 i {
            margin-right: 10px
        }

    .platform .platform-text ul {
        overflow: hidden;
        margin: 25px 0
    }

    .platform .platform-text li {
        padding: 10px 0;
        font-size: 16px
    }

        .platform .platform-text li i {
            margin-right: 10px
        }

    .platform .platform-text a {
        display: block;
        font-size: 18px;
        border-radius: 0;
        padding: 8px 15px;
        max-width: 220px
    }

@media(max-width:991px) {
    .platform .platform-text a {
        margin-left: auto;
        margin-right: auto
    }
}

.platform .platform-text a i {
    margin-left: 15px
}

.platform .platform-back img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px
}

.research {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    padding: 0 0 25px
}

.research-part {
    margin-bottom: 10px
}

.research-title {
    color: #777;
    margin: 0 0 15px;
    text-transform: uppercase
}

.research-head {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 15px
}

.research .weekly-head a {
    display: block;
    float: right;
    padding: 0 10px
}

    .research .weekly-head a i {
        color: #999;
        font-size: 12px
    }

.research .weekly-body ul {
    position: relative;
    overflow: hidden
}

.research .weekly-body li {
    float: left;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #ececec
}

.research .weekly-body .date {
    float: left;
    width: 15%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    overflow: hidden;
    text-align: center;
    background: #79589f;
    color: #fff
}

.research .weekly-body .text {
    float: right;
    width: 78%;
    height: 50px
}

    .research .weekly-body .text a {
        display: block;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        overflow: hidden
    }

        .research .weekly-body .text a:hover {
            text-decoration: none
        }

    .research .weekly-body .text span {
        display: block;
        font-size: 12px;
        color: #999;
        height: 20px;
        line-height: 20px
    }

        .research .weekly-body .text span i {
            margin-right: 7px
        }

.research .currency-head li a {
    border-radius: 0 !important;
    padding: 10px 8px;
    font-size: 15px
}

.research .currency table {
    text-align: center;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 13px
}

.research .currency thead th {
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #999;
    border-bottom: 1px solid #ececec;
    vertical-align: bottom;
    text-align: center
}

    .research .currency thead th:first-child {
        text-align: left
    }

.research .currency tbody td {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #dce0e2
}

.research .currency tbody span {
    display: inline-block;
    transition: all .75s ease 0s;
    width: 65px;
    height: 24px;
    line-height: 24px
}

.research .currency tbody tr span.dir-up {
    background: #83ba00;
    color: #fff
}

.research .currency tbody tr span.dir-down {
    background: #f37022;
    color: #fff
}

.research .currency .direction-up span {
    background: #83ba00
}

.research .currency .direction-down span {
    background: #f37022
}

.research .currency .symbol {
    font-weight: bold;
    width: 100px;
    text-align: left
}

.research .currency .spread {
    font-weight: bold;
    width: 40px
}

.research .currency .loading {
    background: url(../media/home/research-loading.gif) no-repeat;
    width: 70px;
    height: 70px;
    text-align: center;
    display: inline-block;
    margin: 100px auto
}

.research .proportion-head p {
    font-size: 12px;
    margin: 0;
    float: right
}

    .research .proportion-head p span {
        margin-left: 10px
    }

    .research .proportion-head p i {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 5px
    }

        .research .proportion-head p i.buy {
            background-color: #588c0d
        }

        .research .proportion-head p i.sell {
            background-color: #d51820
        }

.research .proportion-body {
    padding-top: 15px
}

    .research .proportion-body ul {
        position: relative;
        overflow: hidden
    }

        .research .proportion-body ul li {
            position: relative;
            font-size: 13px;
            float: left;
            width: 100%;
            height: 45px
        }

    .research .proportion-body .symbol {
        position: relative;
        float: left;
        width: 20%;
        font-weight: bold;
        height: 45px;
        line-height: 45px
    }

    .research .proportion-body .number {
        position: relative;
        float: right;
        width: 75%;
        height: 45px
    }

        .research .proportion-body .number p {
            float: left;
            width: 100%;
            margin: 0;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -5px
        }

        .research .proportion-body .number span {
            display: block;
            position: relative;
            float: left;
            width: 0;
            height: 10px;
            text-align: center;
            transition: width .6s ease;
            box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15)
        }

            .research .proportion-body .number span.buy {
                background-color: #588c0d
            }

                .research .proportion-body .number span.buy:after {
                    content: '';
                    width: 1px;
                    height: 100%;
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    background-color: #fff
                }

            .research .proportion-body .number span.sell {
                background-color: #d51820
            }

        .research .proportion-body .number em {
            position: absolute;
            bottom: 25px
        }

            .research .proportion-body .number em.buy {
                left: 0;
                color: #588c0d
            }

            .research .proportion-body .number em.sell {
                right: 0;
                color: #d51820
            }

    .research .proportion-body .loading {
        background: url(../media/home/research-loading.gif) no-repeat;
        width: 70px;
        height: 70px;
        display: block;
        margin: 100px auto 0
    }

.provide {
    position: relative;
    background-color: #fff;
    padding: 0 0 30px
}

    .provide ul {
        text-align: center
    }

.footer {
    position: relative;
    background: #161a1e;
    font-size: 13px;
    color: #999
}

    .footer a {
        color: #999
    }

        .footer a:hover {
            text-decoration: none;
            color: #fff
        }

.awards {
    position: relative;
    overflow: hidden;
    padding-top: 25px
}

    .awards .awards-head {
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        color: #ccc
    }

    .awards .awards-box {
        position: relative
    }

        .awards .awards-box:hover {
            color: #fff
        }

        .awards .awards-box em {
            display: block;
            height: 40px;
            line-height: 40px;
            text-transform: uppercase;
            cursor: pointer
        }

        .awards .awards-box span {
            position: absolute;
            width: 17px;
            height: 40px;
            top: 0;
            opacity: 1;
            filter: alpha(opacity=100);
            transition: opacity .3s .1s
        }

            .awards .awards-box span.micons-l {
                left: 0;
                background-position: 0 -40px
            }

            .awards .awards-box span.micons-r {
                right: 0;
                background-position: 0 0
            }

.directory {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 2px groove #4d595d
}

    .directory .directory-catalog {
        border-right: 2px groove #4d595d
    }

        .directory .directory-catalog ul li {
            float: left;
            width: 20%
        }

        .directory .directory-catalog dl dt {
            color: #ccc;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase
        }

        .directory .directory-catalog dl dd {
            height: 35px;
            line-height: 35px;
            overflow: hidden
        }

    .directory .directory-agency dl.u {
        margin-bottom: 25px
    }

    .directory .directory-agency dl dt {
        color: #ccc;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase
    }

.license {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 2px groove #4d595d
}

    .license .license-message li {
        margin-bottom: 15px;
        line-height: 22px;
        text-align: justify
    }

        .license .license-message li strong {
            font-weight: bold;
            margin-right: 5px;
            color: #ccc
        }

    .license .license-contact li {
        display: inline;
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #666
    }

        .license .license-contact li i {
            color: #ccc;
            margin-right: 10px
        }

        .license .license-contact li em {
            color: #ccc;
            margin-right: 5px
        }

    .license .license-copyright {
        color: #ccc;
        margin: 15px 0 20px;
        text-transform: uppercase
    }

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

    .unslider-wrap.unslider-carousel > li {
        float: left
    }

.unslider-vertical > ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

    .unslider-fade .unslider-wrap li {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 8
    }

        .unslider-fade .unslider-wrap li.unslider-active {
            z-index: 10
        }

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

    .unslider-arrow.next {
        left: auto;
        right: 20px
    }

.back2top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fc5a1a;
    text-align: center;
    cursor: pointer;
    display: none
}

    .back2top i {
        color: #fff;
        font-size: 20px;
        vertical-align: middle
    }

.browserupgrade {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 24px
}

    .browserupgrade a {
        text-decoration: underline;
        color: #a02200;
        margin: 0 5px
    }

.nice-validator .msg-box {
    display: block;
    position: relative;
    clear: both;
    margin-top: 5px
}

    .nice-validator .msg-box .n-msg {
        display: inline-block
    }

    .nice-validator .msg-box .n-error {
        color: #d51820;
        font-weight: bold
    }

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important
}

    table.dataTable td, table.dataTable th {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
            text-align: center
        }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: 400;
        white-space: nowrap;
        text-align: left
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: .5em;
        display: inline-block;
        width: auto
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    padding-right: 30px
}

table.dataTable thead > tr > td:active, table.dataTable thead > tr > th:active {
    outline: 0
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

    div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none
    }

    div.dataTables_scrollBody table tbody tr:first-child td, div.dataTables_scrollBody table tbody tr:first-child th {
        border-top: 0
    }

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: 0
}

@media screen and (max-width:767px) {
    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px
}

table.table-bordered.dataTable td, table.table-bordered.dataTable th {
    border-left-width: 0
}

    table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable th:last-child {
        border-right-width: 0
    }

table.table-bordered.dataTable tbody td, table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
        padding-left: 0
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
        padding-right: 0
    }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url(../media/table/sort_both.png)
}

table.dataTable thead .sorting_asc {
    background-image: url(../media/table/sort_asc.png)
}

table.dataTable thead .sorting_desc {
    background-image: url(../media/table/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(../media/table/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(../media/table/sort_desc_disabled.png)
}

.dataTables_wrapper .dataTables_length {
    float: left;
    width: 50%;
    margin: 10px 0 10px;
    font-size: 14px
}

    .dataTables_wrapper .dataTables_length select {
        height: 35px;
        line-height: 35px;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        width: 100px !important
    }

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    width: 50%;
    margin: 10px 0 20px;
    font-size: 14px
}

    .dataTables_wrapper .dataTables_filter input {
        height: 35px;
        line-height: 35px;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        width: 200px !important;
        padding-left: 10px
    }

.dataTables_wrapper .dataTables_info {
    display: none !important
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
    margin-bottom: 10px !important
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        display: inline-block;
        padding: 8px 16px;
        margin-left: -1px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #ddd;
        font-size: 14px
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background-color: #f74c20;
            border: 1px solid #f74c20;
            color: #fff
        }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        margin: 0 10px
    }

@media(max-width:991px) {
    .dataTables_length, .dataTables_filter {
        display: block;
        width: 100% !important
    }
}

.ui-breadcrumb {
    background: #fcfcfc;
    border-bottom: 1px solid #ececec
}

    .ui-breadcrumb .container {
        position: relative
    }

    .ui-breadcrumb h3 {
        margin: 0;
        height: 90px;
        line-height: 90px;
        overflow: hidden
    }

    .ui-breadcrumb ul {
        position: absolute;
        overflow: hidden;
        right: 15px;
        top: 50%;
        margin-top: -10px
    }

        .ui-breadcrumb ul li {
            display: inline;
            height: 20px;
            line-height: 20px
        }

    .ui-breadcrumb li a {
        padding: 0 10px
    }

        .ui-breadcrumb li a.active {
            color: #a02200
        }

.ui-point {
    background: #fcfcfc;
    border-top: 1px solid #ececec
}

    .ui-point .container {
        position: relative
    }

    .ui-point h4 {
        margin: 0;
        height: 80px;
        line-height: 80px;
        overflow: hidden
    }

    .ui-point a {
        display: block;
        font-size: 18px;
        width: 200px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -20px
    }

.ui-page {
    padding: 30px 0
}

.page-side {
    border-right: 1px solid #ccc;
    height: 100%;
    z-index: 1
}

.page-side-inner {
    padding-right: 15px;
    border-right: 6px solid #f4f6f5;
    height: 100%
}

.page-side-box {
    margin-bottom: 25px
}

    .page-side-box h4 {
        border-bottom: 1px solid #ececec;
        margin: 0;
        padding: 5px 0 20px;
        text-transform: uppercase
    }

        .page-side-box h4 i {
            margin-right: 10px
        }

    .page-side-box ul li {
        padding: 8px 0
    }

        .page-side-box ul li a {
            display: block
        }

    .page-side-box li i {
        margin-right: 15px;
        color: #a02200
    }

    .page-side-box dl {
        background-color: #22313f;
        padding: 20px 0;
        margin: 0;
        color: #fff;
        text-align: center
    }

        .page-side-box dl dt {
            font-size: 18px;
            margin-bottom: 20px;
            font-weight: normal
        }

        .page-side-box dl dd {
            margin-bottom: 20px
        }

            .page-side-box dl dd.last {
                font-size: 12px;
                color: #ccc;
                margin-bottom: 0
            }

    .page-side-box dd a {
        color: #fff;
        font-size: 16px;
        padding: 8px 25px
    }

.page-main {
    position: relative;
    overflow: hidden
}

.page-line {
    position: relative;
    width: 100%;
    clear: both;
    height: 1px;
    background-color: #ececec;
    margin: 30px 0
}

.page-blank {
    position: relative;
    width: 100%;
    clear: both;
    height: 30px
}

.page-block {
    position: relative;
    width: 100%;
    clear: both
}

.page-product .reason ul {
    overflow: hidden
}

.page-product .reason li {
    margin-bottom: 15px;
    cursor: pointer
}

    .page-product .reason li .box {
        border: 1px solid #ececec;
        padding: 15px 20px;
        border-radius: 3px;
        background-color: #fefefe
    }

        .page-product .reason li .box:hover {
            background-color: #00a59b;
            color: #fff
        }

        .page-product .reason li .box i {
            font-size: 40px;
            color: #d51820;
            transition: all .3s linear
        }

    .page-product .reason li:hover .box i {
        transform: rotateY(180deg)
    }

    .page-product .reason li .box h4 {
        margin: 20px 0 15px
    }

    .page-product .reason li .box p {
        margin: 0
    }

.page-product .links a {
    padding: 8px 16px;
    max-width: 300px;
    font-size: 18px
}

.page-product .reasons ul {
    overflow: hidden
}

.page-product .reasons li {
    margin-bottom: 15px;
    cursor: pointer
}

    .page-product .reasons li .box {
        border: 1px solid #ececec;
        padding: 15px 25px 20px;
        border-radius: 3px;
        background-color: #fefefe
    }

        .page-product .reasons li .box:hover {
            background-color: #75ac4a;
            color: #fff
        }

    .page-product .reasons li .box-txt {
        padding-right: 60px
    }

        .page-product .reasons li .box-txt i {
            margin-right: 10px
        }

        .page-product .reasons li .box-txt p {
            line-height: 25px
        }

    .page-product .reasons li .box-ico {
        float: right
    }

        .page-product .reasons li .box-ico i {
            font-size: 40px;
            color: #d51820;
            transition: all .3s linear
        }

    .page-product .reasons li:hover .box-ico i {
        transform: rotateY(180deg)
    }

.page-product .panel {
    margin-bottom: 25px
}

.page-product .panel-heading {
    padding: 0;
    background-color: #fcfcfc
}

    .page-product .panel-heading a {
        display: block;
        text-decoration: none;
        padding: 25px 20px
    }

    .page-product .panel-heading i {
        color: #a02200;
        margin-right: 10px
    }

.page-product .panel-body {
    position: relative;
    padding: 25px 30px 20px;
    line-height: 2.0
}

    .page-product .panel-body:after, .page-product .panel-body:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .page-product .panel-body:after {
        border-color: transparent;
        border-bottom-color: #fff;
        border-width: 15px;
        margin-left: -15px
    }

    .page-product .panel-body:before {
        border-color: transparent;
        border-bottom-color: #f2eee6;
        border-width: 17px;
        margin-left: -17px
    }

.page-product .dataTables_wrapper table thead th {
    padding: 15px 15px !important;
    background-color: transparent
}

.page-product .dataTables_wrapper table tbody td {
    padding: 12px 15px !important
}

.page-platform .advantage li {
    margin-bottom: 15px;
    cursor: pointer
}

    .page-platform .advantage li i {
        font-size: 60px;
        color: #d51820;
        transition: all .4s ease-in-out
    }

    .page-platform .advantage li:hover i {
        transform: translateY(-10px)
    }

    .page-platform .advantage li h4 {
        margin: 20px 0
    }

.page-platform .download a {
    max-width: 300px;
    font-size: 18px;
    padding: 10px 20px
}

.page-platform .install ul {
    border-left: 5px solid #999;
    padding-left: 40px
}

.page-platform .install li {
    margin-bottom: 20px
}

    .page-platform .install li h4 em {
        color: #fff;
        margin-right: 10px;
        width: 24px;
        background-color: #390;
        display: inline-block;
        text-align: center
    }

    .page-platform .install li p {
        padding-left: 30px
    }

.page-platform .require table {
    border: 1px solid #ececec;
    border-bottom: 0
}

    .page-platform .require table thead th {
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #ececec;
        background-color: #fafafa;
        padding: 20px 10px
    }

    .page-platform .require table tbody td {
        padding: 15px 10px;
        border-bottom: 1px solid #ececec
    }

.page-platform .choose ul {
    overflow: hidden
}

.page-platform .choose li {
    margin-bottom: 30px;
    cursor: pointer
}

    .page-platform .choose li i {
        font-size: 40px;
        color: #d51820;
        margin-bottom: 10px;
        transition: all .4s ease-in-out
    }

    .page-platform .choose li:hover i {
        transform: translateY(-5px)
    }

    .page-platform .choose li span {
        display: block;
        clear: both
    }

.page-platform .setup li {
    margin-bottom: 10px
}

    .page-platform .setup li h4 em {
        color: #fff;
        margin-right: 10px;
        width: 24px;
        background-color: #390;
        display: inline-block;
        text-align: center
    }

.page-account table thead th {
    padding: 20px 15px !important
}

.page-account table tbody td {
    padding: 10px 15px !important;
    border-top: 0 !important;
    border-bottom: 0 !important
}

    .page-account table tbody td:first-child {
        font-weight: bold
    }

.page-fund table {
    margin-bottom: 0
}

    .page-fund table thead th {
        padding: 15px 10px !important;
        border: 0 !important
    }

    .page-fund table tbody td {
        padding: 10px 10px !important;
        vertical-align: middle
    }

        .page-fund table tbody td i.payment {
            color: #d51820;
            font-size: 25px
        }

        .page-fund table tbody td a {
            padding: 5px 15px
        }

.page-fund .steps li {
    margin-bottom: 20px
}

    .page-fund .steps li em {
        color: #fff;
        margin-right: 10px;
        width: 20px;
        background-color: #29a643;
        display: inline-block;
        text-align: center
    }

.page-fund .notice ul {
    border-left: 4px solid #a02200;
    padding-left: 30px
}

.page-fund .notice li {
    padding: 10px 0
}

    .page-fund .notice li i {
        margin-right: 10px
    }

.page-faq .panel {
    margin-bottom: 10px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.page-faq .panel-heading {
    padding: 0;
    background-color: #fff
}

.page-faq .panel-title a {
    display: block;
    text-decoration: none;
    padding: 15px 0
}

    .page-faq .panel-title a i {
        color: #a02200;
        margin-right: 10px;
        transition: all .3s linear
    }

    .page-faq .panel-title a:hover i {
        transform: rotate(90deg)
    }

.page-contract .dataTables_length {
    display: none !important
}

.page-contract .dataTables_filter {
    margin: 10px 0
}

.page-contract .nav-tabs > li > a {
    border-radius: 0;
    font-size: 18px
}

.page-contract .nav-tabs > li.active > a, .page-contract .nav-tabs > li.active > a:hover, .page-contract .nav-tabs > li.active > a:focus {
    background-color: #45535f;
    color: #fff
}

.page-contract .tab-content {
    margin-top: 20px
}

.page-contract table thead th {
    padding: 20px 15px !important;
    background-color: #f5f5f5
}

.page-contract table tbody td {
    padding: 12px 15px !important
}

    .page-contract table tbody td:first-child {
        font-weight: bold
    }

.page-hours .nav-tabs > li > a {
    border-radius: 0;
    padding: 15px 20px
}

.page-hours .dataTables_length {
    display: none !important
}

.page-hours .dataTables_filter {
    margin-top: 20px
}

.page-hours table thead th {
    padding: 20px 15px !important
}

.page-hours table tbody td {
    padding: 10px 15px !important
}

    .page-hours table tbody td.category {
        background-color: #fafafa !important;
        font-weight: bold !important
    }

.page-execution h4 em {
    color: #fff;
    margin-right: 10px;
    width: 20px;
    background-color: #29a643;
    display: inline-block;
    text-align: center
}

.page-execution .ul-list {
    border-left: 3px solid #29a643;
    padding-left: 30px
}

    .page-execution .ul-list li {
        margin-bottom: 15px
    }

        .page-execution .ul-list li p {
            padding-left: 30px;
            margin: 10px 0 0
        }

.page-payment .form-control {
    padding: 15px 12px;
    height: 50px
}

.page-payment button {
    padding: 10px 15px;
    width: 200px
}

.page-calendar .calendarweek ul {
    border-bottom: 1px solid transparent
}

.page-calendar .calendarweek li {
    display: inline-block;
    text-align: center
}

    .page-calendar .calendarweek li a {
        display: block;
        padding: 0 20px;
        border-bottom: 4px solid transparent;
        margin-bottom: -2px
    }

        .page-calendar .calendarweek li a:hover {
            text-decoration: none
        }

    .page-calendar .calendarweek li span {
        display: block;
        font-size: 25px;
        font-weight: bold
    }

    .page-calendar .calendarweek li em {
        display: block;
        margin-top: 5px
    }

    .page-calendar .calendarweek li a.selected {
        border-bottom: 4px solid transparent;
        color: #00b276
    }

        .page-calendar .calendarweek li a.selected em {
            color: #00b276
        }

.page-calendar .timepick input {
    border: 1px solid #b5c2c9;
    padding: 5px 10px;
    margin-right: 10px
}

.page-calendar .timepick a {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 16px
}

.page-calendar .timepick i {
    margin-right: 5px;
    color: #a02200
}

.page-calendar table thead th {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    background-color: #fafafa;
    padding: 20px 15px !important
}

.page-calendar table tbody tr.gray {
    background-color: #fff
}

.page-calendar table tbody td {
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    padding: 15px 15px !important
}

    .page-calendar table tbody td span {
        display: inline-block;
        width: 13px;
        height: 10px;
        background: url(../media/table/calendar-level.png) 0 0 no-repeat;
        vertical-align: middle
    }

        .page-calendar table tbody td span.high {
            background-position: 0 0
        }

        .page-calendar table tbody td span.medium {
            background-position: 0 -10px
        }

        .page-calendar table tbody td span.low {
            background-position: 0 -20px
        }

.page-analysis .ul-news li {
    margin-bottom: 20px
}

    .page-analysis .ul-news li a {
        position: relative;
        display: block;
        background: #fafafa;
        border: 1px solid #ececec;
        padding: 20px 25px 20px;
        border-radius: 3px;
        min-height: 120px
    }

    .page-analysis .ul-news li p {
        margin: 0;
        padding-top: 10px;
        font-size: 14px
    }

    .page-analysis .ul-news li:hover a {
        text-decoration: none;
        background: #75ac4a;
        border: 1px solid #75ac4a;
        color: #fff
    }

.page-analysis .ul-pages a.move {
    display: inline-block !important;
    padding: 6px 20px
}

.page-analysis .ul-pages span {
    display: none !important
}

.page-detail .page-detail-body {
    line-height: 2.0
}

.page-indicators table thead th {
    background-color: #fafafa;
    padding: 20px 15px !important
}

.page-indicators table tbody td {
    padding: 15px 15px !important
}

.page-indicators table .impact {
    background: url(../media/table/impact-sprite.png) no-repeat;
    width: 48px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

.page-indicators table .impact-high {
    background-position: 0 -32px
}

.page-indicators table .impact-medium {
    background-position: 0 0
}

.page-indicators table .impact-low {
    background-position: 0 -48px
}

.page-indicators table .impact-none {
    background-position: 0 -16px
}

.page-glossary table thead th {
    padding: 20px 15px !important;
    background-color: #fafafa !important
}

.page-glossary table tbody td {
    padding: 12px 15px !important;
    font-size: 14px
}

    .page-glossary table tbody td:first-child {
        width: 20%;
        font-weight: bold
    }

.page-solution .ul-list li {
    margin-bottom: 25px
}

    .page-solution .ul-list li i {
        font-size: 60px;
        color: #d51820
    }

@media(max-width:991px) {
    .page-solution .ul-list {
        text-align: center
    }
}

.page-solution a {
    padding: 10px 20px;
    max-width: 200px;
    font-size: 18px
}

.page-solution .ul-text li {
    margin-bottom: 20px
}

    .page-solution .ul-text li i {
        margin-right: 10px;
        color: #a02200
    }

.page-terms h4 em {
    color: #fff;
    margin-right: 10px;
    width: 20px;
    background-color: #a02200;
    display: inline-block;
    text-align: center
}

.page-terms .ul-list {
    border-left: 3px solid #a02200;
    padding-left: 30px
}

    .page-terms .ul-list li {
        margin-bottom: 15px
    }

.page-introduce .timeline-l {
    background: url(../media/home/page-about-timeline-l.png) no-repeat scroll center bottom;
    height: 180px
}

.page-introduce .timeline-r {
    background: url(../media/home/page-about-timeline-r.png) no-repeat scroll center bottom;
    height: 180px
}

.page-introduce .timeline i {
    color: #3498db;
    font-size: 24px;
    left: 18px;
    position: absolute;
    top: 4px;
    z-index: 99
}

.page-introduce .hexagon {
    border-left: 1px solid #208cd4;
    border-right: 1px solid #208cd4;
    height: 34px;
    margin: auto auto 45px;
    position: relative;
    width: 60px
}

.page-introduce .lower, .page-introduce .upper {
    background: inherit;
    height: 42px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    transform: scaleY(.57) rotate(-45deg);
    width: 42px;
    z-index: 1
}

.page-introduce .upper {
    border-right: 1px solid #208cd4;
    border-top: 1px solid #208cd4;
    top: -21px
}

.page-introduce .lower {
    border-bottom: 1px solid #208cd4;
    border-left: 1px solid #208cd4;
    bottom: -21px
}

.page-introduce .ul-list {
    position: relative;
    overflow: hidden;
    border-left: 4px solid #a02200;
    padding-left: 30px
}

    .page-introduce .ul-list li {
        padding: 10px 0
    }

        .page-introduce .ul-list li i {
            margin-right: 10px;
            color: #a02200
        }

.page-news .panel {
    margin-bottom: 20px
}

.page-news .panel-heading {
    padding: 0;
    background-color: #fff
}

    .page-news .panel-heading a {
        display: block;
        text-decoration: none;
        padding: 20px 20px
    }

    .page-news .panel-heading i {
        color: #a02200
    }

    .page-news .panel-heading em {
        margin: 0 15px
    }

.page-news .panel-body {
    padding: 20px;
    line-height: 2.0
}

.page-choose .ul-across li {
    margin-bottom: 20px
}

    .page-choose .ul-across li i {
        font-size: 60px;
        color: #d51820
    }

    .page-choose .ul-across li h4 {
        margin: 25px 0
    }

.page-choose .ul-stand li {
    margin-bottom: 25px
}

    .page-choose .ul-stand li .icon {
        display: table-cell;
        vertical-align: top;
        padding-right: 15px
    }

        .page-choose .ul-stand li .icon i {
            font-size: 35px;
            color: #d51820
        }

    .page-choose .ul-stand li .text {
        display: table-cell;
        vertical-align: top
    }

        .page-choose .ul-stand li .text h4 {
            margin: 0 0 15px
        }
/******************************************/

.hiden {
    position: relative;
    overflow: hidden
}

    .hiden a {
        text-transform: uppercase;
        display: block;
        font-size: 20px;
        background-color: #d51820;
        border-color: #d51820;
        color: #fff;
        border-radius: 0;
        padding: 10px 15px;
        text-align: center;
        float: left;
        max-width: 260px;
        margin-left: 40px;
    }

        .hiden a:hover {
            background-color: #b30000;
            border-color: #b30000;
            color: #fff;
            text-decoration: none
        }

        .hiden a span {
            border-left: 1px solid #fff;
            padding-left: 20px;
            margin-left: 20px
        }
