<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}



body, dd, dl, figure, form, h1, h2, h3, h4, h5, h6, p, td, th {
    margin: 0;
    padding: 0;
    border: 0
}

li, ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle
}

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

a {
    color: inherit;
    outline: none;
    text-decoration: none;
    background: transparent
}

a, em, i, span {
    display: inline-block
}

b, em, i {
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 16px
}


textarea {
    resize: none;
    font-size: 14px
}

textarea, .select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none
}

.clearfix:after, .clearfix:before, .mauto:after, .mauto:before {
    display: table;
    content: ""
}

.clearfix:after, .mauto:after, .clear {
    clear: both
}

.img img, .imgs img {
    width: 100%;
}

.imgs {
    position: relative
}

.mauto {
    max-width: 1440px;
    margin: 0 auto
}

@media screen and (max-width: 1680px) {
    .mauto {
        max-width: 90%;
    }
}

@media (max-width: 1200px) {
    .mauto {
        max-width: 92%;
    }
}

@media (max-width: 768px) {
    .mauto {
        max-width: 92%;
    }
}

/*æ»šåŠ¨æ¡æ&nbsp;·å¼*/
@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
        border-radius: 1px;
        background-color: #fff;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 1px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
        background-color: #fff;
    }
}

/*-å¼€åœºåŠ¨ç”»-*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftA {
    -webkit-animation-name: fadeInLeftA;
    animation-name: fadeInLeftA
}

@-webkit-keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpA {
    -webkit-animation-name: fadeInUpA;
    animation-name: fadeInUpA
}

@-webkit-keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes OrangePulse {
    from {
        background-color: rgba(210, 174, 109, .2);
        -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
    }
    50% {
        background-color: rgba(210, 174, 109, 1);
        -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
    }
    to {
        background-color: rgba(210, 174, 109, .2);
        -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    40% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    80% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-20%);
    }
    50% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceInA {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceInA {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceInA {
    -webkit-animation-name: bounceInA;
    animation-name: bounceInA;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA
}

@keyframes fadeInA {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeInA {
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }
    50% {
        opacity: 1
    }
}

.zoomInA {
    -webkit-animation-name: zoomInA;
    animation-name: zoomInA
}

/* nav */
.nav_main {
    margin: 0 auto;
    position: relative;
}

.head_layer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 45px;
    background: linear-gradient(90deg, #595959, #F6A303);
}

.head_layer .nav_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_layer .logo {
    height: 105px;
    position: relative;
    padding-right: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head_layer .logo img {
    width: auto;
    max-height: 80px;
}

.head_layer .nav_w {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    float: left;
    padding-left: 5%;
}

.nav_head .head_right {
    float: right;
    text-align: right;
}

.nav_head .c-language {
    display: inline-block;
    padding: 25px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.nav_head .c-language .c-language-title {
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}

.nav_head .c-language .c-language-title, .nav_head .c-language .c-language-title a {
    color: #333;
}

.nav_head .c-language .c-language-cont {
    top: 117%;
    border-radius: 5px;
    overflow: hidden;
}

.nav_head .fixed-nav-active .c-language .c-language-cont {
    top: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.nav_head .c-language:hover .c-language-title, .nav_head .c-language:hover .c-language-title a {
    color: #fff;
}

.nav_head .head-search {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    vertical-align: middle;
}

.nav_head .head-search .search-ipt {
    display: block;
    width: 230px;
    border: 0;
    background-color: #eee;
    height: 32px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 12px;
}

.nav_head .head-search .search-btn {
    width: 35px;
    height: 32px;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #a6937c;
}

.nav_head .head-search .search-btn:before {
    content: '\e6fb';
    font-size: 22px;
    font-family: "iconfont";
    color: #fff;
}

.nav_w {
    vertical-align: middle;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.nav_w .head_nav {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.nav_w .head_nav:after {
    display: none;
}

.nav_w .head_nav &gt; li {
    display: inline-block;
    line-height: 103px;
    font-size: 15px;
    position: relative;
    perspective: 500px;
    font-family: Arial;
    vertical-align: middle;
    position: relative;
}

.nav_w .head_nav &gt; li &gt; a {
    color: #fff;
    position: relative;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    text-transform: uppercase;
}

.nav_w .head_nav &gt; li &gt; a &gt; em {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: "Times New Roman";
    font-size: 20px;
}

.nav_w .head_nav &gt; li &gt; a &gt; b {
    display: inline-block;
    margin-left: 5px;
}

.nav_w .head_nav &gt; li &gt; a &gt; b:after {
    content: '\e635';
    font-size: 12px;
    margin-left: .2em;
    vertical-align: middle;
    font-family: "iconfont";
    color: #999;
}

.nav_w .head_nav &gt; li.nav-current &gt; a {
    color: #a6937c;
}

.nav_w .head_nav &gt; li.nav-current &gt; a &gt; em:before {
    width: 100%;
    left: 0;
    opacity: 1;
}

.nav_w .head_nav &gt; li:hover &gt; a {
    color: #a6937c;
}

.nav_w .head_nav &gt; li:hover &gt; a &gt; b:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav_w .head_nav &gt; li li {
    position: relative;
    text-align: left;
    padding: 0 15px;
}

.nav_w .head_nav &gt; li li a {
    display: block;
    line-height: 1.4em;
    padding: 10px 5px;
    font-size: 14px;
    position: relative;
    color: #fff;
}

.nav_w .head_nav &gt; li li a:before, .nav_w .head_nav &gt; li li:hover &gt; a:before {
    content: '';
    display: block;
    width: 3px;
    height: 30%;
    background-color: #193553;
    position: absolute;
    left: -15px;
    top: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_w .head_nav &gt; li li b:after {
    content: '\e600';
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 10px;
    font-family: "iconfont";
    color: #999;
}

.nav_w .head_nav &gt; li li:last-child &gt; a {
    border-bottom: 0;
}

.nav_w .head_nav &gt; li li:hover &gt; a {
    color: #a6937c;
}

.nav_w .head_nav &gt; li li:hover &gt; a b:after {
    border-left-color: #193553;
}

.nav_w .head_nav li ul {
    width: 250px;
    padding: 15px 0;
    background: linear-gradient(180deg, #595959, #F6A303);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: scale(.8) rotateY(30deg);
    -ms-transform: scale(.8) rotateY(30deg);
    -o-transform: scale(.8) rotateY(30deg);
    transform: scale(.8) rotateY(30deg);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
}

.nav_w .head_nav li ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #F6A303, #F6A303);
    position: absolute;
    left: 0;
    top: 0;
}

.nav_w .head_nav &gt; li ul ul {
    left: 100%;
    top: -15px;
}

.nav_w .head_nav li:hover &gt; ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/*.nav_w .head_nav li.menu_left ul {left:auto;right:0;}*/
.nav_w .head_nav li.menu_left ul ul {
    right: 102%;
}

.nav_w .head_nav li ul, .nav_w .head_nav li li &gt; a:before, .head_nav b:after, .nav_head .btn--search, .nav_head .btn--search:after, .nav_w .head_nav &gt; li &gt; a:after, .nav_head .head-search .search-ipt {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fixed-nav {
    width: 100%;
}

.fixed-nav .head_layer {
    background: #F6A303;
}

.fixed-nav .head_layer .logo {
    height: 81px;
    display: none;
}

.fixed-nav .head_layer .nav_w {
    padding-left: 0;
}

.fixed-nav .fixed-nav .c-language {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fixed-nav .head_layer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}

.fixed-nav .head_nav &gt; li &gt; a, .fixed-nav .head_nav li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.fixed-nav .nav_w .head_nav li li {
    font-size: 13px;
}

.fixed-nav .nav_w .head_nav &gt; li {
    line-height: 75px;
}

.fixed-nav .nav_w .head_nav &gt; li &gt; a:after {
    top: auto;
    bottom: -1px;
}

.fixed-nav-active .head_layer {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #595959, #F6A303);
}

.phone-head-items {
    display: none;
}

@media only screen and (max-width: 1680px) {
    .head_layer .logo {
        height: 116px;
    }

    .head_layer .nav_w {
        text-align: right;
    }

    .nav_w .head_nav {
        padding-top: 60px;
    }

    .nav_w .head_nav &gt; li {
        line-height: 55px;
    }

    .nav_w .head_nav &gt; li &gt; a {
        padding: 0 18px;
    }

    .nav_w .head_nav &gt; li:last-child &gt; a {
        padding-right: 0;
    }

    .nav_head .head_right {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }

    .nav_head .c-language {
        padding: 15px 0;
    }

    .fixed-nav .nav_w .head_nav {
        padding-top: 0;
    }

    .fixed-nav .head_right {
        position: static;
    }

    .fixed-nav .head_layer .nav_w {
        text-align: left;
    }

    .fixed-nav .nav_w .head_nav &gt; li:first-child &gt; a {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .nav_main {
        width: 100%;
    }

    .head_layer .nav_w {
        padding-left: 0%;
    }

    .nav_w .head_nav &gt; li &gt; a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .head_layer .logo {
        padding-right: 0;
    }

    .head_layer .logo img {
        max-height: 50px;
    }

    .head_layer .nav_w {
        padding-left: 0;
    }

    .nav_w .head_nav &gt; li &gt; a {
        padding: 0 10px;
    }

    .nav_w .head_nav &gt; li &gt; a &gt; em {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .nav_w .head_nav &gt; li &gt; a &gt; em {
        font-size: 14px;
    }
}

@media only screen and (max-width: 950px) {
    .mobile-body-mask {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: -30px;
        top: 0;
        background: #F6A303;
        line-height: 30px;
        text-align: center;
        font-weight: normal;
    }

    .mobile-ico-close:before {
        content: '\e689';
        font-family: "iconfont";
        font-size: 20px;
        color: #fff;
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

    .phone-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #333;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
        z-index: 999;
    }

    .phone-head-item {
        float: left;
        width: 45px;
    }

    .phone-head-item .phone-head-aside {
        float: right
    }

    .phone-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .phone-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .phone-head-item.phone-head-home .title a:before {
        content: '\f015';
        font-family: "iconfont";
    }

    .phone-head-item.phone-head-nav .title:before {
        content: '\e601';
        font-family: "iconfont";
    }

    .phone-head-item.phone-head-language .title:before {
        content: "\e85f";
        font-family: "iconfont";
    }

    .phone-head-item.phone-head-search .title:before {
        content: "\e6fb";
        font-family: "iconfont";
    }

    .phone-head-item .phone-head-social .title:before {
        content: "\f007";
        font-family: "iconfont";
    }

    .phone-head-item .phone-head-aside .title:before {
        content: "\f060";
        font-family: "iconfont";
    }

    .phone-head-item .main-content-wrap {
        background: #F6A303;
        top: 0;
        display: block;
        z-index: 99999;
    }

    .phone-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        height: 100%;
        padding: 15px 10px;
        background-color: #F6A303;
        background: #333;
    }

    .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }

    .phone-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -90%;
        width: 90%;
        height: 100%;
    }

    .phone-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }

    .phone-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .nav_head .logo {
        position: relative;
        display: block;
        float: none;
        text-align: center;
    }

    .nav_head {
        padding: 25px 0 0;
        height: auto;
    }

    .nav_head .nav_w .head_nav, .nav_head .c-language, .nav_head .btn--search {
        display: none;
    }

    .nav_head .nav_w {
        position: static;
        display: none;
    }

    .nav_head .btn--search {
        right: 0;
        top: -20px;
        margin: 0;
    }

    .nav_head .head-search {
        display: none;
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        background: #000;
        margin: 0 auto;
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #FFF;
        padding: 0 10px;
        border: 0;
        background-color: transparent;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        border: none;
        right: 0;
        top: 0;
        display: block !important;
        background: #F6A303;
    }

    .head-search .search-btn:before {
        content: "\e6fb";
        font-family: "iconfont";
        font-size: 20px;
    }

    .head-search .search-attr {
        display: none;
    }

    /* header */
    .nav_head {
        position: static;
    }

    .head_layer {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .head_layer .logo {
        height: auto;
        padding-right: 0;
    }

    .head_layer .logo img {
        max-height: 50px;
    }

    .head_layer .nav_main {
        display: block;
        background: none;
    }

    .head_top {
        display: none;
    }

    /*nav */
    .head_nav {
        width: 100%;
    }

    .head_nav li {
        position: relative;
        display: block;
        width: 100%;
    }

    .head_nav &gt; li {
        border-bottom: 1px solid #999;
        line-height: 35px;
        color: #ddd;
    }

    .head_nav &gt; li:after {
        content: '\e600';
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        font-family: "iconfont";
    }

    .head_nav li ul {
        display: block;
        width: 100%;
    }

    .head_nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }

    .head_nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .head_nav li ul li li {
        line-height: 25px;
    }

    .head_nav li ul li li:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .nav_head .logo img {
        max-height: 50px;
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .nav_main, .nav_head .nav_main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .head_top {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom-width: 1px;
    }
}

/*-search-*/
.container {
    position: relative;

}

.nav-search:before {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.nav-search, .nav-search .head-search, .nav-search .btn--search-close {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-search {
    width: 100%;
    height: 102px;
    position: absolute;
    left: 0;
    top: 158px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.nav-search:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #313131;
}

.nav-search .head-search {
    padding: 25px;
    position: relative;
    z-index: 1;
}

.nav-search .head-search {
    text-align: center;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}

.nav-search .search-ipt {
    display: inline-block;
    color: #fff;
    width: 50%;
    max-width: 600px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #999;
    padding: 0 15px;
    margin-right: -5px;
}

.nav-search .search-btn {
    width: 60px;
    height: 50px;
    background-color: #999;
    border: 0;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-search .search-attr {
    display: none;
}

.nav-search .btn--search-close {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 15px;
    background-size: auto 15px;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    z-index: 2;
}

.nav-search .btn--search-close:hover {
    background-color: #F6A303;
}

.nav-search .btn--search-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search--open {
    opacity: 1;
    visibility: visible;
}

.search--open .head-search {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.search--open .btn--search-close {
    -webkit-animation: bounceInA .4s ease;
    -o-animation: bounceInA .4s ease;
    animation: bounceInA .4s ease;
}

.fixed-body .nav-search {
    position: fixed;
    top: 0;
}

/*-language-*/
.language-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.phone-head-language .language-seo, .c-language .language-seo {
    display: block
}

.c-language .c-language-title, .c-language .c-language-title a {
    font-size: 10pt;
}

.c-language .c-language-title {
    padding: 7px 0;
}

.c-language .c-language-title a:after {
    font-family: 'iconfont';
    content: "\e635";
    font-size: 12px;
    display: inline-block;
    padding-left: 2px;
    color: #999;
}

.c-language:hover .c-language-title a:after {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.c-language .c-language-cont {
    position: absolute;
    top: 67px;
    right: 0;
    width: 100px;
    background: linear-gradient(180deg, #595959, #F6A303);
    padding: 10px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh;
}

.c-language:hover .c-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.c-language .c-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.c-language .c-language-cont .lang-item-hide {
    display: none !important;
}

.c-language .c-language-cont .more-active {
    font-size: 20px;
}

.language-f span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    padding: 0 0 0 33px;
    overflow: hidden;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .language-f span {
        color: #fff;
    }

    .head-search .search-btn:before {
        color: #fff;
    }
}

.c-language::-webkit-scrollbar {
    width: 5px;
}

.c-language::-webkit-scrollbar-track {
    background-color: #fff;
}

.c-language::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px;
}

.c-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.language-f .country-f {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    margin: -8px 5px 0;
}

li.language-f a {
    position: relative;
}

li.language-f a:hover span {
    color: #a6937c
}

.language-f-cn .country-f {
    background-position: 0 0;
}

.language-f-en .country-f {
    background-position: 0 -22px;
}

.language-f-es .country-f {
    background-position: 0 -44px;
}

.language-f-nl .country-f {
    background-position: 0 -66px;
}

.language-f-ar .country-f {
    background-position: 0 -88px;
}

.language-f-ru .country-f {
    background-position: 0 -110px;
}

.language-f-de .country-f {
    background-position: 0 -132px;
}

.language-f-ja .country-f {
    background-position: 0 -154px;
}

.language-f-pt .country-f {
    background-position: 0 -176px;
}

.language-f-fr .country-f {
    background-position: 0 -198px;
}

.language-f-it .country-f {
    background-position: 0 -220px;
}

.language-f-ko .country-f {
    background-position: 0 -242px;
}

.language-f-th .country-f {
    background-position: 0 -264px;
}

.language-f-el .country-f {
    background-position: 0 -286px;
}

.language-f-pl .country-f {
    background-position: 0 -308px;
}

.language-f-bul .country-f {
    background-position: 0 -330px;
}

.language-f-est .country-f {
    background-position: 0 -352px;
}

.language-f-dan .country-f {
    background-position: 0 -374px;
}

.language-f-fin .country-f {
    background-position: 0 -396px;
}

.language-f-cs .country-f {
    background-position: 0 -418px;
}

.language-f-rom .country-f {
    background-position: 0 -440px;
}

.language-f-slo .country-f {
    background-position: 0 -462px;
}

.language-f-swe .country-f {
    background-position: 0 -484px;
}

.language-f-hu .country-f {
    background-position: 0 -506px;
}

.language-f-hi .country-f {
    background-position: 0 -528px;
}

.language-f-tr .country-f {
    background-position: 0 -550px;
}

.language-f-vi .country-f {
    background-position: 0 -572px;
}

.language-f-fa .country-f {
    background-position: 0 -594px;
}

.language-f-he .country-f {
    background-position: 0 -616px;
}

.language-f-sk .country-f {
    background-position: 0 -638px;
}

.language-f-id .country-f {
    background-position: 0 -660px;
}

.language-f-lt .country-f {
    background-position: 0 -682px;
}

.language-f-lv .country-f {
    background-position: 0 -704px;
}

.language-f-ms .country-f {
    background-position: 0 -726px;
}

.language-f-no .country-f {
    background-position: 0 -748px;
}

.language-f-uk .country-f {
    background-position: 0 -770px;
}

.language-f-ur .country-f {
    background-position: 0 -792px;
}

.language-f-hr .country-f {
    background-position: 0 -814px;
}

.language-f-tw .country-f {
    background-position: 0 0;
}

.language-f-bn .country-f {
    background-position: 0 -836px;
}

/*æŒ‰é’®*/
.i-more a {
    position: relative;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #a6937c;
    border-radius: 5px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.i-more a:hover {
    padding: 0 50px;
    color: #fff;
    border-radius: 10px;

}

.i-more a:hover::after {
    width: 100%;
    border-color: #F6A303;
    border-radius: 5px;
    background: #F6A303;
}

.i-more a i {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 768px) {
    .i-more {
        text-align: center;
    }
}

/*å†…é¡µ-ä¸­å¿ƒå†…å®¹å®½åº¦*/
main .main_con {
    min-height: 400px;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}

@media screen and ( max-width: 1500px) {
    main .main_con {
        max-width: 85%;
    }
}

@media screen and ( max-width: 768px) {
    main .main_con {
        margin-top: 0;
        max-width: 100%;
    }
}

/*å†…é¡µ-ä¸­å¿ƒå†…å®¹å®½åº¦*//*å†…é¡µ-å³ä¾§å°æ&nbsp;‡é¢˜å…¬ç”¨*/
.alcet_title {
    font-size: 20px;
    background: #eee;
    height: 50px;
    line-height: 50px;
    border-left: 5px solid #a6937c;
    padding-left: 20px;
    margin-bottom: 20px;
}

.alcet_title a {
    float: right;
    font-size: 14px;
    color: #F6A303;
    margin-right: 20px;
}

.alcet_title a:hover {
    color: #ea4234;
}

@media screen and ( max-width: 1500px) {
    .alcet_title {
        height: auto;
        line-height: 30px;
    }
}

@media screen and ( max-width: 768px) {
    .inner-message .alcet_title {
        line-height: 30px;
    }
}

/*banner*/
.pc_block {
    display: block
}

.pc_none {
    display: none
}

@media screen and ( max-width: 768px) {
    .pc_block {
        display: none
    }

    .pc_none {
        display: block
    }
}

.banner .owl-controls .owl-prev {
    left: 40px;
}

.banner .owl-controls .owl-next {
    right: 40px;
}

.banner .owl-controls .owl-prev, .banner .owl-controls .owl-next {
    top: 50% !important;
}

@media screen and ( max-width: 768px) {
    .banner .owl-controls .owl-prev {
        left: 10px;
    }

    .banner .owl-controls .owl-next {
        right: 10px;
    }

    .banner .owl-controls .owl-prev, .banner .owl-controls .owl-next {
        top: 40% !important;
    }
}

.slides {
    text-align: center;
    overflow: hidden;
    display: block;
}

.flex-container a:active, .flexslider a:active {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none;
    z-index: 2;
}

.flexslider {
    width: 100%;
    overflow: hidden;
    position: relative;
    zoom: 1;
    z-index: 2;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides &gt; li {
    display: none;
    position: relative;
}

.flexslider .slides &gt; li:nth-child(2n+2) .banner-text-c .itme {
    position: absolute;
    top: 30%;
    left: auto;
    right: 0;
    width: 50%;
    text-align: left;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

/*é¦–é¡µ-äº§å“åˆ†ç±»*/
.home_category {
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
}

.home_category .roll-box {
    margin: 0 -15px
}

.home_category-t {
    margin-bottom: 40px;
    text-align: center;
}

.home_category-t span {
    font-size: 28px;
    display: block;
    letter-spacing: 1px;
    color: #1b2839;
    line-height: 25px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.home_category-t span::after {
    background-color: #ccc;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}

.home_category-t span::before {
    background-color: #ccc;
    border-radius: 50%;
    bottom: -11px;
    content: "";
    width: 4px;
    height: 4px;
    width: 14px \0;
    height: 14px \0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    border: 5px solid #fff;
    z-index: 2;
}

.home_category .item {
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
}

.home_category .item .home_category_box::before, .home_category .item .home_category_box::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.home_category .item .home_category_box:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    top: 50%;
}

.home_category .item .home_category_box:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
    left: 50%;
    right: 50%;
}

.home_category .item .home_product_box {
    overflow: hidden;
}

.home_category .item img {
    width: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_category .item:hover img {
    transform: scale(1.1);
}

.home_category .owl-item:first-child .item img {
    border-top-left-radius: 120px;
}

.home_category .owl-item:last-child .item img {
    border-bottom-right-radius: 120px;
}

.home_category .mauto:hover .owl-item .item img {
    border-radius: 0;
}

.home_category .item:hover img {
    opacity: 0.7;
}

.home_category .item:hover .home_category_box_t {
    color: #a6937c;
}

.home_category .home_category_box {
    margin: 10px;
    position: relative;
}

.home_category .home_category_box a {
    position: relative;
}

.home_category .sale-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home_category .sale-label span {
    font-size: 14px;
    color: #fff;
    background-color: #a6937c;
    display: inline-block;
    padding: 10px;
}

.home_category .home_category_box_t {
    margin: 10px 0;
    overflow: hidden;
}

.home_category .home_category_box_t h3 {
    font-size: 18px;
    font-weight: normal;
    display: table;
    width: 100%;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    padding: 0 15px;
    color: #fff;
}

.home_category .home_category_box_t h3 a {
    display: table-cell;
    color: #363f4d;
    vertical-align: middle;
}

.home_category .item:hover .home_category_box_t h3 {
    color: #F6A303;
}

@media screen and ( max-width: 768px) {
    .home_category {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home_category .mauto {
        max-width: 92%;
    }

    .home_category .home_category_box_t h3 {
        color: #333;
    }

    .home_category-t {
        margin-bottom: 30px;
    }

    .home_category .slick-prev {
        left: 0%;
    }

    .home_category .slick-next {
        right: 0%;
    }
}

/*é¦–é¡µ-äº§å“*/
.home_product {
    padding: 60px 0 0 0;
    width: 100%;
}

.home_product:hover h2::after {
    width: 100px;
    background: #a6937c;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_product .mauto {
    z-index: 2;
    position: relative;
}

.home_product h2 {
    color: #999;
    padding-bottom: 5px;
    text-align: center;
    position: relative;
}

.home_product h2 em {
    color: #a6937c;
    font-size: 36px;
    text-transform: uppercase;
    color: #a6937c;
    font-family: "Times New Roman";
}

.home_product h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    left: 50%;
    height: 2px;
    background: #999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.home_product p {
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.home_product .roll-box {
    margin: 0 -15px;
    margin-top: 20px;
}

.home_product-t {
    margin-bottom: 40px;
    text-align: center;
}

.home_product-t span {
    font-size: 28px;
    display: block;
    letter-spacing: 1px;
    color: #1b2839;
    line-height: 25px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.home_product-t span::after {
    background-color: #ccc;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}

.home_product-t span::before {
    background-color: #ccc;
    border-radius: 50%;
    bottom: -11px;
    content: "";
    width: 4px;
    height: 4px;
    width: 14px \0;
    height: 14px \0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    border: 5px solid #fff;
    z-index: 2;
}

.home_product .item {
    text-align: center;
    overflow: hidden;
    margin: 15px;
}

.home_product .item .home_product_box::before, .home_product .item .home_product_box::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.home_product .item .home_product_box:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    top: 50%;
}

.home_product .item .home_product_box:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
    left: 50%;
    right: 50%;
}

.home_product .item img {
    width: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_product .item:hover img {
    opacity: 0.7;
    transform: scale(1.1)
}

.home_product .item:hover .home_product_box_t {
    color: #a6937c;
}

.home_product .home_product_box {
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.home_product .home_product_box a {
    position: relative;
}

.home_product .sale-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home_product .sale-label span {
    font-size: 14px;
    color: #fff;
    background-color: #a6937c;
    display: inline-block;
    padding: 10px;
}

.home_product .home_product_box_t {
    margin: 10px 0 0 0;
    overflow: hidden;
}

.home_product .home_product_box_t h3 {
    font-size: 18px;
    font-weight: normal;
    display: table;
    width: 100%;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    padding: 0 15px;
    color: #333;
}

.home_product .home_product_box_t h3 a {
    display: table-cell;
    color: #363f4d;
    vertical-align: middle;
}

.home_product .item:hover .home_product_box_t h3 {
    color: #F6A303;
}

.home_product .owl-controls .owl-prev {
    left: 30px !important;
}

.home_product .owl-controls .owl-next {
    right: 30px !important;
}

@media screen and ( max-width: 768px) {
    .home_product {
        padding: 30px 10px 30px 10px;
    }

    .home_product h2 {
        margin-bottom: 20px;
    }

    .home_product .roll-box {
        margin: 0;
    }

    .home_product .mauto {
        max-width: 92%;
    }

    .home_product .item {
        margin: 0;
    }

    .home_product p {
        padding: 20px 0;
        font-size: 18px;
    }

    .home_product h2 em {
        font-size: 36px;
    }

    .home_product-t {
        margin-bottom: 30px;
    }

    .home_product .slick-prev {
        left: 0%;
    }

    .home_product .slick-next {
        right: 0%;
    }

    .home_product .owl-controls .owl-prev {
        left: 0 !important;
    }

    .home_product .owl-controls .owl-next {
        right: 0px !important;
    }
}

/*é¦–é¡µ-æ–°é—»*/
.home_news {
    width: 100%;
    margin-top: 60px;
}

.home_news h2 {
    color: #999;
    padding-bottom: 5px;
    text-align: center;
    position: relative;
}

.home_news h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    left: 50%;
    height: 2px;
    background: #999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_news h2 em {
    font-size: 36px;
    text-transform: uppercase;
    color: #a6937c;
    font-family: "Times New Roman";
}

.home_news:hover h2::after {
    width: 100px;
    background: #a6937c;
}

.home_newslist {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.home_news ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.home_news ul li {
    width: 50%;
}

.home_news ul li a {
    margin: 10px;
    background: #eee;
}

.home_news ul li a p a {
    margin: 0;
    background: none;
}

.home_news ul li a object {
    display: flex
}

.home_news ul li div {
    flex: 1;
    overflow: hidden;
}

.home_news ul li .news-img img {
    width: 100%;
    display: block;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_news ul li:hover .news-img img {
    transform: scale(1.1);
}

.home_news ul li .news-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.home_news ul li:hover .news-content {
    background: url(../image/newsbg.png) #a6937c no-repeat center center;
    background-size: cover;
}

.home_news ul li .news-content .news-title {
    margin: 20px 50px;
    color: #333;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.home_news ul li .news-content .news-date {
    margin: 20px 50px;
    color: #999;
}

.home_news ul li .news-content article {
    margin: 20px 50px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.home_news ul li .news-content .more-link {
    margin: 0 50px;
    color: #999;
    line-height: 24px;
    font-size: 16px
}

.home_news ul li .news-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    transition: opacity .6s ease 0s, transform .6s ease 0s;
    height: 92%;
    top: 4%;
    left: 3%;
    opacity: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 94%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    box-sizing: border-box
}

.home_news ul li .news-content:after {
    transition: opacity .6s ease 0s, transform .6s ease 0s;
    content: "";
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    position: absolute;
    width: 94%;
    height: 92%;
    top: 4%;
    left: 3%;
    box-sizing: border-box
}

.home_news ul li:hover .news-content .more-link a, .home_news ul li:hover .news-content .more-link i, .home_news ul li:hover .news-content .news-title a, .home_news ul li:hover .news-content .news-title, .home_news ul li:hover .news-content article, .home_news ul li:hover .news-content .news-date, .home_news ul li:hover .news-content .more-link {
    color: #fff
}

.home_news ul li:hover .news-content:after, .home_news ul li:hover .news-content:before {
    opacity: 1;
    transform: scale(1)
}

.home_news ul li:nth-child(3) a object, .home_news ul li:nth-child(4) a object {
    flex-direction: row-reverse
}

@media screen and (max-width: 1680px) {
    .home_news ul li .news-content article {
        -webkit-line-clamp: 2;
    }

    .home_news ul li .news-content .more-link {
        display: none;
    }

    .home_news ul li .news-content .more-link, .home_news ul li .news-content .news-date, .home_news ul li .news-content .news-title, .home_news ul li .news-content article {
        margin: 0 40px
    }
}

@media screen and (max-width: 1440px) {
    .home_news ul li .news-content .news-title {
        margin: 0 40px;
        font-size: 20px
    }

    .home_news ul li .news-content .more-link, .home_news ul li .news-content .news-date, .home_news ul li .news-content article {
        margin: 0 30px
    }
}

@media screen and (max-width: 1280px) {
    .home_news ul li .news-content .news-title {
        margin: 0 30px;
        font-size: 16px
    }

    .home_news ul li .news-content .more-link, .home_news ul li .news-content .news-date, .home_news ul li .news-content article {
        margin: 0 20px
    }

    .home_news ul li .news-content article {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    .home_news ul li .news-content .news-date, .home_news ul li .news-content .news-title {
        margin: 0 20px;
        font-size: 14px
    }

    .home_news ul li .news-content .more-link, .home_news ul li .news-content article {
        margin: 0 20px;
        font-size: 12px
    }

    .home_news ul li .news-content:after, .home_news ul li .news-content:before {
        width: 95%;
        height: 95%;
        top: 3%;
        left: 2%
    }
}

@media screen and (max-width: 768px) {
    .home_news ul li {
        width: 100%
    }

    .home_news ul li .news-content, .home_news ul li .news-img {
        width: 50%
    }

    .home_news ul li .news-content .news-title {
        margin: 0 20px;
        font-size: 16px;
        -webkit-line-clamp: 4;
    }

    .home_news ul li .news-content .news-date {
        margin: 0 20px;
        font-size: 14px
    }

    .home_news ul li .news-content article {
        display: none;
        margin: 0 20px;
        font-size: 14px;
        line-height: 25px;
    }

    .home_news ul li .news-content .more-link {
        display: none
    }
}

@media screen and (min-width: 751px)and (max-width: 768px) {
    .home_news ul li .news-content .news-title {
        font-size: 16px
    }

    .home_news ul li .news-content .news-date {
        font-size: 14px
    }

    .home_news ul li .news-content article {
        font-size: 14px
    }
}

/*é¦–é¡µ-å…³äºŽæˆ‘ä»¬*/
.home_about {
    background: url(../image/aboutbg.png) #eee no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    box-sizing: border-box;
    border-radius: 0 100px 0 100px;
    transition: ease all 0.9s;
    -webkit-transition: ease all 0.9s;
    -moz-transition: ease all 0.9s;
    -o-transition: ease all 0.9s;
}

.home_about:hover {
    background: url(../image/aboutbg.png) #ddd no-repeat center;
    background-size: 50%;
    background-size: cover;
    border-radius: 100px 0 100px 0;
}

.home_about .mauto {
    border-radius: 120px 0 120px 0;
}

.home_about .owl-item {
    max-height: 440px;
    width: 100%;
}

.home_about .owl-item a {
    display: block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

.home_about .owl-item a img {
    max-height: 400px;
    max-width: 100%;
}

.home_about .owl-controls .owl-prev {
    left: 40px;
    top: 45%;
}

.home_about .owl-controls .owl-next {
    right: 40px;
    top: 45%;
}

.home_about h2 {
    font-size: 34px;
    text-transform: uppercase;
    padding-bottom: .1rem;
    text-align: center;
    position: relative;
    display: none;
}

.home_about h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 50px;
    left: 3%;
    height: 2px;
    background: #999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.home_about:hover h2::after {
    width: 170px;
    left: 9.8%;
    background: #a6937c;
}

.home_about h2 em {
    display: block;
    color: #a6937c;
    font-family: "Times New Roman";
}

.home_about h2 span {
    color: #fff
}

.home_about .con-l {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.home_about .con-l video {
    border-radius: 0 0 0 100px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_about:hover .con-l video {
    border-radius: 100px 0 0 0;
}

.home_about .con-l .pic img {
    z-index: 1
}

.home_about .pb {
    display: inline-block;
    position: relative;
    height: auto;
    margin-bottom: 10px;
    z-index: 0;
}

.home_about .con-r {
    width: 50%;
    padding: 30px;
    border-radius: 0 100px 0 0;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_about:hover .con-r {
}

.home_about .con-r h2 {
    text-align: left;
    display: block;
    margin-top: 0px;
}

.home_about .con-r .txt {
    margin: 10px 0 20px 0;
}

.home_about .con-r .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 30px;
    color: #333;
}

.home_about .mauto .i-more {
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .home_about .mauto {
        max-width: 100%;
        padding: 0;
    }

    .home_about .con-r .txt {
        margin: 10px 0 0 0;
    }

    .home_about .i-more {
        display: none;
    }
}

@media (max-width: 950px) {
    .home_about {
        max-height: 100%;
        padding: 0;
        margin-bottom: 0px;
        background-image: none;
        display: block;
    }

    .home_about .mauto {
        max-width: 92%;
        margin: 20px auto;
        left: 0;
        position: inherit;
        display: block;
    }

    .home_about h2 {
        display: block;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .home_about h2::after {
        content: '';
        left: 50%;
    }

    .home_about:hover h2::after {
        left: 50%;
    }

    .home_about h2 em {
        font-size: 36px;
    }

    .home_about .owl-item {
        height: auto;
    }

    .home_about .home_about_box {
        padding: 0;
    }

    .home_about .con-l {
        width: 100%;
        padding-right: 0%;
        float: none
    }

    .home_about .con-l a {
        padding: 0;
    }

    .home_about .con-r {
        float: none;
        width: 100%;
        padding: 0;
        max-height: 100%;
        padding: 20px;
        position: inherit;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .home_about .con-r h2 {
        text-align: center;
        font-size: 26px;
        display: none;
    }

    .home_about .con-r .txt {
        margin: 0;
        padding: 0;
    }

    .home_about .con-r .txt p {
        -webkit-line-clamp: 5;
        line-height: 25px;
    }

    .home_about .con-r .i-more {
        float: none;
    }

    .home_about .con-r .i-more a {
        height: 40px;
        line-height: 40px;
    }

    .wave-placement-top {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .home_about .mauto {
        margin: 0 auto;
        padding-top: 30px;
    }

    .home_about .owl-controls .owl-prev {
        left: 0;
    }

    .home_about .owl-controls .owl-next {
        right: 0;
    }
}

/*é¦–é¡µ ä¼ä¸šæ•°æ®å››å—*/
.home_about .com_data {
    padding: 20px 0 20px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    height: auto;
    position: relative;
}

.home_about .com_data::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #a6937c, #745f45);
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.home_about:hover .com_data::after {
    width: 100%;
}

.home_about .com_data h5 {
    color: #999
}

.home_about:hover .com_data h5 {
    color: #fff;
}

.home_about .com_data span {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-size: 36px;
    color: #a6937c;
}

.home_about:hover .com_data span {
    color: #fff;
}

.home_about .com_data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.home_about .com_data li {
    margin: 0 auto
}

@media screen and (max-width: 1500px) {
    .home_about .com_data {
        padding: 10px 0 10px 0;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 1200px) {
    .home_about .com_data ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home_about .com_data li {
        width: 25%
    }

    .home_about .com_data span {
        font-size: 30px
    }
}

@media (max-width: 960px) {
    .home_about .p08-1-s3 ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home_about .p08-1-s3 li {
        width: calc(33.33% - 8px)
    }
}

@media (max-width: 768px) {
    .home_about .com_data {
        margin-bottom: 20px;
    }

    .home_about .com_data li {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media (max-width: 540px) {
    .home_about .com_data li {
        width: 50%;
        margin-bottom: 15px;
    }
}

/*å†…é¡µ-äº§å“åˆ—è¡¨*/
.home_product li {
    width: 24.7%;
    vertical-align: bottom;
    display: inline-block;
}

.home_product li .product-item {
    margin: 0 10px 10px 10px;
}

.home_product li a {
    text-align: center;
    display: block;
}

.home_product li a:hover .info {
    visibility: visible;
    opacity: 1
}

.home_product li h3 {
    height: 50px;
    padding: 10px;
    font-size: 16px;
    overflow: hidden;
}

.home_product li a:hover h3 {
    color: #F6A303;
}

.home_product li .imgs {
    border: 1px solid #ddd;
    overflow: hidden;
}

.home_product li .imgs img {
    top: 0;
    left: 0;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.home_product li .imgs:hover img {
    transform: scale(1.1)
}

.home_product li .info {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #F6A303;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home_product li .info i {
    border: 1px solid #F6A303;
    color: #F6A303;
    font-size: 16px;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 1250px) {
    .home_product li {
        width: 24.5%;
    }
}

@media screen and (max-width: 1024px) {
    .home_product li {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    .home_product li {
        width: 49%;
    }

    .home_product li .product-item {
        margin: 0;
    }
}

/*é¢åŒ…å±‘*/
.ny-banner .baloea .wrap {
    max-width: 1440px;
    margin: 0 auto;
}

.ny-banner {
    height: 50px;
    position: relative;
}

.ny-banner .baloea {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #333;
    line-height: 45px;
    height: 45px;
    width: 100%;
}

.ny-banner .baloea .baloea_title {
    float: left;
    font-size: 20px;
}

.ny-banner .lboae {
    color: #666;
    float: right;
}

.ny-banner .lboae span {
    margin: 0 5px;
}

.ny-banner .lboae ul {
    float: right;
    margin-left: 10px;
}

.ny-banner .lboae ul li {
    float: left;
    margin-right: 5px;
}

.ny-banner .lboae ul li a:hover {
    color: #F6A303;
}

@media screen and (max-width: 1500px) {
    .ny-banner .mauto {
        max-width: 85%;
    }
}

@media screen and ( max-width: 768px) {
    .ny-banner {
        height: auto;
        position: inherit;
    }

    .ny-banner .mauto {
        max-width: 92%;
    }

    .ny-banner .baloea {
        height: auto;
        position: inherit;
    }

    .ny-banner .baloea .wrap {
        padding: 0 3%;
    }

    .ny-banner .lboae {
        float: left;
        padding-left: 0;
        font-size: 12px;
        width: 100%;
    }

    .ny-banner .lboae i {
        float: left;
    }

    .ny-banner .lboae ul {
        float: left;
        margin-left: 0;
    }

    .ny-banner .lboae ul li {
        height: 30px;
        line-height: 30px;
    }
}

/*å†…é¡µ-èµ„è´¨è¯ä¹¦åˆ—è¡¨*/
.honor-list ul {
}

.honor-list li {
    margin-bottom: .1rem;
    width: 30%;
    display: inline-block;
    border: 1px solid #ddd
}

.honor-list li .item .certificate-listing-frame {
    padding: 5px;
}

.honor-list li .honor-item {
    margin: 0 10px 10px 10px;
    border: 1px solid #333;
}

.honor-list li a {
    text-align: center;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.honor-list li a:hover h3 {
    color: #F6A303;
    text-decoration: underline
}

.honor-list li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.honor-list li a h3 {
    height: 60px;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
}

.honor-list li a h3 p {
    line-height: 23px;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

@media screen and ( max-width: 1440px) {
    .honor-list li {
        width: 32.9%;
    }
}

@media screen and ( max-width: 1110px) {
    .honor-list li {
        width: 32.5%;
    }
}

@media screen and ( max-width: 768px) {
    .honor-list li {
        width: 49%;
    }
}

/*äº§å“ç±»åˆ«*/
.product-category {
    overflow: hidden;
}

.product-category li {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid wheat;
}

.product-category .item {
    text-align: left;
    font-size: 0;
    position: relative;
    display: flex;
}

.product-category .item .sale-label {
    position: absolute;
    top: 0;
    left: 0;
}

.product-category .item .sale-label span {
    font-size: 14px;
    color: #fff;
    background-color: #F6A303;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid wheat
}

.product-category li .product-image {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}

.product-category li .product-image img {
    width: 100%;
    max-width: 500px;
}

.product-item-text {
    font-size: 14px;
    width: 60%;
    display: inline-block;
    overflow-wrap: anywhere;
    vertical-align: middle;
}

.product-item-text-b {
    margin-left: 30px;
    margin-top: 30px;
}

.product-item-text-b a:hover {
    color: #F6A303
}

.product-item-text h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    /*text-transform: capitalize;*/
}

.product-item-text p {
    font-size: 14px;
    line-height: 24px;
}

.product-item-text .tag {
    font-size: 12px;
    width: 100%;
    margin: 10px -5px
}

.product-item-text .tag a {
    padding: 4px 8px;
    background-color: #eee;
    display: inline-block;
    margin: 5px;
}

.product-item-text .tag a:hover {
    color: #fff;
    background-color: #F6A303;
}

.product-item-text span a {
    line-height: 24px;
    color: #fff;
    background-color: #F6A303;
    padding: 8px 5px;
    display: inline-block;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.product-item-text span a i {
    font-size: 20px;
    line-height: 18px;
    margin-right: 5px;
}

.product-item-text span a.more {
    background-color: #F6A303;
    margin-left: 10px;
}

.product-item-text span a:hover {
    color: #fff;
    background-color: #F6A303;
}

@media screen and (max-width: 768px) {
    .product-item-text h2 {
        font-size: 16px;
    }

    .product-item-text p {
        display: none;
    }

    .product-item-text-b {
        margin-left: 0;
    }

    .product-category li .product-image {
        width: 100%;
    }

    .product-item-text {
        width: 100%;
    }
}

/*å†…é¡µ-äº§å“åˆ—è¡¨*/
.products-list li {
    width: 33%;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 15px;
}

.products-list li .product-item {
    margin: 0 10px 10px 10px;
}

.products-list li a {
    text-align: center;
    display: block;
}

.products-list li a:hover .info {
    visibility: visible;
    opacity: 1
}

.products-list li a:hover h3 {
    color: #F6A303;
}

.products-list .imgs {
    border: 1px solid #ddd;
    overflow: hidden;
}

.products-list .imgs img {
    top: 0;
    left: 0;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.products-list .imgs:hover img {
    transform: scale(1.1)
}

.products-list .info {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #F6A303;
    width: 100%;
    height: 100%;
    position: absolute;
}

.products-list .info i {
    border: 1px solid #a6937c;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: flex;
}

.products-list h3 {
    height: 50px;
    padding: 10px;
    font-size: 16px;
    overflow: hidden;
}

.products-list li a:hover .imgs {
    border: 1px solid #a6937c;
    border-bottom: 1px solid #a6937c;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

@media screen and (max-width: 1440px) {
    .products-list li {
        width: 32.9%;
    }
}

@media screen and (max-width: 1250px) {
    .products-list li {
        width: 32%;
    }
}

@media screen and (max-width: 1024px) {
    .products-list li {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    .products-list li {
        width: 100%;
    }

    .products-list li .product-item {
        margin: 0;
    }
}

/*å†…é¡µ-äº§å“å·¦ä¾§äºŒçº§èœå•*/
.aside {
    float: left;
    width: 230px;
}

.side-tit-bar {
    position: relative;
    margin-bottom: 15px;
}

.side-tit-bar .side-tit {
    position: relative;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 38px;
    color: #F6A303;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

.side-widget {
    position: relative;
    margin: 0 0 25px;
    background-color: #eee;
    padding: 16px 20px;
}

.side-cate li {
    position: relative;
    line-height: 1.5em;
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
}

.side-cate li li {
    font-size: 12px;
}

.side-cate li a {
    position: relative;
    display: block;
    margin-right: 38px;
    padding: 8px 0;
    word-break: break-word;
    text-transform: capitalize;
}

.side-cate li a:hover {
    color: #a6937c;
}

.side-cate ul {
    display: none;
    overflow: visible !important;
    padding-bottom: 6px;
}

.side-cate li li {
    padding: 3px 0;
}

.side-cate li li a {
    padding: 4px 10px 4px 15px;
    margin-right: 0;
    position: relative;
    font-size: 14px;
}

.side-cate li li a:hover, .side-cate li li.active &gt; a {
    color: #a6937c;
}

.side-cate li li a:hover:before, .side-cate li li.active &gt; a:before {
    background-color: #F6A303;
}


.side-cate li li li a {
    padding: 0 66px;
    margin-right: 0;
}

.side-cate &gt; li {
    border-bottom: 1px solid #ddd;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 10px;
    top: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 23px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    color: #F6A303;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: "\e62b";
    font-family: "iconfont";
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: "\e644";
    font-family: "iconfont";
}

.side-cate li.nav-current &gt; .icon-cate, .side-cate li:hover &gt; .icon-cate, li.show_li &gt; .icon-cate {
    color: #F6A303;
}

.side-cate li .icon-cate:hover {
    background-color: #F6A303;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .side-cate {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .side-widget {
        display: none;
    }
}

/*å†…é¡µ-æ–°é—»åˆ—è¡¨*/
.news-list li {
    margin-bottom: 20px;
    position: relative;
    background: #eee;
}

.news-list li::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #a6937c, #745f45);
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.news-list li a .img img {
    height: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.news-list li:hover::after {
    width: 100%;
}

.news-list li:hover a .img {
    overflow: hidden;
}

.news-list li:hover a .img img {
    transform: scale(1.1);
}

.news-list li a {
    z-index: 1;
    position: relative;
    display: flex;
}

.news-list li a .img {
    width: 150px
}

.news-list li a .info-w {
    width: calc(100% - 150px);
    padding-right: .4rem;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
}

.news-list li a .info {
    width: calc(100% - 180px);
}

.news-list li a .info h3 {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.news-list li a .info .els2 {
    height: 60px;
    margin-bottom: .25rem;
    margin-top: .2rem;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li a:hover .info .els2 {
    color: #fff;
}

.news-list li a .icon {
    width: 100%;
    height: 24px;
}

.news-list li a .date {
    width: 150px;
    padding-right: .2rem;
    padding-left: .2rem;
    border-right: 1px solid #ddd;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
}

.news-list li a .date em, .news-list li a .date span {
    width: 100%
}

.news-list li a .date em {
    font-size: 30px;
    margin-left: -15px
}

.news-list li a .date span {
    font-size: 18px;
    margin-top: 20px;
}

.news-list li:hover a h3 {
    color: #fff;
}

.news-list li a:hover .con .d1, .news-list li a:hover .con .d2, .news-list li a:hover .date {
    color: #fff;
    transition: all 0.5s ease;
}

.news-list li:hover a {
    color: #fff;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, #a6937c, #745f45);
}

@media screen and (max-width: 1300px) {
    .news-list li a .date {
        width: 110px;
    }

    .news-list li a .date em {
        font-size: 24px;
    }

    .news-list li a .info {
        width: calc(100% - 130px);
    }
}

@media (max-width: 768px) {
    .news-list li a .date, .news-list li a .img, .news-list li a .info {
        height: auto;
        width: 100%;
    }

    .news-list li a {
        display: block;
    }

    .news-list li a .info-w {
        width: 100%;
        padding-right: 0;
        display: block;
    }

    .news-list li a .info {
        height: auto;
    }

    .news-list li a .info .els2 {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 25px;
        height: 50px;
        display: none;
    }

    .news-list li a .date em, .news-list .date span {
        font-size: 18px;
        width: auto;
    }

    .news-list li a .date span {
        margin-top: 0;
    }

    .news-list li a .info h3 {
        margin-top: 0;
        font-size: 18px;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
        padding: 10px;
    }

    .news-list li a .date {
        display: none;
    }

    .news-list li a .pic img {
        width: 150px;
        height: 90px;
    }

    .news-list li a .con {
        width: calc(100% - 150px);
        padding: 0px 10px 0;
    }

    .news-list li a .con .d1 {
        font-size: 14px;
        line-height: 25px;
        height: 25px;
    }

    .news-list li a .con .d2 {
        line-height: 20px;
        height: 40px;
        margin-top: 5px;
        font-size: 12px;
    }
}

.news-info {
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.news-info .news_line {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.news-info h3 {
    font-size: 20px;
    color: #F6A303;
    text-align: center;
    text-align: center;
}

.news-info .date {
    text-align: center;
    margin-top: 20px;
}

.news-info .edit {
    padding-top: .3rem;
    line-height: 30px;
}

.news-info .edit ul li {
    list-style-type: inherit;
}

@media (max-width: 768px) {
    .news-info .head h3 {
        font-size: 18px;
        color: #F6A303;
    }

    .news-info {
        margin: 1rem;
        margin-bottom: 40px;
        padding: 30px 10px 10px 10px;
    }

    .news-info .edit {
        font-size: 14px;
        line-height: 25px;
    }
}

/*æ–°é—»è¯¦æƒ…é¡µ-ä¸Šä¸‹ç¯‡*/
.other-upper-next {
    overflow: hidden;
    line-height: 28px;
    font-size: 18px;
    padding: 10px;
    background-color: #eee;
    margin-top: 30px;
}

.other-upper-next-box {
    overflow: hidden;
}

.other-upper-next .other-upper {
    float: left;
}

.other-upper-next .other-next {
    float: right;
}

.other-upper-next .other-upper i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.other-upper-next .other-next i {
    float: right;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.other-upper-next span a:hover {
    color: #F6A303;
}

/*å†…é¡µ-æ¡ˆä¾‹åˆ—è¡¨*/
.case-list li {
    margin-bottom: 5px;
    vertical-align: bottom;
    display: inline-block;
    width: 33%;
}

.case-list li a:hover i span {
    color: #fff;
}

.case-list li a:hover h3 {
    color: #F6A303;
}

.case-list li a:hover i {
    border-color: #F6A303;
    color: #fff
}

.case-list li a:hover i::after {
    width: 100%
}

.case-list li a .img {
    overflow: hidden;
}

.case-list li:nth-child(even) a {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.case-list li a .img img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.case-list li a .img:hover img {
    transform: scale(1.1);
}

.case-list li a h3 {
    font-size: 16px;
    text-align: center;
    height: 50px;
}

.case-list li a:hover h3 {
    color: #a6937c;
}

.case-list .info {
    padding: 10px 0 0 0;
}

.case-list .info i {
    padding: 0 .2rem;
    border: 1px solid #333;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: right;
    position: relative;
}

.case-list .info i::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F6A303;
    transition: all .3s;
    -webkit-transition: all .3s
}

.case-list .info i span {
    z-index: 1;
    position: relative;
    color: #666;
}

@media screen and (max-width: 1440px) {
    .case-list li {
        width: 32.9%;
    }
}

@media screen and (max-width: 1200px) {
    .case-list li {
        width: 49%;
    }

    .case-list .txt {
        font-size: 14px;
        line-height: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 768px) {
    .case-list li {
        width: 100%;
    }

    .case-list li a {
        display: block
    }

    .case-list li a h3 {
        font-size: 16px;
        height: auto;
    }

    .case-list li a .img {
        width: 100%;
    }

    .case-list .info {
        padding: 10px 0;
        width: 100%;
    }

    .case-list .txt {
        font-size: 14px;
        margin-top: .1rem;
        margin-bottom: 0;
        line-height: 25px;
    }

    .case-list .info i {
        height: 40px;
        line-height: 40px;
        padding: 0 .3rem;
        display: none;
    }
}

/*å†…é¡µ-è§†é¢‘*/
.video-info .slider-w .t-slider .pic::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-info .slider-w .t-slider .slick-arrow {
    width: .6rem;
    height: .6rem
}

.video-info .slider-w .t-slider .slick-dots {
    display: none !important
}

.video-info .slider-w .b-slider .imgs {
    padding-bottom: 86%;
    cursor: pointer
}

.video-info .slider-w .b-slider .imgs::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-info .slider-w .b-slider h3 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #F6A303
}

.video-info .slider-w .b-slider .slick-slide {
    padding: 0 15px
}

.video-info .slider-w .b-slider .slick-current .img::after {
    border-color: #F6A303
}

.slick-dots div.slick-active, .slick-dots div:focus, .slick-dots div:hover {
    background: #F6A303
}

.in-page {
    color: #888
}

.in-page a, .in-page span {
    padding: .08rem .15rem;
    border: 1px solid #e8e8e8
}

.in-page a {
    margin-bottom: 5px
}

.in-page a.cur, .in-page a:hover {
    color: #fff;
    border-color: #F6A303;
    background: #F6A303
}

.tab-head li {
    cursor: pointer
}

.tab-body li {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s
}

.tab-body li.cur {
    visibility: visible;
    opacity: 1;
    height: inherit
}

/*å†…é¡µ-èœå•*/
.inner-page-l {
    width: 25%;
    float: left;
    margin-bottom: 40px;
}

.inner-page-r {
    width: 75%;
    float: right;
    margin-bottom: 40px;
}

.inner-page-r .mauto {
    max-width: 100%;
}

.inner-page-r-con {
    overflow: hidden
}

.inner-page-r-con .com_title {
    font-size: 22px;
    color: #a6937c;
    line-height: 40px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.inner-page-r-con .com_title_line {
    width: 208px;
    height: 2px;
    background: #a6937c;
    bottom: 0;
    left: 0;
    transition: all .5s;
    position: absolute;
}

.inner-page-r-con:hover .com_title_line {
    width: 500px;
    height: 2px;
    background: #a6937c;
    bottom: 0;
    left: 0;
}

.inner-page-r-con .edit {
    line-height: 25px;
    margin-bottom: 20px;
}

.inner-page-r-con .edit ul li {
    list-style-type: inherit;
}

.inner-page-r-con span {
    display: inline
}

.inner-page-r-con img {
    width: auto !important;
    height: auto !important
}

@media screen and (max-width: 1044px) {
    .index-about-l {
        float: none;
    }

    .index-about-r {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-page-r-con .com_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .inner-page-l, .inner-page-r {
        width: 100%;
        margin-bottom: 0;
    }
}

/*å†…é¡µ-ä¾§è¾¹*/
.sidebar-block {
    margin-right: 20px;
    overflow: hidden;
}

.sidebar-box {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 16px 20px;
}

.sidebar-title {
    overflow: hidden;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.sidebar-title span {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: black;
}

.sidebar-about ul {
    overflow: hidden;
}

.sidebar-about ul li {
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.sidebar-about ul li:hover {
    padding: 10px 10px 10px 30px;
    background: linear-gradient(90deg, #a6937c, #745f45);
}

.sidebar-about ul li a {
    display: block;
}

.sidebar-about ul li i {
    font-size: 8px;
    position: absolute;
    top: 10px;
    left: 0;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.sidebar-about ul li:hover i {
    left: 10px;
    color: #fff;
}

.sidebar-about ul li:hover a {
    color: #fff;
}

.sidebar-featured ul {
    overflow: hidden;
}

.sidebar-featured ul li {
    width: 100%;
    overflow: hidden;
    margin: 8px 0;
    float: left;
}

.sidebar-featured ul li .item {
    overflow: hidden;
}

.sidebar-featured ul li .item .pro-media {
    float: left;
    width: 45%;
    overflow: hidden;
}

.sidebar-featured ul li .item .pro-media img {
    max-width: 100%;
    width: 100%;
    display: block;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.sidebar-featured ul li .item .pro-media a:hover img {
    transform: scale(1.1)
}

.sidebar-featured ul li .item .pro-detail-info {
    float: right;
    width: 55%;
}

.sidebar-featured ul li .item .pro-detail-info .th {
    text-transform: capitalize;
    margin-left: 15px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
    font-weight: normal;
    max-height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar-featured ul li .item .pro-detail-info .th a {
    display: block;
}

.sidebar-featured ul li:hover .item .pro-detail-info .th a {
    color: #a6937c;
}

.sidebar-featured ul li .item .pro-detail-info span {
    margin-left: 15px;
    display: block;
}

.sidebar-featured ul li .item .pro-detail-info span a {
    background-color: #ddd;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 26px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 4px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.sidebar-featured ul li:hover .item .pro-detail-info span a {
    background-color: #F6A303;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .sidebar-featured ul li .item .pro-detail-info span {
        display: none;
    }

    .sidebar-featured ul li .item .pro-detail-info .th {
        -webkit-line-clamp: 5;
    }
}

@media screen and (max-width: 1280px) {
    .sidebar-featured ul li .item .pro-media {
        width: 100%;
        float: none;
    }

    .sidebar-featured ul li .item .pro-detail-info {
        width: 100%;
        float: none;
    }

    .sidebar-featured ul li .item .pro-detail-info .th {
        margin-left: 0;
        margin-top: 5px;
    }

    .sidebar-contact {
        display: none;
    }
}

/*å†…é¡µ-ä¾§è¾¹è”ç³»æ–¹å¼*/
.sidebar-contant {
    overflow: hidden;
}

.sidebar-contact .mb-20 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
}

.sidebar-contact .mb-20:nth-last-child(1) {
    margin-bottom: 0;
}

.sidebar-contact .mb-20:nth-child(1) .inner-title i {
    font-size: 16px;
}

.sidebar-contact .inner-title {
    color: #F6A303;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    border-radius: 4px;
    float: left;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.sidebar-contact .inner-title i {
    font-size: 17px;
    color: #F6A303;
}

.sidebar-contact ul li a {
    word-break: break-all;
    display: inline-block;
    font-size: 16px;
}

.sidebar-contact ul li a:hover {
    color: #F6A303;
}

.sidebar-contact ul {
    overflow: hidden;
}

.sidebar-contact ul li {
    line-height: 20px;
    margin: 8px 0;
    float: left;
}

/*äº§å“æŠ˜å&nbsp;èœå•*/
.sidebar-product dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.sidebar-product dl dt {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 12px 15px 12px 0;
    border-bottom: 1px solid #333;
    position: relative;
    margin-bottom: 0;
}

.sidebar-product dl:last-child dt {
    border-bottom: 0;
}

.sidebar-product dl dt i {
    width: 0;
    height: 0;
    background-color: #6d6d6d;
    overflow: hidden;
    position: absolute;
    left: 5px;
    top: 15px;
}

.sidebar-product dl span a:hover {
    color: #fecd0f;
}

.sidebar-product dl span {
    overflow: hidden;
    font-weight: bold;
    color: #6d6d6d;
    height: 38px;
    display: block;
    line-height: 38px;
    float: right;
    cursor: pointer;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

.sidebar-product dl span.clicker_active {
    font-size: 26px;
    font-weight: normal;
}

.sidebar-product dl:hover span {
    background-position: 10px 20px;
    text-decoration: none;
}

.sidebar-product dl dd {
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0 10px 15px;
}

.sidebar-product dl dd a {
    font-size: 14px;
    color: #666;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #333;
}

.sidebar-product dd a:hover {
    text-decoration: none;
    color: #F6A303;
    border-bottom: 1px dashed #F6A303;
}

.sidebar-product dl dt:hover {
    border-bottom: 1px solid #F6A303;
    background: #F6A303;
}

.sidebar-product dl dt:hover a {
    padding-left: 10px;
}

.sidebar-product dl dt:hover a, .sidebar-product dl dt:hover span {
    color: #fff;
}

/*å†…é¡µ-èµ„è´¨è¯ä¹¦*/
.honor-ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 3%;
    position: relative;
}

.honor-ul li:nth-child(3n) {
    margin-right: 0;
}

.honor-ul li .honor-li-tit {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.honor-ul li .honor-li-img {
    display: table;
    width: 100%;
    height: 300px;
    text-align: center;
    border: 1px solid #333;
}

.honor-ul li .honor-li-img p {
    display: table-cell;
    vertical-align: middle;
    height: 215px;
}

.honor-ul li .honor-li-img p img {
    max-width: 80%;
    max-height: 260px;
}

.honor-ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 109, 135, 0.75);
    opacity: 0;
    transition: all 0.5s ease;
}

@media (min-width: 1301px) {
    .honor-ul li:hover .honor-li-tit {
        color: #fff;
        background: #F6A303;
        transition: all 0.5s ease;
    }
}

@media (max-width: 640px) {
    .honor-ul li {
        width: 100%;
        margin-right: 0;
    }
}

/*å†…é¡µ-è”ç³»æˆ‘ä»¬*/
.contact {
    padding-bottom: 20px;
}

.contact .add {
    height: 4.65rem
}

.contact .add img {
    max-width: inherit
}

.contact .contact_company {
    width: 100%;
    min-height: 300px;
    padding: 50px 50px 0;
    border: 1px solid #ddd;
    background: #eee;
    position: relative;
}

.contact .contact_company:before {
    content: '';
    position: absolute;
    bottom: 0;
    transition: opacity .5s ease 0s, transform .5s ease 0s;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0;
    border-top: 1px solid #a6937c;
    border-bottom: 1px solid #a6937c;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    box-sizing: border-box;
}

.contact .contact_company:hover::before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.contact .contact_company::after {
    transition: opacity .5s ease 0s, transform .5s ease 0s;
    content: '';
    border-left: 1px solid #a6937c;
    border-right: 1px solid #a6937c;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-sizing: border-box;
}

.contact .contact_company:hover::after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.contact .contact_company .d1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #a6937c;
}

.contact .contact_company .d2 {
    background: no-repeat left 8px;
    padding: 5px 0 5px 0px;
    margin-bottom: 10px;
}

.contact .contact_company .d2 span {
    color: #F6A303;
}

.contact .contact_company .d2 i {
    margin-right: 10px;
    font-size: 20px;
    color: #a6937c;
}

.contact .contact_man li {
    float: left;
    width: 100%;
    padding: 50px 50px 40px;
    border: 1px solid #ddd;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    position: relative
}

.contact .contact_man li:before {
    content: '';
    position: absolute;
    bottom: 0;
    transition: opacity .5s ease 0s, transform .5s ease 0s;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0;
    border-top: 1px solid #a6937c;
    border-bottom: 1px solid #a6937c;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    box-sizing: border-box;
}

.contact .contact_man li:hover::before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.contact .contact_man li::after {
    transition: opacity .5s ease 0s, transform .5s ease 0s;
    content: '';
    border-left: 1px solid #a6937c;
    border-right: 1px solid #a6937c;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-sizing: border-box;
}

.contact .contact_man li:hover::after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.contact .contact_man .d1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #a6937c;
}

.contact .contact_man .d2 {
    background: no-repeat left 8px;
    padding: 5px 0 5px 0px;
    margin-bottom: 10px;
    width: 33.3%;
    float: left;
}

.contact .contact_man .d2 span {
    color: #F6A303;
}

.contact .contact_man .d2 i {
    margin-right: 10px;
    font-size: 20px;
}

@media screen and ( max-width: 1300px ) {
    .contact .contact_company {
        min-height: auto;
    }

    .contact .contact_man li {
        float: left;
        width: 100%;
        color: #666;
        min-height: 300px;
        padding: 20px;
        border: 1px solid #ddd;
        margin-top: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
    }

    .contact .contact_man .d1 {
        font-size: 24px;
        margin-bottom: 25px;
        color: #F6A303;
    }

    .contact .contact_man .d2 {
        width: 100%;
    }

    .contact .contact_man .d2 span {
        color: #F6A303;
    }

    .contact .contact_man .d2 i {
        margin-right: 10px;
        font-size: 20px;
    }
}

@media screen and ( max-width: 768px ) {
    .contact .contact_company {
        padding: 20px;
    }

    .contact .contact_company .d1 {
        font-size: 20px;
    }

    .contact .contact_man .d2 {
        margin-bottom: 0;
    }
}





@media screen and (max-width: 1300px) {
    footer .footer-main dl dt {
        font-size: 20px;
        line-height: 35px;
    }

    footer .footer-main dl dd {
        font-size: 14px;
        line-height: 30px;
    }

    footer .telbl .d1 {
        font-size: 20px;
        line-height: 35px;
    }

    footer .telbl .d2 {
        font-size: 14px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-head {
        padding-top: 0;
    }

    footer .footer-main .telbl {
        width: 100%;
        margin: 20px 0 0 0;
        text-align: left;
    }

    footer .footer-main dl {
        margin-left: 0;
        float: none;
        width: 100%;
    }

    footer .footer-main .telbl .d2 label {
        text-align: left;
    }

    footer .copyright {
        font-size: 12px;
    }
}

/*ç¤¾äº¤åˆ†äº«é“¾æŽ¥*/
.social-link {
    width: 100%;
    text-align: center;
}

.social-link a {
    color: #fff;
    margin-left: 4px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    text-align: center;
    border-radius: 28px;
    font-size: 22px;
}

.social-link a:hover {
    background-color: #a6937c;
}

@media screen and (max-width: 768px) {
    .social-link {
        margin-top: 20px;
    }

    .social-link a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

}

/*site-mapç½‘ç«™åœ°å›¾*/
.site-map-t {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    background-color: #ddd;
    padding: 12px 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.site-map-th {
    color: #333;
    line-height: 30px;
    background: #ddd;
    padding: 8px 30px;
}

.site-map-th h2 {
    font-size: 18px;
    font-weight: normal;
}

.site-map ul {
    font-size: 0;
    overflow: hidden;
    margin: 20px 0 30px 0; /*border-bottom:1px solid #F6A303;*/
    padding: 10px 30px 0 30px;
    background-color: #eee;
}

.site-map ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    width: 33.3%;
}

.site-map ul li h3 {
    font-size: 16px;
    font-weight: normal;
}

.site-map ul.site-map-l1 li {
    width: 25%;
}

.site-map ul.site-map-l2 li {
    width: 50%;
}

.site-map a:hover {
    color: #F6A303
}

@media screen and (max-width: 1300px) {
    .site-map ul li, .site-map ul.site-map-l1 li, .site-map ul.site-map-l2 li {
        width: 100%;
    }
}

/*å³ä¾§æ¼‚æµ®æ›¿æ¢æ&nbsp;·å¼*/
.im {
    position: fixed;
    right: 2px;
    top: auto;
    bottom: 150px;
    z-index: 11;
}

.im-l {
    color: #fff;
    width: 32px;
    height: 60px;
    cursor: pointer;
    background-color: #F6A303;
    border-radius: 4px 0px 0px 4px;
    display: block;
    text-align: center;
    line-height: 60px;
    float: left;
}

.im-l i {
    font-size: 20px;
}

#select {
    display: none;
}

.im .box {
    float: right;
    width: 60px;
    background-color: #F6A303;
    border-radius: 0 4px 4px 4px;
    display: none;
}

.im .box ul {
    background-color: #fff;
    list-style-type: none;
    margin: 5px;
}

.im .box ul li {
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
}

.im .box ul li a {
    text-decoration: none;
    display: block;
}

.im .box ul li i {
    font-size: 24px;
    color: #f39d22;
}

.im .box ul li i.img-skype {
    color: #00aff0;
}

.im .box ul li i.img-whatsapp {
    color: #00d51b;
}

.im .box ul li i.img-user {
    color: #F66;
}

.im .box ul li i.img-skype, .im .box ul li i.img-envelope {
    font-size: 28px;
}

.im .box ul li a:hover i {
    color: #343537;
}

#select:checked + .box {
    display: block;
}

#cus_ser1 .msn {
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.im .skype {
    background-repeat: no-repeat;
    background-position: -47px 0;
    height: 50px;
    width: 47px;
}

.im .mail {
    background-repeat: no-repeat;
    background-position: -94px 0;
    height: 50px;
    width: 47px;
}

.im .kefu_01 {
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: #FFF;
}

.im .whatsapp {
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: #FFF;
}

@media screen and (max-width: 768px) {
    .im {
        right: 0;
        bottom: 250px;
    }
}

/*åˆ†é¡µç¬¦*/
.pagination-bar {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pagination-bar ul {
    display: block;
}

.pagination-bar ul li {
    display: inline-block;
    margin: 2px;
    vertical-align: top;
    padding-left: 0;
    width: auto;
}

.pagination-bar ul li a {
    background: #eee;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    text-overflow: clip;
    padding: 0;
}

.pagination-bar ul li.pageinfo {
    background: #eee;
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
}

.pagination-bar ul li.active {
    background: #F6A303;
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.pagination-bar ul li a:hover {
    color: #fff;
    background: #F6A303;
}

@media screen and (min-width: 768px) {
    .im {
        width: 92px;
        position: fixed;
        right: -60px;
        top: 150px;
        transition: right 0.5s;
        bottom: auto;
        z-index: 11;
    }

    .im:hover {
        right: 0;
    }

    .im .box {
        position: absolute;
        display: block;
        width: 60px;
        right: 0;
        top: 0;
    }
}

/*è¿”å›žé¡¶éƒ¨*/
.scroll {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    position: fixed;
    right: 50px;
    bottom: 150px;
    cursor: pointer;
    background-color: rgba(166, 147, 124, 0.5);
    border-radius: 4px;
    z-index: 10;
}

.scroll i {
    font-size: 28px;
}

@media (max-width: 1480px) {
    .top {
        padding: 0 2%;
        position: relative;
        top: 0;
    }
}

@media (min-width: 1301px) {
    .lcolae li a:hover .pic img, .lmobl li a:hover .pic img, .aeopte li a:hover .pic img {
        transform: scale(1.05);
        transition: all 0.5s ease;
    }

    .wmore:hover {
        background-color: #F6A303;
        transition: all 0.5s ease;
        border-radius: 10px;
    }
}

@media (max-width: 1300px) {
    .top {
        height: 58px;
        background: #fff;
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .scroll {
        right: 0;
        bottom: 0;
        width: 36px;
    }
}

/*ç§»åŠ¨ç«¯ä¾§è¾¹,åº•éƒ¨æŠ˜å&nbsp;*/
.sidebar-block-but, .footer-content-but {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-middle {
        padding-top: 10px;
    }

    .inner-message {
        margin-bottom: 0;
    }

    .sidebar-block-but, .footer-content-but {
        position: relative;
        padding: 10px 40px 10px 0px;
        display: block;
    }

    .sidebar-block-but span, .footer-content-but span {
        text-transform: uppercase;
        line-height: 20px;
        color: #999;
    }

    .sidebar-block-but button, .footer-content-but button {
        position: absolute;
        top: 9px;
        right: 5px;
        width: 30px;
        height: 24px;
        border: 0;
        color: #666;
        display: inline-block;
        border-radius: 0;
        line-height: 24px;
        background: none;
    }

    .sidebar-block-but button i, .footer-content-but button i {
        font-size: 20px;
        position: relative;
    }

    .sidebar-block-but button i::after, .footer-content-but button i::after {
        content: "\e660";
        font-family: "iconfont";
    }

    .sidebar-block-but.expand button, .footer-content-but.expand button {
        transform: rotateZ(180deg);
    }

    .sidebar-box, .footer-main {
        display: none;
    }

    .sidebar-box.expand, .footer-main.expand {
        display: block;
    }
}

/*é‚®ä»¶*/
.inner-message {
    overflow: hidden;
}

.inner-message-t {
    background: #f0f0f0;
    padding: 10px 16px;
    margin-bottom: 20px;
}

.inner-message-t h5 {
    font-size: 18px;
    line-height: 24px;
}

.inner-message .th {
    font-size: 20px;
    margin-bottom: 10px;
}

.inner-message .inner-message-centered span {
    color: #F60;
}

.inner-message-row {
    margin-top: 20px;
    overflow: hidden;
}

.inner-message-row .item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.inner-message-row .item input {
    width: 100%;
    line-height: 30px;
    border: 0;
    height: 30px;
    color: #999;
    font-size: 16px;
}

.inner-message-row .item textarea {
    width: 100%;
    line-height: 30px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 150px;
    background: #fff;
    color: #999;
    font-size: 16px;
}

.inner-message-row .item button {
    color: #fff;
    font-size: 14px;
    background-color: #F6A303;
    display: block;
    line-height: 30px;
    padding: 8px 20px;
    cursor: pointer;
    border: 0;
    position: relative;
}

.inner-message-row .item button:hover {
    border-radius: 5px;
    background: #a6937c;
}

.inner-message-row .item button:active {
    background-color: #F60;
}

.inner-message-row .item button i {
    z-index: 10
}

.inner-message-row .item.item-half {
    width: 50%;
}

.inner-message-half {
    padding: 8px;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.inner-message-box {
    padding: 8px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
}

/*äº§å“è¯¦æƒ…é¡µå¤šå›¾*/
.products_info {
    padding-bottom: 20px;
}

.products_info .sec_m {
    margin-top: 30px;
}

.products_info .edit {
    line-height: 30px;
}

.products_info .panel {
    width: 40% !important;
}

.products_info .brief {
    float: left;
    width: 55%;
    position: relative;
    max-width: 590px;
    overflow: hidden;
    margin-left: 10px;
}

.products_info .brief h1 {
    font-size: 20px;
    color: #F6A303;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.products_info .brief p {
    margin-bottom: 5px;
    line-height: 20px;
    padding: 3px;
}

.products_info .brief span {
    color: #F6A303;
    font-weight: bold;
    padding-right: 10px;
}

.products_info .annex_list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
}

.products_info .annex_list ul li {
    line-height: 40px;
}

.products_info .annex_list ul li a i {
    font-size: 24px;
    margin-right: 10px;
}

.products_info .annex_list ul li a:hover, .annex_list ul li a:hover i {
    color: #F6A303;
}

.products_info .vlbamc {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.products_info .bavlcn {
    margin-top: 3%;
}

.products_info .bavlcn a {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    background: #F6A303;
    color: #fff;
}

.products_info .bavlcn a:hover {
    border-radius: 5px;
    background: #a6937c;
}

.products_info .bavlcn a b {
    z-index: 1;
    position: relative;
    font-weight: normal;
}

.products_info .bavlcn a i {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .products_info .panel {
        width: 100% !important;
    }

    .products_info .brief {
        width: 100%;
        margin-left: 0;
    }

    .products_info .brief h1 {
        font-size: 22px;
    }

    .products_info .bavlcn a {
        padding: 0 10px;
    }
}

/*äº§å“è¯¦æƒ…é¡µ-äº§å“æŽ¨è*/
.related-products {
    width: 100%;
    margin-top: 20px;
}

.related-products-t {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.related-products-t::after {
    background-color: #ddd !important;
    bottom: 10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.related-products-t span, .related-products-t span {
    font-size: 18px;
    line-height: 30px;
    background-color: #F6A303 !important;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    color: #fff !important;
}

.related-products ul {
    font-size: 0;
}

.related-products ul li {
    font-size: 14px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.related-products ul li .item {
    padding: 15px;
}

.related-products ul li .item img {
    width: 100%;
    max-width: 500px;
}

.related-products ul li .item .text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .related-products ul li {
        width: 50%;
    }
}

/*è¡¨æ&nbsp;¼*/
.nei-table {
    width: 100%;
    overflow: auto;
}

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

.nei-table table, .nei-table table th, .nei-table table td {
    border: 1px solid #666;
}

.nei-table table th, .nei-table table td {
    padding: 4px 10px;
}

/*è¯¦æƒ…é¡µæ&nbsp;‡ç­¾*/
.product-tag {
    display: flex;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.product-tag-title {
    display: inline-block;
}

.product-tag span {
    padding: 5px 0;
    float: left;
    white-space: nowrap;
    color: #F6A303;
}

.product-tag-item {
    vertical-align: top;
}

.product-tag-item a {
    margin: 5px 12px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
}

.product-tag-item a:hover {
    color: #8dc73f;
}

/*è¯¦æƒ…é¡µseoå†…å®¹*/
.article-append {
    padding: 10px 0;
    overflow: hidden
}

.article-outline {
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 10px
}

.article-outline p {
    font-size: 16px
}

.append-item {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px
}

.article-append-t {
    overflow: hidden
}

.article-append-t span {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    border-bottom: 1px solid #8e969b;
    padding: 5px 0
}

.append-item h2 {
    font-size: 18px;
    text-align: left
}

.append-item p {
    overflow: hidden;
    text-align: left
}

@media screen and (max-width: 426px) {
    .article-outline {
        margin-top: 20px
    }
}

/*è¯ä¹¦æ”¾å¤§*/
body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide &gt; * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide &gt; base, .fancybox-slide &gt; link, .fancybox-slide &gt; meta, .fancybox-slide &gt; script, .fancybox-slide &gt; style, .fancybox-slide &gt; title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "Ã—";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide &gt; .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs &gt; ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x &gt; ul {
    overflow: hidden
}

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs &gt; ul &gt; li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs &gt; ul &gt; li &gt; img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs &gt; ul &gt; li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs &gt; ul &gt; li {
        max-width: calc(100% - 10px)
    }
}

@keyframes resize {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale(5, 5)
    }
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@-webkit-keyframes resize {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale(5, 5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@keyframes ReturnToNormal {
    from {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        transform-origin: right bottom;
        transform: none
    }
}

@-webkit-keyframes ReturnToNormal {
    from {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none
    }
}

/*å¼¹çª—æ&nbsp;·å¼*/
.fix-wrap {
    display: none;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, .8)
}

.fix-wrap, .fix-wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fix-wrap .hide, .fix-wrap circle {
    transition: all .8s;
    -webkit-transition: all .8s
}

.fix-wrap .hide {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: 0 0
}

.fix-wrap .hide::after, .fix-wrap .hide::before {
    z-index: 1;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    margin-top: -25%;
    background: #fff
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.fix-wrap .hide:hover circle {
    fill: none;
    stroke-dasharray: 145
}

.fix-wrap svg {
    position: absolute
}

.fix-wrap circle {
    stroke-dasharray: 0 145
}

.fix-video .video-wrap {
    min-width: 55%;
    max-width: 55%
}

.fix-video video {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3a3a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background: #2d2d2d;
    object-fit: cover;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both
}

.fix-pics {
    background: rgba(0, 0, 0, .7)
}

.fix-pic-slider {
    color: #fff
}

.fix-pic-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    cursor: grab;
    cursor: -webkit-grab;
    background-color: transparent
}

.fix-pic-slider .item:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.fix-pic-slider .item::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .9)
}

.fix-pic-slider em, .fix-pic-slider img {
    position: absolute;
    left: 0;
    bottom: 0
}

.fix-pic-slider img {
    top: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: inherit
}

.fix-pic-slider em {
    width: 100%;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .7)
}

.fix-pic-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

.fix-pic-slider .slick-arrow::after {
    position: absolute;
    content: '';
    top: 50%;
    border: solid #fff;
    padding: 6px
}

.fix-pic-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, .9)
}

.fix-pic-slider .slick-prev {
    left: 1%;
    animation: slideInLeft .5s both;
    -webkit-animation: slideInLeft .5s both
}

.fix-pic-slider .slick-prev::after {
    left: 50%;
    border-width: 0 1px 1px 0;
    transform: translateX(-25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick-next {
    right: 1%;
    animation: slideInRight .5s both;
    -webkit-animation: slideInRight .5s both
}

.fix-pic-slider .slick-next::after {
    right: 50%;
    border-width: 1px 0 0 1px;
    transform: translateX(25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick_page {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    font-weight: 700
}

.fix-pic-slider .slick_page i {
    font-size: 22px
}

.fix-pic-slider .slick_page div {
    display: none
}

.fix-pic-slider .slick_page div.slick-active {
    display: block
}

.fix-search {
    padding: 0 2.5%;
    background: #222
}

.fix-search:hover .search::after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.fix-search .search {
    position: relative;
    width: 100%;
    height: 125px;
    color: #555;
    padding-left: 88px;
    font-size: 66px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center
}

.fix-search .search::after, .fix-search .search::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all 1s;
    -webkit-transition: all 1s
}

.fix-search .search::before {
    background: #515151
}

.fix-search .search::after {
    background: rgba(255, 255, 255, .5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.fix-search .btn, .fix-search .txt {
    color: #555;
    background: 0 0
}

.fix-search .txt {
    width: 100%;
    text-align: center;
    font-size: 66px;
    padding-right: 2%
}

.fix-search .btn {
    font-size: 24px
}

/*è¯¢ç›˜æäº¤å¼¹çª—*/
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.pagelc {
    margin-top: 3%;
}

.pagelc a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #333;
    margin: 0 2px;
    vertical-align: middle;
}

.pagelc a.mob-none {
    padding: 0;
    width: 32px;
}

.pagelc a.cur, .pagelc a:hover {
    color: #fff;
    background: #F6A303;
    border-color: #F6A303;
}

.bopae {
    font-size: 20px;
    color: #F6A303;
    padding: 4% 0;
}

.bpoaec {
    border: 1px solid #333;
    padding: 3%;
    margin-top: 3%;
}

.vlnea {
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.vlnea .d1 {
    color: #F6A303;
    font-size: 20px;
}

.vlnea .d2 {
    margin-top: 10px;
}

.edit-con {
    padding: 3% 0 0 0;
    line-height: 2;
    color: #666;
}

.edit-con p img {
    text-align: center;
}

.edit-con p span img {
    text-align: center;
}

.bvlop {
    margin-top: 4%;
}

@media (max-width: 768px) {
    .vlnea .d2 {
        font-size: 12px;
    }

    .edit-con {
        font-size: 14px;
    }

    .pagelc {
        margin-top: 6%;
    }
}

/*è½®æ’­å›¾*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.container {
    padding-left: 0;
    padding-right: 0
}

.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    padding-top: 7px;
    margin-top: -7px
}

.owl-controls .owl-prev, .owl-controls .owl-next {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
    background-color: #F6A303;
    color: #fff;
}

.owl-controls .owl-prev {
    left: -20px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.owl-controls .owl-next {
    right: -20px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.owl-controls .owl-prev:before, .owl-controls .owl-next:before {
    font-family: "iconfont";
    font-style: normal;
    font-weight: bold;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 24px;
    color: #a6937c;
}

.owl-controls .owl-prev:hover:before, .owl-controls .owl-next:hover:before {
    color: #fff;
}

.owl-controls .owl-prev:before {
    content: "\e610";
    line-height: 40px;
}

.owl-controls .owl-next:before {
    content: "\e633";
    line-height: 40px;
}

@media screen and (max-width: 768px) {
    .owl-controls .owl-prev {
        left: 10px;
    }

    .owl-controls .owl-next {
        right: 10px;
    }
}

/*å…³äºŽæˆ‘ä»¬è½®æ’­å›¾å¼€å§‹*/
#about_pb {
    max-width: 1200px;
}

#promotion_banners {
    width: 100%;
    overflow: hidden;
}

#promotion_banners li {
    width: 100%;
    height: 100%;
    list-style-type: none;
}

.switcher_2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.product_box {
    width: 100%;
    max-width: 450px;
    min-width: 320px;
}

.product_box .banners {
    height: 450px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.pb {
    display: inline-block;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    z-index: 0;
}

.pb .points_2 li {
    width: 22px;
    height: 22px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    background-color: #999;
    line-height: 22px;
    color: #FFF;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.pb .points_2 li.current {
    color: #FFF;
    margin-right: 5px;
    height: 22px;
    width: 22px;
    background-color: #F6A303;
}

.pb .banners {
    float: left;
    padding: 0px;
    margin: 0px;
}

.pb .banners li {
    display: none;
    padding: 0px;
}

.pb .banners li.current {
    display: block;
}

.pb .switcher {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}

.pb .points {
    font-size: 0px;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    overflow: hidden;
}

.pb .points li {
    width: 70px;
    height: 70px;
    background-position: 0px 0px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    border: 1px solid #e6e6e6;
    display: table;
    margin-top: 8px;
}

.pb .points li i {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pb .points li img {
    max-height: 70px;
    max-width: 70px;
    vertical-align: middle;
    display: table-cell;
    z-index: -1;
    position: relative;
}

.pb .points li.current {
    color: #FFF;
    margin-right: 8px;
    height: 70px;
    width: 70px;
    border: 1px solid #F00;
}

.C_top_R1IMG {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    text-align: center;
}

.C_top_R1IMG a {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.C_top_R1IMG img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 450px;
}

.C_top_R1IMG a h5 {
    height: 30px;
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 0px;
    font-weight: bold;
    padding-left: 10px;
    width: 500px;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: normal;
}

.C_top_R1IMG a p {
    line-height: 20px;
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 0px;
    width: 500px;
    padding-left: 10px;
    height: 20px;
}

.C_top_R1IMG a span {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5 !important;
    height: 80px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    background-color: #000000;
}

.C_top_R1IMG2 {
    width: 100%;
    height: auto;
}

.C_top_R1IMG2 a img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #about_pb {
        width: 100%;
        margin-left: 0px;
    }

    .product_box .banners {
        height: 300px;
    }

    .pb .points li img {
        max-width: 80px;
    }
}

/*å…³äºŽæˆ‘ä»¬è½®æ’­å›¾ç»“æŸ*/</pre></body></html>