body {
    font-family: Arial, Helvetica, sans-serif, "Microsoft YaHei";
}

.loadbar {
    background-color: cornflowerblue;
    height: 3px;
    box-shadow:2px;
}
.content {
    min-height: 600px;
}
.dropdown-new{
    min-height:200px;
}
.btn-primary{
    color:white;
    background-color:#337ab7;
    border-color:#2e6dab;
}
a {
    color: #2e6dab;
}

    a.weixin {
        position: relative;
    }

.weixin::after {
    content: url(../images/ameba_wechat.jpg);
    position: absolute;
    right: -28px;
    top: -135px;
    z-index: 99;
    width: 128px;
    height: 128px;
    border: 4px solid #233259;
    border-radius: 4px;
    transform-origin: top right;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover::after {
    transform: scale(1);
    opacity: 1;
}

label{
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:bold;
    color:#333;
    font-size:14px;
}
.table-bordered > tbody > tr > td {
    border: none;
    border-bottom:.5px solid #d9d9d9;
}
.table-bordered{
    border: none;
}

/*header*/
nav {
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: darkgray;
    height: 55px;
    padding-top: 1px;
    padding-bottom: 1px;
}
    nav .navbar {
        height: 50px;
    }

    /* 标题样式 */
    .navbar .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin: 0 6px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        border-bottom-width: 1.5px;
        padding-bottom: 0;
    }
        /* 下划线样式 */
        .navbar .navbar-nav > li > a:hover {
            border-bottom-color: #233259;
        }

    /* 设置当前页面的下划线 */
    .navbar .navbar-nav > .active > a {
        border-bottom-color: #233259;
    }
/* banner */
.home-page-banner {
    height: 210px;
    background: url("../images/home_banner.jpg") no-repeat center center;
    background-size: 1440px;
    background-color: #233259;
}

    .home-page-banner > img {
        margin: 50px auto;
		width:100%;
        max-height: 100px;
    }


.sale > a{
    color: orangered !important;
}
.salebottom > a {
    border-bottom-color: darkred !important;
}
.sale > a:hover {
    border-bottom-color: darkred !important;
}
.sale_title > small {
    color: orangered;
    font-size: 14px;
}

footer a {
    font-size: 14px;
    height: 10px;
    color: #868686;
}

footer small > a {
    font-size: 12px;
    color: #868686;
}

footer h5 {
    color: white;
    font-size: 16px;
}

.copyright {
    text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
    color: #868686;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

.home-page-features {
    padding: 40px 10px;
    background: white;
}

    .home-page-features p {
        margin-top: 20px;
        font-size: small;
    }

    .home-page-features img {
        text-align: center;
        margin-top: 20px;
        height: 40px;
    }

    .home-page-features .col-sm-6 > div {
        padding: 0 10% 0 10%;
    }

/*about*/
.home-page-about {
    padding-top: 20px;
    background-color: white;
}

    .home-page-about .about {
        text-align: center;
        margin: 30px;
    }

        .home-page-about .about > img {
            height: 28px;
        }

    .home-page-about .about-content {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .home-page-about iframe {
        width: 100%;
        height: 540px;
        margin-bottom: 25px;
    }

@media screen and (max-width: 700px) {
    nav{
        background-color:white;
    }
    nav .navbar{
        padding-left:-200px;
        background-color:red;
    }

    .navbar li a {
        border-bottom-width: 0;
        background-color: white;
    }

        .navbar li a:hover {
            border-bottom-width: 0;
            background-color: lightgray;
        }

    .navbar .active > a {
        border-bottom-width: 0;
        background-color: lightgray;
    }

    .home-page-features img {
        margin-top: 2px;
        height: 20px;
    }

    .home-page-about {
        padding: 50px 0;
        background-color: white;
    }

        .home-page-about .about {
            text-align: left;
            margin: 20px;
        }

            .home-page-about .about > img {
                height: 20px;
            }

        .home-page-about iframe {
            height: 240px;
        }
}

