﻿
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

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

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}



.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}



/*banner*/
.banner {
    text-align: center;
    color: #fff;
    background: url(../images/view-static/banner1.jpg);
    background-size: 100% 100%;
}

@media screen and (min-width:768px) {
    .banner {
        min-height: 375px;
        position: relative;
    }

        .banner .container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }
}

@media screen and (max-width:768px) {
    .banner {
        height: 130px;
    }

        .banner .container {
            display: none;
        }
}

/*banner*/

/*概况*/
#overview {
    padding: 80px 0;
    text-align: center;
}

    #overview .col-md-4 {
        padding: 15px;
    }

        #overview .col-md-4:hover {
            background: #f1f1f1;
            box-shadow: 1px 1px 4px #ccc;
        }

    #overview a {
        color: #212121;
        text-decoration: none;
    }

.ov-one {
    color: #D9534F;
}

.ov-pro {
    color: #EC971F;
}

.ov-all {
    color: #5BC0DE;
}

/*概况*/

/*关于我们、解决方案*/
#about {
    background: #f8f8f8;
}

#about, #solution {
    padding: 80px 0;
}

    #about h2, #solution h2 {
        font-weight: bold;
    }

    #about p, #solution p {
        line-height: 25px;
    }


.icon-box {
    background: #38f;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
}

/*关于我们、解决方案*/

/*主要产品*/
#product {
    background: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

    #product h2 {
        font-weight: bold;
        padding-bottom: 60px;
    }

    #product .col-md-3 {
        margin-bottom: 20px;
    }


    #product .btn {
        background: transparent;
        border: 1px solid #38f;
        border-radius: 0px;
        color: #38f;
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 8px 40px;
        transition: all 0.3s;
    }

        #product .btn:hover {
            background: #38f;
            color: #fff;
        }

.product .product-img {
    max-width: 375px;
    height: auto;
}
/*主要产品*/

/*联系我们*/
.filter-bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    padding: 80px 0;
}

#contact {
    background: url("../images/view-static/bg-contact2.png") no-repeat;
    background-size: cover;
    color: #ffffff;
}

    #contact h2 {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 25px;
    }

    #contact p {
        line-height: 24px;
        margin-bottom: 2px;
    }

/*联系我们*/

/*页脚*/
.link-bei, .link-bei:hover, .link-bei:link, .link-bei:focus, .link-bei:visited {
    color: #999;
    text-decoration: none;
}
/*页脚*/
