/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 20px;
}
body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "微软雅黑";
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important; 
    opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity:1;
}

input:-ms-input-placeholder{
    color: #fff !important;
    opacity:1;
}

input::-webkit-input-placeholder{
    color: #fff !important;
    opacity:1;
}
.download-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0b0909 !important; 
    opacity:1; 
}

.download-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0b0909 !important;
    opacity:1;
}

.download-search input:-ms-input-placeholder{
    color: #0b0909 !important;
    opacity:1;
}

.download-search input::-webkit-input-placeholder{
    color: #0b0909 !important;
    opacity:1;
}
em,i,span {
    font-style: inherit !important;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * =============================================================================================
 */
.navbar-fixed-top .navbar-collapse {
    max-height: 1000px;
}
.navbar-toggle {
    margin-top: 7px;
}
.navbar {
    height:6.0rem;
    margin-bottom: 0;
    background:rgba(83, 102, 125, 0.88);
}
.navbar-brand {
    height:4rem;
    margin-left:0;
    margin-right: 5rem;
}
.nav>li>a {
    font-size: 0.75rem;
    color:#fff;
    padding: 0.75rem 0;
}
.navbar-nav {
    margin-top: 20px;
    
}
header .navbar {
    padding-top: 1rem;
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
    padding-bottom: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a {
    border-bottom: 6px solid #39aafa;
    color:#fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color:#fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover {
    border-bottom: 6px solid #39aafa;
}
.navbar-default .navbar-nav>li>a span {
    border-left: 2px solid #fff;
    padding:0 1.5rem;
    color:#fff;
}
.input-group .form-control {
    font-size: 0.7rem;
}
.navbar-default .navbar-nav>li:last-child>a span {
    border-right: 2px solid #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color:#fff;
}
.banner {
    position:relative;
}
.banner .language {
    position:absolute;
    right:2rem;
    top:7rem;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
    font-size: 0.8rem;
    padding:0.5rem;
}
.banner .language a {
    color:#fff;
    font-size: 0.7rem;
    line-height: 1.0;
}
.banner .language a i {
    border-right: 1px solid #fff;
    padding:0 10px;
    text-align: center;
    display:inline-block;

}
.banner .language a:last-child i {
    border-right: 0;
}
.banner .carousel-indicators li {
    width:0.7rem;
    height:0.7rem;
    margin:0 0.3rem;
    background:#fff;
    border:none;
}
.banner .carousel-indicators .active {
    width:1.4rem;
    height:0.7rem;
    background:#39aafa;
}
.banner .carousel .carousel-inner .item .see-more{
    position:absolute;
    bottom:80px;
    width:6rem;
    height:1.5rem;
    line-height: 1.2;
    background-color: #39aafa;
    color:#fff;
    font-weight: bold;
    left:0;
    right:0;
    margin:auto;
    font-size: 0.7rem;
    text-align: center;
}
.banner .carousel .carousel-inner .item .see-more:hover {
    background-color: #fff;
    color:#39aafa;
    transition:all 0.4s;
    -moz-transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
}
.relative {
    position:relative;
}
/**
 * =========================our brand=============
 */
.index-brand {
    padding: 7.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
}
.index-tit {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.index-tit em {
    width:38px;
    height:3px;
    background-color: #39aafa;
    display:block;
    margin:10px auto;
}
.brand-list {
    position:relative;
}
.brand-list .swiper-slide {
    border-top: 4px solid #39aafa;
    padding:2.0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 15rem;

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity:1.0;
}
.brand-list .swiper-slide .slide-box {
    transition:all 0.8s;
    -ms-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
}
.brand-list .swiper-slide:hover .slide-box {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition:all 0.8s;
    -ms-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
}
.brand-list .swiper-slide .brand-logo em {
    display:block;
    width:38px;
    height:5px;
    background-color: #ccc;
    margin: 30px 0;
}
.brand-list .swiper-slide .brand-logo img {
    max-width: 100%;
}
.brand-list .swiper-slide .brand-li {
    font-size: 0.8rem;
    color:#666666;
    line-height: 1.5;
}
.brand-list .swiper-slide .brand-li:hover a {
    color:#39aafa;
}
.brand-list .owl-controls {
    
}
.brand-list .swiper-button-prev {
    background-image: url(../img/left.png);
    left:-80px;
    background-size: inherit;
    width:60px;
    height:70px;
}
.brand-list .swiper-button-next {
    background-image: url(../img/right.png);
    right:-80px;
    background-size: inherit;
    width:60px;
    height:70px;
}
.brand-list .swiper-button-prev:hover {
    background-color: #ccc;
}
.brand-list .swiper-button-next:hover {
    background-color: #ccc;
}

.index-product {
    padding:7.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-product .product-container {
    background-color: #fff;
}
.index-product .product-container .swiper-slide {
    opacity: 0.8;
    z-index: 80;
}
.index-product .product-container .swiper-slide-next {
    transform: scale(1.4) !important;
    opacity:1.0;
    z-index: 99;
}
.product-list .product-prev {
    background: url(../img/pro-left.png) no-repeat center center;
    left:0;
    background-size: inherit;
    width:3rem;
    height:3.5rem;
    position:absolute;
    top:50%;
    z-index: 90;
}
.product-list .product-prev:hover {
    background-color: rgba(34,39,42,0.8);
}
.product-list .product-next:hover {
    background-color: rgba(34,39,42,0.8);
}
.product-list .product-next {
    background: url(../img/pro-right.png) no-repeat center center;
    right:0;
    background-size: inherit;
    width:3rem;
    height:3.5rem;
    position:absolute;
    top:50%;
    z-index: 90;
}
.product-more {
    text-align: center;
    margin-top:2.5rem;
}
.product-more .btn {

    padding:0.5rem 2rem;
    
    background-color: #39aafa;
    color:#fff;
    border:1px solid #39aafa;
    transition:all 0.8s;
    -ms-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
}
.product-more .btn:hover {
    background-color: transparent;
    color:#666;
    transition:all 0.8s;
    -ms-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
} 

.index-download {
    padding:2.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#39aafa;
    color:#fff;
    font-size: 0.8rem;
}
.index-download .download-tit {
    font-size: 1.1rem;
}
.index-download .p1 {
    line-height: 2rem;
    border-bottom: 1px solid #fff;
}
.download-container {
    padding-top: 2rem;
}
.download-container .dropup .btn{
    width:100%;
    text-align: left;
    background-color: transparent;
    border:1px solid #fff;
    color:#fff;
}
.download-container .dropdown-menu {
    left:15px;
}
.download-container .caret {
    float: right;
    margin-top: 8px;
}
.download-container .input-group-addon {
    background:none;
    color:#fff;
    border:none;
}
.download-container .form-control {
    
}
footer {
    color:#fff;
}
.footer-top {
    background:#13161b;
    padding:2.5rem 0 2.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-top .link {
    margin:1rem 0;
}
.footer-top .link a {
    padding:0 2.0rem 0 0;
    text-align: left;
    text-decoration: none;
    color:#fff;
    font-size: 0.7rem;
    line-height: 1.6rem;
}
.bdshare-button-style0-32 {
    margin-top: 2rem;
}
.bdshare-button-style0-32 .bds_tsina {
    background:url(../img/sina.png) no-repeat center center;
    display:inline-block;
    width:45%;
    background-position: 0 !important;
    background-size: contain;
    float:left;
}
.bdshare-button-style0-32 .bds_weixin {
    background:url(../img/wechat.png) no-repeat center center;
    display:inline-block;
    width:45%;
    background-position: 0 !important;
    background-size: contain;
    float:left;
}
.footer-bottom {
    font-size: 0.7rem;
    color:#b1b1b1;
    text-align: center;
    background:#000;
    padding:1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}

.catpos {
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    color:#323232;
    font-size: 0.75rem;
}
.catpos a {
    color:#323232;
    text-decoration: none;
    font-size: 0.75rem;
}
.catpos a:last-child{
    color:#39aafa;
}
.news-recommend {
    padding:2.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}
.news-recommend .news-recommend-img {
    padding-right: 1rem;
    overflow:hidden;
    
}
.news-recommend .news-recommend-img img {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.news-recommend .news-recommend-img:hover img {
    transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.news-text {
    background-color: #f5f5f5;
    padding:0 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-chip span {
    display:inline-block;
    /*padding-right: 50px;*/
    font-size: 0.7rem;
    color:#666666;
    margin-bottom: 1.0rem;
}
.news-tit {
    font-size: 1.0rem;
    color:#141414;
    margin-top: 40px;
}
.news-detail {
    font-size: 0.75rem;
    color:#323232;
    line-height: 2.0;
}
.news-list .news-item {
    padding: 2.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    transition:all 0.4s;
    -moz-transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -mstransition:all 0.4s;
}
.news-list .news-item:hover {
    transition:all 0.4s;
    -moz-transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -mstransition:all 0.4s;
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
.news-list .news-item .news-img {
    text-align: center;
    border-top:2px solid #39aafa;
}

.news-list .news-item .news-text {
    background:none;
    padding:0 15px;
}
.page {
    text-align: center;
    padding:2.5rem 0;
}

.service-list {
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
.service-header {
    border-bottom: 1px solid #dcdcdc;
}
.service-list .swiper-slide {
    text-align: center;
    font-size: 16px;
    color:#333333;
}
.service-list .swiper-slide a {
    text-decoration: none;
    display:inline-block;
    padding:15px 0;
}
.service-list .swiper-slide a.on {
    border-bottom: 2px solid #39aafa;
    color:#39aafa;
}
.service-list .service-prev {
    /*width:30px;*/
    height:30px;
    background:url(../img/service-left.png) no-repeat center center;
    
    margin-top: 12px;
    cursor:pointer;
}
.service-list .service-next {
    /*width:30px;*/
    height:30px;
    background:url(../img/service-right.png) no-repeat center center;
    margin-top: 12px;
    cursor:pointer;
}
.service-detail .service-tit {
    font-size: 1.2rem;
    color:#323232;
    line-height: 2.0;
    text-align: center;
    font-weight: bold;
}
.service-detail {
    padding:2.5rem 0;
}
.service-desc {
    font-size: 0.8rem;
    line-height: 1.5;
}

.content .subnav {
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}
.content .subnav a {
    display:inline-block;
    padding:1.0rem 1.5rem;
    font-size: 0.8rem;
    color:#333333;
    text-decoration: none;
}
.content .subnav a:hover span{
    border-bottom: 2px solid #39aafa;
    padding:1rem 0;
    color:#39aafa;
}
.content .subnav a.active span{
    border-bottom: 2px solid #39aafa;
    padding:1rem 0;
    color:#39aafa;
}
.page-content {
    padding-top: 2.0rem;
    font-size: 0.75rem;
    color:#09090b;
    line-height: 2.0;
}
.page-content .page-tit h1 {
    font-size: 1.1rem;
    color:#666666;
    font-weight: bold;
}
.page-content .page-tit h1 em {
    display: inline-block;
    margin: 0 0.5rem;
    font-style: initial;
}
.page-content .page-tit h1 i{
    font-size: 0.9rem;
    color:#9a9a9a;
    font-weight: normal;
}
.page-content .page-tit h1 span {
    color:#39aafa;
}
.page-content .info {
    text-align: center;
    padding:1rem;
    position:relative;
}
.page-content .info .p1 {
    display:inline-block;
    position:absolute;
    width:22px;
    height:22px;
    background:url(../img/icon-1.png) no-repeat center center;
    background-size: cover;
    left:0;
    top:0;
}
.page-content .info .p2 {
    display:inline-block;
    position:absolute;
    width:22px;
    height:22px;
    background:url(../img/icon-2.png) no-repeat center center;
    background-size: cover;
    right:0;
    top:0;
}
.page-content .section2 {
    background-color: #39aafa;
    color:#fff;
    font-size: 0.75rem;
    line-height: 2.0;
    padding:3.0rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-content .section2 .detail h3 {
    font-size: 1.0rem;
    line-height: 2.0;
}
.page-content .section3 {
    padding:4.0rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:url(../img/sec-bg.png) no-repeat left center;
    background-size: cover;
}
.page-content .section3 .spc {
    text-align: center;
}
.page-content .section3 .spc span {
    font-size: 0.9rem;
    color:#09090b;
    line-height: 2.0;
    font-weight: bold;
    padding:0 2rem;
}
.page-content .section3 .spc span:first-child em {
    font-size: 2.0rem;
}
.page-content .section3 .spc span em {
    font-size: 1.7rem;
    color:#39aafa;
    font-style: inherit;
}
.page-content .section3 .p3 {
    font-size: 0.75rem;
    color:#09090b;
}
.address-list {
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
}
.address-list .add-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:12.5rem;
    padding: 0 10px;
    transition: all 0.2s;
}
.address-list .add-item:hover {
    box-shadow: -10px 10px 10px #ccc;
    border: 1px solid #ccc;
}
.address-list .add-item h3 {
    font-size: 0.8rem;
    color:#666666;
    line-height: 2.0;
    font-weight: bold;
}
.address-list .add-item .add-desc {
    font-size: 0.7rem;
    color:#666666;
    line-height: 2.0;
}
.purpose {
    padding:2.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.purpose .purpose-item {
    text-align: center;
    font-size: 0.7rem;
    color:#09090b;
    line-height: 2.0;
    padding:0 2.0rem;
}
.purpose .purpose-item h3 {
    font-size: 0.9rem;
    color:#39aafa;
    font-weight: bold;
}
.purpose .purpose-item h4 {
    font-size: 0.8rem;
    color:#39aafa;
}
.hornor .hornor-prev {
    width:2.4rem;
    height:118px;
    background:url(../img/hornor-left.png) no-repeat center center;
    position:relative;
    top:20px;
    cursor:pointer;
}
.hornor .hornor-prev:hover {
    background-color: #e1e1e1;
}
.hornor .hornor-next:hover {
    background-color: #e1e1e1;
}
.hornor {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hornor .hornor-next {
    width:2.4rem;
    height:118px;
    background:url(../img/hornor-right.png) no-repeat center center;
    position:relative;
    top:20px;
    cursor:pointer;
}
.hornor .swiper-slide {
    text-align: center;
    padding:0 2.5rem;
}
.hornor .swiper-slide h3 {
    font-size: 14px;
    color:#000;
}

.download-search {
    background-color: #f5f5f5;
    padding-top: 30px;
}
.download-search .doanload-header {
    border-bottom: 1px solid #0b0909;
}
.download-search .doanload-header h1 {
    font-size: 1.1rem;
    color:#0b0909;
    line-height: 2.0;
}
.download-search .doanload-header .download-p1 {
    font-size: 0.8rem;
    color:#0b0909;
    line-height: 2.0;
}
.pagination>li>a, .pagination>li>span {
    font-size: 0.8rem;
}
.pagination>li>a.current-page {
    background-color: #eee;
}
.download-search-box {
    padding:2.0rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.download-search-box .dropdown .btn{
    width:100%;
    text-align: left;
    background-color: #fff;
    border:1px solid transparent;
    color:#0b0909;
}
.download-search-box .dropdown-menu {
    left:15px;
}
.download-search-box .caret {
    float: right;
    margin-top: 8px;
}
.download-search-box .input-group-addon {
    background:none;
    color:#fff;
    border:none;
}
.layui-table {
    margin:0;
    text-align: center;
}
.layui-table th {
    text-align: center;
   
}
.layui-table thead tr {
     background-color: #fafafa;
}
.download-list .layui-btn {
    background:url(../img/btn-bg.png) repeat;
    color:#323232;
    font-size: 0.7rem;
    height:24px;
    line-height: 24px;
    text-decoration: none;
}
.download-list .layui-table td, .download-list .layui-table th {
    font-size: 0.7rem;
    padding:8px 5px;
}
.case-index-container {
    background-color: #f5f5f5;
    padding:10.5rem 0 6.5rem;
}
.case-index-container .case-category {
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
}
.case-index-container .case-category .case-more {
    border:1px solid #a6a6a6;
    padding:5px 1rem;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.8rem;
    color:#13161b;
    margin-top: 2.5rem;
    display:inline-block;
}
.case-index-container .case-category .warp {
    background-color: #fff;
    padding:3.5rem 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-index-container .case-category .case-more:hover {
    background-color: #39aafa;
    color:#fff;
    border-color: #39aafa;
}
.case-index-container .case-category h3 {
    font-size: 1.5rem;
    color:#13161b;
    font-weight: bold;
}
.case-index-container .case-category h4 {
    font-size: 0.8rem;
    color:#8a97a6;
}
.case-container {
    padding-top: 2rem;
}
.case-container .row {
    margin-left: 0;
}
.case-container .case-item {
    background-color: #f8f8f8;
    cursor:pointer;
    margin-bottom: 30px;
}
.case-container .case-item .case-img {
    padding-left: 0;
    padding-right: 30px;
}
.case-container .case-item:hover .case-tit{
    color:#39aafa;
}
.case-container .case-item .case-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 0;
}
.case-container .case-item .case-chip span {
    display:inline-block;
    /*padding-right: 50px;*/
    font-size: 0.7rem;
    color:#666666;
    margin-bottom: 20px;
}
.case-container .case-item .case-tit {
    font-size: 1rem;
    color:#141414;
}
.case-container .case-item .case-detail {
    font-size: 0.75rem;
    color:#323232;
    line-height: 24px;
}
.case-container .case-item .case-more {
    font-size: 0.7rem;
    color:#666666;
    text-decoration: none;
}
.case-container .case-item:hover .case-more {
    color:#39aafa;
}
.back-to-list {
    padding: 24px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.back-to-list a {
    display:inline-block;
    padding:0 1rem;
    border-radius: 20px;
    border:1px solid #a6a6a6;
    line-height: 2.0;
    text-decoration: none;
    font-size: 0.7rem;
    color:#13161b;
    background:url(../img/sna.png) no-repeat left 8px center;
    transition:all 0.2s;
    -ms-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -webkit-transition:all 0.2s;
}
.back-to-list a:hover {
    transition:all 0.2s;
    -ms-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -webkit-transition:all 0.2s;
    border-color: #39aafa;
    background-color: #39aafa;
    color:#fff;
}
.case-show {
    padding:60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-show .case-header {
    text-align: center;
    margin-bottom: 1rem;
}
.case-show .case-header h3 {
    font-size: 1.1rem;
    color:#323232;
    line-height: 2.0;
}
.case-show .case-header span {
    display:inline-block;
    border-right: 1px solid #666;
    font-size: 0.7rem;
    color:#666;
    padding:0 10px;
    line-height: 1.0;
}
.case-show .case-header span:last-child {
    border-right: 0;
}
.case-show .case-content {
    padding:1.25rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0.7rem;
    color:#323232;
    line-height: 2.0;
}
.case-show .case-content img {
    max-width: 100% !important;
}
.case-forward {
    padding:0.75rem 0;
    font-size: 0.7rem;
    color:#323232;
}
.case-forward .case-back-list {
    color:#959595;
    text-align: center;
}
.case-forward .case-back-list a{
    color:#959595;
    text-align: center;
}
.case-forward .case-next {
    text-align: right;
}
.index-product .product-container {
    padding:2rem 0;
}
.product-container {
    padding:2rem 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.product-container .form-group {
    position:relative;
    margin-bottom: 1.2rem;
}
.product-container .warp {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-container .form-group .form-control {
    text-indent: 40px;
    height:2.2rem;
}
.product-container .product-search-btn {
    position:absolute;
    width:1.2rem;
    height:1.2rem;
    background:url(../img/search-icon.png) no-repeat center center;
    background-size: 100%;
    border:none;
    top:0;
    left:1rem;
    bottom:0;
    margin:auto;
}
.product-nav {
    border:1px solid #e8e8e8;
    background-color: #fff;
}
.product-nav .pro-category {
    font-size: 0.8rem;
    background-color: #000;
    color:#fff;
    line-height: 2.5;
    margin:0;
    padding-left: 1rem;
}
.product-nav .pro-nav-item .item-warp {
    padding:0 1rem;
}
.product-nav .pro-nav-item .pro-series {
    padding-left: 1rem;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin:0;
    line-height: 2.0rem;
    font-size: 0.75rem;
    color:#000;
}
.product-nav .pro-nav-item .category-list {
    padding:0.5rem 0;
}
.product-nav .pro-nav-item .category-list .category-item {
    display:block;
    text-decoration: none;
    color:#13161b;
    font-size: 0.75rem;
    padding:0.25rem 0;
}
.product-nav .pro-nav-item .category-list .category-item.selected {
    color:#39aafa;
}
.product-nav .pro-nav-item .category-list .category-item em {
    display:inline-block;
    width:0.7rem;
    height:0.7rem;
    border:1px solid #000;
    vertical-align: middle;
    margin-right: 5px;
}
.product-nav .pro-nav-item .category-list .category-item:hover em {
    border-color: #39aafa;
}
.product-nav .pro-nav-item .category-list .category-item:hover {
    color:#39aafa;
}
.product-container .category-name {
    font-size: 0.8rem;
    color:#333;
    line-height: 2.0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1.2rem;
}
.product-container .brand-list {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #dcdcdc;
}
.product-container .product-list {
    padding-top: 2.0rem;
}
.product-container .product-list .product-item {
    position:relative;
    margin-bottom: 1.0rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    

}
.product-container .product-list .product-item .product-warp {

}
.product-container .product-list .product-item:hover .product-warp {
    border-color: #39aafa;
    transition: all 0.2s;
}
.product-container .product-list .product-item .product-warp {
    background-color: #fff;
    border:1px solid #dcdcdc;
    transition: all 0.2s;
}
.product-container .product-list .product-item .product-name {
    background-color: rgba(226, 226, 226, 0.7);
    font-size: 0.8rem;
    color:#323232;
    position:absolute;
    bottom:0.6rem;
    left:0.5rem;
    width:80%;
    text-align: left;
    padding: 0.4rem 0 0.4rem 1.0rem;

}
.product-container .product-list .product-item:hover .product-name {
    background-color: rgba(63, 172, 251, 0.7);
    color:#fff;
    transition: all 0.4s;
}
.product-show {
    background-color: #fff;
}
.product-show .product-show-header {
    padding-bottom: 2.0rem;
}
.product-show .product-show-header h3{
    color:#323232;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.product-show .product-show-header .product-desc {
    font-size: 0.8rem;
    line-height: 2.0;
    color:#323232;
}
.product-show-bottom {
    padding:2.0rem 0;
    background-color: #f5f5f5;
}
.product-show-bottom .product-nav .pro-series {
    background-color: #e2e2e2;
    color:#13161b;
}
.product-show-bottom .product-nav .category-list .category-item em {
    background-color: #000;
}
.product-show-bottom .product-nav .category-list .category-item:hover {
    color:#c8c8c8;
}
.product-show-bottom .product-nav .category-list .category-item:hover em {
    background-color: #c8c8c8;
    border-color: #000;
    
}
.product-show-bottom .product-nav .category-list .category-item.category-on {
    color:#c8c8c8;
}
.product-show-bottom .product-nav .category-list .category-item.category-on em {
    background-color: #c8c8c8;
    border-color: #000;
    
}
.product-show-bottom .nav-tabs {
    border-color: #231815;
}
.product-show-bottom .nav-tabs>li {
    margin-bottom: 0;
    
}
.product-show-bottom .nav-tabs>li>a {
    padding:0 1.5rem;
    line-height: 2.5;
    color:#323232;
    font-size: 0.8rem;
}
.product-show-bottom  .nav-tabs>li.active>a {
    background-color: #13161b;
    color:#fff;
}
.product-show-bottom  .tab-content {
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#323232;
    font-size: 0.7rem;
    line-height: 2.0;
}
.product-show-bottom .recommend-tit {
    color:#323232;
    font-size: 0.8rem;
    margin:1.5rem 0 1rem 0;
}
.recommend-product .swiper-slide  {
    text-align: center;
    
}
.recommend-product .swiper-slide img {
    border:1px solid #dcdcdc;
    transition:all 0.2s;
}
.recommend-product .swiper-slide:hover img {
    border-color: #39aafa;
    transition:all 0.2s;
}
.recommend-product .swiper-slide h3 {
    font-size: 0.8rem;
    color:#333333;
}
.recommend-product .swiper-slide:hover h3 {
    color:#39aafa;
    text-decoration: none;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.product-show-header .swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
.product-show-header .swiper-slide {
    background-size: 100%;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide em {
    display:inline-block;
    width:100%;
    height:100%;
    background:rgba(131, 131, 131, 0.8);
}
.product-show-header .gallery-thumbs .swiper-slide {
    height: 100%;
}
.gallery-thumbs .swiper-slide.swiper-slide-active em {
    opacity:0.0;
}
.product-show-header .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border:1px solid #39aafa;
}
.product-show-header .swiper-button-next {
    position:relative;
    bottom:-25px;
    top:auto;
    background: url(../img/product-right.png) no-repeat center center;
    width:100%;
    height:26px;
    left:0;
    background-size: cover;
}
.product-show-header .swiper-button-prev {
    top:-2px;
    background: url(../img/product-left.png) no-repeat center center;
    width:100%;
    height:26px;
    background-size: cover;
    left:0;
    position:relative;
}
.xs-product {
    text-align: center;
}
.pc-subnav .nav-brand {
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 0;
}
.pc-subnav .nav-brand a {
    color:#fff;
}
.pc-subnav .nav-series h3 {
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom:  5p;
}
.pc-subnav .nav-series h3 a {
    color:#fff;
}
.pc-subnav .nav-series .nav-catname {
    display:block;
    color:#fff;
    text-decoration: none;
    font-size: 0.65rem;
    line-height: 2.0;
    
}
.pc-subnav .nav-series .nav-catname:hover {
    color:#b5b5b5;
    
}
.pc-subnav .nav-series .nav-catname span {
    border-bottom:2px solid transparent;
}
.pc-subnav .nav-series .nav-catname:hover span {
    border-color: #39aafa;
}
.pc-subnav .nav-series .nav-catname.selected-nav span {
    border-color: #39aafa;
    color:#b5b5b5;
}
.pc-subnav .nav-product-item:hover {
    background-color: #475b74;
}

.relate-links .relate-title {
    text-align: center;
    font-size: 0.75rem;
    color:#323232;
    font-weight: bold;
}
.relate-links .relate-item {
    font-size: 0.7rem;
    color:#323232;
    border-right: 2px solid #c8c8c8;
    text-align: center;
    margin-bottom: 1.5rem;
}
.relate-links .relate-item.relate-on {
    color:#39aafa;
}
.share-sina {
    background:url(../img/sina.png) no-repeat center center;
    height:2.0rem;
    width:2.0rem;
    background-size: 100%;
    margin-right: 1.5rem;
    display:inline-block;
}
.share-wechat {
    background:url(../img/wechat.png) no-repeat center center;
    height:2.0rem;
    width:2.0rem;
    background-size: 100%;
    display:inline-block;
}
.share {
    position:relative;
    top:10px;
}

.online-shops {
            padding:3rem 0 2rem;
        }
        .online-shops .shop-desc {
            font-size: 0.7rem ;
            color:#000;

        }
        .online-shops .shop-brand-logo {
            height:40px;
            background-position: top left;
            transition:all 0.2s;
            -moz-transition:all 0.2s;
            -ms-transition:all 0.2s;
            -webkit-transition:all 0.2s;
            margin-bottom: 20px;
        }
        
        .online-shops .shop-brand-logo.sennheiser {
            background:url(../img/brand-1.png) no-repeat;
        }
        .online-shops .shop-brand-logo.skullcandy {
            background:url(../img/brand-2.png) no-repeat;
        }
        .online-shops .shop-brand-logo.focal {
            background:url(../img/brand-3.png) no-repeat;
        }
        .online-shops .shop-brand-logo.koss {
            background:url(../img/brand-4.png) no-repeat;
        }
        .online-shops .shop-brand-logo:hover {
            background-position: bottom left;
        }
        .online-shops .shop-link  {
            font-size: 0.7rem ;
            margin: 1.5rem 0;
            
        }
        .online-shops .shop-link a{
            color:#000;
        }
        .online-shops .shop-desc .brand-name {
            color:#39aafa;
        }
        .online-shops .shop-link .tmall-link {
            display:inline-block;
            line-height: 20px;
            margin-right: 20px;
        }
        .online-shops .shop-link a em{
            display:inline-block;
            width:30px;
            height:30px;
            background-position: top left;
            transition:all 0.2s;
            -moz-transition:all 0.2s;
            -ms-transition:all 0.2s;
            -webkit-transition:all 0.2s;
        }
        .online-shops .shop-link .tmall-link em {
            background:url(../img/tmall.png) no-repeat;
        }
        .online-shops .shop-link .jd-link em {
            background:url(../img/jd.png) no-repeat;
        }
        .online-shops .shop-link a:hover em {
            background-position: bottom center;
        }
        .online-shops .shop-link a:hover {
            color:#bf0600;
            text-decoration: none;
        }
        .online-shops ul li {
            padding-right: 3rem;
            height:220px;
        }
        @media (min-width: 768px) {
            .product-img img {
                height: 159px !important;
            }
        }
        @media (min-width: 992px) {
            .product-img img {
                height: 260px !important;
            }
        }