@charset "utf-8";

@font-face {
    font-family: AgencyB;
    src: url(../font/Agencyb.eot), url(../font/Agencyb.ttf)
}

html {
    -webkit-font-smoothing: antialiased
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
    display: block;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
i,
/*strong,*/
th,
var {
    font-style: normal;
    font-weight: 400
}

dl,
ol,
ul {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none;
    outline: 0
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

button,
input[type=submit],
input[type=text],
input[type=button],
select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

body {
    color: #000;
    overflow-x: hidden;
    background-color: #222;
    font-family: arial, microsoft yahei
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.btn {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    border: 0
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle
}

#web-ietip {
    width: 526px;
    height: 90px;
    padding: 83px 0 0 84px;
    overflow: hidden;
    background: url(../css/ietip/browser.png) no-repeat center center;
    margin: 200px auto 0
}

#web-ietip a {
    display: block;
    width: 65px;
    height: 80px;
    float: left
}

body * {
    box-sizing: border-box;
    line-height: 1
}

.w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.opa {
    opacity: 1
}

.opa:hover {
    transition: opacity .3s;
    -webkit-transition: opacity .2s;
    opacity: .9
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: .25rem;
    height: .47rem;
    margin-top: -.23rem;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: .27rem .44rem;
    -webkit-background-size: .27rem .44rem;
    background-size: .27rem .44rem;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnYwIDB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    left: .1rem;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnYwIDB6IiBmaWxsPSIjMDAwIi8+PC9zdmc+)
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnYwIDB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3IDIydjBMNSA0NGwtMi4xLTIuMUwyMi44IDIyIDIuOSAyLjEgNSAwIDI3IDIydjB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    right: .1rem;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3IDIydjBMNSA0NGwtMi4xLTIuMUwyMi44IDIyIDIuOSAyLjEgNSAwIDI3IDIydjB6IiBmaWxsPSIjMDAwIi8+PC9zdmc+)
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3IDIydjBMNSA0NGwtMi4xLTIuMUwyMi44IDIyIDIuOSAyLjEgNSAwIDI3IDIydjB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: .1rem;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: .08rem;
    height: .08rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: .1rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: .05rem 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .05rem
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: .04rem;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: .04rem;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 12rem;
    -moz-perspective: 12rem;
    -o-perspective: 12rem;
    perspective: 12rem
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 12rem
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(.5rem);
    filter: blur(.5rem);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: .1rem;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: .03rem;
    z-index: 50;
    height: .05rem;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: .03rem;
    top: 1%;
    z-index: 50;
    width: .05rem;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: .1rem;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: .42rem;
    height: .42rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.21rem;
    margin-top: -.21rem;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwIDEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImwiIGQ9Ik02MCA3VjI3eiIgc3Ryb2tlPSIjNmM2YzZjIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L2RlZnM+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3Ii8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCA2MCw2MCkiLz48dXNlIHhsaW5rOmhyZWY9IiNsIiBvcGFjaXR5PSIuMjciIHRyYW5zZm9ybT0icm90YXRlKDYwIDYwLDYwKSIvPjx1c2UgeGxpbms6aHJlZj0iI2wiIG9wYWNpdHk9Ii4yNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxMjAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjM3IiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjQ2IiB0cmFuc2Zvcm09InJvdGF0ZSgyMTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjU2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjY2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjc1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjg1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNjAsNjApIi8+PC9zdmc+);
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwIDEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImwiIGQ9Ik02MCA3VjI3eiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L2RlZnM+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3Ii8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCA2MCw2MCkiLz48dXNlIHhsaW5rOmhyZWY9IiNsIiBvcGFjaXR5PSIuMjciIHRyYW5zZm9ybT0icm90YXRlKDYwIDYwLDYwKSIvPjx1c2UgeGxpbms6aHJlZj0iI2wiIG9wYWNpdHk9Ii4yNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxMjAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjM3IiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjQ2IiB0cmFuc2Zvcm09InJvdGF0ZSgyMTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjU2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjY2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjc1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjg1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNjAsNjApIi8+PC9zdmc+)
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, transparent 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, transparent 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.opa-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99999
}

.opa-bg.show {
    display: block
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(0)
    }
}

.opac {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.opac.show {
    visibility: visible;
    opacity: 1
}

header {
    max-width: 1920px;
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 100000;
    margin: 0 auto
}

header .header {
    width: 100%
;position: relative;}

header .top {
    height: 40px;
    background-color: #ffe100;
    position: relative;
    z-index: 3
}

header .top .left {
    display: inline-block;
    padding-left: 18px;
    padding-right: 34px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffe100
}

header .top .left:after {
    display: inline-block;
    content: "";
    border-top: 20px solid #ffe100;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    right: -20px;
    bottom: 0
}

header .top .logo-box {
    display: block;
    width: 176px;
    padding-top: 21px;}

header .top .logo-box img {
    width: 100%
}

header .top .right {
    float: right;
    font-size: 0
}

header .top .right>div {
    display: inline-block;
    vertical-align: top
}

header .top .right .type-b {
    height: 40px;
    border-left: 1px solid #222
}

header .top .right .type-b:hover {
    background-color: #222
}

header .top .right .type-b>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer
}

header .top .right .type-b:hover>a {
    color: #ffe100
}

header .top .right>div:hover .sub-nav {
    visibility: visible;
    opacity: 1
}

header .top .right>div .sub-nav {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 100%;
    background-color: #333;
    box-shadow: 0 0 8px rgba(0, 0, 0, .14);
    padding-top: 10px;
    padding-bottom: 10px
}

header .top .right>div .sub-nav>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #a0a0a0;
    padding-left: 20px
}

header .top .right>div .sub-nav>li>a:hover {
    color: #fff;
    background-color: #222
}

header .top .right a.has-down:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 14px;
    height: 8px;
    background-image: url(../images/icon-down2.png);
    margin-left: 22px;
    position: relative;
    top: -1px
}

header .top .right>div:hover a.has-down:after {
    background-image: url(../images/icon-up2-white.png)
}

header .top .right .search-b {
    height: 40px;
    border-left: 1px solid #222;
    position: relative
}

header .top .right .search-b:hover,
header .top .right .search-b.show {
    background-color: #222
}

header .top .right .search-b .btn-search {
    display: inline-block;
    width: 58px;
    height: 40px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center
}

header .top .right .search-b:hover .btn-search,
header .top .right .search-b.show .btn-search {
    background-image: url(../images/icon-search-white.png)
}

header .top .right .search-b .form {
    display: none;
    width: 400px;
    height: 80px;
    position: absolute;
    right: -1px;
    top: 40px;
    background-color: #333;
    box-shadow: 0 0 8px rgba(0, 0, 0, .14)
}

header .top .right .search-b.show .form {
    display: block
}

header .top .right .search-b .form .row {
    width: 300px;
    height: 30px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    border: 1px solid #a0a0a0
}

header .top .right .search-b .form .itext {
    width: 230px;
    height: 28px;
    border: 0;
    border-right: 1px solid #a0a0a0;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent
}

header .top .right .search-b .form .btn-submit {
    width: 70px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-image: url(../images/icon-search-white.png);
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat
}

header .top .right .lang-b {
    height: 40px;
    border-left: 1px solid #222
}

header .top .right .lang-b:hover {
    background-color: #222
}

header .top .right .lang-b>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer
}

header .top .right .lang-b>a:before {
    display: inline-block;
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/icon-shap.png);
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px
}

header .top .right .lang-b:hover>a {
    color: #ffe100
}

header .top .right .lang-b:hover>a:before {
    background-image: url(../images/icon-shap-yellow.png)
}

header .top .right .menu-b {
    display: none;
    height: 40px;
    border-left: 1px solid #222
}

header .top .right .menu-b:hover {
    background-color: #222
}

header .top .right .menu-b>a {
    display: inline-block;
    width: 58px;
    height: 40px;
    background-image: url(../images/icon-menu.png);
    background-repeat: no-repeat;
    background-position: center center
}

header .top .right .menu-b:hover>a {
    background-image: url(../images/icon-menu-white.png)
}

header .bottom {
    padding-top: 20px;
    position: relative;
    z-index: 2;
    background-color: #222
}

header .bottom ul>li:hover>ul {
    display: block
}

header .bottom li {
    position: relative
}

header .header-nav {
    font-size: 0;
    width: 100%;
    text-align: right
}

header .header-nav>li {
    display: inline-block;
    height: 60px;
    font-size: 0;
    position: relative;
    z-index: 1
}

header .header-nav>li:hover {
    z-index: 2;
    background-color: #333
}

header .header-nav>li>a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #fff
}

header .header-nav>li>a:after {
    display: none;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(../images/icon-down.png);
    margin-left: 10px;
    position: relative;
    top: -1px
}

header .header-nav>li.has-down>a:after {
    display: inline-block
}

header .header-nav>li:hover>a:after {
    background-image: url(../images/icon-up-white.png)
}

header .header-nav>li>ul {
    left: 0;
    top: 60px
}

header .header-nav>li>ul ul {
    left: 240px;
    top: -10px
}

header .header-nav ul {
    display: none;
    transition: all .3s;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .14)
}

header .header-nav ul>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #a0a0a0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    text-align: left;
    cursor: pointer
}

header .header-nav ul>li:hover {
    background-color: #222
}

header .header-nav ul>li>a:hover {
    color: #fff
}

header .header-nav ul>li.has-down>a:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 10px;
    background-image: url(../images/icon-right.png);
    position: absolute;
    right: 20px;
    top: 15px
}

header .header-nav ul>li.has-down>a:hover:after {
    background-image: url(../images/icon-right-white.png)
}

header .header-nav>li.turn-left>ul {
    left: auto;
    right: 0
}

header .header-nav>li.turn-left>ul ul {
    left: auto;
    right: 240px
}

header .header-nav>li.turn-left ul>li.has-down>a:after {
    background-image: url(../images/icon-left.png)
}

header.fixed .header {
    position: fixed;
    left: 0;
    top: 0;
    animation: slideDown 1.5s linear
}

header.fixed .top {
    height: 0
}

header.fixed .top .left {
    padding-right: 0
}

header.fixed .top .left:after {
    display: none
}

header.fixed .top .right {
    display: none
}

header.fixed .bottom {
    padding-top: 0;
    background-color: #ffe100
}

header.fixed .header-nav>li>a {
    color: #000
}

header.fixed .header-nav>li:hover>a {
    color: #ffe100
}

header.fixed .header-nav>li>a:after {
    background-image: url(../images/icon-down-black.png)
}

header.fixed .header-nav>li:hover>a:after {
    background-image: url(../images/icon-down.png)
}

header .mCustomScrollBox {
    overflow: visible
}

header .mCSB_container {
    overflow: visible
}

header .mCSB_scrollTools {
    display: none !important
}

header .mCSB_inside>.mCSB_container {
    margin-right: 0
}

@media(max-width:1750px) {
    header.fixed .header-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px
    }
}

@media(max-width:1600px) {
    header.fixed .header-nav>li>a {
        font-size: 12px
    }
}

@media(max-width:1520px) {
    header.fixed .top .left {
        display: none
    }

    header.fixed .header-nav {
        text-align: center
    }
}

@media(max-width:1400px) {
    header .header-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px
    }
}

@media(max-width:1300px) {
    header .header-nav>li>a {
        font-size: 12px
    }
}

@media(max-width:1200px) {
    header {
        height: 40px
    }

    header .top .left {
        height: 40px;
        padding-right: 0
    }

    header .top .logo-box {
        /* width: 260px; */
        padding-top: 11px;}

    header .top .left:after {
        display: none
    }

    header .top .right .menu-b {
        display: inline-block
    }

    header .header-nav {
        display: none
    }

    header .bottom {
        display: none
    }

    header .bottom.show {
        display: block;
        width: 300px;
        height: 100%;
        position: fixed;
        right: 0;
        top: 40px;
        background-color: #222;
        padding-bottom: 40px
    }

    header .header-nav {
        display: block
    }

    header .header-nav>li {
        display: block;
        height: auto
    }

    header .header-nav>li:hover {
        background-color: #222
    }

    header .header-nav>li>a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        cursor: pointer
    }

    header .header-nav>li ul>li:hover {
        background-color: #333
    }

    header .header-nav>li>ul {
        position: relative;
        left: 0;
        top: 0
    }

    header .header-nav>li>ul ul {
        position: relative;
        left: 0;
        top: 0
    }

    header .header-nav>li ul {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%
    }

    header .header-nav>li.turn-left>ul ul {
        right: 0
    }

    header .header-nav>li:hover>a:after {
        background-image: url(../images/icon-down.png)
    }

    header .header-nav ul>li>a {
        padding-left: 20px
    }

    header .header-nav ul>li>ul>li>a {
        padding-left: 30px
    }

    header .header-nav ul>li>ul>li>ul>li>a {
        padding-left: 40px
    }

    header .bottom {
        padding-top: 0
    }

    header .bottom ul>li:hover>ul {
        display: none
    }

    header .bottom ul>li.has-down.show:hover>ul {
        display: block
    }

    header .bottom ul>li.show>ul {
        display: block
    }

    header .header-nav>li.show>a:after {
        background-image: url(../images/icon-up-white.png) !important
    }

    header .header-nav ul>li.has-down>a:hover:after {
        background-image: url(../images/icon-down.png)
    }

    header .header-nav ul>li.has-down>a:after {
        width: 10px;
        height: 6px;
        background-image: url(../images/icon-down.png);
        background-repeat: no-repeat
    }

    header .header-nav ul>li.has-down.show>a:after {
        background-image: url(../images/icon-up-white.png) !important
    }

    header .header-nav>li.turn-left ul>li.has-down>a:after {
        background-image: url(../images/icon-down.png) !important
    }

    header .header-nav>li.turn-left ul>li.has-down.show>a:after {
        background-image: url(../images/icon-up-white.png) !important
    }

    header.fixed .top {
        height: 40px
    }

    header.fixed .top .left {
        display: block
    }

    header.fixed .top .right {
        display: block
    }

    header.fixed .header-nav>li>a {
        color: #fff
    }

    header.fixed .header-nav>li>a:after {
        background-image: url(../images/icon-down.png)
    }

    header.fixed .header-nav ul>li.has-down>a:hover:after {
        background-image: url(../images/icon-down.png)
    }

    header .bottom.show .mCustomScrollBox {
        overflow: hidden
    }

    header .bottom.show .mCSB_container {
        overflow: hidden
    }

    header .bottom.show .mCSB_scrollTools {
        display: block !important
    }

    header .bottom.show .mCSB_scrollTools {
        opacity: 1
    }

    header .bottom.show .mCSB_inside>.mCSB_container {
        margin-right: 10px
    }

    header .bottom.show .mCSB_scrollTools .mCSB_draggerRail {
        width: 4px;
        background-color: #2d2d2d;
        filter: none;
        -ms-filter: none
    }

    header .bottom.show .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 4px;
        background-color: #616161;
        border-radius: 2px;
        filter: none;
        -ms-filter: none
    }

    header .bottom.show .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    header .bottom.show .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: #616161;
        filter: none;
        -ms-filter: none
    }

    header .bottom.show .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #616161;
        filter: none;
        -ms-filter: none
    }
}

@media(max-width:950px) {
    header .top .left {
        padding-left: 10px
    }

    header .top .logo-box {
        width: 150px;
        padding-top: 12px
    }

    header .top .right .menu-b>a {
        width: 40px
    }

    header .top .right .search-b {
        border-left: 0
    }

    header .top .right .search-b .btn-search {
        width: 40px
    }

    header .top .right .search-b.show .form {
        width: 100%;
        position: fixed;
        left: 0;
        top: 40px
    }

    header .top .right .lang-b>a {
        padding-left: 10px;
        padding-right: 10px
    }

    header .top .right .type-b {
        border-left: 0
    }

    header .top .right .type-b>a {
        padding-left: 10px;
        padding-right: 10px
    }

    header .top .right .lang-b {
        border-left: 0
    }

    header .top .right .lang-b>a:before {
        display: none
    }

    header .top .right a.has-down:after {
        width: 10px;
        height: 6px;
        background-size: 10px 6px;
        margin-right: 0;
        margin-left: 5px
    }

    header .top .right .menu-b {
        border-left: 0
    }

    header .top .right>div .sub-nav>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:650px) {
    header {
        height: 75px
    }

    header .top {
        height: 75px
    }

    header .top .left {
        width: 50%;
        position: relative;
        padding-left: 0;
        height: 35px
    }

    header .top .logo-box {
        margin: 0 0 0 10px;
        width: 180px
    }

    header .top .right {
        text-align: center;
        width: 100%
    }

    header .top .right>div .sub-nav>li>a {
        text-align: left
    }

    header .top .right .search-b.show .form {
        top: 75px
    }

    header.fixed .top {
        height: 40px
    }

    header.fixed .top .left {
        display: none
    }

    header.fixed .top .right .search-b.show .form {
        top: 40px
    }

    header.fixed .bottom.show {
        top: 40px
    }

    header .bottom.show {
        width: 100%;
        top: 75px;
        padding-bottom: 75px
    }

    header .header-nav ul {
        width: 100%
    }
}

footer {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #282828;
    padding-top: 50px
}

footer .top {
    height: 40px
}

footer .top .links {
    float: left;
    width: 73%;
    font-size: 0;
    padding-left: 40px
}

footer .top .links>div {
    padding-right: 32px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

footer .top .links>div>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    position: relative
}

footer .top .links>div>a:hover {
    color: #ffe100
}

footer .top .links>div.has-down>a:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #555;
    position: absolute;
    left: -16px;
    top: 10px
}

footer .top .links>div.has-down>a:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 14px;
    height: 8px;
    background-image: url(../images/icon-down-white.png);
    margin-left: 22px;
    position: relative;
    top: -1px
}

footer .top .links>div.has-down>a:hover:after {
    background-image: url(../images/icon-down-yellow.png)
}

footer .top .links>div.has-down .sub-nav {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 150px;
    position: absolute;
    left: -16px;
    top: 30px;
    background-color: #333;
    padding: 10px 16px
}

footer .top .links>div.has-down .sub-nav>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff
}

footer .top .links>div.has-down .sub-nav>li>a:hover {
    color: #ffe100
}

footer .top .links>div.has-down:hover .sub-nav {
    visibility: visible;
    opacity: 1
}

footer .top .share {
    float: right;
    width: 27%;
    font-size: 0;
    padding-right: 40px;
    text-align: right
}

footer .top .share>a {
    transition: all .3s;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    border-radius: 100%;
    background-color: #222;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

footer .top .share>a:hover {
    background-color: #ffe100
}

footer .top .share>a.share1 {
    background-image: url(../images/icon-f1.png)
}

footer .top .share>a.share2 {
    background-image: url(../images/icon-f2.png)
}

footer .top .share>a.share3 {
    background-image: url(../images/icon-f3.png)
}

footer .top .share>a.share4 {
    background-image: url(../images/icon-f4.png)
}

footer .top .share>a.share5 {
    background-image: url(../images/icon-f5.png)
}

footer .top .share>a.share6 {
    background-image: url(../images/icon-f6.png)
}

footer .top .share>a.share1:hover {
    background-image: url(../images/icon-f1-black.png)
}

footer .top .share>a.share2:hover {
    background-image: url(../images/icon-f2-black.png)
}

footer .top .share>a.share3:hover {
    background-image: url(../images/icon-f3-black.png)
}

footer .top .share>a.share4:hover {
    background-image: url(../images/icon-f4-black.png)
}

footer .top .share>a.share5:hover {
    background-image: url(../images/icon-f5-black.png)
}

footer .top .share>a.share6:hover {
    background-image: url(../images/icon-f6-black.png)
}

footer .top .share>a.share6 .sig {
    width: 300px;
    height: 300px;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    top: 40px;
    right: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all ease .3s;
    transform-origin: right top;
    -webkit-transform-origin: right top;
}

footer .top .share>a.share6 .sig img {
    width: 100%;
    height: 100%;
}

footer .top .share>a.share6:hover .sig {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

footer .middle {
    overflow: hidden;
    padding-bottom: 106px;
    padding-top: 50px
}

footer .middle .contact {
    float: left;
    width: 370px;
    padding-left: 40px;
    width: 19.27%
}

footer .middle .contact .title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 40px;
    color: #ffe100;
    font-weight: 700
}

footer .middle .ct-list>li {
    height: auto;
    line-height: 16px;
    font-size: 14px;
    color: #a0a0a0;
    padding-bottom: 30px
}

footer .middle .ct-list>li:before {
    display: inline-block;
    content: "";
    width: 42px;
    height: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: top
}

footer .middle .ct-list .ct-li1:before {
    background-image: url(../images/icon-phone.png)
}

footer .middle .ct-list .ct-li2:before {
    background-image: url(../images/icon-fax.png)
}

footer .middle .ct-list .ct-li3:before {
    background-image: url(../images/icon-mailbox.png)
}

footer .middle .about {
    float: left;
    width: 550px;
    width: 28.65%;
    padding-left: 40px
}

footer .middle .about .title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 32px;
    color: #ffe100;
    font-weight: 700
}

footer .middle .about .para {
    width: 400px;
    width: 78.43%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px
}

footer .middle .tag {
    float: left;
    width: 340px;
    width: 17.7%;
    padding-left: 40px
}

footer .middle .tag .title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 32px;
    color: #ffe100;
    font-weight: 700
}

footer .middle .tag .para {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px
}

footer .middle .code {
    float: right;
    width: 160px;
    margin-right: 40px
}

footer .middle .code .img-box {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-color: #fff;
    display: table;
    text-align: center
}

footer .middle .code .img-box img {
    width: 100%
}

footer .middle .code .img-box .inner {
    display: table-cell;
    vertical-align: middle
}

footer .middle .code .text {
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    color: #999
}

footer .bottom {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background-color: #ffe100;
    position: relative
}

footer .bottom .copyright {
    float: left;
    font-size: 12px;
    color: #000;
    padding-left: 40px;
    padding-top: 13px
}

footer .bottom .copyright .t1 {
    display: inline-block;
    vertical-align: top;
    padding-right: 13px;
    line-height: 16px
}

footer .bottom .copyright .t2 {
    display: inline-block;
    vertical-align: top;
    line-height: 16px
}

footer .bottom .brands {
    display: inline-block;
    font-size: 0;
    height: 60px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 35px;
    padding-right: 25px;
    background-color: #ffe100
}

footer .bottom .brands img {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px
}

footer .bottom .brands:before {
    display: inline-block;
    content: "";
    border-bottom: 20px solid #ffe100;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: -20px;
    top: 0
}

@media(max-width:1760px) {
    footer .top {
        height: auto
    }

    footer .top .links {
        float: none;
        width: 100%;
        padding-right: 8px
    }

    footer .top .share {
        float: none;
        width: 100%;
        text-align: left;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 14px
    }

    footer .top .share>a {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 8px
    }

    footer .middle {
        padding-top: 17px
    }

    footer .top .share>a.share6 .sig {
        right: auto;
        left: 20px;
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}

@media(max-width:1200px) {
    footer .top .links {
        padding-left: 20px;
        padding-right: 0
    }

    footer .top .share {
        padding-left: 20px;
        padding-right: 0
    }

    footer .middle {
        padding-bottom: 54px
    }

    footer .middle .contact {
        padding-left: 20px
    }

    footer .middle .about {
        padding-left: 20px
    }

    footer .middle .tag {
        padding-left: 20px
    }

    footer .bottom {
        height: auto;
        margin-top: 0;
        line-height: 1
    }

    footer .bottom .copyright {
        float: none;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }

    footer .bottom .brands {
        display: block;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        padding-left: 25px
    }
}

@media(max-width:800px) {
    footer {
        padding-top: 25px
    }

    footer .top .links>div>a {
        height: 30px;
        line-height: 30px
    }

    footer .top .links>div.has-down>a:before {
        top: 5px
    }

    footer .top .links>div.has-down .sub-nav>li>a {
        height: 30px;
        line-height: 30px
    }

    footer .top .share {
        padding-top: 19px
    }

    footer .middle {
        padding-bottom: 30px
    }

    footer .middle .contact {
        width: 100%
    }

    footer .middle .contact .title {
        padding-bottom: 20px
    }

    footer .middle .ct-list {
        font-size: 0;
        padding-bottom: 14px
    }

    footer .middle .ct-list>li {
        display: inline-block;
        margin-right: 40px;
        padding-bottom: 16px
    }

    footer .middle .about {
        width: 100%
    }

    footer .middle .about .title {
        padding-bottom: 12px
    }

    footer .middle .about .para {
        width: 100%;
        padding-right: 20px;
        padding-bottom: 22px
    }

    footer .middle .tag {
        width: 100%
    }

    footer .middle .tag .title {
        padding-bottom: 12px
    }

    footer .middle .tag .para {
        width: 100%;
        padding-right: 20px;
        padding-bottom: 22px
    }

    footer .middle .code {
        float: none;
        margin: 0 auto
    }

    footer .top .share>a.share6 .sig {
        left: -130px;
        transform-origin: center top;
        -webkit-transform-origin: center top;
    }
}

@media(max-width:500px) {
    footer .top .share>a.share6 .sig {
        left: auto;
        right: 20px;
        transform-origin: right top;
        -webkit-transform-origin: right top;
    }
}

@media(max-width:380px) {
    footer .top .share>a.share6 .sig {
        left: 20px;
        right: auto;
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}

@media(max-width:350px) {
    footer .top .share>a.share6 .sig {
        width: 200px;
        height: 200px;
        left: 20px;
        right: auto;
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}

.lead-header-wrap {
    width: 100%;
    height: 60px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 10000
}

.lead-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #ffe100;
    padding-left: 20px;
    padding-right: 115px;
    z-index: 10000
}

.lead-header .logo-box {
    display: block;
    float: left;
    width: 310px;
    margin-top: 17px
}

.lead-header .btn-menu {
    display: none;
    float: right;
    width: 60px;
    height: 60px;
    background-image: url(../images/icon-menu.png);
    cursor: pointer
}

.lead-header .lead-nav {
    float: right;
    font-size: 0
}

.lead-header .lead-nav>li {
    display: inline-block
}

.lead-header .lead-nav>li>a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #222;
    padding: 0 20px
}

.lead-header .lead-nav>li>a:hover {
    background-color: #222;
    color: #ffe100
}

@media(max-width:1200px) {
    .lead-header {
        padding-right: 0
    }

    .lead-header .btn-menu {
        display: block
    }

    .lead-header .lead-nav {
        display: none;
        position: absolute;
        right: 0;
        top: 60px;
        width: 300px;
        background-color: #222;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .14)
    }

    .lead-header .lead-nav.show {
        display: block
    }

    .lead-header .lead-nav>li {
        display: block
    }

    .lead-header .lead-nav>li>a {
        width: 100%;
        font-size: 14px;
        color: #a0a0a0
    }

    .lead-header .lead-nav>li>a:hover {
        background-color: #333
    }
}

@media(max-width:500px) {
    .lead-header-wrap {
        height: 40px
    }

    .lead-header {
        height: 40px;
        padding-left: 10px
    }

    .lead-header .lead-nav {
        width: 100%;
        top: 40px
    }

    .lead-header .lead-nav>li>a {
        height: 40px;
        line-height: 40px
    }

    .lead-header .btn-menu {
        width: 40px;
        height: 40px
    }

    .lead-header .logo-box {
        width: 150px;
        margin-top: 12px
    }
}

.main {
    max-width: 1920px;
    margin: 0 auto
}

.wallpaper {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.wallpaper .w {
    padding-top: 15.625%
}

.wallpaper .title {
    font-size: 48px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    font-family: AgencyB
}

@media(max-width:1200px) {
    .wallpaper .title {
        left: 10px;
        font-size: 38px;
        margin-top: -19px
    }
}

@media(max-width:800px) {
    .wallpaper {
        background-size: 800px 125px
    }

    .wallpaper .w {
        padding-top: 125px
    }

    .wallpaper .title {
        font-size: 28px;
        margin-top: -14px
    }
}

.thumb {
    background-color: #151515;
    line-height: 14px;
    padding-top: 43px;
    padding-bottom: 43px
}

.thumb .bread .icon.home {
    width: 26px;
    height: 14px;
    background-image: url(../images/icon-home.png);
    padding-right: 10px;
    position: relative;
    top: -1px;
    background-position: left center
}

.thumb .bread .level {
    font-size: 12px;
    color: #555
}

.thumb .bread .gt {
    font-size: 12px;
    color: #555;
    padding-left: 6px;
    padding-right: 6px
}

.thumb .bread .last {
    font-size: 12px;
    color: #999
}

.thumb.has-nav {
    background-color: #222;
    border-bottom: 1px solid #333
}

.thumb.has-nav .w {
    text-align: right
}

.thumb.has-nav .thumb-banner {
    width: 900px;
    height: 100px;
    position: absolute;
    left: 0;
    top: -43px;
    text-align: left
}

.thumb.has-nav .thumb-banner .swiper-slide {
    width: auto;
    padding-right: 44px
}

.thumb.has-nav .thumb-banner .swiper-slide a {
    display: block;
    height: 100px;
    font-size: 18px;
    color: #fff;
    line-height: 100px
}

.thumb.has-nav .thumb-banner .swiper-slide.selected a {
    border-bottom: 2px solid #ffe100;
    color: #ffe100
}

@media(max-width:1200px) {
    .thumb {
        padding-left: 10px;
        padding-right: 10px
    }

    .thumb.has-nav .bread {
        display: none
    }

    .thumb.has-nav .thumb-banner {
        width: 100%;
        height: 86px
    }

    .thumb.has-nav .thumb-banner .swiper-slide a {
        height: 86px;
        line-height: 86px;
        font-size: 14px
    }
}

@media(max-width:800px) {
    .thumb.has-nav {
        padding-top: 0;
        padding-bottom: 0
    }

    .thumb.has-nav .thumb-banner {
        height: auto;
        top: 0;
        position: relative
    }

    .thumb.has-nav .thumb-banner .swiper-wrapper {
        display: block;
        font-size: 0;
        text-align: center
    }

    .thumb.has-nav .thumb-banner .swiper-slide {
        display: inline-block;
        vertical-align: top;
        padding-left: 12px;
        padding-right: 12px
    }

    .thumb.has-nav .thumb-banner .swiper-slide a {
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

body.knowledge .list-b {
    padding-top: 40px;
    padding-bottom: 360px
}

body.knowledge .k-list {
    overflow: hidden;
    padding-left: 1px;
    padding-top: 1px;
    width: 1210px
}

body.knowledge .k-list>li {
    float: left;
    width: 241px;
    height: 241px;
    border: 1px solid #333;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1
}

body.knowledge .k-list>li:hover {
    z-index: 2;
    border-color: #ffe100
}

body.knowledge .k-list>li>a {
    display: block;
    width: 100%;
    height: 100%
}

body.knowledge .k-list .img-box {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat
}

body.knowledge .k-list .img-box-hover {
    display: none;
    width: 100%;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat
}

body.knowledge .k-list .title {
    padding-top: 17px;
    text-align: center;
    font-size: 14px;
    color: #a0a0a0
}

body.knowledge .k-list>li:hover .title {
    color: #ffe100
}

body.knowledge .k-list>li:hover .img-box {
    display: none
}

body.knowledge .k-list>li:hover .img-box-hover {
    display: block
}

@media(max-width:1210px) {
    body.knowledge .k-list {
        width: 964px;
        margin: 0 auto
    }

    body.knowledge .list-b {
        padding-bottom: 180px
    }
}

@media(max-width:964px) {
    body.knowledge .k-list {
        width: 723px
    }

    body.knowledge .list-b {
        padding-bottom: 90px
    }
}

@media(max-width:723px) {
    body.knowledge .k-list {
        width: 482px
    }

    body.knowledge .list-b {
        padding-bottom: 40px
    }
}

@media(max-width:482px) {
    body.knowledge .k-list {
        width: 241px
    }
}

body.topQ .topQ-cont {
    padding-top: 20px;
    padding-bottom: 180px
}

body.topQ .topQ-wall {
    width: 100%;
    padding-top: 25%;
    position: relative;
    background-size: cover;
    margin-bottom: 20px
}

body.topQ .topQ-wall .title {
    position: absolute;
    left: 7%;
    top: 50%;
    font-size: 28px;
    color: #fff;
    margin-top: -14px
}

body.topQ .article {
    border: 1px solid #333;
    padding: 30px 30px 20px;
    color: #fff
}

body.topQ .article p {
    line-height: 30px
}

body.topQ .article .para {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    padding-bottom: 28px
}

body.topQ .article .title {
    font-size: 18px;
    color: #fff;
    padding-bottom: 22px;
    padding-top: 10px
}

body.topQ .article .img-box {
    text-align: center;
    margin-bottom: 100px
}

@media(max-width:1200px) {
    body.topQ .topQ-cont {
        padding-bottom: 90px
    }
}

.select-row {
    position: relative
}

.select-theme:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 8px;
    background-image: url(../images/icon-down-gray.png);
    position: absolute;
    right: 20px;
    top: 20px
}

.select-row.show:after {
    background-image: url(../images/icon-up2-white.png)
}

.select-row .select-list {
    display: none;
    width: 100%;
    max-height: 200px;
    background-color: #222;
    position: absolute;
    left: 0;
    top: 49px;
    box-shadow: 0 0 0 1px #a0a0a0
}

.select-row .select-lis:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #a0a0a0;
    position: absolute;
    left: -1px;
    top: 0
}

.select-row .select-list .select-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #a0a0a0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select-row .select-list .select-item:hover {
    background-color: #303030;
    color: #ffe100;
    cursor: pointer
}

.select-row .select-list .mCSB_scrollTools {
    opacity: 1
}

.select-row .select-list .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #2d2d2d;
    filter: none;
    -ms-filter: none
}

.select-row .select-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #616161;
    border-radius: 2px;
    filter: none;
    -ms-filter: none
}

.select-row .select-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.select-row .select-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #616161;
    filter: none;
    -ms-filter: none
}

.select-row .select-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #616161;
    filter: none;
    -ms-filter: none
}

body.validation .select-row .select-list {
    box-shadow: 0 0 0 0 #333;
    border: 1px solid #333
}

body.validation .validation-b {
    padding-top: 40px
}

body.validation .validation-b .w {
    border: 1px solid #333;
    padding-bottom: 50px
}

body.validation .validation-b .title {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    font-size: 18px;
    color: #ffe100;
    background-color: #333;
    margin-bottom: 27px
}

body.validation .validation-b .form-b {
    font-size: 0
}

body.validation .validation-b .text {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 36px;
    padding: 0 20px 20px;
    vertical-align: top
}

body.validation .validation-b .form {
    display: inline-block;
    width: 50%;
    padding-top: 12px;
    padding-right: 29px;
    vertical-align: top
}

body.validation .validation-b .form .row {
    margin-bottom: 20px;
    height: 50px;
    position: relative;
    z-index: 1;
    font-size: 0
}

body.validation .validation-b .form .row.select-row {
    z-index: 2
}

body.validation .validation-b .form .row.cut-row {
    overflow: hidden
}

body.validation .validation-b .form .row.cut-row .cut-col1 {
    width: 49%
}

body.validation .validation-b .form .row.cut-row .cut-col2 {
    width: 49%;
    float: right
}

body.validation .validation-b .form input[type=text] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #444;
    font-size: 12px;
    color: #a0a0a0;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent
}

body.validation .validation-b .form .btn-row {
    padding-top: 20px;
    font-size: 0
}

body.validation .validation-b .form .btn-submit {
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #ffe100;
    font-size: 16px;
    color: #222
}

@media(max-width:800px) {
    body.validation .validation-b .text {
        float: none;
        width: 100%
    }

    body.validation .validation-b .form {
        float: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:500px) {
    body.validation .validation-b .form .row.cut-row {
        height: auto
    }

    body.validation .validation-b .form .row.cut-row .cut-col1 {
        width: 100%;
        margin-bottom: 20px
    }

    body.validation .validation-b .form .row.cut-row .cut-col2 {
        width: 100%;
        float: none
    }
}

body.search .r-b {
    padding-top: 20px;
    padding-bottom: 70px
}

body.search .search-bar {
    padding: 10px;
    background-color: #333;
    overflow: hidden
}

body.search .search-bar .result {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px
}

body.search .search-bar .result .keyword {
    color: #ffe100
}

body.search .search-bar .form {
    float: right;
    width: 400px;
    height: 40px;
    position: relative;
    background-color: #222
}

body.search .search-bar .form input[type=text] {
    width: 345px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 0
}

body.search .search-bar .form .btn-submit {
    width: 55px;
    height: 40px;
    background-image: url(../images/icon-search-3.png);
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent
}

body.search .r-list {
    /* border:1px solid #333; */
    margin-bottom: 30px;
}

body.search .r-list>li:hover {
    background-color: #282828
}

body.search .r-list>li>a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px 30px 30px 0;
}

body.search .r-list>li>a:after {
    display: inline-block;
    content: "";
    width: 95%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -47.5%
}

body.search .r-list>li:last-child>a:after {
    display: none
}

body.search .r-list .left {
    float: left;
    width: 32.17%;
}

body.search .r-list .img-box {
    width: 100%;
    padding-top: 62.18%;
    background-size: cover;
    background-position: center center;
}

body.search .r-list .text {
    float: right;
    width: 61.67%;
}

body.search .r-list .title {
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 24px
}

body.search .r-list>li:hover .title {
    color: #ffe100
}

body.search .r-list .abstract {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    margin-bottom: 30px;
    height: 72px;
    overflow: hidden
}

body.search .r-list .btn-more {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #a0a0a0;
    position: relative;
    background-color: #333
}

body.search .r-list .btn-more:after {
    display: inline-block;
    content: "";
    border-left: 20px solid #333;
    border-right: 20px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: -40px;
    top: 0
}

body.search .r-list>li:hover .btn-more {
    background-color: #ffe100;
    color: #222
}

body.search .r-list>li:hover .btn-more:after {
    border-left-color: #ffe100
}

@media(max-width:1200px) {
    body.search .r-list .title {
        padding-top: 12px;
        padding-bottom: 12px
    }

    body.search .r-list .abstract {
        margin-bottom: 15px
    }
}

@media(max-width:800px) {
    body.search .r-list .title {
        padding-top: 3px;
        padding-bottom: 10px
    }

    body.search .r-list .abstract {
        margin-bottom: 6px
    }

    body.search .search-bar .result {
        float: none;
        width: 100%;
        padding-left: 14px
    }

    body.search .search-bar .form {
        float: none;
        width: 100%
    }
}

@media(max-width:600px) {
    body.search .r-list .title {
        font-size: 14px
    }

    body.search .r-list .abstract {
        height: 48px
    }
}

@media(max-width:500px) {
    body.search .r-list>li>a {
        padding: 15px 10px
    }

    body.search .r-list .left {
        width: 40%
    }

    body.search .r-list .text {
        width: 55%
    }
}

.c-page {
    font-size: 0;
    text-align: center
}

.c-page a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    font-size: 20px;
    color: #a0a0a0;
    margin-right: 5px;
    margin-left: 5px
}

.c-page a:hover {
    background-color: #333;
    color: #fff
}

.c-page a.selected {
    background-color: #ffe100;
    color: #222;
    border-color: #ffe100
}

.c-page .pn-prev {
    background-image: url(../images/page-prev.png);
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat
}

.c-page .pn-next {
    background-image: url(../images/page-next.png);
    margin-left: 15px;
    background-position: center center;
    background-repeat: no-repeat
}

.c-page .lastw {
    width: auto;
    padding: 0 10px;
}

@media(max-width:600px) {
    .c-page a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-left: 2px;
        margin-right: 2px
    }

    .c-page .pn-prev {
        margin-right: 5px
    }

    .c-page .pn-next {
        margin-left: 5px
    }
}

.b-page {
    font-size: 0;
    text-align: center
}

.b-page a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    font-size: 20px;
    color: #a0a0a0;
    margin-right: 5px;
    margin-left: 5px
}

.b-page a:hover {
    background-color: #333;
    color: #fff
}

.b-page a.selected {
    background-color: #ffe100;
    color: #222;
    border-color: #ffe100
}

.b-page .pn-prev {
    background-image: url(../images/page-prev.png);
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat
}

.b-page .pn-next {
    background-image: url(../images/page-next.png);
    margin-left: 15px;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width:600px) {
    .b-page a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-left: 2px;
        margin-right: 2px
    }

    .b-page .pn-prev {
        margin-right: 5px
    }

    .b-page .pn-next {
        margin-left: 5px
    }
}

body.release .r-b {
    padding-bottom: 100px
}

body.release .r-list {
    padding-top: 40px;
    margin-bottom: 20px
}

body.release .r-list>li:hover {
    background-color: #282828
}

body.release .r-list>li>a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    padding-right: 30px
}

body.release .r-list .left {
    float: left;
    width: 32.17%
}

body.release .r-list .img-box {
    width: 100%;
    padding-top: 62.18%;
    background-size: cover;
    background-position: center center
}

body.release .r-list .text {
    float: right;
    width: 61.67%
}

body.release .r-list .title {
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 24px
}

body.release .r-list>li:hover .title {
    color: #ffe100
}

body.release .r-list .abstract {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    margin-bottom: 30px;
    height: 72px;
    overflow: hidden
}

body.release .r-list>li:hover .abstract {
    color: #fff
}

body.release .r-list .date {
    font-size: 12px;
    color: #a0a0a0
}

body.release .r-list .date:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-date.png);
    position: relative;
    top: -1px;
    margin-right: 10px
}

@media(max-width:1200px) {
    body.release .r-list>li>a {
        padding-left: 10px;
        padding-right: 10px
    }

    body.release .r-list .title {
        padding-top: 12px;
        padding-bottom: 12px
    }

    body.release .r-list .abstract {
        margin-bottom: 15px
    }
}

@media(max-width:800px) {
    body.release .r-list .title {
        padding-top: 3px;
        padding-bottom: 10px
    }

    body.release .r-list .abstract {
        margin-bottom: 6px
    }
}

@media(max-width:600px) {
    body.release .r-list .title {
        font-size: 14px
    }

    body.release .r-list .abstract {
        height: 48px
    }
}

@media(max-width:500px) {
    body.release .r-list>li>a {
        padding: 15px 10px
    }

    body.release .r-list .left {
        width: 40%
    }

    body.release .r-list .text {
        width: 55%
    }
}

body.about .about-b {
    padding-top: 60px;
    padding-bottom: 60px
}

body.about .abouts {
    padding-top: 60px;
    padding-bottom: 60px
}

body.about .about-b1 {
    overflow: hidden;
    background-color: #282828;
    margin-bottom: 20px;
    font-size: 0
}

body.about .about-b1 .left {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

body.about .about-b1 .left .img-box {
    width: 100%;
    background-position: center center;
    background-size: cover
}

body.about .about-b1 .text {
    display: inline-block;
    width: 50%;
    padding: 32px 40px;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    vertical-align: top
}

body.about .about-b2 {
    background-color: #282828;
    padding: 32px 40px 2px;
    margin-bottom: 20px
}

body.about .about-b2 .para {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    padding-bottom: 30px
}

body.about .about-b3 {
    overflow: hidden;
    background-color: #282828;
    margin-bottom: 20px;
    font-size: 0
}

body.about .about-b3 .text {
    display: inline-block;
    width: 50%;
    padding: 32px 40px;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    vertical-align: top
}

body.about .about-b3 .right {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

body.about .about-b3 .right .img-box {
    width: 100%;
    background-position: center center;
    background-size: cover
}

body.about .about-b4 {
    background-color: #282828;
    padding: 32px 40px 2px;
    margin-bottom: 20px
}

body.about .about-b4 .para {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    padding-bottom: 30px
}

@media(max-width:1200px) {
    body.about .about-b1 .left {
        padding-left: 40px
    }

    body.about .about-b3 .right {
        padding-right: 40px
    }
}

@media(max-width:680px) {
    body.about .about-b1 .left {
        width: 100%;
        padding-right: 40px;
        padding-top: 40px
    }

    body.about .about-b1 .text {
        width: 100%
    }

    body.about .about-b3 .right {
        width: 100%;
        padding-left: 40px;
        padding-bottom: 40px
    }

    body.about .about-b3 .text {
        width: 100%
    }
}

@media(max-width:500px) {
    body.about .about-b {
        padding-top: 30px;
        padding-bottom: 30px
    }

    body.about .about-b1 .left {
        padding-right: 20px;
        padding-top: 20px;
        padding-left: 20px
    }

    body.about .about-b1 .text {
        width: 100%;
        padding: 16px 20px
    }

    body.about .about-b2 {
        padding: 16px 20px 2px
    }

    body.about .about-b2 .para {
        padding-bottom: 20px
    }

    body.about .about-b4 {
        padding: 16px 20px 2px
    }

    body.about .about-b4 .para {
        padding-bottom: 20px
    }

    body.about .about-b3 .right {
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px
    }

    body.about .about-b3 .text {
        width: 100%;
        padding: 16px 20px
    }
}

.i-label {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: top;
    cursor: pointer
}

.i-label .i-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
    border: 1px solid #aaa
}

.i-label .i-text {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.i-label.selected .i-icon {
    border-color: #ffe100;
    background-color: #ffe100;
    background-image: url(../images/icon-tick.png);
    background-position: center center;
    background-repeat: no-repeat
}

.i-label input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

body.apply .apply-b {
    margin-top: 40px;
    padding-bottom: 200px
}

body.apply .apply-b .w {
    border: 1px solid #333;
    padding-left: 30px;
    padding-right: 30px
}

body.apply .apply-b .title1 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 23px
}

body.apply .apply-b .title2 {
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

body.apply .apply-b .para {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 30px
}

body.apply .apply-b1 {
    padding: 39px 0 28px;
    border-bottom: 1px solid #333
}

body.apply .apply-b1 .select-row {
    width: 560px;
    height: 50px;
    max-width: 100%;
    border: 1px solid #a0a0a0;
    margin-bottom: 30px
}

body.apply .apply-b1 .select-row input {
    width: 100%;
    height: 100%;
    line-height: 50px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    padding: 0 20px
}

body.apply .apply-b2 {
    padding-bottom: 31px;
    border-bottom: 1px solid #333
}

body.apply .apply-b3 {
    padding-bottom: 31px;
    border-bottom: 1px solid #333
}

body.apply .apply-b4 {
    padding-bottom: 31px;
    border-bottom: 1px solid #333
}

body.apply .apply-b5 {
    padding-bottom: 36px
}

body.apply .apply-b5 .c-texts {
    width: 1160px;
    font-size: 0;
    padding-top: 31px;
    padding-bottom: 14px
}

body.apply .apply-b5 .c-row {
    display: inline-block;
    width: 560px;
    max-width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #a0a0a0
}

body.apply .apply-b5 .c-row input {
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #fff
}

body.apply .apply-b5 .select-row {
    display: inline-block;
    width: 560px;
    height: 50px;
    margin-bottom: 20px;
    max-width: 100%;
    border: 1px solid #a0a0a0;
    margin-right: 20px
}

body.apply .apply-b5 .select-row input {
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #fff
}

body.apply .apply-b5 .textarea-row {
    padding-top: 17px;
    font-size: 0
}

body.apply .apply-b5 .textarea-row.textarea-row2 {
    padding-top: 33px;
    margin-bottom: 34px
}

body.apply .apply-b5 .textarea-row textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #a0a0a0;
    padding: 14px 20px;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 20px;
    background-color: transparent;
    font-family: arial, microsoft yahei
}

body.apply .apply-b5 .tips {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    padding-top: 13px;
    margin-bottom: 46px
}

body.apply .apply-b5 .tips:before {
    display: inline-block;
    content: "!";
    vertical-align: top;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 16px;
    color: #a0a0a0
}

body.apply .labels {
    font-size: 0;
    padding-top: 25px;
    padding-bottom: 25px
}

body.apply .labels .i-label {
    min-width: 190px;
    padding-right: 30px;
    margin-bottom: 26px
}

body.apply .i-label.agree-label .i-text {
    color: #fff
}

body.apply .apply-b .submit-row {
    font-size: 0;
    padding-top: 33px
}

body.apply .apply-b .btn-submit {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #222;
    background-color: #ffe100
}

@media(max-width:1200px) {
    body.apply .apply-b {
        padding-bottom: 100px
    }

    body.apply .apply-b5 .c-texts {
        width: 100%
    }
}

@media(max-width:500px) {
    body.apply .apply-b {
        padding-bottom: 50px
    }

    body.apply .apply-b .w {
        padding-left: 15px;
        padding-right: 15px
    }

    body.apply .labels .i-label {
        min-width: 150px
    }
}

body.awards .awards-b .w {
    border-left: 1px solid #333;
    padding-top: 52px;
    padding-bottom: 290px
}

body.awards .awards-b .para {
    width: 1010px;
    margin: 0 auto;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    padding-bottom: 69px
}

body.awards .one-year {
    position: relative
}

body.awards .one-year .year {
    width: 230px;
    padding-left: 49px;
    font-size: 48px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    font-family: AgencyB
}

body.awards .one-year:hover .year {
    color: #ffe100
}

body.awards .one-year .year:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 4px solid #222;
    background-color: #333;
    box-shadow: 0 0 0 1px #333;
    position: absolute;
    left: -11px;
    top: 0;
    box-sizing: border-box
}

body.awards .one-year:hover .year:after {
    background-color: #ffe100;
    box-shadow: 0 0 0 1px #ffe100
}

body.awards .a-list {
    width: 960px;
    display: inline-block;
    vertical-align: top
}

body.awards .a-one {
    font-size: 0;
    width: 100%;
    margin-bottom: 60px
}

body.awards .a-one:hover {
    background-color: #1d1d1d
}

body.awards .a-one .left {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin-right: 4.16%
}

body.awards .a-one .left .img-box {
    width: 100%;
    padding-top: 66.667%;
    background-position: center center;
    background-size: cover
}

body.awards .a-one .brand {
    display: inline-block;
    width: 22.81%;
    vertical-align: middle;
    padding-right: 4.16%
}

body.awards .a-one .text {
    display: inline-block;
    width: 47.91%;
    vertical-align: middle
}

body.awards .a-one .title {
    font-size: 18px;
    color: #a0a0a0;
    line-height: 24px;
    padding-bottom: 20px
}

body.awards .a-one .model {
    font-size: 36px;
    color: #ffe100;
    padding-right: 10px;
    font-family: AgencyB
}

body.awards .a-one .lumens {
    font-size: 18px;
    color: #fff
}

@media(max-width:1200px) {
    body.awards .awards-b .w {
        padding-bottom: 100px
    }

    body.awards .awards-b .para {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    body.awards .one-year .year {
        display: block;
        width: 100%;
        padding-left: 0;
        text-align: center;
        line-height: 1;
        margin-bottom: 20px;
        padding-top: 30px
    }

    body.awards .one-year .year:after {
        display: none
    }

    body.awards .a-list {
        display: block;
        margin: 0 auto
    }

    body.awards .a-one {
        background-color: #1d1d1d
    }

    body.awards .a-one {
        margin-bottom: 10px
    }
}

@media(max-width:1000px) {
    body.awards .a-list {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:800px) {
    body.awards .awards-b .para {
        padding-bottom: 35px
    }

    body.awards .one-year .year {
        font-size: 38px;
        margin-bottom: 10px
    }

    body.awards .a-one .model {
        font-size: 30px
    }

    body.awards .a-one .title {
        padding-bottom: 10px
    }
}

@media(max-width:500px) {
    body.awards .a-one {
        padding-top: 10px;
        padding-bottom: 10px
    }

    body.awards .awards-b .para {
        padding-bottom: 10px
    }

    body.awards .one-year .year {
        font-size: 30px
    }

    body.awards .a-one .title {
        font-size: 12px;
        line-height: 16px
    }

    body.awards .a-one .model {
        font-size: 18px
    }

    body.awards .a-one .lumens {
        font-size: 12px
    }
}

body.dealer .select-row .select-list {
    box-shadow: 0 0 0 1px #333
}

body.dealer .dealer-b {
    padding-top: 20px;
    padding-bottom: 110px;
    font-size: 0
}

body.dealer .dealer-b .w {
    border: 1px solid #333;
    padding: 47px 29px 39px
}

body.dealer .dealer-b .title1 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 16px
}

body.dealer .dealer-b .tips {
    font-size: 12px;
    color: #a0a0a0;
    padding-bottom: 17px
}

body.dealer .dealer-b span.yellow {
    font-size: 16px;
    color: #ffe100
}

body.dealer .dealer-b1 {
    padding-bottom: 18px;
    z-index: 6;
    position: relative
}

body.dealer .dealer-b .row {
    font-size: 0;
    width: 1160px
}

body.dealer .dealer-b .c-col1 {
    width: 560px;
    max-width: 100%;
    border: 1px solid #333;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative
}

body.dealer .dealer-b .c-col1 .yellow {
    position: absolute;
    left: 10px;
    top: 16px
}

body.dealer .dealer-b .c-col1 input[type=text] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 19px
}

body.dealer .dealer-b .c-col1.c-col2 {
    border: 0
}

body.dealer .dealer-b .place-row .c-col1 {
    margin-bottom: 0
}

body.dealer .dealer-b .select-row {
    display: inline-block;
    max-width: 100%;
    height: 50px;
    border: 1px solid #333;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative
}

body.dealer .dealer-b .select-row .yellow {
    position: absolute;
    left: 10px;
    top: 16px
}

body.dealer .dealer-b .select-row input[type=text] {
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 0 19px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #fff
}

body.dealer .dealer-b .select-country {
    width: 170px;
    z-index: 3
}

body.dealer .dealer-b .select-province {
    width: 180px;
    z-index: 2
}

body.dealer .dealer-b .select-city {
    width: 170px;
    margin-right: 0;
    z-index: 1
}

body.dealer .dealer-b .select-store {
    width: 170px;
    margin-right: 0
}

body.dealer .dealer-b .i-label {
    padding-top: 13px;
    padding-bottom: 13px
}

body.dealer .dealer-b .left {
    width: 560px;
    max-width: 100%;
    font-size: 0;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3
}

body.dealer .dealer-b .right {
    width: 560px;
    max-width: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2
}

body.dealer .dealer-b2 {
    padding-bottom: 38px;
    z-index: 5;
    position: relative
}

body.dealer .dealer-b2 .left .i-label {
    width: 390px
}

body.dealer .dealer-b2 .right .i-label {
    min-width: 140px;
    padding-right: 20px
}

body.dealer .dealer-b2 .right input[type=text] {
    width: 140px;
    border: 1px solid #333
}

body.dealer .dealer-b3 {
    padding-bottom: 38px;
    z-index: 4;
    position: relative
}

body.dealer .dealer-b3 .right .i-label {
    min-width: 140px;
    padding-right: 20px
}

body.dealer .dealer-b4 {
    padding-bottom: 18px;
    z-index: 3;
    position: relative
}

body.dealer .dealer-b5 {
    padding-bottom: 20px;
    z-index: 2;
    position: relative
}

body.dealer .dealer-b5 .i-label {
    min-width: 190px;
    padding-right: 20px
}

body.dealer .dealer-b5 input[type=text] {
    width: 190px;
    border: 1px solid #333;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    padding: 0 19px
}

body.dealer .dealer-b6 {
    padding-bottom: 40px;
    z-index: 1;
    position: relative
}

body.dealer .dealer-b6 textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #333;
    padding: 17px 19px;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 16px;
    background-color: transparent;
    font-family: arial, microsoft yahei
}

body.dealer .dealer-b .btn-submit {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #222;
    background-color: #ffe100
}

@media(max-width:1200px) {
    body.dealer .dealer-b .row {
        width: 100%
    }

    body.dealer .dealer-b .w {
        border: 0
    }

    body.dealer .dealer-b1 {
        padding-bottom: 58px
    }
}

@media(max-width:500px) {
    body.dealer .dealer-b {
        padding-bottom: 50px
    }

    body.dealer .dealer-b .w {
        padding-top: 10px;
        padding-bottom: 20px
    }

    body.dealer .dealer-b .select-row {
        width: 100%
    }
}

body.contact .thumb {
    border-bottom: 1px solid #333
}

body.contact .contact-b {
    padding-top: 40px;
    padding-bottom: 139px
}

body.contact .contact-b1 {
    position: relative;
    margin-bottom: 40px
}

body.contact .contact-b1 .map-box {
    width: 100%
}

body.contact .contact-b1 .info {
    width: 600px;
    height: 340px;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 40px 30px 0
}

body.contact .contact-b1 .info .title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 30px
}

body.contact .contact-b1 .info .one-way {
    overflow: hidden;
    margin-bottom: 10px
}

body.contact .contact-b1 .info .one-way .icon {
    vertical-align: top;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .05);
    margin-right: 20px;
    vertical-align: top
}

body.contact .contact-b1 .info .one-way .text {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    padding-top: 7px;
    font-size: 14px;
    line-height: 26px;
    color: #a0a0a0
}

body.contact .contact-b2 .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 18px;
    color: #ffe100;
    background-color: #333
}

body.contact .contact-b2 .form {
    padding: 39px 29px;
    border: 1px solid #333;
    font-size: 0
}

body.contact .contact-b2 .row {
    font-size: 0;
    width: 1160px;
    position: relative
}

body.contact .contact-b2 .row1 {
    z-index: 3
}

body.contact .contact-b2 .row2 {
    z-index: 2
}

body.contact .contact-b2 .row3 {
    z-index: 1
}

body.contact .contact-b2 .row6 {
    z-index: 2
}

body.contact .contact-b2 .row4 {
    z-index: 0
}

body.contact .contact-b2 .row5 {
    z-index: 1
}

body.contact .contact-b2 .c-col1 {
    width: 560px;
    max-width: 100%;
    border: 1px solid #333;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    z-index: 1
}

body.contact .contact-b2 .c-col1 .yellow {
    position: absolute;
    left: 10px;
    top: 16px;
    font-size: 14px;
    color: #ff0
}

body.contact .contact-b2 .c-col1 input[type=text] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 19px
}

body.contact .contact-b2 .c-col1.c-col2 {
    border: 0
}

body.contact .contact-b2 .c-col1:first-child {
    z-index: 3
}

body.contact .contact-b2 .row2 .c-col2 {
    margin-bottom: 0
}

body.contact .contact-b2 .select-row {
    display: inline-block;
    max-width: 100%;
    height: 50px;
    border: 1px solid #333;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1000
}

body.contact .contact-b2 .select-row .yellow {
    position: absolute;
    left: 10px;
    top: 16px;
    font-size: 14px;
    color: #ff0
}

body.contact .contact-b2 .select-row input[type=text] {
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 0 19px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #fff
}

body.contact .contact-b2 .select-theme {
    width: 560px
}

body.contact .contact-b2 .select-state {
    width: 270px;
    z-index: 10
}

body.contact .contact-b2 .select-country {
    width: 270px;
    margin-right: 0;
    z-index: 9
}

body.contact .contact-b2 .select-number {
    width: 100px;
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: top
}

body.contact .contact-b2 .select-number:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 8px;
    background-image: url(../images/icon-down-gray.png);
    position: absolute;
    right: 20px;
    top: 20px
}

body.contact .contact-b2 .select-number.show:after {
    background-image: url(../images/icon-up2-white.png)
}

body.contact .contact-b2 .c-col1 input[type=text].phone-input {
    vertical-align: top;
    width: 460px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #333;
    border-left: 0;
    padding: 0 19px;
    background-color: transparent;
    font-size: 12px;
    color: #fff
}

body.contact .contact-b2 .row5 textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #333;
    padding: 16px 19px;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 16px;
    background-color: transparent;
    font-family: arial, microsoft yahei
}

body.contact .contact-b2 .submit-row {
    padding-top: 40px
}

body.contact .contact-b2 .btn-submit {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #222;
    background-color: #ffe100
}

@media(max-width:1200px) {
    body.contact .contact-b1 .info {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding-bottom: 40px
    }

    body.contact .contact-b1 .info .one-way .text {
        width: 80%
    }

    body.contact .contact-b {
        padding-bottom: 60px
    }

    body.contact .contact-b2 .form {
        border: 0
    }

    body.contact .contact-b2 .row {
        width: 100%
    }
}

@media(max-width:620px) {
    body.contact .contact-b2 .select-row {
        width: 100%
    }

    body.contact .contact-b2 .select-row.select-number {
        width: 40%
    }

    body.contact .contact-b2 .c-col1 input[type=text].phone-input {
        width: 60%
    }
}

@media(max-width:500px) {
    body.contact .contact-b1 .info {
        padding: 20px 15px
    }

    body.contact .contact-b1 .info .title {
        font-size: 16px;
        padding-bottom: 15px
    }

    body.contact .contact-b1 .info .one-way .icon {
        margin-right: 5px
    }
}

body.download .download-b {
    padding-bottom: 180px
}

body.download .three {
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

body.download .three>a {
    display: inline-block
}

body.download .three .three1 {
    width: 50%;
    margin-right: 1.6666%
}

body.download .three .three2 {
    width: 23.3333%;
    margin-right: 1.6666%
}

body.download .three .three3 {
    width: 23.3333%
}

body.download .three .img-box {
    width: 100%;
    background-position: center center;
    background-size: cover
}

body.download .three .three1 .img-box {
    padding-top: 56.33333%
}

body.download .three .three2 .img-box {
    padding-top: 120.71%
}

body.download .three .three3 .img-box {
    padding-top: 120.71%
}

body.download .three .title {
    display: table;
    width: 100%;
    height: 62px;
    background-color: #333;
    padding-left: 20px;
    padding-right: 50px;
    position: relative
}

body.download .three .title .inner {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

body.download .three .title:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-download.png);
    position: absolute;
    right: 20px;
    top: 20px
}

body.download .manual .manual-bar {
    background-color: #333;
    padding: 15px 30px;
    overflow: hidden
}

body.download .manual .title {
    float: left;
    font-size: 18px;
    color: #ffe100;
    line-height: 30px
}

body.download .manual .filter {
    float: right;
    font-size: 0
}

body.download .manual .filter>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #a0a0a0;
    border-radius: 100%;
    margin-left: 10px;
    text-align: center;
    cursor: pointer
}

body.download .manual .filter>a:hover {
    background-color: #222;
    color: #fff
}

body.download .manual .filter>a.selected {
    background-color: #ffe100;
    color: #222
}

body.download .manuals {
    padding: 30px 29px 49px
}

body.download .manual-group {
    border-bottom: 1px solid #333;
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 0
}

body.download .manual-group .type {
    word-wrap: break-word;
    display: inline-block;
    width: 20.175%;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    line-height: 18px
}

body.download .manual-group .manual-list {
    display: inline-block;
    width: 79.82%;
    font-size: 0
}

body.download .manual-group .manual-list>a {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 14px;
    color: #a0a0a0;
    cursor: pointer
}

body.download .manual-group .manual-list>a:hover {
    background-color: #ffe100;
    color: #222
}

@media(max-width:1200px) {
    body.download .download-b {
        padding-bottom: 50px
    }

    body.download .three {
        padding-left: 20px;
        padding-right: 20px
    }

    body.download .three .title .inner {
        font-size: 14px
    }

    body.download .manual {
        padding-left: 20px;
        padding-right: 20px
    }

    body.download .manual .manual-bar {
        padding-left: 10px;
        padding-right: 10px
    }

    body.download .manual .title {
        float: none
    }

    body.download .manual .filter {
        float: none;
        padding-top: 10px
    }

    body.download .manual .filter>a {
        margin-right: 10px;
        margin-left: 0
    }

    body.download .manuals {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px
    }
}

@media(max-width:800px) {
    body.download .three .title {
        padding-left: 10px
    }

    body.download .three .title .inner {
        font-size: 12px
    }
}

@media(max-width:640px) {
    body.download .three .three1 {
        width: 100%;
        margin-bottom: 2%
    }

    body.download .three .three2 {
        width: 49%;
        margin-right: 2%
    }

    body.download .three .three3 {
        width: 49%
    }
}

body.products .products-b {
    padding-top: 20px;
    padding-bottom: 50px
}

body.products .classify {
    padding: 29px 19px;
    border: 1px solid #333;
    margin-bottom: 20px
}

body.products .classify-group {
    font-size: 0;
    padding-right: 30px;
    position: relative
}

body.products .classify-group.show .right {
    height: auto
}

body.products .classify-group .type {
    word-wrap: break-word;
    display: inline-block;
    width: 14.159%;
    text-align: right;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    padding-top: 7px;
    padding-right: 27px;
    line-height: 16px
}

body.products .classify-group .right {
    display: inline-block;
    width: 84.955%;
    font-size: 0;
    height: 40px;
    overflow: hidden
}

body.products .classify-group .classify-list {
    width: 100%
}

body.products .classify-group .classify-list>a {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    padding: 7px 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #a0a0a0;
    cursor: pointer
}

body.products .classify-group .classify-list>a:hover,
body.products .classify-group .classify-list>a.selected {
    background-color: #ffe100;
    color: #222
}

body.products .classify-group .icon-show {
    width: 30px;
    height: 30px;
    background-color: #333;
    background-image: url(../images/icon-down.png);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

body.products .classify-group .icon-show.hide {
    display: none
}

body.products .classify-group.show .icon-show {
    background-color: #ffe100;
    background-image: url(../images/icon-up-black.png)
}

body.products .p-list {
    font-size: 0;
    width: 1220px;
    padding-bottom: 20px
}

body.products .p-list>li {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 420px;
    margin-right: 20px
}

body.products .p-list>li>a {
    display: block;
    width: 100%;
    height: 100%
}

body.products .p-list .img-box {
    width: 100%;
    padding-top: 70.175%;
    background-size: cover;
    background-position: center center
}

body.products .p-list .title {
    font-size: 30px;
    color: #ffe100;
    padding-top: 27px;
    padding-bottom: 22px;
    font-family: AgencyB
}

body.products .p-list .abstract {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    word-wrap: break-word
}

@media(max-width:1200px) {
    body.products .classify {
        border: 0
    }

    body.products .classify-group .type {
        text-align: left;
        padding-right: 10px
    }

    body.products .classify {
        padding-left: 10px;
        padding-right: 10px
    }

    body.products .p-list {
        width: 935px;
        margin: 0 auto;
        padding-left: 20px
    }
}

@media(max-width:935px) {
    body.products .p-list {
        width: 630px
    }
}

@media(max-width:630px) {
    body.products .p-list {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.products .p-list>li {
        width: 47%;
        margin-right: 1.5%;
        margin-left: 1.5%;
        height: auto;
        padding-bottom: 30px
    }

    body.products .p-list .title {
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 18px
    }

    body.products .p-list .abstract {
        font-size: 12px;
        line-height: 20px;
        height: 80px
    }
}

@media(max-width:500px) {
    body.products .classify-group .type {
        width: 30%
    }

    body.products .classify-group .right {
        width: 70%
    }

    body.products .classify-group .classify-list>a {
        margin-right: 5px
    }

    body.products .products-b {
        padding-top: 0
    }

    body.products .classify {
        height: 119px;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 43px;
        background-color: #333;
        position: relative
    }

    body.products .classify .more-option {
        display: block;
        width: 100%;
        height: 25px;
        line-height: 27px;
        text-align: right;
        background-color: #444;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 12px;
        color: #fff;
        padding-right: 20px
    }

    body.products .classify .more-option:after {
        display: inline-block;
        content: "";
        vertical-align: top;
        border-top: 8px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: relative;
        top: 9px;
        margin-left: 8px
    }

    body.products .classify.show {
        height: auto
    }

    body.products .classify.show .more-option {
        font-size: 0
    }

    body.products .classify.show .more-option:after {
        border-top: 0;
        border-bottom: 8px solid #fff
    }
}

.btn-more1 {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    background-color: #333;
    font-size: 12px;
    color: #fff;
    text-align: left;
    position: relative
}

.btn-more1:hover {
    background-color: #ffe100;
    color: #333
}

.btn-more1:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 33px;
    background-image: url(../images/icon-right-white.png)
}

.btn-more1:hover:after {
    background-image: url(../images/icon-right-222.png)
}

.btn-more1:before {
    display: inline-block;
    content: "";
    border-left: 20px solid #333;
    border-bottom: 40px solid transparent;
    position: absolute;
    right: -20px;
    top: 0
}

.btn-more1:hover:before {
    border-left-color: #ffe100
}

.btn-more1.btn-more2 {
    background-color: #222;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    width: 70px
}

.btn-more1.btn-more2:before {
    border-left-color: #222;
    border-bottom-width: 30px
}

.btn-more1.btn-more2:after {
    margin-left: 13px
}

body.lead .lead-banner {
    width: 100%
}

body.lead .lead-banner .swiper-slide {
    display: block;
    width: 100%
}

body.lead .lead-banner .swiper-slide .img-box {
    width: 100%;
    padding-top: 26.04%;
    background-size: cover;
    background-position: center center;
    position: relative
}

body.lead .lead-banner .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    position: relative
}

body.lead .lead-banner .swiper-pagination-bullet:before {
    display: inline-block;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 0
}

body.lead .lead-banner .swiper-pagination-bullet:after {
    display: inline-block;
    content: "";
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 0
}

body.lead .lead-banner .swiper-pagination-bullet:first-child:before {
    border-top-color: #fff
}

body.lead .lead-banner .swiper-pagination-bullet:last-child:after {
    border-bottom-color: #fff
}

body.lead .lead-banner .swiper-pagination-bullet-active {
    background-color: #f4d923
}

body.lead .lead-banner .swiper-pagination-bullet-active:before {
    border-right-color: #f4d923
}

body.lead .lead-banner .swiper-pagination-bullet-active:after {
    border-left-color: #f4d923
}

body.lead .lead-banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active:before {
    border-top-color: #f4d923
}

body.lead .lead-banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
    border-bottom-color: #f4d923
}

body.lead .lead-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px
}

body.lead .lead-banner.swiper-container-horizontal>.swiper-pagination-bullets,
body.lead .lead-banner .swiper-pagination-custom,
body.lead .lead-banner .swiper-pagination-fraction {
    bottom: 20px;
    font-size: 0
}

body.lead .lead-banner .cont {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 400px;
    padding: 35px 30px 30px;
    background-color: rgba(0, 0, 0, .8)
}

body.lead .lead-banner .cont .title {
    font-size: 48px;
    color: #ffe100;
    padding-bottom: 20px;
    font-family: AgencyB
}

body.lead .lead-banner .cont .para {
    font-size: 14px;
    color: #fff;
    line-height: 30px
}

body.lead .lead-list {
    font-size: 0;
    width: 1220px;
    padding-top: 40px;
    margin-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
}

body.lead .lead-link {
    display: inline-block;
    height: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #333;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    position: relative
}

body.lead .lead-link .title {
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    font-size: 24px;
    color: #ffe100;
    position: absolute;
    left: 0;
    top: 0;
    padding: 48px 40px 0
}

body.lead .lead-link .title:after {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #222;
    background-image: url(../images/page-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -74px;
    left: 40px
}

body.lead .lead-link1 {
    width: 386px
}

body.lead .lead-link2 {
    width: 386px
}

body.lead .lead-link3 {
    width: 386px
}

body.lead .lead-link4 {
    width: 386px
}

body.lead .lead-link5 {
    width: 386px
}

body.lead .lead-link6 {
    width: 590px;
    display: none;
}

body.lead .lead-link6 .more {
    display: inline-block;
    width: 100%;
    height: 57px;
    background-image: url(../images/more-pro.png);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px
}

body.lead .lead-link6 .text {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #555;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 24px;
    text-align: center
}

body.lead .about-us {
    margin-bottom: 40px
}

body.lead .about-us .w {
    border: 1px solid #333;
    padding: 36px 29px 49px;
    position: relative
}

body.lead .about-us .title {
    font-size: 24px;
    color: #ffe100;
    padding-bottom: 28px
}

body.lead .about-us .para {
    width: 970px;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px
}

body.lead .about-us .btn-more1 {
    position: absolute;
    right: 49px;
    top: 89px
}

body.lead .latest-release {
    margin-bottom: 40px
}

body.lead .latest-release .w {
    border: 1px solid #333;
    padding: 36px 29px 0;
    position: relative
}

body.lead .latest-release .title {
    font-size: 24px;
    color: #ffe100;
    padding-bottom: 28px
}

body.lead .latest-list {
    font-size: 0;
    width: 1160px
}

body.lead .latest-list>li {
    display: inline-block;
    width: 560px;
    margin-right: 20px;
    margin-bottom: 40px
}

body.lead .latest-list>li>a {
    display: block;
    width: 100%;
    overflow: hidden
}

body.lead .latest-list>li>a:hover {
    background-color: #333
}

body.lead .latest-list .img-box {
    float: left;
    width: 35.714%;
    padding-top: 23.214%;
    background-position: center center;
    background-size: cover
}

body.lead .latest-list .text {
    float: right;
    width: 58.928%
}

body.lead .latest-list .title {
    font-size: 30px;
    color: #ffe100;
    padding-top: 4px;
    padding-bottom: 14px;
    font-family: AgencyB
}

body.lead .latest-list .abstract {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 24px;
    height: 72px;
    overflow: hidden
}

body.lead .recent-release {
    margin-bottom: 40px
}

body.lead .recent-release .w {
    border: 1px solid #333;
    padding: 36px 29px 0;
    position: relative
}

body.lead .recent-release .title {
    font-size: 24px;
    color: #ffe100;
    padding-bottom: 28px
}

body.lead .recent-list {
    font-size: 0
}

body.lead .recent-list>li {
    display: inline-block;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px
}

body.lead .recent-list>li>a {
    display: block;
    width: 100%;
    overflow: hidden
}

body.lead .recent-list>li>a:hover {
    background-color: #333
}

body.lead .recent-list .img-box {
    float: left;
    width: 17.857%;
    padding-top: 11.607%;
    background-position: center center;
    background-size: cover
}

body.lead .recent-list .text {
    float: right;
    width: 80.143%
}

body.lead .recent-list .title {
    font-size: 30px;
    color: #ffe100;
    padding-top: 4px;
    padding-bottom: 14px;
    font-family: AgencyB
}

body.lead .recent-list .abstract {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 24px;
    height: 72px;
    overflow: hidden
}

@media(max-width:1200px) {
    body.lead .lead-banner .cont {
        left: 20px;
        margin-left: 0;
        width: 300px;
        padding: 15px 10px 10px
    }

    body.lead .lead-banner .cont .title {
        font-size: 30px;
        padding-bottom: 0
    }

    body.lead .lead-banner .cont .para {
        font-size: 12px;
        line-height: 20px
    }

    body.lead .lead-links .w {
        width: 895px
    }

    body.lead .lead-list {
        width: 100%;
    }

    body.lead .lead-link6 {
        width: 895px
    }

    body.lead .about-us .w {
        width: 895px;
        padding-bottom: 40px
    }

    body.lead .about-us .para {
        width: 100%;
        padding-bottom: 30px
    }

    body.lead .about-us .btn-more1 {
        position: relative;
        left: 0;
        top: 0
    }

    body.lead .latest-release .w {
        width: 895px
    }

    body.lead .latest-list {
        width: 102%
    }

    body.lead .latest-list>li {
        width: 48%;
        margin-right: 2%
    }

    body.lead .latest-list .title {
        font-size: 20px;
        padding-bottom: 6px
    }

    body.lead .recent-release .w {
        width: 895px
    }

    body.lead .recent-list .title {
        font-size: 20px;
        padding-bottom: 6px
    }
}

@media(max-width:895px) {
    body.lead .lead-links .w {
        width: 100%;
    }

    body.lead .lead-list {
        width: 100%;
        padding-left: 10px;
        margin-bottom: 0;
    }

    body.lead .lead-link6 {
        width: 590px
    }

    body.lead .about-us {
        padding-left: 10px;
        padding-right: 10px
    }

    body.lead .about-us .w {
        width: 100%;
        padding: 36px 19px 49px
    }

    body.lead .latest-release {
        padding-left: 10px;
        padding-right: 10px
    }

    body.lead .latest-release .w {
        width: 100%;
        padding: 36px 19px 0
    }

    body.lead .latest-list>li {
        width: 100%;
        max-width: 560px;
        margin-right: 0
    }

    body.lead .recent-release {
        padding-left: 10px;
        padding-right: 10px
    }

    body.lead .recent-release .w {
        width: 100%;
        padding: 36px 19px 0
    }

    body.lead .recent-list .img-box {
        width: 26.7855%;
        padding-top: 17.4105%
    }

    body.lead .recent-list .text {
        width: 70%
    }
}

@media(max-width:800px) {
    body.lead .lead-banner .cont {
        width: 200px
    }

    body.lead .lead-banner .cont .title {
        font-size: 20px
    }
}

@media(max-width:590px) {
    body.lead .lead-links .w {
        width: 100%
    }

    body.lead .lead-list {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.lead .lead-link {
        height: 0;
        margin-bottom: 3.5%
    }

    body.lead .lead-link1 {
        width: 100%;
        margin-right: 0;
        padding-top: 48.305%
    }

    body.lead .lead-link2 {
        width: 48.25%;
        margin-right: 3.5%;
        padding-top: 48.25%
    }

    body.lead .lead-link3 {
        width: 48.25%;
        margin-right: 0;
        padding-top: 48.25%
    }

    body.lead .lead-link4 {
        width: 48.25%;
        margin-right: 3.5%;
        padding-top: 48.25%
    }

    body.lead .lead-link5 {
        width: 48.25%;
        margin-right: 0;
        padding-top: 48.25%
    }

    body.lead .lead-link6 {
        width: 100%;
        margin-right: 0;
        padding-top: 48.305%
    }

    body.lead .lead-link .title {
        font-size: 16px;
        padding: 20px 15px 0
    }

    body.lead .lead-link .title:after {
        width: 30px;
        height: 30px;
        bottom: -37px;
        left: 15px
    }
}

@media(max-width:538px) {
    body.lead .lead-banner .cont {
        padding: 10px 5px 7px;
        left: 10px
    }

    body.lead .lead-banner .cont .title {
        font-size: 16px
    }

    body.lead .lead-banner .cont .para {
        font-size: 10px;
        line-height: 14px
    }

    body.lead .lead-banner .swiper-slide .img-box {
        padding-top: 0;
        height: 140px
    }

    body.lead .lead-banner .swiper-pagination-bullet {
        width: 16px;
        height: 8px
    }

    body.lead .lead-banner .swiper-pagination-bullet:before {
        display: inline-block;
        content: "";
        border-top-width: 8px;
        border-right-width: 8px;
        position: absolute;
        left: -8px;
        top: 0
    }

    body.lead .lead-banner .swiper-pagination-bullet:after {
        display: inline-block;
        content: "";
        border-left-width: 8px;
        border-bottom-width: 8px;
        position: absolute;
        right: -8px;
        top: 0
    }

    body.lead .lead-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 12px
    }

    body.lead .lead-banner.swiper-container-horizontal>.swiper-pagination-bullets,
    body.lead .lead-banner .swiper-pagination-custom,
    body.lead .lead-banner .swiper-pagination-fraction {
        bottom: 10px
    }

    body.lead .latest-list {
        padding-bottom: 10px
    }

    body.lead .latest-list>li {
        margin-bottom: 20px
    }

    body.lead .latest-list .title {
        padding-top: 1px;
        font-size: 16px
    }

    body.lead .recent-list {
        padding-bottom: 10px
    }

    body.lead .recent-list .img-box {
        width: 35.714%;
        padding-top: 23.214%
    }

    body.lead .recent-list .text {
        width: 58.928%
    }
}

body.details .MagicZoomPlusHint {
    display: none !important
}

body.details .MagicZoomPup {
    display: none !important
}

body.details .y-title {
    border-top: 2px solid #ffe100;
    position: relative
}

body.details .y-title .text {
    display: inline-block;
    padding: 0 20px;
    height: 58px;
    line-height: 58px;
    background-color: #ffe100;
    font-size: 18px;
    color: #222;
    position: relative;
    z-index: 1;
    font-family: AgencyB
}

body.details .y-title .text:after {
    display: inline-block;
    content: "";
    border-left: 58px solid #ffe100;
    border-bottom: 58px solid transparent;
    position: absolute;
    right: -58px;
    top: 0
}

body.details .accessories {
    border-top: 1px solid #333;
    padding-top: 21px
}

body.details .accessories .title {
    font-size: 18px;
    color: #ffe100;
    padding-bottom: 18px
}

body.details .accessories .a-list {
    font-size: 0;
    width: 1225px
}

body.details .accessories .a-list .item {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    margin-right: 10px !important;
    margin-bottom: 10px !important
}

body.details .accessories .a-list .item img {
    width: 100%;
    height: 100%
}

body.details .maininfo {
    border: 1px solid #333;
    margin-bottom: 40px
}

body.details .maininfo .maintabs {
    border-bottom: 2px solid #ffe100;
    height: 59px;
    font-size: 0;
    position: relative;
}

body.details .maininfo .maintabs .maintab {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-top: -1px
}

body.details .maininfo .maintabs .maintab:hover,
body.details .maininfo .maintabs .maintab.selected {
    background-color: #ffe100;
    color: #222
}

body.details .maininfo .image-cont {
    padding: 29px;
    text-align: center;
    color: #a0a0a0
}

body.details .maininfo .conts .maincont {
    display: none
}

body.details .maininfo .conts .maincont.show {
    display: block
}

body.details .maininfo .video-cont {
    padding: 30px 29px
}

body.details .maininfo .video-box img {
    width: 100%
}

body.details .maininfo .r-list>li>a {
    display: block;
    width: 100%;
    padding: 29px 29px 0;
    position: relative
}

body.details .maininfo .r-list>li>a:hover {
    background-color: #282828
}

body.details .maininfo .r-list>li>a:hover .title {
    color: #fff
}

body.details .maininfo .r-list>li>a:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333
}

body.details .maininfo .r-list>li:last-child>a:after {
    display: none
}

body.details .maininfo .r-list .text {
    width: 970px
}

body.details .maininfo .r-list .title {
    font-size: 14px;
    color: #ffe100;
    line-height: 18px;
    padding-bottom: 26px
}

body.details .maininfo .r-list .by {
    font-size: 12px;
    color: #a0a0a0;
    padding-bottom: 9px;
    line-height: 16px
}

body.details .maininfo .r-list .by .white {
    color: #fff
}

body.details .maininfo .r-list .para {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    padding-bottom: 28px
}

body.details .maininfo .r-list .btn-more1 {
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    position: absolute;
    right: 50px;
    top: 105px
}

body.details .maininfo .r-list .btn-more1:before {
    border-bottom-width: 30px
}

body.details .maininfo .r-list .btn-more1:after {
    margin-left: 15px
}

body.details .maininfo .r-list>li>a:hover .btn-more1 {
    background-color: #ffe100;
    color: #333
}

body.details .maininfo .r-list>li>a:hover .btn-more1:after {
    background-image: url(../images/icon-right-222.png)
}

body.details .maininfo .r-list>li>a:hover .btn-more1:before {
    border-left-color: #ffe100
}

body.details .r-apply {
    display: none;
    border: 1px solid #333;
    margin-bottom: 40px
}

body.details .r-apply.show {
    display: block
}

body.details .r-apply .y-title {
    border-bottom: 1px solid #333
}

body.details .r-apply .apply-cont {
    padding: 20px 29px 36px
}

body.details .r-apply .tip {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 30px;
    padding-bottom: 3px
}

body.details .r-apply .ac-title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 17px;
    padding-top: 17px
}

body.details .r-apply .ac-para {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 30px
}

body.details .r-apply .ac1 {
    padding-bottom: 41px;
    border-bottom: 1px solid #333
}

body.details .r-apply .ac2 {
    padding-bottom: 31px;
    border-bottom: 1px solid #333
}

body.details .r-apply .ac3 {
    padding-bottom: 31px;
    border-bottom: 1px solid #333
}

body.details .r-apply .ac4 {
    padding-bottom: 31px;
    border-bottom: 1px solid #333
}

body.details .r-apply .ac5 {
    padding-bottom: 31px
}

body.details .r-apply .ac1 .check-box {
    padding: 13px 20px;
    height: 50px;
    background-color: #333;
    margin-top: 27px
}

body.details .r-apply .ac1 .i-label .i-icon {
    background-color: #222;
    border-color: #222;
    background-image: url(../images/icon-tick2.png);
    background-repeat: no-repeat;
    background-position: center center
}

body.details .r-apply .ac1 .i-label.selected {
    background-color: #ffe100
}

body.details .r-apply .ac1 .i-label.selected .i-icon {
    background-image: url(../images/icon-tick3.png)
}

body.details .r-apply .ac1 .i-label.selected .i-text {
    color: #222
}

body.details .r-apply .title2 {
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

body.details .r-apply .c-texts {
    width: 1160px;
    font-size: 0;
    padding-top: 31px;
    padding-bottom: 14px
}

body.details .r-apply .c-row {
    display: inline-block;
    width: 560px;
    max-width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #a0a0a0
}

body.details .r-apply .c-row input {
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #fff
}

body.details .r-apply .select-row {
    display: inline-block;
    width: 560px;
    height: 50px;
    margin-bottom: 20px;
    max-width: 100%;
    border: 1px solid #a0a0a0;
    margin-right: 20px
}

body.details .r-apply .select-row input {
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #fff
}

body.details .r-apply .textarea-row {
    padding-top: 17px;
    font-size: 0
}

body.details .r-apply .textarea-row.textarea-row2 {
    padding-top: 33px;
    margin-bottom: 34px
}

body.details .r-apply .textarea-row textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #a0a0a0;
    padding: 14px 20px;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 20px;
    background-color: transparent;
    font-family: arial, microsoft yahei
}

body.details .r-apply .tips {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    padding-top: 13px;
    margin-bottom: 46px
}

body.details .r-apply .tips:before {
    display: inline-block;
    content: "!";
    vertical-align: top;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 16px;
    color: #a0a0a0
}

body.details .r-apply .labels {
    font-size: 0
}

body.details .r-apply .labels .i-label {
    width: 50%
}

body.details .r-apply .submit-row {
    font-size: 0;
    padding-top: 33px
}

body.details .r-apply .btn-submit {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #222;
    background-color: #ffe100
}

body.details .optional-list {
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 1220px
}

body.details .optional-list>li {
    display: inline-block;
    width: 224px;
    margin-right: 20px;
    margin-bottom: 20px
}

body.details .optional-list>li>a {
    display: block;
    width: 100%;
    border: 1px solid #333
}

body.details .optional-list .img-box {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center
}

body.details .optional-list .title {
    border-top: 1px solid #333;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    color: #a0a0a0;
    text-align: center;
    font-family: AgencyB
}

body.details .optional-list>li>a:hover {
    border-color: #ffe100
}

body.details .optional-list>li>a:hover .title {
    border-color: #ffe100;
    background-color: #ffe100;
    color: #222
}

body.details .series {
    padding-bottom: 67px
}

body.details .series-banner {
    padding-top: 20px
}

body.details .series-banner .swiper-slide {
    display: block;
    width: 305px;
    overflow: hidden
}

body.details .series-banner .swiper-slide>a {
    display: block;
    width: 285px;
    border: 1px solid #333
}

body.details .series-banner .swiper-slide>a:hover {
    border-color: #ffe100
}

body.details .series-banner .swiper-slide>a:hover .title {
    border-color: #ffe100;
    background-color: #ffe100;
    color: #222
}

body.details .series-banner .swiper-slide>a:hover .text {
    top: 0
}

body.details .series-banner .img-box {
    width: 100%;
    padding-top: 70.175%;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden
}

body.details .series-banner .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 18px;
    color: #a0a0a0;
    font-family: AgencyB
}

body.details .series-banner .text {
    width: 100%;
    height: 100%;
    padding: 22px 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -100%;
    transition: all .3s;
    background-color: rgba(255, 225, 0, .9);
    font-size: 14px;
    color: #222;
    line-height: 30px
}

body.details .series-swiper-pagination {
    float: right
}

body.details .series-c {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

body.details .series .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #444;
    opacity: 1;
    position: relative;
    margin: 0 5px
}

body.details .series .swiper-pagination-bullet-active {
    background-color: #ffe100
}

body.details .series .swiper-pagination-bullets {
    bottom: 0;
    font-size: 0;
    padding-top: 2px;
    margin-top: 21px
}

body.details .series-arrow {
    float: right;
    width: 38px;
    height: 38px;
    background-size: 8px 14px;
    cursor: pointer;
    margin-top: 9px
}

body.details .series-prev {
    background-image: url(../images/icon-left-2.png)
}

body.details .series-prev:hover {
    background-image: url(../images/icon-left-2-y.png)
}

body.details .series-next {
    background-image: url(../images/icon-right-2.png)
}

body.details .series-next:hover {
    background-image: url(../images/icon-right-2-y.png)
}

body.details .d1 {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px
}

body.details .d1 .left {
    float: left;
    width: 41.6666%;
    padding-right: 1px
}

body.details .d1 .left .img-box {
    width: 100%
}

body.details .p-list-l {
    width: 100%;
    margin-bottom: 20px;
    overflow: visible;
    position: relative
}

body.details .p-list-l:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-search-2.png);
    position: absolute;
    right: 29px;
    bottom: 29px;
    z-index: 1000
}

body.details .p-list-l img {
    max-width: none
}

body.details .p-list-l .swiper-slide {
    width: 100%;
    border: 1px solid #333;
    background-color: #222
}

body.details .p-list-l .swiper-slide .img-box {
    width: 100% !important;
    padding-top: 100%;
    background-size: cover;
    background-position: center center
}

body.details .p-list-l .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

body.details .p-list-l .swiper-button-next,
body.details .p-list-l .swiper-button-prev {
    width: 15px;
    height: 27px;
    background-color: #f8f9fc;
    top: 0;
    margin-top: 0;
    height: 100%;
    background-size: auto auto
}

body.details .p-list-l .swiper-button-next {
    background-image: url(../images/icon-right3.png);
    right: 0
}

body.details .p-list-l .swiper-button-prev {
    background-image: url(../images/icon-left3.png);
    left: 0
}

body.details .p-list-s {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px
}

body.details .p-list-s .item {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid #333;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

body.details .p-list-s .item.active {
    border: 1px solid #999
}

body.details .p-list-s .swiper-button-next,
body.details .p-list-s .swiper-button-prev {
    width: 20px;
    height: 80px;
    top: 0;
    margin-top: 0;
    background-size: auto auto;
    background-color: #222;
    border: 1px solid #333;
    background-size: 6px 10px
}

body.details .p-list-s .swiper-button-next svg,
body.details .p-list-s .swiper-button-prev svg{
    display: none;
}

body.details .p-list-s .swiper-button-next {
    right: -1px
}

body.details .p-list-s .swiper-button-prev {
    left: 0
}

body.details .d1 .right {
    width: 55%;
    float: right;
    position: relative
}

body.details .d1 .right .btn-share {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid #333;
    border-radius: 100%;
    background-image: url(../images/icon-share.png);
    cursor: pointer
}

body.details .d1 .right .title {
    font-size: 42px;
    line-height: 1.2;
    color: #ffe100;
    padding-bottom: 29px;
    font-family: AgencyB;
    padding-right: 42px;
}

body.details .d1 .right .one {
    padding-bottom: 20px
}

body.details .d1 .right .row {
    font-size: 0;
    margin-bottom: 7px
}

body.details .d1 .right .dt {
    display: inline-block;
    vertical-align: top;
    width: 27.2727%;
    font-size: 15px;
    line-height: 18px;
    color: #ffe100
}

body.details .d1 .right .dd {
    display: inline-block;
    vertical-align: top;
    width: 72.7272%;
    font-size: 15px;
    line-height: 18px;
    color: #fff
}

body.details .d1 .right .btn-download {
    width: 300px;
    height: 80px;
    line-height: 80px;
    background-color: #f00;
    font-size: 18px;
    color: #fff;
}

body.details .d1 .right .btn-download:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    content: "";
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: -1px;
    background-size: 100% 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRUJENEExRkI5Q0MxMUVBOTJCNzg5REVDMTkzNzdBOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRUJENEEyMEI5Q0MxMUVBOTJCNzg5REVDMTkzNzdBOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFQkQ0QTFEQjlDQzExRUE5MkI3ODlERUMxOTM3N0E4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFQkQ0QTFFQjlDQzExRUE5MkI3ODlERUMxOTM3N0E4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+K96bJwAABd1JREFUeNrsWFlIY1cYvnGP+5KYuCuiaLEKKh1ErFrqgw91ELQPI7RK6YMW9UEoCuM8VKhU+1BbGApWYcCtiiJW8K1T64xWLIKIVYqiopgQl2jUiUti+v137k1vNr1uqQ89cLjnJmf5znf+//v/cyUmk4l5yMWFeeDlxgAvLi5E9zUYDDcG6MY32tvbma6uLlGDTk9PmdLS0neqqqqeSKXShEu6SlD3JiYmRltbW0d1Oh3j6up65fxhYWFMd3f3275kg1Tr6upE76q8vPxTgDwwXaMMDg72YaiHmPkVCgVzfn7O4jIDbGhoEAWuoqIiBf1PBWu/QT12UI+EIMfGxp55eXlduUZcXJwZoNt1baKgoOATnonx8fFvUF6gaeSO08ZUMzIyEpqamqiPLC8v7zNvb+9vT05O3ohe8LoMdnZ2viA2cMT6zMxMuZgx09PTgzRmb2/vICgoKPg6DN7Ei4ktmuBidXVV1Pjl5WWDYKzJKTIjkUgYd3d3iZi+YvvdCUDon0mgb8b7GmOjg+Yf3NwYPz8/TwfgTfBCN57BkJAQH6PReHSVmQvGSGQymQ/WOHewEf3BwQGDOdn5LQAeHx8zhYWFCc3NzV9GR0dn08nYsReTj4+PkhpYVArj/xWTXhUmaEw4NQICAvxnZ2dfwfjtsSiBXa91dHT8hPozRR8Loe7p6fHTarV/mR5AQRT5EB7P4pIIsplHqH9QAzr1N5hZR9M6Lhk8PDzexRGFkUfq9fopUhwHGmj2ek9PzzSwEYq+Bsw9iee51RgT1pP6+vq+x53qc9QvLHRwd3f3EWhld4CY/IzioVKptKm9vb2dbPhASU1NldnrY11HRkb6acz+/r42KSnJz16f4uLieNoAp5ff20SS0dHR7aKiotPAwEDPrKysUJVKZZ8Oo/GCs0HXra0tZmdnR0wwYMeASZfNzU3T0ZGtX6Wnpyv4E0NIVCFiMXK5/F9PdXFxOaTMg/O2CPJme6Wvr+9HLPByYGDgKzz3xEgFbOoHEP4b2P/67OzMrtfDBKIFWFQ2MoMOOoDSUrYDe4hwlMOB6T+Tk5M/IPbE5oT9/f2vp6am8jc2Nhz2wZFG8m3YudpGqDUazSno13JyIIfUuDuaDP2ulbBSuQwcGGMSExNlfCK8uLio4vNGM8CVlRVmYWGBRU5impaWFui0tB4Ac3JywrhIc4QsSQsWLQESYhzxFvfqB8plzgJI3grbDOde9wDukJc/i3CGP3iAXgjwTgMIYigKKrj2PvmDjQ1S/MPdwew9JSUlcmcBzM7O9o6Kigqi9tLS0i7SOCMIsgU4Nzen4d/5mOuMgouXHKz5U3t9fV1FGmwDkDvibXIkzljDnAUQ9k5Zti93xFvkD3ZtEH8Qg3pq+/v7RzkS67suSNuCeCwCR7UUarptwb33D1GQD/rk5uYqITeMWq22yKKhkeZc7SYFaZ0EHmuRxiEORwgCgZrisA1A0iLEVT3+JBaVABHM7cqsyAAnRT7XhXituO7dgl+murr6KULfS6vrQ7ggCGiE34usz/Ccs0OygWDYoZQ2LdiEa2ho6PtwINktHEJhxwb53wz4f1sIUJgssM+1tTUNl3nI8/Pz/a1S8jM8dm7pEBrhO66hDLIn1iFx9Hpan/dg62SBfU5OTqpTUlLo3TcyMpK00KyNOp3urKam5vPKyspSB1eCS48XMXZheHj4d+GPZPvh4eGspCE70mL9Q8oPHV6agJ73IhfsVm79RQsX91dU78qDob9uMKUgir2wRWJPf5kNkhaqBKwG25Oam370tOf9Hm+zghCOnB30ubj02jkzM7NRVlbGthsbG5/W1tY+sXM3ubM8ASR48Y6DMKeGHVp+ouPvJPX19ex7TExMAO4Ey//FbQ5kfEQYYmNjHX/dQiw8ePz48cdDQ0PfQahTOPbu60O2hCNpt6Wl5XlbW9svNh14e0JGbb4A4WrIxMfHu0KYlfcMkMewPz8/r6OjJTsls8T6bFvy/1f+W5Z/BBgADe5CotBRtaYAAAAASUVORK5CYII=);
}


@media(max-width:1200px) {
    body.details .accessories {
        width: 956px;
        margin: 0 auto
    }

    body.details .accessories .a-list {
        width: 981px
    }

    body.details .maininfo {
        width: 956px;
        margin-left: auto;
        margin-right: auto
    }

    body.details .maininfo .r-list .text {
        width: 100%
    }

    body.details .maininfo .r-list .para {
        padding-bottom: 15px
    }

    body.details .maininfo .r-list .btn-more1 {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px
    }

    body.details .r-apply {
        width: 956px;
        margin: 0 auto
    }

    body.details .r-apply .c-texts {
        width: 100%
    }

    body.details .d1 {
        width: 956px;
        margin: 0 auto
    }

    body.details .optional {
        width: 956px;
        margin: 0 auto
    }

    body.details .optional-list {
        width: 976px
    }

    body.details .series {
        width: 956px;
        margin: 0 auto
    }

    body.details .series-banner .swiper-slide {
        width: 244px
    }

    body.details .series-banner .swiper-slide>a {
        width: 224px
    }

    body.details .series-banner .title {
        height: 50px;
        line-height: 50px
    }
}

@media(max-width:956px) {
    body.details .d1 {
        width: 712px
    }

    body.details .d1 .right .title {
        font-size: 24px;
        padding-bottom: 16px;
    }

    body.details .d1 .right .btn-download {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }

    body.details .accessories {
        width: 712px
    }

    body.details .accessories .a-list {
        width: 737px
    }

    body.details .maininfo {
        width: 712px
    }

    body.details .r-apply {
        width: 712px
    }

    body.details .optional {
        width: 712px
    }

    body.details .optional-list {
        width: 732px
    }

    body.details .series {
        width: 712px
    }

    body.details .series-banner .swiper-slide {
        width: 183px
    }

    body.details .series-banner .swiper-slide>a {
        width: 163px
    }

    body.details .series-banner .text {
        padding: 11px 10px;
        font-size: 12px;
        line-height: 16px
    }

    body.details .maininfo .image-cont {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:712px) {
    body.details .d1 {
        width: 468px;
        padding-left: 20px;
        padding-right: 20px
    }

    body.details .d1 .left {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }

    body.details .d1 .right {
        width: 100%;
        float: none
    }

    body.details .p-list-l:after {
        display: none
    }

    body.details .p-list-l:before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100
    }

    body.details .accessories {
        width: 468px
    }

    body.details .accessories .a-list {
        width: 493px
    }

    body.details .maininfo {
        width: 468px
    }

    body.details .maininfo .maintabs .maintab {
        padding: 0;
        width: 33.33%;
        text-align: center;
        font-size: 16px
    }

    body.details .r-apply {
        width: 468px
    }

    body.details .r-apply .labels .i-label {
        width: 100%;
        margin-bottom: 20px
    }

    body.details .r-apply .submit-row {
        padding-top: 13px
    }

    body.details .optional {
        width: 468px
    }

    body.details .optional-list {
        width: 488px
    }

    body.details .series {
        width: 468px
    }

    body.details .series-banner .swiper-slide>a {
        width: 97%
    }

    body.details .series-banner .swiper-slide:nth-child(even)>a {
        float: right
    }

    body.details .series-banner .swiper-slide:nth-last-child(2).swiper-slide-active>a {
        float: left
    }

    body.details .series-banner .swiper-slide:last-child.swiper-slide-next>a {
        float: right
    }
}

@media(max-width:468px) {
    body.details .d1 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    body.details .y-title .text {
        height: 38px;
        line-height: 38px;
        font-size: 16px
    }

    body.details .y-title .text:after {
        border-bottom-width: 38px;
        border-left-width: 38px;
        right: -38px
    }

    body.details .accessories {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.details .accessories .a-list {
        width: 100%;
        padding-bottom: 12px;
        text-align: center
    }

    body.details .accessories .a-list .item {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    body.details .maininfo {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.details .maininfo .video-cont {
        padding: 15px 14px
    }

    body.details .r-apply {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.details .r-apply .apply-cont {
        padding-left: 10px;
        padding-right: 10px
    }

    body.details .maininfo .r-list>li>a {
        padding-left: 10px;
        padding-right: 10px
    }

    body.details .optional {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.details .optional-list {
        width: 100%
    }

    body.details .optional-list>li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%
    }

    body.details .optional-list .title {
        font-size: 16px
    }

    body.details .series-arrow {
        margin-top: 0
    }

    body.details .series .swiper-pagination-bullets {
        margin-top: 12px
    }

    body.details .series .swiper-pagination-bullet {
        margin: 0 2px
    }

    body.details .series {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.details .series-banner {
        width: 100%
    }

    body.details .series-arrow {
        width: 20px;
        height: 20px;
        margin-top: 9px
    }
}

body.index .index-banner {
    width: 100%
}

body.index .index-banner .swiper-slide {
    display: block;
    width: 100%
}

body.index .index-banner .swiper-slide .img-box {
    width: 100%;
    padding-top: 30.2%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

body.index .index-banner .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    position: relative
}

body.index .index-banner .swiper-pagination-bullet:before {
    display: inline-block;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 0
}

body.index .index-banner .swiper-pagination-bullet:after {
    display: inline-block;
    content: "";
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 0
}

body.index .index-banner .swiper-pagination-bullet:first-child:before {
    border-top-color: #fff
}

body.index .index-banner .swiper-pagination-bullet:last-child:after {
    border-bottom-color: #fff
}

body.index .index-banner .swiper-pagination-bullet-active {
    background-color: #f4d923
}

body.index .index-banner .swiper-pagination-bullet-active:before {
    border-right-color: #f4d923
}

body.index .index-banner .swiper-pagination-bullet-active:after {
    border-left-color: #f4d923
}

body.index .index-banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active:before {
    border-top-color: #f4d923
}

body.index .index-banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
    border-bottom-color: #f4d923
}

body.index .index-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px
}

body.index .index-banner.swiper-container-horizontal>.swiper-pagination-bullets,
body.index .index-banner .swiper-pagination-custom,
body.index .index-banner .swiper-pagination-fraction {
    bottom: 20px;
    font-size: 0
}

body.index .index-banner .swiper-button-next,
body.index .index-banner .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    margin-top: -30px;
    background-size: auto auto;
    transition: all .3s
}

body.index .index-banner .swiper-button-next:hover,
body.index .index-banner .swiper-button-prev:hover {
    background-color: #fd0
}

body.index .index-banner .swiper-button-next {
    background-image: url(../images/icon-right-2.png);
    right: 0
}

body.index .index-banner .swiper-button-prev {
    background-image: url(../images/icon-left-2.png);
    left: 0
}

body.index .index-banner .swiper-button-next:hover {
    background-image: url(../images/icon-right-3.png)
}

body.index .index-banner .swiper-button-prev:hover {
    background-image: url(../images/icon-left-3.png)
}

body.index .index-banner .swiper-button-next:after {
    display: inline-block;
    content: "";
    border-right: 20px solid rgba(0, 0, 0, .5);
    border-top: 60px solid transparent;
    position: absolute;
    left: -20px;
    top: 0;
    transition: all .3s
}

body.index .index-banner .swiper-button-prev:after {
    display: inline-block;
    content: "";
    border-left: 20px solid rgba(0, 0, 0, .5);
    border-bottom: 60px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    transition: all .3s
}

body.index .index-banner .swiper-button-next:hover:after {
    border-right-color: #fd0
}

body.index .index-banner .swiper-button-prev:hover:after {
    border-left-color: #fd0
}

body.index .ml-list {
    font-size: 0;
    width: 100%;
    height: 520px;
    margin-bottom: 90px;
    margin-top: 50px
}

body.index .ml-list>a {
    display: inline-block;
    position: absolute;
    background-position: center center;
    background-size: cover
}

body.index .ml-list .ml1 {
    width: 394px;
    height: 264px;
    left: 0;
    top: 0
}

body.index .ml-list .ml2 {
    width: 394px;
    height: 264px;
    left: 403px;
    top: 0
}

body.index .ml-list .ml3 {
    width: 394px;
    height: 264px;
    left: 806px;
    top: 0
}

body.index .ml-list .ml4 {
    width: 394px;
    height: 264px;
    left: 0;
    top: 273px;}

body.index .ml-list .ml5 {
    width: 394px;
    height: 264px;
    left: 403px;
    top: 273px;}

body.index .ml-list .ml6 {
    width: 394px;
    height: 264px;
    left: 806px;
    top: 273px;}

body.index .ml-list .text {
    text-align: center;
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 59px;
    background-color: transparent;
    transition: all .3s;
    background-image: url(../images/shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}

body.index .ml-list .text .inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    transition: all .3s
}

@media(min-width:800px) {
    body.index .ml-list>a:hover .text {
        height: 100%;
        background-color: rgba(255, 225, 0, .9);
        background-image: url(../images/title-slash.png);
        background-size: auto auto
    }

    body.index .ml-list>a:hover .text .inner {
        color: #000
    }
}

body.index .i-title {
    text-align: center;
    font-size: 0
}

body.index .i-title .text {
    display: inline-block;
    position: relative;
    font-size: 72px;
    color: #ffe100;
    font-family: AgencyB
}

body.index .i-title .text:before {
    display: inline-block;
    content: "";
    width: 82px;
    height: 55px;
    background-image: url(../images/parallel.png);
    position: absolute;
    left: -103px;
    top: 8px;
    background-size: 100% 100%
}

body.index .i-title .text:after {
    display: inline-block;
    content: "";
    width: 82px;
    height: 55px;
    background-image: url(../images/parallel.png);
    position: absolute;
    right: -103px;
    top: 8px;
    background-size: 100% 100%
}

body.index .events-list {
    font-size: 0;
    width: 1280px;
    padding-top: 72px;
    padding-bottom: 50px
}

body.index .events-list>li {
    display: inline-block;
    width: 560px;
    margin-right: 80px;
    margin-bottom: 40px
}

body.index .events-list>li>a {
    display: block;
    width: 100%;
    overflow: hidden
}

body.index .events-list>li>a:hover {
    background-color: #333
}

body.index .events-list .img-box {
    float: left;
    width: 35.714%;
    padding-top: 23.214%;
    background-position: center center;
    background-size: cover
}

body.index .events-list .text {
    float: right;
    width: 58.928%
}

body.index .events-list .title {
    font-size: 16px;
    color: #ffe100;
    padding-top: 4px;
    padding-bottom: 14px;
    font-family: AgencyB
}

body.index .events-list .abstract {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 24px;
    height: 72px;
    overflow: hidden
}

body.index .rp-list {
    font-size: 0;
    width: 1200px;
    padding-top: 72px;
    padding-bottom: 90px
}

body.index .rp-list>li {
    display: inline-block;
    width: 399px;
    margin-right: 1px;
    overflow: hidden;
    background-color: #333
}

body.index .rp-list>li>a {
    display: block;
    width: 100%;
    padding-top: 60%;
    border-bottom: 1px solid #222;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden
}

body.index .rp-list .title {
    font-size: 22px;
    color: #ffe100;
    position: absolute;
    left: 38px;
    top: 41px;
    font-family: AgencyB;
}

body.index .rp-list .lumen {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 38px;
    top: 95px
}

body.index .rp-list .btn-more1.btn-more2 {
    position: absolute;
    left: 38px;
    bottom: 16.6666%;
    background-color: #222;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    width: 70px
}

body.index .rp-list .btn-more1.btn-more2:before {
    border-left-color: #222;
    border-bottom-width: 30px
}

body.index .rp-list .btn-more1.btn-more2:after {
    margin-left: 13px
}

body.index .rp-list .btn-more1.btn-more2:hover {
    color: #fff
}

body.index .rp-list .btn-more1.btn-more2:hover:after {
    background-image: url(../images/icon-right-white.png)
}

body.index .rp-list .intro {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 225, 0, .9);
    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding: 44px 40px;
    transition: all .3s
}

body.index .rp-list>li>a:hover .intro {
    top: 0
}

body.index .news-list {
    font-size: 0;
    width: 100%;
    padding-top: 72px;
    padding-bottom: 90px
}

body.index .news-list>li {
    display: inline-block;
    width: 32.166%;
    margin-right: 1.75%;
    vertical-align: top
}

body.index .news-list>li.news-item3 {
    margin-right: 0
}

body.index .news-list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2c2c2c
}

body.index .news-list .img-box {
    width: 100%;
    padding-top: 62.18%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative
}

body.index .news-list .img-box .plus {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 225, 0, .9);
    position: absolute;
    left: 0;
    top: -100%;
    transition: all .3s;
    background-image: url(../images/icon-plus.png);
    background-repeat: no-repeat;
    background-position: center center
}

@media(min-width:800px) {
    body.index .news-list>li>a:hover {
        background-color: #353535
    }

    body.index .news-list>li>a:hover .img-box .plus {
        top: 0
    }

    body.index .news-list>li>a:hover .title {
        color: #ffe100
    }

    body.index .news-list>li>a:hover .abstract {
        color: #fff
    }
}

body.index .news-list .text {
    padding: 30px 20px;
    height: 272px
}

body.index .news-list .title {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    max-height: 60px;
    overflow: hidden
}

body.index .news-list .abstract {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 30px
}

body.index .news-list>li>a:hover .btn-more1 {
    background-color: #ffe100;
    color: #333
}

body.index .news-list>li>a:hover .btn-more1:after {
    background-image: url(../images/icon-right-222.png)
}

body.index .news-list>li>a:hover .btn-more1:before {
    border-left-color: #ffe100
}

body.index .tp-list {
    padding-top: 72px;
    font-size: 0
}

body.index .tp-list>li {
    display: inline-block
}

body.index .tp-list .big {
    width: 49.166%;
    margin-bottom: 1.666%;
    vertical-align: top;
    background-color: #333
}

body.index .tp-list .big1 {
    margin-right: 1.666%
}

body.index .tp-list .big>a {
    display: block;
    width: 100%;
    padding-top: 61.016%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

body.index .tp-list .big .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 8.474%;
    padding-top: 7.288%;
    transition: all .3s
}

body.index .tp-list .big .title {
    font-size: 60px;
    color: #ffe100;
    font-weight: 700;
    margin-bottom: 2%;
    font-weight: 700;
    transition: all .3s;
    font-family: AgencyB
}

body.index .tp-list .big .tip {
    font-size: 18px;
    color: #fff;
    margin-bottom: 2%;
    transition: all .3s
}

body.index .tp-list .big .intro {
    opacity: 0;
    width: 78%;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 7.2%;
    transition: all .3s
}

@media(min-width:800px) {
    body.index .tp-list .big:hover .text {
        background-color: rgba(255, 225, 0, .9)
    }

    body.index .tp-list .big:hover .title {
        color: #000
    }

    body.index .tp-list .big:hover .tip {
        color: #000
    }

    body.index .tp-list .big:hover .intro {
        opacity: 1
    }

    body.index .tp-list .big:hover .btn-more1 {
        color: #fff
    }

    body.index .tp-list .big:hover .btn-more1:after {
        background-image: url(../images/icon-right-white.png)
    }
}

body.index .tp-list .small {
    width: 23.75%;
    margin-right: 1.666%;
    margin-bottom: 1.666%;
    vertical-align: top;
    background-color: #333
}

body.index .tp-list .small.small4 {
    margin-right: 0
}

body.index .tp-list .small>a {
    display: block;
    width: 100%
}

body.index .tp-list .small .img-box {
    width: 100%;
    padding-bottom: 63.158%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

body.index .tp-list .small .info-bar {
    height: 70px;
    background-color: #444;
    padding: 0 20px 20px;
    font-size: 0;
    position: relative
}

body.index .tp-list .small .info-bar .title {
    display: inline-block;
    font-size: 26px;
    line-height: 70px;
    color: #ffe100;
    position: absolute;
    left: 20px;
    top: 3px;
    font-family: AgencyB
}

body.index .tp-list .small .info-bar .tip {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-top: 32px;
    position: absolute;
    right: 20px;
    top: 0
}

.details-b .MagicBoxShadow {
    background-color: rgba(0, 0, 0, .7);
    width: 497px !important;
    height: 497px !important;
    left: calc(100% + 10px) !important;
}

@media(max-width:1200px) {
    body.index .i-title .text {
        font-size: 36px
    }

    body.index .i-title .text:before {
        width: 41px;
        height: 27px;
        left: -53px;
        top: 4px
    }

    body.index .i-title .text:after {
        width: 41px;
        height: 27px;
        right: -53px;
        top: 4px
    }

    body.index .index-banner .cont {
        left: 20px;
        margin-left: 0;
        width: 300px;
        padding: 15px 10px 10px
    }

    body.index .index-banner .cont .title {
        font-size: 30px;
        padding-bottom: 0
    }

    body.index .index-banner .cont .para {
        font-size: 12px;
        line-height: 20px
    }

    body.index .main-link {
        padding-left: 20px;
        padding-right: 20px
    }

    body.index .ml-list {
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px
    }

    body.index .ml-list>a.ml {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: 31.3333%;
        height: auto;
        padding-bottom: 20%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 2%
    }

    body.index .events .w {
        width: 895px
    }

    body.index .events-list {
        width: 102%;
        padding-top: 30px;
        padding-bottom: 10px
    }

    body.index .events-list>li {
        width: 48%;
        margin-right: 2%
    }

    body.index .events-list .title {
        font-size: 23px;
        padding-bottom: 6px
    }

    body.index .ml-list>a:hover .text {
        height: 59px;
        background-image: none
    }

    body.index .rp-list {
        width: 800px;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 90px
    }

    body.index .rp-list .title {
        /* font-size:33px */
    }

    body.index .news {
        padding-left: 20px;
        padding-right: 20px
    }

    body.index .news-list {
        padding-top: 30px;
        padding-bottom: 50px
    }

    body.index .t-products {
        padding-left: 20px;
        padding-right: 20px
    }

    body.index .tp-list {
        padding-top: 30px
    }

    body.index .tp-list .big .title {
        font-size: 40px
    }

    body.index .tp-list .big .tip {
        margin-bottom: 20%;
        font-size: 16px
    }

    body.index .tp-list .big .intro {
        display: none
    }

    body.index .tp-list .small .info-bar {
        height: 40px;
        padding: 0 20px
    }

    body.index .tp-list .small .info-bar .title {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        position: static;
        top: 0;
        left: 0
    }

    body.index .tp-list .small .info-bar .tip {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        right: 0;
        padding-top: 0;
        top: 33px
    }
}

@media(max-width:895px) {
    body.index .ml-list {
        margin-bottom: 0
    }

    body.index .ml-list>a.ml {
        width: 48%;
        padding-bottom: 32.16%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 2%
    }

    body.index .main-link {
        padding-bottom: 15px
    }

    body.index .events .w {
        width: 100%;
        padding: 36px 20px 0
    }

    body.index .news-list .text {
        padding: 15px 10px;
        height: 190px
    }

    body.index .news-list .title {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px
    }

    body.index .news-list .abstract {
        margin-bottom: 15px;
        line-height: 20px;
        height: 60px
    }
}

@media(max-width:800px) {
    body.index .index-banner .cont {
        width: 200px
    }

    body.index .index-banner .cont .title {
        font-size: 20px
    }

    body.index .r-products {
        padding-left: 20px;
        padding-right: 20px
    }

    body.index .rp-list {
        width: 100%
    }

    body.index .rp-list>li {
        width: 50%;
        border-right: 1px solid #222;
        margin-right: 0
    }

    body.index .rp-list .title {
        font-size: 18px;
    }

    body.index .rp-list .lumen {
        font-size: 16px;
        top: 80px
    }

    body.index .rp-list .intro {
        padding-top: 22px;
        line-height: 18px
    }

    body.index .ml-list>a:hover .text {
        height: 35px;
        background-image: url(../images/shadow.png)
    }

    body.index .tp-list .small .info-bar {
        height: 30px;
        padding: 0 10px
    }

    body.index .tp-list .small .info-bar .title {
        height: 30px;
        line-height: 30px
    }
}

@media(max-width:650px) {
    body.index .ml-list .text {
        height: 35px
    }

    body.index .ml-list .text .inner {
        font-size: 16px
    }

    body.index .events-list {
        padding-bottom: 30px
    }

    body.index .events-list>li {
        margin-bottom: 20px;
        width: 100%;
        max-width: 560px;
        margin-right: 0
    }

    body.index .events-list .title {
        padding-top: 1px;
        font-size: 18px
    }

    body.index .rp-list {
        padding-bottom: 80px
    }

    body.index .rp-list .title {
        font-size: 16px;
        top: 23px;
        left: 20px;
    }

    body.index .rp-list .lumen {
        font-size: 14px;
        top: 53px;
        left: 20px
    }

    body.index .rp-list .btn-more1.btn-more2 {
        left: 20px
    }

    body.index .rp-list .intro {
        display: none
    }

    body.index .news-list {
        width: 100%;
        font-size: 0;
        padding-bottom: 40px
    }

    body.index .news-list>li {
        width: 100%;
        margin-bottom: 10px
    }

    body.index .news-list .img-box {
        display: inline-block;
        width: 40%;
        padding-top: 24.872%;
        vertical-align: middle
    }

    body.index .news-list .text {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
        height: 140px
    }

    body.index .news-list .abstract {
        margin-bottom: 0
    }

    body.index .news-list .btn-more1 {
        display: none
    }

    body.index .tp-list .big>a {
        margin-bottom: 50px
    }

    body.index .tp-list .btn-more1 {
        display: none
    }

    body.index .tp-list .small {
        width: 49.1666%
    }

    body.index .tp-list .small.small2 {
        margin-right: 0
    }

    body.index .tp-list .small.small4 {
        margin-right: 0
    }

    body.index .tp-list .big .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
        position: static;
        top: 0;
        line-height: 30px;
        height: 30px
    }

    body.index .tp-list .big .tip {
        font-size: 12px
    }

    body.index .tp-list .big .text {
        top: auto;
        bottom: -50px;
        height: 30px;
        background-color: #444;
        padding: 0 10px
    }
}

@media(max-width:538px) {
    body.index .i-title .text {
        max-width: 200px
    }

    body.index .i-title .text:before {
        width: 41px;
        height: 27px;
        left: -53px;
        top: 4px
    }

    body.index .i-title .text:after {
        width: 41px;
        height: 27px;
        right: -53px;
        top: 4px
    }

    body.index .index-banner .cont {
        padding: 10px 5px 7px;
        left: 10px
    }

    body.index .index-banner .cont .title {
        font-size: 16px
    }

    body.index .index-banner .cont .para {
        font-size: 10px;
        line-height: 14px
    }

    body.index .index-banner .swiper-slide .img-box {
        padding-top: 0;
        height: 130px
    }

    body.index .index-banner .swiper-pagination-bullet {
        width: 16px;
        height: 8px
    }

    body.index .index-banner .swiper-pagination-bullet:before {
        display: inline-block;
        content: "";
        border-top-width: 8px;
        border-right-width: 8px;
        position: absolute;
        left: -8px;
        top: 0
    }

    body.index .index-banner .swiper-pagination-bullet:after {
        display: inline-block;
        content: "";
        border-left-width: 8px;
        border-bottom-width: 8px;
        position: absolute;
        right: -8px;
        top: 0
    }

    body.index .index-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 12px
    }

    body.index .index-banner.swiper-container-horizontal>.swiper-pagination-bullets,
    body.index .index-banner .swiper-pagination-custom,
    body.index .index-banner .swiper-pagination-fraction {
        bottom: 10px
    }

    body.index .index-banner .swiper-button-next,
    body.index .index-banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    body.index .index-banner .swiper-button-next:after {
        border-top-width: 40px;
        border-right-width: 13px;
        left: -13px
    }

    body.index .index-banner .swiper-button-prev:after {
        border-bottom-width: 40px;
        border-left-width: 13px;
        right: -13px
    }

    body.index .main-link {
        padding-bottom: 25px
    }

    body.index .rp-list .title {
        font-size: 12px;
        line-height: 18px;
        top: 10px;
        left: 10px;
    }

    body.index .rp-list .lumen {
        font-size: 12px;
        top: 34px;
        left: 10px
    }

    body.index .rp-list .btn-more1.btn-more2 {
        display: none
    }
}

body.validation .validation-b .form .row.vc-row {
    min-width: 250px
}

body.validation .validation-b .form .row.vc-row input[type=text] {
    width: 150px
}

body.validation .validation-b .form .row.vc-row .code-box {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 50px;
    margin-left: 20px
}

body.validation .validation-b .form .row.vc-row .code-box img {
    width: 100%;
    height: 100%
}

.com-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    opacity: .5;
    border: 1px solid #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all .3s
}

.com-btn:hover {
    opacity: 1
}

header .top .right .house-link {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-house.png);
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width:1200px) {
    .com-btn {
        bottom: 30px
    }

    body.index ul.events-list {
        padding-bottom: 50px
    }

    body.index ul.news-list {
        padding-bottom: 90px
    }

    header .top .right .house-link {
        display: inline-block
    }
}

@media(max-width:650px) {
    body.index ul.news-list {
        padding-bottom: 70px
    }
}

@media(max-width:500px) {
    body.index ul.events-list {
        padding-bottom: 60px
    }
}

@media(max-width:460px) {
    header .top .logo-box {
        width: 140px
    }
}

@media(max-width:450px) {
    header .top .logo-box {
        width: 130px
    }
}

@media(max-width:440px) {
    header .top .logo-box {
        width: 120px
    }
}

@media(max-width:430px) {
    header .top .logo-box {
        width: 110px
    }
}

@media(max-width:420px) {
    header .top .logo-box {
        width: 100px
    }
}

@media(max-width:410px) {
    header .top .logo-box {
        width: 150px
    }

    header .top .right {
        position: relative
    }

    header .top .right .house-link {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0
    }

    header .top .right .type-b {
        position: absolute;
        left: 40px;
        top: 0
    }

    header .top .right .menu-b {
        position: absolute;
        right: 0;
        top: 0
    }

    header .top .right .search-b {
        position: absolute;
        right: 40px;
        top: 0
    }

    header .top .right .lang-b {
        position: absolute;
        right: 80px;
        top: 0
    }

    header .top .right .type-b>a {
        line-height: 43px
    }

    header .top .right .lang-b>a {
        line-height: 43px
    }
}

.t-products {
    padding-bottom: 60px
}

@media(max-width:1200px) {
    .t-products {
        padding-bottom: 30px
    }
}

@media(max-width:900px) {
    .t-products {
        padding-bottom: 0
    }
}

.events {
    padding-bottom: 30px
}

@media(max-width:500px) {
    .events {
        padding-bottom: 20px
    }
}

.maincont img {
    padding: 0;
}

/*2018-04-17*/
@media(min-width:1201px) {
    header.fixed .top .right {
        display: block;
    }

    header.fixed .top .right .type-b {
        display: none;
    }

    header.fixed .top .right .lang-b {
        display: none;
    }

    header.fixed .top .right .search-b {
        height: 60px;
    }

    header.fixed .top .right .search-b .btn-search {
        height: 60px;
    }

    header.fixed .top .right .search-b .form {
        top: 60px;
    }
}

#backTop {
    display: block;
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 630px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/icon_arrow_up_white.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1000;
}

#backTop.show {
    display: block;
}

#backTop:hover {
    width: 38px;
    height: 38px;
    background-image: url(../images/icon_arrow_up.png);
    background-color: transparent;
    border: 1px solid #686868;
}

#backTop.abshow {
    display: block;
    position: absolute;
    bottom: 600px;
}

@media (max-width: 1340px) {
    #backTop {
        left: auto;
        margin-left: 0;
        right: 20px;
        bottom: 20px;
    }
}


body.validation .validation-b .form-sp .form input[type=text] {
    background-color: rgb(213, 213, 213)
}

.dealer-b input {
    background-color: rgb(213, 213, 213) !important;
    color: #000 !important;
}

.dealer-b textarea {
    background-color: rgb(213, 213, 213) !important;
    color: #000 !important;
}

.a-a {
    width: 100%;
}

.a-b {
    width: 100%;
}

.a-c {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

.a-d {
    width: 100%;
    font-size: 0;
}

.a-d label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #a0a0a0;
    margin-right: 20px;
    line-height: 20px;
}

.a-d input {
    vertical-align: middle;
    margin-right: 5px;
}

.b-a {
    width: 100%;
}

.b-b {
    width: 100%;
    font-size: 0;
    margin-bottom: 20px;
}

.b-a .b-c {
    display: inline-block;
    width: 32% !important;
    margin-right: 2%;
}

.b-d {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

.b-a .b-c:nth-child(3n) {
    margin-right: 0;
}

.c-a {
    width: 100%;
}

.c-b {
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

@media(max-width:450px) {
    .b-a .b-c {
        width: 100% !important;
    }
}


.d-a {
    float: left;
}

.d-b {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    padding: 0 10px;
    cursor: pointer;
    border-left: 1px solid #222;
    font-weight: 600;
}

.d-b:hover {
    background-color: #222;
    color: #ffe100;
}

header.fixed .d-a {
    display: none !important;
}

@media(max-width:880px) {
    header .top .logo-box {
        /* width: 180px; */
        padding-top: 0;
        line-height: 37px;
    }
}

@media(max-width: 750px) {
    .d-b {
        font-size: 12px;
        padding: 0 5px;
    }
}

@media(max-width:650px) {
    .d-a {
        position: absolute;
        top: 0;
        right: 0;
    }

    .d-b {
        height: 35px;
        line-height: 35px;
        border: none;
    }
}

@media (max-width: 410px) {
    .d-a {
        position: absolute;
        top: -35px;
        right: 0;
    }
}

@media (max-width: 380px) {
    header .top .logo-box {
        width: 150px;
    }

    .d-b {
        padding: 0 5px;
    }
}

@media (max-width: 350px) {
    header .top .logo-box {
        width: 120px;
    }
}

.e-a {
    display: block;
}

.e-a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

.e-b {
    float: left;
    width: 49%;
    margin-bottom: 20px;
}

.e-d {
    float: right;
    width: 49%;
    margin-bottom: 20px;
}

.e-c {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

@media (max-width: 450px) {
    .e-b {
        width: 100%;
    }

    .e-d {
        width: 100%;
    }
}

.f-a {
    display: inline-block;
}

.f-b {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .f-a {
        display: block;
    }
}

body.details .maininfo .maintabs .mt-download {
    position: absolute;
    right: 0;
    background-color: #ffe100;
    color: #222;
}

body.details .maininfo .maintabs .mt-download:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url(../images/icon-download-2.png);
    vertical-align: middle;
    margin-right: 10px;
}

@media (max-width: 956px) {
    body.details .maininfo .maintabs .maintab {
        width: 25%;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 712px) {
    body.details .maininfo .maintabs .maintab {
        width: auto;
        padding: 0 20px;
    }

    body.details .maininfo .maintabs .mt-download:before {
        width: 16px;
        height: 16px;
        margin-right: 3px;
    }
}

@media (max-width: 468px) {
    body.details .maininfo {
        padding: 0;
    }

    body.details .maininfo .maintabs .maintab {
        width: 50%;
        padding: 0;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    body.details .maininfo .maintabs {
        height: 119px;
    }

    body.details .maininfo .maintabs .mt-download {
        background-color: transparent;
        color: #fff;
    }

    body.details .maininfo .maintabs .maintab:hover,
    body.details .maininfo .maintabs .maintab.selected {
        border-left: #ffe100;
    }

    body.details .maininfo .maintabs .mt-download:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEJENjczRUFCOUQyMTFFQTkzQzRCQ0VFNTc5RTI5NzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEJENjczRTlCOUQyMTFFQTkzQzRCQ0VFNTc5RTI5NzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNTFBMzBBRDg3RDAxMUU3QjM3NzkyMEJEMzIyRTNDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNTFBMzBBRTg3RDAxMUU3QjM3NzkyMEJEMzIyRTNDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph/8rkAAAAEaSURBVHjaYvj//z8DEfjSf0ywhRi9TAw0BiPbAj5aW8A4MuKABYe4NBBbIfH5sagRAeJQKJsNiPcA8UsMVTgyCBsQn/1PPABlOkZsZuHLhSpA/JEIw58CsQgucwhl9UgChv8BYgd8ZhBTDs3BY0EjIf3EWMAFxNewGH4QiJmpYQEIawPxVyTD3wCxDDF6QTHfAU1QN4B4AZ4knQbEM0EJD4j9gXgzHrUFQCwBS6aklO8rgHgCKfUHC4kZMx2Iv1MjJ+MCHykpizipWASJIBcV36DB9QuIbYlMVfhwPFK8fgWloh1Ae9xh9gHxYyD+Q6bLOYBYCom/B2SBPpBxFIi5qVxS/wJiB5i39IB4G1JwUQJAQX0MFtwAAQYAqoE9U05zC4UAAAAASUVORK5CYII=)
    }
}


body.lead .lead-link {
    border: 10px solid #505050;
}

@media (max-width: 1200px) {
    body.lead .lead-link {
        width: 292px;
        height: 200px;
        border-width: 6px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media(min-width: 901px) {
    body.lead .lead-link:hover {
        border-color: #ffdd00;
    }
}

@media(max-width: 900px) {
    body.lead .lead-link {
        border-width: 6px;
    }
}

@media (max-width: 590px) {
    body.lead .lead-link {
        padding-top: 0;
        width: 200px;
        height: 140px;
        border-width: 3px;
    }
}

@media (max-width: 430px) {
    body.lead .lead-list {
        white-space: normal;
    }

    body.lead .lead-link {
        margin: 0 auto 10px;
        width: 300px;
        height: 210px;
        display: block;
        border-width: 4px;
    }

    body.lead .lead-link6 {
        display: none;
    }
}


body.lead .lead-link .title:after {
    display: none;
}

body.lead .lead-link .title {
    display: none;
}

@media (min-width: 1201px) {
    header .header-nav>li>ul>li>ul {
        background-color: #222;
    }

    header .header-nav>li>ul>li>ul>li:hover {
        background-color: #111;
    }

    header .header-nav>li>ul>li>ul>li>ul {
        background-color: #111;
    }

    header .header-nav>li>ul>li>ul>li>ul>li:hover {
        background-color: #000;
    }

    header .header-nav>li>ul>li>ul>li>ul>li>ul {
        background-color: #000;
    }
}


.m-logo {
    width: 176px;
    margin: 0 auto;
    padding-bottom: 23px;
}

.m-logo img {
    width: 100%;
}

@media(max-width: 1000px) {
    .m-logo {
        /* width: 200px; */
        /* padding-bottom: 25px; */
    }
}
@media(max-width: 500px) {
    .m-logo {
        width: 150px;
        padding-bottom: 20px;
    }
}


.rc-main {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.rc-title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 40px;
}

.rc-table {
    width: 100%;
    background-color: #2d2d2d;
}

.rc-tr {
    width: 100%;
}

.rc-th {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding: 18px 0;
    text-align: center;
}

.rc-th1 {
    text-align: left;
    border-left: 1px solid #ffe100;
    padding-left: 29px;
}

.rc-th7 {
    border-right: 1px solid #ffe100;
    padding-right: 29px;
}

.rc-head {
    width: 100%;
    background-color: #ffe100;
}

.rc-td {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 15px 2px;
    border-bottom: 1px dashed #4c4c4c;
    position: relative;
}

.rc-td span {
    opacity: 0.6;
}

.rc-td1 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    border-left: 1px solid #626262;
    padding-left: 29px;
    border-bottom: none;
}

.rc-td1:after {
    content: "";
    display: block;
    width: calc(100% - 29px);
    position: absolute;
    right: 0;
    bottom: -1px;
    border-bottom: 1px dashed #4c4c4c;
}

.rc-td6:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    background-image: url(../images/rc-date.png);
    background-repeat: no-repeat;
    opacity: 0.6;
    margin-right: 10px;
}

.rc-td7 {
    border-right: 1px solid #626262;
    padding-right: 29px;
    border-bottom: none;
}

.rc-td7:after {
    content: "";
    display: block;
    width: calc(100% - 29px);
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #4c4c4c;
}

.rc-btn {
    color: #ffe100;
}

.rc-more {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.rc-send {
    color: #ffe100;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.rc-line {
    width: 1px;
    height: 9px;
    background-color: #6c6c6c;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.rc-box {
    padding-top: 43px;
    padding-bottom: 59px;
    border: 1px solid #626262;
    border-top: none;
    background-color: #2d2d2d;
}

.rc-box a {
    background-color: #383838;
    border-color: #6a6a6a;
}

@media(max-width: 1200px) {
    .rc-main {
        padding: 30px 0;
    }

    .rc-box {
        padding: 30px 0;
    }

    .rc-th {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 2px;
    }

    .rc-title {
        padding: 0 10px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .rc-th1 {
        padding-left: 10px;
    }

    .rc-th1:after {
        display: none;
    }

    .rc-td {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 2px;
    }

    .rc-td1 {
        padding-left: 10px;
        border-bottom: 1px dashed #4c4c4c;
    }

    .rc-td1:after {
        display: none;
    }

    .rc-td7 {
        border-bottom: 1px dashed #4c4c4c;
    }

    .rc-td7:after {
        display: none;
    }

    .rc-line {
        margin: 0 10px;
    }
}

@media(max-width: 650px) {
    .rc-box {
        padding: 20px 0;
    }

    .rc-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .rc-th {
        font-size: 10px;
        line-height: 14px;
    }

    .rc-td {
        font-size: 10px;
        line-height: 14px;
    }

    .rc-td6:before {
        display: none;
    }

    .rc-line {
        display: none;
    }

    .rc-more {
        padding: 3px;
    }

    .rc-send {
        padding: 3px;
        margin-bottom: 3px;
    }
}


.rd-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 123456;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
    left: -200vw;
}

.rd-pop.show {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.rd-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1234;
}

.rd-cont {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1234;
    max-height: 100vh;
    overflow: auto;
}

.rd-hd {
    width: 100%;
    height: 66px;
    background-color: #ffe100;
}

.rd-form {
    width: 100%;
    background-image: url(../images/rc-bg.png);
    padding: 60px 80px 70px;
}

.rd-tit {
    font-size: 24px;
    color: #333;
    padding-left: 32px;
    line-height: 66px;
}

.rd-close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(21, 21, 21, 0.2);
    border-radius: 50%;
    background-image: url(../images/rc-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 30px;
    top: 14px;
    cursor: pointer;
}

.rd-dl {
    width: 100%;
    font-size: 0;
    margin-bottom: 30px;
    position: relative;
}

.rd-dt {
    display: inline-block;
    vertical-align: top;
    width: 167px;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
}

.rd-dd {
    display: inline-block;
    vertical-align: top;
}

.rd-txt {
    width: 442px;
    height: 54px;
    border: 1px solid rgba(34, 34, 34, 0.2);
    background-color: #222;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #4e4e4e;
    vertical-align: top;
}

.rd-txt-code {
    width: 160px;
    text-align: center;
}

.rd-star {
    color: #ffe100;
}

.rd-submit {
    background-color: #ffe100;
    font-size: 18px;
    color: #333;
    line-height: 46px;
    height: 46px;
    text-align: center;
    width: 160px;
    border: none;
    cursor: pointer;
}

.rd-lb {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    line-height: 54px;
}

.rd-lb:last-child {
    margin-right: 0;
}

.rd-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #151515;
    border: 1px solid #444;
    margin-right: 10px;
    position: relative;
}

.rd-t {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.rd-radio {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.rd-lb.selected .rd-icon:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffe100;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.rd-img-wrap {
    width: 160px;
    height: 54px;
    border: 1px solid #4e4e4e;
    background-color: #222;
    border-left: none;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.rd-img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.rd-file-lb {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 54px;
    border: 1px solid #4e4e4e;
    background-color: #222;
    font-size: 14px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.rd-file {
    position: absolute;
    left: -1000vw;
    top: 0;
}

.rd-tip {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.rd-dd-top {
    width: 100%;
}

.rd-dd-bot {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-top: 7px;
}

@media(max-width: 1600px) {
    .rd-form {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rd-dt {
        font-size: 16px;
    }

    .rd-txt {
        font-size: 16px;
    }

    .rd-dl {
        margin-bottom: 20px;
    }

    .rd-dt {
        line-height: 42px;
    }

    .rd-txt {
        height: 42px;
    }

    .rd-txt-code {
        width: 123px;
    }

    .rd-submit {
        font-size: 16px;
        line-height: 42px;
        height: 42px;
    }

    .rd-file-lb {
        height: 42px;
        line-height: 42px;
    }

    .rd-img-wrap {
        height: 42px;
        width: 124px;
    }

    .rd-lb {
        line-height: 42px;
    }

    .rd-t {
        font-size: 16px;
    }

    .rd-tit {
        line-height: 50px;
    }

    .rd-hd {
        height: 50px;
    }

    .rd-tit {
        font-size: 20px;
    }

    .rd-close {
        top: 6px;
        right: 16px;
    }
}

@media(max-width: 1200px) {
    .rd-cont {
        width: 666px;
        margin-left: -333px;
    }

    .rd-txt {
        font-size: 14px;
        width: 100%;
    }

    .rd-dl {
        margin-bottom: 10px;
    }

    .rd-dt {
        line-height: 36px;
        font-size: 14px;
        width: 125px;
    }

    .rd-dd {
        width: calc(100% - 125px);
    }

    .rd-txt {
        height: 36px;
    }

    .rd-txt-code {
        width: 123px;
    }

    .rd-submit {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
    }

    .rd-file-lb {
        height: 36px;
        line-height: 34px;
    }

    .rd-img-wrap {
        height: 36px;
        width: 124px;
    }

    .rd-lb {
        line-height: 36px;
    }

    .rd-t {
        font-size: 14px;
    }

    .rd-tit {
        font-size: 16px;
        line-height: 40px;
        padding-left: 20px;
    }

    .rd-hd {
        height: 42px;
    }

    .rd-close {
        top: 5px;
        right: 14px;
        width: 32px;
        height: 32px;
    }

    .rd-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 666px) {
    .rd-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rd-cont {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .rd-tip {
        display: block;
        padding-left: 0;
        padding-top: 7px;
        line-height: 1.3;
    }

    .rd-tit {
        padding-left: 10px;
    }

    .rd-txt-code {
        width: calc(100% - 124px);
    }

    .rd-close {
        right: 10px;
    }
}



.rr-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 123456;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
    left: -200vw;
}

.rr-pop.show {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.rr-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1234;
}

.rr-cont {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1234;
    max-height: 100vh;
    overflow: auto;
}

.rr-hd {
    width: 100%;
    height: 66px;
    background-color: #ffe100;
}

.rr-main {
    width: 100%;
    background-image: url(../images/rc-bg.png);
    padding: 60px 40px 100px;
}

.rr-item {
    margin-bottom: 56px;
}

.rr-item:last-child {
    margin-bottom: 0;
}

.rr-tit {
    font-size: 24px;
    color: #333;
    padding-left: 40px;
    line-height: 66px;
}

.rr-close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(21, 21, 21, 0.2);
    border-radius: 50%;
    background-image: url(../images/rc-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 30px;
    top: 14px;
    cursor: pointer;
}

.rr-t {
    color: #fff;
    font-size: 20px;
    padding-bottom: 34px;
    position: relative;
    margin-bottom: 40px;
}

.rr-t:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffe100;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rr-dd {
    font-size: 16px;
    color: #fff;
    opacity: 0.65;
    line-height: 1.75;
}

.rr-dd p {
    line-height: inherit;
    margin-bottom: 13px;
}

.rr-dd p:last-child {
    margin-bottom: 0;
}

.rr-btn {
    display: block;
    width: 160px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    background-color: #ffe100;
    font-size: 16px;
    color: #333;
    margin: 0 auto;
}

@media(max-width: 1600px) {
    .rr-main {
        padding: 30px;
    }

    .rr-tit {
        line-height: 50px;
    }

    .rr-hd {
        height: 50px;
    }

    .rr-tit {
        font-size: 20px;
        padding-left: 30px;
    }

    .rr-close {
        top: 6px;
        right: 16px;
    }

    .rr-item {
        margin-bottom: 30px;
    }

    .rr-t {
        font-size: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .rr-dd {
        font-size: 14px;
    }

    .rr-btn {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }

    .rr-dd p {
        margin-bottom: 8px;
    }
}

@media(max-width: 1200px) {
    .rr-t {
        font-size: 14px;
    }

    .rr-tit {
        font-size: 16px;
        line-height: 40px;
        padding-left: 20px;
    }

    .rr-hd {
        height: 42px;
    }

    .rr-close {
        top: 5px;
        right: 14px;
        width: 32px;
        height: 32px;
    }

    .rr-cont {
        width: 666px;
        margin-left: -333px;
    }

    .rr-t {
        font-size: 14px;
    }

    .rr-dd {
        font-size: 12px;
    }

    .rr-t {
        padding-bottom: 13px;
        margin-bottom: 10px;
    }

    .rr-t:after {
        height: 2px;
    }

    .rr-btn {
        font-size: 14px;
    }

    .rr-btn {
        line-height: 36px;
        height: 36px;
    }
}

@media(max-width: 666px) {
    .rr-cont {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .rr-main {
        padding: 20px 10px;
    }

    .rr-item {
        margin-bottom: 15px;
    }
}

@media(min-width:1921px) {
    header .header {
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }

    header .header {
        left: 50%;
    }
    header.fixed .header {
        left: 50%;
    }
}

body.details .maininfo .conts .maincont .phone{display: none;}
@media(max-width: 750px){
    body.details .maininfo .conts .maincont .pc{display: none;}
    body.details .maininfo .conts .maincont .phone{display: block;}
}

footer .top .links>div.has-down>a:before{display: none;}


    