
@import url(bootstrap.min.css);

html {
    position: relative;
    min-height: 100%;
}

body {
    line-height: 180%;
    font-size: 87.5%;
    background: #fff;
    color: #333;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.container-fluid,
.container {
    position: relative;
}

.blank5,
.blank10,
.blank15,
.blank20,
.blank30,
.blank50,
.blank60 {
    clear: both;
    height: 5px;
    overflow: hidden;
}

.blank10 {
    height: 10px;
}

.blank15 {
    height: 15px;
}

.blank20 {
    height: 20px;
}

.blank30 {
    height: 30px;
}

.blank50 {
    height: 50px;
}

.blank60 {
    height: 60px;
}


/* 导航 */
.navbar {
    padding-right: 0;
    padding-left: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
    top: 0;
    background: #fff;
    border-width: 0 0 1px 0;
}

@media (min-width: 768px) {
    #navbar {
        float: left;
        margin: 0px -15px 0px 0px;
    }
}

.navbar-default .navbar-nav>li {
    margin: 30px 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    padding: 5px 20px;
    position: relative;
    border: none;
    border-radius: 50px;
}

.banner a.btn-default i.icon-fire {
    border-color: #FF4961 !important;
    color: #FF4961;
}

@media (max-width: 486px) {
    .navbar {
        padding-right: 10px;
    }

    .nav_top {
        margin: 15px -15px 0px -15px !important;
    }

    .navbar-default .navbar-nav>li {
        float: left;
        width: 40%;
        margin: 5px 15px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.user-panel a,
.user-panel a:link,
.user-panel a:visited {
    float: left;
    color: #4050fd;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #4050fd;
    border-radius: 0px 15px 15px 0px;
}

.user-panel a.top-login,
.user-panel a.top-login:hover {
    color: #fff;
    background: #4050fd;
    border-radius: 15px 0px 0px 15px;
}

.user-panel a:hover {
    transition: all 0.2s ease-in-out;
    transform: translate(0, -5px);
    box-shadow: 0 4px 17px rgba(55, 125, 255, 0.25);
}

.btn-primary {
    background: #4050fd;
    color: #fff;
}

.btn-primary.btn-lg {
    clear: both;
    display: inline-block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    margin: 0px auto;
    padding: 0px 30px;
    font-size: 1.6rem;
    border: 1px solid #4050fd;
}

.btn-primary.btn-lg:hover {
    background: #4050fd;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: translate(0, -5px);
    box-shadow: 0 4px 17px rgba(6, 39, 106, 0.25);
}

.banner {
    position: relative;
    clear: both;
    padding: 118px 0px 0px 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #999;
}

.banner h1 {
    font-size: 3.6rem;
    color: #333;
}

.banner h2 {
    font-size: 2.6rem;
    color: #333;
    margin: 0px 0px 15px 0px;
}

.banner h3 {
    clear: both;
    font-size: 22px;
    margin-bottom: 30px;
}

.banner p {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.banner a.btn-default {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    margin: 0px 8px;
    padding: 0px 30px;
    font-size: 1.4rem;
    border: 1px solid #77838e;
}

@media (max-width:786px) {
    .banner a.btn-default {
        margin-bottom: 15px;
    }
}

.banner a.btn-default:hover {
    background: #77838e;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: translate(0, -5px);
    box-shadow: 0 4px 17px rgba(6, 39, 106, 0.25);
}

.banner .container {
    position: relative;
    padding-bottom: 100px;
}

.character {
    clear: both;
    padding: 88px 0px;
    overflow: hidden;
}

@media (max-width: 486px) {
    .character {
        padding: 30px 0px;
    }
}

.character h2 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    text-align: center;
}

.character h2 small {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}


.character .item {
    min-height: 160px;
    margin-bottom: 15px;
    padding: 15px;
}

@media (max-width: 768px) {
    .character .item {
        min-height: 140px;
        margin-bottom: 0px;
    }
}

.character .item:hover {
    background: #4050fd;
    border-radius: 3px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    transform: translate(0, -5px);
    box-shadow: 0 4px 17px rgba(6, 39, 106, 0.25);
}

.character .item .item-ico {
    float: left;
    width: 50px;
    font-size: 3.0rem;
    color: #4050fd;
}

.character .item h3 {
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin: 5px 0px 0px 0px;
}

.character .item p {
    clear: both;
    padding-top: 15px;
    margin: 0px;
    font-size: 1.4rem;
    color: #888;
}

.character .item:hover .item-ico,
.character .item:hover h3,
.character .item:hover p {
    color: #fff;
}

.index-section3 {
    position: relative;
}

.index-section5 {
    position: relative;
    padding-bottom: 30px;
}

@media (max-width: 486px) {
    .index-section5 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.index-section5 dl dt {
    position: relative;
    margin: 0px 0px 15px 0px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 1.6rem;
}

.index-section5 dl dt a i {
    padding: 5px;
    background: rgba(55, 125, 255, 0.1);
    border-radius: 50%;
    color: #4050fd;
    font-size: 1.8rem;
    margin: 0px 10px 0px 0px;
}

.index-section5 dl dt:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    margin: auto;
    content: "\e258";
    font-family: "glyphicons halflings";
    font-size: 0.6rem;
    color: #ccc;
}

.index-section5 dl dd {
    margin-bottom: 15px;
    font-size: 1.4rem;
    position: relative;
}

.index-section5 dl dd span.date {
    display: block;
    margin-top: 10px;
    color: #ccc;
    font-size: 1.2rem;
    font-weight: normal;
}

.footer {
    position: relative;
    padding: 0px 0px 50px 0px;
    color: #999;
    border-top: 1px solid #eee;
    font-size: 12px;
}

.footer a {
    color: #999;
}

.footer p {
    line-height: 1.8;
    margin: 0px;
    text-align: center;
}

.footer .container {
    z-index: 2;
}

#footer-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -18px;
    z-index: -1;
}

.footer-bg {
    max-height: 128px;
    width: 50%;
    overflow: hidden;
}

@media (max-width: 486px) {
    .footer p span {
        display: block;
        clear: both;
        text-align: left;
    }

    .footer p {
        text-align: left;
    }
}

.navbar {
    padding-right: 0;
    padding-left: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
    top: 0;
}

@media (max-width: 768px) {
    #navbar {
        margin-top: 0px;
    }

    #login {
        display: none;
    }
}

@media (max-width: 468px) {
    #navbar {
        margin-top: 60px;
    }
}

.section5 {
    padding: 55px 0px;
    background: #f8f8f8;
}

.navbar .container {
    position: static !important;
}

#login {
    margin-top: 28px;
}

#login,
#login a {
    box-shadow: none !important;
    font-size: 16px;
}