﻿/*-------------------bootstrap--------------------------*/
.navbar-default {
    background-color: #fff;
}

.navbar-brand {
    height: auto;
    padding: 8px 15px;
}

.navbar-header img {
    display: inline-block;
    width: auto;
}

.navbar-nav {
    margin: 0px -15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #3488ea;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-top: 10px;
    }

    .navbar-right .dropdown-menu {
        left: 0px;
        right: auto;
    }
}

/*-------------theme----------------*/
img {
    width: 100%;
}

p {
    color: #b7b7b7;
    font-size: 12px;
}

.btn-blue {
    padding: 8px 35px;
    border-radius: 0px;
    color: #999;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #3488ea;
    }

a {
    text-decoration: none !important;
}

/*------------index--------------*/
.index-banner {
    padding-top: 64px;
}

    .index-banner img {
        width: 100%;
    }

.ahover a {
    color: #333;
    text-decoration: none;
}

.index-content {
    width: 100%;
    padding: 50px 0px;
    background-color: #fff;
}

.index-product ul {
    margin-top: 20px;
    list-style-type: none;
}

    .index-product ul li {
        float: left;
    }

.index-news li > a {
    position: relative;
}

.index-news li:first-child {
    border-bottom: 1px dotted #eeeeee;
}

    .index-news li:first-child span {
        position: absolute;
        top: 0px;
        right: 0px;
    }

.index-news span {
    position: absolute;
    top: 15px;
    right: 0px;
}

.index-product ul li > a, .index-news ul li > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #666;
}

.index-news ul li:first-child > a {
    padding: 0 0 15px;
}

.index-news ul li > a {
    padding: 10px 0px;
}

.index-shadow:hover {
    box-shadow: 2px 2px 5px #888;
}

.index-shadow .shadow {
    padding: 15px;
    text-align: center;
}

.index-shadow:hover .shadow {
    color: #fff;
    background-color: #3488ea;
}

.index-shadow:hover a {
    border-radius: 20px;
}

.index-shadow a:hover {
    color: #999;
    background-color: #f8f8f8;
}

.heng {
    display: block;
    width: 100px;
    margin: 0px auto 10px;
    border-bottom: 1px solid #e3e3e3;
}

/*---------company--------------*/
.company-content {
    width: 100%;
    padding: 50px 0;
}

    .company-content p {
        color: #666666;
    }

    .company-content .row {
        text-align: center;
    }

/*---------news-----------*/
.media img {
    width: auto;
}

.info0 p {
    font-size: 14px;
    line-height: 1.8;
    color: #808080;
}

/*-----------info*----------------*/
.info18 p {
    font-size: 14px;
    color: #333;
}

.info9 p {
    color: #333;
    font-size: 14px;
}

/*-------footer-----------------*/
.footer {
    color: #fff;
}

    .footer a {
        display: block;
        color: #fff;
        padding: 5px 0px;
        text-decoration: none;
    }

    .footer img {
        width: auto;
    }

    .footer h4 {
        margin-top: 0;
    }
