body {
    font: 14px/1.8 "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif ;
}
.body {
    padding: 0;
}

/* Header */
.header-box {
    box-shadow:  0 0 5px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}
.header {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    padding: 15px 60px 15px 0;
    position: relative;
}
.logo img {
    max-width: 100%;
    width: 400px;
    height: auto;
}
.nav-box {
    padding: 15px 0;
}
.nav-header {
    float: right;
}
.nav-header li {
    margin: 0 5px;
}
.nav-header li a{
    color: #222222;
    font-size: 16px;
    transition: all 0.2s ease-in;
}
.nav-header li a:hover {
    color: #000;
}
#example-navbar-collapse {
    float: right;
}
@media (max-width: 768px) {
    #example-navbar-collapse {
        float: none;
    }
    .nav-box {
        padding: 0;
    }
    .nav-header {
        float: none;
    }
    .nav-header li {
        display: block;
        float: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .info div[role='navigation'] {
        padding-bottom: 20px;
    }
    .dropdown-menu {
        position: relative;
    }
}
.navbar-toggle {
    border-color: #ccc;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    margin-top: -17px;
}
.navbar-toggle .icon-bar {
    background: #ccc;
}
/* 内容 */
.breadcrumb-box {
    background: #f2f2f2;
    position: relative;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.10);
}
.breadcrumb-box .breadcrumb {
    background: #f2f2f2;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#message {
    padding: 20px;
}

.body-box {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.nav-left {
    padding: 0 10px;
}
.nav-left li a {
    color: #666;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    transition: all 0.2s ease-in;
}
.nav-left li.active a {
    border-color: transparent;
}
.nav-left li a:hover {
    border-color: #337ab7;
    color: #000;
    font-weight: bold;
    background: none;
}
.nav-left li.active a:hover {
    font-weight: normal;
    color: #fff;
}
.menu-title {
    margin: 0;
    padding-left: 10px;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #ccc;
}
.body-info {
    padding: 20px;
}
.body-info img {
    max-width: 100%;
}

/* Product */
.product-list {
    padding: 20px;
}
.product-list .thumbnail {
    margin-bottom: 15px;
    transition: all 0.2s ease-in;
}
.product-list .thumbnail:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.product-list .thumbnail img {
    width: 100%;
}
.product-list .caption {
    text-align: center;
}
.product-img-link {
    text-align: center;
    max-height: 150px;
    overflow: hidden;
    border: 2px solid #f2f2f2;
}
.product-img-link img{
    padding: 5px;
    max-width: 100%;
    width: 200px;
    height: auto;
}
.product-img-link:hover {
    border-color: #78a9c9;
}
.product-img-link, .product-text-link {
    display: block;
}
.product-text-link {
    text-align: center;
    line-height: 32px;
    color: #666;
}
product-text-link:hover {
    text-decoration: underline;
    color: #000;
}
/* Footer Style */
.footer {
    background: #f2f2f2;
    font-size: 14px;
}
.footer-info {
    max-width: 960px;
    margin: 20px auto 0 auto;
    padding: 20px;
}
.footer-logo img{
    width: 260px;
    height: 32px;
    line-height: 0;
}
.footer-nav {
    line-height: 1.8;
    padding: 2px 0;
    overflow: hidden;
}
.footer-nav li {
    float: left;
    list-style: none;
    margin-right: 10px;
}
.footer-nav li a {
    color: #333333;
    font-weight: bold;
}
.footer-nav li a:hover {
    color: #000;
    text-decoration: underline;
}
.footer-contact{
    color: #666666;
    line-height: 1.8;
}
.footer-contact a:hover {
    color: #333;
    text-decoration: underline;
}
.qrcode {
    padding-top: 20px;
}
.qr-img {
    text-align: center;
}
.qr-img img {
    width: 80px;
    height: 80px;
}
.qr-text {
    font-size: 12px;
    color: #333;
    line-height: 36px;
    text-align: center;
}

/**
 * banner
 */

.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
}
.banner ul {
    list-style: none;
    width: 300%;
}
.banner ul li {
    display: block;
    position: relative;
    float: left;
    width: 33%;
    min-height: 420px;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);*/
}
.banner .inner {
    padding: 160px 0 110px;
}
.banner h1, .banner h2 {
    font-size: 40px;
    line-height: 52px;
    color: #fff;
}
.banner .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
}
.banner .btn:hover {
    background: rgba(255, 255, 255, .05);
}
.banner .btn:active {
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
}
.banner .btn, .banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}
.banner .arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
}
.banner .arrow {
    display: inline;
    padding-left: 10px;
    cursor: pointer;
}
.banner-link{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.banner-link span{
    display: none;
}

#ban-right, #ban-left {
    display: block;
    top: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    margin-top: -18px;
    left: 20px;
}
#ban-right:hover, #ban-left:hover {
    opacity: 0.8;
}
#ban-right img, #ban-left img {
    width: 100%;
}
#ban-right {
    left: inherit;
    right: 20px;
}
.unslider .unslider-nav {
    display: none;
}

.pro-menu-h2 {
    max-width: 680px;
    line-height: 76px;
    border-bottom: 2px solid #929292;
    margin: 0 auto;
    text-align: center;
}
.pro-index-info {
    padding: 5px 20px;
    max-width: 680px;
    margin: 0 auto;
    color: #666;
    text-align: center;
}
.pro-index-box {
    max-width: 960px;
    margin: 20px auto 0 auto;
}
.pro-index-box .thumbnail:hover {
    border-color: #337ab7;
}
.pro-index-box .thumbnail .index-img-a img {
    width: 270px;
    height: 200px;
    margin: 0 auto;
    display: block;
}