﻿body
{
    /*padding-top: 70px;*/
    /*padding-bottom: 30px;*/
    font-family: "微软雅黑";
    font-size: 14px;
    background-color: #ECEBE6;
    padding-top: 0px;
}

.navbar
{
    border-radius: 0;
}

#colour-bar
{
    background-image: url(/Images/top_line.jpg);
    background-position: 0% 50%;
    height: 5px;
    overflow: hidden;
    border: none;
}

#header
{
    background-color: #3A3B3C;
    border-top: none;
    border-bottom: 3px solid #2D9ED8;
    margin: 0;
    padding: 20px 0;
}

    #header .navbar-nav li
    {
        border-left: 1px solid #505152;
        min-width: 100px;
        text-align: center;
    }

        #header .navbar-nav li:last-child
        {
            border-right: 1px solid #505152;
        }

aside
{
    background-color: #FFFFFF;
    font-size: 1.3em;
    border-bottom: 2px solid #3A3B3C;
}

    aside.navbar
    {
        margin-bottom: 0;
    }

    aside .navbar-nav > li
    {
        min-width: 130px;
        text-align: center;
        border-left: 1px solid #C3C3C3;
    }

        aside .navbar-nav > li > a
        {
            color: #242424;
        }

            aside .navbar-nav > li > a:hover, aside .navbar-nav > .active > a
            {
                border-bottom: 2px solid #F15B49;
            }


/*底部*/
.footer-color
{
    background-color: #3a3b3c;
}

.footer-background
{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    text-align: center;
    height: 160px;
    font-size: 12px;
}

.footer-url
{
    padding-top: 20px;
    font-size: 14px;
}

    .footer-url a
    {
        color: #ffffff;
        text-decoration: none;
        background: transparent;
    }

        .footer-url a:hover, .footer-url a:focus
        {
            color: #00aae7; /*蓝色*/
            text-decoration: none;
            background: transparent;
        }

        .footer-url a:active, .footer-url a:hover
        {
            outline: 0;
        }

.footer-list
{
    line-height: 40px;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
}

    .footer-list li
    {
        width: 20%;
        float: left;
        list-style-type: none;
        text-align: center;
        overflow: hidden;
    }

.footer-english
{
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.footer-copyright
{
    padding-bottom: 25px;
    font-weight: bold;
    color: #ffffff;
}

    .footer-copyright a
    {
        color: #ffffff;
        text-decoration: none;
        background: transparent;
    }

        .footer-copyright a:hover
        {
            color: #00aae7; /*蓝色*/
            text-decoration: none;
            font-size: 12px;
        }

.space2
{
    Line-height: 20px;
    text-indent: 2em;
    padding: 0px;
    margin: 0px;
}


#article
{
    background-color: white;
    margin: 20px auto;
}

    #article .article-header
    {
        padding: 20px 10px;
    }

    #article #column-title
    {
        border-bottom: 2px solid #f15b49;
        height: 50px;
    }

    #article #column-breadcrumb
    {
        border-bottom: 2px solid #2d9ed8;
        height: 50px;
    }

    #article #column-tool
    {
        border-bottom: 2px solid #2d9ed8;
        height: 50px;
    }

    #article .article-title
    {
        color: #2d9ed8;
        padding-bottom: 10px;
        font-size: 20px;
    }

        #article .article-title .fa-border
        {
            border-color: #2d9ed8;
        }

        #article .article-title h1
        {
            display: inline;
            font-family: "微软雅黑";
            font-size: 22px;
            padding: 0 0 0 10px;
        }

    #article .article-breadcrumb
    {
        list-style: none;
        border-radius: 4px;
        padding: 5px 0;
        font-family: "微软雅黑";
        font-size: 18px;
    }

        #article .article-breadcrumb > li
        {
            display: inline-block;
        }

            #article .article-breadcrumb > li + li:before
            {
                padding: 0 5px;
                color: #3A3B3C;
                content: ">";
            }

        #article .article-breadcrumb > .active
        {
            color: #3A3B3C;
        }

    #article .article-content
    {
        line-height:25px;
        font-size: 15px;
        color: #3A3B3C;
        overflow: hidden;
    }

#about-banner
{
    background-color: black;
    background-image: url(../Images/about_top.jpg);
    background-position: 50% 50%;
    height: 300px;
    overflow: hidden;
}

#business-banner
{
    background-color: black;
    background-image: url(../Images/business_top.jpg);
    background-position: 50% 50%;
    height: 300px;
    overflow: hidden;
}

#careers-banner
{
    background-color: black;
    background-image: url(../Images/careers_top.jpg);
    background-position: 50% 50%;
    height: 300px;
    overflow: hidden;
}

#developers-banner
{
    background-color: black;
    background-image: url(../Images/developers_top.jpg);
    background-position: 50% 50%;
    height: 300px;
    overflow: hidden;
}

#partner-banner
{
    background-color: black;
    background-image: url(../Images/partner_top.jpg);
    background-position: 50% 50%;
    height: 300px;
    overflow: hidden;
}

#solutions-banner
{
    background-color: black;
    background-image: url(../Images/solutions_top.jpg);
    background-position: 50% 50%;
    height: 300px;
    overflow: hidden;
}

#copyright-banner
{
    background-color: black;
    background-image: url(../Images/copyright_top.jpg);
    background-position: 50% 50%;
    height: 300px;
    overflow: hidden;
}
