
body {
    width: 100%;
    font-family: "Microsoft YaHei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

/*=========header========*/
header .container {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-header {
    padding-top: 12px;
}

.navbar .nav li {
}

    .navbar .nav li a {
        font-size: 15px;
        color: #6A7483;
        display: block;
        height: 66px;
        line-height: 36px;
    }

        .navbar .nav li a:hover, .navbar .nav li.active a:hover {
            background: none;
            color: #6CBDC4 !important;
            border-bottom: 2px solid #6CBDC4;
        }

    .navbar .nav li.active a {
        background: none;
        font-size: 15px;
        color: #6CBDC4 !important;
        border-bottom: 2px solid #6CBDC4;
    }

.navbar-default {
    background: #fff;
    border: none;
}

.navbar {
    margin-bottom: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.176);
}

@media screen and (max-width: 767px) {
    .navbar .nav li a {
        height: 45px;
        line-height: 45px;
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 15px;
        color: #6A7483;
    }

    .navbar-header {
        padding-left: 30px;
        padding-top: 10px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .navbar-header a img {
            margin-bottom: 10px;
        }

    .navbar-toggle {
        margin-right: 32px !important;
    }
}

.navbar-toggle {
    background: #6CBDC4;
    color: #fff;
    padding: 5px 10px;
    border: none;
    margin-right: 45px;
    margin-top: 0px;
}

    .navbar-toggle:hover {
        background: #6CBDC4 !important;
    }

.navbar .nav li {
    padding-left: 15px;
}

    .navbar .nav li a:hover {
        color: #6CBDC4;
    }

.dropdown .dropdown-menu > li > a {
    font-size: 14px;
    height: 35px;
}

/*footerÑùÊ½*/
footer {
    background-color: #373843;
}

    footer p {
        margin-top: 50px;
        color: #C7CDD5;
    }

        footer p span {
            border-bottom: 2px solid #6CBDC4;
            padding: 5px 0px;
        }

    footer .container {
        margin: 0px auto;
        max-width: 960px;
    }




    footer ul {
        list-style: outside none none;
        text-align: left;
        margin: 20px 0px 0px;
        padding: 0px;
        width: 50%;
        float: left;
        color: #C7CDD5;
    }

        footer ul li {
            line-height: 26px;
            padding-right: 15px;
        }

            footer ul li a {
                color: #C7CDD5;
                font-size: 14px;
                text-decoration: none !important;
            }

                footer ul li a:hover {
                    color: #6CBDC4;
                }

.font-32 {
    font-size: 32px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-16 {
    font-size: 16px !important;
}

.color-wthite {
    color: #FFF !important;
}

.color-black {
    color: #525252 !important;
}

.about-content {
    font-size: 16px;
    color: #525252;
    margin-top: 100px;
    padding-bottom: 100px;
}

    .about-content .title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .about-content .content {
        margin-bottom: 50px;
        font-size: 16px;
    }

    .about-content p {
        line-height: 36px;
        margin-bottom: 30px;
    }

    .about-content .item {
        margin-top: 30px;
    }

        .about-content .item h4 {
            font-size: 24px;
        }

        .about-content .item, .about-content .item h5 {
            font-size: 16px;
            line-height: 30px;
        }

ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

.about-content .item .btn-about {
    width: 150px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    border: 2px solid #6CBDC4;
    font-size: 20px;
    background: #FFF none repeat scroll 0% 0%;
    color: #6CBDC4;
    text-decoration: none;
    display: block;
    border-radius: 4px;
}

    .about-content .item .btn-about:hover {
        background: #6CBDC4;
        color: #FFF;
    }
/*block  type-1 type-2 type-3*/
.bg-product {
    background-color: #F9F9F9;
}

.block {
    padding: 80px 0px 40px;
    position: relative;
}

.block-header {
    text-align: center;
    margin-bottom: 60px;
}

    .block-header .title {
        /*font-size: 40px;
    line-height: 40px;*/
        color: #232C3B;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .block-header .text {
        font-size: 18px;
        line-height: 24px;
        color: #6A7483;
    }

.block-button-container {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.button {
    line-height: 15px;
    border-radius: 5px;
    background-color: #6CBDC4;
    border: 1px solid #6CBDC4;
    display: inline-block;
    padding: 16px 20px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    position: relative;
}

.block-button-container a {
   text-decoration: none !important;
    cursor: pointer;
}
.button a{
     
}



.block.type-1 .icon-entry {
    padding-bottom: 60px;
}

    .block.type-1 .icon-entry img {
        width: 64px;
        height: 64px;
        float: left;
    }

    .block.type-1 .icon-entry .content {
        margin: 0px 25px 0px 85px;
    }

    .block.type-1 .icon-entry .title {
        font-size: 18px;
        line-height: 18px;
        color: #232C3B;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .block.type-1 .icon-entry .text {
        font-size: 14px;
        line-height: 22px;
        color: #6A7483;
    }
/*icon-circle */
.block.type-2 .icon-entry {
    text-align: center;
    padding-bottom: 30px;
}

    .block.type-2 .icon-entry img {
        width: 80px;
        height: 80px;
        float: none;
        display: inline-block;
        margin-bottom: 20px;
        border-radius: 50%;
    }

.img-circle {
    border-radius: 50%;
}

.block.type-2 .icon-entry .title {
    font-size: 18px;
    line-height: 18px;
    color: #232C3B;
    font-weight: bold;
    margin-bottom: 15px;
}

.block.type-2 .icon-entry .text {
    font-size: 14px;
    line-height: 22px;
    color: #6A7483;
}


/*block.type-3*/
.block.type-3 .row {
    position: relative;
}

.block.type-3 .icon-entry {
    padding-bottom: 60px;
    text-align: center;
}

    .block.type-3 .icon-entry img {
        width: 170px;
        height: 170px;
        display: inline-block;
        margin-bottom: 25px;
    }

    .block.type-3 .icon-entry .content {
        margin: 0px 20px;
    }

    .block.type-3 .icon-entry .title {
        padding-top: 0px;
    }

    .block.type-3 .icon-entry .title {
        font-size: 18px;
        line-height: 18px;
        color: #232C3B;
        font-weight: bold;
    }

    .block.type-3 .icon-entry .text {
        font-size: 14px;
        line-height: 22px;
        color: #6A7483;
    }

/*block.type-4*/

.proudct {
    padding: 80px 0px 60px;
    position: relative;
}

.proudct-header {
}

    .proudct-header .title {
        font-size: 24px;
        color: #232C3B;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .proudct-header .text {
        font-size: 16px;
        line-height: 30px;
        color: #6A7483;
    }

.proudct .content {
    color: #6A7483;
}

    .proudct .content .title {
        padding-top: 0px;
    }

    .proudct .content .title {
        font-size: 16px;
        line-height: 24px;
        color: #232C3B;
        font-weight: bold;
    }

    .proudct .content .text {
        font-size: 14px;
        line-height: 28px;
        color: #6A7483;
    }

.proudct ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.proudct li, img {
    margin-bottom: 10px;
}
