@import "http://cdn.bootcss.com/font-awesome/4.6.0/css/font-awesome.min.css" a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_2521888_w9itfizfv9f.woff2?t=1622454916479') format('woff2'),
         url('//at.alicdn.com/t/font_2521888_w9itfizfv9f.woff?t=1622454916479') format('woff'),
         url('//at.alicdn.com/t/font_2521888_w9itfizfv9f.ttf?t=1622454916479') format('truetype');
}
.iconfont{font-family:"iconfont"!important;font-style:normal;}

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif
}

button:focus,
input:focus,
textarea:focus {
    outline: 0
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    background-color: #fff6e1;
    border: 1px solid #ffd77b
}

.error-message {
    border: 1px solid #ff7466;
    min-height: 40px;
    background-color: rgba(255, 235, 233, 0.5);
    border-radius: 2px;
    padding: 10px
}

* {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on
}

.clearfix {
    clear: both;
    overflow: hidden
}

body {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    background: #fff;
    text-rendering: optimizeLegibility;
    line-height: 24px;
    letter-spacing: .005em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

small {
    font-size: 80%
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote {
    border-left: 3px solid rgba(219, 174, 110, 0.8);
    font-weight: 400;
    letter-spacing: .01rem;
    margin: 30px 0;
    padding: 10px
}

a {
    cursor: pointer
}

a:active,
a:hover {
    outline: 0
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

pre {
    padding: 17px;
    font: 14px/22px courier new;
    position: relative;
    margin: 40px 0;
    background-color: #f8f8f8
}

code,
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 3px
}

.wordwrap {
    word-wrap: break-word
}

.nowrap {
    white-space: nowrap
}

code {
    padding: 2px;
    background-color: #eee;
    word-break: break-word;
    letter-spacing: 0;
    font: 14px/26px courier new
}

pre code {
    padding: 0;
    background-color: #fff;
    border-radius: 0
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px
}

a {
    color: #111;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
    text-decoration: none -webkit-transition:all .518s;
    -moz-transition: all .518s;
    -ms-transition: all .518s;
    -o-transition: all .518s;
    transition: all .518s
}

a:hover {
    text-decoration: none;
    color: #1790cd
}

input[type=checkbox] {
    width: 14px;
    height: 14px;
    border-radius: 1px;
    border: 1px solid #ccc
}

input[disabled] {
    cursor: default;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.05)
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    color: inherit
}

.show {
    display: block
}

.hide {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.w80 {
    width: 80px
}

.w100 {
    width: 100px
}

.w120 {
    width: 120px
}

.w300 {
    width: 300px
}

.w400 {
    width: 400px
}

.w500 {
    width: 500px
}

.w800 {
    width: 800px
}

.block {
    display: inline-block
}

.blank1 {
    height: 1px
}

.blank2 {
    height: 2px
}

.blank5 {
    height: 5px
}

.blank10 {
    height: 10px
}

.blank20 {
    height: 20px
}

.blank30 {
    height: 30px
}

.blank50 {
    height: 50px
}

.padding0 {
    padding: 0
}

.padding-0 {
    padding: 0 !important
}

.padding {
    padding: 5px
}

.padding10 {
    padding: 10px
}

.padding15 {
    padding: 15px
}

.padding20 {
    padding: 20px
}

.padding30 {
    padding: 30px
}

.padding40 {
    padding: 40px
}

.padding50 {
    padding: 50px
}

.padding60 {
    padding: 60px
}

.padding70 {
    padding: 70px
}

.padding80 {
    padding: 80px
}

.plr60 {
    padding: 0 60px
}

.margin-0 {
    margin: 0 !important
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mt0 {
    margin-top: 0 !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt60 {
    margin-top: 60px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.pb70 {
    padding-bottom: 70px !important
}

.pb80 {
    padding-bottom: 80px !important
}

.pb90 {
    padding-bottom: 90px !important
}

.pb100 {
    padding-bottom: 100px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt40 {
    padding-top: 40px !important
}

.pr30 {
    padding-top: 30px !important
}

.f12 {
    font-size: 12px !important
}

.f14 {
    font-size: 14px !important
}

.f16 {
    font-size: 16px !important
}

.f18 {
    font-size: 18px !important
}

.f24 {
    font-size: 24px !important
}

.f26 {
    font-size: 26px !important
}

.f28 {
    font-size: 28px !important
}

.f30 {
    font-size: 30px !important
}

.lh24 {
    line-height: 24px !important
}

.lh30 {
    line-height: 30px !important
}

.lh40 {
    line-height: 40px !important
}
.lh150 {
    line-height: 150% !important;
}

.fb {
    font-weight: 700
}

.fa {
    color: #f60
}

.text-indent {
    text-indent: 36px
}

.bs {
    -moz-box-shadow: 0 3px 10px rgba(220, 220, 220, .4);
    -webkit-box-shadow: 0 3px 10px rgba(220, 220, 220, .4);
    box-shadow: 0 3px 10px rgba(220, 220, 220, .4)
}

.br3 {
    border-radius: 3px
}

.br6 {
    border-radius: 6px
}

.border_gray {
    border: 1px solid #eee
}

.solid_line {
    padding: 0;
    margin: 15px 0 15px 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eee
}

.dotted_line {
    padding: 0;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #d7d7d7
}

.line_l {
    border-left: 1px solid #eee
}

.line_r {
    border-right: 1px solid #eee
}

.line_t {
    border-top: 1px solid #eee
}

.line_b {
    border-bottom: 1px solid #eee
}

.line_b2 {
    border-bottom: 2px solid #000
}

.color_white {
    color: #fff
}

.color_red {
    color: red
}

.color_blue {
    color: #7bc4d7
}

.color_green {
    color: #80cc66
}

.color_black {
    color: #616161
}

.color_pink {
    color: #fc1264
}

.color_orange {
    color: #ffa200
}

.color_gray_01 {
    color: #989898
}

.color_gray_02 {
    color: #464646
}

.color_gray_03 {
    color: #6b7485
}

.background_white {
    background-color: #fff
}

.background_gray {
    background-color: #f6f6f6
}

.background_orange {
    background-color: #f60
}

.background_red {
    background-color: #e23235
}

.background_black {
    background-color: #000
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-nav {
    margin: 0
}

.in .navbar-nav>li {
    width: 100%
}

.navbar-nav>li>a {
    padding: 15px
}

.navbar-nav.navbar-right {
    float: right
}

.toolbar {
    height: 42px;
    line-height: 42px;
    background-color: #121212;
    font-size: 13px;
    color: #fff
}

.toolbar a {
    font-size: 13px;
    color: #fff
}

.toolbar a:hover {
    font-size: 13px;
    color: #1790cd
}

.tel {
    display: inline-block
}

.topNav {
    z-index: 100;
    position: relative;
    display: inline-block
}

.topNav .hidden-box {
    display: none
}

.topNav .shopbox:hover {
    display: block
}

.topNav .shopbox {
    width: 120px;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    padding: 0;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.topNav .shopbox>li {
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    float: left;
    background: #666;
    color: #fff;
    margin-right: 1px;
    cursor: pointer
}

.topNav .shopbox>li:hover {
    background: #ccc
}

.ccmedia {
    display: inline-block
}

.ccmedia a {
    position: relative;
    display: inline-block;
    margin: 0 px;
    z-index: 100
}

.qcode {
    display: none;
    position: absolute
}

/*!*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*!*/
.header {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    margin-bottom: 0;
    border: 0;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .5);
    z-index: 10000;
    min-height: 80px;
    overflow: hidden;
}


.header:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 999;
    border-bottom: 3px solid transparent;
    -moz-background-clip: padding,border;
    -o-background-clip: padding-box,border-box;
    -webkit-background-clip: padding,border;
    background-clip: padding-box,border-box;
    -moz-background-origin: padding,border;
    -o-background-origin: padding-box,border-box;
    -webkit-background-origin: padding,border;
    background-origin: padding-box,border-box;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='),url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4MTIzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwZDJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333),color-stop(100%, #333333)),-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c81233),color-stop(100%, #00d2ff));
    background-image: -moz-linear-gradient(#333333,#333333),-moz-linear-gradient(left, #3ecbee,#ec7d14);
    background-image: -webkit-linear-gradient(#333333,#333333),-webkit-linear-gradient(left, #3ecbee,#ec7d14);
    background-image: linear-gradient(#333333,#333333),linear-gradient(to right, #3ecbee,#ec7d14);

}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}


.header .logo {
    float: left;
    padding: 15px;
}
.header .logo img {
    height: 60px;
}
.header .navbar-toggle {
    margin-top: 20px
}

.header .navbar-toggle .icon-bar {
    background-color: #1790cd
}

.header .navbar-nav {
    margin-top: 16px
}
.navbar {
    border: 0 !important;
}
.navbar-header {
    float: left;
}
.nav-list {
    margin-top: 15%;
}
.nav>li>a {
    padding: 10px 0
}

.nav>li {
    margin: 0 10px
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: #000
}

.nav .open>a,
.nav .open>a:hover {
    background: #000
}

.navbar-nav>li {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.navbar-nav>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid transparent;

}
.navbar-nav>li>a:hover{
    border: 1px solid #fff;
}

.header .navbar-nav .active {
    color: #f12f03
}

.header .navbar-nav>li>a:hover,
.header .navbar-nav>.active>a,
.header .navbar-nav>.active>a:focus,
.header .navbar-nav>.active>a:hover {
    color: #fff;
    background: 0
}

#bar-nav {
    margin: 20px 15px 0 0;
    float: right;
    cursor: pointer;
    z-index: 9999999
}

#bar-nav * {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#bar-nav>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #1790cd;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

#bar-nav .bar1,#bar-nav .bar2,#bar-nav .bar3 {
    display: block;
    width: 1.5rem;
    height: 0.125rem;
    background-color: #fff;
    margin: 0.1875rem auto;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s
}

#bar-nav.change .bar1 {
    -moz-transform: rotate(-45deg) translate(-0.375rem, 0.3125rem);
    -o-transform: rotate(-45deg) translate(-0.375rem, 0.3125rem);
    -ms-transform: rotate(-45deg) translate(-0.375rem, 0.3125rem);
    -webkit-transform: rotate(-45deg) translate(-0.375rem, 0.3125rem);
    transform: rotate(-45deg) translate(-0.375rem, 0.3125rem)
}

#bar-nav.change .bar2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

#bar-nav.change .bar3 {
    -moz-transform: rotate(45deg) translate(-0.375rem, -0.3125rem);
    -o-transform: rotate(45deg) translate(-0.375rem, -0.3125rem);
    -ms-transform: rotate(45deg) translate(-0.375rem, -0.3125rem);
    -webkit-transform: rotate(45deg) translate(-0.375rem, -0.3125rem);
    transform: rotate(45deg) translate(-0.375rem, -0.3125rem)
}
.navbar-header {
    position: absolute;
    width: 100%;
    z-index: 10000;
    background: #000;
    height: 76px;
}
#nav-wrap {
    position: fixed;
    top: -100%;
    width: 100%;
    height: calc(100%);
    background: rgba(0,0,0,0.9);
    padding: 1.25rem 0;
    overflow-y: auto;
    z-index: 999;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.open-nav {
    top: 0 !important;
}



.navbar-brand {
    padding: 0;
    margin: 0
}

.slogan {
    font-size: 18px;
    padding: 0 0 0 10px;
    margin-top: 10px
}

.navbar-nav {
    font-size: 16px;
    margin-top: 15px
}

.navbar-nav>li>a:hover {
    background: #000
}

.footer {
    color: #c1c1c1;
    font-size: 14px;
    background: #020114
}

.footer a {
    color: #c1c1c1;
    transition: all .3s;
    padding-right: 5px
}

.footer a:hover {
    color: #fff;
    margin-left: 3px;
    padding-right: 0
}

.footer .finfo{
    float: left;
    padding-right: 30px;
    padding-left: 30px;
}
.footer .flogo img{
    height: 40px;
}
.footer .finfo dd{
    margin-top: 20px;
}


.footer .fnav {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.footer .fnav  i {
    float: right;
}

.footer .fnav dt,.footer .fnav dt a {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px
}

.footer .fnav dd {
    display: none;
    line-height: 28px;
    padding-left:15px;
}

.footer .afocus {
    padding-top: 20px;
    padding-left: 30px;
    float: left
}

.footer .afocus dt {
    padding-bottom: 10px
}

.footer .afocus dd {
    text-align: center;
    float: left;
    padding-right: 20px;
    line-height: 30px
}

#goTop {
    position: absolute;
    width: 44px !important;
    margin-top: 15px;
    right: 2% !important;
}

.indexswiper img {
    width: 100%
    /* height:728px; */
}





.banner {
    width: 100%;
    background: #000
}

.swiper-container {
    width: 100%
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide a {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.swiper-slide a.pic {
    display: none;
}

.swiper-slide a.pic1 {

    display: block;
}

@media(min-width: 1024px){
    .swiper-slide a.pic {
        display: block;
    }

    .swiper-slide a.pic1 {

        display: none;
    }
}

.banner .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width .3s ease-in-out
}

.banner .swiper-pagination-bullet-active {
    background: #1790cd;
    width: 30px
}

.banner .swiper-container .swiper-button-next {
    right: 42px;
    width: 48px;
    height: 48px;
    background: url(../images/banner-next.png) center center no-repeat
}

.banner .swiper-container .swiper-button-prev {
    left: 42px;
    width: 48px;
    height: 48px;
    background: url(../images/banner-prev.png) center center no-repeat
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.index-news li {
    margin-bottom: 30px
}
.index-news .more p {
    float:left;
}
.index-news .more a{
    float: right;
    background: no-repeat center/cover,linear-gradient(to right, #1c7ec0,#045ea8);
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: capitalize;
    padding: 5px 20px;
}

.index-video {
    width: 380px;
    float: left
}

.product-category .col-sm-3,
#product-category .col-xs-6 {
    padding: 4px
}

.product-category .wrapper {
    position: relative;
    overflow: hidden
}

.product-category a {
    display: block
}

.product-category a:hover:after {
    opacity: 1
}

.product-category a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.product-category a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.product-category img {
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out
}

.product-category .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.product-category h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 30% 5% 10%;
    background: url(../images/overlay.png) repeat-x;
    font-size: 18px;
    color: #fff;
    z-index: 1
}

.productswiper {
    height: 700px
}

.productswiper .swiper-pagination {
    top: 0;
    height: 50px
}

.productswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.productswiper .swiper-pagination-bullet {
    width: auto;
    height: 30px;
    padding: 5px 10px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.0)
}

.productswiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff
}

.pro-list li {
    width: 280px;
    height: 294px;
    padding: 15px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

.pro-list li span {
    width: 100%;
    font-size: 14px;
    text-align: center
}

.menu {
    height: auto;
    padding: 0;
    text-align: left;
    z-index: 80;
    position: relative
}

ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 170px;
    list-style: none
}

ul#navmenu-v:after {
    clear: both;
    display: block;
    font: 1px/0 ËÎÌå;
    content: ".";
    height: 0;
    visibility: hidden
}

ul#navmenu-v li {
    float: left;
    display: block !important;
    display: inline;
    position: relative
}

ul#navmenu-v li.rootone {
    height: 30px !important
}

ul#navmenu-v a.katayama,
ul#navmenu-v a.fishman,
ul#navmenu-v a.ibanez,
ul#navmenu-v a.tama,
ul#navmenu-v a.digitech,
ul#navmenu-v a.laney,
ul#navmenu-v a.hh,
ul#navmenu-v a.takamine,
ul#navmenu-v a.meinl,
ul#navmenu-v a.dimarzio,
ul#navmenu-v a.daddario,
ul#navmenu-v a.evans,
ul#navmenu-v a.planetwave,
ul#navmenu-v a.hq,
ul#navmenu-v a.vicfirth,
ul#navmenu-v a.akg,
ul#navmenu-v a.promark,
ul#navmenu-v a.m-audio,
ul#navmenu-v a.puresound,
ul#navmenu-v a.hardwire,
ul#navmenu-v a.sabian,
ul#navmenu-v a.alhambra,
ul#navmenu-v a.uno {
    width: 170px;
    border: 0;
    padding: 0;
    display: block;
    color: #666;
    text-decoration: none;
    font-family: "Î¢ÈíÑÅºÚ";
    height: 30px !important;
    height: 100%
}

ul#navmenu-v a.katayama:hover,
ul#navmenu-v a.fishman:hover,
ul#navmenu-v a.ibanez:hover,
ul#navmenu-v a.tama:hover,
ul#navmenu-v a.digitech:hover,
ul#navmenu-v a.laney:hover,
ul#navmenu-v a.hh:hover,
ul#navmenu-v a.takamine:hover,
ul#navmenu-v a.meinl:hover,
ul#navmenu-v a.dimarzio:hover,
ul#navmenu-v a.daddario:hover,
ul#navmenu-v a.evans:hover,
ul#navmenu-v a.planetwave:hover,
ul#navmenu-v a.hq:hover,
ul#navmenu-v a.vicfirth:hover,
ul#navmenu-v a.akg:hover,
ul#navmenu-v a.promark:hover,
ul#navmenu-v a.m-audio:hover,
ul#navmenu-v a.puresound:hover,
ul#navmenu-v a.hardwire:hover,
ul#navmenu-v a.sabian:hover,
ul#navmenu-v a.alhambra:hover,
ul#navmenu-v a.uno:hover {
    width: 170px;
    border: 0;
    padding: 0;
    display: block;
    color: #9b7c43;
    text-decoration: none;
    height: 30px !important;
    height: 100%
}

ul#navmenu-v a {
    border: 1px solid #FFF;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    padding: 0 6px;
    display: block;
    color: #666;
    font: bold 14px/22px Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%
}

ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
    background: #EEE;
    color: #666
}

ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
    background: #CCC;
    color: #FFF
}

ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
    background: #EEE;
    color: #666
}

ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
    background: #CCC;
    color: #FFF
}

ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
    background: #EEE;
    color: #666
}

ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
    background: #CCC;
    color: #FFF
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 140px
}

ul.rootthree {
    display: none;
    position: absolute;
    top: 0;
    left: 170px !important
}

ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
    display: none
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
    display: block
}


.hd-title {
    font-weight: normal;
    font-size: 36px;
    color: #333;
    line-height: 36px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.hd-title :before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 28px;
    background: #168fcf;
    margin: 0 12px 0 0;
    vertical-align: -10%;
}
.bd-line {
    padding: 20px 0 20px 0;
    border-bottom: 1px dashed #ddd;
}

.support ul  {
    padding-left: 0;
}

.support ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    list-style:disc inside;
}

.authBox{
    margin: 50px 0 0;
}

.authSearch {
    position: relative;
    width: 100%;
    height: 50px;
    margin: auto;
    padding: 0 140px 0 20px;
    background-color: #fff;
    border: 1px solid #1790cd;
    border-radius: 25px;
    overflow: hidden;
}

.authSearch:before {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 10;
    display: block;
    content: "";
    font: 30px/50px iconfont;
    color: #ffdb00;
}
.authSearch input {
    display: block;
    width: 95%;
    height: 30px;
    padding: 10px 0;
    font: 20px/30px Fzlt;
    color: #0b3190;
    border: none;
    box-sizing: content-box;
}
.authSearch input:focus{
    border:none;
    box-shadow:none;
    background:none;
}

.authSearch a {
    position: absolute;
    right: 3px;
    top: 3px;
    display: block;
    width: 100px;
    font: 18px/44px FzltZh;
    color: #fff;
    text-align: center;
    background-color: #1790cd;
    border-radius: 2em;
}
.authResult{
    padding: 20px 0;
    text-center:center;
    font-size:18px;
}

.tips {
    font-size:14px;
}
.tips b {
color:red;
}
.tips .img {
    text-align:center;
}

.search {
    margin-bottom: 30px;
}

.search select {
    appearance: none;
    color: #333;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 8px;
    margin: 0 0 0 0.5em;
    cursor: pointer;
}

.search input {
    background: none;
    border: 1px solid #d9d9d9;
    padding: 8px;
    margin: 0 0 0 0.5em;
}

.search-form {
    width: 150px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.search-form::-webkit-input-placeholder {
    color: #bdbdbd
}

.search-form::-moz-placeholder {
    opacity: 1;
    color: #bdbdbd
}

.search-form:-moz-placeholder {
    color: #bdbdbd
}

.search-form:-ms-input-placeholder {
    color: #bdbdbd
}

.search-form.placeholder {
    color: #bdbdbd
}

.search-form input.form-control {
    outline: 0;
    height: 35px;
    color: #bdbdbd;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 10px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #e0e0e0
}

.search-form input.form-control::-webkit-input-placeholder {
    color: #bdbdbd
}

.search-form input.form-control::-moz-placeholder {
    opacity: 1;
    color: #bdbdbd
}

.search-form input.form-control:-moz-placeholder {
    color: #bdbdbd
}

.search-form input.form-control:-ms-input-placeholder {
    color: #bdbdbd
}

.search-form input.form-control.placeholder {
    color: #bdbdbd
}

.search-form input.form-control:focus {
    border-color: #363636
}

.search-form .icon {
    border: 0;
    top: 6px;
    padding: 0;
    right: 10px;
    color: #bdbdbd;
    position: absolute;
    background: transparent;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.search-form .icon:hover {
    color: #363636
}


.product-search {
    background-size: cover;
    background: url(/static/images/product-search-bg.png) no-repeat center 15%/cover,linear-gradient(to right, #c81233,#607bf2 60%,#00d2ff 90%);
    padding: 30px 0;
}

.product-search .title{
    color: #fff;
    border-bottom: none;
    padding: 0;
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
}


.product-form {

}
.product-form .form-group {
    margin-right: 20px;
    text-align: center;
}
.product-form .form-group span {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.product-form .form-select {
    display: inline-block;
}
.product-form .form-select select {
    color: #fff;
    border: 1px solid #fff;
    padding: 0.625rem 0.75rem;
    background: none;
    min-width: 300px;
}

.product-form .form-select option {
    color:#000
}

.product-form .form-button {
    border: 0;
    color: #fff;
    background: no-repeat center/cover,linear-gradient(to right, #1c7ec0,#045ea8);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;padding: 10px 50px;
    font-size: 22px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-nav .heading {
    font-size: 18px;
    padding: 20px 0;
    font-weight: bold
}


.product {
    padding: 30px 0
}
.product .hd-title {
    font-size: 22px;
}

.product-left {

}

.product-right {

}

.product-right .heading {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold
}

.product-box {
    margin: 0;
    float: left;
}

.product-box:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product-box .img-box {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.product-box .img-box:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%
}

.product-box .img-box>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%
}

.product-box .img-box img {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.product-box a {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.product-box .box {
    overflow: hidden;
    background: #fff;
    padding: 10px 0
}

.product-box .heading {
    margin: 0;
    color: #363636
}

.product-box .heading a {
    color: #363636
}

.product-box .heading a:hover {
    color: #168fcf;
}

.product-box .heading.large {
    font-size: 20px
}

.product-box .price {
    float: left;
    font-size: 14px
}

.product-box .img-box {
    width: 100%;
}
.product-box .img-box img {
    width: 100%;
}

.product-box .heading {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-align: center
}

.product-box .price {
    font-size: 12px
}

.product-detail {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    overflow: hidden;
    margin: 50px 0
}

.product-detail .heading {
    display: block;
    color: #363636;
    margin: 0 0 12px;
    letter-spacing: -1.4px;
    font: 500 36px/50px "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-detail .p-sku {
    margin: 0
}

.product-detail .isstop {
    color: red
}

.product-tabsec {
    margin-bottom: 50px
}

.product-tabsec .tabset {
    margin: 0 0 50px;
    border-bottom: 1px solid #e5e5e5;
    font: 500 16px/30px "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-tabsec li.active a,
.product-tabsec li a:hover {
    color: #363636;
    border-color: #363636
}

.product-tabsec .tabset a {
    font-size: 20px;
    font-weight: 200;
    display: block;
    color: #999;
    margin-bottom: -1px;
    padding: 0 0 10px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: 1px solid #e5e5e5
}
.product-tabsec .tab-content{
    font-size: 14px!important;
    line-height: 180%;
}

.hides {
    display: none
}

.other-product .mainheading {
    color: #363636;
    display: block;
    margin: 0 0 38px;
    font-size: 20px;
    font-weight: 200;
}

.other-product .product-box {
    margin-right: 0;
    margin-bottom: 25px
}

.other-product .product-box:nth-child(4n+0) {
    margin-right: 0
}

.goods_tp_box {
    PADDING-BOTTOM: 0;
    PADDING-LEFT: 10px;
    WIDTH: 530px;
    PADDING-RIGHT: 0;
    FLOAT: left;
    PADDING-TOP: 29px
}

.goods_tp_box .s_tp {
    WIDTH: 64px;
    FLOAT: left;
    OVERFLOW: hidden
}

@media(max-width:767px) {
    .goods_tp_box {
        width: 100% !important;
        padding-left: 0
    }

    .goods_tp_box .s_tp {
        display: none
    }
}

.goods_tp_box .s_tp .s_tpt {
    PADDING-BOTTOM: 7px;
    WIDTH: 64px;
    BACKGROUND: url(../images/goods_icot.gif) no-repeat center center;
    HEIGHT: 5px;
    CURSOR: pointer
}

.goods_tp_box .s_tp .s_tpb {
    WIDTH: 64px;
    BACKGROUND: url(../images/goods_icob.gif) no-repeat center center;
    HEIGHT: 5px;
    CURSOR: pointer
}

.goods_tp_box .s_tp .s_tpc {
    TEXT-ALIGN: center;
    MARGIN: 5px auto;
    WIDTH: 64px;
    HEIGHT: 380px;
    OVERFLOW: hidden
}

.goods_tp_box .s_tp .s_tpc ul {
    padding: 0;
    margin: 0
}

.goods_tp_box .s_tp .s_tpc .on {
    BORDER-BOTTOM: #f60 1px solid;
    BORDER-LEFT: #f60 1px solid;
    BORDER-TOP: #f60 1px solid;
    BORDER-RIGHT: #f60 1px solid
}

.s_tp IMG {
    BORDER-BOTTOM: #e7e7e7 1px solid;
    BORDER-LEFT: #e7e7e7 1px solid;
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 1px;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #e7e7e7 1px solid;
    BORDER-RIGHT: #e7e7e7 1px solid;
    PADDING-TOP: 1px
}

.goods_tp_box .s_tp .s_tpc P {
    MARGIN-BOTTOM: 7px
}

.goods_tp_box .b_tp {
    PADDING-LEFT: 10px;
    DISPLAY: inline;
    FLOAT: left;
    OVERFLOW: hidden
}

.jqZoomPup {
    Z-INDEX: 10;
    BORDER-BOTTOM-STYLE: solid;
    BORDER-BOTTOM-COLOR: #c4c4c4;
    FILTER: alpha(opacity=60);
    BORDER-TOP-COLOR: #c4c4c4;
    BORDER-LEFT-STYLE: solid;
    BORDER-TOP-STYLE: solid;
    BACKGROUND: #fff;
    BORDER-RIGHT-COLOR: #c4c4c4;
    BORDER-RIGHT-STYLE: solid;
    OVERFLOW: hidden;
    BORDER-LEFT-COLOR: #c4c4c4;
    CURSOR: crosshair;
    -moz-opacity: .6;
    opacity: .6
}

.jqZoomPup IMG {
    BORDER-RIGHT-WIDTH: 0;
    BORDER-TOP-WIDTH: 0;
    BORDER-BOTTOM-WIDTH: 0;
    BORDER-LEFT-WIDTH: 0
}

.jqZoomWindow {
    BORDER-BOTTOM: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    BACKGROUND: #fff;
    BORDER-TOP: #999 1px solid;
    BORDER-RIGHT: #999 1px solid
}

.listpages {
    padding: 20px;
    text-align: center
}
.pages {
    padding:20px 0;
    clear: both;
}

.brand-center {
    background: url("../images/index-brand.jpg") no-repeat
}
.index-news {
    padding: 30px 0;
    background-size: cover;
    background: url(../images/news-bg.jpg) no-repeat center/cover;
}
.index-news h2,.product-center h2,.brand-list h2 {
    font-size: 24px;
    padding-bottom:20px;
}
.index-brand {
    padding: 30px 0;
    background-size: cover;
    background: url(../images/brand-bg.jpg) no-repeat center/cover;
}
.brand-list .brandurl {
    clear: both
}

.brand-list .swiper-container {
    width: 100%;
    height: 100%
}

.brand-list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pagebanner {
    width: 100%;
    min-height: 250px;
    background-size: cover;
    overflow: hidden;
}
.pagebannercontent {
    margin-left: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 2em;
}
.bannertext{
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    margin: 10px;
}
.bannerentext {
    font-family: Oswald-Regular;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 10px;
}
.bannerentext:before {
    content: "";
    left: 0;
    border-bottom: 3px solid #fdfffc;
    display: block;
    width: 100px;
    margin: 15px 0;
}


.pagebanner div {
    width: 100%;
    height: 100%
}

.pagebanner img {
    width: 100%
}

.page-nav {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #f4f4f4
}
.page-nav ul {
    padding: 15px 0;
}
.page-nav ul li {
    display: inline-block;
    font-size: 16px
}
.page-nav ul li a {
    color: #111;
    border-radius: 20px;
    padding: 5px 20px;
    border: 1px solid #ccc;
}
.page-nav ul li.active a {
    font-weight: bold;
    color: #111;
    border-radius: 20px;
    padding: 5px 20px;
    border: 1px solid #ccc;
}

.brand-news li {
    width: 50%;
    float: left;
    margin-bottom: 20px
}

.cc-article-item {
    height: 143px;
    position: relative
}

.card-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.card-wrapper:hover .shadow-card {
    background: #fff;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2)
}

.shadow-card {
    border-radius: 2px;
    height: 163px;
    left: -10px;
    position: absolute;
    top: -10px;
    transition: all .2s linear;
    width: 100%;
    z-index: 101
}

@media (min-width: 768px){
    .article {
        width: 100%;
        border-radius: 8px;
        padding: 1.48rem 10rem;
    }
}

@media (min-width: 992px){
    .article {
        width: 100%;
        border-radius: 8px;
        padding: 1.48rem 10rem;
    }
}

.main {
    padding:10px;overflow: hidden;
}

.article {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.article-title {
    font-size: 20px;
}
.article-view-title {
    font-size: 20px!important;
}

.article-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 102
}

.autowidth {
    width: 100%;
}


.news-info {
    color: #787878;
    font-size: 13px;
    height: 100%;
    position: relative;
}
.news-info h3 {
    font-size: 18px;
    line-height: 160%;
    margin-top:0;
}

.news-info .more{
    margin-bottom: 20px;
    overflow: hidden;
}

.news-pic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.news-pic span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-pic span:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.news-pic span img{
    width: 100%;
    max-width: none !important;
    border-radius: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease;
    -webkit-transition-delay: 0s;
    transition: all .5s ease 0s
}

.news-pic:hover img {
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.08);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.08);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.08);
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.08);
    transform: translate(-50%, -50%) translateZ(0) scale(1.08)
}

.bd-info iframe {
    width: 100%;
    height: 300px;
}

.article-item-pic {
    border-radius: 2px;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.article-item-pic img {
    width: 100%;
    border-radius: 12px;
}

.article-item-pic:hover img {
    transform: scale(1.05)
}

.scaleBig {
    transition: all 1s
}

.article-item-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #787878;
    font-size: 14px;
    height: 100%;
    margin-top: 15px;
    position: relative
}

.article-item-info h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.subtitle {
    font-size: 18px;
}

.hot-news {
    margin: 20px 0;
    overflow: hidden
}

.hot-news-left {
    border-radius: 2px;
    float: left;
    height: 339px;
    overflow: hidden;
    position: relative;
    padding: 0
}

.hot-news-item {
    background: #fff;
    border-radius: 2px;
    float: left;
    height: 100%;
    overflow: hidden;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.hot-news-item-article {
    height: 100%;
    position: relative
}

.hot-news-item-article img {
    height: 100%;
    width: 100%
}

.hot-news-item-info {
    background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%);
    bottom: 0;
    display: block;
    height: 100px;
    padding-left: 20px;
    padding-top: 52px;
    position: absolute;
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    text-align: justify
}

.hot-news-right {
    float: right
}

.hot-right-news-item {
    border-radius: 2px;
    float: left;
    height: 164px;
    overflow: hidden;
    position: relative;
    width: 164px
}

.hot-right-news-item:nth-child(2n) {
    margin-left: 10px
}

.hot-right-news-item:nth-child(3),
.hot-right-news-item:nth-child(4) {
    margin-top: 10px
}

.hot-right-news-item-article {
    height: 100%
}

.hot-right-news-item img {
    height: 100%;
    transition: all 1s;
    width: 100%
}

.hot-right-news-item-info {
    background-image: linear-gradient(-180deg, transparent 25%, rgba(0, 0, 0, .65) 97%);
    bottom: 0;
    height: 130px;
    left: 0;
    padding-top: 42px;
    position: absolute;
    width: 100%
}

.hot-right-news-item-info p {
    bottom: 6px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-align: justify
}

.news-list {
    padding: 0
}

.news-list li {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.hotlist-item-other {
    border-radius: 2px;
    height: 70px;
    margin-top: 10px
}

.hotlist-item-other-pic {
    border-radius: 2px;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 105px
}

.hotlist-item-other-pic a {
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.hotlist-item-other-pic a img {
    height: 100%
}

.hotlist-item-other-info {
    float: left;
    height: 100%;
    margin-left: 10px;
    position: relative;
    width: 185px
}

.hotlist-item-other-title {
    color: #262626;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-align: justify
}

.hotlist-item-other-time {
    bottom: 0;
    color: #a7a7a7;
    font-size: 12px;
    left: 0;
    letter-spacing: 0;
    line-height: 18px;
    position: absolute;
    text-align: justify
}

.weight-bold {
    font-weight: 500
}

.right_ad {
    margin-top: 20px
}

.copyright-notice {
    padding: 20px 15px;
    line-height: 24px;
    color: #666;
    background: #f7f7f7
}

@media(max-width:760px) {
    .bd-info img {
        max-width: 100%;
        height: auto;
        width: auto
    }
}

.brand {
    padding-bottom: 30px;
    overflow: hidden
}

.brand div {
    margin-bottom: 10px;
}

.brand div a {
    padding: 10px;
    display: inline-block;
    /* border: 1px solid #f7f7f7;
    background: #fff; */
}

.brand img {
    width: 100%
}

.artists img {
    width: 100%
}

.man-item {
    float: left;
    width: 255px;
    margin-right: 50px
}

.man-item:nth-child(4),
.man-item:nth-child(8),
.man-item:nth-child(12) {
    margin-right: 0
}

.video-list {
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom: 30px
}

.video-list span {
    width: 100%;
    display: inline-block;l
    padding: 15px 0;
    line-height: 180%;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

.video-list img {
    width: 100%;
    border-radius: 20px;
}

.video-bd {
    overflow: hidden;
}

.network {
    background: #fff;
    border-radius: 6px
}

.networksearch {
    padding-bottom: 20px
}

.network .select {
    height: 30px;
    border: 1px solid #ccc
}

.network .key {
    border: 1px solid #ccc;
    height: 30px
}

.network .key:focus {
    border: 1px solid #ccc;
    height: 30px
}

.network .subbtn {
    height: 30px;
    border: 1px solid #ccc
}

button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

button.btn:hover {
    opacity: .6;
    color: #fff
}

button.btn:active {
    outline: 0;
    opacity: .6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.btn:focus {
    outline: 0;
    opacity: .6;
    background: #19b9e7;
    color: #fff
}

button.btn:active:focus,
button.btn.active:focus {
    outline: 0;
    opacity: .6;
    background: #19b9e7;
    color: #fff
}

.login {
    background: #f7f7f7;
    padding: 80px 0
}

.form-login {
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 10px #f1f1f1;
}

.sidenav {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #e4ecf3
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.sidenav .list-group .list-group-heading {
    list-style-type: none;
    color: #919191;
    margin-bottom: 10px;
    margin-left: 35px;
    font-size: 14px
}

.sidenav .list-group .list-group-item {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    padding: 0;
    border-left: 2px solid transparent
}

.sidenav .list-group .list-group-item.active {
    border-left: 2px solid #46c37b;
    background: 0
}

.sidenav .list-group .list-group-item>a {
    display: block;
    color: #616161;
    padding: 10px 15px 10px 15px
}

.sidenav .list-group .list-group-item.active>a {
    color: #46c37b
}

.panel-default {
    border-color: #e4ecf3
}

.panel-body {
    padding: 15px
}

h2.page-header {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
    font-size: 18px;
}
.vipbox {
    margin: 20px 0;
    padding: 10px;
}
.vipbox h1 {
    font-size: 20px;
    font-weight: bold;
}
.user-baseinfo {
    margin-bottom: 25px
}
.panel-body img{
    width: 100%;
}

.user-center .avatar-text,
.user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px
}

.basicinfo {
    margin: 15px 0
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 50px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#goTopBtn {
    position: fixed;
    line-height: 38px;
    width: 46px;
    bottom: 47px;
    height: 46px;
    border-radius: 50px;
    cursor: pointer;
    display: none;
    background: #000;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    color: #fff;
    text-align: center;
    font-size: 5rem;
    z-index: 990
}

#goTopBtn i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 11px;
    font-size: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/backtop.png);
    background-size: cover
}

.owl-carousel .owl-nav {
    display: block !important;
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-nav [class*=owl-] {
    color: #fff;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 0
}

.owl-carousel .owl-prev {
    left: -4%
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    z-index: 2;
    overflow: hidden
}

.owl-carousel .owl-next {
    right: -4%
}

.owl-carousel .owl-nav button.owl-next span {
    text-indent: 999px;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/arrow.png);
    transform: rotateY(180deg);
    background-size: cover
}

.owl-carousel .owl-nav button.owl-prev span {
    text-indent: 999px;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/arrow.png);
    background-size: cover
}

@media(max-width:767px) {
    .owl-carousel .owl-prev {
        left: 0
    }

    .owl-carousel .owl-next {
        right: 0
    }
}

.owl-carousel .owl-nav [class*='owl-'],
.owl-carousel .owl-nav [class*='owl-'] {
    color: #fff !important;
    background-color: #111 !important
}

.owl-carousel .owl-nav [class*='owl-']:hover,
.owl-carousel .owl-nav [class*='owl-']:hover {
    color: #fff;
    background-color: #595959 !important
}

.product-carousel .owl-item img {
    display: block
}

#floatPanel {}

#floatPanel .ctrolPanel {
    width: 90px;
    background: #fff;
    border-left: #cecece 1px solid;
    border-top: #cecece 1px solid;
    position: fixed;
    right: 25px;
    top: 180px;
    overflow: hidden;
    z-index: 10000;
    _position: absolute;
    /* for IE6 */
    _top: expression(documentElement.scrollTop + 180);
}

#floatPanel .ctrolPanel a {
    display: block;
    margin: 0 auto;
    line-height: 20px;
    padding: 5px 0;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: #cecece 1px solid;
    border-right: #cecece 1px solid;
}

#floatPanel .ctrolPanel a:hover {
    background: #f4f4f4;
}

#floatPanel .popPanel {
    width: 200px;
    position: fixed;
    right: 107px;
    top: 180px;
    z-index: 10000;
    display: none;
    _position: absolute;
    /* for IE6 */
    _top: expression(documentElement.scrollTop + 300);
}

#floatPanel .popPanel .popPanel-inner {
    width: 200px;
    height: 468px;
    position: relative;
}

#floatPanel .popPanel .popPanel-inner .weixinPanel {
    width: 190px;
    height: 628px;
    text-align: center;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: -60px;
    background: url(weixin.png) no-repeat;
}

#floatPanel .popPanel .popPanel-inner .taobaoPanel {
    width: 190px;
    height: 220px;
    text-align: center;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(changcheng.jpg) no-repeat;
    background-size: cover;
}

#floatPanel .popPanel .popPanel-inner .ibanezPanel {
    width: 190px;
    height: 220px;
    text-align: center;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(ibanez.jpg) no-repeat;
    background-size: cover;
}

#floatPanel .popPanel .popPanel-inner .tamaPanel {
    width: 190px;
    height: 220px;
    text-align: center;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(tama.jpg) no-repeat;
    background-size: cover;
}

#floatPanel .popPanel .popPanel-inner .focusritePanel {
    width: 190px;
    height: 220px;
    text-align: center;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(focusrite.jpg) no-repeat;
    background-size: cover;
}

#floatPanel .popPanel .popPanel-inner .runningmanPanel {
    width: 190px;
    height: 220px;
    text-align: center;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(runningman.jpg) no-repeat;
    background-size: cover;
}

#floatPanel .popPanel .popPanel-inner .qqPanel {
    width: 190px;
    height: auto;
    text-align: center;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: 0;
    background: #898989;
    text-align: center;
}

#floatPanel .popPanel .popPanel-inner .qqPanel a {
    width: 90px;
    float: left;
    text-align: center;
    padding: 15px 15px;
    color: #fff;
}